.aboutusSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.aboutusContainer {
  width: 94%;
  height: auto;
  position: relative;
}
.aboutusContainer img {
  width: 100%;
  height: auto;
}
.aboutTitel {
  margin: 0;
  font-family: "Playfair Display", Helvetica;
  font-weight: 700;
  color: #1b2774;
  font-size: 48px;
  position: absolute;
  left: 150px;
  top: 140px;
}

.forMob {
  display: none;
}
.serviceWrapper {
  position: relative;
  width: 100%;
}

/* Sticky container — stays pinned while inside the wrapper */
.service {
  position: sticky;
  top: 0; /* adjust if you have a fixed header: use top: 60px; */
  height: 100vh; /* occupy full viewport while sticky */
  z-index: 20;
  background: #fff; /* avoids bleed-through */
  overflow: hidden; /* keep tab contents layout inside the sticky area */
}

/* Tab content default hidden — JS will show the active one */
.tab-content {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

/* Active button style */
.but.active {
  outline: none;
  /* add your active styling: background, border, etc. */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.serviceContainer {
  width: 92%;
  height: auto;
  position: relative;
  margin: 20px auto 0px;
  display: flex;
  gap: 30px;
}

.serviceTab {
  width: 100%;
  height: auto;
  position: relative;
}
.tab-cont {
  float: left;
  width: 100%;
  background-color: #fff;
  height: auto;
  border-left: 2px solid rgba(27, 39, 116, 0.1);
  padding: 0 0 0 0px;
}
.tab-cont button {
  width: 45%;
  background-color: inherit;
  padding: 18px 30px 22px 50px;
  font-weight: 400;
  text-align: left;
  position: relative;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 0px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.tab-cont button:hover {
  background: #fff;
}
.sv-icon {
  width: 50px;
  height: 50px;
  background: rgba(37, 147, 209, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position: relative;
  z-index: 99;
}
.sv-icon:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: -10px;
  top: -10px;
  background: rgba(37, 147, 209, 0.2);
  z-index: 0;
}
.sv-text {
  width: 85%;
  height: 100%;
  justify-content: left;
  align-items: center;
  min-height: 49px;
  display: flex;
  padding: 0 0 0 30px;
  float: left;
}
.sv-text h4 {
  font-family: "Playfair Display", Helvetica;
  color: rgba(27, 39, 116, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 0px 0;
}
.sv-text p {
  display: none;
  margin: 10px 0 0px 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", Helvetica;
  line-height: 150%;
}
.tab-content {
  height: 100%;
  float: left;
  padding: 20px;
  width: 70%;
  display: none;
  animation: anime 1s;
}

.tab-content h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 10px 0;
}
.tab-content p {
  font-weight: 100;
  color: #666;
  margin-top: 20px;
}
.tab-cont .but.active {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.tab-cont .but.active:before {
  content: "";
  height: 2px;
  width: 200px;
  background-color: #1b2774;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@keyframes anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-cont button.active {
  display: block;
}
.tab-cont button.active .sv-text {
  display: block;
}
.tab-cont button.active .sv-text h4 {
  color: rgba(27, 39, 116, 1);
}
.tab-cont button.active .sv-text p {
  display: block;
}
.tab-cont .but.active .sv-icon {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 0;
}
.tab-cont .but.active .sv-icon:before {
  width: 107px;
  height: 107px;
  left: -14px;
  top: -13px;
}
.tabInner {
  padding: 15px 0 0;
}
.service-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #fff;
  opacity: 1;
  transition: opacity 0.3s ease; /* Smooth hide/show */
}

.service-progress-bar {
  height: 100%;
  width: 0;
  background: #1a8fd0;
  transition: width 0.2s linear;
}

.serviceTab h2 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  color: #1b2774;
  margin: 0 0 30px 0;
}

.serviceRght {
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 20;
  flex-wrap: wrap;
  margin: 100px 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

.svFull {
  width: 49%;
  height: auto;
  border: 1px solid #00669f;
  border-radius: 10px;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}
.serviceRght .svFull:nth-child(2),
.serviceRght .svFull:nth-child(3) {
  border: 1px solid #fff;
}
.svIcon {
  width: 130px;
  height: 130px;
  justify-content: center;
  align-items: center;
  background: rgba(37, 147, 209, 0.2);
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  border-radius: 150px;
  right: -24px;
  top: -24px;
  z-index: 99;
}
.svIcon:before {
  content: "";
  width: 180px;
  height: 180px;
  background: rgba(37, 147, 209, 0.2);
  right: -24px;
  top: -24px;
  position: absolute;
  z-index: 9;
  border-radius: 170px;
}

.svInner {
  width: 100%;
  height: auto;
  padding: 105px 15px 10px;
}
.svPic {
  width: 100%;
  height: 100%;
}
.svPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svPic1 {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #d1fbff 0%, #199eab 100%);
  border-radius: 10px;
}
.svPic1 img {
  width: 100%;
  height: 118%;
  margin: -44px 0 0 0;
  object-fit: cover;
  border-radius: 10px;
}
.no-hidden {
  overflow: initial;
}

.svInner h4 {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 150%;
  color: #000;
  margin: 0 0 10px 0;
}
.svInner p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  max-width: 85%;
}

.impact {
  width: 100%;
  height: auto;
  padding: 50px 0 50px;
}
.heading {
  font-family: "Playfair Display", Helvetica;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  color: #1b2774;
  margin: 0 0 30px 0;
  width: 100%;
  text-align: center;
}
.slder-1 {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.slder-1 .svFull {
  width: 100%;
  height: 243px;
  border-radius: 30px;
  background: linear-gradient(180deg, #2593d1 0%, #00669f 100%);
  border: 1px solid #2593d1;
}

.imp-sl {
  background: linear-gradient(180deg, #2593d1 0%, #00669f 100%);
  width: 100%;
  height: auto;
  min-height: 243px;
  border-radius: 30px;
}
.imp-sl-1 {
  background: #fff;
  width: 100%;
  height: auto;
  min-height: 243px;
  border-radius: 30px;
  border: 1px solid #2593d1;
}
.svIcon-2 {
  position: absolute;
  z-index: 99;
  color: rgba(244, 245, 255, 0.5);
  font-family: Inter;
  font-weight: 700;
  font-size: 80px;
  line-height: 150%;
  letter-spacing: -8%;
  right: 20px;
  top: 0;
}
.slder-1 .svIcon img,
.serviceMobile .svIcon img,
.mb-box .svIcon img {
  width: auto !important;
  display: initial !important;
}

.slder-1 .svIcon {
  background: rgba(244, 245, 255, 0.3);
}
.slder-1 .svIcon::before {
  background: rgba(244, 245, 255, 0.1);
}
.slder-1 .svInner h4 {
  font-size: 18px;
  color: #fff;
}
.slder-1 .svInner p {
  font-size: 14px;
  color: #fff;
  max-width: 100%;
}
.slder-2 {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.slder-2 .svFull {
  width: 100%;
  height: 243px;
  border-radius: 30px;
  background: #eaf9ff;
  border: 1px solid #2593d1;
}
.slder-2 .svIcon img {
  width: auto !important;
  display: initial !important;
}
.slder-2 .svIcon-2 {
  color: rgba(0, 102, 159, 0.3);
}
.slder-2 .svInner {
  direction: ltr;
}
.slder-2 .svInner h4 {
  font-size: 18px;
}
.slder-2 .svInner p {
  font-size: 14px;
  max-width: 100%;
}
.serviceMobile {
  display: none;
}
.mobileserviceTab {
  display: none;
}
.slder-3 {
  display: none;
}
.svPic3 {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #d1fbff 0%, #199eab 100%);
  border-radius: 10px;
  text-align: right;
}
.svPic3 img {
  width: 100%;
  height: 115%;
  margin: -35px 0 0 0;
  object-fit: cover;
  border-radius: 10px;
  max-width: 78%;
}
.svPic4 {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #d1fbff 0%, #199eab 100%);
  border-radius: 10px;
  text-align: right;
}
.svPic4 img {
  width: 100%;
  height: 109%;
  margin: -23px 0 0 0;
  object-fit: cover;
  border-radius: 10px;
  max-width: 90%;
}

#cat-4 .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0 30px 0;
  gap: 1rem;
}
#cat-4 .owl-nav button {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #2593d1 0%, #00669f 100%);
}

#cat-4 .owl-nav button span {
  font-size: 28px;
}
@media screen and (max-width: 1660px) {
  .aboutTitel {
    left: 63px;
    top: 122px;
  }
  .svInner p {
    max-width: 100%;
    margin-top: 5px;
  }
  .svInner h4 {
    font-size: 18px;
  }
  .service {
    min-height: 800px;
  }
  .sv-text {
    width: 84%;
  }
  .impact {
    padding: 0px 0 50px;
  }
  .svInner
  {
    padding: 90px 15px 10px;
  }
}
@media screen and (max-width: 1440px) {
  .tabInner {
    padding: 0;
  }
  .tab-cont button {
    width: 47%;
    padding: 18px 20px 20px 20px !important;
  }
  .svInner {
    padding: 60px 15px 10px;
  }
  .tab-cont .but.active .sv-icon:before,
  .svIcon {
    width: 100px;
    height: 100px;
    right: -14px;
    top: -14px;
  }
  .svIcon:before {
    width: 150px;
    height: 150px;
  }
  .tab-cont .but.active .sv-icon {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .aboutTitel {
    top: 100px;
  }
  .sv-text {
    width: 80%;
  }
  .svPic1 img {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 1300px) {
  .tab-cont button
  {
    padding: 10px 10px 10px 10px !important;
  }
  .tabInner .tab-content
  {
    padding: 10px 10px 10px;
  }
  .sv-text
  {
     padding: 0 0 0 23px;
  }
  .tabInner
  {
    margin: 0 0 5px 0;
  }
  .serviceTab h2
  {
    margin: 0 0 20px 0;
  }
  .svInner {
    padding: 40px 15px 10px;
  }
  .service {
    min-height: auto;
  }
  .svIcon {
    width: 80px;
    height: 80px;
  }
  .svIcon img 
  {
    max-width: 40px;
  }
  .svIcon::before {
    width: 120px;
    height: 120px;
  }
  .but.active .sv-icon::before {
    width: 80px;
    height: 80px;
    right: -14px;
    top: -5px;
    left: -5px;
  }

}



@media screen and (max-width: 1200px) {
  .aboutTitel {
    top: 70px;
  }
  .tab-cont button {
    padding: 18px 0px 22px 31px;
  }
  .sv-text {
    width: 80%;
    padding: 0 0 0 20px;
  }
  .slder-1 .svFull {
    height: 270px;
  }
  .slder-2 .svFull {
    height: 270px;
  }
  .svPic3 img {
    max-width: 100%;
  }
  .svPic3 img {
    max-width: 100%;
  }
  .svPic4 img {
    max-width: 100%;
  }
  .svInner {
    padding: 70px 10px 10px;
  }
  .tab-cont .but.active .sv-icon:before,
  .svIcon {
    width: 80px;
    height: 80px;
    right: -10px;
    top: -10px;
  }
  .svIcon:before {
    width: 120px;
    height: 120px;
    right: -20px;
    top: -20px;
    border-radius: 60px;
  }

  .svIcon img {
    height: 40px;
  }

  .tab-cont .but.active .sv-icon:before {
    width: 90px;
    height: 90px;
    left: -13px;
    top: -13px;
  }
  .tab-cont .but.active .sv-icon {
    width: 65px;
    height: 65px;
    margin: 20px 0 0 0;
  }
  .service {
    min-height: 842px;
    height: auto;
  }
  
}

@media screen and (max-width: 1024px) {
   .service {
    min-height: 842px;
    height: auto;
  }

}





@media screen and (max-width: 991px) {
  .aboutTitel {
    font-size: 30px;
  }
  .serviceTab h2,
  .heading {
    font-size: 36px;
  }
  .tab-cont button {
    width: 100%;
  }
  .tab-content {
    width: 100%;
  }
  .serviceRght {
    margin: 20px 0 0 0;
    position: relative;
    width: 100%;
  }
  .service-progress {
    display: none;
  }
  .serviceWrapper {
    position: relative; /* or keep your sticky logic */
  }
  .serviceWrapper {
    height: auto !important; /* remove tall height */
    position: static !important; /* normal flow */
  }
  .service {
    min-height: auto;
    height: auto;
  }
  .impact {
    padding: 0px 0 50px !important;
  }

  /* ============== */
  .serviceTab {
    display: none;
  }
  .mobileserviceTab {
    display: block;
    width: 100%;
  }
  .tabInner {
    padding: 15px 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .tab-cont button {
    padding: 18px 14px 22px 14px;
    width: auto;
  }
  .tab-cont {
    border-left: 0px solid rgba(27, 39, 116, 0.1);
  }
  .tab-content1 {
    display: none;
  }
  .tab-content1 h4 {
    font-family: "Playfair Display", Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1b2774;
    margin: 0 0 10px 0;
  }
  .tab-content1 p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
  }
  .sv-icon {
    background: rgba(37, 147, 209, 0);
  }
  .sv-icon::before {
    background: rgba(37, 147, 209, 0);
  }
  .but1.active .sv-icon {
    background: rgba(37, 147, 209, 0.2);
  }
  .but1.active .sv-icon::before {
    background: rgba(37, 147, 209, 0.2);
  }
  .mobileserviceTab h2 {
    font-family: "Playfair Display", Helvetica;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #1b2774;
    margin: 0 0 0px 0;
  }
  .mb-box {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .svFull.bx-1 {
    background: linear-gradient(180deg, #2593d1 0%, #00669f 100%) !important;
  }
  .bx-1 .svInner p {
    font-size: 14px;
    color: #fff;
    max-width: 100%;
  }
  .bx-1 .svInner h4 {
    font-size: 18px;
    color: #fff;
  }

  .mb-box .bx-2 .svIcon-2 {
    color: rgba(37, 147, 209, 0.5);
  }
  .slder-1,
  .slder-2 {
    display: none;
  }
  .box-pic {
    margin: 0 0 20px 0;
  }
  .mb-box .svIcon-2 {
    font-size: 60px;
  }

  .heading {
    font-size: 24px;
  }
  .slder-3 {
    display: block;
    padding: 0 10px;
  }
  .serviceRght {
    display: none;
  }
  .serviceMobile .svFull {
    width: 100%;
    margin-bottom: 1rem;
  }
  .serviceMobile .svInner {
    min-height: 270px;
  }

  .serviceMobile {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .service {
    padding: 20px 0 0px;
  }
  .impact {
    padding: 20px 0 50px;
  }
  .impact {
    padding: 0px 0 0px !important;
  }
}
@media screen and (max-width: 900px) {
  .aboutTitel {
    top: 50px;
  }
  .serviceContainer {
    flex-wrap: wrap;
  }

  .sv-text {
    width: 84%;
  }
  .service {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .aboutTitel {
    top: 40px;
    left: 20px;
  }
}

@media screen and (max-width: 570px) {
  .aboutTitel {
    top: 40px;
    left: 26px;
  }
  .forDec {
    display: none;
  }
  .forMob {
    display: block;
  }
  .svIcon {
    background: rgba(255, 255, 255, 0.3);
  }
  .mb-box .svIcon-2 {
    font-size: 48px;
  }
  .svInner {
    padding: 105px 10px 10px;
  }
  .tab-cont button {
    padding: 13px 10px 15px 10px !important;
  }
}
@media screen and (max-width: 425px) {
  .impact {
    padding-top: 30px !important;
  }
  .mb-box {
    flex-direction: column;
  }
  .svFull {
    width: 100%;
    margin: 0;
  }
  .box-pic {
    margin: 10px 0;
  }
  .heading {
    margin: 0 0 20px 0;
  }
  .svInner {
    padding: 85px 10px 10px;
  }
}
@media screen and (max-width: 375px) {
  .tab-cont button {
    padding: 12px 8px 12px 8px;
    width: auto;
  }
  .sv-icon {
    width: 50px;
    height: 50px;
  }
}
