:root {
      --blue: #0047AB;
      --blue-dark: #002f7a;
      --blue-light: #1a6fd4;
      --accent: #FFB800;
      --red: #e63946;
      --green: #2dc653;
      --white: #ffffff;
      --gray: #f4f7fc;
      --text: #1a1a2e;
      --text-light: #555;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Open Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

nav{
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

    /* ── PROMO BANNER ── */
    .promo-banner {
      background: linear-gradient(90deg, var(--blue-dark), var(--blue));
      color: white;
      text-align: center;
      padding: 10px 5%;
      font-size: 0.85rem;
      font-weight: 600;
      position: relative;
      z-index: 1000;
    }
    .promo-banner span { color: var(--accent); font-weight: 900; }
    .promo-banner a { color: var(--accent); text-decoration: underline; cursor: pointer; }

.logo-wrap{
    text-decoration:none;
    display:flex;
    flex-direction:column;
}

.logo-tagline{
    font-size:10px;
    color:#6b7280;
    font-weight:600;
    letter-spacing:.4px;
    margin-top:-2px;
}

.mobile-nav-subtitle{
    font-size:12px;
    color:#64748b;
    margin-top:-10px;
    margin-bottom:15px;
    text-align:center;
}

@media(max-width:768px){
    .logo-tagline{
        display:none;
    }
}


    /* ── NAVBAR ── */
    nav {
      position: sticky;
      top: 0; left: 0; right: 0;
      z-index: 998;
      background: var(--white);
      box-shadow: 0 2px 20px rgba(0,71,171,0.12);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 5%;
      height: 68px;
    }
    .logo {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      font-size: 1.4rem;
      color: var(--blue);
      text-decoration: none;
      letter-spacing: -0.5px;
      flex-shrink: 0;
    }
    .logo span { color: var(--accent); }

    .nav-links {
      display: flex;
      gap: 1.8rem;
      list-style: none;
    }
    .nav-links a {
      text-decoration: none;
      color: var(--text);
      font-weight: 600;
      font-size: 0.88rem;
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--blue); }
    .nav-cta {
      background: var(--blue) !important;
      color: var(--white) !important;
      padding: 0.5rem 1.2rem;
      border-radius: 6px;
    }
    .nav-cta:hover { background: var(--blue-dark) !important; }

.srfm-form-container .srfm-block-width-100{margin-bottom:0px !important;}

    /* Hamburger */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 5px;
    }
    .hamburger span {
      display: block;
      width: 25px; height: 3px;
      background: var(--blue);
      border-radius: 3px;
      transition: 0.3s;
    }

    /* Mobile nav */
    .mobile-nav {
      display: none;
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: var(--white);
      z-index: 9999;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2rem;
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav a {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--text);
      text-decoration: none;
    }
    .mobile-nav a:hover { color: var(--blue); }
    .mobile-close {
      position: absolute;
      top: 20px; right: 5%;
      font-size: 2rem;
      cursor: pointer;
      color: var(--text);
    }
    .mobile-call-btn {
      background: var(--accent) !important;
      color: var(--text) !important;
      padding: 1rem 2.5rem;
      border-radius: 10px;
      font-size: 1.1rem !important;
    }

/* Specific textarea field */
#srfm-textarea-bcea6de3-lbl-QW55dGhpbmcgRWxzZT8gKE9wdGlvbmFsKQ-1046 {
    min-height: 100px !important;
    height: 100px !important;
    max-height: 100px !important;
}

    /* ── HERO ── */
    .hero {
      min-height: 92vh;
      background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 55%, var(--blue-light) 100%);
      display: flex;
      align-items: center;
      padding: 60px 5% 60px;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      top: -100px; right: -100px;
      width: 500px; height: 500px;
      background: rgba(255,255,255,0.04);
      border-radius: 50%;
    }
    .hero::after {
      content: '';
      position: absolute;
      bottom: -120px; left: -60px;
      width: 400px; height: 400px;
      background: rgba(255,184,0,0.07);
      border-radius: 50%;
    }
    .hero-content {
      max-width: 680px;
      animation: fadeUp 0.8s ease both;
      position: relative;
      z-index: 2;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(255,184,0,0.18);
      color: var(--accent);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 0.4rem 1rem;
      border-radius: 20px;
      margin-bottom: 1.4rem;
      border: 1px solid rgba(255,184,0,0.3);
    }
    .hero h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2rem, 5vw, 3.6rem);
      font-weight: 900;
      color: var(--white);
      line-height: 1.15;
      margin-bottom: 1.2rem;
    }
    .hero h1 span { color: var(--accent); }
    .hero > .hero-content > p {
      font-size: 1.05rem;
      color: rgba(255,255,255,0.85);
      line-height: 1.8;
      margin-bottom: 2rem;
      max-width: 520px;
    }
    .hero-btns {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
      margin-bottom: 2.5rem;
    }
    .btn-primary {
      background: var(--accent);
      color: var(--text);
      padding: 0.9rem 1.8rem;
      border-radius: 8px;
      font-weight: 700;
      font-size: 0.95rem;
      text-decoration: none;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 20px rgba(255,184,0,0.4);
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,184,0,0.5); }
    .btn-call {
      background: var(--green);
      color: white;
      padding: 0.9rem 1.8rem;
      border-radius: 8px;
      font-weight: 700;
      font-size: 0.95rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 20px rgba(45,198,83,0.4);
    }
    .btn-call:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(45,198,83,0.5); }
    .hero-stats {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .stat h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.9rem;
      font-weight: 900;
      color: var(--accent);
    }
    .stat p { font-size: 0.8rem; color: rgba(255,255,255,0.7); margin: 0; }

    /* ── PROMO CARDS ── */
    .promos {
      background: var(--gray);
      padding: 50px 5%;
    }
    .promos-top {
      text-align: center;
      margin-bottom: 2rem;
    }
    .promos-top h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 900;
      color: var(--text);
    }
    .promos-top p { color: var(--text-light); margin-top: 0.5rem; }
    .promos-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.5rem;
    }
    .promo-card {
      background: var(--white);
      border-radius: 16px;
      padding: 1.8rem;
      border: 2px solid transparent;
      transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
      position: relative;
      overflow: hidden;
    }
    .promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 40px rgba(0,71,171,0.12);
      border-color: var(--blue-light);
    }
    .promo-tag {
      position: absolute;
      top: 14px; right: -28px;
      background: var(--red);
      color: white;
      font-size: 0.7rem;
      font-weight: 800;
      padding: 4px 36px;
      transform: rotate(45deg);
      letter-spacing: 0.5px;
    }
    .promo-tag.hot { background: var(--red); }
    .promo-tag.new { background: var(--green); }
    .promo-tag.deal { background: var(--blue); }
    .promo-card .promo-icon { font-size: 2.2rem; margin-bottom: 0.8rem; }
    .promo-card h3 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      color: var(--text);
      margin-bottom: 0.4rem;
    }
    .promo-price {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8rem;
      font-weight: 900;
      color: var(--blue);
      margin-bottom: 0.3rem;
    }
    .promo-price sup { font-size: 1rem; }
    .promo-price sub { font-size: 0.8rem; font-weight: 600; color: var(--text-light); }
    .promo-card p { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; margin-bottom: 1rem; }
    .promo-cta {
      display: inline-block;
      background: var(--blue);
      color: white;
      padding: 0.6rem 1.4rem;
      border-radius: 6px;
      font-size: 0.85rem;
      font-weight: 700;
      text-decoration: none;
      transition: background 0.2s;
    }
    .promo-cta:hover { background: var(--blue-dark); }

    /* ── PARTNERS ── */
    .partners {
      background: var(--white);
      padding: 30px 5%;
      text-align: center;
      border-bottom: 1px solid #eee;
    }
    .partners p {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-light);
      margin-bottom: 1.2rem;
    }
    .partner-logos {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .partner-logo {
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 0.95rem;
      color: var(--blue);
      opacity: 0.6;
      transition: opacity 0.2s;
    }
    .partner-logo:hover { opacity: 1; }

    /* ── SECTIONS COMMON ── */
    section { padding: 80px 5%; }
    .section-label {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 0.6rem;
    }
    .section-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.7rem, 3.5vw, 2.5rem);
      font-weight: 900;
      color: var(--text);
      margin-bottom: 0.8rem;
      line-height: 1.2;
    }
    .section-sub {
      font-size: 0.98rem;
      color: var(--text-light);
      max-width: 560px;
      line-height: 1.8;
      margin-bottom: 3rem;
    }

.srfm-form-container .srfm-form .srfm-block .srfm-dropdown-common-wrap .srfm-dropdown-common.has-items .ts-control{flex-wrap: none !important; 
    word-break: none !important;}

.srfm-form-container .srfm-form .srfm-textarea-block .srfm-block-wrap .srfm-input-textarea{height:100px !important;}

.srfm-input-common .srfm-input-input{margin-bottom:0px !important;}

    /* ── SERVICES ── */
    #services { background: var(--white); }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
      gap: 1.6rem;
    }
    .service-card {
      background: var(--white);
      border: 1.5px solid #e8edf5;
      border-radius: 16px;
      padding: 1.8rem;
      transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
      position: relative;
      overflow: hidden;
    }
    .service-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--blue), var(--blue-light));
      opacity: 0;
      transition: opacity 0.25s;
    }
    .service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,71,171,0.12); border-color: var(--blue-light); }
    .service-card:hover::before { opacity: 1; }
    .service-icon {
      width: 52px; height: 52px;
      background: linear-gradient(135deg, var(--blue), var(--blue-light));
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 1.2rem;
    }
    .service-card h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 0.6rem;
    }
    .service-card p { font-size: 0.88rem; color: var(--text-light); line-height: 1.7; margin-bottom: 1rem; }
    .service-card a {
      font-size: 0.85rem;
      color: var(--blue);
      font-weight: 600;
      text-decoration: none;
    }
    .service-card a:hover { text-decoration: underline; }

    /* ── WHY US ── */
    #why { background: var(--gray); }
    .why-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
    }
    .why-visual {
      background: linear-gradient(135deg, var(--blue-dark), var(--blue-light));
      border-radius: 20px;
      padding: 2.5rem;
      color: white;
    }
    .why-visual h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5rem;
      font-weight: 900;
      margin-bottom: 1.8rem;
    }
    .why-item { display: flex; align-items: flex-start; gap: 0.8rem; margin-bottom: 1.3rem; }
    .why-dot { width: 10px; height: 10px; background: var(--accent); border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
    .why-item p { font-size: 0.9rem; line-height: 1.6; opacity: 0.9; }
    .why-features { display: flex; flex-direction: column; gap: 1.1rem; }
    .feature-row {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 1.2rem;
      background: var(--white);
      border-radius: 12px;
      box-shadow: 0 2px 12px rgba(0,71,171,0.06);
    }
    .feature-num {
      width: 38px; height: 38px;
      background: var(--blue);
      color: white;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      font-size: 0.85rem;
      flex-shrink: 0;
    }
    .feature-row h4 { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 700; margin-bottom: 0.2rem; }
    .feature-row p { font-size: 0.8rem; color: var(--text-light); }

    /* ── COVERAGE ── */
    #coverage { background: var(--white); text-align: center; }
    .coverage-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1.3rem;
      margin-top: 1rem;
    }
    .coverage-card {
      background: var(--gray);
      border-radius: 14px;
      padding: 1.8rem 1.2rem;
      transition: transform 0.2s;
    }
    .coverage-card:hover { transform: translateY(-4px); }
    .coverage-card .big { font-size: 2.2rem; margin-bottom: 0.5rem; }
    .coverage-card h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--blue); margin-bottom: 0.3rem; }
    .coverage-card p { font-size: 0.8rem; color: var(--text-light); }

/* Hero right animated SVG */
.hero {
  justify-content: space-between;
  gap: 3rem;
}

.hero-content {
  flex: 1 1 52%;
}

.hero-visual {
  flex: 1 1 42%;
  max-width: 540px;
  min-height: 420px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: heroFloat 5s ease-in-out infinite;
}

.hero-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 45px rgba(0, 0, 0, 0.22));
  position: relative;
  z-index: 3;
}

.signal-ring {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 2px solid rgba(255, 184, 0, 0.28);
  border-radius: 50%;
  animation: signalPulse 3.5s ease-in-out infinite;
}

.ring-2 {
  width: 360px;
  height: 360px;
  animation-delay: 0.6s;
}

.ring-3 {
  width: 440px;
  height: 440px;
  animation-delay: 1.2s;
}

.wifi-wave {
  animation: waveBlink 1.8s ease-in-out infinite;
}

.wave-2 {
  animation-delay: 0.25s;
}

.wave-3 {
  animation-delay: 0.5s;
}

.float-dot {
  animation: dotFloat 4s ease-in-out infinite;
}

.dot-2 {
  animation-delay: 0.8s;
}

.dot-3 {
  animation-delay: 1.3s;
}

.dot-4 {
  animation-delay: 1.8s;
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes signalPulse {
  0% {
    transform: scale(0.85);
    opacity: 0.65;
  }
  70% {
    transform: scale(1.12);
    opacity: 0.12;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@keyframes waveBlink {
  0%, 100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}

@keyframes dotFloat {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.85;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
  }

  .hero-content {
    max-width: 720px;
    flex: unset;
  }

  .hero > .hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-visual {
    width: 100%;
    max-width: 460px;
    min-height: 330px;
  }

  .ring-1 {
    width: 220px;
    height: 220px;
  }

  .ring-2 {
    width: 300px;
    height: 300px;
  }

  .ring-3 {
    width: 370px;
    height: 370px;
  }
}

@media (max-width: 768px) {
  .hero-visual {
    max-width: 360px;
    min-height: 260px;
    margin-top: 0.5rem;
  }

  .signal-ring {
    display: none;
  }

  .hero-svg {
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.18));
  }
}

@media (max-width: 480px) {
  .hero-visual {
    max-width: 300px;
    min-height: 215px;
  }
}

    /* ── QUOTE MODAL ── */
    .modal-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      z-index: 9000;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }
    .modal-overlay.open { display: flex; }
    .modal {
      background: white;
      border-radius: 20px;
      padding: 2.5rem;
      width: 100%;
      max-width: 500px;
      position: relative;
      animation: fadeUp 0.3s ease;
      max-height: 90vh;
      overflow-y: auto;
    }
    .modal-close {
      position: absolute;
      top: 15px; right: 20px;
      font-size: 1.6rem;
      cursor: pointer;
      color: var(--text-light);
      line-height: 1;
    }
    .modal h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5rem;
      font-weight: 900;
      color: var(--text);
      margin-bottom: 0.4rem;
    }
    .modal p.modal-sub { font-size: 0.88rem; color: var(--text-light); margin-bottom: 1.8rem; }
    .form-group { margin-bottom: 1.2rem; }
    .form-group label {
      display: block;
      font-size: 0.82rem;
      font-weight: 600;
      color: var(--text);
      margin-bottom: 0.4rem;
    }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 0.75rem 1rem;
      border: 1.5px solid #dde3f0;
      border-radius: 8px;
      font-size: 0.9rem;
      font-family: 'Open Sans', sans-serif;
      color: var(--text);
      transition: border-color 0.2s;
      background: white;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      outline: none;
      border-color: var(--blue);
    }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-submit {
      width: 100%;
      background: var(--blue);
      color: white;
      padding: 1rem;
      border: none;
      border-radius: 10px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.2s;
      margin-top: 0.5rem;
    }
    .form-submit:hover { background: var(--blue-dark); }
    .or-divider {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin: 1.2rem 0;
      color: var(--text-light);
      font-size: 0.82rem;
    }
    .or-divider::before, .or-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: #dde3f0;
    }
    .call-direct {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
      background: var(--green);
      color: white;
      padding: 0.9rem;
      border-radius: 10px;
      text-decoration: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      transition: background 0.2s;
    }
    .call-direct:hover { background: #22a344; }
    .success-msg {
      display: none;
      text-align: center;
      padding: 2rem;
    }
    .success-msg .check { font-size: 3rem; margin-bottom: 1rem; }
    .success-msg h3 { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: 900; margin-bottom: 0.5rem; }
    .success-msg p { color: var(--text-light); margin-bottom: 1.5rem; }

    /* ── CONTACT SECTION ── */
    #contact {
      background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%);
      text-align: center;
      padding: 80px 5%;
    }
    #contact .section-label { color: var(--accent); }
    #contact .section-title { color: var(--white); }
    #contact .section-sub { color: rgba(255,255,255,0.8); margin: 0 auto 2.5rem; }
    .contact-cards {
      display: flex;
      justify-content: center;
      gap: 1.3rem;
      flex-wrap: wrap;
      margin-bottom: 2rem;
    }
    .contact-card {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 14px;
      padding: 1.4rem 1.8rem;
      color: white;
      text-decoration: none;
      transition: background 0.2s;
      min-width: 180px;
    }
    .contact-card:hover { background: rgba(255,255,255,0.18); }
    .contact-card .icon { font-size: 1.6rem; margin-bottom: 0.4rem; }
    .contact-card h4 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      opacity: 0.7;
      margin-bottom: 0.3rem;
    }
    .contact-card p { font-size: 0.92rem; font-weight: 600; }
    .contact-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .btn-white {
      background: white;
      color: var(--blue);
      padding: 0.9rem 1.8rem;
      border-radius: 8px;
      font-weight: 700;
      font-size: 0.95rem;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      transition: transform 0.2s;
    }
    .btn-white:hover { transform: translateY(-2px); }

/* SureForms Popup Styling */


/* Fix SureForms dropdown extra inner border */
.sureform-modal-content .srfm-form select,
.sureform-modal-content .srfm-form select:focus,
.sureform-modal-content .srfm-form .srfm-input-common:focus,
.sureform-modal-content .srfm-form .srfm-dropdown:focus,
.sureform-modal-content .srfm-form .srfm-select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.sureform-modal-content .srfm-form *:focus {
  outline: none !important;
}

.sureform-modal-content select {
  appearance: auto !important;
  -webkit-appearance: auto !important;
}
.sureform-modal-content .srfm-form {
  width: 100%;
  margin: 0;
}

.sureform-modal-content .srfm-block {
  margin-bottom: 20px !important;
}

.sureform-modal-content .srfm-description {
  display: none !important;
}

.sureform-modal-content .srfm-block-label {
  display: block !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #020617 !important;
  font-family: 'Open Sans', sans-serif !important;
}

.sureform-modal-content .srfm-block{margin-bottom:0px !important;}
.srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common:not(textarea) {
    height: 45px !important;
}

.sureform-modal-content .srfm-required {
  color: #020617 !important;
}

.sureform-modal-content input,
.sureform-modal-content select,
.sureform-modal-content textarea,
.sureform-modal-content .srfm-input-common {
  width: 100% !important;
  height: 56px !important;
  padding: 0 20px !important;
  border: 1px solid #d9e1f1 !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif !important;
  box-shadow: none !important;
  outline: none !important;
}

.sureform-modal-content textarea {
  height: 80px !important;
  padding-top: 15px !important;
  resize: vertical !important;
}

.sureform-modal-content input::placeholder,
.sureform-modal-content textarea::placeholder {
  color: #737b88 !important;
  opacity: 1 !important;
}

.sureform-modal-content input:focus,
.sureform-modal-content select:focus,
.sureform-modal-content textarea:focus {
  border-color: #2b4dbb !important;
}

.sureform-modal-content .srfm-submit-button,
.sureform-modal-content button[type="submit"],
.sureform-modal-content input[type="submit"] {
  width: 100% !important;
  height: 64px !important;
  background: #2f4ebd !important;
  color: #fff !important;
  border: none !important;
  border-radius: 11px !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  font-family: 'Montserrat', sans-serif !important;
  cursor: pointer !important;
  margin-top: 18px !important;
  box-shadow: none !important;
}

.sureform-modal-content .srfm-submit-button:hover,
.sureform-modal-content button[type="submit"]:hover,
.sureform-modal-content input[type="submit"]:hover {
  background: #2442a8 !important;
}

.sureform-modal-content .srfm-error-message {
  color: #e63946 !important;
  font-size: 13px !important;
  margin-top: 6px !important;
}

.sureform-modal-content .iti {
  width: 100% !important;
}

.sureform-modal-content .iti input {
  padding-left: 95px !important;
}

.float-call.hide-float-call {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(25px);
}
.float-call {
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

    /* ── FLOATING CALL BTN (Mobile) ── */
    .float-call {
      display: none;
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--green);
      color: white;
      padding: 1rem 2rem;
      border-radius: 50px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      text-decoration: none;
      box-shadow: 0 6px 30px rgba(45,198,83,0.5);
      z-index: 500;
      animation: pulse 2s infinite;
      white-space: nowrap;
    }
    @keyframes pulse {
      0%, 100% { box-shadow: 0 6px 30px rgba(45,198,83,0.5); }
      50% { box-shadow: 0 6px 40px rgba(45,198,83,0.8); }
    }

    /* ── FOOTER ── */
    footer {
      background: var(--text);
      color: rgba(255,255,255,0.7);
      padding: 3rem 5%;
      text-align: center;
    }
    footer .footer-logo {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      font-size: 1.3rem;
      color: var(--white);
      margin-bottom: 1rem;
    }
    footer .footer-logo span { color: var(--accent); }
    footer p { font-size: 0.83rem; line-height: 1.8; }
    footer .footer-links {
      display: flex;
      justify-content: center;
      gap: 1.8rem;
      margin: 1rem 0;
      flex-wrap: wrap;
    }
    footer .footer-links a {
      color: rgba(255,255,255,0.6);
      text-decoration: none;
      font-size: 0.83rem;
      transition: color 0.2s;
    }
    footer .footer-links a:hover { color: var(--white); }
    footer .divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 1.2rem 0; }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(25px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .why-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .float-call { display: flex; align-items: center; gap: 0.5rem; }

      .hero { min-height: auto; padding: 50px 5% 50px; }
      .hero h1 { font-size: 2rem; }
      .hero > .hero-content > p { font-size: 0.95rem; }
      .hero-btns { flex-direction: column; }
      .btn-primary, .btn-call { width: 100%; justify-content: center; }
      .hero-stats { gap: 1.2rem; }
      .stat h3 { font-size: 1.5rem; }

      .promos-grid { grid-template-columns: 1fr; }
      .services-grid { grid-template-columns: 1fr; }
      .coverage-grid { grid-template-columns: repeat(2, 1fr); }

      .contact-cards { flex-direction: column; align-items: center; }
      .contact-card { width: 100%; max-width: 320px; }
      .contact-btns { flex-direction: column; align-items: center; }
      .btn-white { width: 100%; max-width: 100%; justify-content: center; }
		.mobile-nav.open{padding:25px;}

      .modal { padding: 1.8rem 1.4rem; }
      .form-row { grid-template-columns: 1fr; }

      section { padding: 60px 5%; }
      .partner-logos { gap: 1.2rem; }
      .partner-logo { font-size: 0.82rem; }

      .why-visual { padding: 1.8rem; }
		
		.srfm-form-container .srfm-block-width-100{margin-bottom:0px !important;}
    }

    @media (max-width: 480px) {
      .logo { font-size: 1.2rem; }
      .promo-banner { font-size: 0.75rem; }
      .coverage-grid { grid-template-columns: 1fr 1fr; }
      .hero h1 { font-size: 1.75rem; }
    }
