
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #d4d6df;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #041E80,#041E80);
  /* border-radius: 5px; */
}

.section {
  padding: 80px 0;
}



/* ===== HERO SECTION ===== */
.hero-section {
  padding: 60px 0 80px;
  background: linear-gradient(135deg, #e7ebf1, #ffffff);
}

.hero-content p {
  margin-top: 20px;
  color: #363636;
  max-width: 520px;
}

.hero-btn {
  margin-top: 30px;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 30px;
}

/* ===== HERO SLIDER ===== */
.heroSwiper {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.heroSwiper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* Arrows */
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
  background: rgba(255,255,255,0.3);
  width: 44px;
  height: 44px;
  border-radius: 5%;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.heroSwiper .swiper-button-next::after,
.heroSwiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

/* Dots */
.heroSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cfd8dc;
  opacity: 1;
}

.heroSwiper .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 20px;
  background: linear-gradient(135deg, #5d9dc0, #78C5EE);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
}



/* About Us Start */
/* ===== ABOUT HERO STRIP ===== */
.about-hero {
  padding: 90px 0 40px;
  background: #f5f6f8;
  border-bottom: 1px solid #e2e3e7;
}

.about-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: 600;
  color: #105E9B; /* brand accent */
  margin-bottom: 10px;
}

.about-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}

.about-subtitle {
  font-size: 16px;
  color: #4b5563;
  max-width: 520px;
}

/* ===== ABOUT MAIN ===== */
.about-main {
  padding: 40px 0 70px;
  background: #ffffff;
}

.section-heading {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}

.lead-text {
  font-size: 16px;
  color: #111827;
  line-height: 1.8;
  margin-bottom: 10px;
}

.body-text {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Tags */
.about-tags {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-tag {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #374151;
}

/* Media Card */
.about-media-card {
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 45px rgba(15,23,42,0.08);
  overflow: hidden;
}

.badge-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #0a1440;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}

.about-image {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 400px;
}

.about-media-footer {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
}

.about-media-footer .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #9ca3af;
  margin-bottom: 2px;
}

.about-media-footer .value {
  font-size: 13px;
  color: #374151;
  margin: 0;
}

.link-inline {
  font-size: 13px;
  font-weight: 500;
  color: #105E9B;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.link-inline:hover {
  color: #9a7438;
}

.icon-arrow {
  font-size: 15px;
}

/* Stats */
.about-stats-row {
  margin-top: 40px;
}

.about-stat {
  text-align: center;
  padding: 20px 10px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}

.stat-number {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 13px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

/* Pillars */
.about-pillars {
  padding: 50px 0 80px;
  background: #f5f6f8;
}

.pillar-card {
  height: 100%;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 24px 20px;
  text-align: left;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s;
}

.pillar-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.pillar-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15,23,42,0.10);
  border-color: #105E9B;
}

/* Responsive */
@media (max-width: 991px) {
  .about-hero {
    padding: 80px 0 30px;
  }
  .about-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .about-main {
    padding-top: 30px;
  }
  .about-media-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-stats-row {
    margin-top: 30px;
  }
  .about-stat {
    margin-bottom: 12px;
  }
}

/* About Us End */



/* ===== MISSION • VISION • VALUES SECTION ===== */
.mv-section {
  padding: 60px 0 80px;
  background: #f5f6f8;
}

/* Mission / Vision Cards */
.mv-top {
  margin-bottom: 40px;
}

.mv-card {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 40px rgba(15,23,42,0.06);
  position: relative;
  overflow: hidden;
}

.mv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(75, 125, 182, 0.18), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.mv-card-left {
  border-top: 3px solid #36a7fd;
}

.mv-card-right {
  border-top: 3px solid #111827;
}

.mv-label {
  position: relative;
  z-index: 1;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #363636;
  margin-bottom: 6px;
}

.mv-title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}



/* Divider with text */
.mv-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 20px 0 30px;
}

.mv-divider span {
  flex: 1;
  max-width: 160px;
  height: 1px;
  background: #d1d5db;
}

.mv-divider p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b7280;
}

/* Core Values Cards */
.value-card {
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 22px;
  border: 1px solid #e5e7eb;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15,23,42,0.10);
  border-color: #36a7fd;
}

.value-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9ca3af;
}

.value-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #111827;
  margin: 4px 0 8px;
}

.value-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

/* Accent Value Card */
.value-card-accent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #105E9B;
  border-color: #105E9B;
  color: #f9fafb;
}

.value-card-accent:hover {
  border-color: #36a7fd;
}

.values-subtitle {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.values-subtext {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  color: #e5e7eb;
}

/* Responsive */
@media (max-width: 991px) {
  .mv-section {
    padding: 50px 0 60px;
  }
  .mv-card {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .mv-divider span {
    max-width: 90px;
  }
}



/* Our Core Value Start */
/* ===== CORE VALUES SECTION ===== */
.core-values-section {
  padding: 80px 0;
  background: #041E80;
}

/* Left Content */
.section-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}

.values-heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.highlight-text {
  color: #f1f6f9;
}

.values-description {
  font-size: 15px;
  color: #f1f6f9;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 540px;
}

.btn-learn-more {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: #0ea5e9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.3);
}

.btn-learn-more:hover {
  background: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.4);
  color: #ffffff;
}

/* Right Side: Values Grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Individual Value Box */
.value-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.value-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.value-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  border-color: #0ea5e9;
}

.value-box:hover::before {
  opacity: 1;
}



/* Icon Wrapper */
.value-icon-wrapper {
  width: 70px;
  height: 70px;
  background: #041E80;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: all 0.3s ease;
}

.value-box:hover .value-icon-wrapper {
  background: #07164b;
}

.value-icon-wrapper i {
  font-size: 32px;
  color: #fff;
  transition: color 0.3s ease;
}

.value-box:hover .value-icon-wrapper i {
  color: #ffffff;
}

/* Value Title */
.value-title {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .core-values-section {
    padding: 60px 0;
  }

  .values-heading {
    font-size: 30px;
  }

  .values-grid {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .values-heading {
    font-size: 26px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .value-box:nth-child(5) {
    grid-column: 1;
  }

  .value-box {
    padding: 24px 20px;
  }
}

@media (max-width: 576px) {
  .btn-learn-more {
    width: 100%;
    justify-content: center;
  }
}

/* Our Core Value End */



/* Teams Start */
.teams-section {
  padding: 40px 0px ;
}
/* Teams End */



.nav-tabs .nav-link {
  font-weight: 500;
}

footer {
  font-size: 14px;
}
