@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter_28pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter_28pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter_28pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter_28pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter_28pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


:root {

    /* COLORS */
    --primary-color: #112342;
    --secondary-color: #0f7bc2;
    --text-dark: #1f2937;
    --text-light: #565656;
    --white: #ffffff;
    --border-color: #e7e7e7;
    --section-bg: #f7f7f5;
      --navy:    #0d1f33;
      --navy-d:  #070f1a;
      --blue:    #0f7bc2;
      --blue-l:  #e6f3fb;
      --blue-b:  #9bcde8;
      --blue-m:  #0a5f96;
      /*--gold:    #c8860a;*/
      --gold:    #1c7af6;
      --gold-l:  #fef7e8;
      --gold-b:  #f5d28a;
      --muted:   #5a6a7a;
      --border:  rgba(0,0,0,0.08);
      --gray:    #f7f9fb;
    --green-color: #047857;
      --gradient:    linear-gradient(135deg, #1d2951, #24356b);



    /* GRADIENTS */
    --primary-gradient: linear-gradient(135deg, #1d2951, #24356b);

    /* TYPOGRAPHY */
    --heading-font:  'Inter', sans-serif;
    --body-font: 'Inter', sans-serif;

    /* COMMON */
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 12px;

    --shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 20px 50px rgba(0, 0, 0, 0.12);

    --transition: all 0.3s ease;
     --tr:      0.15s ease;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px !important;
    max-width: 1920px;
    margin: 0 auto;
}

body {
    font-family: var(--body-font);
    color: #000;
}

h1,
h2,
h4,
h3,
h5,
h6 {
    font-family: var(--heading-font);
    margin-bottom: 0;   
}
.hero-section .hero-title{
    font-family: "Merriweather", serif!important;
}

h2, h3, h4, h5, h6{
    color: #000!important;
}
h1{
    font-size:52px!important;
    font-weight: 600!important;
}
h2{
    font-size:32px!important;
    font-weight: 500!important;
    color: #000!important;
}
h3{
    font-size:24px!important;
    font-weight: 500!important;
    color: #000!important;
}
h4{
    font-size:20px!important;
    font-weight: 500!important;
    color: #000!important;
}
p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
}
@media (max-width:786px){
    h1{ font-size:32px!important; }
    h2{ font-size:27px!important; }
    h3 { font-size: 23px !important; }
    h3 { font-size: 21px !important; }
}
a {
    text-decoration: none;
}
.cta-strip .cta-points span, .hero-content .hero-pointer{
    font-size: 16px!important;
}

/*COMMON BUTTONS*/

.badge-hero {
    background-color: #edf5f0;
    padding: 7px 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    width: 390px;
    text-align: center;
    color: var(--secondary-color);
    letter-spacing: 1px;
    font-family: var(--body-font);
}

.btn-primary-custom {
    background: var(--primary-gradient);
    color: var(--white);
    border: none;
    padding: 14px 24px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
    align-items: center;
    gap: 10px;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    color: var(--white);
}

.btn-outline-custom {
    border: 1px solid #fff;
    color:#0f7bc2;
    background:#f7faf9;
    padding: 12px 24px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.btn-outline-custom:hover {
    background: #f7faf9;
    color:#0f7bc2;
}

.btn-wa {
    border: none;
    color:#fff;
    padding: 14px 24px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
    align-items: center;
    gap: 10px; 
    background: #25D366;
    text-align: center;
    
}



.crisis-btn{
    background:#b52a2d;
    color:#fff;
    border-radius:18px;
    border:none;
    font-size:14px;
}

.crisis-btn:hover{
    background:#9f2427;
    color:#fff;
}

    /* ── BREADCRUMB ── */
    .bc-strip {
      background: #f7f9fb;
      border-bottom: 0.5px solid var(--border);
      padding: 13px 0;
    }
    .bc-strip .breadcrumb { margin: 0; font-size: 15px; }
    .bc-strip .breadcrumb-item a { color: var(--muted);}
    .bc-strip .breadcrumb-item.active { color: var(--navy); font-weight: 500; }
    .bc-strip .breadcrumb-item + .breadcrumb-item::before { color: rgba(90,106,122,.4); }
    
    @media (max-width: 590px) {
        .btn-primary-custom {
    font-size: 13px;}
    .btn-wa{
        font-size: 13px;    
    }
    .btn-outline-custom {
    font-size: 13px;}
    }
/* =============================================
   POPUP
   ============================================= */
.popup-overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.55);
  display:none;align-items:center;justify-content:center;z-index:9999
}
.popup-box{
  background:#fff;width:90%;max-width:420px;
  border-radius:14px;padding:24px;position:relative
}
.close-popup{position:absolute;right:16px;top:10px;font-size:28px;cursor:pointer;line-height:1}
.popup-box h3{margin:0 0 18px}
.popup-box input,.popup-box textarea{
  width:100%;border:1px solid #ddd;border-radius:8px;
  padding:12px;margin-bottom:12px;font-size:15px;font-family:inherit;
  -webkit-appearance:none
}
.popup-box textarea{height:100px;resize:none}
.popup-box button{
  width:100%;background:#0f2239;color:#fff;border:none;
  padding:12px;border-radius:8px;cursor:pointer;font-family:inherit;font-size:15px
}

.mobile-footer{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#ffffff;
    box-shadow:0 -2px 10px rgba(0,0,0,0.12);
    z-index:1000;
    padding:6px 0 4px;
    border-radius: 9px;
    margin: 10px 10px;
  }
 
  .mobile-footer .nav{
display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0 6px;
  }
 
  .mobile-footer .nav-item{
    flex:1;
    text-align:center;
    text-decoration:none;
    color:var(--bs-link-color);
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-top:4px;
  }
 
  .mobile-footer .nav-item svg{
    width:24px;
    height:24px;
    margin-bottom:2px;
  }
 
  .mobile-footer .nav-item span{
    font-size:10px;
    font-weight:600;
    line-height:1.2;
  }
 
  .mobile-footer .nav-item.active span,
  .mobile-footer .nav-item.active svg{
    color:var(--bs-link-color);
  }
 
  /* Center floating chat button */
  .chat-item{
    position:relative;
    flex:1;
  }
 
  .chat-bubble{
    position:absolute;
    left:50%;
    top:-34px;
    transform:translateX(-50%);
    width: 55px;
    height: 55px;
    border-radius:50%;
    background:#ffffff;
    border:2px solid #cfeaf3;
    box-shadow:0 4px 12px rgba(0,0,0,0.18);
    display:flex;
    align-items:center;
    justify-content:center;
  }
 
  .chat-bubble svg{
    width:38px;
    height:38px;
  }
  /* --- Bubble swap (which bubble sits on top) --- */
  .chat-bubble .layer{
    transform-origin:133.5px 133.5px;
  }
  .chat-bubble .layer-a{
    animation: layerA 6s ease-in-out infinite;
  }
  .chat-bubble .layer-b{
    animation: layerB 6s ease-in-out infinite;
  }
  @keyframes layerA{
    0%   { opacity:1; }
    38%  { opacity:1; }
    50%  { opacity:0; }
    88%  { opacity:0; }
    100% { opacity:1; }
  }
  @keyframes layerB{
    0%   { opacity:0; }
    38%  { opacity:0; }
    50%  { opacity:1; }
    88%  { opacity:1; }
    100% { opacity:0; }
  }
 
  /* --- Blinking dots (opacity only, no size change) --- */
  .chat-bubble .dot{
    animation: blink 1.3s ease-in-out infinite;
  }
  @keyframes blink{
    0%, 60%, 100% { opacity: 0.25; }
    30%           { opacity: 1; }
  }
  .chat-bubble .d1{ animation-delay: 0s; }
  .chat-bubble .d2{ animation-delay: 0.16s; }
  .chat-bubble .d3{ animation-delay: 0.32s; }
  .chat-item span{
    display:block;
    margin-top:29px;
    font-size:11px;
    font-weight:700;
    color:var(--bs-link-color);
  }
  /* ===== Chat nudge tooltip ===== */
  .chat-tooltip{
    position:absolute;
    bottom: 90px;
    right: -35px;
    width:210px;
    background:var(--bs-link-color);
    border-radius:14px;
    padding:10px 28px 12px 14px;
    box-shadow:0 6px 16px rgba(0,0,0,0.2);
    opacity:0;
    transform:translateY(8px) scale(0.95);
    pointer-events:none;
    transition:opacity .25s ease, transform .25s ease;
    z-index:1001;
  }
 
  .chat-tooltip.show{
    opacity:1;
    transform:translateY(0) scale(1);
    pointer-events:auto;
  }
 
  .chat-tooltip:after{
    content:"";
    position:absolute;
    bottom:-8px;
    right:60px;
    width:16px;
    height:16px;
    background:var(--bs-link-color);
    transform:rotate(45deg);
    border-radius:2px;
  }
 
  .chat-tooltip p{
    margin:0;
    font-size:12.5px;
    font-weight:600;
    color:#fff;
    line-height:1.3;
  }
 
.chat-tooltip .tooltip-close
 {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(10, 61, 82, 0.15);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}
  .chat-tooltip .tooltip-close svg{
    width:10px;
    height:10px;
  }