
      :root {
        --brand: #5c74b4;
        --brand-d: #1c194a;
        --ink: #12131a;
        --muted: #6b7280;
        --soft: rgba(108, 99, 255, 0.12);
         --footer-bg: #1c194a;
  --footer-text:#d7d9e0;
  --footer-link:#ffffff;
  --footer-btn:#5c74b4;
      }

      body {
          font-family: "Roboto Condensed", "Open Sans Condensed", Arial, sans-serif;
        color: var(--ink);
      }
      a {
        text-decoration: none;
      }

      .ca-nav {
        padding: 0.9rem 0;
        background: #fff;
        box-shadow: 0 4px 6px -2px #21252924;
      }
      .ca-nav .navbar-brand {
        font-weight: 700;
        color: var(--brand);
        letter-spacing: 0.1px;
      }
      .ca-nav .nav-link {
        color: #353a42;
        font-weight: 500;
      }
      .ca-nav .nav-link:hover {
        color: var(--brand);
      }
      .ca-nav .btn-free {
        border-radius: 0.8rem;
        padding: 0.5rem 1.1rem;
        font-weight: 600;
      }
      .ca-nav .btn-outline-primary {
        border-color: var(--brand);
        color: var(--brand);
      }
      .ca-nav .btn-outline-primary:hover {
        background: var(--brand);
        color: #fff;
      }
      .ca-nav .btn-primary {
        background: var(--brand);
        border-color: var(--brand);
      }
      .ca-nav .btn-primary:hover {
        background: var(--brand-d);
        border-color: var(--brand-d);
      }

      .hero {
        padding: clamp(2.5rem, 3vw, 6rem) 0;
        background: #fff;
      }
      .badge-soft {
        background: var(--soft);
        color: var(--brand);
        font-weight: 600;
      }
      .hero h1 {
        font-weight: 800;
        letter-spacing: -0.01em;
        line-height: 1.05;
      }
      #faqAccordion{
  padding: 10px 78px;    
}

@media (max-width: 767.98px){  
  #faqAccordion{
    padding: 0;        
  }
  .contact form{
 padding: 20px;
  }
}

      .hero h1 .accent {
        color: var(--brand);
      }
      .hero .lead {
        color: #4b5563;
      }
      .hero .btn {
        border-radius: 0.9rem;
        padding: 0.75rem 1.25rem;
      }
      .hero .btn-primary {
        background: var(--brand);
        border-color: var(--brand);
      }
      .hero .btn-primary:hover {
        background: var(--brand-d);
        border-color: var(--brand-d);
      }
      .hero .btn-outline-primary {
        border-color: var(--brand);
        color: var(--brand);
      }
      .hero .btn-outline-primary:hover {
        background: var(--brand);
        color: #fff;
      }

      .hero-art-wrap {
        max-width: 700px;
        margin-inline: auto;
        position: relative;
      }
      .hero-art {
        width: 100%;
        border-radius: 1rem;
        /* background: #f7f7fb;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08); */
      }
      .floating {
        position: absolute;
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.12));
      }
      .f1 {
        width: 34%;
        right: -5%;
        top: -6%;
        border-radius: 0.75rem;
      }
      .f2 {
        width: 36%;
        left: -6%;
        bottom: 8%;
        border-radius: 0.75rem;
      }
      .f3 {
        width: 42%;
        right: -8%;
        bottom: -4%;
        border-radius: 0.75rem;
      }

      @media (max-width: 991.98px) {
        .hero h1 {
          font-size: clamp(2rem, 6.5vw, 3rem);
        }
        .hero-art-wrap {
          max-width: 560px;
        }
        .f1,
        .f2,
        .f3 {
          display: none;
        }
      }
      @media (min-width: 992px) {
        .hero h1 {
          font-size: clamp(2.8rem, 4.8vw, 4.4rem);
        }
      }
      .brand-logo {
        height: 32px;
        width: auto;
        transition: transform 0.4s ease;
        transform: scale(2.75);
      }
      @media (min-width: 992px) {
        .brand-logo {
          height: 36px;
        }
      }

      .navbar .dropdown-toggle::after {
        margin-left: 0.35rem;
      }

      .sms-title h2 {
        font-size: clamp(1.75rem, 2.2vw + 1rem, 3rem);
        line-height: 1.1;
      }

      .faq-wrap {
        padding: 80px 14px;
      }
      .faq-item + .faq-item {
        border-top: 1px solid #eee;
      }

      .faq-q {
        display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
        padding: 18px 0;
        background: transparent;
        border: 0;
        text-align: left;
      }
      .faq-q:focus {
        outline: none;
      }
      .faq-q .q-icon {
        flex: 0 0 36px;
        height: 36px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--brand);
        color: white;
        font-weight: 700;
        transition: 0.2s ease;
        border: 1px solid rgba(92, 116, 180, 0.35);
      }
      .faq-q .q-text {
        font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.35rem);
        font-weight: 700;
        color: #222;
        letter-spacing: 0.2px;
      }
      .faq-q:hover .q-icon {
        filter: brightness(0.97);
      }

      .faq-a {
        padding: 6px 52px 18px;
        color: #5a5a5a;
        font-size: 1.02rem;
      }
      .faq-a p {
        margin-bottom: 0.9rem;
      }
      .faq-a ol {
        margin: 0 0 0.8rem 1.1rem;
      }
      .faq-a li {
        margin: 0.5rem 0;
      }

      .faq-q[aria-expanded="true"] .q-icon {
        background: var(--brand);
      }
      .faq-q[aria-expanded="true"] .q-icon::before {
        content: "×";
        font-size: 20px;
        line-height: 1;
      }
      .faq-q[aria-expanded="false"] .q-icon::before {
        content: "+";
        font-size: 22px;
        line-height: 1;
      }

      .faq-wrap .top-rule {
        border-top: 1px solid #eee;
      }

      .faq-item {
        padding-top: 10px;
      }
      .faq-item .faq-q {
        padding: 14px 0;
      }
      .faq-item .faq-a {
        padding: 6px 52px 16px;
      }

      .mt-4 {
        margin-top: 1.25rem !important;
      }
      .mb-3 {
        margin-bottom: 1rem !important;
      }

 .contact    h1 {
      text-align: center;
      font-size: 42px;
      font-weight: 600;
      color: #000;
      margin-bottom: 8px;
    }

  .contact    h1 span {
      color: var(--brand);
      font-weight: 600;
    }

  .contact    p.subtitle {
      text-align: center;
      font-size: 16px;
      color: #777;
      margin-bottom: 50px;
    }

  .contact    .main-container {
      display: flex;
      justify-content: center;
      gap: 50px;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    /* LEFT BOX */
  .contact   .support-box {
      flex: 1;
      min-width: 280px;
      max-width: 430px;
      background-color: #f8f9fb;
      border-radius: 10px;
      padding: 40px 30px;
    }

   .contact  .support-box .icon {
      font-size: 36px;
      color: var(--brand);
      margin-bottom: 15px;
    }

    .contact .support-box h3 {
      font-size: 18px;
      color: #000;
      margin-bottom: 10px;
      font-weight: 600;
    }

   .contact  .support-box p {
      font-size: 15px;
      color: #666;
      line-height: 1.5;
    }

   .contact  .support-box a {
      color: #7b68ee;
      text-decoration: none;
    }

    /* RIGHT FORM */
  .contact   form {
      flex: 2;
      min-width: 300px;
      max-width: 600px;
    }

    .contact .form-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      gap: 20px;
      flex-wrap: wrap;
    }

    .contact .form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .contact label {
      font-size: 14px;
      color: #000;
      font-weight: 500;
      margin-bottom: 6px;
    }

    .contact  label span {
      color: red;
      margin-left: 2px;
    }

    .contact input, select, textarea {
      border: 1px solid #e1e5eb;
      border-radius: 3px;
      background-color: #f8fafc;
      padding: 10px;
      font-size: 15px;
      outline: none;
      width: 100%;
    }

    .contact select {
      height: 38px;
    }

    .contact textarea {
      height: 100px;
      resize: none;
    }

   .contact  input:focus, select:focus, textarea:focus {
      border-color: #7b68ee;
    }

   .contact  .form-group.full {
      width: 100%;
      margin-bottom: 20px;
    }

    .contact .submit-btn {
      background-color:var(--brand);
      color: #fff;
      font-size: 15px;
      border: none;
      border-radius: 4px;
      padding: 12px 28px;
      float: right;
      cursor: pointer;
    }

    .contact .submit-btn:hover {
      background-color: var(--brand);
    }

    /* 🌐 Responsive Design */
    @media (max-width: 992px) {
      section .contact {
        padding: 30px 30px;
      }

      .contact h1 {
        font-size: 36px;
      }

     .contact  .main-container {
        flex-direction: column;
        align-items: center;
      }

      .contact form {
        width: 100%;
      }

      .contact .form-row {
        flex-direction: column;
      }

     .contact  .form-group {
        width: 100%;
      }

     .contact  .submit-btn {
        float: none;
        width: 100%;
      }
    }

    @media (max-width: 600px) {
      section .contact {
        padding: 25px 20px;
      }

    .contact   h1 {
        font-size: 30px;
      }

      .contact p.subtitle {
        font-size: 14px;
        margin-bottom: 30px;
      }

      .contact .support-box {
        padding: 25px 20px;
      }
    }
    .footer{
  background:var(--footer-bg);
  color:var(--footer-text);
  padding:70px 0 0;
  font-size:1rem;
}
.footer h5{
  color:#ccc;
  font-weight:700;
  font-size:1.1rem;
  margin-bottom:18px;
}
.footer a{
  display:block;
  color:var(--footer-link);
  text-decoration:none;
  margin-bottom:.6rem;
  transition:.2s ease;
}
.footer a:hover{ color:var(--brand); }
.footer .contact p,
.footer .contact a{
  margin-bottom:.4rem;
  color:var(--footer-link);
}
.footer .contact strong{ color:#fff; font-weight:700; }
.footer .linkedin-btn{
  background:var(--footer-btn);
  color:#fff;
  border:0;
  border-radius:10px;
  width:314px;
  padding:.7rem 0;
  font-weight:600;
  margin-top:1rem;
  transition:.25s ease;
}
.footer .linkedin-btn:hover{ opacity:.9; }
.footer .bottom-line{
  border-top:1px solid rgba(255,255,255,.15);
  margin-top:40px;
  padding:16px 0;
  text-align:center;
  font-size:.95rem;
  color:#bfbfbf;
}
@media(max-width:767.98px){
  .footer{ text-align:center; padding:50px 0 0; }
  .footer .row>div{ margin-bottom:30px; }
  .footer .linkedin-btn{ margin-left:auto; margin-right:auto; }
}



  :root{
    --edge:#D8DEF9;
    --ring:#EFF1FF;
    --pill:#EDEEFF;
    --pill-strong:#D7E4FF;
    --shadow:0 6px 18px rgba(92,108,179,.10);
  }
  *{box-sizing:border-box}

  .wrap-section{max-width:1320px;margin:40px auto;padding:40px 24px;}

  .wrap-section .row{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
  }
   .wrap-section .row.top{margin-bottom:60px;}



  .diamond{
    --size:250px;
    width:var(--size);
    height:var(--size);
    transform:rotate(45deg);
    border-radius:34px;
    background:#fff;
    border:1.5px solid var(--edge);
    position:relative;
    box-shadow:var(--shadow);
    display:grid;
    place-items:center;
  }
  .diamond::after{content:"";position:absolute;inset:10px;border:1px solid #E9ECFF;border-radius:28px;}
  .inside{transform:rotate(-45deg);width:88%;display:grid;place-items:center;}
  .icon-bubble {
    position: absolute;
    top: 8%;
    right: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--ring);
    display: grid
;
    place-items: center;
    box-shadow: inset 0 0 0 8px #fff;
}
  .icon-bubble svg{width:28px;height:28px;stroke:#3a3f5c;stroke-width:1.8;fill:none;}
  .pill{padding:18px 28px;min-width:72%;text-align:center;border-radius:18px/26px;background:var(--pill);font-weight:600;letter-spacing:.2px;color:#4b5373;}
  .bottom .pill{background:var(--pill-strong);}

.contact .contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
  }
  .contact .icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    color: #fff; /* navy-ish */
  }
  .contact .contact-link {
    color: #fff; /* bootstrap primary vibe */
    text-decoration: none;
    word-break: break-word;
  }
  .contact .contact-link:hover { text-decoration: underline; }
  /* --- Hero reveal animations --- */
.hero .reveal-left,
.hero .reveal-right {
  opacity: 0;
  transform: translateX(0); /* overridden below */
  will-change: transform, opacity;
  transition: transform 700ms ease, opacity 700ms ease;
}

.hero .reveal-left { transform: translateX(-56px); }
.hero .reveal-right { transform: translateX(56px); }

/* When JS adds this class */
.hero .animate-in {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Optional: stagger for nicer entrance */
.hero .reveal-left > * { transition: inherit; }
.hero .reveal-left > *:nth-child(1) { transition-delay: 60ms; }
.hero .reveal-left > *:nth-child(2) { transition-delay: 120ms; }
.hero .reveal-left > *:nth-child(3) { transition-delay: 180ms; }
.hero .reveal-left > *:nth-child(4) { transition-delay: 240ms; }

/* Floating images gentle bob */
.floating { animation: floatY 6s ease-in-out infinite; }
.floating.f2 { animation-duration: 7.5s; animation-delay: .6s; }
.floating.f3 { animation-duration: 9s;   animation-delay: 1s; }

@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}

/* --- Generic reveal for sections using data-reveal="up" --- */
[data-reveal="up"] {
  opacity: 0;
  transform: translateY(32px);
  transition: transform 700ms ease, opacity 700ms ease;
}
[data-reveal="up"].animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero .reveal-left,
  .hero .reveal-right,
  [data-reveal="up"] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .floating { animation: none !important; }
}
