@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Liter&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


body {
  background: #f0faff;
}

.ml-3 {
  margin-left: 1rem !important;
}

.pl-0 {
  padding-left: 0;
}

.pl-4 {
  padding-left: 4em;
}

.bg-color {
  background-color: #02A683 !important;
}

.text-color {
  color: #02A683;
}

.text-color2 {
  color: #cda837 !important;
  font-weight: 400 !important;
}



.plr {
  padding: 0 7.13em;
}


.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 114px;
}

.nav,
.nav .nav-links {
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
}

.nav .logo {
  font-size: 22px;
  font-weight: 500;
}

.nav .nav-links {
  column-gap: 35px;
  list-style: none;
  margin-bottom: 0;
}

.nav .nav-links a {
  transition: all 0.2s linear;
  font-weight: 600;
  color: #fff;
  font-size: 1.25em;
}

.nav.openSearch .nav-links a {
  opacity: 0;
  pointer-events: none;
}

.nav .search-icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.nav .search-box {
  position: absolute;
  right: 250px;
  height: 45px;
  max-width: 555px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s linear;
}

.nav.openSearch .search-box {
  opacity: 1;
  pointer-events: auto;
}

.search-box .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  left: 15px;
  color: #ffcc00;
  transform: translateY(-50%);
}

.search-box input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  color: white;
  border-radius: 6px;
  background-color: #353842;
  padding: 0 15px 0 45px;
}

.nav .navOpenBtn,
.nav .navCloseBtn {
  display: none;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-text {
  font-size: 16px;
  font-weight: 400;
  color: #343842;
}

.card-custom {
  background: #d6fff1;
  border: 2px solid #cda837;
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
  height: 100%;
  text-align: center;
  border-radius: 15px;
}

.card-custom {
  background: #E6FFF6;
  transition: background 0.3s ease;
  cursor: pointer;
}

.card-custom h3,
.card-custom p {
  transition: color 0.3s ease;
}

.card-custom:hover {
  background: #02A683;
}

.card-custom:hover h3,
.card-custom:hover p {
  color: #fff;
}

.card-custom:hover img {
  filter: brightness(200) grayscale(100%);
}

.card-custom h3 {
  color: #02a986;
  font-size: 25px;
  font-weight: 600;
  padding: 0 27px;
  line-height: 1.5;
}

.card-custom p {
  color: #343842;
  padding: 0 2.3em;
}

.trusted-by {
  font-size: 38px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.card-image {
  margin: 2.3em 0;
}

.powering-progress {
  background: linear-gradient(0deg,
      rgba(214, 255, 241, 0.12) 0%,
      rgba(214, 255, 241, 0.6) 100%);
}

.read-more-btn {
  position: relative;
  width: 145px;
  height: 42px;
  border: 1px solid #cda837;
  border-offset: -0.5px;
  /* Note: outline-offset equivalent can vary */
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13.2px;
  color: #cda837;
  cursor: pointer;
}

.read-more-text {
  position: absolute;
  top: 12.56px;
  left: 21.44px;
}

.read-more-icon-bg {
  position: absolute;
  width: 21.4px;
  height: 21.4px;
  left: 101.63px;
  top: 10.23px;
  background-color: #cda837;
  display: flex;
  align-items: center;
  justify-content: center;
}

.read-more-icon-arrow {
  width: 6.64px;
  height: 11.16px;
  background-color: white;
}

/* Slider Styles */
.slider-container {
  position: relative;
  height: 98vh;
  overflow: hidden;
  z-index: -2;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center;
}

.slide.active {
  opacity: 1;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to right, rgba(0, 82, 147, 0.7), rgba(0, 82, 147, 0.3)); */
}

.slide-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 6%;
  color: white;
  z-index: 2;
  padding-bottom: 4em;
}

.slide-title {
  font-size: 3.8em;
  font-weight: bold;
  margin-bottom: 10rem;
  line-height: 1.2;
  max-width: 17em;
  animation: fadeInUp 1s ease-out;
}

.home-all-card {
  height: 35em !important;
}

.stats-container {
  display: flex;
  gap: 4rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.stat-item {
  border-bottom: 1px solid;
  animation: fadeInUp 1s ease-out;
  padding-bottom: 3px;
}

.stat-number {
  font-size: 3.31em;
  font-weight: 400;
  height: 1.3em;
}

.stat-label {
  font-size: 1rem;
  font-weight: 300;
}

/* Slider Controls */
.slider-nav {
  position: absolute;
  bottom: 7em;
  left: 1%;
  z-index: 10;
  display: flex;
  gap: 1rem;
  rotate: 90deg;
}

.slider-dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 31px;
  cursor: pointer;
  transition: all 0.3s;
}

.slider-dot.active {
  background: white;
  width: 35px;
  height: 5px;
}

.slider-arrows {
  position: absolute;
  bottom: 50px;
  right: 5%;
  z-index: 10;
  display: flex;
  gap: 1rem;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  border: 2px solid white;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-btn:hover {
  background: white;
  color: #005293;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(0, 82, 147, 0.98);
    flex-direction: column;
    padding: 2rem;
    transition: left 0.3s;
  }

  .nav-menu.active {
    left: 0;
  }

  .mobile-toggle {
    display: block;
  }

  .slide-title {
    font-size: 2.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stats-container {
    gap: 2rem;
  }
}

@media (max-width: 576px) {
  .slide-title {
    font-size: 2rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .slider-nav,
  .slider-arrows {
    bottom: 20px;
  }

  .stats-container {
    gap: 1.5rem;
  }

  .logo {
    font-size: 1.4rem;
  }
}

/* responsive */
@media screen and (max-width: 1160px) {
  .nav {
    padding: 15px 100px;
  }

  .nav .search-box {
    right: 150px;
  }
}

@media screen and (max-width: 950px) {
  .nav {
    padding: 15px 50px;
  }

  .nav .search-box {
    right: 100px;
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {

  .nav .navOpenBtn,
  .nav .navCloseBtn {
    display: block;
  }

  .nav {
    padding: 15px 20px;
  }

  .nav .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    max-width: 280px;
    width: 100%;
    padding-top: 100px;
    row-gap: 30px;
    flex-direction: column;
    background-color: #ffcc00;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 100;
  }

  .nav.openNav .nav-links {
    left: 0;
  }

  .nav .navOpenBtn {
    color: #353842;
    font-size: 20px;
    cursor: pointer;
  }

  .nav .navCloseBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #353842;
    font-size: 20px;
    cursor: pointer;
  }

  .nav .search-box {
    top: calc(100% + 10px);
    max-width: calc(100% - 20px);
    right: 50%;
    transform: translateX(50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}

.our-portfolio {
  position: relative;
  color: #fff;
  background: url("../images/prof-bg.png") no-repeat center center/cover;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 0;
}

.our-portfolio::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)); */
  z-index: 1;
}

.our-portfolio .container-fluid {
  position: relative;
  z-index: 2;
}

.content-text {
  max-width: 50%;
  margin: 0 auto;
  text-align: left;
  padding: 60px 0px;
  margin-bottom: 5em;
}

.content-text h3 {
  font-size: 4em;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}

.content-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #f1f1f1;
  height: 4em;
}

#history-carousel {
  background: #fff;
  padding: 30px;
  border-top-left-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 78%;
  position: absolute;
  bottom: -32%;
  right: -2%;
  z-index: 2;
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.custom-size-image {
  height: 109px;
}

.history-box {
  min-width: 280px;
  flex-shrink: 0;
  width: 75%;
  align-items: anchor-center;
  gap: 14px;
}

.history-box .number-part {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.history-box .history-content p {
  color: #333;
  margin-bottom: 0;
}

.owl-carousel .owl-item img {
  display: block;
  width: unset;
}

.btn-design {
  background: #fff;
  padding: 0.8em 1.5em;
  border-radius: 6px;
  color: #cda837;
  text-decoration: none;
  width: 13%;
  text-align: center;
  position: absolute;
  left: 7%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-design:hover {
  background-color: #cda837;
}

.btn-design:hover {
  background-color: #cda837;
}

.btn-design:hover a {
  color: #fff;
}

.btn-design svg {
  max-width: 15%;
  background: #cda837;
  height: 25px;
  padding: 5px;
  border-radius: 100%;
}

.btn-design:hover svg {
  background: #fff;
}

.btn-design:hover svg path {
  fill: #cda837;
}

.btn-design a {
  color: #cda837;
  text-decoration: none;
  font-size: 1em;
}

.btn-design-new {
  background: #fff;
  padding: 0.8em 1.5em;
  border-radius: 6px;
  color: #cda837;
  text-decoration: none;
  width: 18%;
  display: flex;
  justify-content: center;
  border: 2px solid #cda837;
  gap: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-design-new a {
  color: #cda837;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
}

.btn-design-new svg {
  max-width: 15%;
  background: #cda837;
  height: 25px;
  padding: 5px;
  border-radius: 100%;
}

.btn-design-new:hover {
  background-color: #cda837;
}

.btn-design-new:hover a {
  color: #fff;
}

.btn-design svg {
  max-width: 15%;
  background: #cda837;
  height: 25px;
  padding: 5px;
  border-radius: 100%;
}

.btn-design-new:hover svg {
  background: #fff;
}

.btn-design-new:hover svg path {
  fill: #cda837;
}

.join-us {
  background: url("../images/join-bg.png") no-repeat center center/cover;
}

#join-carousel img {
  border-radius: 17px;
  border: 2px solid #cda837;
}

#join-carousel .owl-dots {
  width: 7%;
  border: 1px dashed #fff;
  border-radius: 27px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 47%;
}

.join-us .owl-theme .owl-dots .owl-dot.active span {
  background: #fff !important;
}

.news-box {
  border: 1px solid lavender;
  max-width: 100%;
  border-radius: 21px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.new-image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  display: block;
}

.news-content {
  background: #02A683;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 5em;
  color: #fff;
  box-sizing: border-box;
  padding: 0.5em 1em;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* hide extra content initially */
.news-box:hover .news-content {
  max-height: 1000px;
  /* enough to show all content */
  padding: 1em 1em 2em 1em;
}

/* hide extra paragraph initially */
.content-news-para {
  font-size: 1.2em;
}

.news-box .content-news-para,
.news-box .btn-design-new {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
  margin-top: 0;
}

/* show extra paragraph and button on hover */
.news-box:hover .content-news-para,
.news-box:hover .btn-design-new {
  max-height: 500px;
  /* enough to fit content */
  opacity: 1;
  margin-top: 0.5em;
  /* spacing from previous element */
}

.ready {
  background-color: #D5FFF0;
  padding: 1.3em 0;
}

.news-content .btn-design-new {
  padding: 0.7em 1em;
  width: 38%;
}

.news-content .btn-design-new svg {
  max-width: 17%;
  height: 23px;
}

.ready .btn-design-new {
  width: 13%;
}

.ready h2 {
  color: #02A683;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 2.4em;
}

.footer {
  background: #02A683;
  padding: 2em 0 1em 0;
}

.footer-menu {
  justify-content: space-between;
}

.footer-menu h5 {
  color: #fff;
  margin-bottom: 0.8em;
  font-size: 1.2em;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-menu ul li {
  margin-bottom: 14px;
  color: #fff;
}

.footer-menu ul li a {
  color: #fff;
}

.footer-menu.contact {
  padding-left: 15em;
}

.custom-fa {
  font-size: 20px;
  color: #fff;
  height: 50px;
  width: 50px;
  display: block;
  border: 1px solid;
  border-radius: 41px;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
}

.custom-off {
  background-color: #02A683;
}

div#offcanvasRight {
  width: 30%;
}

.offcanvas-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas-menu ul {
  list-style: none;
  padding: 0;
  zoom: 85%;
  width: 65%;
}

.offcanvas-menu ul li a {
  color: #fff;
  font-size: 2.2em;
  font-weight: 400;
}

.offcanvas-menu .cross-icon {
  font-size: 2em;
  color: #fff;
}

.menu-li {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 1em 0;
}

.offcanvas-header {
  margin: 2em 2em 0 0;
}

.custom-close {
  border: none;
  padding: 0.8em 0.9em;
  border-radius: 100%;
}

/* Smooth transition for main offcanvas */
#offcanvasRight {
  transition: margin-right 0.3s ease;
}

.submenu-off {
  background-color: #E6FFF6 !important;
}

.submenu-off,
.custom-off {
  z-index: 9999;
}

.submenu-toggle {
  color: #fff;
  font-size: 2.2em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.offcanvas-menu .custom-fa {
  font-size: 25px;
  height: 64px;
  width: 64px;
}

#history-carousel .owl-dots,
#history-carousel .owl-nav {
  display: block;
  margin: -2em -30px -2em 0;
  background: #cda837;
}

#history-carousel .swiper-button-prev,
#history-carousel .swiper-button-next {
  background: #cda837 !important;
  width: 5em !important;
  height: 5.3em !important;
  transition: background 0.3s ease;
}

#history-carousel .owl-nav button.owl-next:hover,
#history-carousel .owl-nav button.owl-prev:hover {
  background: #fff !important;
}

#history-carousel .swiper-button-prev svg,
#history-carousel .swiper-button-next svg {
  width: 28% !important;
  height: 34% !important;
  fill: #fff !important;
  color: #fff !important;
  transition: color 0.3s ease;
}

#history-carousel .owl-nav button.owl-next:hover span,
#history-carousel .owl-nav button.owl-prev:hover span {
  color: #cda837;
}

.trusted-title {
  position: relative;
}

.trusted-title .circle {
  width: 100px;
  height: 100px;
  background-color: #E6FFF6;
  border-radius: 50%;
  position: absolute;
  left: -34px;
  top: 9%;
  transform: translateY(-50%);
  z-index: 0;
}

.trusted-title h2 {
  font-weight: 700;
  color: #333;
  margin-left: 20px;
  z-index: 1;
}

.divider {
  height: 85px;
  width: 2px;
  background-color: #343842;
  margin-left: 20px;
}

.trust-logo {
  object-fit: contain;
  transition: transform 0.3s ease;
}

.trust-logo:hover {
  transform: scale(1.05);
}

.trusted-logos {
  gap: 30px;
}

#new-carousel .owl-nav .owl-prev,
#new-carousel .owl-nav .owl-next {
  background: #fff !important;
  border: 1px solid #cda837 !important;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 48px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  /* smooth transition */
}

#new-carousel .owl-nav .owl-prev {
  left: -5%;
}

#new-carousel .owl-nav .owl-next {
  right: -5%;
}

#new-carousel .owl-nav span {
  color: #cda837;
  font-size: 33px;
  transition: color 0.4s ease;
  /* smooth color change */
}

#new-carousel .owl-nav .owl-prev:hover,
#new-carousel .owl-nav .owl-next:hover {
  color: #fff;
  /* change text color */
  background: #cda837 !important;
  transform: translateY(-50%) scale(1.1);
  /* slight zoom on hover */
}

#new-carousel .owl-nav:hover span {
  color: #fff;
}

.powering-progress .btn-design-new {
  padding: 0.7em 1em;
  width: 29%;
}

.our-portfolio {
  position: relative;
  overflow: hidden;
}

.our-portfolio .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}

.content-text {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.content-text.fade-out {
  opacity: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #02A683;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Optional: Shrink header on scroll */
header.shrink {
  padding: 3.2em 0;
  /* Reduce padding */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#new-carousel {
  position: relative;
}

.news-swiper {
  position: relative;
}

#new-carousel .swiper-button-prev,
#new-carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  cursor: pointer;
  background: #fff !important;
  border: 1px solid #cda837 !important;
  width: 48px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

#new-carousel .swiper-button-prev svg,
#new-carousel .swiper-button-next svg {
  width: 28% !important;
  height: 34% !important;
  fill: #cda837 !important;
  color: #cda837 !important;
  pointer-events: none;
}

#new-carousel .swiper-button-prev::after,
#new-carousel .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#new-carousel .swiper-button-prev {
  left: -5% !important;
}

#new-carousel .swiper-button-next {
  right: -5% !important;
}

#new-carousel .swiper-button-prev:hover,
#new-carousel .swiper-button-next:hover {
  background: #cda837 !important;
}

#new-carousel .swiper-button-prev:hover svg,
#new-carousel .swiper-button-next:hover svg {
  fill: #fff !important;
  color: #fff !important;
}

#new-carousel .swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

#history-carousel .swiper-button-prev,
#history-carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: #cda837 !important;
  border: 1px solid #cda837 !important;
  width: 63px !important;
  height: 96px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

#history-carousel .swiper-button-prev {
  left: 95.6% !important;
  top: 40%;
}

#history-carousel .swiper-button-next {
  right: 0% !important;
  top: 91%;
}

#history-carousel .swiper-button-prev:hover,
#history-carousel .swiper-button-next:hover {
  background: #fff !important;
}

#history-carousel .swiper-button-prev:hover svg,
#history-carousel .swiper-button-next:hover svg {
  fill: #cda837 !important;
  color: #cda837 !important;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 2%;
  width: 7%;
  border: 1px dashed #fff;
  border-radius: 27px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 47%;
  cursor: pointer;
}

.join-us .btn-design-new svg {
  max-width: 10%;
}

/* about  */

.about-banner-caption {
  position: absolute;
  bottom: 4%;
  z-index: 1;
  height: 65%;
  display: grid;
  align-items: end;
}

.about-banner-caption h2 {
  font-size: 4em;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 0.9;
}

.about-banner-caption span {
  font-size: 0.5em;
}

.about-banner-caption ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.about-banner-caption ul li {
  margin-right: 1em;
}

.about-banner-caption ul li a {
  text-decoration: none !important;
  color: #fff;
}

.about-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #02a38052;
  z-index: 0;
}

.vision-section .card-custom {
  height: 36em;
}

.vision-section .card-custom p {
  padding: 0;
}

.core-values .card-custom p {
  padding: 0;
}

.core-values .card-custom {
  transition: all 0.4s ease-in-out;
  width: 96%;
}

.core-values .card-custom:hover {
  background-image: url('../images/core-value.png');
  object-fit: cover;
  transform: scale(1.03);
  filter: brightness(1.1);
}


.copy-section {
  padding-top: 2em;
}

.about-custom-car-image {
  max-width: 30%;
  height: 28%;
}

.about-card-second {
  height: 26em !important;
}

.about-core-icon {
  max-width: 33%;
}

.about-core-card-h {
  height: 28em;
}

.about-state,
.about-location {
  font-size: 1.3em;
}

.copy-list {
  display: flex;
  justify-content: space-between;
}

/* leadership  */
.leadership-banner-caption {
  position: absolute;
  bottom: 4%;
  z-index: 1;
  height: 65%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.leadership-banner-caption h2 {
  font-size: 4em;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1.5em;
  line-height: 0.9;
}

.leadership-banner-caption span {
  font-size: 0.5em;
}

.leadership-banner-caption ul {
  display: flex;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 0;
}

.leadership-banner-caption ul li {
  margin-right: 1em;
}

.leadership-banner-caption ul li a {
  text-decoration: none !important;
  color: #fff;
}

.team-card {
  transition: all 0.3s ease;
  background-color: #E6FFF6 !important;
  height: 42em;
}

.team-card:hover {
  background-color: #02A683 !important;
  color: #fff;
}

.team-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.position-unset {
  position: unset;
  padding: 0;
}

.leader-section .nav-pills .nav-link.active,
.leader-section .nav-pills .show>.nav-link {
  background: unset;
  color: #000;
  font-size: 1.5em;
  font-weight: 500;
}

.leader-section .nav-pills .nav-link {
  background: unset;
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
}

.team-name {
  padding: 2em;
}

.team-card:hover .team-name h5 p {
  color: #fff;
}

.news-title {
  padding: 1em 0;
}

.close-btn-modal {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
  top: 0;
  margin: 2em;
}

.member-name {
  font-size: 2.5em;
}

.member-postion {
  font-size: 1.5em;
}

.close-btn-modal .btn-close {
  border: 1px solid #CAA537;
  border-radius: 24px;
  padding: 8px;
  font-size: 10px;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn-modal .btn-close img {
  max-width: 2em;
}

.project-section .btn-design {
  left: unset;
}

.project-info-card {
  position: absolute;
  bottom: -37%;
  right: 9%;
  width: 25%;
}

.project-info-card h5 {
  color: #0b2239;
}

.social-links a {
  font-size: 16px;
  transition: 0.3s;
}

.social-links a:hover {
  color: #00a189;
}

.project-point {
  border-bottom: 1px solid;
  padding: 1em 0;
}

.project-info {
  border-bottom: 1px solid;
  font-size: 1.4em;
}

.project-first-details {
  width: 61%;
}

.fax-icon {
  font-size: 1.2em;
  color: #02A683;
}

.blog-date {
  color: #02A683;
}

.blog-title {
  color: #02A683;
}

.team-card:hover .blog-date,
.team-card:hover .blog-title {
  color: #fff;
}

.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 250px;
  background: #fff;
  border: 1px solid #CAA537;
  border-radius: 5px;
  padding: 8px 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search-bar i {
  position: absolute;
  left: 12px;
  color: #999;
}

.search-bar input {
  border: none;
  outline: none;
  width: 100%;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  background: transparent;
}

.blog-details-title {
  color: #02A683;
}

.form-select {
  border-color: #CAA537;
}

.newsroom p {
  font-weight: 500;
}

.custom-offcanvas.offcanvas-end {
  width: 75% !important;
  z-index: 9999;
  right: 0;
}

.custom-offcanvas.offcanvas.offcanvas-end.show .btn-close {
  border-radius: 50px;
  border: 1px solid #CAA537;
  font-size: 13px;
}

.media-resources {
  width: 12%;
}

.custom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.custom-btn svg {
  max-width: 17%;
  background: #cda837;
  height: 22px;
  padding: 5px;
  border-radius: 100%;
}

.media-text {
  text-align: center;
  position: absolute;
  bottom: 3%;
  left: 45%;
  color: #fff;
}

.play-icon {
  width: 60px;
  height: "60px";
  cursor: "pointer";
}

.glightbox-clean .gslide-description {
  background: transparent !important;
}

.glightbox-clean .gslide-title {
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
}

.glightbox-clean .gslide-description {
  margin-top: -6em !important;
  text-align: center;
}

.contact-btn .btn-design {
  left: unset;
}

.fa-facebook-f,
.bi-twitter-x,
.fa-linkedin,
.fa-youtube-play,
.fa-instagram {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.fa-facebook-f:hover {
  background-color: #475991;
  border-color: #475991;
}


.bi-twitter-x:hover {
  background-color: #000000;
  border-color: #0000;
}

.fa-linkedin:hover {
  background-color: #475991;
  border-color: #475991;
}

.fa-youtube-play:hover {
  background-color: #D61C24;
  border-color: #D61C24;
}

.fa-instagram:hover {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 90%);
  border-color: #d6249f;
}

.award-title {
  margin-top: 1em;
  font-size: 1.25rem;
}

.culture-text p {
  font-size: 0.9em !important;
}


.faq-container {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.faq-item {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
}

.faq-question {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.faq-answer {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

.arrow {
  font-size: 20px;
  transition: transform 0.3s;
}

.arrow.open {
  transform: rotate(45deg);
}

button.accordion-button {
  color: #02A683;
}

.accordion-button:not(.collapsed) {
  color: #02A683;
  box-shadow: unset;
}

.accordion-item .accordion-button {
  background: transparent;
}

h2.accordion-header {
  padding: 10px;
}

.accordion-item {
  border-color: #CAA537;
  border-radius: 0.375rem;
  border-top: 1px solid #CAA537 !important;
  margin: 1em 0;
}

.accordion-button::after {
  position: absolute;
  right: -10px;
  top: -14px;
  margin: 10px;
}

.accordion-button:focus {
  box-shadow: unset;
}

/* Default state — Plus icon */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 11C4.44772 11 4 10.5523 4 10C4 9.44772 4.44772 9 5 9H15C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H5Z' fill='%23A5A7A9'/><path d='M9 5C9 4.44772 9.44772 4 10 4C10.5523 4 11 4.44772 11 5V15C11 15.5523 10.5523 16 10 16C9.44772 16 9 15.5523 9 15V5Z' fill='%23A5A7A9'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}

/* When accordion is open — show Minus icon */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 11C4.44772 11 4 10.5523 4 10C4 9.44772 4.44772 9 5 9H15C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H5Z' fill='%23A5A7A9'/></svg>");
}

.pro-del {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #02A683;
}

.key-highlights h3 {
  color: #02A683;
}

.our-project {
  background-image: unset !important;
  background-color: #fff;
}

.our-project .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  border: 1px dashed #CAA537;
}

.swiper-pagination-bullet {
  background: #CAA537;

}

.pro-del .border-right {
  border-right: unset;
}

.work-with-us-card {
  background-color: #ffffffc7;
  border-radius: 10px;
  border: 1px solid #CAA537;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 290px;
  width: 100%;
  position: absolute;
  right: 8%;
  top: 50%;

}

.work-with-us-card h2 {
  border-bottom: 1px solid #02A683;
  padding-bottom: 6px;
  font-size: 1.5em;
  font-weight: 600;
}

.work-with-us-card .btn-design {
  position: unset;
  width: 76%;
  border: 1px solid #CAA537;
}

.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #C8A337;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.timeline-item.left .timeline-content {
  order: 1;
  width: 45%;
}

.timeline-item.left .timeline-image {
  order: 2;
  width: 45%;
}

.timeline-item.right .timeline-content {
  order: 2;
  width: 45%;
  text-align: left;
}

.timeline-item.right .timeline-image {
  order: 1;
  width: 45%;
}

.timeline-content .year {
  color: #00c49a;
  font-weight: bold;
  font-size: 2.5em;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
  }

  .timeline-item.left .timeline-content,
  .timeline-item.right .timeline-content,
  .timeline-item.left .timeline-image,
  .timeline-item.right .timeline-image {
    width: 100%;
    text-align: center;
    order: unset;
  }

  .timeline-line {
    left: 8px;
  }
}


.timeline-item-wrapper {
  position: relative;
}

.timeline-dot {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: #00c49a;
  border-radius: 50%;
  transform: translate(-50%, -15%);
  z-index: 2;
  box-shadow: 0 0 0 2px #00c49a;
}

.culture-slider {
  bottom: -42% !important;
}

#new-filter .swiper-button-prev,
#new-filter .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  cursor: pointer;
  background: #fff !important;
  border: 1px solid #cda837 !important;
  width: 48px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

#second-filter .swiper-button-prev,
#second-filter .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  cursor: pointer;
  background: #fff !important;
  border: 1px solid #cda837 !important;
  width: 48px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.investors-section .swiper-button-prev,
.investors-section .swiper-button-next {
  top: 70% !important;
}


#new-filter .swiper-button-prev svg,
#new-filter .swiper-button-next svg {
  width: 28% !important;
  height: 34% !important;
  fill: #cda837 !important;
  color: #cda837 !important;
  pointer-events: none;
}

#second-filter .swiper-button-prev svg,
#second-filter .swiper-button-next svg {
  width: 28% !important;
  height: 34% !important;
  fill: #cda837 !important;
  color: #cda837 !important;
  pointer-events: none;
}

.investors-section .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden.news-swiper {
  border-bottom: 1px solid #02A683;
  width: 80%;
  text-align: center;
}

.investors-section #second-filter .filterLink {
  border: 1px solid #02A683;
  color: #000;
  padding: 0.8em;
  transition: all 0.3s ease;
  /* smooth transition for color, background, border */
}

.investors-section #second-filter .filterLink:hover {
  background-color: #02A683;
  color: #fff;
  border-color: #02A683;
  /* optional if you want border to change smoothly too */
}

.investors-section #second-filter .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden.news-swiper {
  border-bottom: unset;
  width: 72%;
}

.custom-table td {
  padding: 1em;
}

.custom-table th {
  background-color: #E6FFF6;
  padding: 1em;
  font-weight: 500;
}

.custom-table {
  border-color: #02A683;
}

.custom-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.custom-pagination .page-item .page-link {
  border: 1px solid #cda349;
  color: #333;
  padding: 12px 20px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-radius: 3px;
}

.custom-pagination .page-item.active .page-link {
  background-color: #cda349;
  color: white;
  border-color: #cda349;
}

.custom-pagination .page-link:hover {
  background-color: #cda349;
  color: #fff;
}

.custom-pagination .page-link:focus {
  box-shadow: none;
}


.trusted-logos .swiper-wrapper {
  align-items: center;
}

.power-content h4 {
  color: #02A683;
}


.card-cbb {
  overflow: hidden;
  /* hides overflow when image zooms */
}

.card-cbb img {
  transition: transform 0.6s ease;
  /* smooth zoom */
}

.tag-link:hover .card-cbb img {
  transform: scale(1.1);
  /* zoom on parent hover */
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  /* same as image */
}

.media-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 19%);
  /* black tint */
  pointer-events: none;
  /* clicks go through */
}

.glightbox-clean .gslide-title {
  z-index: 1;
  position: relative;
}

.glightbox-clean .gdesc-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 38%);
  /* black tint */
  pointer-events: none;
  /* clicks go through */
}

.accordion-body {
  padding: 1em 2em;
}

.Toastify__toast {
  font-family: "Poppins", sans-serif !important;
}

/* Dropdown container */
.dropdown {
  position: relative;
}

/* Hide dropdown by default */
.dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  top: 100%;
  left: 0;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 1000;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Links inside dropdown */
.dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background: #f5f5f5;
}

.contect-form {
  padding: 0 5em;
}

.custom-project-h {
  max-height: 8em;
}

.custom-donts .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 2%;
  width: 18%;
  border-radius: 27px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 41%;
  cursor: pointer;
}

.cistom-gridifnra .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: 2%;
  width: 11%;
  border-radius: 27px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 44%;
  cursor: pointer;
}

.costom-community {
  max-height: 7em;
}

.custom-carerr-icon {
  max-width: 40%;
}

.press-tile-custom {
  font-size: 1.2em;
  font-weight: 500;
}

.read-more-custom {
  background: #fff;
  color: #cda837;
  font-size: 1em;
  padding: 8px 23px;
}

.read-more-custom:hover {
  background: #cda837;
  color: #fff;
}

.custom-css-in-blog {
  height: 73% !important;
}

.trusted-logos .swiper-slide {

  text-align: center;
}

.filterLink {
  width: fit-content;
  white-space: nowrap;
  padding: 8px 16px;
  /* Add some padding for better appearance */
}

#new-filter .news-swiper .swiper-slide {
  width: auto !important;
}

#second-filter .news-swiper .swiper-slide {
  width: auto !important;
}

.custom-mobile-tt {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.pp-title-h {
  height: 153px;
}