:root {
  --ink: #173c36;
  --muted: #66716f;
  --brand: #78d64b;
  --brand-dark: #44b935;
  --deep: #071827;
  --line: #d8dfdc;
}

* {
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..600&display=swap');

/* font-family: "Manrope", sans-serif; */
@font-face {
  font-family: 'Clash Grotesk Variable';
  src: url('./fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

a.navbar-brand.brand-badge img {
  max-width: 100%;
  max-height: 113px;
}
a {
    color: #000;
    text-decoration: underline;
}
body {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background: #ffffff;
  font-size: 18px;
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

body.js-aos-fallback [data-aos] {
  opacity: 0;
  transition-duration: 600ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.js-aos-fallback [data-aos="fade-up"] {
  transform: translate3d(0, 34px, 0);
}

body.js-aos-fallback [data-aos="fade-right"] {
  transform: translate3d(-34px, 0, 0);
}

body.js-aos-fallback [data-aos="fade-left"] {
  transform: translate3d(34px, 0, 0);
}

body.js-aos-fallback [data-aos="zoom-in"] {
  transform: scale(0.94);
}

body.js-aos-fallback [data-aos].aos-animate {
  opacity: 1;
  transform: none;
}

a {
  text-decoration: none;
}

.site-nav {
  min-height: 62px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.site-nav .nav-link {
  color: #182a2f;
  font-weight: 500;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  color: var(--brand-dark);
}

.brand-badge {
  align-items: center;
  background: #ffffff;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 7px 24px rgba(18, 48, 45, 0.12);
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-height: 125px;
  justify-content: center;
  margin-bottom: -28px;
  padding: 8px 22px;
  position: relative;
  z-index: 5;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #064677, #7ed957);
  border-radius: 48% 52% 44% 56%;
  color: #ffffff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  width: 44px;
}

.brand-name {
  color: #16423c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.btn-brand {
  background: var(--brand);
  border: 0;
  color: #0f352e;
  font-size: 12px;
  font-weight: 600;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  
}

.btn-brand:hover {
  background: var(--brand-dark);
  color: #ffffff;
}

.hero-banner {
  background:
    linear-gradient(90deg, rgba(8, 10, 21, 0.97) 0%, rgba(8, 12, 28, 0.94) 44%, rgba(8, 10, 21, 0.9) 100%),
    url("../images/bg") center / cover;
  height: min(760px, calc(100vh - 62px));
  min-height: 620px;
  margin-top: 62px;
  overflow: hidden;
  position: relative;
}

.hero-banner::before {
  background:
    radial-gradient(circle at 23% 73%, rgba(44, 92, 160, 0.22), transparent 22%),
    radial-gradient(circle at 67% 18%, rgba(12, 22, 54, 0.7), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-banner .container {
  position: relative;
  z-index: 1;
}

.hero-banner .carousel-inner,
.hero-banner .carousel-item {
  min-height: inherit;
}

.hero-banner .carousel-item {
  transition: transform 700ms ease-in-out;
}

.hero-banner .carousel-item .hero-copy,
.hero-banner .carousel-item .hero-visual img {
  opacity: 0;
  transition: opacity 700ms ease, transform 800ms ease;
}

.hero-banner .carousel-item .hero-copy {
  transform: translateY(28px);
}

.hero-banner .carousel-item .hero-visual img {
  transform: translateX(36px) scale(0.96);
}

.hero-banner .carousel-item.active .hero-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 160ms;
}

.hero-banner .carousel-item.active .hero-visual img {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 280ms;
}

.hero-banner .carousel-indicators {
  bottom: 28px;
  gap: 8px;
  margin-bottom: 0;
  z-index: 3;
}

.hero-banner .carousel-indicators [data-bs-target] {
  background-color: rgba(255, 255, 255, 0.72);
  border: 0;
  border-radius: 999px;
  height: 9px;
  opacity: 1;
  width: 9px;
}

.hero-banner .carousel-indicators .active {
  background-color: var(--brand);
  width: 30px;
}

.hero-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  height: 46px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  z-index: 3;
}

.carousel-control-prev.hero-control {
  left: 28px;
}

.carousel-control-next.hero-control {
  right: 28px;
}

.hero-control:hover {
  background: var(--brand);
}

.hero-control:hover .carousel-control-prev-icon,
.hero-control:hover .carousel-control-next-icon {
  filter: invert(1) grayscale(1);
}

.hero-copy {
  padding-top: 32px;
}

.hero-copy h1 {
  color: #ffffff;
  font-size: clamp(46px, 4.25vw, 80px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 30px;
}

.hero-copy h1 span {
  color: var(--brand);
  font-weight: 600;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.45;
  margin-bottom: 52px;
  max-width: 600px;
}

.btn-hero {
  background: var(--brand);
  border: 0;
  color: #071827;
  font-size: 18px;
  font-weight: 700;
  min-height: 56px;
  padding: 14px 28px;
}

.btn-hero:hover {
  background: var(--brand-dark);
  color: #ffffff;
}

.hero-visual {
  align-self: end;
  display: flex;
  justify-content: flex-end;
  min-height: 100%;
  position: relative;
}

.hero-visual img {
  bottom: -0px;
  /*filter: grayscale(1) contrast(1.34) brightness(1.16);*/
  max-width: none;
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 50% 13%;
  position: absolute;
  right: -32px;
  width: min(650px, 50vw);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 92%, transparent 100%);
}

.section {
  padding: 94px 0;
}

.eyebrow {
    color: #78d64b;
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 0;
    margin-bottom: 27px;
    text-transform: uppercase;
}

/*.section-title {*/
/*  color: var(--ink);*/
/*  font-size: clamp(30px, 4vw, 44px);*/
/*  font-weight:600;*/
/*  letter-spacing: 0;*/
/*  line-height: 1.12;*/
/*}*/
.section-title {
    color: var(--ink);
    font-size: clamp(28px, 3vw, 29px);
    font-weight: 600;
    letter-spacing: 0;
    /* line-height: 1.12; */
}
.about-section .section-title {
  max-width: 540px;
}

.section-copy {
  color: #5c6865;

}

.founder-portrait,
.lab-photo,
.capsule-photo {
  /* aspect-ratio: 1 / 1; */
  object-fit: contain;
  width: 100%;
}
.capsule-photo {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}
.founder-portrait {
  filter: grayscale(1);
}

.year {
  color: var(--ink);
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}

.info-tile {
  display: flex;
  gap: 12px;
}

.info-tile i {
  color: #21935b;
  font-size: 17px;
  margin-top: 2px;
}

.info-tile h3,
.value-item h3 {
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.info-tile p,
.value-item p {
  color: #66716f;

}

.values-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(120, 214, 75, 0.14), transparent 34%),
    radial-gradient(circle at 91% 83%, rgba(50, 178, 207, 0.14), transparent 32%),
    #f7fbf4;
  overflow: hidden;
  position: relative;
}

.values-section::before {
  border: 1px solid rgba(95, 126, 118, 0.12);
  border-radius: 50%;
  content: "";
  height: 760px;
  left: 28%;
  position: absolute;
  top: -180px;
  width: 760px;
}

.values-section .container {
  position: relative;
  z-index: 1;
}

.values-grid {
  margin-top: 48px;
}

.value-item {
  border-bottom: 1px solid rgba(23, 60, 54, 0.26);
  padding: 34px 0;
}

.value-item:last-child {
  border-bottom: 0;
}

.product-section {
  background: var(--deep);
  padding-bottom: 72px;
}

.product-heading {
  max-width: 991px;
}
.product-heading h2 {
    font-size: clamp(26px, 2.6vw, 29px);
    font-weight: 500;
}

.product-slider {
  margin-left: -12px;
  margin-right: -12px;
}

.product-slider .slick-track {
  display: flex;
}

.product-slider .slick-slide {
  height: auto;
}

.product-slide {
  height: 100%;
  padding: 0 12px;
}

.product-slide .product-card {
  height: 100%;
}

.product-card {
  background: #ffffff;
  border-radius: 18px;
  min-height: 282px;
  overflow: hidden;
  text-align: center;
}

.product-img-wrap {
    align-items: center;
    display: flex;
    height: 250px;
    justify-content: center;
    padding: 0px;
}

.product-img-wrap img {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-card h3 {
  align-items: center;
  background: var(--brand);
  color: #083324;
  display: flex;
  font-size: 17px;
  font-weight: 900;
  height: 70px;
  justify-content: center;
  margin: 0;
  padding: 0 10px;
}

.slider-controls {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 46px;
}

.icon-btn,
.gallery-arrow {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(120, 214, 75, 0.45);
  border-radius: 50%;
  color: var(--brand);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.icon-btn:hover {
  background: var(--brand);
  color: #083324;
}

.icon-btn.slick-disabled {
  border-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.25);
  cursor: default;
  pointer-events: none;
}

.directors-section {
  background: #ffffff;
  padding: 60px 0 64px;
}

.directors-row {
  column-gap: 62px;
}

.directors-copy {
  flex: 0 0 auto;
  width: 47%;
}

.directors-cards {
  flex: 1 1 0;
  width: auto;
}

.directors-copy .section-title {
  color: #123f34;
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.05;
  margin-bottom: 20px;
}

.directors-copy .section-copy {
  color: #263936;
  margin-bottom: 28px;
  max-width: 620px;
}

.directors-copy .btn-brand {
  font-size: 14px;
  min-height: 31px;
  padding-inline: 18px !important;
  width: fit-content;
}

.directors-grid {
  --bs-gutter-x: 34px;
  justify-content: flex-end;
  margin-left: auto;
  max-width: 535px;
}

.director-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 210px;
  position: relative;
  text-align: center;
}

.director-img-wrap {
    border-radius: 11px;
    height: 308px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.director-img-wrap::after {
  background: #ffffff;
  border-radius: 0 13px 0 0;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 24px;
  z-index: 2;
}

.director-card img {
  border-radius: 11px 11px 18px 11px;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  width: 100%;
}

.director-card h3 {
    color: #101918;
    font-size: 12px;
    font-weight: 600;
    margin: -19px 0 0;
    text-align: center;
    z-index: 1;
    position: relative;
}

.linkedin {
    align-items: center;
    background: #89dbfb;
    border: 7px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    height: 43px;
    justify-content: center;
    position: absolute;
    right: 3px;
    top: 2px;
    width: 43px;
    z-index: 4;
}

.gallery-section {
  background: #efefef;
  padding: 29px 0 41px;
}

.gallery-section .section-title {
  color: #153c32;
  font-size:52px;
  font-weight:700;
  margin-bottom: 30px;
}

.gallery-track-wrap {
  --gallery-peek: 18vw;
  overflow: hidden;
  position: relative;
}

.gallery-slider {
  margin: 0;
}

.gallery-slide {
  padding: 0 6px;
}

.gallery-slide img {
  aspect-ratio: 1.75 / 1;
  border-radius: 17px;
  height: clamp(210px, 29vw, 456px);
  object-fit: cover;
  width: 100%;
}

.gallery-slider .slick-list {
  overflow: visible;
}

.gallery-arrow {
  background: #ffffff;
  border: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  color: #7f8c8a;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 2;
}

.gallery-prev {
  left: calc(var(--gallery-peek) - 18px);
}

.gallery-next {
  right: calc(var(--gallery-peek) - 18px);
}

.site-footer {
  background: var(--deep);
  color: rgba(255, 255, 255, 0.66);
  padding-top: 82px;
}

.site-footer h2 {
  color: #ffffff;
  font-size: clamp(36px, 5vw, 36px);
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 58px;
}

.site-footer h2 span {
  color: var(--brand);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.footer-nav a,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
}

.footer-label {
  color: rgba(255, 255, 255, 0.35);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  margin-top: 78px;
  padding: 26px 15px;
  text-align: center;
}

@media (max-width: 991px) {
  .brand-badge {
    height: 68px;
    margin-bottom: 0;
    padding-inline: 16px;
  }

  a.navbar-brand.brand-badge img {
    max-height: 76px;
  }

  .site-nav .navbar-collapse {
    padding: 18px 0 12px;
  }

  .site-nav .navbar-nav {
    align-items: flex-start !important;
    gap: 10px;
  }

  .site-nav .btn-brand {
    display: inline-flex;
  }

  .hero-banner {
    height: auto;
    min-height: 660px;
    padding: 78px 0 0;
  }

  .innerBanner {
    height: 340px;
    min-height: 340px;
    padding: 46px 0 0;
   
  }

  .hero-copy {
    padding-top: 0;
    position: relative;
    z-index: 2;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .hero-copy p {
    margin-bottom: 34px;
    max-width: 650px;
  }

  .hero-visual {
    min-height: 340px;
    opacity: 0.9;
  }

  .hero-visual img {
    bottom: -26px;
    max-width: none;
    right: 0;
    width: min(420px, 92vw);
  }

  .innerBanner .hero-visual {
    min-height: 230px;
  }

  .section {
    padding: 70px 0;
  }

  .directors-section {
    padding: 64px 0;
  }

  .directors-row {
    row-gap: 36px;
  }

  .directors-copy,
  .directors-cards {
    width: 100%;
  }

  .directors-grid {
    --bs-gutter-x: 24px;
  }

  .gallery-track-wrap {
    --gallery-peek: 16vw;
  }

  .gallery-prev {
    left: calc(var(--gallery-peek) - 16px);
  }

  .gallery-next {
    right: calc(var(--gallery-peek) - 16px);
  }

  .footer-nav {
    gap: 20px 26px;
  }

  .footer-nav a,
  .site-footer a {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }

  .brand-badge {
    height: 62px;
    padding-inline: 12px;
  }

  a.navbar-brand.brand-badge img {
    max-height: 62px;
  }

  .hero-banner {
    min-height: 640px;
    padding-top: 58px;
  }

  .hero-control {
    display: none;
  }

  .hero-banner .carousel-indicators {
    bottom: 18px;
  }

  .innerBanner {
    height: 300px;
    min-height: 300px;
    padding-top: 44px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-copy p {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .btn-hero {
    font-size: 16px;
    min-height: 52px;
    padding-inline: 24px;
  }

  .hero-visual {
    min-height: 305px;
  }

  .hero-visual img {
    max-width: none;
    width: min(340px, 92vw);
  }

  .innerBanner .hero-visual {
    min-height: 200px;
  }

  .section {
    padding: 54px 0;
  }

  .section-title {
    font-size: 29px;
  }

  .product-card {
    border-radius: 14px;
    min-height: 220px;
  }

  .product-img-wrap {
    height: 158px;
    padding: 16px;
  }

  .product-img-wrap img {
    height: 96px;
  }

  .product-card h3 {
    font-size: 13px;
    height: 62px;
  }



  .director-card {
    margin-bottom: 24px;
  }

  .gallery-section {
    padding: 34px 0 48px;
  }

  .gallery-section .section-title {
    margin-bottom: 24px;
  }

  .gallery-track-wrap {
    --gallery-peek: 24px;
  }

  .gallery-slide {
    padding: 0 4px;
  }

  .gallery-slide img {
    height: 210px;
  }

  .gallery-prev {
    left: 20px;
  }

  .gallery-next {
    right: 20px;
  }

  .gallery-list .gallery-img img {
    height: 230px;
  }

  .contactSec .row.align-items-center {
    row-gap: 24px;
  }

  .contact-title {
    font-size: 26px;
  }

  .contactSec iframe {
    min-height: 260px;
  }

  .site-footer {
    padding-top: 56px;
  }

  .site-footer h2 {
    font-size: 34px;
    margin-bottom: 34px;
  }

  .footer-nav {
    gap: 14px 18px;
  }

  .footer-nav a,
  .site-footer a {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .product-section .row > .col-6 {
    width: 100%;
  }

  .product-section .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-banner .carousel-item,
  .hero-banner .carousel-item .hero-copy,
  .hero-banner .carousel-item .hero-visual img {
    transition: none;
  }

  .hero-banner .carousel-item .hero-copy,
  .hero-banner .carousel-item .hero-visual img,
  .hero-banner .carousel-item.active .hero-copy,
  .hero-banner .carousel-item.active .hero-visual img {
    opacity: 1;
    transform: none;
  }
}


.contactSec .contact-item {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.contactSec .contact-item .icon-box {
    background: #78d64b none repeat scroll 0 0;
    color: #fff;
    /* display: inline-block; */
    float: left;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    margin-right: 20px;
}

.contactSec .contact-item .icon-box i {
  /* transform: rotate(
			-45deg
			); */
  line-height: 50px;
  font-size: 18px;
}

.contactSec .contact-item .text-box {
  overflow: hidden;
}

.contactSec .contact-item h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  /* margin: 20px 0 0; */
  line-height: 1.5;
  padding: 0;
  text-transform: uppercase;
}

.contactSec .contact-item p {
  color: #969393;
  font-size: 16px;
  font-weight: 300;
  /* margin: 10px 0 0; */
  line-height: 1.5;
  padding: 0;
}

.our-work-wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 0px;
}

.gallery-list {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.gallery-list .gallery-img {
  position: relative;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.gallery-list .gallery-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  height: clamp(260px, 36vw, 450px);
  object-fit: cover;
} 

.gallery-list .gallery-img .gallery-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.gallery-list .gallery-img .gallery-hover span {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gallery-list:hover .gallery-img img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.gallery-list:hover .gallery-hover {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.innerBanner{
  height: 400px;
  min-height: 400px;
  background-attachment: fixed !important;
   margin-top: 112px ;
}

.innerBanner .hero-visual img {
    bottom: 0;
    filter: grayscale(1) contrast(1.34) brightness(1.16);
    max-width: none;
    mix-blend-mode: screen;
    object-fit: cover;
    object-position: inherit;
    position: relative;
    right: -22px;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 92%, transparent 100%);
    height: 100%;
    object-fit: contain;
}
.innerBanner .hero-copy h1 span {
    font-weight: 600;
}

.contactSec iframe {
  min-height: 360px;
}

@media (max-width: 991px) {
  .innerBanner {
    height: 340px;
    min-height: 340px;
    padding: 46px 0 0;
  }

  .innerBanner .hero-visual {
    min-height: 230px;
  }
}

@media (max-width: 575px) {
  .innerBanner {
    height: 300px;
    min-height: 300px;
    padding-top: 44px;
  }

  .innerBanner .hero-visual {
    min-height: 200px;
  }

  .gallery-list .gallery-img img {
    height: 230px;
  }

  .contactSec iframe {
    min-height: 260px;
  }
}










/* ===== Leadership Section ===== */

.leadership-section {
    padding: 80px 0;
    background: #f5f8fc;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 20px;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

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

.section-heading h2 {
    font-size: 42px;
    color: #0d2d62;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-heading p {
    color: #666;
    font-size: 18px;
}

/* Category */

.team-category {
    margin-bottom: 60px;
}

.team-category h3 {
    text-align: center;
    margin-bottom: 35px;
    color: #1347a3;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

.team-category h3::after {
    content: '';
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,#0d5ed7,#1ec5ff);
    display: block;
    margin: 12px auto;
    border-radius: 20px;
}

/* Grid */

.team-grid {
    display: grid;
    gap: 30px;
}

.founders {
    grid-template-columns: repeat(auto-fit,minmax(450px,1fr));
}

.advisors {
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
}

/* Cards */

.team-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.card-top {
    width: 70px;
    height: 6px;
    background: linear-gradient(90deg,#0d5ed7,#1ec5ff);
    border-radius: 50px;
    margin-bottom: 20px;
}

.team-card h4 {
    font-size: 26px;
    color: #0d2d62;
    margin-bottom: 8px;
}

.designation {
    display: inline-block;
    margin-bottom: 18px;
    color: #0d5ed7;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-card p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Vision */

.vision-card {
    background: linear-gradient(135deg,#0d2d62,#0d5ed7);
    color: #fff;
    text-align: center;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(13,45,98,.25);
}

.vision-card h3 {
    font-size: 34px;
    margin-bottom: 20px;
}

.vision-card p {
    max-width: 900px;
    margin: auto;
    line-height: 1.9;
    font-size: 17px;
}

/* Responsive */

@media(max-width:768px){

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

    .founders,
    .advisors{
        grid-template-columns:1fr;
    }

    .team-card{
        padding:25px;
    }

    .vision-card{
        padding:35px 25px;
    }
}

.quality-section {
    padding: 50px 0;
    background: #f8fbff;
    font-family: 'Poppins', sans-serif;
}

.quality-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.quality-image {
    flex: 1;
}

.quality-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    display: block;
}

.quality-content {
    flex: 1;
}

.subtitle {
    display: inline-block;
    color: #0d6efd;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.subtitle2 {
    display: block;
        text-align: center;
    margin-bottom: 35px;
    color: #1347a3;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}
.quality-content h2 {
    font-size: 42px;
    color: #0c2d62;
    margin-bottom: 25px;
    line-height: 1.2;
}

.quality-content p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 18px;
    font-size: 16px;
}

.partner-box {
    background: #ffffff;
    border-left: 5px solid #0d6efd;
    padding: 18px 22px;
    margin-top: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.partner-box h4 {
    color: #0c2d62;
    margin-bottom: 8px;
    font-size: 18px;
}

.partner-box p {
    margin: 0;
    color: #666;
    font-weight: 500;
}

@media (max-width: 992px) {
    .quality-container {
        flex-direction: column;
    }

    .quality-content h2 {
        font-size: 32px;
    }
}
.team-card img {
    width: 100%;
    height: 364px;
    object-fit: cover;
}

.core-values{
padding:80px 6%;
background:#fff;
}

.core-values .heading{
text-align:center;
margin-bottom:60px;
}

.core-values .heading h2{
font-size:42px;
font-weight:700;
color:#0b4ea2;
margin-bottom:12px;
}

.core-values .heading p{
font-size:17px;
color:#666;
}

.value-wrapper{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:35px;
}

.value-card{

background:#fff;
border-radius:20px;
padding:45px 28px;
text-align:center;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.4s;

border:1px solid #edf2f8;

position:relative;
overflow:hidden;

}

.value-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 45px rgba(0,76,168,.15);

}

.value-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:#0a4a98;

}

.icon-circle{

width:150px;

height:150px;

margin:auto;

border:3px solid #0a4a98;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin-bottom:30px;

transition:.4s;

}

.value-card:hover .icon-circle{

background:#0a4a98;

color:#fff;

}

.icon-circle i{

font-size:72px;

color:#0a4a98;

transition:.4s;

}

.value-card:hover .icon-circle i{

color:#fff;

}

.value-card h3{

font-size:34px;

color:#0a4a98;

margin-bottom:15px;

font-weight:700;

}

.line{

width:180px;

height:3px;

background:#0b63d7;

margin:0 auto 25px;

position:relative;

}

.line::after{

content:"";

width:15px;

height:15px;

border-radius:50%;

background:#0a4a98;

position:absolute;

left:50%;

transform:translateX(-50%);

top:-6px;

}

.value-card p{

font-size:16px;

font-weight: 600;

color:#444;

}

@media(max-width:1200px){

.value-wrapper{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.value-wrapper{

grid-template-columns:1fr;

}

.core-values{

padding:60px 25px;

}

.icon-circle{

width:130px;
height:130px;

}

.icon-circle i{

font-size:60px;

}

}

.innerBanner .hero-visual img {
    filter: none;
}
section#values {
    padding: 30px 0;
    overflow: hidden;
}
.team-card.small img {
    width: auto;
}
.abtBnr img{
    max-height: 400px;
}
.whopadd{
    padding: 97px;
}
.eyebrow{
    font-size:36px !important;
}
.bg-white {
    background-color: rgba(255,255,255,0.9) !important;
}