body.no-scroll {
  overflow: hidden;
}

.about-us .about-us-header {
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
}

.about-us .about-us-header h1 {
  font-size: var(--fs47);
  font-weight: 700;
  line-height: 100%;
}

.about-us .about-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.about-us .about-content p {
  width: 45%;
  text-align: right;
  font-size: var(--fs21);
  font-weight: 400;
  opacity: 0.6;
  margin-top: 21px;
}

.about-us .about-us-main-content .about-us-main-tab {
  width: 100%;

  margin-top: 35px;
}

.about-us .about-us-main-content .about-us-main-tab .about-list {
  background-color: var(--GeraniumLake);
  position: sticky;
  top: 70px;
  z-index: 100;
}

.abtnav--hidden {
  top: 0px !important;
}

.about-us .about-us-main-content .about-us-main-tab .about-list ul {
  /* width: 90%; */
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.about-us .about-us-main-content .about-us-main-tab .about-list ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 16px;
  padding: 10px;
  font-size: var(--fs21);
  font-weight: 700;
  color: var(--white);
  background-color: transparent;
  padding: 28px 146px;
  border: none;
  cursor: pointer;
  font-size: var(--fs18);
}

.about-us .about-us-main-content .about-us-main-tab .about-list ul li button .core {
  width: 51px;
  height: 51px;
}

.about-us .about-us-main-content .about-us-main-tab .about-list ul li button img {
  width: 100%;
  height: auto;
}

.about-us .about-us-main-content .about-us-main-tab .about-list ul li {
  color: var(--White);
  list-style: none;
}

.about-us .about-us-main-content .about-us-main-tab .about-list ul li.about-us-activebtn button {
  background-color: rgba(165, 42, 42, 0.3);
  font-size: var(--fs18);
  font-weight: 700;
  color: var(--White);
}

.about-us .about-us-main-content .about-us-main-tab .about-list ul li.about-us-activebtn {
  color: var(--White);
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content {
  width: 90%;
  margin: 0 auto;
  margin-top: 62px;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .about-us-active {
  position: relative;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .about-us-active .core-img {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/about/corebg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .about-us-active .core-img-content {
  width: 100%;
  height: 100%;
  padding: 54px 60px;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .about-us-active .core-img-content .core-img-text {
  width: 28%;
  text-align: left;
  font-size: var(--fs20);
  font-weight: 500;
  margin-bottom: 45px;
  color: #ffffff !important;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .about-us-active .core-img-content .core-main-content {
  width: 95%;
  direction: rtl;
  /* padding-right: 10px;
  padding-left: 54px; */
  overflow: hidden;
  position: relative;
  /* border: 2px solid red; */
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .about-us-active .core-img-content .core-main-content .core-scroll-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 2 cards per row */
  gap: 35px;
  /* max-height: 60vh; */
  direction: ltr;
  overflow-y: scroll;
  box-sizing: content-box;
  scrollbar-width: none;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .about-us-active .core-img-content .core-main-content .core-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.custom-scrollbar {
  position: absolute;
  left: 5px;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.623);
}

.scroll-thumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.core-scrolltext {
  background: #ffffff1a;
  backdrop-filter: blur(71.66999816894531px);

  color: #fff;
  padding: 51px 45px 44px 38px;
}

.core-scrolltext:hover {
  background: var(--White);
  color: var(--EerieBlack);
}

.core-scrolltext:hover .core-scrollimg img {
  filter: brightness(0) saturate(100%);
  transition: filter 0.3s ease;
}

.core-scrolltext .core-scrollimg img {
  filter: none;
  transition: filter 0.3s ease;
}

.core-scrolltext .core-scrollimg img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}

.core-scrolltext .core-scrollcontent h1 {
  font-size: var(--fs19);
  font-weight: 600;
  margin-bottom: 8px;
}

.core-scrolltext .core-scrollcontent p {
  font-size: var(--fs17);
  font-weight: 400;
  opacity: 0.8;
  text-align: justify;
}

.sliderDiv {
  background-color: var(--White);
  padding: 1rem;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sliderDiv img {
  width: 20px;
  filter: brightness(0) saturate(100%);
}

/* mobile */

.about-us .about-us-main-content .about-us-main-tab .about-us-content .tools {
  height: auto;
  background-color: var(--grey);
  margin-top: 72px;
  background-image: url(../images/about/tools_pattern.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  display: block;
}

.core-mobile-slider {
  display: none;
}

.tools-header {
  width: 40%;
  padding: 72px 0 72px 104px;
  align-self: flex-start;
  position: sticky;
  top: 60%;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .tools h1 {
  font-size: var(--fs65);
  font-weight: 700;
  /* line-height: var(--fs65); */
  text-transform: capitalize;
  color: var(--GeraniumLake);
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .tools p {
  font-size: var(--fs21);
  font-weight: 400;
  color: var(--EerieBlack);
  opacity: 0.6;
}

.stack-scroll-wrapper {
  position: relative;
  height: 350vh;
}

.stack-scroll-wrapper .stack-container {
  position: sticky;
  top: 70%;
  left: 50%;
  transform: translateY(-50%);
  /* width: 36.7%; */
  width: 513px;
  height: 524px;

  margin: 0 auto;
}

.stack-scroll-wrapper .stack-container .stack-card {
  position: absolute;
  border-radius: 24px;
  transition: background-color 0.3s ease, width 0.3s ease, left 0.3s ease;
  box-shadow: 0px 0px 4px 0px #33333329;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.stack-scroll-wrapper .stack-container .stack-card.card1 {
  background-color: #a1a1a1;
  /* Dark background for the first card */
  width: 80%;
  /* Smaller width for the first card */
}

.stack-scroll-wrapper .stack-container .stack-card.card2 {
  background-color: #b2b2b2;
  /* Slightly lighter background for the second card */
  width: 85%;
  /* Slightly larger width for the second card */
}

.stack-scroll-wrapper .stack-container .stack-card.card3 {
  background-color: #cccccc;
  /* Lightest background for the third card */
  width: 90%;
  /* Larger width for the third card */
}

.stack-scroll-wrapper .stack-container .stack-card.card4 {
  background-color: #e5e5e5;
  /* Light background for the fourth card */
  width: 95%;
  /* Larger width for the fourth card */
}

.stack-scroll-wrapper .stack-container .stack-card.card5 {
  background-color: #ffffff;
  /* White background for the fifth card */
  width: 100%;
  /* Full width for the fifth card */
}

.stack-scroll-wrapper .stack-container .stack-card.white {
  background-color: #ffffff;
  /* White color when in view */
}

.stack-scroll-wrapper .stack-container .stack-card .stack-img {
  width: 104px;
  height: auto;
  padding: 10% 0 10% 0;
}

.stack-scroll-wrapper .stack-container .stack-card .stack-img img {
  width: 100%;
  height: auto;
}

.stack-scroll-wrapper .stack-container .stack-card .stack-content h1 {
  font-size: var(--fs30) !important;
  font-weight: 600 !important;
  color: var(--EerieBlack) !important;
}

.stack-scroll-wrapper .stack-container .stack-card .stack-content p {
  font-size: var(--fs18) !important;
  line-height: var(--fs25);
  font-weight: 400 !important;
  color: var(--EerieBlack) !important;
  opacity: 0.6 !important;
  padding: 14px 39px 75px 39px !important;
}

.tools-mobile {
  display: none;
}

.tools-heading {
  width: 100%;
}

.tools-heading h1 {
  font-size: var(--fs60);
  font-weight: 700;
  text-transform: capitalize;
  color: var(--GeraniumLake);
  text-align: center;
}

.tools-heading p {
  font-size: var(--fs21);
  font-weight: 400;
  color: var(--EerieBlack);
  opacity: 0.6;
  text-align: center;
  margin-bottom: 25px;
}

.tools-card {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.tools-card .mobile-card {
  border-radius: 24px;
  transition: background-color 0.3s ease, width 0.3s ease, left 0.3s ease;
  box-shadow: 0px 0px 4px 0px #33333329;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 23px;
}

.tools-card .mobile-card .stack-img {
  width: 104px;
  height: auto;
  padding: 8% 0 8% 0;
}

.tools-card .mobile-card .stack-img img {
  width: 100%;
  height: auto;
}

.tools-card .mobile-card .stack-content h1 {
  font-size: var(--fs34) !important;
  font-weight: 600 !important;
  color: var(--EerieBlack) !important;
}

.tools-card .mobile-card .stack-content p {
  font-size: var(--fs24) !important;

  font-weight: 400 !important;
  color: var(--EerieBlack) !important;
  opacity: 0.6 !important;
  padding: 14px 30px 55px 30px !important;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .ourteam {
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .ourteam .ourteam-header {
  font-size: var(--fs25);
  font-weight: 700;
  color: var(--EerieBlack);
}

.about-us .about-us-main-content .about-us-main-tab .about-us-content .ourteam .ourteam-text {
  width: 27%;
  text-align: right;
  font-size: var(--fs22);
  font-weight: 400;
  
  margin-top: 21px;
}

/* .slider-card-image {
  position: relative;
  width: 524px; 
  height: 632px; 
  overflow: hidden;
  border-radius: 28px;
}

.slider-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 34px 28px 34px;

  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.slider-content {
  display: flex;
  flex-direction: column;
}

.update-font {
  font-size: var(--fs26);
  font-weight: 500;
}

.slider-img-font {
  font-size: var(--fs18);
  font-weight: 400;
  opacity: 0.5;
}

.slider-plus img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-plus {
  width: 39px;
  border-radius: 28px;
  background-color: var(--Jet);
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-plus:hover img {
  transform: rotate(360deg);
}

.myTeamSwiper {
  width: 100%;
  height: auto !important;
  padding-bottom: 40px;
  /* Ensure swiper has a height if needed */
}

.myTeamSwiper .swiper-wrapper {
  width: 100%;
  /* Optional: add min-height if you want a minimum card height */
}

/* Team Slider Card Styling */
.myTeamSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.team-slider-card {
  width: 524px;
  max-width: 95vw;
  height: 632px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-card-image {
  position: relative;
  width: 524px;
  height: 632px;
  overflow: hidden;
  border-radius: 28px;
  background: #222;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.slider-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 34px 28px 34px;
  padding: 0 34px 19px 34px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
background: linear-gradient(179.87deg, rgba(17, 17, 17, 0) 27.61%, #111111 99.89%);

} */

.overlay-content {
  position: absolute;
  inset: 0; /* full cover (top, right, bottom, left = 0) */
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* push content to bottom */
  padding: 0 34px 19px 34px;
  color: white;
background: linear-gradient(179.87deg, rgba(17, 17, 17, 0) 27.61%, #111111 99.89%);
  
  border-radius: 28px; /* match parent card */
}

.swiper-nav-btn {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 28px;
  margin-top: 34px;
  margin-right: 23px;
}

.swiper-nav-btn .iconbtn {
  width: 52px;
  border: none;
  height: 52px;
  border-radius: 34px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-nav-btn .iconcolor {
  background-color: #010101;
}

/* Hover effect for both buttons */
.swiper-nav-btn .iconbtn:hover {
  background-color: var(--GeraniumLake) !important;
  /* Or any highlight color */
  transition: background-color 0.3s ease, transform 0.3s ease;
  transform: scale(1.05);
}

/* Icon color inversion for visibility on dark hover background */
.swiper-nav-btn .iconbtn:hover img {
  filter: brightness(0) invert(1);
  /* Makes black icon white and vice versa */
  transition: filter 0.3s ease;
}

/* .card-stack-wrapper {
  position: relative;
  height: 200vh; 
  border: 2px solid blue;
}

.card-stack {
  position: sticky;
  top: 55%;
  left: 70%;
  transform: translateY(-50%);
  width: 300px;
  height: 200px;
  margin: 0 auto;
  border: 2px solid red;
} */

/* .card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: white;
  transform-origin: center center;
} */

/* Card css - higher index = on top */
/* .card1 { background: #FF6B6B; z-index: 1; }
    .card2 { background: #FFD93D; z-index: 2; }
    .card3 { background: #6BCB77; z-index: 3; }
    .card4 { background: #4D96FF; z-index: 4; } */
.card1 {
  z-index: 1;
}

.card2 {
  z-index: 2;
}

.card3 {
  z-index: 3;
}

.card4 {
  z-index: 4;
}

.card5 {
  z-index: 5;
}

/* Responsive adjustments */
.connect {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  cursor: pointer;
}

.connect .connect-wrapper {
  padding: 0px 165px;
}

.connect .connect-wrapper .conn-wrapper {
  width: 100%;
  margin: 0 auto;
}

.connect .connect-wrapper .conn-wrapper .connect-txt {
  width: 100%;
  height: auto;
}

/* .team-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.team-popup-content {
  background: red;
  padding-top: 42px;

  width: 63%;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}
.closebtn {
  width: 28px;
}
.closebtn img {
  width: 100%;
  height: auto;
}
.close .popupSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f5f5f5;
  padding: 30px;
  border-radius: 12px;
} */

.team-popup-overlay {
  position: fixed;
  inset: 0;

  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 999;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  /* backdrop-filter: blur(73.66999816894531px); */
}

.team-popup-overlay.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.team-popup-content {
  background-color: #fff;
  width: 80%;

  max-width: 850px;
  height: 75%;
  border-top-right-radius: 39px;
  border-top-left-radius: 39px;
  position: relative;
  padding: 40px 60px;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  /* overflow-y: auto;
  scroll-behavior: smooth; */
}

.team-popup-overlay.active .team-popup-content {
  transform: translateY(0);
}

.popup-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 9;
}

.popupSwiper {
  height: 100%;
  position: relative;
}

.team-profile-card {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;

  padding-left: 40px;
  padding-right: 50px;
}

.team-profile-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.team-profile-header .team-header {
  /* margin-top: 24px; */
  flex: 1;
  /* width: 92%; */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.team-profile-header .team-header .team-header-sub {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 37px;
}

.team-profile-header .team-header .team-header-sub .profile-popup-img {
  width: 150px;
  height: 150px;
}

.team-profile-header .team-header .team-header-sub .profile-popup-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.profile-info {
  flex: 1;
}

.profile-name {
  color: var(--GeraniumLake);
  font-weight: 700;
  font-size: var(--fs32);
  text-transform: capitalize;
  margin: 0;
}

.profile-role {
  color: var(--EerieBlack);
  font-weight: 400;
  font-size: var(--fs21);
  margin-top: 4px;
}

.profile-icons {
  display: flex;
  gap: 16px;
  width: 25px;
  height: 25px;
}

.profile-icons img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.profile-divider {
  width: 100%;
  border-top: 1px dashed #000000;
  opacity: 0.2;
  margin: 0;
}

.profile-description {
  width: 100%;
  max-height: 450px;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #0000001a transparent;
}

.profile-description::-webkit-scrollbar {
  width: 8px;
}

.profile-description::-webkit-scrollbar-thumb {
  background: #0000001a;
  border-radius: 4px;
}

.profile-description::-webkit-scrollbar-track {
  background-color: transparent;
}

.profile-description::-webkit-scrollbar-button {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.profile-description p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 43px;
  border: none;
  height: 43px;
  border-radius: 34px;
  cursor: pointer;
  background: rgba(51, 51, 54, 0.2);
}

.custom-prev {
  margin-left: 14px;
}

.custom-next {
  background: rgba(1, 1, 1, 1);
  margin-right: 14px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}