body{
font-family: 'DM Sans', sans-serif !important;
}

/* HERO */
.hero{
background:#f6f8fb;
height: calc(100vh - 66px);
display: flex;
    align-items: center;
}

/* SERVICE CARD */
.service-card{
border:none;
border-radius:15px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

/* WHY SECTION */
.why{
background:#0d1b2a;
}

.why-card{
background:#16263a;
border-radius:12px;
}

/* FOOTER */
.footer{
background:#0b1626;
}
.nav-link{
    position: relative;
}
.nav-link.active::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    content: "";
    background-color: #3E9EEA;
    display: block;
    width: 92%;
    height: 2px;
    border-radius: 5px;
}
.navbar-brand img{
    height: 40px;
    object-fit: contain;
}
.navbar{
    box-shadow: 0 4px 30px 0 rgba(0,0,0,0.06);
}
.nav-link{
     font-size: 15px;
    color: #464646;
    font-weight:500;
    transition: 0.2s;

}
.nav-link:hover{
    color: #3e9eea;
    transition: 0.2s;
}
.nav-link.active{
    font-size: 15px;
    color: #0F172A;
    font-weight: 600;
}
.banner-top-head{
    color: #464646;
    font-size: 16px;
    font-weight: 700;
}
.banner-top-head{
    display: flex;
    gap: 8px;
}
.banner-top-head svg{
    color: #3e9eea;
    padding: 4px;
    border-radius: 4px;
    background-color: rgba(62, 158, 234, 10%);
    font-size: 28px;
}
.banner-head{
    font-size: 46px;
    color: #0F172A;
    font-weight: 700;
}
.custom-list{
  list-style-image: url("../images/icon/tick.png"); /* ningalude icon path */
  padding-left: 20px;
}
.prim-button{
    padding: 12px 26px;
    background-color: #0F172A;
    border-radius: 40px;
    color: #fff;
    border: 1px solid #0F172A;

    transition: 0.2s;
}
.prim-button:hover{
 transition: 0.2s;
    background-color: #fff;
    color: #0b1626;
    border: 1px solid #0F172A;
}

.second-out-button{
    padding: 12px 26px;
    background-color: transparent;
    border-radius: 40px;
    color: #0b1626;
    border: 1px solid #0F172A;

    transition: 0.2s;
}
.second-out-button:hover{
     background-color: #3E9EEA;
    border-radius: 40px;
    color: #fff;
    transition: 0.2s;

    border: 1px solid #3E9EEA;
}
/* ===== Section Spacing ===== */
.expert-section{
  padding: 80px 0;
}

/* container */
.container{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* image box */
.expert-image-box{
  position: relative;
  max-width: 500px;
  margin-left: auto; /* right side alignment */
}

/* image */
.expert-img{
  width: 100%;
  aspect-ratio: 1;object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* floating card */
.expert-card{
  position: absolute;
  bottom: 20px;
  left: -60px;
  background: #fff;
  padding: 18px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  width: 350px;
  text-align: left;
}

.expert-card h3{
  margin: 0;
  color: #296B9F;
  font-size: 28px;
  font-weight: 700;
}

.expert-card p{
  margin: 0px 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
}

/* stars */
.stars img{
  width: 16px;
  margin-right: 3px;
}

/* ===== Responsive ===== */
@media(max-width:768px){

  .expert-image-box{
    margin: auto;
  }

  .expert-card{
    left: 10px;
    bottom: 10px;
    width: 220px;
  }
}


/* SERVICES SECTION */
.services-section{
  padding:100px 0;
  background:#fcfbfb;
  
}
.services-section .sdd-s{
    background-image: url(../images/ser-v.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* right side box background */
.services-content{

  padding:50px;
  border-radius:20px;
}

.services-content h2{
  font-size:34px;
  font-weight:700;
  margin-bottom:15px;
}

.services-content p{
  color:#6b7280;
  margin-bottom:25px;
}

/* image */
.service-img{
  border-radius:15px;
  width:100%;
  height: 200px;
  object-fit: cover;
}

/* cards */
.service-card{
  background:#fff;
  padding:30px;
  border-radius:16px;
  box-shadow:0 8px 30px rgba(0,0,0,0.05);
  transition:.3s;
  height:100%;
}

.service-card:hover{
  transform:translateY(-8px);
}

/* icon */
.service-icon{
  width:78px;
  margin-bottom:15px;
  padding: 18px;
  border-radius: 22px;
  background-color: #E4F3FF;
}

/* text */
.service-card h5{
  font-weight:600;
  margin-bottom:8px;
}

.service-card p{
  font-size:14px;
  color:#6b7280;
  margin:0;
}

/* mobile responsive */
@media(max-width:991px){
  .services-content{
    margin-top:40px;
    text-align:center;
  }
}
.about-ct{
    background-color: #F2F5FC;
}
/* SECTION */
.about-section{
  padding:100px 0;
  background:#f5f7fb;
}

/* IMAGE */
.about-img img{
  width:100%;
  border-radius:20px;
  display:block;
}

/* CONTENT */
.about-content h2{
  font-size:32px;
  font-weight:700;
  margin-bottom:15px;
}

.about-content p{
  color:#6b7280;
  line-height:1.7;
  margin-bottom:30px;
}

/* STATS */
.about-stats{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.stat-card{
  background:#e9eef7;
  padding:20px 25px;
  border-radius:14px;
  min-width:160px;
}

.stat-card h3{
  margin:0;
  font-size:28px;
  font-weight:700;
}

.about-stats{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

/* equal size cards */
.stat-card{
  background:#e9eef7;
  padding:25px;
  border-radius:14px;
  flex:1;              /* equal width */
  min-width:180px;
  text-align:start;
  height:120px;        /* equal height */
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sec-bg{
    background-color: #F2F5FC;
}
/* FULL WIDTH BACKGROUND */
.why-section{
  background:#0b1a34;
  padding:100px 0;
  border-radius:20px;
    background-image: url(../images/vec-rtl.png);
  
    background-position: 100% -22%;
    background-repeat: no-repeat;
    background-size: 320px;
  margin:0px 20px; /* page side spacing */
}
.expert-card{
  animation: slowBounce 4s ease-in-out infinite;
}

@keyframes slowBounce{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
}
/* content */
.why-header h2{
  color:#fff;
  font-weight:700;
}

.why-header .subtitle{
  color:#BCE1FF;
}
.why-header .subtitle img{
    padding: 4px;
    background-color: rgb(41, 107, 159, 10%);
    border-radius: 4px;
}

.why-header .desc{
  color:#9ca3af;
}

/* cards */
.why-card{
  background:#142847;
  padding:25px;
  border-radius:14px;
  color:#fff;
  
  height:100%;
}

/* Grid Layout */

/* Grid */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
}

/* Card */
.feature-card{
  /* background:linear-gradient(135deg,#132c45,#1c3d5a); */
  background-color: rgba(41, 107, 159, 20%);
  padding:24px;
  border-radius:14px;
  color:#fff;
  transition:0.3s;
  display: flex;
  gap: 12px;
 
}

.feature-card:hover{
  transform:translateY(-8px);
}

.feature-card svg{
  width:32px;
  height:32px;
  color:#3db2ff;
  margin-bottom:10px;
}

.feature-card h4{
  margin:0px 0;
}

.feature-card p{
  opacity:.8;
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
}

/* Animation */
@keyframes slowBounce{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

.faq-section{
  padding:80px 0;
  background:#f5f7fa;
}

.container{
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}

.faq-title{
  font-size:32px;
  font-weight:600;
  margin-bottom:30px;
}

.faq-item{
  background:#e9edf2;
  border-radius:14px;
  margin-bottom:15px;
  padding:20px 25px;
  cursor:pointer;
  transition:0.3s;
}

.faq-question{
  display:flex;
  align-items:center;
  gap:15px;
}

.faq-question h4{
  margin:0;
  font-size:18px;
  font-weight:500;
}

.faq-icon{
  font-size:22px;
  font-weight:600;
  width:20px;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:0.4s ease;
  padding-left:35px;
}

.faq-answer p{
  margin-top:15px;
  color:#666;
  line-height:1.6;
}

/* active */
.faq-item.active{
  background:#dde3ea;
}

.faq-item.active .faq-answer{
  max-height:200px;
}

/* responsive */
@media(max-width:768px){
  .faq-title{
    font-size:24px;
  }

  .faq-question h4{
    font-size:16px;
  }
}
.footer-logo{
    height:50px ;
    object-fit: contain;
}
.footer p{
    font-size: 14px;
    color: rgb(255, 255, 255, 62%);
    margin-top: 10px;
    font-weight: 400;
}
@media (max-width:992px){
  .hero{
        height: 100%;
  }
}