:root{
      --navy: #2b5c8a;
      --teal: #3aa2b0;
      --teal-dark: #2b8a95;
      --teal-light: #d6eef0;
      --accent-yellow: #ffc40c;
      --muted: #54666b;
    }


    
.cairo-font {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


    /* Force container max width to 1140px (requested) */
    .container { max-width: 1140px !important; }

    body {
     font-family: "Cairo", sans-serif;
      color: var(--muted);
      margin: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: #fff;
    }

    h1,h2,h3,h4,h5,h6{
         font-family: "Cairo", sans-serif;
    }

    p{
      
    }

    /* ---------- Header ---------- */
    header.site-header {
      background: #fff;
      border-bottom: 1px solid rgba(0,0,0,0.06);
      padding: 16px 0;
    }
    .site-logo img { height:60px; display:block; }
    .site-nav a { color: var(--muted); text-decoration:none; margin-right:18px; font-weight:600; }
    .phone-pill {
          background: var(--accent-yellow);
    color: #000;
    font-weight: 700;
    border-radius: 0;
    padding: 15px 28px;
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 1px 1px 5px rgb(207, 207, 207);
    }

    /* ---------- HERO ---------- */
    .hero {
      background: linear-gradient(to right,#e7f6fd,#fafdff)!important;
      padding: 60px 0;
    }

    .eyebrow {
      color:#5c5c5c;
      font-weight:600;
      margin-bottom:8px;
    }

    .hero-title {
  font-size: 5.5rem !important;
    font-weight: 700;
    background: -webkit-linear-gradient(0deg, #3A7C92, #6ACCE5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
       font-family: "Cairo", sans-serif;
    }
    .hero-title .line2 { color: var(--teal); display:block; }

    .hero-sub {
      font-size:17px;
      color:#455a60;
      max-width: 700px;
      margin-bottom: 18px;
    }

    .btn-chat {
              background: var(--accent-yellow);
    color: #000;
    font-weight: 700;
    border-radius: 0;
    padding: 12px 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    margin-right: 8px;
    box-shadow: 1px 1px 5px rgb(207, 207, 207);
    }

    /* ---------- CONTACT CARD (top-right + sidebar) ---------- */
    .contact-card {
      background: linear-gradient(180deg, var(--teal) 0%, var(--teal-dark) 100%);
      border-radius:8px;
      padding:18px;
      color:#fff;
      box-shadow: 0 6px 18px rgba(43,108,120,0.07);
    }

    .contact-card h5 { color:#fff; font-weight:700; margin-bottom:12px; font-size:26px; text-align: center;}
    .contact-card .form-control,
    .contact-card .form-select,
    .contact-card textarea {
      background:#fff;
      color:#333;
      border: 0;
      border-radius:6px;
      padding:10px 12px;
      margin-bottom:10px;
      font-size:14px;
      box-shadow: inset 0 1px 0 rgba(0,0,0,0.03);
    }

    .input-icon {
      position:absolute;
      right:10px;
      top:50%;
      transform:translateY(-50%);
      width:28px;
      height:28px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      background: transparent;
      font-size:14px;
      pointer-events:none;
    }
    .form-row-pos { position:relative; }

    .btn-submit {
      width:100%;
      background:#fff;
      color:var(--teal-dark);
      font-weight:800;
      padding:10px 12px;
      border-radius:6px;
      border:0;
    }

    /* ---------- SECOND (promo) ---------- */
    .section-promo { padding:48px 0; background:#fff; }
    .promo-img { border-radius:14px; overflow:hidden; }
    .promo-title-strap { color:var(--teal-dark); font-weight:700; font-size:18px; margin-bottom:8px; }
    .promo-title { color:var(--navy); font-weight:800; font-size:28px; margin-bottom:12px; }
    .promo-text { color:#455a60; font-size:15px; margin-bottom:12px; }
    .promo-cta .btn { border-radius:6px; padding:10px 16px; font-weight:700; margin-right:8px; }

    .btn-outline-teal { background:transparent; border:2px solid var(--teal-dark); color:var(--teal-dark); }

    /* ---------- SERVICES ---------- */
    .services { padding:45px 0;     background-image: linear-gradient(to right, #e7f6fd, #fafdff) !important; }
    .services h2 { color:var(--teal-dark); font-weight:700; text-align:center; margin-bottom:10px; }
    .services p.lead { color:#6f8a8f; text-align:center; margin-bottom:22px; }

    .service-card {
      background:#3a7c92;
      border-radius:8px;
      color:#fff;
      padding:18px;
      min-height:150px;
      display:flex;
      flex-direction:column;
      gap:10px;
      align-items:flex-start;
    }
    .service-card .icon {
      width:90px; height:90px; border-radius:10px; background:rgba(255,255,255,0.12); display:flex; align-items:center; justify-content:center; font-size:20px;
     margin: 0 auto;
    margin-bottom: 20px;
    }
    .service-card h5 { font-weight:700; margin:0; color:#fff; }
    .service-card p { margin:0; color:rgba(255,255,255,0.95); font-size:16px;overflow: scroll;
    overflow-x: hidden;
    height: 100px;
} 


.service-card p::-webkit-scrollbar {
  width: 0.3em;
}
 
.service-card p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(225, 225, 225, 0.3);
}
 
.service-card p::-webkit-scrollbar-thumb {
  background-color: rgb(228, 228, 228);
  outline: 1px solid slategrey;
}

    /* ---------- CTA BANNER ---------- */
    .cta-banner {
      padding:60px 0;
      text-align:center;
      background: white;
    }
    .cta-banner h4 { color:var(--teal-dark); font-weight:700; margin-bottom:12px; }

    /* ---------- CHOICE & HOW ---------- */
  .choice {
    padding: 45px 0;
    background-image: linear-gradient(to right, #e7f6fd, #fafdff) !important;
}
    .how { background:#ffffff; padding:60px 0; text-align:center; }
    .how .step {
      height: 225px;
      background:#fff; border-radius:10px; padding:18px; min-height:120px; box-shadow: 0 6px 20px rgba(24,96,104,0.04);
    }
    .icon-circle { width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;background:var(--teal); color:#fff; font-weight:800; }

    /* ---------- FAQ ---------- */
    .faq-area { padding:40px 0 80px; background:#fff; }
    .faq-left h3 { color:var(--teal-dark); font-weight:700; margin-bottom:16px; }
    .accordion .accordion-item { border:0; background:transparent; margin-bottom:14px; }
    .accordion-button {
      background: var(--teal);
      color:#fff;
      border-radius:8px;
      padding:14px 18px;
      font-weight:700;
      box-shadow:none;
    }
    .accordion-button::after { display:none; } /* hide default caret */
    .accordion-body {
      background: #f0fafe;
      color: #063a3a;
      padding:16px;
      border-radius:0 0 8px 8px;
      margin-top:8px;
    }
    .chev { margin-left:12px; transition: transform .22s ease; }
    .accordion-button:not(.collapsed) .chev { transform: rotate(180deg); }

    /* Sidebar contact sticky */
    .sidebar-contact { position: sticky; top:22px; }

    /* ---------- Footer ---------- */
    footer.site-footer { background:#f0fafe; padding:34px 0 18px; color:#6a7c83; }
    footer a { color:var(--navy); text-decoration:none; font-weight:600; }

    /* small spacing helpers */
    .mb-18 { margin-bottom:18px !important; }

    /* responsive */
    @media (max-width: 991.98px) {
      .hero { padding:36px 0; }
      .contact-card { margin-top:18px; }
      .container { padding-left:16px; padding-right:16px; }
    }
    @media (max-width:575.98px) {
      .hero-title { font-size:32px; }
    }

    header.site-header nav a {
    margin: 0px 10px;
    text-decoration: none;
    color: #52a4bc;
    font-family: 'Lato';
    font-weight: bold;
    letter-spacing: 0.5px;
}

button.accordion-button {
    background: #389eac;
    color: white;
    font-size: 16px;
}

.title-heading{
      color: #1e1e1e;
    font-size: 40px;
    margin-bottom: 35px !important;
    font-weight: bold;
    /* background: -webkit-linear-gradient(0deg, #3A7C92, #6ACCE5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    line-height: 1;
    font-family: "Cairo", sans-serif;
}


.icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
   
}

.icon2 img{
 filter: invert(1);
}


@keyframes blink {
  0%, 100% {background-color:#ffc40c;box-shadow: 1px 1px 5px rgb(207, 207, 207);}
  50% {background-color: #ffe083;}
}
#blinking-button {
  animation: blink 1.5s linear infinite;
}
#blinking-button2 {
  animation: blink 3s linear infinite;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #389eacc7 !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none !important;
}


.formpopup .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    z-index: 999;
    /* color: #000000; */
    /* background: white; */
}

.formpopup  .modal-header {
    padding: 0;
}

.formpopup  .modal-body {
    padding: 0;
}

footer.site-footer h6 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}


body::-webkit-scrollbar {
  width: 0.5em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

section.cta-banner2 {
    padding: 150px 0;
    text-align: center;
}

h1.title-heading2 {
    font-size: 60px;
}

button.btn.btn-orange.w-100 {
    background: #ffc40c;
    font-weight: 500;
    font-size: 18px;
}


/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 1024px) {
  .hero-title {
    font-size: 4rem !important;
}

}


/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 3.5rem !important;
}

.site-logo img {
    height: 35px;
    display: block;
}

.phone-pill {

    padding: 9px 8px;
    font-size: 15px;
}

.btn-chat {
 
    margin-bottom: 4px;
}

.title-heading {
    font-size: 30px;
}

}