:root {
  --theme-blue: #101444;
  --theme-blue-light: #0165ff;
  --body-color: #5f5f5f;
  --people-bg: #e3e9ed;
  --heading-color: #101545;
  --placeholder-color: #9b9b9b;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

body, section {
  width: 100vw;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px;
    }
}

.heading {
  font-size: 27px;
  line-height: 1.5;
  color: var(--theme-blue);
  font-weight: 500;
  margin-bottom: 30px;
}
.heading-2 {
  color: var(--heading-color);
}

.title {
  color: var(--theme-blue-light);
  font-size: 38px;
  font-weight: 400;
}

.header {
  transition: all 0.3s ease;
  padding-block: 30px;
}
.header.scrolled {
  background: #fff;
  padding-block: 10px;
  top: 0;
}

/* Navbar */
.navbar {
  --bs-navbar-color: #5f5f5f !important;
  z-index: 4;
  transition: all 0.3s ease;
  padding-block: 0;
}

.navbar .nav-link {
  color: #5f5f5f;
}
.home .navbar .nav-link {
  color: #fff;
}
.header.scrolled .navbar .nav-link {
  color: initial;
}
.navbar-brand {
  max-width: 200px;
  display: inline-block;
}
.home .logo-reverse {
  display: none;
}
.logo {
  display: none;
}
.home .logo {
  display: block;
}
/* .insight-page .logo {
  display: none;
} */
/* .insight-page .logo-reverse {
  display: block;
} */
.header.scrolled .logo {
  display: none;
}
.header.scrolled .logo-reverse {
  display: block;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.home .navbar-toggler-icon {
  filter: invert(1);
}
.home .scrolled .navbar-toggler-icon {
  filter: invert(0);
}

@media (max-width: 991px) {
  .navbar-collapse  {
    background: #fff;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    max-width: 100px;
  }
  .home .navbar .nav-link {
    color: var(--body-color);
  }
  /* .navbar-nav .nav-link.active,
  .navbar .nav-link {
    color: #fff;
  } */

}



.home-hero {
  background: url('../images/hero-bg.jpg') no-repeat center/cover fixed;
}
.people-hero {
  background: url('../images/people/banner.jpg') no-repeat center/cover fixed;
}
/*.collaborate-hero {
  background: url('../images/collaborate/banner.jpg') no-repeat center/cover fixed;
}*/
/* .insight-hero {
  background: url('../images/insight/banner.jpg') no-repeat center/cover fixed;
} */
/*.career-hero {
  background: url('../images/career/banner.jpg') no-repeat center/cover fixed;
}*/
.contact-hero {
  background: url('../images/contact/banner.jpg') no-repeat center/cover fixed;
}
/*.offerings-hero {
  background: url('../images/offerings/banner.jpg') no-repeat center/cover fixed;
}*/

@media (max-width: 767px) {
  .people-hero {
    background: url('../images/people/banner-mobile.jpg') no-repeat center/cover fixed;
  }
  /*.collaborate-hero {
    background: url('../images/collaborate/banner-mobile.jpg') no-repeat center/cover fixed;
  }*/
  /* .insight-hero {
    background: url('../images/insight/banner.jpg') no-repeat center/cover fixed;
  } */
  /*.career-hero {
    background: url('../images/career/banner-mobile.jpg') no-repeat center/cover fixed;
  }*/
  .contact-hero {
    background: url('../images/contact/banner-mobile.jpg') no-repeat center/cover fixed;
  }
  /* .offerings-hero {
    background: url('../images/offerings/banner-mobile.jpg') no-repeat center/cover fixed;
  }*/
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #101444;
  background: linear-gradient(153deg, rgba(16, 20, 68, 1) 0%, rgba(11, 44, 123, 1) 39%, rgba(2, 89, 228, 1) 100%);
}
.home {
  position: relative;
  height: 100vh;
}

.home .hero-content {
  position: absolute;
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
}

.home .hero-content h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 75px;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 300;
  will-change: transform;
}

/* Hero Parallax */
.hero-parallax {
  width: 100vw;
  height: 100vh;
  /* background: url('../images/hero-bg.jpg') center/cover fixed; */
  position: relative;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Video base */
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    will-change: transform;
}
.parallax-text,
.parallax-video {
  transition: transform 0.08s linear;
}

.hero-content {
  position: absolute;
  z-index: 1;
  color: var(--body-color);
  text-align: center;
  width: 100%;
}
.hero-content h1 {
  font-weight: 200;
  color: var(--heading-color);
  font-size: 50px;
  line-height: 1.3;
  text-align: left;
}

.hero-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

/* Show desktop video by default */
.desktop-video {
    display: block;
}

.mobile-video {
    display: none;
}

/* Overlay */
/* .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
} */

/* Content */
/* .hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
} */
@media (max-width: 767px) {
  .home .hero-content,
  .career-page .hero-content {
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-content {
    top: 150px;
  }
  .home .hero-content h1 {
    font-size: 40px;
  }
  .hero-content h1 {
    font-size: 30px;
  }

  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }
}



/* ===== Alpha Orb (Scroll Controlled) ===== */
.alpha-orb-wrapper {
  display: flex;
  justify-content: center;
}

.alpha-orb {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  /* border: 2px solid rgba(0, 153, 255, 0.7); */
  position: relative;
  transition: transform 0.05s linear;
  /* smooth scroll feel */
  will-change: transform;
}

/* Wireframe rings */
/* .alpha-orb::before,
.alpha-orb::after {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  border: 1px solid rgba(0, 153, 255, 0.4);
} */

.alpha-orb::after {
  inset: 35px;
}

/* Glow */
/* .alpha-orb {
  box-shadow:
    0 0 30px rgba(0, 153, 255, 0.4),
    inset 0 0 20px rgba(0, 153, 255, 0.3);
} */

/* Mobile */
@media (max-width: 768px) {
  .alpha-orb {
    width: 120px;
    height: 120px;
  }
}

.main {
  position: relative;
  z-index: 4;
  background: #fff;
}

/* Sections */
.section-padding {
  padding: 80px 0;
}

/* Intro */
.intro-section {
  padding-bottom: 0;
}
.intro-section p {
  text-wrap: balance;
  font-size: 25px;
}

/* Philosophy */
.philosophy-box {
  padding: 30px 0;
  background: #fff;
  border-top: solid 1px #e3e8ec;
  border-bottom: solid 1px #e3e8ec;
  height: 100%;
  margin-top: -1px;
  max-width: 970px;
  margin-inline: auto;
}
.philosophy-box p {
  font-size: 18px;
}

.philosophy-number {
  position: relative;
  font-size: 20px;
  color: #4d4d4d;
  z-index: 1;
}

.philosophy-number:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 41px;
  height: 7px;
  background: #f0f4f7;
  z-index: -1;
}

/* .philosophy-box h5 {
  max-width: 400px;
} */

.philosophy-description {
  min-width: 424px;
}
.philosophy-box p {
  margin-top: 30px;
  line-height: 1.5;
}


/* CTA */
.cta-box {
  background: linear-gradient(135deg, #0b1b5a, #0356da);
  padding: 150px 70px 150px 150px;
  border-radius: 14px;
}

.cta-box h5 {
  line-height: 1.5;
  font-size: 27px;
  font-weight: 500;
}
.cta-box p {
  line-height: 2;
  font-size: 26px;
  font-weight: 100;
}

.explore-btn {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.explore-btn .circle {
  --size: 38px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding-left: 3px;
}
.explore-btn:hover {
  gap: 24px;
  color: currentColor;
}

.explore-btn.blue {
  color: var(--theme-blue-light);
}

.explore-btn.blue .circle {
  border: solid 2px var(--theme-blue-light);
}

.explore-btn img {
  width: 12px;
}

/* Footer */
.footer {
  background: #070f3c;
  color: #fff;
  padding: 140px 0;
  font-size: 20px;
  font-weight: 200;
}
.footer .navbar-brand {
  margin-bottom: 30px;
  max-width: 250px;
}
.footer-name {
  font-weight: 400;
  font-size: 17.7px;
}

.footer-links {
  display: flex;
  gap: 10px;
  font-size: 18px;
  padding-top: 50px;
}

.footer-links a {
  color: #fff;
  /* color: #cbd5f5; */
  margin: 0 10px;
  text-decoration: none;
}
.address-line {
  margin-inline: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-parallax {
    background-attachment: scroll;
    overflow: hidden;
  }

  .section-padding {
    padding: 60px 0;
  }
}


/*================ People ================*/
.people-item {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-bottom: 50px;
}
.people-img {
  /* padding-top: 100px; */
  /* height: 500px; */
  background: var(--people-bg);
  padding-inline: 100px;
  display: flex;
  align-items: flex-end;
}
.people-img img {
  max-height: 500px;
  max-width: auto;
  width: auto;
  padding-top: 100px;
  position: relative;
  z-index: 3;
}
.people-name {
  padding: 30px 30px 30px 150px;
}
.people-details {
  position: absolute;
  bottom: 220px;
  left: 8%;
  width: 110%;
  padding: 60px;
  background: #101545;
  background: linear-gradient(250deg, rgba(16, 21, 69, 1) 0%, rgba(11, 44, 122, 1) 100%);
  color: #ececec;
  border-radius: 15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s ease;
}
.people-description {
  padding-left: 50%;
}
.people-item:hover {
  z-index: 3;
}
.people-item:hover .people-name h5 {
  color: var(--theme-blue-light);
}
.people-item:hover .people-details {
  opacity: 1;
  visibility: visible;
  left: 10%;
  transition: all 0.5s ease;
}
.people-item:hover .explore-btn {
  text-transform: none;
}

.people-row .col-lg-6:last-child .people-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.people-row .col-lg-6:last-child .people-img {
  justify-content: flex-end;
  width: 100%;
}
.people-row .col-lg-6:last-child .people-name {
  /* padding: 30px 30px 30px 150px; */
    padding: 30px 130px 30px 0px;
    width: 323px;
}
.people-row .col-lg-6:last-child .people-details {
  left: auto;
  right: 8%;
}
.people-row .col-lg-6:last-child .people-description {
  padding-left: 0;
  padding-right: 50%;
}
.people-row .col-lg-6:last-child .people-item:hover .people-details {
  opacity: 1;
  visibility: visible;
  right: 10%;
}
.our-people-sec {
  overflow: visible;
}
@media (max-width:767px) {
  .people-img,
  .people-row .col-lg-6:last-child .people-img {
    padding-inline: 30px;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .people-img img,
  .people-row .col-lg-6:last-child .people-img img {
    max-height: 300px;
    padding-top: 50px;
    transition: all 0.3s ease;
  }
  .people-name,
  .people-row .col-lg-6:last-child .people-name {
    padding: 30px 15px;
    text-align: center;
  }
  .people-details,
  .people-row .col-lg-6:last-child .people-details {
    bottom: 220px;
    left: 5%;
    width: 90%;
    padding: 30px;
  }
  .people-row .col-lg-6:last-child .people-description,
  .people-description {
    font-size: 13px;
  }
  .people-item:hover .people-img,
  .people-row .col-lg-6:last-child .people-item:hover .people-img {
    justify-content: flex-end;
  }
  .people-item:hover .people-img img,
  .people-row .col-lg-6:last-child .people-item:hover .people-img img {
    height: 200px;
  }
  .people-row .col-lg-6:last-child .people-item:hover .people-details,
  .people-item:hover .people-details {
    left: 5%;
  }
  .people-description,
  .people-row .col-lg-6:last-child .people-description {
    padding-left: 0;
    padding-right: 15px;
    /* padding-bottom: 30px; */
  }

}


/*================ Collaborate ================*/
.c-col {
  width: 340px;
}
.value-sec {
  padding-block: 150px 100px;
}
.value-sec a {
  text-decoration: none;
  color: var(--body-color);
  font-weight: 600;
}
.value-row {
  padding-block: 30px;
  border-bottom: solid 1px #e3e9ed;
}
.value-row:first-child {
  border-top: solid 1px #e3e9ed;
}
.value-left {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.value-number {
  font-size: 70px;
  line-height: 1;
  color: #f1f4f6;
}
.value-title {
  font-size: 26px;
  color: var(--theme-blue-light);
  font-weight: 400;
}
.value-description {
  margin: 0;
  font-size: 18px;
}
.value-cta {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width:767px) {
  .c-col {
    width: 100%;
    padding-inline: 50px;
    margin-bottom: 0;
  }
  .value-row:first-child {
    margin-top: 0px;
  }
  .value-left {
    gap: 20px;
  }
  .value-number {
    font-size: 45px;
    width: 50px;
  }
  .value-title {
    font-size: 23px;
    line-height: 1.5;
    margin-block: 0;
  }
  .value-description {
    padding-left: 70px;
    font-size: 16px;
    line-height: 1.6;
  }
  .people-hero .hero-content,
  .contact-hero .hero-content,
  .collaborate-hero .hero-content {
    height: auto;
  }
}

/*================ Career ================*/
.career-form-wrap {
  max-width: 800px;
  margin-inline: auto;
}
.cv-label,
.form-control,
.form-select {
  border-radius: 0;
  border: none;
  background-color: #f0f4f7;
  color: var(--placeholder-color);
  height: 45px;
  font-size: 17px;
  font-weight: 400;
}
.cv-label,
.form-control,
.form-select {
  padding-inline: 20px;
}
.form-select:focus,
.form-control:focus {
  background-color: #f0f4f7;
  box-shadow: none !important;
  outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.cv-upload {
  position: relative;
  width: 100%;
}

.cv-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.cv-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 15px; */
  cursor: pointer;
  transition: background .2s, border-color .2s;
}

.cv-label:hover {
  background: #e9f0f5;
  border-color: #d6dde3;
}

.cv-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cv-icon {
  font-size: 22px;
  color: #888;
  margin-left: 12px;
}

.theme-btn {
  border-radius: 0;
  padding: 10px 30px;
  min-width: 100px;
  text-align: center;
  background: var(--theme-blue-light);
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 300;
}
.theme-btn:hover {
  background: var(--theme-blue);
  color: #fff;
}
.theme-outline-btn {
  border-radius: 0;
  padding: 10px 30px;
  min-width: 100px;
  text-align: center;
  border: solid 2px var(--theme-blue-light);
  color: var(--theme-blue-light) !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}
.theme-outline-btn:hover {
  background: var(--theme-blue-light);
  color: #fff !important;
}

.career-form-wrap .btn {
  margin-top: 60px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--placeholder-color) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--placeholder-color) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--placeholder-color) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--placeholder-color) !important;
}

/*================ Contact ================*/
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form-select.contact-select {
  font-size: 32px;
  color: var(--theme-blue-light);
  height: 60px;
}
.contact-box .heading-2,
.contact-box p {
  font-size: 17px;
}
.corp-office {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .contact-box .heading-2, .contact-box p {
    font-size: 14px;
  }
  .contact-actions {
    gap: 6px;
    font-size: 14px;
  }
  .corp-office {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/*================ Insight ================*/
.insight-main {
  padding-top: 50px;
}
.insight-card {
  position: relative;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.insight-card-top {
  display: flex;
  justify-content: space-between;
}
.insight-description .heading {
  padding-top: 20px;
  font-size: 36px;
  /* font-weight: 300; */
  line-height: 1.3;
}
.insight-card.small .insight-description .heading {
  font-size: 20px;
}
.insight-card.small .insight-description {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.insight-card.small .explore-btn {
  margin-top: auto !important;
}

.insight-card .explore-btn {
  text-transform: none;
  font-weight: 400;
  gap: 15px;
}
.insight-card .explore-btn:hover {
  gap: 20px;
}


.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  height: auto;
}
.swiper-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.swiper-btn {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: solid 1px var(--theme-blue-light);
  color: var(--theme-blue-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.3s ease;
}
.swiper-btn img {
  width: 13px;
}
.swiper-button-disabled {
  border: solid 1px #ccc;
  color: #ccc;
}
.swiper-button-disabled img {
  filter: grayscale(1);
}

.insigt-author {
  display: flex;
  align-items: flex-start;
  padding-block: 20px;
}
.social-author {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-links {
  --size: 26px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: solid 1px #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 13px;
  transition: all 0.3s ease;
}
.social-links:hover {
  background: #000;
  color: #fff;
}
.insight-date {
  color: var(--body-color);
}
.insight-image {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.insight-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .cta-box {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .social-author {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
    width: 110px;
  }
  .social-author span {
    width: 100%;
    text-align: right;
  }
  .social-links {
    --size: 22px;
    font-size: 11px;
  }
  .insight-description .heading {
    font-size: 21px;
    font-weight: 400;
  }
  .insigt-author .heading {
    font-size: 16px;
  }
  .insight-card-details .insight-description {
    line-height: 1.6;
  }

  .container {
    padding-inline: 24px;
  }
  .heading {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .intro-section p {
    font-size: 17px;
    padding-inline: 15px;
  }
  .title {
    font-size: 25px;
  }
  .philosophy-description {
      min-width: 100%;
  }
  .philosophy-box p {
    font-size: 16px;
    margin-top: 5px;
  }
  .cta-box {
    padding: 70px 40px;
    background: linear-gradient(35deg, #0b1b5a, #0356da);
  }
  .cta-box p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .footer {
    padding: 80px 0;
  }
  .footer .navbar-brand {
    margin-bottom: 30px;
    max-width: 180px;
  }
  .footer-name,
  .footer p,
  .footer-links {
    font-size: 14px;
  }

  .people-row .col-lg-6:last-child .people-name {
    padding: 30px;
    width: 100%;
  }
  .value-sec {
    padding-block: 80px;
  }
}

@media (min-width: 992px) {
  .philosophy-box,
  .value-row {
    transition: all 0.3s ease;
  }
  .philosophy-box:hover,
  .value-row:hover {
    transform: scale(1.05);
  }
  .team-img-box img,
  .insight-image img {
    transition: all 1s ease;
  }
  .insight-image {
    overflow: hidden;
  }
  .team-img-box:hover img,
  .insight-card:hover .insight-image img,
  .insight-image:hover img {
    transform: scale(1.1);
  }
  .insight-card:hover .explore-btn {
    gap: 20px;
  }
}
a {
  transition: all 0.3s ease;
}
a:hover {
  color: var(--theme-blue-light);
}

.key-area-card {
  background: #f1f4f6;
  color: #4d4d4d;
  padding: 40px;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  height: 100%;
}
.key-area-icon img {
  height: 75px;
}
.key-area-description {
  padding-top: 35px;
}
.key-area-description .heading {
  color: var(--theme-blue-light);
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 400;
  min-height: 70px;
}
@media (max-width: 991px) {
  .key-area-card {
    padding: 20px;
  }
  .key-area-icon img {
    height: 55px;
  }
  .key-area-description {
    padding-top: 20px;
  }
  .key-area-description .heading {
    min-height: auto;
  }
}


.offerings-hero .hero-content {
  padding-bottom: 50px;
}
.offerings-card {
  background: #f1f4f6;
  color: #4d4d4d;
  padding: 40px;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  height: 100%;
}
.offerings-description .heading {
  color: var(--theme-blue-light);
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: 400;
  /* min-height: 50px; */
}
.offerings-description .offering-header {
  min-height: 50px;
  margin-bottom: 15px;
}
.offerings-description .offering-header img {
  width: auto;
  max-height: 50px;
}
.offerings-description .sub-heading {
  min-height: 40px;
  margin-bottom: 15px;
}
.offerings-dd {
  min-width: 300px;
}
.offerings-dd .form-select.contact-select {
  color: var(--heading-color);
  font-size: 22px;
  padding: 7px 15px 7px 40px;
  height: 46px;
}
@media (max-width: 991px) {
  .keyArea,
  .offeringsSwiper {
    overflow: visible;
  }
  .offerings-card {
    padding: 20px;
  }
  .offerings-description .heading {
    min-height: auto;
  }
}

/* Desktop → Bootstrap-like grid */
@media (min-width: 801px) {
  .offeringsSwiper .offerings-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    transform: none !important;
  }

  .offeringsSwiper .swiper-slide {
    width: calc(50% - 20px) !important;
  }

  .offeringsSwiper {
    overflow: visible;
  }
}
@media (min-width: 1201px) {
  .offeringsSwiper .swiper-slide {
    width: calc(33.3333% - 20px) !important;
  }
}

@media (max-width: 800px) {
  .offeringsSwiper .offerings-wrapper {
    flex-wrap: nowrap;
  }
}

.offerings-sec {
  padding-bottom: 150px;
}

