 :root{
      --brand:#0b5ed7;
      --brand2:#0a4fb5;
      --ink:#0f172a;
      --muted:#64748b;
      --card:#ffffff;
      --soft:#f6f8fc;
      --shadow: 0 18px 45px rgba(2, 6, 23, .18);
      --radius: 18px;
    }

    body{
      color: var(--ink);
      background: #fff;
      font-family: "Plus Jakarta Sans", sans-serif;
    }
    .container-narrow{
      max-width: 1140px;
    }

    /* HERO */
    .hero{
  position: relative;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  color:#fff;
  overflow:hidden;

  /* background image + gradient */
  background-image:url("../images/home.webp");

  background-repeat: no-repeat, no-repeat;      /* no repeat */
  background-position: center, center;          /* center align */
  background-size: cover, contain;              /* gradient cover, image contain */
}
    .hero .kpi{
      border-left: 1px solid rgba(255,255,255,.2);
      padding-left: 1rem;
    
    }

    .hero .kpi:first-child{
      border-left: 0;
      padding-left: 0;
    }
    .hero .kpi strong{
      font-size: 2.3rem;
      line-height: 1;
      display:block;
      font-family: "Fira Sans", sans-serif!important;
      font-weight: 500;
    }
    .text-primary
    {
font-family: "Fira Sans", sans-serif!important;
font-size: 30px;
color: #005BAA!important;
    }
    .btn
    {
        background-color:#005BAA!important;
        font-family: "Plus Jakarta Sans", sans-serif;
    }
    .form-control, .form-select
    {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 12px;
    }
    .hero .kpi span{
      font-size: 1rem;
      opacity:.9;
      
    }
    .hero-form{
      background: rgba(245, 247, 251, .95);
      color: var(--ink);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      border: 1px solid rgba(2, 6, 23, .08);
      padding: 1.25rem;
      backdrop-filter: blur(10px);
    }
    .hero-form h6{
      font-weight: 700;
      margin: .25rem 0 1rem;
    }

.display-6, .fw-bold
{
     font-family: "Fira Sans", sans-serif!important;
       font-weight: 600!important;
       font-size: 50px;
}


    .form-control, .form-select{
      border-radius: 999px;
      padding: .7rem .95rem;
      border: 1px solid rgba(2, 6, 23, .14);
    }
    .btn-pill{
      border-radius: 999px;
      padding: .7rem 1.15rem;
      font-weight: 600;
    }

    /* SECTION HEADERS */
    .section{
      padding: clamp(2.5rem, 4vw, 3.5rem) 0;
    }
    .section-title{
      font-weight: 600!important;
      letter-spacing: -.02em;
      font-family: "Fira Sans", sans-serif!important;
      text-transform: uppercase;
      color: #D0242B;
     
    }
    .section-subtitle{
      color: var(--muted);
      max-width: 70ch;
    }

    /* ABOUT ICON TILES */
    .feature-tile{
      background: var(--brand);
      color:#fff;
      border-radius: 14px;
      padding: 1rem 1rem;
      height: 100%;
      box-shadow: 0 10px 25px rgba(11,94,215,.18);
    }
    .feature-tile .icon{
      width: 44px;
      height: 44px;
      display:grid;
      place-items:center;
      border-radius: 12px;
      background: rgba(255,255,255,.14);
      margin-bottom:.75rem;
      font-size: 1.25rem;
    }
    .feature-tile p{
      margin:0;
      font-size: .95rem;
      opacity:.95;
    }

    /* aboutsection */
  /* ====== ABOUT SECTION WRAPPER ====== */
    .about-sec{
      padding: 56px 0;
      background:#fff;
    }

    /* left PDF column (50%) */
    .pdf-card{
      /*border: 1px solid var(--stroke);*/
      border-radius: 10px;
      overflow: hidden;
      background:#fff;
      /*box-shadow: 0 12px 26px rgba(2,6,23,.06);*/
      height: 820px;              /* matches your screenshot feel */
    }
    .pdf-toolbar{
      height: 38px;
      background:#f1f5f9;
      border-bottom: 1px solid var(--stroke);
      display:flex;
      align-items:center;
      gap:10px;
      padding: 0 12px;
      font-size: 12px;
      color:#475569;
    }
    .pdf-toolbar .dot{
      width:8px;height:8px;border-radius:50%;
      background:#cbd5e1;
    }
    .pdf-view{
      height: 100vh;      /* full screen */
  overflow: hidden;   /* no extra scroll */
    }

.pdf-iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


    /* If you want an actual PDF: use <iframe> instead of <img> (see note below) */
    .pdf-view img{
      width:100%;
      height:auto;
      display:block;
    }

    /* right content column */
    .about-title{
      font-weight: 600;
      letter-spacing: -.02em;
      margin-bottom: 10px;
      font-family: "Fira Sans", sans-serif!important;
      color: #D0242B;
      text-transform: uppercase;
    }
    .about-lead{
      color: var(--ink);
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 14px;
      max-width: 70ch;
      font-family: "Plus Jakarta Sans", sans-serif;
    }
    .about-sub{
      color: var(--ink);
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 18px;
      max-width: 70ch;
      font-family: "Plus Jakarta Sans", sans-serif;
    }

    /* ====== BLUE SLANTED TILES GRID (like screenshot) ====== */
    .tile-grid{
      display:grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 18px;
    }

    .tile{
      position: relative;
      border-radius: var(--tileRadius);
      background: var(--blue);
      color:#fff;
      padding: 18px 16px 16px;
      min-height: 108px;
      box-shadow: 0 12px 26px rgba(11,89,214,.14);
      overflow:hidden;
      transform: skewX(-10deg);        /* slant like design */
      background-color: #1456c4;
    }
    .tile > *{
      transform: skewX(10deg);        /* unskew inner content */
    }

    .tile .ico{
      width: 44px; height: 44px;
      border-radius: 12px;
      background: rgba(255,255,255,.14);
      display:grid;
      place-items:center;
      margin-bottom: 10px;
    }
    .tile .ico svg{ width: 26px; height: 26px; }

    .tile p{
      margin:0;
      font-size: 12.5px;
      line-height: 1.35;
      opacity: .95;
    }

    /* last centered tile */
    .tile-wide{
      grid-column: 1 / -1;
      width: 64%;
      justify-self: center;
      min-height: 104px;
    }

    /* responsive */
    @media (max-width: 991.98px){
      .pdf-card{ height: 420px; }
      .tile-grid{ grid-template-columns: 1fr; }
      .tile-wide{ width: 100%; }
    }

    /* end */

    /* KEY FINDINGS */
    .findings{
      position: relative;
      background:
        linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,248,252,1) 100%);
    }
   

    /* EXPERTS */
    .quote-card{
      border-radius: 16px;
      background: #fff;
      border: 1px solid rgba(2, 6, 23, .08);
      box-shadow: 0 18px 35px rgba(2, 6, 23, .08);
      padding: 1.25rem;
      min-height: 240px;
    }
    .quote-card .name{
      font-weight: 800;
      color: var(--brand2);
      margin: 0;
    }
    .quote-card .role{
      color: var(--muted);
      font-size: .92rem;
      margin-bottom: .75rem;
    }
    .quote-card .text{
      color: rgba(15,23,42,.85);
      margin: 0;
      font-size: .98rem;
      line-height: 1.6;
    }

    /* REPORT CARDS */
    .report-card{
      border-radius: 16px;
      overflow:hidden;
      background:#fff;
      border: 1px solid rgba(2, 6, 23, .08);
      /* box-shadow: 0 12px 26px rgba(2, 6, 23, .08); */
      height: 100%;
    }
    .report-thumb{
      aspect-ratio: 16/9;
      background: #e8eefc;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
      color: rgba(15,23,42,.65);
   
    }
    .report-card .card-body{
      padding: 1rem 1rem 1.1rem;
    }

   .cat
   {
   font-family: "Fira Sans", sans-serif!important;
      font-size: 16px!important;
   }

 .text-muted
 {
    font-family: "Fira Sans", sans-serif!important;
    font-size: 12px!important;
 }



  /* ================= TILE CONTAINER ================= */
.report-tiles{
  max-width: 720px;
  margin: auto;
}

.report-tile{
  position: relative;
  background: #005BAA;
  color: #fff;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 27px;
  margin-top: 40px;

  border-radius: 16px;
  overflow: visible; /* IMPORTANT */

  transform: skewX(-8deg);
  box-shadow: 0 18px 30px rgba(2, 6, 23, .12);
}


/* unskew text inside */
.report-tile > *{
  transform: skewX(8deg);
}


.report-ico{
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%) skewX(8deg);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 22px rgba(2,6,23,.18);
  z-index: 5;
}

.report-ico img{
  width: 100%;
  height: auto;
}

.report-tile p{
  transform: skewX(8deg);
  margin: 0;
}


/* Hover (optional premium feel) */
/* .report-tile:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(2,6,23,.18);
} */

/* ================= TEXT CENTER ================= */
.report-tile p{
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  max-width: 100%;
  padding-top: 20px;
}

/* ================= FLOATING ICON ================= */
.report-ico{
  position: absolute;
  top: -24px;
  left: 50%;
  /* transform: translateX(-50%); */
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  color: #0b59d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 14px 22px rgba(2,6,23,.18);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px){
  .report-tile{
    height: auto;
    padding: 30px 20px 20px;
  }
}


.findings-section{
  position: relative;
  padding: 90px 0;
  background: url("../images/bg.webp") center/cover no-repeat;
  text-align: center;
  /* overflow: hidden; */
   overflow: visible;
   margin-top: 60px;
   margin-bottom: 60px;
}

.findings-section .overlay{
  position: absolute;
  inset: 0;
  /* background: rgba(255,255,255,0.88); */
   background: url("../images/bg.webp") center/cover no-repeat;
  backdrop-filter: blur(3px);
}

.section-title{
  font-weight: 600;
  font-size: 32px;
  position: relative;
  z-index: 2;
  font-family: "Fira Sans", sans-serif!important;
}

/* Illustration Styling */
.illustration{
  position: absolute;
  z-index: 1;
  max-height: 460px;
}

.left-boy{
  left: 4%;
  bottom: -120px;
}

.right-boy{
  right: 4%;
  top: -120px;
}



/* Download Button */
.download-btn{
  background: #0b59d6;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 400;
  transition: .3s ease;
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
}

.download-btn:hover{
  background: #0845aa;
  color: #fff;
}


.experts{
  background:#fff;
}

.experts-title{
  font-weight: 600;
  font-size: 34px;
  margin: 0;
  font-family: "Fira Sans", sans-serif!important;
   text-transform: uppercase;
      color: #D0242B;
}

.experts-carousel{
  position: relative;
  padding: 0 52px; /* space for arrows */
}

.expert-card{
  position: relative;
  background:#fff;
  border: 1px solid rgba(2,6,23,.10);
  border-radius: 18px;
  padding: 18px 18px 16px;
  /*box-shadow: 0 12px 26px rgba(2,6,23,.06);*/
  overflow: hidden;
}

.expert-quote{
  position:absolute;
  top: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  /* background: rgba(11,89,214,.10); */
  color:#005BAA;
  display:grid;
  place-items:center;
}

.quote-mark{
  font-size: 74px;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-2px);
}

.expert-name{
  color:#005BAA;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 2px;
  padding-right: 60px; /* room for quote circle */
  font-family: "Fira Sans", sans-serif!important;
}

.expert-role{
  font-size: 11px;
  color:#64748b;
  line-height: 1.35;
  padding-right: 60px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.expert-text{
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.55;
  color:#0f172a;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.experts-prev, .experts-next{
  width: 42px;
  opacity: 1;
}

.experts-prev{ left: 0; }
.experts-next{ right: 0; }

.experts-arrow{
  width: 38px;
  height: 38px;
  /* border-radius: 50%; */
  /* border: 1px solid rgba(2,6,23,.15); */
  background:#fff;
  display:grid;
  place-items:center;
  font-size: 44px;
  color:#0f172a;
  /* box-shadow: 0 10px 20px rgba(2,6,23,.06); */
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
  display:none; /* we use our own arrows */
}

/* Mobile: arrows closer + less padding */
@media (max-width: 575.98px){
  .experts-carousel{ padding: 0 34px; }
  .experts-prev, .experts-next{ width: 34px; }
  .experts-arrow{ width: 32px; height: 32px; font-size: 20px; }
}



.reports-carousel{
  position: relative;
  padding: 0 60px; /* space for arrows */
}

.reports-prev,
.reports-next{
  width: 50px;
  opacity: 1;
}

.reports-prev{ left: 0; }
.reports-next{ right: 0; }

.reports-arrow{
  width: 42px;
  height: 42px;
  /* border-radius: 50%;
  border: 1px solid rgba(2,6,23,.15);
  background:#fff; */
  display:grid;
  place-items:center;
  font-size: 46px;
  color:#0f172a;
  /* box-shadow: 0 10px 20px rgba(2,6,23,.08); */
  transition: 0.3s ease;
}

.reports-arrow:hover{
  /* background:#0b59d6;
  color:#fff;
  border-color:#0b59d6; */
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
  display:none;
}


/* final ct */
/* keep your container narrow */
.container-narrow{ max-width: 1100px; }

/* SECTION */
.deep-card-section{
  background:#fff;
}

/* CARD: IMPORTANT (match reference width + centered) */
.deep-card{
  position: relative;
  max-width: 980px;           /* ✅ match reference */
  margin: 0 auto;             /* ✅ center card */
  border-radius: 18px;
  padding: 34px 100px;         /* ✅ same padding */
  overflow: hidden;
  color: #fff;
  box-shadow: 0 20px 40px rgba(2,6,23,.12);

  /* ✅ perfect bg handling */
  background-color: #0b59d6;
  background-image:
    /* linear-gradient(90deg, rgba(10,79,181,.92) 0%, rgba(11,94,215,.82) 60%, rgba(11,94,215,.60) 100%), */
    url("../images/cbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: visible;
}

/* subtle highlight like your reference */
.deep-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 75% 35%, rgba(255,255,255,.12), transparent 55%);
  pointer-events:none;
}

/* TEXT */
.deep-title{
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 6px;
  position: relative;
  z-index: 2;
 font-family: "Fira Sans", sans-serif!important;
}
.deep-sub{
  font-size: 14px;
  opacity: .9;
  margin: 0 0 18px;
  position: relative;
  z-index: 2;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* LIST */
.deep-list{
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.deep-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.deep-ico{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #0b59d6;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  box-shadow: 0 14px 22px rgba(2,6,23,.18);
}

.deep-ico i{ font-size: 15px; }

.deep-line{
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.deep-mini{
  font-size: 14px;
  opacity: .9;
  margin-top: 3px;
  line-height: 1.3;
}

/* BUTTON */
.deep-btn{
  background: #fff!important;
  color: #005BAA;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 17px;
  border: 0;
  position: relative;
  z-index: 2;
  width:33%;
}
.link-brand
{
    font-size: 12px!important;
    text-decoration: none;
    color:#005BAA;
}
.deep-btn:hover{
  background: rgba(255,255,255,.92);
  color: #005BAA;
}

/* RIGHT IMAGE: the key difference */
.deep-cover{
  position: relative;
  z-index: 2;
  width: min(310px, 100%);
  transform: rotate(9deg) translateY(-16px); 
  /* border-radius: 6px;
  box-shadow: 0 22px 38px rgba(2,6,23,.24); */
  margin-top: -60px;
}

/* RESPONSIVE (match reference) */
@media (max-width: 992px){
  .deep-card{
    padding: 26px 20px;
    max-width: 100%;
  }
  .deep-cover{
    width: min(260px, 100%);
    transform: rotate(8deg) translateY(0);
    margin-top: 6px;
  }
}



/* ===== FORM WRAPPER ===== */
.form-wrapper{
  position:relative;
  width:100%;
  max-width:420px;
  padding-top:40px;
  margin-top: -100px;
  
}

/* Top grey cap */
.form-cap{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:78%;
  height:70px;
  background:#d8d8d8;
  border-radius:18px 18px 0 0;
  z-index:1;
  box-shadow:0 20px 25px rgba(0,0,0,.15);
}

/* Black circle */
.form-dot{
  position:absolute;
  top:-18px;
  right:-22px;
  width:80px;
  height:80px;
  background:#2d2d2d;
  border-radius:50%;
  z-index:2;
}

/* Main Card */
.form-card{
  position:relative;
  background:#d8d8d8;
  padding:35px 30px 30px;
  border-radius:16px;
  box-shadow:0 25px 40px rgba(0,0,0,.25);
  z-index:3;
}

/* Title */
.form-title{
  text-align:center;
  color:#0b59d6;
  font-weight:700;
  font-size:18px;
  margin-bottom:25px;
}

/* Inputs */
.form-group{
  margin-bottom:14px;
}

.form-input{
  width:100%;
  height:40px;
  border-radius:999px;
  border:none;
  padding:0 18px;
  font-size:13px;
  background:#efefef;
  outline:none;
  transition:all .2s ease;
}

.form-input:focus{
  background:#fff;
  box-shadow:0 0 0 3px rgba(11,89,214,.2);
}

/* Button */
.submit-btn{
  display:block;
  margin:18px auto 0;
  background:#0b59d6;
  color:#fff;
  border:none;
  padding:8px 38px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  transition:.2s;
}

.submit-btn:hover{
  background:#084bb7;
}

/* ===== Responsive ===== */
@media(max-width:480px){

  .form-card{
    padding:30px 20px 25px;
  }

  .form-dot{
    right:-10px;
  }
}

.htit
{
    font-family: "Fira Sans", sans-serif!important;
    font-size: 18px;
}

.htit1
{
      font-family: "Fira Sans", sans-serif!important;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

/* ===== TEXT REVEAL ANIMATION ===== */
.reveal-up{
  opacity:0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay:4.2s; /* appears after typing ends */
}

@keyframes fadeUp{
  to{
    opacity:1;
    transform: translateY(0);
  }
}





.text-end
{
    margin-top: -30%;
}
.text-start
{
     margin-bottom: -30%;
}





/* Card */
  .sv-form-card-demo{
    width: min(460px, 100%);
    background: #eef4ff;
    border-radius: 18px;
    padding: 28px 26px 24px;
    box-shadow: 0 18px 40px rgba(2, 6, 23, .18);
  }

  /* Title */
  .sv-form-title-demo{
    text-align: center;
    font-weight: 800;
    color: #0b59d6;
    font-size: clamp(22px, 2.2vw, 30px);
    margin: 0 0 18px 0;
    letter-spacing: .2px;
  }

  /* Form layout */
  .sv-form-demo{
    display: grid;
    gap: 14px;
  }

  /* Inputs (pill + light border like screenshot) */
  .sv-input-demo{
    width: 100%;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, .20);
    background: #ffffff;
    padding: 0 16px;
    font-size: 14px;
    outline: none;
  }
  .sv-input-demo::placeholder{
    color: rgba(17, 24, 39, .55);
    font-weight: 500;
  }
  .sv-input-demo:focus{
    border-color: rgba(11, 89, 214, .55);
    box-shadow: 0 0 0 .22rem rgba(11, 89, 214, .15);
  }

  /* Button (big pill) */
  .sv-btn-demo{
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: #005BAA;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .2px;
    margin-top: 6px;
    box-shadow: 0 16px 26px rgba(11, 89, 214, .28);
    transition: .2s ease;
  }
  .sv-btn-demo:hover{
    filter: brightness(.95);
    transform: translateY(-1px);
  }

  @media (max-width: 420px){
    .sv-form-card-demo{ padding: 22px 18px 18px; }
    .sv-input-demo{ height: 44px; }
    .sv-btn-demo{ height: 52px; }
  }


  /* ===== Modal Base Fix ===== */
.sv-modal{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.modal-backdrop.show{
  opacity: .55; /* matches your dark overlay */
}

/* Close button */
.sv-modal-close{
     position: absolute;
    top: 17px;
    right: 45px;
    z-index: 20;
    /* background: #FFF; */
    border-radius: 999px;
    padding: 15px;
    opacity: 1;
}

/* ===== Form Wrap (same as hero form style) ===== */
.sv-form-wrap{
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding-top: 18px; /* space for cap */
}

/* top slab (grey) */
/* .sv-form-cap{
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 46px;
  background: #dedede;
  border-radius: 18px 18px 0 0;
  z-index: 1;
} */

/* black circle */


/* main grey card */
.sv-form-card{
  position: relative;
  z-index: 2;
  background: #dcdcdc;
  border-radius: 18px;
  padding: 28px 26px 26px;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

/* Title */
.sv-form-title{
  text-align: center;
  font-weight: 700;
  color: #005BAA;
  font-size: 18px;
  margin-bottom: 16px;
}

/* Form + Inputs */
.sv-form{
  display: grid;
  gap: 12px;
}

.sv-input{
  width: 100%;
  height: 38px;
  border: 0;
  outline: none;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 13px;
  background: rgba(255,255,255,.85);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

.sv-input::placeholder{
  color: rgba(0,0,0,.55);
}

/* Button */
.sv-btn{
  width: 220px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #005BAA;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin: 8px auto 0; /* centers button */
  display: block;
  box-shadow: 0 10px 18px rgba(11,89,214,.25);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.sv-btn:hover{
  filter: brightness(.95);
}

/* Responsive */
@media (max-width: 480px){
  .sv-form-wrap{ max-width: 92vw; }
  .sv-form-cap{ left: 20px; right: 20px; }
  .sv-form-dot{ right: 12px; width: 54px; height: 54px; }
}


/* Keep arrows clickable */
.experts-carousel { position: relative; }

/* On mobile, add a little side padding so cards don’t touch edges */
@media (max-width: 991.98px){
  .experts .carousel-item{
    padding: 0 10px;
  }
}


/* Cards */
.finding-card{
  position: relative;
  background: #f1f1f1;
  border-radius: 16px;
  padding: 40px 25px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
  cursor: pointer;
}

.finding-card h3{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.finding-card p{
  font-size: 16px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Active First Card */
.finding-card.active{
  background: #005BAA;
  color: #fff;
}

/* Hover Effect */
.finding-card:hover{
  background: #005BAA;
  color: #fff;
  transform: translateY(-6px);
}



 .finding-card{
      border-radius: 14px;
      background: #fff;
      border: 1px solid rgba(2, 6, 23, .08);
      box-shadow: 0 10px 20px rgba(2, 6, 23, .06);
      padding: 1.3rem;
      height: 100%;
      text-align:center;
    }
    .finding-card.primary{
      background: var(--brand);
      color: #fff;
      border-color: rgba(255,255,255,.25);
    }
    .finding-card strong{
      font-size: 1.35rem;
      display:block;
    }
    .finding-card span{
      display:block;
      font-size: .92rem;
      margin-top:.35rem;
      color: rgba(15,23,42,.75);
    }
    .finding-card.primary span{ color: rgba(255,255,255,.88); }


/* plain cards */


/* Cards */
.finding-cardplain{
  position: relative;
  background: #f1f1f1;
  border-radius: 16px;
  padding: 40px 25px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
  cursor: pointer;
}

.finding-cardplain h3{
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 12px;
  color:#005BAA;
}

.finding-cardplain p{
  font-size: 16px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}



/* Hover Effect */
.finding-cardplain:hover{
  transform: translateY(-6px);
}



 .finding-cardplain{
      border-radius: 14px;
      background: #fff;
      border: 1px solid rgba(2, 6, 23, .08);
      box-shadow: 0 10px 20px rgba(2, 6, 23, .06);
      padding: 1.15rem;
      height: 100%;
      text-align:center;
    }
    .finding-cardplain.primary{
      background: #fff;
      color: #0f172a;
      border-color: rgba(255,255,255,.25);
    }
    .finding-cardplain strong{
      font-size: 1.6rem;
      display:block;
    }
    .finding-cardplain span{
      display:block;
      font-size: 1.3rem;
      margin-top:.35rem;
      color: rgba(15,23,42,.75);
    }
    .finding-cardplain.primary span{ color: rgba(255,255,255,.88); }
    
    
    
    
    
    
    .heading-logo {
  height: 58px;
  vertical-align: middle;
}

    .heading-logonew {
  height: 32px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .heading-logo {
    height: 28px;
  }
  
     .heading-logonew {
  height: 20px;

}
.finding-cardplain h3{
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 12px;
  color:#005BAA!important;
}
}



.slide-left {
  opacity: 0;
  transform: translateX(-80px) scale(0.98);
  filter: blur(8px);
  transition: 
    transform 1.1s cubic-bezier(.22,1,.36,1),
    opacity 1s ease,
    filter 1s ease;
}

.slide-left.show {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
}

.delay-1 {
  transition-delay: 0.35s;
}

@media (max-width: 991.98px) and (orientation: landscape) {
  .pdf-card {
    display: none !important;
  }
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  color:#212529;
}

.select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #666;
}


 /* added on 26-3-2026 */
 .wavebtn {
   background-color: #fff;
   border: none;
   padding: 15px 40px;
   border-radius: 30px;
   transition: all 0.8s ease;
   font-size: 16px;
   position: relative;
   display: inline-block;
 }

 /* Arrow */
 .wavebtn::after {
   content: "→";
   margin-left: 10px;
   font-size: 20px;
   transition: transform 0.4s ease;
 }

 /* Optional hover animation */
 .wavebtn:hover::after {
   transform: translateX(5px);
 }

 .wavebtn:hover {
   color: #fff;
   border-radius: 30px;
   background: linear-gradient(90deg, #e8443a 0%, #a24aa3 50%, #2b5fbf 100%);
 }

 .wavesec {
   position: relative;
   background-image:
     linear-gradient(rgba(65, 75, 58, 0.7), rgba(65, 75, 58, 0.9)),
     url('../images/Rectangle.webp');
   background-position: center;
   background-size: cover;
   overflow: hidden;
   height: 280px;
 }

 /* Wave container */
 .wave-wrapper {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   line-height: 0;
 }

 .wave-wrapper svg {
   width: 200%;
   height: 80px;
   animation: waveMove 6s linear infinite;
 }

 /* Wave color */
 .wave-wrapper path {
   fill: #ffffff;

 }

 /* Animation */
 @keyframes waveMove {
   0% {
     transform: translateX(0);
   }

   100% {
     transform: translateX(-50%);
   }
 }

 .wave-wrapper svg {
   will-change: transform;
 }

 .wavesec h2 {
   color: #fff;
   font-size: 32px;
   font-family: "Fira Sans", sans-serif !important;
   font-weight: 600;
 }

 @media screen and (max-width:600px) {
   .wavesec {
     height: 400px;
   }

   .wavesec h2 {
     font-size: 25px;
   }

   .wavebtn {
     margin-top: 20px;
   }

   .deep-btn {
     width: 80%;
   }
 }

 /* Placeholder color */
 .sv-input::placeholder {
   color: #7d7d7d;
   opacity: 1;
   /* important for consistent rendering */
 }

 /* For textarea placeholder */
 textarea.sv-input::placeholder {
   color: #7d7d7d;
 }

 /* Select text color */
 select.sv-input {
   color: #7d7d7d;
 }

 /* When user selects value → change to normal dark color */
 select.sv-input:valid {
   color: #000;
 }

 /* Remove default arrow */
 select.sv-input {
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;

   background-image: url("data:image/svg+xml;utf8,<svg fill='%237d7d7d' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
   background-repeat: no-repeat;
   background-position: right 12px center;
   background-size: 16px;
   padding-right: 40px;
 }
 
 .select-wrapper {
    position: relative;
}

.select-wrapper select {
    width: 100%;
    padding: 10px 40px 10px 10px; /* space for icon */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 40px;
    background-color: #fff;
    font-size:12px;
    color:#6b6d70;
    padding-right:15px;
}

/* Custom dropdown icon */
.select-wrapper::after {
    content: "▼"; /* you can replace with icon/font */
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #555;
}

.select-wrapper select:focus,
.select-wrapper select:active {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc; /* keep same border */
}
