/* Hero session */

/* Mobile XS */
@media (max-width: 320px) {
    .hero-text h1 {
    font-size: 2.0rem !important;
    font-weight: 700;
    line-height: 1.2;
}
.hero-buttons{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.logo-box {
    position: relative;
    display: inline-block;
    padding: 3px;
    margin-top: 27px;
}
.hero-features {
    margin-top: 30px;
    display: flex;
    gap: 6px;
    font-size: 0.95rem;
    color: #dbe3f1;
}
}
@media (max-width: 576px){
  .hero-buttons .btn{
    width: 100%;
    margin: 8px 0;
  }
}

/* Core Leader Ship  */
@media (max-width: 320px) {
    .leadership-v9 {
  padding: 60px 0;
  background: linear-gradient(135deg, #071629, #0b1c2d);
}

.diag-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.diag-subtitle {
  color: #d4af37;
  letter-spacing: 1px;
  font-size: 1rem;
}
.diag-body h5 {
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
}

/* Chooice LBN */
@media (max-width: 320px) {
    .why-lbn-modern {
  padding: 18px 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.why-card-modern {
  height: 100%;
  padding: 36px 28px;
  border-radius: 5px;
  background: #ffffff;
  text-align: center;
  position: relative;
  border: 1px solid #e5e7eb;
  cursor: pointer;

  transition: transform 0.35s ease,
              box-shadow 0.35s ease,
              border-color 0.35s ease;
  font-family: 'Poppins', sans-serif;
}

.why-card-modern:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}


/* Icon */
.why-icon-glow {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff7cc, #f5d76e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 12px 30px rgba(212,175,55,0.4);
}

/* Text */
.why-card-modern h5 {
  font-weight: 700;
  color: #0a1f44;
  margin-bottom: 10px;
}

.why-card-modern p {
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
}
}


/*Testmonials*/
/* ===========================
   MOBILE RESPONSIVE FIX
=========================== */

@media (max-width: 991px){
  .testimonials{
    padding: 60px 0;
  }

  .title{
    font-size: 32px;
  }
}

@media (max-width: 767px){

  .testimonials{
    padding: 45px 0;
  }

  /* topbar mobile layout */
  .topbar{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .title{
    font-size: 28px;
  }

  .sub-title{
    font-size: 14px;
    max-width: 100%;
  }

  /* buttons mobile lo right side lo kaakunda bottom ki */
  .nav-wrap{
    width: 100%;
    justify-content: flex-end;
    margin-top: 12px;
  }

  .nav-btn{
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  /* card padding reduce */
  .t-card{
    padding: 24px 20px;
    border-radius: 20px;
  }

  .t-card::before{
    border-radius: 20px;
  }

  /* quote icon adjust */
  .quote-icon{
    font-size: 64px;
    top: -10px;
    right: 14px;
  }

  .t-text{
    font-size: 15px;
    line-height: 1.7;
  }

  /* user section */
  .user-left img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }

  .badge-soft{
    font-size: 12px;
    padding: 6px 12px;
  }

  /* IMPORTANT: Mobile lo scale effect remove (clean) */
  .swiper-slide{
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 320px) {
   .topbar {
    /* display: flex; */
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}
}