/* ===== Bottom CTA Bar ===== */ .bottom-cta.fixed-bottom{ z-index: 1080; /* above footers/navs */ background: transparent; padding-bottom: env(safe-area-inset-bottom); /* iOS safe area */ box-shadow: 0 -6px 24px rgba(0,0,0,.12); } .bottom-cta .btn-cta{ display:flex; align-items:center; justify-content:center; gap:.6rem; width:100%; height:56px; /* tweak to taste */ color:#fff; text-decoration:none; font-weight:600; border-radius:0; /* flush edges */ user-select:none; transition: transform .05s ease, filter .15s ease; } .bottom-cta .btn-cta:hover{ filter:brightness(1.05); } .bottom-cta .btn-cta:active{ transform: translateY(0); filter:brightness(.96); } /* Colors to match your image */ .bottom-cta .btn-call { background:#2e2f86; border-right:1px solid rgba(255,255,255,.18); } .bottom-cta .btn-sales { background:#3dcc73; } /* Optional: show only on small screens @media (min-width:992px){ .bottom-cta{ position:static !important; box-shadow:none; } } */ /* Prevent content being hidden behind fixed bar (global) */ body{ padding-bottom: 46px; } /* adjust if you change height */ form#heroLeadForm1 { background: white; } html, body { overflow-x: hidden; overflow-y: auto; width: 100%; margin: 0; padding: 0; } /*.navbar {*/ /* padding: 0.5rem 0!important;*/ /*}*/ /* ===== Bootstrap 5 theme layer (light/dark) ===== */ :root{ --bs-body-font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; --bs-body-bg: #f6f7fb; --bs-body-color: #0f172a; --bs-secondary-color: #64748b; --bs-card-bg: #ffffff; --bs-border-color: #e5e7eb; --bs-primary: #4f46e5; /* accent */ --bs-primary-rgb: 79,70,229; --bs-border-radius: 12px; --bs-border-radius-lg: 16px; } @media (prefers-color-scheme: dark){ :root{ --bs-body-bg:#0b1220; --bs-body-color:#e5e7eb; --bs-secondary-color:#94a3b8; --bs-card-bg:#0f172a; --bs-border-color:#1f2a44; --bs-primary:#7c83ff; --bs-primary-rgb:124,131,255; } } /* Form “card” look */ .card{ max-width: 820px; margin: clamp(16px,4vw,48px) auto; } /* Controls: nicer focus ring & subtle hover */ .form-control, .form-select{ padding: .9rem .95rem; border-radius:10px; } .form-control:focus, .form-select:focus { border-color: #22a4da; box-shadow: navajowhite; } /* Textarea min height */ textarea.form-control{ min-height:66px; } /* Button: gentle gradient + lift */ .btn-primary { background: #22a5dc; box-shadow: 0 .5rem 1rem rgba(var(--bs-primary-rgb), .25), inset 0 1px 0 rgba(255, 255, 255, .25); font-weight: 700; padding: .95rem 1.1rem; border-radius: 8px; } .btn-primary:hover{ filter:brightness(1.04); transform: translateY(-1px); } .btn-primary:active{ transform:none; filter:brightness(.98); } /* Status area as Bootstrap alert */ #heroStatus1.alert{ margin-top:.5rem; } /* Small utility */ .form-text-muted{ color: var(--bs-secondary-color) !important; } input::placeholder { color: #0d3e81; font-weight: 0; font-family:'Roboto'; } select#heroService1::placeholder { color: #0d3e81; } input { height: 50px; } .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active { color: var(--bs-btn-active-color); background-color: var(--bs-btn-active-bg); border-color: var(--bs-btn-active-border-color); color: white; } .btn-primary-custom:hover{ color:white; } /* Make selects visually match inputs */ /* Compact size to match .form-control-sm */ /* Unified focus style for both input and select */ .form-control:focus, .form-select:focus { border-color: var(--primary, #22a5dc); box-shadow: 0 0 0 .2rem rgba(34,165,220,.15); outline: 0; } /* Remove odd native shadows on some browsers */ .form-select:focus { box-shadow: 0 0 0 .2rem rgba(34,165,220,.15); } /* Custom arrow so it matches the design */ .form-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='%230d3e81' d='M3.2 5.5a1 1 0 0 1 1.6-1.2l2.9 3.7a1 1 0 0 0 1.6 0l2.9-3.7a1 1 0 0 1 1.6 1.2l-3.9 5a2 2 0 0 1-3.2 0l-3.9-5z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right .8rem center; background-size: .7rem; padding-right: 2.2rem; /* space for arrow */ color:#6c757d; } .text-primary11{ color:#22a5dc; } :root { --mybg:linear-gradient(135deg, var(--primary-color1), var(--primary-color1)); --primary-color1: #22a5dc; --secondary-color: #062561; --light-bg: #ffffff; --lighter-bg: #f8f9fa; --text-primary1: #1a1a1a; --text-secondary: #6c757d; --accent-green: #28a745; --accent-red: #dc3545; --border-color: rgba(0, 0, 0, 0.1); } * { margin: 0; padding: 0; box-sizing: border-box; } .text-primary1 { color:var(--primary-color1); } body { font-family: 'Roboto', sans-serif; background-color: var(--light-bg); color: var(--text-primary1); line-height: 1.6; overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { /* font-family: 'Space Grotesk', sans-serif; */ font-weight: 700; line-height: 1.2; color: var(--secondary-color); } /* Navigation */ .navbar { background: rgba(255, 255, 255, 0.98)!important; backdrop-filter: blur(10px); padding: 1rem 0!important; border-bottom: 1px solid var(--border-color); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .navbar-brand { font-size: 1.5rem; font-weight: 700; color: var(--secondary-color); /*font-family: 'Space Grotesk', sans-serif;*/ } .navbar-brand span { color: var(--primary-color1); } .nav-link { color: var(--text-secondary); font-weight: 500; transition: color 0.3s ease; margin: 0 0.5rem; } .nav-link:hover { color: var(--primary-color1); } .btn-primary-custom { background: white!important; border: none; padding: 0.75rem 2rem; font-weight: 600!important; border-radius: 8px!important; transition: transform 0.3s ease, box-shadow 0.3s ease; color: #062561!important; } .btn-primary-custom:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(34, 165, 220, 0.3); background: #22a5dc; } /* Hero Section */ .hero-section { background: linear-gradient(to right, rgb(1 4 74), rgb(0 0 0 / 0%)), url(/assets/images/vapt-service-in-bhopal.webp); padding: 155px 0 80px!important; background-repeat: no-repeat; background-size: cover; background-position: center; } /*.hero-section::before {*/ /* content: '';*/ /* position: absolute;*/ /* top: -50%;*/ /* right: -20%;*/ /* width: 800px;*/ /* height: 800px;*/ /* background: radial-gradient(circle, rgba(34, 165, 220, 0.1) 0%, transparent 70%);*/ /* border-radius: 50%;*/ /*}*/ .hero-content { position: relative; z-index: 2; } .hero-title {font-weight:700; font-size: 3.5rem; margin-bottom: 1.5rem; background: var(--mybg); -webkit-background-clip: text; background-clip: text; } .hero-subtitle { font-size: 1.25rem; color: #ffffffcf; margin-bottom: 2rem; max-width: 700px; } .hero-stats { display: flex; gap: 3rem; margin-top: 3rem; } .stat-item { text-align: center; } .stat-number { font-size: 2.5rem; font-weight: 700; color: white; /*font-family: 'Space Grotesk', sans-serif;*/ } .stat-label { color: white; font-size: 0.9rem; } /* Services Grid */ .services-section { padding: 80px 0; background-color: var(--lighter-bg); } .section-title { font-size: 2.5rem; text-align: center; margin-bottom: 1rem; } .section-subtitle { text-align: center; color: var(--text-secondary); max-width: 700px; margin: 0 auto 4rem; font-size: 1.1rem; } .service-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 16px; padding: 2rem; height: 100%; transition: all 0.3s ease; position: relative; overflow: hidden; } .service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--mybg); transform: scaleX(0); transition: transform 0.3s ease; } .service-card:hover { background: #ffffff; transform: translateY(-5px); box-shadow: 0 20px 40px rgba(34, 165, 220, 0.15); border-color: var(--primary-color1); } .service-card:hover::before { transform: scaleX(1); } .service-icon { color:white; width: 60px; height: 60px; background: var(--mybg); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-size: 1.5rem; } .service-title { font-size: 1.25rem; margin-bottom: 1rem; color: var(--secondary-color); } .service-description { color: var(--text-secondary); font-size: 0.95rem; } /* Lead Form Section */ .lead-form-section { padding: 80px 0; background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%); position: relative; } .form-container { background: #ffffff; border: 1px solid var(--border-color); border-radius: 20px; padding: 3rem; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); position: relative; overflow: hidden; } .form-container::before { content: ''; position: absolute; top: -50%; left: -50%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(34, 165, 220, 0.08) 0%, transparent 70%); border-radius: 50%; } .form-content { position: relative; z-index: 2; } .form-control:focus { background: #ffffff; border-color: var(--primary-color1); box-shadow: 0 0 0 3px rgba(34, 165, 220, 0.1); color: var(--text-primary1); } .form-label { margin-bottom: .5rem; font-size: .875rem; color: #51596C; font-family: 'Roboto'; } /* Process Section */ .process-section { padding: 80px 0; background-color: #ffffff; } .process-step { display: flex; gap: 2rem; margin-bottom: 3rem; position: relative; } .industry-icon, industry-icon { color: var(--primary-color1); } .process-number { width: 80px; height: 80px; background: var(--mybg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 700; flex-shrink: 0; /*font-family: 'Space Grotesk', sans-serif;*/ color:white; } .process-content { flex: 1; padding-top: 0.5rem; } .process-title { font-size: 1.5rem; margin-bottom: 0.75rem; } .process-description { color: var(--text-secondary); font-size: 1rem; } .process-step:not(:last-child)::after { content: ''; position: absolute; left: 40px; top: 80px; width: 2px; height: calc(100% + 1rem); background: linear-gradient(180deg, var(--primary-color1), transparent); } /* Industries Section */ .industries-section { padding: 80px 0; background-color: var(--lighter-bg); } .industry-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: 12px; padding: 2rem; text-align: center; transition: all 0.3s ease; height: 100%; } .industry-card:hover { background: #ffffff; border-color: var(--primary-color1); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(34, 165, 220, 0.12); } .industry-icon { font-size: 3rem; margin-bottom: 1rem; background: var(--mybg); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .industry-title { font-size: 1.1rem; margin-bottom: 0.75rem; } .industry-description { color: var(--text-secondary); font-size: 0.9rem; } /* Deliverables Section */ .deliverables-section { padding: 80px 0; background-color: #ffffff; } .deliverable-item { display: flex; align-items: center; gap: 1rem; padding: 1.5rem; background: var(--lighter-bg); border: 1px solid var(--border-color); border-radius: 12px; margin-bottom: 1rem; transition: all 0.3s ease; } .deliverable-item:hover { background: #ffffff; border-color: var(--primary-color1); box-shadow: 0 5px 15px rgba(34, 165, 220, 0.1); } .deliverable-icon { color:white; width: 40px; height: 40px; background: var(--mybg); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } /* Why Choose Section */ .why-choose-section { padding: 80px 0; background-color: var(--lighter-bg); } .feature-box { background: #ffffff; border: 1px solid var(--border-color); border-radius: 16px; padding: 2.5rem; height: 100%; transition: all 0.3s ease; justify-content: center; display: flex ; align-items: center; text-align:center; flex-direction: column; } .feature-box:hover { background: #ffffff; transform: translateY(-5px); box-shadow: 0 20px 40px rgba(34, 165, 220, 0.15); border-color: var(--primary-color1); } .feature-icon { color:white; width: 70px; height: 70px; background: var(--mybg); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-size: 1.75rem; } /* FAQ Section */ .faq-section { padding: 80px 0; background-color: #ffffff; } .accordion-item { background: #ffffff; border: 1px solid var(--border-color); border-radius: 12px; margin-bottom: 1rem; overflow: hidden; } .accordion-button { background: transparent; color: var(--text-primary1); font-weight: 600; font-size: 1.1rem; padding: 1.1rem; border: none; } .accordion-button:not(.collapsed) { background: rgba(34, 165, 220, 0.1); color: var(--text-primary1); } .accordion-button:focus { box-shadow: none; border: none; } .accordion-button::after { filter: brightness(0.5); } .accordion-body { background: var(--lighter-bg); color: var(--text-secondary); padding: 1.5rem; border-top: 1px solid var(--border-color); } /* CTA Section */ .cta-section { padding: 100px 0; background: var(--mybg); position: relative; overflow: hidden; } .cta-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; } .cta-content { position: relative; z-index: 2; text-align: center; } .cta-title { font-size: 3rem; margin-bottom: 1.5rem; } .cta-description { font-size: 1.25rem; margin-bottom: 2rem; opacity: 0.95; } .cta-features { display: flex; justify-content: center; gap: 3rem; margin: 3rem 0; flex-wrap: wrap; } .cta-feature { text-align: center; } .cta-feature i { font-size: 2.5rem; margin-bottom: 1rem; } .btn-light-custom { background: white; color: var(--primary-color1); padding: 1rem 3rem; font-weight: 700; border-radius: 8px; border: none; transition: all 0.3s ease; } .btn-light-custom:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); } /* Footer */ .footer { background-color: var(--secondary-color); padding: 3rem 0 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.1); } .footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; } .footer-links { display: flex; gap: 2rem; } .footer-link { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color 0.3s ease; } .footer-link:hover { color: #ffffff; } .contact-info { display: flex; gap: 2rem; margin-top: 2rem; } .contact-item { display: flex; align-items: center; gap: 0.5rem; color: rgba(255, 255, 255, 0.8); } .contact-item i { color: var(--primary-color1); } .footer .navbar-brand { color: #ffffff; } .footer .text-secondary { color: rgba(255, 255, 255, 0.7) !important; } .footer hr { border-color: rgba(255, 255, 255, 0.2) !important; } .footer .text-center { color: rgba(255, 255, 255, 0.8); } /* Cyber Threat Section */ .cyber-threat-section { padding: 80px 0; background-color: var(--lighter-bg); } .threat-content { background: #ffffff; border: 1px solid var(--border-color); border-radius: 20px; padding: 3rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); } .highlight-box { background: rgba(34, 165, 220, 0.08); border-left: 4px solid var(--primary-color1); padding: 2rem; margin: 2rem 0; border-radius: 8px; } /* Responsive */ @media (max-width: 768px) { .hero-section::before { content: ''; position: relative; top: -50%; right: -20%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(34, 165, 220, 0.1) 0%, transparent 70%); border-radius: 50%; } .fixed-top { position: absolute; } .hero-title { font-size: 2.5rem; } .hero-stats { flex-direction: row; gap: 1.5rem; } .section-title { font-size: 2rem; } .process-step { flex-direction: column; gap: 1rem; } .process-step::after { display: none; } .cta-title { font-size: 2rem; } .cta-features { flex-direction: column; gap: 1.5rem; } } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .fade-in-up { animation: fadeInUp 0.6s ease-out; }