
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.navbar{
  padding: 5px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  /* font-weight: 600; */
  padding: 22px 10px;
  font-size: 16px;
  margin-right: 15px !important;
}

.navbar-light .navbar-nav .nav-link:hover, .activate {
  color:   #c2e122 !important;
  font-weight: 600;
  font-size: 16px;
  margin-right: 15px;
}
.dropdown-menu {
  top: 95% !important;
  left: -10px !important;
  margin-top: .125rem;
}
.dropdown-item{
padding: 10px 15px;
}
.dropdown-item:hover{
background-color: #005c97;
color: #fff;
}
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  font-size: 15px;
  border-radius: 0px;
  border: none;
}


.fontset{
  color: #005c97 !important;
}
.fontset2{
  color: #c2e122 !important;
}
.bg-theme{
  background-color: #005c97;
}
.headrlinelink{
  font-size: 14px;
  margin-right: 8px;
  padding-right: 10px;
  color: #000 ;
  font-weight: 600;
  text-decoration: none;
  border-right: 1px solid #dedede;
}
.logo{
  width: 150px;
  height: 50px;
  object-fit: contain;
}


/* ================home video ================== */ 
.hero-video {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.479); /* soft dark overlay */
  z-index: 1;
}

.hero-video .container {
  position: relative;
  z-index: 2;
}

.mainbtn {
  background-color: #005c97;
  color: #fff;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mainbtn:hover {
  background-color: #c2e122;
  color: #fff;
}




.why-choose-us {
  background-color: #fff;
  position: relative;
}

.why-text h2 {
  font-size: 2rem;
  line-height: 1.3;
}

.choose-item .icon {
  width: 40px;
  height: 30px;
  background: #005c97;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.service-box {
  height: 250px;
  padding: 25px;
  border-radius: 0;
  text-align: start !important;
  position: relative;
  overflow: hidden;
}

.orange-box {
  background-color: #005c97;
}

.green-box {
  background-color: #c2e122;
}

.service-box h5 {
  font-weight: 600;

}

.plus-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.plus-btn:hover {
  background: #000;
  color: #fff;
}

.overlay-icon {
  font-size: 50px;
  opacity: 0.2;
}

/* Image styling */
.object-fit-cover {
  object-fit: cover;
  height: 100%;
}





/* ================facts section================= */

.facts-section {
  position: relative;
  /* height: 70vh; */
 background: url(../img/home_map.png);
 background-size: cover;
}

.facts-section h2 {
  font-size: 32px;
}

.progress {
  background-color: #e9ecef;
  border-radius: 0px;
}

.progress-bar {
  border-radius: 0px;
}






@media (max-width: 768px) {
  .facts-section h2 {
    font-size: 26px;
  }
  .mw-label {
    font-size: 12px;
  }
}
.chkrabg{
  position: absolute;
  bottom: 20rem;
  display: flex;
  justify-content: flex-end;
  left: 0;
  right: 5px;
  z-index: 0;
}
.chkrabg img{
  width: 450px;
  height: 400px;
  /* object-fit: contain; */
}


  .testimonial-section {
      padding: 80px 0;
      position: relative;
    }

    .testimonial-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

   .testimonial-section .testimonial-box {
      background-color: #1d232a;
      color: #fff;
      padding: 40px;
      position: relative;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

 .testimonial-section   .testimonial-box h6 {
      color: #c2e122;
      font-weight: 500;
      margin-bottom: 10px;
    }

  .testimonial-section  .testimonial-box h3 {
      font-weight: 700;
      margin-bottom: 20px;
    }

   .testimonial-section .testimonial-box p {
      color: #c8c8c8;
      font-size: 15px;
      line-height: 1.8;
    }

   .testimonial-section .testimonial-author {
      margin-top: 25px;
    }

  .testimonial-section  .testimonial-author h5 {
      font-weight: 600;
      margin-bottom: 5px;
    }

    .testimonial-author span {
      color: #aaa;
      font-size: 14px;
    }

  .testimonial-section  .owl-nav {
      position: absolute;
      bottom: 20px;
      right: 30px;
    }

   .testimonial-section .owl-nav button {
      background-color: #005c97 !important;
      color: #fff !important;
      border: none !important;
      width: 35px;
      height: 35px;
      margin-left: 5px;
      font-size: 18px !important;
      transition: all 0.3s;
    }

   .testimonial-section .owl-nav button:hover {
      background-color: #c2e122 !important;
    }

    /* Responsive */
    @media (max-width: 992px) {
     .testimonial-section .testimonial-box {
        margin-top: 20px;
      }
    }




/* ===============timeline section================= */
.timeline {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  position: relative;
  overflow: hidden;
}

.timeline-line {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 43%;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e9ecef 0%, #c2e122 50%, #005c97 100%);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1200ms cubic-bezier(.2,.9,.2,1);
  opacity: .85;
}

.timeline .timeline-line.animate {
  transform: scaleX(1);
}

.timeline-container {
  position: relative;
  gap: 36px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  padding-bottom: 6px;
}

.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  text-align: center;
  scroll-snap-align: center;
  opacity: 0;
  transform: translateY(14px) scale(.98);
  transition: opacity 550ms ease, transform 550ms cubic-bezier(.2,.9,.2,1), filter 300ms ease;
}

.timeline-item.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.timeline-item .timeline-year {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 22px;
  padding: 12px 22px;
  margin-top: 16px;
  border-radius: 999px;
  background-color: #c2e122 !important;
}

.timeline-item .timeline-year::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid rgba(194,225,34,0.35);
  animation: ringPulse 2.4s infinite ease-out;
}

@keyframes ringPulse {
  0% { opacity: .6; transform: scale(1); }
  70% { opacity: 0; transform: scale(1.15); }
  100% { opacity: 0; transform: scale(1.15); }
}

.timeline-item.bottom .timeline-year {
  order: -1;
  margin-top: 0;
  margin-bottom: 20px;
}

.timeline-content {
  max-width: 200px;
  font-size: 12px;
  color: #5f6b77;
  background: #ffffff;
  border: 1px solid #eef1f5;
  border-radius: 12px;
  padding: 12px 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* Custom color for purple */
.bg-purple {
  background-color: #8e44ad !important;
}
.text-purple {
  color: #8e44ad !important;
}

/* Responsive */
@media (max-width: 767px) {
  .timeline-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .timeline-item {
    width: 45%;
    margin-bottom: 40px;
  }
  .timeline-line { display: none; }
}

/* ======================timeline end========================== */

/* ========== Infographic-style flow ========== */
.timeline-flow {
  position: relative;
  padding: 10px 0 40px;
  margin: 0;
  gap: 56px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}

.timeline-flow .timeline-item {
  position: relative;
  width: 240px;
  flex: 0 0 240px;
  scroll-snap-align: center;
  transition: transform 450ms cubic-bezier(.2,.9,.2,1), opacity 450ms ease;
  opacity: 0;
  transform: translateY(14px);
}

.timeline-flow .timeline-item.in-view { opacity: 1; transform: translateY(0); }

.timeline-item .item-head { margin-bottom: 12px; }
.timeline-item.top .item-head { order: -1; margin-bottom: 14px; }
.timeline-item.bottom .item-head { margin-top: 14px; }

.timeline-item .year { font-weight: 800; letter-spacing: .5px; }
.timeline-item .subtitle { color: #4b5563; }

.timeline-item .node {
  width: 76px; height: 76px; border-radius: 50%; margin: 0 auto; position: relative;
  display: grid; place-items: center; box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.timeline-item .node img { width: 44px; height: 44px; object-fit: contain; filter: brightness(0) invert(1); }

.node-yellow { background:#f1c40f; }
.node-amber { background:#f39c12; }
.node-green { background:#20b15a; }
.node-blue { background:#3498db; }
.node-orange { background:#ff6f3c; }
.node-purple { background:#8e44ad; }

.timeline-item .connector {
  position: absolute; top: 50%; left: calc(50% + 38px); right: -60px; height: 2px; background: #d6dbe1;
}

.timeline-item.bottom .connector { top: calc(50% + 22px); }
.timeline-item.top .connector { top: calc(50% - 22px); }

.timeline-item .connector::after {
  content: ''; position: absolute; right: -10px; top: -3px; width: 12px; height: 12px; border-top: 2px solid #d6dbe1; border-right: 2px solid #d6dbe1; transform: rotate(45deg);
}

.timeline-item.last .connector { display: none; }

.text-purple { color:#8e44ad !important; }

@media (max-width: 767px) {
  .timeline-flow { gap: 32px; padding-bottom: 10px; }
  .timeline-flow .timeline-item { width: 220px; flex-basis: 220px; }
}
    .locationbox{
      border: 1px solid #005c97;
    }
   .stats-section {
      background-color: #1d232a;
      color: white;
    }
    .stats-icon {
      font-size: 45px;
      color: #999;
      margin-bottom: 15px;
    }
    .stats-number {
      color: #c2e122;
      font-weight: 700;
      font-size: 26px;
    }
    .stats-text {
      font-weight: 600;
      font-size: 14px;
    }
    .stats-box {
      text-align: left;
    }
    .image-col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    @media (max-width: 991px) {
      .stats-box {
        text-align: center;
      }
    }


.partnersitem {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  border-radius: 8px;
  height: 120px; /* 🔹 Fixed height for all cards */
}

.partnersitem img {
  max-height: 70px; /* 🔹 Uniform logo size */
  width: auto;       /* Keeps logo ratio correct */
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partnersitem img:hover {
  transform: scale(1.1); /* Optional hover zoom */
}
/* Center the dots below the carousel */
#partners .owl-dots {
  text-align: center;
  margin-top: 30px;
}

/* Default dot style */
#partners .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 4px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active dot */
#partners .owl-dot.active span {
  background: #005c97; /* 🔹 Your blue color */
  transform: scale(1.3);
}

/* Hover effect */
#partners .owl-dot:hover span {
  background: #005c97;
  transform: scale(1.2);
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .6);
    height: 50vh; 
       display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}




 .contact-section {
      padding: 60px 0;
    }
    .contact-box {
      background: #fff;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      padding: 40px;
      border-radius: 6px;
    }
    .contact-left h5 {
      color: #20b15a;
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .contact-left h4 {
      font-weight: 600;
      margin-bottom: 25px;
    }
    .contact-left ul {
      list-style: none;
      padding-left: 0;
    }
    .contact-left ul li {
      margin-bottom: 15px;
      display: flex;
      /* align-items: center; */
      color: #444;
    }
    .contact-left ul li i {
      color: #005c97;
      padding-top: 5px;
      font-size: 25px;
      margin-right: 10px;
    }
    .social-links a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #ccc;
      border-radius: 50%;
      text-align: center;
      color: #444;
      margin-right: 8px;
      transition: all 0.3s ease;
    }
    .social-links a:hover {
      background-color: #005c97;
      color: #fff;
      border-color: #005c97;
    }
    .contact-right h4 {
      font-weight: 600;
      margin-bottom: 25px;
    }
 
   .map iframe {
      width: 100%;
      height: 400px;
      border: none;
      border-radius: 6px;
    }


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}














/*** Footer ***/
.footer {
  background: url(../img/footer.png) center center no-repeat;
  background-size: contain;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: fff;
  border: 1px solid rgba(256, 256, 256, .1);
  border-radius: 40px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: #005c97;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: normal;
  transition: .3s;
  text-decoration: none !important;
  font-size: 15px;
}

/* .footer .btn.btn-link:hover {
  color: #13afca;
  text-decoration: none;
} */

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #fff;
  text-decoration: none !important;
}

.footer .copyright a:hover {
  color: #FFFFFF;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}





/* =================Responsive============= */
@media (max-width: 992px) {
  .navbar {
    padding: 5px;
    border-bottom: 1px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navbar-light .navbar-nav .nav-link {
  color: #606060;
  font-weight: 600;
  padding: 10px 10px;
  font-size: 16px;
  margin-right: 15px !important;
}

.MENU{
  color: #005c97;
  font-size: 22px;
  padding: 8px 15px;
  border: 1px solid #005c97 !important;
}
.navbar-toggler {
  color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: .25rem 0rem !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.carousel-caption {
    width: 100% !important;
    bottom: 100px !important;
    left: 0% !important;
    color: #000;
    text-align: center !important;
}
.carousel-indicators.left-indicators {
    position: absolute;
    left: -8%;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.headrlinelink{
  font-size: 1px;
  margin-right: 5px;
  padding-right: 5px;
  color: #000 ;
  font-weight: 600;
  text-decoration: none;
  border-right: 1px solid #dedede;
}
}




/* ===== Features Section Styles ===== */


.features-section {
  background: var(--bg);
  padding: 50px 0;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.features {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

.feature {
  flex: 1 1 270px;
  text-align: left;
  background: transparent;
  padding: 10px 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background: var(--divider);
}

.icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.title {
  font-size: 19px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
  transition: color 0.3s ease;
}

.desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 10px;
}

/* ===== Hover Effect ===== */
.feature:hover,
.feature.active,
.feature:focus {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.feature:hover .icon img,
.feature.active .icon img,
.feature:focus .icon img {
 filter: brightness(0) saturate(100%) invert(22%) sepia(86%) saturate(2875%) hue-rotate(185deg) brightness(90%) contrast(105%);
  transition: filter 0.3s ease;

}

.feature:hover .title,
.feature.active .title,
.feature:focus .title {
  color: var(--accent);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .features {
    flex-direction: column;
  }
  .feature:not(:last-child)::after {
    display: none;
  }
}


/* ===== Counting Number (Right-side aligned) ===== */
.feature {
  position: relative;
  overflow: visible;
}

/* Default hidden number */
.feature::before {
  content: attr(data-index);
  position: absolute;
  right: 24px;          /* moved to right side */
  top: 10px;
  font-size: 72px;
  font-weight: 800;
  color: var(--accent);
  opacity: 0;
  transform: translateY(6px) scale(1);
  transition: opacity 260ms ease, transform 260ms cubic-bezier(.2,.9,.2,1);
  pointer-events: none;
  z-index: 0;
  line-height: 1;
}

/* Bring icons/text above number */
.feature > .icon,
.feature > .title,
.feature > .desc {
  position: relative;
  z-index: 1;
}

/* Hover/Focus — show number */
.feature:hover::before,
.feature:focus::before,
.feature.active::before {
  opacity: 0.08;       /* faint like sample */
  transform: translateY(0) scale(1);
}

/* Responsive adjustment (smaller size on mobile) */
@media (max-width: 900px) {
  .feature::before {
    font-size: 56px;
    right: 18px;
    top: 6px;
  }
}


.key-references {
  background: #f9fafc;
  position: relative;
  overflow: hidden;
}

.reference-wrapper {
  position: relative;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}

/* horizontal line connecting all cards */
.reference-wrapper::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  height: 4px;
  background: #d9dee3;
  z-index: 1;
}

/* vertical line connecting two rows */
.key-references::before {
  content: "";
  position: absolute;
  top: 240px;
  left: 10%;
  right: 10%;
  margin: auto;
  height: 4px;
  width: 80%;
  background: transparent;
  z-index: 0;
}

.upper-row .ref-item::after {
  content: "";
  position: absolute;
    top: 177px;
    left: 50%;
    width: 4px;
    height: 60px;
  background: #d9dee3;
  transform: translateX(-50%);
  z-index: 1;
}

/* individual item */
.ref-item {
  position: relative;
  text-align: center;
  z-index: 2;
  min-width: 180px;
}

/* circle */
.ref-item .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 6px solid white;
  box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* arm (short connector between circles) */
.ref-item .arm {
  width: 100px;
  height: 20px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  top: 0px;
}

/* content */
.ref-item .content {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 15px;
  /* height: calc(100% - 50px); */
}

.ref-item h5 {
  font-size: 1rem;
  font-weight: 600;
}

.ref-item .power {
  font-weight: 500;
  margin: 5px 0;
}

.ref-item .desc {
  color: gray;
  font-size: 0.9rem;
}

/* color themes */
.ref-item.blue .circle,
.ref-item.blue .arm { 
  background: #005c97;   /* Blue */
}

.ref-item.yellow .circle,
.ref-item.yellow .arm { 
  background: #f1c40f;   /* Yellow */
}

.ref-item.pink .circle,
.ref-item.pink .arm { 
  background: #e91e63;   /* Pink */
}

.ref-item.red .circle,
.ref-item.red .arm { 
  background: #e74c3c;   /* Red */
}

.ref-item.purple .circle,
.ref-item.purple .arm { 
  background: #8e44ad;   /* Purple */
}




.awards-section {
  background: #fff;
}

/* ===== New Awards Grid (v2) ===== */
.awards-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.award-card-v2 {
  grid-column: span 4;
  background: #ffffff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.award-card-v2 .award-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.award-card-v2 .award-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.award-card-v2 .award-meta { padding: 14px 16px 16px; }
.badge-year { background:#005c97; color:#fff; font-weight:700; font-size:12px; padding:4px 10px; border-radius:999px; display:inline-block; margin-bottom:8px; }
.award-title { font-size: 1rem; font-weight: 700; }
.award-desc { font-size: .9rem; color:#6b7280; }

.award-card-v2:hover { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(0,0,0,0.10); }

/* Featured (bigger) center tile */
.award-card-v2.featured { grid-column: span 8; }
.award-card-v2.featured .award-media { aspect-ratio: 16/9; }
.award-card-v2.featured .award-title { font-size: 1.1rem; }

/* Responsive */
@media (max-width: 991px) {
  .awards-grid { grid-template-columns: repeat(6, 1fr); }
  .award-card-v2 { grid-column: span 6; }
  .award-card-v2.featured { grid-column: span 6; }
}

@media (max-width: 575px) {
  .awards-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .award-card-v2 { grid-column: span 4; }
  .award-card-v2 .award-meta { padding: 12px; }
}

/* ===== Awards Carousel Card (v3) ===== */
.awardcard3 {
  background: #ffffff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.awardcard3 .media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.awardcard3 .media img { width:100%; height:100%; object-fit: cover; display:block; transition: transform .4s ease; }
.awardcard3:hover .media img { transform: scale(1.06); }
.awardcard3 .meta { padding: 14px 16px 16px; }
.awardcard3 .year { background:#c2e122; color:#0b1320; font-weight:800; font-size:12px; padding:4px 10px; border-radius:999px; display:inline-block; margin-bottom:8px; }
.awardcard3 .title { font-weight:700; }
.awardcard3 .desc { color:#6b7280; }
.awardcard3:hover { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(0,0,0,0.10); }

/* Carousel dots styling (match theme) */
#awardsCarousel .owl-dots { text-align:center; margin-top: 16px; }
#awardsCarousel .owl-dot span { width: 10px; height: 10px; margin: 4px; background:#cfd6de; display:inline-block; border-radius:50%; transition: all .2s ease; }
#awardsCarousel .owl-dot.active span, #awardsCarousel .owl-dot:hover span { background:#005c97; transform: scale(1.2); }
.maphalf{
  background: #fff;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.maphalf:before {
    content: "";
    background: url(../img/dot-shape.png);
    position: absolute;
    height: 300px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: repeat;
}



.accordion-item {
    border: none;
    margin-bottom: 16px;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion-button {
    padding: 20px 25px;
    font-weight: 600;
    color: #333;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #005c97;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
    background-size: 20px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 25px;
    background-color: #ffffff;
}

.visioncard {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    height: calc(100% - 30px);
    /* display: flex; */
    color: #fff;
    border: 2px dashed #fff;
}
.missionvision{
  background-color: #ffffff;
}
.btnwithiconside i {
    font-size: 30px;
    padding: 10px;
    border-radius: 100%;
    background-color: #c2e122;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* ===== Mission & Vision (redesigned) ===== */
/* Pill-style cards like screenshot */
.mv-pill-card { position: relative; padding-top: 80px; transform: translateY(12px); opacity: 0; transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .45s ease; }
.mv-pill-card.in-view { transform: translateY(0); opacity: 1; }
.mv-pill-header { position: absolute; top: 0; left: 22px; right: 22px; height: 58px; border-radius: 22px 22px 16px 16px; display: grid; place-items: center; color: #fff; font-weight: 700; letter-spacing: .4px; box-shadow: 0 8px 20px rgba(0,0,0,.08); width: 300px;}
.mv-pill-header::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 20px; height: 14px; background: inherit; clip-path: polygon(50% 100%, 0 0, 100% 0); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.mv-pill-header.mission { background: #c2e122; }
.mv-pill-header.vision { background: #c2e122; }
.mv-pill-header span { font-size: 20px; }

.mv-pill-body { background: #ffffff; border-radius: 22px; padding: 26px 22px 24px; box-shadow: 0 12px 28px rgba(0,0,0,.08); border: 1px solid #eef1f5; display: flex; gap: 16px; align-items: center; min-height: 152px; }
.mv-pill-body .mv-icon { flex: 0 0 64px; display: grid; place-items: center; }
.mv-pill-body .mv-icon img { width: 60px; height: 60px; object-fit: contain; }
.mv-pill-body .mv-text { color: #4b5563; border-left: 1px solid #e7ecf3; padding-left: 16px; }

/* Decorative flag pin */
.mv-pill-body { position: relative; }
.mv-flag { position: absolute; right: 12px; top: -16px; width: 22px; height: 30px; transform: rotate(12deg); }
.mv-flag::before { content: ''; position: absolute; left: 8px; top: 4px; width: 3px; height: 24px; background: #7a8796; border-radius: 2px; box-shadow: 0 0 0 2px #ffffff; }
.mv-flag::after { content: ''; position: absolute; left: 10px; top: 4px; width: 16px; height: 12px; clip-path: polygon(0 0, 100% 50%, 0 100%); border-radius: 2px; }
.flag-mission::after { background: #f2b633; }
.flag-vision::after { background: #60c091; }
/* small pin dot */
.mv-flag::marker{display:none}
.mv-flag:before{ }

@media (max-width: 767px){
  .mv-pill-header { left: 16px; right: 16px; height: 54px; }
  .mv-pill-body { padding: 22px 18px 20px; }
}

/* ===== CEO Intro (modern) ===== */
.ceo-hero { background: radial-gradient(1200px 800px at 10% 10%, #f0f9ff 0%, #ffffff 55%) , #ffffff; background-image: radial-gradient(1200px 800px at 10% 10%, #f0f9ff 0%, #ffffff 55%), url('../img/dot-shape.png'); background-repeat: no-repeat, no-repeat; background-position: center, right -60px top -60px; background-size: cover, 240px; overflow:hidden; }
.ceo-hero-copy { transform: translateY(12px); opacity:0; transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .45s ease; }
.ceo-hero-copy.in-view { transform: translateY(0); opacity:1; }
.ceo-hero-copy .hero-points { display:grid; gap:10px; margin-top:12px; }
.ceo-hero-copy .hero-point { display:flex; gap:10px; align-items:flex-start; background:#fff; border:1px solid #eef1f5; padding:10px 12px; border-radius:12px; box-shadow:0 6px 16px rgba(0,0,0,.06); }
.ceo-hero-copy .hero-point i { color:#005c97; padding-top:3px; }

.ceo-hero-media { position:relative; min-height: 360px; display:grid; place-items:center; }
.ceo-portrait { position:relative; z-index:2; width: 70%; max-width: 380px; border-radius: 24px; box-shadow:0 20px 50px rgba(0,0,0,.18); }
.blob-bg { position:absolute; width: 380px; height: 380px; background: radial-gradient(ellipse at 30% 30%, #c2e122 0%, rgba(194,225,34,0.5) 40%, transparent 60%), radial-gradient(ellipse at 70% 70%, #005c97 0%, rgba(0,92,151,0.4) 45%, transparent 65%); filter: blur(20px); border-radius: 50%; animation: floatBlob 6s ease-in-out infinite alternate; }
@keyframes floatBlob { from { transform: translateY(8px) scale(1); } to { transform: translateY(-8px) scale(1.02); } }

.floating-badge { position:absolute; top: 14%; background:#fff; border:1px solid #e7ecf3; color:#0b1320; border-radius:999px; padding:8px 12px; font-size:12px; box-shadow:0 10px 24px rgba(0,0,0,.1); display:flex; align-items:center; gap:6px; z-index:3; animation: floatY 5s ease-in-out infinite; }
.floating-badge i { color:#005c97; }
.floating-badge.left { left: 8%; animation-delay: .2s; }
.floating-badge.right { right: 6%; animation-delay: .6s; }
@keyframes floatY { 0%{ transform: translateY(0); } 50%{ transform: translateY(-6px);} 100%{ transform: translateY(0);} }
.ceo-card { background:#fff; border:1px solid #eef1f5; border-radius:18px; overflow:hidden; box-shadow:0 12px 28px rgba(0,0,0,.08); transform: translateY(12px); opacity:0; transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .45s ease; }
.ceo-card.in-view { transform: translateY(0); opacity:1; }
.ceo-photo { position: relative; }
.ceo-photo img { display:block; width:100%; height:auto; object-fit:cover; }
.ceo-badge { position:absolute; left:16px; bottom:16px; background:#005c97; color:#fff; display:flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px; box-shadow:0 8px 20px rgba(0,0,0,.15); font-size:13px; }
.ceo-badge i { color:#c2e122; }
.ceo-meta { padding:14px; }

.ceo-content { transform: translateY(12px); opacity:0; transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .45s ease; }
.ceo-content.in-view { transform: translateY(0); opacity:1; }
.ceo-point { display:flex; gap:10px; align-items:flex-start; background:#fff; border:1px solid #eef1f5; padding:10px 12px; border-radius:12px; box-shadow:0 6px 16px rgba(0,0,0,.06); }
.ceo-point i { color:#005c97; padding-top:3px; }
.stat-chip { background:#f5f9ff; border:1px solid #dfe7f0; color:#0b1320; border-radius:999px; padding:8px 12px; font-size:13px; box-shadow:0 6px 16px rgba(0,0,0,.04); }

/* ===== CEO Poster-like light variant ===== */
.ceo-dots { position:absolute; left:-6px; top:22px; display:grid; grid-template-columns:repeat(3,10px); gap:8px; }
.ceo-dot { width:10px; height:10px; border-radius:50%; }
.ceo-dashed { border:2px dashed #0ea5e9; border-radius:14px; width:220px; height:58px; display:flex; align-items:center; justify-content:center; font-weight:700; color:#0ea5e9; letter-spacing:.06em; font-size: 30px;}
.ceo-heading { font-weight:800; letter-spacing:.5px; color:#0f172a; font-size:clamp(28px,4.8vw,46px); }
.ceo-sub { max-width:760px; font-size:1.05rem; color:#6b7280; }
.ceo-cta { background:#005c97; color:#ffffff; font-weight:700; padding:14px 22px; border-radius:6px; }
.ceo-info .wa { width:28px; height:28px; border-radius:50%; background:#0f172a; color:#fff; display:inline-flex; align-items:center; justify-content:center; }
.ceo-bubble { background:#f8fafc; color:#0b1320; border:1px solid #e6edf5; border-radius:20px; box-shadow:0 8px 18px rgba(0,0,0,.06); }
.ceo-photo-wrap { position:relative; padding:10px 14px 24px 14px; background:#ffffff; }
.ceo-rail-right { position:absolute; right:-10px; top:-8px; width:10px; height:92%; background:#005c97; }
.ceo-rail-bottom { position:absolute; left:0; right:60px; bottom:-10px; height:14px; background:#005c97; }
.ceo-photo { width:100%; height:auto; object-fit:cover; border:1px solid #e2e8f0; border-radius:10px; }
.ceo-name-badge { background:#c2e122; color:#0f172a; font-weight:700; padding:10px 16px; border-radius:14px; box-shadow:0 8px 16px rgba(0,0,0,.15); }
.square-outline { position:absolute; left:-45px; top:-40px; width:64px; height:64px; border:3px solid #0f172a; }
.square-fill { position:absolute; left:-20px; top:-20px; width:92px; height:92px; background:#c2e122; mix-blend-mode:multiply; opacity:.9; }
/* ==================workcard in about us====================*/ 
.work-card {
  position: relative;
  background: #fff;
  text-align: start;
  border-radius: 10px;
  padding: 40px 25px 60px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  /* overflow: hidden; */
}

.work-card .step-text {
  color: #c2e122;
  text-transform: lowercase;
  font-size: 14px;
    position: relative;   /* 👈 add this */
  z-index: 2;           /* 👈 add this */
}

.work-card .step-number {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 60px;
  font-weight: 700;
  color: rgba(0,0,0,0.05);
  z-index: 0;
  pointer-events: none;
}

.work-card h5,
.work-card p {
  position: relative;
  z-index: 1;
}

.arrow-btn {
  position: absolute;
  bottom: -00px;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  background: #005c97;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  z-index: 5;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(0, 69, 148, 0.404);
}

/* Hover effect */
.work-card:hover {
  color: #fff !important;
  background: url('https://img.freepik.com/free-photo/modern-robotic-arm-digital-background_53876-104066.jpg') center/cover no-repeat;
}

.work-card:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 0;
}

.work-card:hover .step-number {
  color: #fff;
}

.work-card:hover p {
  color: #fff !important;
}

.work-card:hover .arrow-btn {
  background: #fff;
  color: #005c97;
}
.work-card:hover .step-text {
  color: #fff !important;
}

.help-section {
  background-color: #c2e122; /* green background */
  background-image: url('../img/home_map.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.help-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(41, 128, 34, 0.85);
}

.help-section .container {
  position: relative;
  z-index: 2;
}

.help-section h1 {
  font-size: 4rem;
  line-height: 1;
}

.help-section .btn {
  border-radius: 0;
  transition: all 0.3s ease;
}

.help-section .btn:hover {
  background-color: #fff;
  color: #52b848;
}
.outlinenumber{
      font-size: 80px !important;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.1px #ffff;
}

/* ======================team====================== */
/*** Team ***/
.team-item {
    transition: .5s;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    padding: 10px;
    height: calc(100% - 5px);
    border: 2px solid #d9dee3;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
    border-radius: 5px;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}
.imgsize{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.bg-grey{
  background-color:	#F0F0F0;
}
.rounded-5{
  border-radius: 15px;
}
.team-item p{
  font-size: 14px;
  font-weight: 600;
}

.themebg {
    background: #f7fcff;
}
.whyborder {
    border: 1px solid #005c97;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.text-justify{
  text-align: justify;
}


.investors-section {
  background: linear-gradient(135deg, #f4f9ff 0%, #e8f4ff 100%);
}

.investor-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
}

.investor-card:hover {
  transform: translateY(-5px);
  border-color: #007bff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.iconbox {
  width: 45px;
  height: 45px;
  background: #007bff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
}

.investor-graph {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.structure-box {
  text-align: center;
}

.main-box {
  background: #e8f4ff;
  border-radius: 8px;
  padding: 15px;
  display: inline-block;
  min-width: 280px;
}

.branch-line {
  width: 2px;
  height: 50px;
  background: #007bff;
  margin: 0 auto;
}

.child-box {
  background: #f1faff;
  border: 1px solid #d1e9ff;
  border-radius: 8px;
  padding: 15px;
  width: 180px;
  transition: 0.3s ease;
}

.child-box:hover {
  background: #e7f4ff;
  transform: translateY(-4px);
}
 /* Strength Cards */
        .strength-card {
            height: 100%;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .strength-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .strength-card .card-inner {
            padding: 30px;
            background: white;
            height: 100%;
            position: relative;
            z-index: 2;
        }

        .strength-card .card-icon {
            width: 70px;
            height: 70px;
            background: #005c97;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .strength-card .card-icon img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            filter: brightness(0) invert(1);
        }

        .strength-card .card-content h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #333;
        }

        .strength-card .card-content p {
            color: #666;
            line-height: 1.6;
            margin: 0;
        }

        .strength-card .card-hover-effect {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0,92,151,0.05), rgba(87,179,62,0.05));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .strength-card:hover .card-hover-effect {
            opacity: 1;
        }
.idwhy{
  width: 100%;
  object-fit: cover;
  height: 350px;
}
.edgeimg{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

  /* Enhanced service cards */
        .edgex-solution {
            background: var(--light-color);
            position: relative;
        }

        .edgexservicecard {
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .edgexservicecard::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: #005c97;
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .edgexservicecard:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
            border-color: #005c97;
        }

        .edgexservicecard:hover::before {
            transform: scaleX(1);
        }

        .edgexservicecard .icon {
            width: 70px;
            height: 70px;
            border-radius: 20px;
            font-size: 12px;
            background: #005c97;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            transition: transform 0.4s ease;
        }

        .edgexservicecard:hover .icon {
            transform: scale(1.1) rotate(5deg);
            background: #005c97;
        }

        .edgexservicecard:hover .icon i {
            color: white !important;
            animation: pulse 2s infinite;
        }

        .edgexservicecard h5 {
            color: var(--dark-color);
            font-weight: 600;
            font-size: 1.3rem;
            margin-bottom: 1rem;
        }

        .edgexservicecard p {
            color: #666;
            line-height: 1.6;
        }


        
        .spec-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .spec-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-heavy);
        }

          .data-icon {
            width: 50px;
            height: 50px;
            border-radius: 15px;
            background: #f4f9ff;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #d9dee3;
            transition: var(--transition);
        }

        .feature-item:hover .feature-icon {
            background: var(--primary-color);
            transform: scale(1.1);
        }


          /* Modern Feature Cards - White Theme */
    .EMS-card {
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(10px);
      border: 2px solid rgba(0, 212, 170, 0.1);
      border-radius: 20px;
      padding: 40px 30px;
      height: 100%;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
      box-shadow:  0 4px 6px rgba(0, 0, 0, 0.05);
    }

    .EMS-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
      transition: left 0.6s;
    }

    .EMS-card:hover::before {
      left: 100%;
    }

    .EMS-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
      border-color: #00d46a;
    }

    .EMS-icon {
      width: 70px;
      height: 70px;
      background: #005c97;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 30px;
      position: relative;
      animation: pulse 2s infinite;
    }

    .EMS-icon::after {
      content: '';
      position: absolute;
      width: 120px;
      height: 120px;
      border: 2px solid var(--primary-color);
      border-radius: 50%;
      animation: ripple 2s infinite;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.05); }
    }

    @keyframes ripple {
      0% {
        transform: scale(0.8);
        opacity: 1;
      }
      100% {
        transform: scale(1.2);
        opacity: 0;
      }
    }

    .EMS-icon i {
      font-size: 2rem;
      color: white;
      z-index: 2;
    }


     /* Progress Bars - White Theme */
    .progress-modern {
      height: 8px;
      background: rgba(0, 212, 170, 0.1);
      border-radius: 10px;
      overflow: hidden;
      margin: 20px 0;
    }

    .progress-bar-modern {
      height: 100%;
      background: #005c97;
      border-radius: 10px;
      transition: width 2s ease-in-out;
      position: relative;
    }

    .progress-bar-modern::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      animation: shimmer 2s infinite;
    }

    @keyframes shimmer {
      0% { transform: translateX(-100%); }
      100% { transform: translateX(100%); }
    }



       /* Enhanced Spec Items - White Theme */
    .specification-item {
      background: #fff;
      backdrop-filter: blur(10px);
      border: 1px solid rgba(0, 212, 170, 0.1);
      border-left: 4px solid #005c97;
      border-radius: 10px;
      padding: 25px;
      margin-bottom: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    }

    .specification-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #005c97;
      opacity: 0.1;
      transition: width 0.3s ease;
    }

    .specification-item:hover::before {
      width: 100%;
    }

    .specification-item:hover {
      transform: translateX(10px);
      box-shadow: var(--shadow-medium);
    }



     /* Service Cards with Gradients */
        .micro-card {
            background: white;
            border-radius: 16px;
            padding: 2.5rem;
            border: 1px solid rgba(0, 0, 0, 0.05);
            text-align: center;
            height: 100%;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .micro-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(135deg, #005c97 0%, #4a90e2 100%);
            transform: scaleX(0);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .micro-card:hover::before {
            transform: scaleX(1);
        }

        .micro-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-heavy);
        }

        .micro-icon {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            display: flex;
            background-color: #005c97;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            transition: var(--transition);
        }

        .micro-card:hover .micro-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .micro-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--dark-color);
        }
.stats-section { background: #f9f9f9; }
.stats-box { text-align: center; padding: 6px 12px; }
.stats-icon { font-size: 38px; color: #c2e122; margin-bottom: 8px; }
.stats-number { font-size: 28px; font-weight: 700; color: #222; }
.stats-text { font-size: 11.5px; color: #555; text-transform: uppercase; letter-spacing: .4px; line-height: 1.2; /*! margin-top:6px; */ }
@media (min-width: 992px) {
  .stats-number { font-size: 32px; }
  .stats-icon { font-size: 44px; }
}

.icon-img {
  width: 180px; /* adjust as needed */
  height: auto;
  /*! filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.2)); */
  transition: transform 0.3s ease;
  }

  .text-success {
    color: #c2e122 !important;
}

/* ===== Leadership ribbon cards (moved from inline) ===== */
.leader-ribbon-card{background:#fff;border-radius:18px;box-shadow:0 14px 30px rgba(2,6,23,.08);position:relative;overflow:hidden;border:1px solid #eef2f7}
.leader-ribbon{padding:5px 26px;border-top-left-radius:18px;border-top-right-radius:18px;color:#fff;font-weight:800;font-size:28px;letter-spacing:.2px}
.leader-body{padding:26px;color:#4b5563;font-size:14px;text-align: justify;}
.leader-body{position:relative;z-index:1}
.leader-body .role{display:block;color:#005c97;font-weight:700;margin-bottom:6px}
.leader-avatar{position:absolute;top:50%;transform:translateY(-50%);width:160px;height:160px;border-radius:50%;border:5px solid #fff;box-shadow:0 8px 22px rgba(2,6,23,.18);object-fit:cover}
.left .leader-avatar{right:22px;}
.right .leader-avatar{left:22px}
.left .leader-body{padding-right:190px}
.right .leader-body{padding-left:190px}
.leader-ribbon.grad-teal{background:#c2e122;}
.leader-ribbon.grad-orange{background:#c2e122;}
.leader-ribbon.grad-blue{background:#c2e122;}
.leader-ribbon.grad-green{background:#c2e122;}
@media (max-width:991.98px){
  .leader-avatar{position:static;transform:none;display:block;margin:16px auto 0}
  .left .leader-body,.right .leader-body{padding-left:16px;padding-right:16px}
}

/* ===== Team Tree Design ===== */
.team-tree-section {
  background: #ffffff;
  overflow: hidden;
}

.team-tree-wrapper {
  position: relative;
  min-height: 700px;
  padding: 40px 0;
}

/* Left Side - Text Blocks */
.team-text-blocks {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 30px;
}

.team-text-item {
  position: relative;
}

.team-text-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.team-title-one {
  color: #7dd3fc;
}

.team-title-two {
  color: #86efac;
}

.team-title-three {
  color: #22d3ee;
}

.team-title-four {
  color: #a3e635;
}

.team-title-five {
  color: #bef264;
}

.team-title-six {
  color: #2dd4bf;
}

.team-title-seven {
  color: #34d399;
}

.team-text-body {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Right Side - Tree Structure */
.team-tree-container {
  position: relative;
  width: 100%;
  height: 700px;
  min-height: 700px;
}

/* Base horizontal bar */
.team-tree-base {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #a8c178;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}

/* Vertical stem */
.team-tree-stem {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 280px;
  background: #a8c178;
  border-radius: 6px;
  z-index: 1;
}

/* Leaf shapes */
.team-leaf {
  position: absolute;
  z-index: 3;
}

.team-leaf-shape {
  position: relative;
  width: 180px;
  height: 220px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.team-leaf-teal-border {
  border: 4px solid #22d3ee;
  background: #ccfbf1;
}

.team-leaf-green-border {
  border: 4px solid #86efac;
  background: #dcfce7;
}

.team-leaf-darkgreen-border {
  border: 4px solid #16a34a;
  background: #dcfce7;
}

.team-leaf-lightgreen-border {
  border: 4px solid #a3e635;
  background: #f7fee7;
}

.team-leaf-olive-border {
  border: 4px solid #a8c178;
  background: #f0f4e8;
}

.team-leaf-teal2-border {
  border: 4px solid #2dd4bf;
  background: #ccfbf1;
}

.team-leaf-green2-border {
  border: 4px solid #34d399;
  background: #d1fae5;
}

/* Avatar circles */
.team-avatar-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  transform: rotate(20deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-avatar-teal {
  background: #ccfbf1;
}

.team-avatar-green {
  background: #dcfce7;
}

.team-avatar-darkgreen {
  background: #dcfce7;
}

.team-avatar-lightgreen {
  background: #f7fee7;
}

.team-avatar-olive {
  background: #f0f4e8;
}

.team-avatar-teal2 {
  background: #ccfbf1;
}

.team-avatar-green2 {
  background: #d1fae5;
}

/* Branches - connecting from stem to leaves */
.team-branch {
  position: absolute;
  height: 4px;
  z-index: 2;
  border-radius: 2px;
}

/* Position for each leaf */
.team-leaf-top {
  top: 80px;
  right: 200px;
}

.team-branch-top {
  width: 150px;
  bottom: 50%;
  right: -150px;
  background: #22d3ee;
  transform: rotate(20deg);
  transform-origin: right center;
}

.team-leaf-middle-left {
  top: 200px;
  right: 300px;
}

.team-branch-middle-left {
  width: 170px;
  bottom: 50%;
  right: -170px;
  background: #86efac;
  transform: rotate(30deg);
  transform-origin: right center;
}

.team-leaf-middle-right {
  top: 240px;
  right: 80px;
}

.team-branch-middle-right {
  width: 130px;
  bottom: 50%;
  left: -130px;
  background: #16a34a;
  transform: rotate(-25deg);
  transform-origin: left center;
}

.team-leaf-bottom-left {
  bottom: 120px;
  right: 350px;
}

.team-branch-bottom-left {
  width: 190px;
  bottom: 50%;
  right: -190px;
  background: #a3e635;
  transform: rotate(40deg);
  transform-origin: right center;
}

.team-leaf-bottom-center {
  bottom: 80px;
  right: 180px;
}

.team-branch-bottom-center {
  width: 140px;
  bottom: 50%;
  left: -140px;
  background: #a8c178;
  transform: rotate(-30deg);
  transform-origin: left center;
}

.team-leaf-bottom-right-top {
  bottom: 180px;
  right: 50px;
}

.team-branch-bottom-right-top {
  width: 120px;
  bottom: 50%;
  left: -120px;
  background: #2dd4bf;
  transform: rotate(-35deg);
  transform-origin: left center;
}

.team-leaf-bottom-right-bottom {
  bottom: 50px;
  right: 120px;
}

.team-branch-bottom-right-bottom {
  width: 130px;
  bottom: 50%;
  left: -130px;
  background: #34d399;
  transform: rotate(-40deg);
  transform-origin: left center;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .team-tree-container {
    height: 600px;
    min-height: 600px;
  }
  
  .team-leaf-shape {
    width: 150px;
    height: 180px;
  }
  
  .team-avatar-circle {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 991.98px) {
  .team-tree-wrapper {
    min-height: auto;
  }
  
  .team-text-blocks {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .team-tree-container {
    height: 500px;
    min-height: 500px;
  }
  
  .team-leaf-shape {
    width: 130px;
    height: 160px;
  }
  
  .team-avatar-circle {
    width: 100px;
    height: 100px;
  }
  
  .team-leaf-top {
    top: 60px;
    right: 150px;
  }
  
  .team-leaf-middle-left {
    top: 160px;
    right: 250px;
  }
  
  .team-leaf-middle-right {
    top: 200px;
    right: 50px;
  }
  
  .team-leaf-bottom-left {
    bottom: 100px;
    right: 280px;
  }
  
  .team-leaf-bottom-center {
    bottom: 60px;
    right: 140px;
  }
  
  .team-leaf-bottom-right-top {
    bottom: 140px;
    right: 30px;
  }
  
  .team-leaf-bottom-right-bottom {
    bottom: 30px;
    right: 90px;
  }
}

@media (max-width: 767.98px) {
  .team-tree-section {
    padding: 20px 0;
  }
  
  .team-tree-container {
    height: 400px;
    min-height: 400px;
  }
  
  .team-tree-stem {
    height: 200px;
  }
  
  .team-leaf-shape {
    width: 100px;
    height: 120px;
    padding: 10px;
  }
  
  .team-avatar-circle {
    width: 80px;
    height: 80px;
  }
  
  .team-tree-base {
    height: 30px;
  }
  
  .team-text-title {
    font-size: 20px;
  }
  
  .team-text-body {
    font-size: 14px;
  }
  
  .team-branch {
    height: 2px;
  }
  
  .team-branch-top {
    width: 100px;
    right: -100px;
  }
  
  .team-branch-middle-left {
    width: 120px;
    right: -120px;
  }
  
  .team-branch-middle-right {
    width: 90px;
    left: -90px;
  }
  
  .team-branch-bottom-left {
    width: 130px;
    right: -130px;
  }
  
  .team-branch-bottom-center {
    width: 100px;
    left: -100px;
  }
  
  .team-branch-bottom-right-top {
    width: 80px;
    left: -80px;
  }
  
  .team-branch-bottom-right-bottom {
    width: 90px;
    left: -90px;
  }
  
  .team-leaf-top {
    top: 40px;
    right: 100px;
  }
  
  .team-leaf-middle-left {
    top: 120px;
    right: 180px;
  }
  
  .team-leaf-middle-right {
    top: 150px;
    right: 30px;
  }
  
  .team-leaf-bottom-left {
    bottom: 80px;
    right: 200px;
  }
  
  .team-leaf-bottom-center {
    bottom: 50px;
    right: 100px;
  }
  
  .team-leaf-bottom-right-top {
    bottom: 110px;
    right: 20px;
  }
  
  .team-leaf-bottom-right-bottom {
    bottom: 20px;
    right: 60px;
  }
}

/* ===== Meet The Team Section - Modern Design with Animations ===== */
.meet-team-section {
  background: linear-gradient(180deg, #ffffff 0%, #e4eaf5 100%);
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}

.meet-team-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(194, 225, 34, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(0, 92, 151, 0.1) 0%, transparent 50%);
  pointer-events: none;
  animation: backgroundShift 8s ease-in-out infinite;
}

@keyframes backgroundShift {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.meet-team-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Header Section */
.meet-team-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
  opacity: 0;
  animation: fadeInDown 1s ease-out 0.3s forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.meet-team-social-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 auto;
}

.meet-team-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}

.meet-team-icon-wrapper:hover {
  transform: translateX(5px);
}

.meet-team-icon-crown,
.meet-team-icon-twitter {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #005c97;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2e122;
  font-size: 16px;
  transition: all 0.3s ease;
  animation: iconPulse 2s ease-in-out infinite;
}

.meet-team-icon-wrapper:nth-child(2) .meet-team-icon-crown,
.meet-team-icon-wrapper:nth-child(2) .meet-team-icon-twitter {
  animation-delay: 0.5s;
}

@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(194, 225, 34, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgba(194, 225, 34, 0);
  }
}

.meet-team-icon-wrapper:hover .meet-team-icon-crown,
.meet-team-icon-wrapper:hover .meet-team-icon-twitter {
  background: #c2e122;
  color: #005c97;
  transform: scale(1.1) rotate(5deg);
}

.meet-team-username {
  color: #6b7280;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.meet-team-icon-wrapper:hover .meet-team-username {
  color: #005c97;
}

.meet-team-title-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.meet-team-title {
  margin: 0;
  line-height: 1.2;
  font-family: 'Georgia', 'Times New Roman', serif;
}

.meet-team-title-small {
  display: block;
  font-size: 28px;
  font-weight: 400;
  color: #005c97;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0;
  animation: slideInLeft 0.8s ease-out 0.5s forwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.meet-team-title-large {
  display: block;
  font-size: 72px;
  font-weight: 700;
  color: #005c97;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #005c97 0%, #c2e122 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
  animation: slideInRight 0.8s ease-out 0.7s forwards;
  position: relative;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.meet-team-title-large::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #c2e122 0%, #005c97 100%);
  animation: underlineExpand 1s ease-out 1.5s forwards;
}

@keyframes underlineExpand {
  to {
    width: 80%;
  }
}

.meet-team-winner {
  flex: 0 0 auto;
  text-align: right;
  opacity: 0;
  animation: fadeIn 0.8s ease-out 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.meet-team-winner-text {
  color: #6b7280;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.meet-team-winner:hover .meet-team-winner-text {
  color: #005c97;
}

/* Team Members Row */
.meet-team-members-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
}

.meet-team-member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 calc(14.28% - 18px);
  min-width: 150px;
  opacity: 0;
  transform: translateY(30px);
  animation: cardSlideUp 0.6s ease-out forwards;
  transition: transform 0.3s ease;
}

.meet-team-member-card:nth-child(1) { animation-delay: 0.2s; }
.meet-team-member-card:nth-child(2) { animation-delay: 0.3s; }
.meet-team-member-card:nth-child(3) { animation-delay: 0.4s; }
.meet-team-member-card:nth-child(4) { animation-delay: 0.5s; }
.meet-team-member-card:nth-child(5) { animation-delay: 0.6s; }
.meet-team-member-card:nth-child(6) { animation-delay: 0.7s; }
.meet-team-member-card:nth-child(7) { animation-delay: 0.8s; }

@keyframes cardSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.meet-team-member-card:hover {
  transform: translateY(-10px);
}

.meet-team-photo-wrapper {
  width: 100%;
  max-width: 200px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  /*! border: 10px; */
}

.meet-team-photo-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #005c97;
  border-radius: 4px;
  z-index: 2;
  transition: all 0.3s ease;
}

.meet-team-member-card:hover .meet-team-photo-wrapper::before {
  border-color: #c2e122;
  border-width: 4px;
  box-shadow: 0 0 20px rgba(194, 225, 34, 0.4);
}

.meet-team-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 3 / 4;
  background: #ffffff;
  transition: transform 0.5s ease, filter 0.3s ease;
  filter: grayscale(20%);
}

.meet-team-member-card:hover .meet-team-photo {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.meet-team-photo-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(194, 225, 34, 0.3), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}

.meet-team-member-card:hover .meet-team-photo-wrapper::after {
  left: 100%;
}

.meet-team-text-band {
  width: 100%;
  background: #e4eaf5;
  padding: 20px 2px;
  text-align: center;
  margin-top: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.meet-team-member-card:hover .meet-team-text-band {
  background: linear-gradient(135deg, #e4eaf5 0%, #d0d9e8 100%);
  box-shadow: 0 5px 15px rgba(0, 92, 151, 0.1);
}

.meet-team-text-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(194, 225, 34, 0.1), transparent);
  transition: left 0.5s ease;
}

.meet-team-member-card:hover .meet-team-text-band::before {
  left: 100%;
}

.meet-team-member-name {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 15px;
  font-weight: 700;
  color: #005c97;
  /*! text-transform: uppercase; */
  letter-spacing: 1px;
  margin: 0 0 8px 0;
  line-height: 1.2;
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.meet-team-member-card:hover .meet-team-member-name {
  color: #c2e122;
  transform: scale(1.05);
}

.meet-team-member-role {
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #005c97;
  /*! text-transform: uppercase; */
  letter-spacing: 0.8px;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

.meet-team-member-card:hover .meet-team-member-role {
  color: #005c97;
}

/* Responsive Design */
@media (max-width: 1400px) {
  .meet-team-members-row {
    gap: 15px;
  }
  
  .meet-team-member-card {
    flex: 0 1 calc(14.28% - 13px);
  }
}

@media (max-width: 1200px) {
  .meet-team-title-small {
    font-size: 24px;
  }
  
  .meet-team-title-large {
    font-size: 60px;
  }
  
  .meet-team-member-card {
    flex: 0 1 calc(25% - 15px);
    min-width: 180px;
  }
  
  .meet-team-photo-wrapper {
    max-width: 180px;
  }
  
  .meet-team-title-large::after {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .meet-team-section {
    padding: 40px 0 60px;
  }
  
  .meet-team-header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .meet-team-social-icons {
    flex-direction: row;
    align-self: flex-start;
  }
  
  .meet-team-title-wrapper {
    position: static;
    transform: none;
    order: 2;
  }
  
  .meet-team-winner {
    align-self: flex-end;
    order: 3;
  }
  
  .meet-team-title-small {
    font-size: 20px;
  }
  
  .meet-team-title-large {
    font-size: 48px;
  }
  
  .meet-team-member-card {
    flex: 0 1 calc(33.33% - 15px);
    min-width: 160px;
  }
  
  .meet-team-photo-wrapper {
    max-width: 160px;
  }
  
  .meet-team-member-name {
    font-size: 20px;
  }
  
  .meet-team-member-role {
    font-size: 10px;
  }
}

/* ===== Generic reveal animation hook ===== */
[data-animate] {
  opacity: 0;
  transform: translateY(12px);
  transition: transform .45s cubic-bezier(.2,.9,.2,1), opacity .45s ease;
}

[data-animate].in-view {
  opacity: 1;
  transform: none;
}

/* ===== Team Modern Section (moved from inline) ===== */
.team-modern .section-intro{max-width:800px;margin:0 auto}
.team-modern .section-intro p{color:#6b7280}
.team-modern .team-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;height:100%;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.03);transition:transform .25s ease,box-shadow .25s ease}
.team-modern .team-card::before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,#0ea5e9,#10b981);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.team-modern .team-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(2,6,23,.12)}
.team-modern .team-media{position:relative;overflow:hidden}
.team-modern .team-media img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}
.team-modern .team-card:hover .team-media img{transform:scale(1.06)}
.team-modern .team-badge{position:absolute;left:12px;bottom:12px;background:rgba(15,23,42,.8);color:#e5e7eb;border:1px solid rgba(148,163,184,.35);backdrop-filter:blur(6px);padding:6px 10px;border-radius:999px;font-size:12px}
.team-modern .team-body{padding:16px 16px 18px}
.team-modern .team-name{font-size:18px;margin:0 0 4px;color:#0f172a}
.team-modern .team-role{font-size:14px;color:#475569;margin:0}
@media (min-width:992px){.team-modern .team-media img{height:300px}}

@media (max-width: 768px) {
  .meet-team-section {
    padding: 30px 0 50px;
  }
  
  .meet-team-container {
    padding: 0 15px;
  }
  
  .meet-team-title-small {
    font-size: 18px;
  }
  
  .meet-team-title-large {
    font-size: 40px;
    letter-spacing: 2px;
  }
  
  .meet-team-members-row {
    gap: 20px;
  }
  
  .meet-team-member-card {
    flex: 0 1 calc(50% - 10px);
    min-width: 140px;
  }
  
  .meet-team-photo-wrapper {
    max-width: 140px;
  }
  
  .meet-team-text-band {
    padding: 15px 10px;
  }
  
  .meet-team-member-name {
    font-size: 18px;
  }
  
  .meet-team-member-role {
    font-size: 9px;
  }
  
  .meet-team-username {
    font-size: 12px;
  }
  
  .meet-team-winner-text {
    font-size: 12px;
  }
}


@media (max-width: 576px) {
  .meet-team-members-row {
    flex-direction: column;
    align-items: center;
  }
  
  .meet-team-member-card {
    flex: 0 1 100%;
    max-width: 250px;
  }
  
  .meet-team-photo-wrapper {
    max-width: 200px;
  }
  
  .meet-team-header {
    gap: 15px;
  }
  
  .meet-team-social-icons {
    align-self: center;
  }
  
  .meet-team-winner {
    align-self: center;
  }
}

/* ===== Why Choose (modern cards) ===== */
.why-choose-modern { position: relative; }
.why-choose-modern .why-points { display: grid; gap: 8px; }
.why-choose-modern .why-point { display:flex; align-items:center; gap:10px; color:#475569; font-weight:600; }
.why-choose-modern .why-point i { color:#005c97; }

.why-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 1199.98px){ .why-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767.98px){ .why-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 479.98px){ .why-cards { grid-template-columns: 1fr; } }

.why-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #eef1f5;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
}

/* remove gradient outline for a cleaner look */
.why-card::before { display:none; }

.why-card:hover { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(2,6,23,.10); border-color:#dbe7f3; }

.why-card .why-card-icon {
  width: 48px; height: 48px; border-radius: 0; display:flex; align-items:center; justify-content:center;
  background: transparent; color: inherit; margin-bottom: 12px; box-shadow: none;
}
.why-card .why-card-icon i { font-size: 22px; }
.why-card .why-card-icon img { width: 80px; height: 80px; object-fit: contain; display:block; }
.why-card .why-card-title { margin: 0 0 6px; font-weight: 700; color:#0f172a; font-size: 1rem; }
.why-card .why-card-text { margin: 0; color:#6b7280; font-size: .95rem; line-height: 1.55; }

/* animate in using left-to-right with slight rotation (staggered) */
.why-card { transition: transform .35s cubic-bezier(.2,.9,.2,1), opacity .35s ease, box-shadow .25s ease, border-color .25s ease; will-change: transform, opacity; backface-visibility: hidden; }
.why-card[data-animate] { opacity: 0; transform: translateX(28px); }
.why-card.in-view { opacity: 1; transform: translateX(0); }

/* staggered transition delay */
.why-cards .why-card:nth-child(1) { transition-delay: .04s; }
.why-cards .why-card:nth-child(2) { transition-delay: .08s; }
.why-cards .why-card:nth-child(3) { transition-delay: .12s; }
.why-cards .why-card:nth-child(4) { transition-delay: .16s; }
.why-cards .why-card:nth-child(5) { transition-delay: .20s; }

/* pill label above heading */
.badge-pill { background:#e8f3ff; color:#7aa7d9; font-weight:800; letter-spacing:.5px; text-transform: uppercase; padding:6px 12px; border-radius:999px; font-size:12px; }

/* Tilted card look like screenshot */
.why-cards.tilt .why-card { border-radius: 20px; box-shadow: 0 18px 40px rgba(2, 6, 23, 0.08); background:#fff; border:1px solid #e7ecf3; }
.why-cards.tilt .why-card:nth-child(1){ transform: rotate(-3deg); }
.why-cards.tilt .why-card:nth-child(2){ transform: rotate(2deg) translateY(6px); }
.why-cards.tilt .why-card:nth-child(3){ transform: rotate(-1deg); }
.why-cards.tilt .why-card:nth-child(4){ transform: rotate(2.5deg) translateY(8px); }
.why-cards.tilt .why-card:nth-child(5){ transform: rotate(-2deg); }
.why-cards.tilt .why-card:hover{ transform: rotate(0deg) translateY(-6px); box-shadow: 0 26px 60px rgba(2,6,23,.12); }

/* light, soft section background like image */
.why-choose-us { background: linear-gradient(180deg, #f5fbff 0%, #f8fbff 100%); }

/* ===== Feature Map (clean metro-style) ===== */
.feature-map { 
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 25%, #f0f7ff 50%, #ffffff 75%, #f8fafc 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  position:relative; 
  overflow:visible; 
}
.feature-map::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      to right, rgba(11, 78, 162, 0.03) 0 1px, transparent 1px 60px
    ),
    repeating-linear-gradient(
      to bottom, rgba(11, 78, 162, 0.03) 0 1px, transparent 1px 60px
    );
  opacity:1;
  transform:translateY(0);
  animation: gridDrift 18s ease-in-out infinite alternate;
  pointer-events:none;
  z-index:0;
}
.feature-map::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 20% 30%, rgba(11, 78, 162, 0.04) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(194, 225, 34, 0.04) 0%, transparent 50%);
  pointer-events:none;
  z-index:0;
}
@keyframes gradientShift{
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes gridDrift{from{transform:translateY(0)}to{transform:translateY(10px)}}
.feature-map .text-muted { color:#6b7280 !important; }
.feature-map .container { position:relative; z-index:1; }
.fm-wrapper { position:relative; height: 420px; z-index:1; }
.fm-path { position:absolute; inset:0; width:100%; height:100%; }
.fm-path path { stroke:#0b0b0b; stroke-width:3; stroke-dasharray:10 10; fill:none; animation: dashMove 8s linear infinite; }
@keyframes dashMove{to{stroke-dashoffset:-60}}

/* animated sparkline background */
.fm-graph{position:absolute; inset:0; z-index:0; pointer-events:none}
.fm-graph svg{width:100%; height:100%}
.fm-graph path{fill:none; stroke:#c2cbd6; stroke-width:2; opacity:.5; stroke-dasharray: 600; stroke-dashoffset: 600; animation: lineGrow 5s ease forwards 0.4s}
@keyframes lineGrow{to{stroke-dashoffset:0}}

/* employee watching the graph */
.fm-employee{position:absolute; bottom:8px; left:18px; height:220px; width:auto; object-fit:cover; border-radius:12px; box-shadow:0 10px 24px rgba(0,0,0,.15); opacity:.9; z-index:1}

/* item positions (percentage along width) */
.fm-item { position:absolute; width:260px; max-width: 42vw; z-index:2; }
.fm-item.top { transform: translate(-50%, -10px); }
.fm-item.bottom { transform: translate(-50%, 10px); }
.fm-item.n1 { left:18%; top:10%; }
.fm-item.n2 { left:43%; top:45%; }
.fm-item.n3 { left:65%; top:5%; }
.fm-item.n4 { left:90%; top:55%; }
.fm-item.n5 { left:88%; top:28%; }
.fm-item.n6 { left:96%; top:72%; }

.fm-node { width:24px; height:24px; border-radius:50%; background:#ffffff; border:3px solid #005c97; box-shadow:0 2px 6px rgba(0,0,0,.12); margin:0 auto 10px; }
.fm-card { background:#ffffff; border:1px solid #e7ecf3; border-radius:14px; box-shadow:0 10px 22px rgba(0,0,0,.06); padding:16px; text-align:center; }
.fm-card h6 { margin:6px 0 4px; font-weight:800; color:#0f172a; font-size:16px; text-transform: none; }
.fm-card p { margin:0; color:#6b7280; font-size:13px; }
.fm-icon { width:80px; height:80px; display:grid; place-items:center; border-radius:50%; background:#c2e122; margin:0 auto; }
.fm-icon{position:relative; overflow:visible}
.fm-icon::before,.fm-icon::after{content:""; position:absolute; inset:-6px; border-radius:50%; border:2px solid rgba(194,225,34,.55); animation:radiate 2.4s ease-out infinite;}
.fm-icon::after{inset:-12px; border-color: rgba(194,225,34,.35); animation-delay:.8s}
@keyframes radiate{0%{transform:scale(1); opacity:.6} 100%{transform:scale(1.6); opacity:0}}
.fm-icon img { width:50px; height:50px; object-fit:contain; filter: brightness(0) invert(1); animation: none; }

/* hover lift */
.fm-card { transition: transform .25s ease, box-shadow .25s ease; }
.fm-item:hover .fm-card { transform: translateY(-6px); box-shadow:0 16px 32px rgba(0,0,0,.12); }

@media (max-width: 1199.98px){
  .fm-wrapper { height: 480px; }
  .fm-item { width: 44%; }
}

@media (max-width: 991.98px){
  .fm-wrapper { height: 560px; }
  .fm-item { width: 46%; }
  .fm-card h6 { font-size:15px; }
  .fm-item.n1 { left:18%; top:18%; }
  .fm-item.n2 { left:50%; top:40%; }
  .fm-item.n3 { left:28%; top:64%; }
  .fm-item.n4 { left:72%; top:22%; }
  .fm-item.n5 { left:20%; top:86%; }
  .fm-item.n6 { left:78%; top:84%; }
}

@media (max-width: 575.98px){
  .fm-wrapper { height: auto; padding-bottom: 10px; }
  .fm-path { display:none; }
  .fm-item { position:static; width:100%; transform:none !important; margin-bottom:16px; }
  .fm-card { text-align:left; }
}