*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Healthcare banner */
.hc-banner {
  width: 100%;
}

.hc-banner .hc-bnrhold {
  background: url("../images/healthcare/health-bg.webp");
  width: 100%;
  height: calc(65vh - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hc-banner .hc-bnrhold .hc-c1 {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  height: 100%;
}

.hc-banner .hc-bnrhold .hc-c1 .hc-header {
  width: 40%;
  font-size: var(--fs40);
  font-weight: 700;
  font-family: "onest", sans-serif;
  color: var(--White);
  padding-left: 7%;
  padding-bottom: 3%;
}

.hc-banner .hc-telebg {
  background: url("../images/healthcare/Tele.webp");
  width: 100%;
  height: calc(65vh - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hc-banner .hc-retailbg {
  background: url("../images/healthcare/headerbg_1.webp");
  width: 100%;
  height: calc(65vh - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hc-banner .hc-manufacturingbg {
  background: url("../images/healthcare/Manufacturing.webp");
  width: 100%;
  height: calc(65vh - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hc-banner .hc-logbg {
  background: url("../images/healthcare/log-banner.png");
  width: 100%;
  height: calc(65vh - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hc-dawn {
  width: 100%;
  margin-top: 3%;
  padding-bottom: 90px;
  position: relative;
}

/* .hc-dawn::after {
  content: "";
  width: 85%;
  height: auto;
  border-top: 2px dashed #000000;
  opacity: 20%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */
.hc-dawn.hc-dotted::after {
  content: "";
  width: 85%;
  height: 1px;
  background: repeating-linear-gradient(to right,
      rgba(0, 0, 0, 0.2) 0 12px,
      transparent 12px 18px);
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: none;

  /* 
  background: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0 12px,
    transparent 12px 18px
  ); */
}

.hc-dawn .dawn-wpr {
  /* padding-left: 6.46%;
  padding-right: 10.1%; */
  display: flex;
  width: 100%;
  padding-left: 7%;
}

.hc-dawn .dawn-wpr .dawn-c1 {
  width: 50%;
}

.hc-dawn .dawn-wpr .dawn-c2 {
  width: 31%;
  margin-top: -15%;
  margin-left: auto;
  margin-right: auto;
}


.hc-dawn .dawn-wpr .dawn-c2.landscape-c2 {
  margin-top: -15%;
}

.hc-dawn .dawn-wpr .dawn-c1 .dc1-para {
  font-size: var(--fs20);
  font-weight: 400;
  color: var(--DarkCharcol);
  line-height: var(--fs30);
  margin-bottom: 48px;
  text-align: justify;
}

.hc-dawn .dawn-wpr .dawn-c2 .dawn-box {
  background-color: var(--GeraniumLake);
  width: 100%;
  /* margin-top: 10%; */
  padding: 5% 9.5% 5% 9.5%;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hc-dawn .dawn-wpr .dawn-c2 .dawn-box.retail-box {
  min-height: 30vh;
}


.hc-dawn .dawn-wpr .dawn-c2 .dawn-box .dc2-header {
  width: 79%;
  font-size: var(--fs30);
  font-weight: 700;
  color: var(--White);
  padding-bottom: 3%;
}

.hc-dawn .dawn-wpr .dawn-c2 .dawn-box .dc2-header {
  width: 100%;
  font-size: var(--fs30);
  font-weight: 700;
  color: var(--White);
  padding-bottom: 3%;
}

.hc-dawn .dawn-wpr .dawn-c2 .dawn-box .retail-header {
  width: 100%;
  font-size: var(--fs30);
  font-weight: 500;
  color: var(--White);
  padding-bottom: 3%;
}

.hc-dawn .dawn-wpr .dawn-c2 .dawn-box .dc2-para {
  font-size: var(--fs20);
  font-weight: 400;
  font-family: "onest", sans-serif;
  color: var(--White);
  /* opacity: 0.7; */
  line-height: var(--fs28);
  text-align: justify;
}

.shopping {
  width: 100%;
  position: relative;
  padding-bottom: 3%;
}

/* .shopping::after {
  content: "";
  width: 90%;
  height: auto;
  border-top: 2px dashed #000000;
  opacity: 20%;
  position: absolute;
  bottom: 0%;
  left: 6%;
} */

.shopping .shop-wrapper {
  padding: 0px 124px;
}

.shopping .shop-header {
  width: 80%;
  font-size: var(--fs46);

  font-weight: 600;

  color: var(--EerieBlack);
  padding-bottom: 20px;
}

.shopping .shop-para {
  font-size: var(--fs22);
  font-weight: 400;
  color: var(--DarkCharcol);
  line-height: var(--fs30);
  position: relative;
  text-align: justify;
}

.shopping .shop-para:last-child {
  padding-bottom: 4%;
}

.shopping .shop-para:last-child:after {
  content: "";
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right,
      #000 0 16px,
      /* dot color and width */
      transparent 14px 19px
      /* gap between dots */
    );
  opacity: 0.2;
  position: absolute;
  bottom: 0%;
  left: 0%;
  border: none;
}

/* Keyuse */
.keyuse-main {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 5%;
}

.keyuse-main .keyuse-wrapper {
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.keyuse-main .keyuse-wrapper .keyuse-header {
  width: 45%;
  font-size: var(--fs46);
  color: var(--GeraniumLake);
  font-weight: 600;
  font-family: "onest", sans-serif;
}

.keyuse-main .keyuse-wrapper .keyuse-para {
  width: 35%;
  font-size: var(--fs20);
  font-weight: 400;
  font-family: "onest", sans-serif;

  opacity: 60%;
  text-align: end;
}

/* healthcare tab */

.healthcare-tab {
  width: 100%;
  margin-bottom: 7%;
  overflow-x: hidden;
}

.healthcare-tab .hc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 7%;
  position: relative;
}

.healthcare-tab .hc-wrapper .hc-arrow {
  background-color: var(--White);
  border-radius: 50%;
  padding: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07); */
  border: none;
  transition: box-shadow 0.2s;
  z-index: 2;
  width: 57px;
  height: 57px;
}

.healthcare-tab .hc-wrapper .hc-arrow-left {
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
  top: 65%;
}

.healthcare-tab .hc-wrapper .hc-arrow-right {
  position: absolute;
  right: 0%;
  transform: translateX(50%);
  top: 65%;
}

.healthcare-tab .hc-wrapper .sliderTab {
  position: relative;
  overflow: hidden;
  width: 75%;
  border: 2px solid #1d1d1d1a;
  margin-top: 5%;
  margin-bottom: 5%;
  /* border-radius: 44px; */
  border-radius: 20px 20px 25px 25px / 25px 25px 20px 20px;
  height: auto !important;
}


.healthcare-tab .hc-wrapper .telecomTab {
  width: 89%;
}

.healthcare-tab .hc-wrapper .logisticTab {
  width: 92%;
}

.sliderTab.center-tabs .swiper-wrapper {
  justify-content: center;
  display: flex;
}

.healthcare-tab .hc-wrapper .sliderTab .swiper-slide {
  display: block;
  text-align: center;
  padding: 30px 0px;
  width: auto !important;
  position: relative;
}

.healthcare-tab .hc-wrapper .sliderTab .swiper-slide .hctab-text {
  display: inline-block;
  font-size: var(--fs18);
  font-weight: 500;
  font-family: "onest", sans-serif;
  cursor: pointer;
  color: var(--bgrey);
  transition: 0.25s;
}

.healthcare-tab .hc-wrapper .sliderTab .swiper-slide.swiper-slide-thumb-active ::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 88%;
  height: 7px;
  background: var(--GeraniumLake);
  transform: translateX(-50%);
  transition: 0.25s;
}

.sliderTab .swiper-slide {
  height: 100px;
  /* or your desired value */
}

.healthcare-tab .hc-wrapper .sliderTab .swiper-slide.swiper-slide-thumb-active .hctab-text {
  color: var(--GeraniumLake);
}

.healthcare-tab .hc-wrapper .sliderContent {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  border-radius: 35px;
  position: relative;
  /* touch-action: none !important; */
  /* -ms-touch-action: none !important; */
  /* pointer-events: auto; */
  overflow-y: auto;
  /* -webkit-overflow-scrolling: touch; smooth scroll on iOS */
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 56px 71px 31px 69px;
  width: 100% !important;
  max-width: 100%;
  height: 570px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #d9d9d966;
  text-align: start;
  position: relative;
  /* Scrollbar styling for Firefox */
  /* scrollbar-width: thin; */
  /* scrollbar-color: rgba(217, 217, 217, 0) transparent; */
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-slide-scrollWrapper {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-slide-scrollWrapper .custom-scrollbar {
  width: 6px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  cursor: pointer;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-slide-scrollWrapper .custom-thumb {
  width: 100%;
  cursor: grab;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: absolute;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-slide {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  overflow-y: scroll;
  padding-right: 12px;
  scrollbar-width: none;
  /* border: 1px solid red; */
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide::-webkit-scrollbar {
  /* display: none; */
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide:nth-child(4) .hc-contentTwo {
  position: relative;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide:nth-child(4) .hc-contentTwo:not(:last-child)::after {
  content: "";
  width: 100%;
  height: auto;
  border-top: 2px dashed #000000;
  opacity: 20%;
  position: absolute;
  bottom: 18%;
  left: 0%;
}

.healthcare-tab.retail-tab .hc-wrapper .sliderContent .swiper-slide:nth-child(4) .hc-contentTwo:not(:last-child)::after {
  content: "";
  border: none;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-slidebox {
  display: flex;
  gap: 15px;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-slidebox .hc-contwpr {
  width: 100%;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-slidebox .hc-iconwpr {
  width: 3%;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-slidebox .hc-iconwpr .hc-icon {
  width: 100%;
  height: auto;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-titleOne,
.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-titleTwo {
  width: 40%;
  padding-bottom: 11px;
  font-size: var(--fs26);
  font-weight: 600;
  font-family: "onest", sans-serif;
  line-height: var(--fs30);
  color: var(--EerieBlack);
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-contwpr.hc-contwprhc .hc-iconwpr {
  width: 3%;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-contwpr.hc-contwprhc .hc-iconwpr .hc-icon {
  width: 100%;
  height: auto;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-contwpr.hc-contwprTele .hc-iconwpr {
  width: 3%;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-contwpr.hc-contwprTele .hc-iconwpr .hc-icon {
  width: 100%;
  height: auto;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .tele-title {
  width: 100%;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-contentOne,
.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-contentTwo {
  font-size: var(--fs22);
  font-weight: 400;
  font-family: "onest", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  line-height: var(--fs30);
  /* text-align: justify; */
  padding-bottom: 61px;
}

/* Strategic: */

.strategic {
  width: 100%;
  /* height: 100vh;
  overflow: hidden; */
}

.strategic .strategic-wpr {
  padding: 0 7%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 120px;
}

.strategic {
  width: 100%;
  margin-top: 10%;
  /* height: 100vh;
  overflow: hidden; */
  position: relative;
}

.strategic::before {
  content: "";
  width: 85%;
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.2) 0 12px, transparent 12px 15px);
  opacity: 1;
  position: absolute;
  top: -7%;
  left: 7%;
  transform: translateY(-10%);
  border: none;
}

/* .strategic .strategic-wpr {
  display: flex;
  gap: 120px;
} */

.strategic .strategic-wpr .stratc2 .stract-imp {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-bottom: 45px;
}

.strategic .strategic-wpr .strat-header {
  position: sticky;
  top: 120px;
  z-index: 99;
  padding-bottom: 65px;
  /* padding-top: 20px; */
}

.strategic .strategic-wpr .strat-header .strat-head {
  font-size: var(--fs46);
  font-weight: 600;

  color: var(--EerieBlack);
  font-family: "onest", sans-serif;
}

/* .strategic .strategic-wpr .stratc1 {
  width: 35%;
  top: 100px;
} */

.strategic .strategic-wpr .stratc2 {
  width: 50%;
  padding-top: 137px;
  padding-right: 10px;
}

/* .strategic .strategic-wpr .stratc1 .stract-subheadOne {
  padding-bottom: 20px;
}

.strategic .strategic-wpr .stratc1 .stract-subheadTwo {
  width: 85%;
} */

.strategic .strategic-wpr .stratc1 .stract-subheadOne .stratc1-head {
  font-size: var(--fs54);
  font-weight: 600;

  color: var(--EerieBlack);
  font-family: "onest", sans-serif;
}

.strategic .strategic-wpr .stratc1 .stract-subheadTwo {
  font-family: "onest", sans-serif;
  font-size: var(--fs22);
  font-weight: 400;
  color: var(--EerieBlack);

  color: rgba(29, 29, 29, 0.6);
}

.strategic .strategic-wpr .stratc2 .stract-imp .strat-cont {
  /* padding-bottom: 65px; */
  flex: 1;
}

.strategic .strategic-wpr .stratc2 .stract-imp .strat-icon {
  width: 32px;
  height: 32px;
}

.strategic .strategic-wpr .stratc2 .stract-imp .strat-icon img {
  width: 100%;
  height: auto;
}

.strategic .strategic-wpr .stratc2 .stract-imp .strat-cont .strat-iconheader {
  font-size: var(--fs26);
  font-family: "onest", sans-serif;
  font-weight: 600;
  color: rgba(233, 40, 39, 0.8);
}

.strategic .strategic-wpr .stratc2 .stract-imp .strat-cont .strat-iconpara {
  font-size: var(--fs20);
  font-weight: 400;
  line-height: var(--fs30);
  font-family: "onest", sans-serif;
  color: var(--EerieBlack);
}

.strategic .strategic-wpr .strat-header .strat-para {
  font-size: var(--fs22);
  font-weight: 400;
  color: var(--EerieBlack);
  color: rgba(29, 29, 29, 0.6);
  padding-top: 10px;
  width: 60%;
}

/* Healthtech */

.healthtech {
  width: 100%;
  position: relative;
}

.healthtech .healthtech-wrapper-mob {
  display: none;
}

.healthtech .healthtech-bnr {
  background-image: url(../images/healthcare/ht-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}

.healthtech .telecom-bnr {
  background-image: url(../images/healthcare/tele-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}

.healthtech .retail-bnr {
  background-image: url(../images/healthcare/retail-bt.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}

.healthtech .manufacturing-bnr {
  background-image: url(../images/healthcare/manufacturing-bt.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}

.healthtech .log-bnr {
  background-image: url(../images/healthcare/log-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}

.healthtech::after {
  content: "";
  width: 48.5%;
  height: 1px;
  background: repeating-linear-gradient(to right,
      rgba(255, 255, 255, 1) 0 12px,
      transparent 12px 18px);
  border: none;
  position: absolute;
  top: 61%;
  opacity: 70%;
  left: 6.5%;
}

.healthtech .healthtech-bnr .healthtech-wrapper {
  padding-left: 6.5%;
  width: 55%;
  padding-right: 22px;
  position: relative;
}

.healthtech .healthtech-bnr .healthtech-wrapper-mob {
  display: none;
}

.healthtech .healthtech-bnr .healthtech-wrapper .healthtech-header {
  width: 80%;
  font-size: var(--fs36);
  color: var(--White);
  font-weight: 600;

  font-family: "onest", sans-serif;
  padding-top: 18%;
  padding-bottom: 5%;
}

.healthtech .healthtech-bnr .healthtech-wrapper .healthtech-para {
  font-size: var(--fs22);
  color: var(--White);
  opacity: 70%;
  font-weight: 400;
  line-height: 30px;
  font-family: "onest", sans-serif;
}

.healthtech .healthtech-bnr .healthtech-wrapper .healthtech-para:nth-child(2) {
  padding-bottom: 4%;
}

.healthtech .healthtech-bnr .healthtech-wrapper .healthtech-para:nth-child(3) {
  padding-bottom: 6%;
}

.healthtech .healthtech-bnr .healthtech-wrapper .healthtech-para:last-child {
  padding-bottom: 267px;
}

.sample {
  width: 100%;
  position: relative;
}

.sample .sample-bg {
  width: 100%;
  height: auto;
  position: absolute;
}

.sample-bg-img {
  width: 100%;
  height: auto;
}

.sample .healthtech-wrapper .healthtech-header {
  width: 80%;
  font-size: var(--fs36);
  color: var(--White);
  font-weight: 600;
  font-family: "onest", sans-serif;
  padding-top: 18%;
  padding-bottom: 5%;
}

.sample .healthtech-wrapper .healthtech-para {
  font-size: var(--fs22);
  color: var(--White);
  opacity: 70%;
  font-weight: 400;
  line-height: 30px;
  font-family: "onest", sans-serif;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-contwpr.hc-contwprhc {
  display: flex;
  gap: 15px;
}

.healthcare-tab .hc-wrapper .sliderContent .swiper-slide .hc-contwpr.hc-contwprTele {
  display: flex;
  gap: 15px;
}

/* chemical manufacturing */
.chemical-slider {
  width: 90%;
  border-radius: 20px;
  margin: 0 auto;
  background-color: var(--grey);
  padding: 52px 0px 36px 49px;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 117px;
}

/* .chemical-slider-header,
.chemical-content-slider {
  flex-shrink: 0;
} */

.chemical-slider .chemical-slider-header {
  width: 35%;
}

.chemical-slider .chemical-slider-header .chemical-arrow {
  display: flex;
  gap: 20px;
  margin-top: 35px;
  cursor: pointer;
}

.chemical-slider .chemical-slider-header .chemical-arrow .right-img {
  width: 45px;
  height: 45px;
}

.chemical-slider .chemical-slider-header .chemicalLeftArrow,
.chemical-slider .chemical-slider-header .chemicalRightArrow {
  width: 100%;
  height: auto;
}

.chemical-slider .chemical-slider-header p {
  font-size: var(--fs40);
  font-weight: 600;
  text-transform: capitalize;
}

.chemical-slider .chemical-content-slider {
  width: 60%;
  overflow: hidden;
}

.chemical-slider .chemical-content-slider .swiper-container {
  width: 100%;
}

/* .chemical-slider .swiper-slide {
  display: flex;
} */
.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide {
  width: auto;
  /* allow Swiper to size correctly */
  display: flex;
  justify-content: flex-start;
}

/* Base style for inactive slides (add gradient) */
.chemical-slider .chemical-content-slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(277.02deg,
      #ffffff 46.89%,
      rgba(255, 255, 255, 0) 143.34%);

  z-index: 1;
  border-radius: 0 12px 12px 0;
  pointer-events: none;
}

/* Remove gradient from active slide */
.chemical-slider .chemical-content-slider .swiper-slide.swiper-slide-active::after {
  display: none;
}

/* Make sure slide is positioned relative */
.chemical-slider .chemical-content-slider .swiper-slide {
  position: relative;
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide .chemical-sub {
  width: 100%;
  height: 232px;
  /* width: 553px;
  height: 232px; */
  /* background-color: var(--GeraniumLake); */
  background-color: var(--White);

  color: var(--EerieBlack);
  outline: 1px solid white;
  transition: all 0.3s ease;
  border-radius: 12px;
  padding: 31px 41px 50px 30px;
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide .chemical-sub .chemical-sub-img {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 12px;
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide .chemical-sub .chemical-sub-img .ch-img {
  width: 46px;
  height: 46px;
  background-color: var(--EerieBlack);
  /* background-color: var(--White); */
  padding: 11px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide .chemical-sub .chemical-sub-img .ch_case {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide .chemical-sub .chemical-sub-img p {
  font-size: var(--fs24);
  font-weight: 600;
  /* color: var(--White); */
  color: var(--EerieBlack);
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide .chemical-sub .chemical-sub-content {
  font-size: var(--fs16);
  font-weight: 400;
  /* color: var(--White); */
  color: var(--EerieBlack);
  opacity: 0.8;
}

.numbers {
  display: flex;
  justify-content: flex-end;
  padding: 26px 32px 0px 0px;
}

#numberSlides .current {
  font-weight: 500;
  font-size: var(--fs38);
}

#numberSlides .total {
  font-weight: 300;
  font-size: var(--fs16);
}

/* slider active */
.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide-active .chemical-sub {
  width: 553px;
  height: 232px;
  background-color: var(--GeraniumLake);
  outline: none;
  color: var(--White);
  outline: 1px solid white;
  transition: all 0.3s ease;
  border-radius: 12px;
  /* padding: 14px 17px 50px 11px; */
  padding: 31px 41px 50px 30px;
  margin-left: 52px;
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide-active .chemical-sub .chemical-sub-img {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 12px;
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide-active .chemical-sub .chemical-sub-img .ch-img {
  width: 46px;
  height: 46px;
  background-color: var(--White);
  padding: 11px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide-active .chemical-sub .chemical-sub-img .ch_case {
  filter: none;
  /* Show image normally (black or original color) */
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide-active .chemical-sub .chemical-sub-img p {
  font-size: var(--fs24);
  font-weight: 600;
  color: var(--White);
}

.chemical-slider .chemical-content-slider .swiper-wrapper .swiper-slide-active .chemical-sub .chemical-sub-content {
  font-size: var(--fs16);
  font-weight: 400;
  color: var(--White);
  opacity: 0.8;
}

/* Let's Connect */

.connect {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 2%;
}

.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;
  cursor: pointer;
}