  :root {
    --red: #E91D26;
    --red-dark: #C01820;
    --red-light: #FEF2F2;
    --blue: #214081;
    --blue-light: #EEF3FB;
    --blue-dark: #162C60;
    --white: #FFFFFF;
    --slate: #1B2436;
    --grey: #6B7280;
    --grey-light: #F9FAFB;
    --border: #E5E7EB;
    --font-main: 'Poppins', sans-serif;
    --font-display: 'outfit', serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.10), 0 4px 16px rgba(0,0,0,0.06);
  }
  
  .copyright p{
      font-size: 14px;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: var(--font-main);
    color: var(--slate);
    background: var(--white);
    overflow-x: hidden;
  }
.footer-social a{
  color:var(--white) !important;
}
.footer-bottom a{
  color:var(--white) !important;
}

  a {
    text-decoration: none;
  }

.navbar-nav{
    list-style:none;
    margin:0;
    padding:0;
}

.navbar-nav li{
    margin:0;
    padding:0;
}

.navbar-nav li a{
    display:inline-flex;
    align-items:center;
    padding:10px 16px;
    text-decoration:none;
	color:#000;
}



.mobile-menu-list{
    list-style:none;
    margin:0;
    padding:0;
}

.mobile-menu-list li{
    margin-bottom:10px;
}

.mobile-menu-list li a{
    display:block;
    padding:12px 15px;
    border-radius:8px;
    text-decoration:none;
}


  /* ============ NAVBAR ============ */
  .navbar-main {
    background: #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
  }


  .topbar {
    background: var(--blue);
    color: rgba(255,255,255,0.85);
    font-size: 12.5px;
    padding: 7px 0;
  }
  .topbar a { color: rgba(255,255,255,0.85); text-decoration: none; transition: var(--transition); }
  .topbar a:hover { color: #fff; }

  .navbar-brand-wrap {
    padding: 14px 0;
  }
  .brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }
  .brand-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--red) 0%, var(--blue) 100%);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
  }
  .brand-text .brand-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue);
    line-height: 1;
    letter-spacing: -0.3px;
  }
  .brand-text .brand-sub {
    font-size: 10px;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
  }

  .nav-link-main {
    font-size: 14px;
    font-weight: 500;
    color: var(--slate) !important;
    padding: 8px 14px !important;
    border-radius: 8px;
    transition: var(--transition);
    position: relative;
  }
.mobile-menu-btn{
    width:45px;
    height:45px;
    border:none;
    background:var(--blue);
    color:#fff;
    border-radius:10px;
    font-size:24px;
}

.mobile-nav{
    display:flex;
    flex-direction:column;
}

.mobile-nav a{
    padding:14px 0;
    color:var(--slate);
    font-weight:600;
    border-bottom:1px solid #eee;
    text-decoration:none;
}

.mobile-nav a:hover{
    color:var(--red);
}

.offcanvas{
    width:320px !important;
}
@media(max-width:991px){

.hero-section{
    min-height:auto;
}

.hero-title{
    font-size:36px;
    text-align:center;
}

.hero-subtitle{
    text-align:center;
}

.hero-actions{
    justify-content:center;
}

.hero-stats{
    justify-content:center;
}

.hero-visual-card{
    margin-top:30px;
}

}@media(max-width:768px){

.hospital-card{
    margin-bottom:20px;
}

.hospital-name{
    font-size:15px;
}

.cta_button{
    
}
.cta_one{
    margin-bottom: 10px;
    width: 100%;
    text-align: center !important;
    display: block;
}

.cta_two{
    margin-bottom: 10px;
 
    text-align: center !important;
    margin-left:8px;
}
}

.inquiry-form-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.05);
}

.custom-input{
    border:1px solid #E5E7EB;
    border-radius:12px;
    min-height:52px;
    padding:12px 16px;
    transition:.3s;
}

.custom-input:focus{
    border-color:#214081;
    box-shadow:0 0 0 4px rgba(33,64,129,.1);
}

textarea.custom-input{
    min-height:100px;
}

.btn-submit-medical{
    width:100%;
    border:none;
    padding:14px;
    border-radius:14px;
    background:linear-gradient(135deg,#214081,#E91D26);
    color:#fff;
    font-weight:700;
    font-size:16px;
    transition:.3s;
}

.btn-submit-medical:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 30px rgba(33,64,129,.25);
}

.form-label{
    color:#1E293B;
    margin-bottom:8px;
}

@media(max-width:991px){

    .inquiry-form-card{
        margin-top:30px;
        padding:25px;
    }

}
@media(max-width:768px){

.doctor-card{
    padding:20px;
}

.doctor-avatar-placeholder{
    width:70px;
    height:70px;
    font-size:22px;
}

}


  .nav-link-main:hover { background: var(--blue-light); color: var(--blue) !important; 
  }

  .nav-link-main.active { color: var(--red) !important; }
  

  .btn-nav-cta {
    background: var(--red);
    color: white !important;
    padding: 9px 20px !important;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    transition: var(--transition);
    border: none;
  }
  .btn-nav-cta:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(233,29,38,0.3); }

  /* ============ HERO ============ */
  .hero-section {

    position: relative;
    overflow: hidden;
    background: var(--blue-dark);
    display: flex;
    align-items: center;
  }

  .hero-swiper { position: absolute; inset: 0; z-index: 0; }

  .hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 1.5s ease;
  }
  .hero-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(21,38,80,0.88) 0%, rgba(21,38,80,0.60) 50%, rgba(21,38,80,0.30) 100%);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 40px 0;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100px;
    padding: 7px 16px;
    color: rgba(255,255,255,0.9);
    font-size: 12.5px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    margin-bottom: 24px;
    
  }
  .hero-badge .dot { width: 6px; height: 6px; background: #4ADE80; border-radius: 50%; animation: pulse-dot 2s infinite; }
  @keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
  }

  .hero-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 5.5vw, 38px);
    font-weight: 700;
    color: white;
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 22px;
  }
  .hero-title .accent { color: #F87171; }

  .hero-subtitle {
    font-size: 17px;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 38px;
  }

  .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }

  .btn-hero-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--red);
    color: white;
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 15px; font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 8px 24px rgba(233,29,38,0.35);
  }
  .btn-hero-primary:hover { background: var(--red-dark); color: white; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(233,29,38,0.45); }

  .btn-hero-secondary {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.3);
    color: white;
    padding: 15px 28px;
    border-radius: 10px;
    font-size: 15px; font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
    backdrop-filter: blur(10px);
  }
  .btn-hero-secondary:hover { background: rgba(255,255,255,0.22); color: white; transform: translateY(-2px); }

  .hero-stats {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
  }
  .hero-stat-item { text-align: left; }
  .hero-stat-num {
    font-size: 28px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 4px;
  }
  .hero-stat-num span { color: var(--red); font-size: 20px; }
  .hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.8px; }

  .hero-visual-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 15px;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 2;
  }
  .hero-visual-card .card-title { font-size: 15px; font-weight: 600; color: var(--slate); margin-bottom: 18px; }

  .quick-service-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    text-decoration: none;
    color: var(--slate);
    transition: var(--transition);
    margin-bottom: 10px;
    font-size: 13.5px;
    font-weight: 500;
    background: white;
  }
  .quick-service-btn:hover { border-color: var(--blue); background: var(--blue-light); color: var(--blue); transform: translateX(4px); }
  .quick-service-icon {
    width: 38px; height: 38px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
  }

  .hero-trust-badges {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    flex-wrap: wrap;
  }
  .trust-badge-label { font-size: 11px; color: var(--grey); text-transform: uppercase; letter-spacing: 0.6px; }
  .trust-badge-item {
    background: var(--grey-light);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    color: var(--blue);
  }

  /* Swiper nav dots */
  .hero-swiper-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
  }
  .swiper-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: var(--transition);
    border: none;
    padding: 0;
  }
  .swiper-dot.active { background: white; width: 24px; border-radius: 4px; }

  /* ============ QUICK INQUIRY BAR ============ */
  .inquiry-bar {
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    padding: 24px 28px;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    border: 1px solid var(--border);
  }
  .inquiry-bar .form-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; color: var(--grey); margin-bottom: 6px; }
  .inquiry-bar .form-control, .inquiry-bar .form-select {
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--slate);
    transition: var(--transition);
  }
  .inquiry-bar .form-control:focus, .inquiry-bar .form-select:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(33,64,129,0.1);
    outline: none;
  }
  .btn-inquiry {
    background: var(--red);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 11px 28px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    transition: var(--transition);
    cursor: pointer;
  }
  .btn-inquiry:hover { background: var(--red-dark); transform: translateY(-1px); }

  /* ============ SECTION STYLES ============ */
  .section-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--red);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .section-label::before {
    content: '';
    width: 24px; height: 2px;
    background: var(--red);
    border-radius: 2px;
  }

  .section-title {
    font-family: var(--font-display);
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    color: var(--slate);
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .section-desc {
    font-size: 16px;
    color: var(--grey);
    line-height: 1.75;
    max-width: 580px;
  }

  /* ============ SERVICES SECTION ============ */
  .services-section { padding: 30px 0; background: var(--grey-light); }

  .service-card {
    background: white;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1.5px solid var(--border);
    transition: var(--transition);
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--blue));
    transform: scaleX(0);
    transition: var(--transition);
    border-radius: 16px 16px 0 0;
  }
  .service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
  .service-card:hover::before { transform: scaleX(1); }

  .service-icon-wrap {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
  }

  .service-card h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--slate);
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .service-card p { font-size: 13.5px; color: var(--grey); line-height: 1.65; margin-bottom: 18px; }
  .service-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--red);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
  }
  .service-link:hover { gap: 10px; color: var(--red-dark); }

  /* ============ WHY CHOOSE ============ */
  .why-section { padding: 30px 0; background: white; }

  .why-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
  }
  .why-img-main {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
  }
  .why-stat-badge {
    position: absolute;
    background: white;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
  }
  .why-stat-badge.badge-1 { top: 28px; right: -16px; }
  .why-stat-badge.badge-2 { bottom: 40px; left: -16px; }
  .why-badge-num { font-size: 24px; font-weight: 700; color: var(--blue); line-height: 1; }
  .why-badge-label { font-size: 11.5px; color: var(--grey); margin-top: 2px; }

  .why-feature {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    padding: 20px;
    border-radius: 12px;
    transition: var(--transition);
  }
  .why-feature:hover { background: var(--blue-light); }
  .why-feature-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--blue-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    color: var(--blue);
    flex-shrink: 0;
  }
  .why-feature-icon.red { background: var(--red-light); color: var(--red); }
  .why-feature h4 { font-size: 15.5px; font-weight: 600; color: var(--slate); margin-bottom: 5px; }
  .why-feature p { font-size: 13.5px; color: var(--grey); line-height: 1.6; margin: 0; }

  /* ============ HOSPITALS ============ */
  .hospitals-section { padding: 30px 0; background: var(--blue); position: relative; overflow: hidden; }
  .hospitals-section::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    top: -200px; right: -200px;
    pointer-events: none;
  }

  .hospital-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
  }
  .hospital-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); border-color: rgba(255,255,255,0.25); }
  .hospital-card-img { width: 100%; height: 200px; object-fit: cover; }
  .hospital-card-body { padding: 20px; }
  .hospital-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .hospital-name { font-size: 16px; font-weight: 600; color: white; margin-bottom: 8px; line-height: 1.3; }
  .hospital-meta { font-size: 12.5px; color: rgba(255,255,255,0.65); display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
  .hospital-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
  .hospital-tag {
    font-size: 11px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 5px;
    padding: 3px 9px;
    color: rgba(255,255,255,0.8);
  }
  .btn-hospital-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
  }
  .btn-hospital-detail:hover { color: white; }

  /* ============ DOCTORS ============ */
  .doctors-section { padding: 30px 0; background: white; }

  .doctor-card {
    background: white;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
  }
  .doctor-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--blue-light); }

  .doctor-avatar {
    width: 88px; height: 88px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 14px;
    border: 3px solid var(--blue-light);
  }
  .doctor-avatar-placeholder {
    width: 88px; height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue-light), var(--blue));
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    font-size: 28px;
    color: white;
    font-weight: 700;
  }
  .doctor-name { font-size: 16px; font-weight: 700; color: var(--slate); margin-bottom: 4px;
  margin-top: 38px;
  
  }
  .doctor-specialty {
    font-size: 12.5px;
    color: var(--red);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .doctor-hospital { font-size: 12.5px; color: var(--grey); margin-bottom: 14px; }
  .doctor-exp {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 16px;
  }
  .doctor-exp-item { text-align: center; }
  .doctor-exp-num { font-size: 18px; font-weight: 700; color: var(--blue); line-height: 1; }
  .doctor-exp-label { font-size: 10px; color: var(--grey); text-transform: uppercase; letter-spacing: 0.5px; }
  .btn-appt {
    display: block;
    background: var(--blue-light);
    color: var(--blue);
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    width: 100%;
  }
  .btn-appt:hover { background: var(--blue); color: white; }

  /* ============ PROCESS / HOW IT WORKS ============ */
  .process-section { padding: 30px 0; background: var(--grey-light); }

  .process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .process-step::after {
    content: '';
    position: absolute;
    top: 36px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), var(--red));
    opacity: 0.25;
  }
  .process-step:last-child::after { display: none; }

  .process-num {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 18px;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
  }
  .process-step:hover .process-num {
    background: var(--blue);
    color: white;
    border-color: var(--blue);
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(33,64,129,0.3);
  }
  .process-step h4 { font-size: 15px; font-weight: 600; color: var(--slate); margin-bottom: 8px; }
  .process-step p { font-size: 13px; color: var(--grey); line-height: 1.6; }

  /* ============ TESTIMONIALS ============ */
  .testimonials-section { padding: 50px 0; background: white; }

  .testimonial-card {
    background: var(--grey-light);
    border: 1.5px solid var(--border);
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    position: relative;
  }
  .testimonial-quote {
    font-size: 48px;
    color: var(--red);
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 12px;
    font-family: var(--font-display);
  }
  .testimonial-text { font-size: 14.5px; color: var(--slate); line-height: 1.75; margin-bottom: 22px; font-style: italic; }
  .testimonial-author { display: flex; align-items: center; gap: 12px; }
  .testimonial-avatar {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red), var(--blue));
    display: flex; align-items: center; justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
  }
  .testimonial-name { font-size: 14px; font-weight: 600; color: var(--slate); }
  .testimonial-meta { font-size: 12px; color: var(--grey); }
  .testimonial-stars { color: #F59E0B; font-size: 13px; margin-bottom: 3px; }

  /* ============ STATS SECTION ============ */
  .stats-section {
    background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
  }
  .stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='rgba(255,255,255,0.03)' fill-rule='evenodd'/%3E%3C/svg%3E");
  }
  .stat-item { text-align: center; position: relative; }
  .stat-number { font-size: clamp(36px, 5vw, 36px); font-weight: 800; color: white; line-height: 1; margin-bottom: 6px; }
  .stat-number .plus { color: var(--red); font-size: 0.65em; }
  .stat-label { font-size: 13.5px; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 1px; }
  .stat-divider { width: 1px; background: rgba(255,255,255,0.12); align-self: stretch; }

  /* ============ AI CHATBOT WIDGET ============ */
  .ai-widget {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
  }
  .ai-chat-toggle {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red), var(--blue));
    border: none;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 8px 32px rgba(233,29,38,0.4);
    transition: var(--transition);
  }
  .ai-chat-toggle:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(233,29,38,0.5); }

  .ai-chat-panel {
    position: absolute;
    bottom: 72px;
    right: 0;
    width: 340px;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    overflow: hidden;
    display: none;
  }
  .ai-chat-panel.open { display: block; animation: slideUpIn 0.3s ease; }
  @keyframes slideUpIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .ai-chat-header {
    background: linear-gradient(135deg, var(--blue-dark), var(--blue));
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .ai-avatar {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex; align-items: center; justify-content: center;
    color: white;
    font-size: 18px;
  }
  .ai-chat-header .ai-name { font-size: 14px; font-weight: 600; color: white; }
  .ai-chat-header .ai-status { font-size: 11px; color: #4ADE80; }
  .ai-chat-messages { padding: 16px; max-height: 280px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }
  .ai-msg-bot {
    background: var(--blue-light);
    border-radius: 12px 12px 12px 4px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: var(--slate);
    max-width: 85%;
    line-height: 1.5;
  }
  .ai-msg-user {
    background: var(--red);
    border-radius: 12px 12px 4px 12px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: white;
    max-width: 85%;
    align-self: flex-end;
  }
  .ai-quick-actions { padding: 0 16px 12px; display: flex; flex-wrap: wrap; gap: 6px; }
  .ai-quick-btn {
    font-size: 11.5px;
    background: white;
    border: 1.5px solid var(--border);
    border-radius: 100px;
    padding: 5px 12px;
    cursor: pointer;
    color: var(--blue);
    font-weight: 500;
    transition: var(--transition);
  }
  .ai-quick-btn:hover { background: var(--blue-light); border-color: var(--blue); }
  .ai-chat-input-wrap { padding: 12px 16px; border-top: 1px solid var(--border); display: flex; gap: 8px; }
  .ai-chat-input {
    flex: 1;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    outline: none;
    transition: var(--transition);
    font-family: var(--font-main);
  }
  .ai-chat-input:focus { border-color: var(--blue); }
  .ai-send-btn {
    width: 36px; height: 36px;
    background: var(--red);
    border: none;
    border-radius: 8px;
    color: white;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: var(--transition);
  }
  .ai-send-btn:hover { background: var(--red-dark); }

  /* ============ FOOTER ============ */
  .footer-main {
    background: var(--slate);
    color: rgba(255,255,255,0.7);
    padding: 50px 0 0;
  }
  .footer-brand { margin-bottom: 20px; }
  .footer-brand-name { font-size: 20px; font-weight: 700; color: white; margin-bottom: 4px; }
  .footer-brand-sub { font-size: 11px; color: var(--red); text-transform: uppercase; letter-spacing: 1.5px; }
  .footer-desc { font-size: 13.5px; line-height: 1.75; color: rgba(255,255,255,0.55); margin-bottom: 22px; }
  .footer-social { display: flex; gap: 10px; }
  .social-link {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
  }
  .social-link:hover { background: var(--red); border-color: var(--red); color: white; }
  .footer-heading { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: white; margin-bottom: 16px; }
  .footer-links { list-style: none; padding: 0; }
  .footer-links li { margin-bottom: 10px; }
  .footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 13.5px; transition: var(--transition); display: flex; align-items: center; gap: 6px; }
  .footer-links a:hover { color: var(--red); padding-left: 4px; }
  .footer-contact-item { display: flex; gap: 12px; margin-bottom: 14px; }
  .footer-contact-icon { width: 32px; height: 32px; border-radius: 7px; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 14px; flex-shrink: 0; }
  .footer-contact-text { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.5; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
    margin-top: 50px;
  }
  .footer-bottom-text { font-size: 12.5px; color: rgba(255,255,255,0.4); }

  /* ============ CTA SECTION ============ */
  .cta-section {
    background: linear-gradient(105deg, var(--red-dark) 0%, var(--red) 50%, #FF6B6B 100%);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    top: -150px; right: -100px;
  }
  .cta-title { font-family: var(--font-display); font-size: clamp(24px, 4vw, 36px); font-weight: 700; color: white; margin-bottom: 14px; line-height: 1.2; }
  .cta-subtitle { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 32px; }
  .btn-cta-white {
    background: white;
    color: var(--red);
    padding: 16px 36px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    margin-right: 10px;
  }
  .btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.2); color: var(--red); }
  .btn-cta-outline {
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.5);
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    margin-left: 8px;
  }
  .btn-cta-outline:hover { border-color: white; background: rgba(255,255,255,0.1); color: white; }

  /* ============ UTILITIES ============ */
  .pill {
    display: inline-flex; align-items: center;
    background: var(--blue-light);
    color: var(--blue);
    border-radius: 100px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
  }
  .pill.red { background: var(--red-light); color: var(--red); }

  img.placeholder-img {
    background: linear-gradient(135deg, var(--blue-light), #C7D9F5);
    display: block;
  }

  /* Scroll to top */
  .scroll-top {
    position: fixed;
    bottom: 100px;
    right: 28px;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--blue);
    color: white;
    border: none;
    cursor: pointer;
    display: none;
    align-items: center; justify-content: center;
    font-size: 18px;
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-md);
  }
  .scroll-top.visible { display: flex; }
  .scroll-top:hover { background: var(--red); transform: translateY(-2px); }

  /* Responsive */
  @media (max-width: 768px) {
    .hero-content { padding: 50px 0; }
    .hero-stat-num { font-size: 22px; }
    .topbar { display: none; }
    .ai-chat-panel { width: 300px; right: -8px; }
    .process-step::after { display: none; }
    
    .hero-badge{
        margin-left: 30px;
    }
    
  }




