.btn-primary {
  background: linear-gradient(45deg, #1a3c34, #4e7c6c) !important;
  color: #ffffff !important;
  box-shadow: 0 5px 20px rgba(26, 60, 52, 0.3) !important;
}
/* navbar  container*/
.navbar-container {
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
}

header.navbar-sticky.bg-body.sticky-top {
  z-index: 999 !important;
  background-color: #fffff1 !important;
}

.HeroSliderSwiper {
  z-index: 99999;
}

.container-fluid {
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
}

/* Capabilities */
.capabilities {
  background: #f7fafc;
  padding: 60px 0;
}

.logo-text {
  background: -webkit-linear-gradient(#2b166a, #ac3c8e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.logo-right {
  background: #3a544d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.logo-left {
  background: #ffc300;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

img.logoFooter {
  height: 100px;
}

.capabilities h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #3a544d;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  /* flex-wrap:; */
}

.OurWidth {
  width: 75% !important;
}

@media screen and (max-width: 1200px) {
  .capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 766px) {
  .collectionCircle {
    margin: 0 auto;
    width: 100px !important;
    height: 100px !important;
  }

  .collectionCircle img {
    width: 80px !important;
    height: 80px !important;
  }

  .proCollText {
    line-height: 1 !important;
    font-size: calc(0.7rem + 0.3vw) !important;
  }

  .container-fluid {
    padding: 0 10px !important;
  }

  .breadcrumb-item {
    font-size: 0.7rem !important;
  }

  .capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .section-title h2 {
    font-size: 2rem !important;
  }

  .why-partner h2 {
    font-size: 2rem !important;
  }

  .capabilities h2 {
    text-align: center;
    font-size: 2rem !important;
    margin-bottom: 2rem;
    color: #2c5282;
  }

  .capability-card {
    width: 100%;
    background: white;
    padding: 0.5rem;
    border-radius: 10px;
    text-align: center;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .capability-card h3 {
    font-size: 1rem;
  }

  .capability-icon {
    width: 40px;
    height: 40px;
    background: #48bb78;
    border-radius: 50%;
    margin: 0 auto 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .section-header {
    margin-bottom: 30px !important;
  }

  .hexagon-center,
  .hexagon {
    width: 100% !important;
  }

  .cta-section,
  .journey-section {
    padding: 40px 0 !important;
  }

  .cert-card {
    min-width: auto !important;
    height: 250px;
    padding: 10px 5px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cert-desc {
    display: none;
    font-size: 0.9rem;
    opacity: 0.8;
  }

  .collectionCircle {
    margin: 0 auto;
    width: 80px !important;
    height: 80px !important;
  }

  .collectionCircle img {
    width: 60px !important;
    height: 60px !important;
  }

  .proCollText {
    line-height: 1 !important;
    font-size: calc(0.7rem + 0.3vw) !important;
  }
}

@media screen and (max-width: 400px) {
  .collectionCircle {
    margin: 0 auto;
    width: 80px !important;
    height: 80px !important;
  }

  .collectionCircle img {
    width: 60px !important;
    height: 60px !important;
  }

  .proCollText {
    line-height: 1 !important;
    font-size: calc(0.7rem + 0.3vw) !important;
  }

  .homeSlide-swiper {
    height: auto !important;
  }

  .hero__sidebyside-content-inner img.marble {
    min-height: 400px !important;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .counter-item .h5 {
    font-size: 1rem !important;
  }

  .Trustedh2 {
    font-size: 1.3rem !important;
  }

  .fs-5 {
    font-size: 1rem !important;
  }
}

.capability-card,
.partner-card {
  background: white;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  cursor: pointer;
}

.capability-card:hover,
.partner-card:hover {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05)
    scaleY(1.05);
}

.capability-icon {
  width: 60px;
  height: 60px;
  background: #48bb78;
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}

/* Why Partner */
.why-partner {
  padding: 80px 0;
}

.why-partner h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #444444;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.certi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.iconsssl {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #1a3c34, #4e7c6c);

  border-radius: 50px;
}

.partner-card .card-img-top {
  aspect-ratio: 1 / 1;
}

.partner-card .card-img-top img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 766px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .Verified-des .col-sm-6.col-md-3:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #597d36;
  }

  .partner-card-new {
    padding: 20px 10px !important;
  }

  .partner-card-new .icon {
    width: 50px !important;
    height: 50px !important;
  }

  .partner-card-new h5.mt-3.mb-1.fs-5 {
    font-size: 16px !important;
  }

  .why-partner p.text-center.fs-base.w-75.mx-auto {
    width: 100% !important;
  }

  .partner h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #2c5282;
  }

  .partner-card {
    width: 100%;
    height: 100% !important;
    padding: 0.5rem;
    border-radius: 10px;
    text-align: center;
    font-size: 0.9rem;
  }
  #certificates .partner-card h5 {
    font-size: 1rem !important;
  }
  .partner-card h3 {
    font-size: 1rem;
  }

  .partner-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #cfff904d, #75a73369);
    border-radius: 50%;
    margin: 0 auto 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.6rem;
  }
}

.partner-card {
  text-align: center;
  padding: 1rem;
  background-color: #f9fafb !important;
  border: 1px solid #e8e8e8;
}

.partner-card-new {
  background-color: #ffffff;
  text-align: center;
  height: 100%;
  border: 1px solid color-mix(in srgb, #444444, transparent 85%);
  padding: 40px 20px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.bg-light-partner {
  background-color: #f2f5f9 !important;
}

.partner-card-new:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.partner-card-new .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.partner-card-new:hover .icon {
  background: #ffffff;
}

.partner-card-new .icon i {
  color: #ffffff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.partner-card-new:hover .icon::after {
  background: color-mix(in srgb, #ffffff, transparent 70%);
}

.partner-card-new:hover .icon i {
  color: var(--accent-color);
}

.partner-card-new:hover h5,
.partner-card-new:hover p {
  color: #ffffff;
}

.partner-card-new .icon::after {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, #1977cc, transparent 80%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.partner-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #cfff904d, #75a73369);
  border-radius: 50%;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.logo {
  height: 30px;
}

.sliderHero {
  height: 100% !important;
}

.bg-slideBotm {
  background-color: #597d36;
}

.iconsFa {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconsFaone {
  background-color: #dbeafe;
  color: #2563eb;
}

.iconsFaSe {
  background-color: #dcfce7;
  color: #16a34a;
}

.iconsFaothre {
  background-color: #f3e8ff;
  color: #9333ea;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.explore-a {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
}

.inquire-section {
  background-color: #2563eb;
  padding: 5rem 0;
}

.inquire-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 3rem;
}

a.inquire {
  transition-duration: 300ms;
  padding: 13px 15px;
  border-radius: 5px;
  width: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.Inqu-whatapp {
  background-color: #22c55e;
  color: #ffffff;
}

.Inqu-email {
  background-color: #ffffff;
  color: rgb(29 78 216);
}

.Inqu-smart {
  background-color: rgb(250 204 21);
  color: rgb(31 41 55);
}

a.inquire span {
  font-size: 18px;
  font-weight: 700;
}

a.inquire:hover {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05)
    scaleY(1.05);
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.floating-whatsapp i {
  font-size: 1.8rem;
}

.floating-Inquiry {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 1000;
  background-color: #25d366;
  color: white;
  width: 120px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(192, 155, 155, 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  transform: translateX(50%) rotate(-90deg);
  margin-right: 1.5rem;
  outline: none;
  border: none;
}

/* #CertifyModal {
              display: none;
              position: fixed;
              z-index: 999999;
              padding-top: 34px;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              overflow: auto;
              background-color: #000000bd;
          } */

/* #CertifyModal .modal-content {
              position: relative;
              background-color: #fefefe;
              margin: auto;
              padding: 0;
              width: 100%;
              max-width: 1200px;
              height: 100%;
              overflow: hidden;
              border-radius: 0;
          } */

#CertifyModal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#CertifyModal .close:hover,
#CertifyModal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#CertifyModal .CertifySlides {
  display: none;
  height: 100%;
}

.cursor {
  cursor: pointer;
}

#CertifyModal .prev,
#CertifyModal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
#CertifyModal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#CertifyModal .prev:hover,
#CertifyModal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#CertifyModal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 0;
  position: absolute;
  top: -30px;
}

#CertifyModal img {
  margin-bottom: -4px;
}

#CertifyModal .caption-container {
  text-align: center;
  background-color: black;
  color: white;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

#CertifyModal .Certifydemo {
  opacity: 0.6;
}

#CertifyModal .active,
#CertifyModal .Certifydemo:hover {
  opacity: 1;
}

#CertifyModal img.hover-shadow {
  transition: 0.3s;
}

#CertifyModal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.steps-iSSL {
  position: relative;
  background: #597d36;
  border-radius: 10px;
  padding: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.steps-iSSL h4 {
  color: #ffffff;
}

.steps-iSSL .setps-number {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: 17px;
  font-weight: 900;
  border: 1px solid #fff;
  border-radius: 64px;
  transform: translateY(50%);
  color: #fff;
  background: #597d36;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-iSSL h4 {
  font-size: 24px;
}

.sslBlock {
  padding: 100px 0;
  background-color: #000;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center;
}

.sslBlock:before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.needs-validation {
  width: 50%;
}

.Herosectionslider .swiper-button-next {
  right: 40px;
  bottom: 5px;
  top: auto;
  transform: none;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 5px 5px #0000001a;
  color: #000;
  height: 40px;
  transform: translateY(-50%);
  width: 40px;
  border: none;
  border-radius: 50%;
  color: var(--colorBtnPrimaryText);
  position: absolute;
}

.Herosectionslider .swiper-button-prev {
  left: auto;
  right: 90px;
  bottom: 5px;
  top: auto;
  transform: none;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 5px 5px #0000001a;
  color: #000;
  height: 40px;
  /* top: 50%; */
  transform: translateY(-50%);
  width: 40px;
  /* background: var(--colorBtnPrimary); */
  border: none;
  border-radius: 50%;
  color: var(--colorBtnPrimaryText);
  position: absolute;
}

.Herosectionslider .swiper-button-prev:after,
.Herosectionslider .swiper-button-next:after {
  font-size: 12px;
}

.VerifiedSlide .swiper-button-next {
  right: 40px;
  bottom: 0px;
  top: auto;
  transform: none;
  z-index: 99;
  background-color: #fff;
  color: #000;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  color: var(--colorBtnPrimaryText);
  position: absolute;
}

.VerifiedSlide .swiper-button-prev {
  left: auto;
  bottom: 0px;
  top: auto;
  transform: none;
  z-index: 99;
  background-color: #fff;
  color: #000;
  height: 40px;
  /* top: 50%; */
  width: 40px;
  border: none;
  border-radius: 50%;
  color: var(--colorBtnPrimaryText);
  position: absolute;
}

.VerifiedSlide .swiper-button-prev:after,
.VerifiedSlide .swiper-button-next:after {
  font-size: 12px;
}
.navbar-container {
  background-color: transparent  !important;
}
li.nav-item.dropdown .dropdown-menu{
  background-color: #fffff1   !important;
}
.offcanvas .dropdown-menu {
    background-color: #fffff1   !important;
}
@media screen and (max-width: 992px) {
  .navbar-brand {
    flex: 1;
  }
  .culture-content {
    display: block !important;
  }
  .culture-right {
    padding-left: 0 !important;
  }
  .culture-team {
    width: 100% !important;
  }
  .culture-title {
    font-size: 2rem !important;
  }
  nav#navbarNav.offcanvas.offcanvas-top {
    max-height: max-content !important;
  }
}

.navbar.navbar-expand-lg.flex-nowrap.bg-body.ps-0 {
  background-color: transparent !important;
}

header.navbar-sticky.bg-body.sticky-top {
  box-shadow: 0 2px 10px rgb(26 60 52 / 11%);
}

@media screen and (max-width: 992px) {
  #footerLinks .accordion-header {
    margin-bottom: 1rem;
  }
  .navbar-container {
    padding: 6px 10px !important;
  }
  .offcanvas,
  .offcanvas-lg,
  .offcanvas-md,
  .offcanvas-sm,
  .offcanvas-xl,
  .offcanvas-xxl {
    --cz-offcanvas-zindex: 1045;
    --cz-offcanvas-width: 100% !important;
    --cz-offcanvas-height: 100% !important;
    --cz-offcanvas-padding-x: 1.5rem;
    --cz-offcanvas-padding-y: 1.5rem;
    --cz-offcanvas-color: var(--cz-body-color);
    --cz-offcanvas-bg: var(--cz-body-bg);
    --cz-offcanvas-border-width: var(--cz-border-width);
    --cz-offcanvas-border-color: var(--cz-border-color);
    --cz-offcanvas-box-shadow: var(--cz-box-shadow);
    --cz-offcanvas-transition: transform 0.3s ease-in-out;
    --cz-offcanvas-title-line-height: 1.5;
  }

  #filterSidebar {
    z-index: 9999999 !important;
  }

  .logo {
    height: 35px !important;
  }
  .logo-left,
  .logo-right {
    font-size: 30px;
    font-weight: 900;
  }
  .offcanvas{
    background-color: #fffff1  !important;
  }

  .logo-text {
    font-size: 1.3rem !important;
  }

  .swiper.HeroSliderSwiper {
    height: auto !important;
    position: relative !important;
  }

  .hero__sidebyside {
    flex-wrap: wrap !important;
  }

  .hero__sidebyside-content {
    max-width: 100% !important;
    order: 2;
  }

  .hero__sidebyside-image {
    flex: 0 1 100% !important;
    order: 1;
  }

  .hero__sidebyside-content-inner {
    padding: 10vw 2vw !important;
    align-items: center !important;
  }

  .hero__title {
    font-size: 2.5rem !important;
    text-align: center !important;
    margin: 7px 0 10px !important;
  }

  .hero__Power {
    font-size: 1.2rem !important;
    text-align: center !important;
  }

  .hero__subtitle {
    text-align: center !important;
    font-size: 1rem !important;
  }

  .capabilities {
    padding: 30px 0 !important;
  }

  .OurWidth {
    width: 100% !important;
  }

  .Herosectionslider .swiper-button-next {
    right: 4px !important;
  }

  .Herosectionslider .swiper-button-prev {
    right: 50px !important;
  }
}
@media (max-width: 768px) {
  .hero__sidebyside-content-inner {
    padding: 2vw 0.5vw !important;
  }
}

p#imageCaption {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0;
}

.socia-btn {
  background-color: #ffc400 !important;
  padding: 14px;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 100px !important;
  transition: all 0.4s ease-in-out;
}

.socia-btn:hover {
  background-color: #25d366 !important;
  transition: all 0.4s ease-in-out;
}

.about-us-main {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Unique Timeline Hero */
.timeline-hero {
  background: linear-gradient(45deg, #f8fffe 0%, #e8f5f0 50%, #f8fffe 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.timeline-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #4e7c6c, transparent);
  transform: translateX(-50%);
}

.hero-timeline-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-left {
  text-align: right;
  padding-right: 40px;
}

.hero-right {
  padding-left: 40px;
}

.hero-badge {
  display: inline-block;
  background: #1a3c34;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #1a3c34;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: #4e7c6c;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero-stats {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}

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

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1a3c34;
  display: block;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
}

/* Interactive Story Cards */
.story-section {
  padding: 80px 0;
  background: #ffffff;
}

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

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  color: #1a3c34;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.5rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.story-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.story-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 5px 30px rgba(26, 60, 52, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.story-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(26, 60, 52, 0.15);
}

.story-section .card-header {
  background: linear-gradient(135deg, #1a3c34, #4e7c6c);
  color: #ffffff;
  padding: 30px;
  position: relative;
}

.story-section .card-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.story-section .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.story-section .card-subtitle {
  opacity: 0.9;
  font-size: 1rem;
}

.story-section .card-body {
  padding: 30px;
}

.story-section .card-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.story-section .card-features {
  list-style: none;
  padding: 0;
}

.story-section .card-features li {
  padding: 8px 0;
  color: #666;
  position: relative;
  padding-left: 25px;
}

.story-section .card-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4e7c6c;
  font-weight: bold;
}

/* Unique Philosophy Hexagon Layout */
.philosophy-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fffe 0%, #e8f5f0 100%);
}

.hexagon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  position: relative;
  min-height: 500px;
}

.hexagon {
  width: 250px;
  height: 250px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(26, 60, 52, 0.1);
  transition: all 0.3s ease;
  position: absolute;
}

.hexagon:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 50px rgba(26, 60, 52, 0.2);
  z-index: 10;
}

.hexagon.hexagon-1:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 50px rgba(26, 60, 52, 0.2);
  z-index: 10;
  transform: translateX(-50%);
}

.hexagon-center {
  background: linear-gradient(135deg, #1a3c34, #4e7c6c);
  color: #ffffff;
  width: 300px;
  height: 300px;
  z-index: 5;
}

.hexagon-1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hexagon-2 {
  bottom: 0;
  left: 20%;
}

.hexagon-3 {
  bottom: 0;
  right: 20%;
}

.hexagon-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.hexagon-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.hexagon-text {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Interactive Journey Timeline */
.journey-section {
  padding: 80px 0;
  background: #ffffff;
}

.journey-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #4e7c6c, #a8d5ba, #4e7c6c);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-content {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.timeline-dot {
  width: 20px;
  height: 20px;
  background: #4e7c6c;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 3px #4e7c6c;
}

.timeline-year {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a3c34;
  margin-bottom: 10px;
}

.timeline-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a3c34;
  margin-bottom: 10px;
}

.timeline-desc {
  color: #666;
  line-height: 1.6;
}

/* Certifications Carousel */
.certifications-section {
  padding: 80px 0;
  background: #1a3c34;
  color: #ffffff;
}

.cert-carousel {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 20px 0;
  scroll-behavior: smooth;
}

.cert-card {
  min-width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.cert-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-10px);
}

.cert-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #a8d5ba, #4e7c6c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
}

.cert-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.cert-desc {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Call to Action with Animation */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fffe 0%, #e8f5f0 100%);
  text-align: center;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a3c34;
  margin-bottom: 20px;
}

.cta-text {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-primary {
  background: linear-gradient(45deg, #1a3c34, #4e7c6c);
  color: #ffffff;
  box-shadow: 0 5px 20px rgba(26, 60, 52, 0.3);
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(26, 60, 52, 0.4);
}

.cta-secondary {
  background: #ffffff;
  color: #1a3c34;
  border: 2px solid #1a3c34;
}

.cta-secondary:hover {
  background: linear-gradient(45deg, #1a3c34, #4e7c6c);
  color: #ffffff;
  transform: translateY(-3px);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.contact-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #4e7c6c, #a8d5ba);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-size: 1.5rem;
}

.contact-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a3c34;
  margin-bottom: 10px;
}

.contact-info {
  color: #666;
  font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-timeline-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-left {
    text-align: center;
    padding-right: 0;
  }

  .hero-right {
    padding-left: 0;
  }

  .timeline-hero::before {
    display: none;
  }

  .hexagon-container {
    flex-direction: column;
    gap: 30px;
    min-height: auto;
  }

  .hexagon {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  .timeline-item {
    flex-direction: column !important;
  }

  .timeline-line {
    display: none;
  }

  .timeline-content {
    margin: 0;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.text-brand-dark-green {
  color: #25494a;
}

.bg-brand-dark-green {
  background-color: #25494a;
}

.border-brand-dark-green {
  border-color: #25494a;
}

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.btn-bg-brand-dark-green {
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.375rem;
  width: 100%;
  transition: all 0.3s ease;
  background-color: #25494a;
}

.btn-bg-brand-dark-green:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.CountrySel select.form-select {
  height: 50px;
  /* Height of the select box itself */
}

.CountrySel select.form-select option {
  height: 40px;
  /* Height of each dropdown option */
  line-height: 40px;
  /* Center text vertically */
}

.catalog-card-new {
  background-color: #ffffff;
  text-align: center;
  height: 100%;
  border: 1px solid color-mix(in srgb, #444444, transparent 85%);
  padding: 15px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.catalog-card-new h6 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 20px;
}
.pdf-Ios {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
/* culture */
.culture {
  background: linear-gradient(45deg, #f8fffe 0%, #e8f5f0 50%, #f8fffe 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.culture-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.culture-left {
  text-align: left;
  padding-right: 40px;
}

.culture-right {
  padding-left: 40px;
}

.culture-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a3c34;
  margin-bottom: 30px;
  line-height: 1.6;
}

.culture-subtitle {
  font-size: 1.2rem;
  color: #4e7c6c;
  font-weight: 400;
  margin-bottom: 30px;
}
.culture-team {
  background-color: #4e7c6c;
  width: 500px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}

.hero__sidebyside-content {
  display: flex;
  flex: 1;
  /* max-width: 36%; */
}
.hero__sidebyside-image {
  flex: 1;
}
.footer .fs-lg {
  font-size: 1rem !important;
}
.footer .fs-base {
  font-size: 1.05rem !important;
}
@media screen and (max-width: 767px) {
  .footer .fs-lg {
    font-size: 1rem !important;
  }
  .footer .fs-base {
    font-size: 1.05rem !important;
  }
}
