@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Regular */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/TT_Norms_Pro/TTNormsPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/TT_Norms_Pro/TTNormsPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/TT_Norms_Pro/TTNormsPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'TT Norms Pro', sans-serif;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

a {
  text-decoration: none;
}

h5 {
  color: #303030;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  /* line-height: 12px; */
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

p {
  color: #717171;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 3px;
}

h2 {
  color: #303030;
  font-size: 27px;
  font-weight: 700;
  line-height: 47px;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

.menuList li {
  padding: 0 10px;
  font-weight: 700;
  font-size: 9px;
}

.menuList li a {
  color: #000;
}

.container-spacing {
  padding: 0px 80px;
}

.contactBtn {
  position: relative;
  display: inline-block;
  background-color: #025DB1;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 25px;
  letter-spacing: 0em;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

/* Light shine effect inside */
.contactBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transition: all 0.8s ease;
}

/* Move the light sweep on hover */
.contactBtn:hover::before {
  left: 100%;
}

/* Optional: slight color brighten on hover */
.contactBtn:hover {
  background-color: #0369d4;
}


ul li {
  cursor: pointer;
}

.titlePart .slideText {
  line-height: 40px;
}

.about-us-section .titlePart::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  background-color: #025DB1;
  left: 0;
  top: 0;
}

.contactPart a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  /* letter-spacing: 0.50px; */
}

.innerBanner img {
  width: 100%;
  height: 100%;
}

.headerBar {
  background: #025DB1;
  border-radius: 0 0 30px 30px;
}

.iconWrap {
  background-color: #fff;
  background-color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0px 5px;
  /* margin: 10px; */
}

.socialIcons img {
  width: 13px;
}

.abtImage img {
  width: 100%;
  height: 415px;
  /* object-fit: cover; */
  overflow: hidden;
  border-radius: 30px;
}

.abtSection .bg-image2 {
  width: 667px;
  height: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
}

.title-mobile {
  display: none !important;
}

.titlePart {
  position: relative;
  padding-left: 20px !important;
}

.titlePart::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 81%;
  background-color: #025DB1;
  left: 0;
  top: 0;
}
.media-section .titlePart::before {
  position: relative !important;
}

.ctaBtn {
  color: #025DB1;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 8px !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ctaBtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 1px;
  background-color: #025DB1;
  transition: width 0.4s ease; 
}
.ctaBtn:hover::after {
  width: 95%;
}
.ctaBtn img,
.whiteBtn img {
  width: 25px;
  height: 27px;
  object-fit: cover;
  cursor: pointer;
}

#counter {
  display: flex;
  margin-top: 44px;
  gap: 40px;
}

#counter .item {
  text-align: left;
}

#counter h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
}

#counter p {
  color: #717171;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}

.slideText {
  color: #303030;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.05em;
  transition: color 0.2s ease;
}

.section-header-text {
  color: #303030;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.04em;
}

.workInfo .info-content {
  padding-left: 20px;
}

.workSlide {
  border: 1px solid rgba(48, 48, 48, 0.20);
  border-radius: 25px;
  padding: 10px;
  min-height: 365px;
  align-items: stretch;
  padding-bottom: 20px;
  transition: border-color 0.2s ease;
}
@media (max-width:786px) {
  
  .workSlide{min-height: 395px;}
}

/* .workSlide .ctaBtn {
  margin-left: 20px;
  margin-bottom: 25px;
} */

.workInfo .workimg {
  width: 100%;
  height: 193px;
  border-radius: 25px;
  margin-bottom: 15px;
  object-fit: cover;
}

.ourworkWrap .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.ourworkWrap {
  position: relative;
}



  .ourworkWrap .swiper-button-next {
  top: -60px;
  right: 30px;
}
.ourworkWrap .swiper-button-prev {
  top: -60px;
  left: auto;
  right: 81px;
}
@media (max-width:786px) {
  .ourworkWrap .swiper-button-next {
  top: 20px !important;
  right: 30px;
}
.ourworkWrap .swiper-button-prev {
  top: 20px !important;
  left: auto;
  right: 81px;
}
}

.ourworkWrap .swiper-buttons {
  padding-right: 80px;
}

.prevBtn img,
.nextBtn img {
  width: 44px;
}
.prevBtn2 img,
.nextBtn2 img {
  width: 44px;
}
.prevBtn3 img,
.nextBtn3 img {
  width: 44px;
}


.Schedule {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 31.48%, #000 123.22%),
    url('../images/activities.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.waterTitle {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 48px;
  font-family: "Inter", sans-serif;
}

.italicTitle {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 10px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.waterInfo p {
  color: #fff;
  margin-bottom: 20px;
}



.sectionTitle {
  position: relative;
}

.sectionTitle::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 86%;
  background-color: #fff;
  left: 0;
  top: 0;
}

.stroySection {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 31.48%, #000 123.22%),
    url('../images/impactstory.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.whiteBtn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.whiteBtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 95%;
  height: 1px;
  background-color: #fff;
}

.reliefBg {
  background: url('../images/covidbg.png')no-repeat bottom right;
  background-size: contain;
  justify-content: flex-end;
}

.pressreleaseWrap .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.pressreleaseWrap {
  position: relative;
}

.pressreleaseWrap .swiper-button-prev {
  top: -61px;
  left: auto;
  right: 81px;
}

.pressreleaseWrap .swiper-button-next {
  top: -61px;
  right: 30px;
}

.previous img,
.next img {
  width: 44px;
}

/* .footerBg {
  background-image: url('../images/footerBg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
} */

.footer-section {
  background-color: #025DB1;
  position: relative;
}

.footerbg {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 17px;
}

.footer-logo img {
  max-width: 236px;
  margin-left: 60px;
}

.logo img {
  max-width: 154px;
}

.footerWrap {
  border-bottom: 1px solid #fff;
  /* padding-bottom: 34px; */
}

.footerWrap h6 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.footer-links li {
  margin-bottom: 10.8px;
}

.footer-row-1 {
  padding-left: 40px;
}

.footer-row-2 {
  padding-left: 55px;
}

.footer-row-3 {
  padding-left: 50px;
}

.footer-links li a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.footerInfo .footerItem {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
  gap: 10px;
}

.footerInfo .footerItem img {
  width: 18px;
  margin-right: 10vpx;
  margin-top: 2px;
}

.footerInfo p,
.footerInfo a {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 22px !important;
}

.ourworkList {
  padding: 0;
  margin: 0;
}

.ourworkList li {
  font-size: 13px;
  font-weight: 450;
  line-height: 29px;
  color: #fff;
}
.ourworkList li a{color: #fff;}

.copyright {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 20px;
}

.bannerSwiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.bannerSwiper .swiper-button-prev {
  left: auto;
  right: 120px;
  top: auto;
  bottom: 70px;
  z-index: 2;
  cursor: pointer;
}

.bannerSection .swiper-button-prev {
  left: auto;
  right: 111px;
  top: auto;
  bottom: 70px;
  z-index: 2;
  cursor: pointer;
}

.bannerSection .swiper-button-next {
  left: auto;
  right: 60px;
  top: auto;
  bottom: 70px;
  z-index: 2;
  cursor: pointer;
}

.bannerSection .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none !important;
}

.nextButton img,
.prevButton img {
  position: relative;
  width: 44px;
  z-index: 999;
}
.nextButton img,
.prevButton img {
  position: relative;
  width: 44px;
  z-index: 999;
}

.bannerSwiper .swiper-button-next {
  left: auto;
  right: 60px;
  top: auto;
  bottom: 70px;
  z-index: 2;
  cursor: pointer;
}

.bannerSection {
  position: relative !important;
  overflow: hidden;
}

.bannerSection::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47%;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 30%, rgb(0 0 0 / 23%), rgb(0 0 0 / 2%) 100%);
  z-index: 1;
}

.media-section .titlePart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannerText {
  max-width: 650px;
  color: #fff !important;
  top: auto;
  z-index: 999;
  left: 100px;
  bottom: 80px;

}

.bannerSwiper {
  position: relative;
  z-index: 0;
}

.bannerSwiper::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url('../images/brushImage.svg') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.bannerImg::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 115px;
  background: url('../images/brushImage.png') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.bannerTitle {
  position: relative;
}

.bannerTitle::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  background-color: #fff;
  left: 0;
  top: 0;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width:991px) {
  main {
    padding-top: 120px;
  }
}

.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}

.closeMenu {
  background: none;
  border: none;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  display: none;
}

.Schedule {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 31.48%, #000 123.22%),
    url('../images/activities.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.Schedule::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url('../images/brushImage.png') no-repeat center top;
  background-size: cover;
  z-index: 5;
  pointer-events: none;
}
.Schedule::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url('../images/brushImage.png') no-repeat center top;
  background-size: cover;
  z-index: 5;
  pointer-events: none;
}

.ourworkSwiper {
  padding-left: 80px;
}



/* Hamburger */
.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}

/* Close Button inside menu */
.closeMenu {
  background: none;
  border: none;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  display: none;
}

.galleryText {
  color: rgba(48, 48, 48, 0.53);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px !important;
}

.nav-tabs {
  margin-top: -5px;
border-bottom: rgba(0, 0, 0, 0.34) 1px solid;
}

.nav-tabs .nav-link {
  border: none;
  background: transparent;
  font-size: 20px;
  /* match your h2 size */
  font-weight: 600;color: rgba(48, 48, 48, 0.37);
  padding: 0;
}
.media-section .nav-tabs .nav-link.active {
  color: #303030;
  border-bottom: #025DB1 3px solid;
  
  /* highlight color */
}


.gallery-prev img,
.gallery-next img,
.press-prev img,
.press-next img {
  width: 45px;
}


@media (max-width: 991px) {
  .step-forward-pagination {
    left: 18px !important;
  }
}

@media (max-width: 768px) {
  .step-forward-slider img {
    border-radius: 18px;
  }
}

@media (min-width: 1200px) {
  .menuList li {
    padding: 0 25px;
    font-size: 14px;
  }

  .bannerImg .aboutBanner {
    height: 567px;
    /* padding-top: 124px;   */
    overflow: hidden;
  }

}

/* Responsive Menu */
@media (max-width: 991px) {
  .menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    background: #fff;
    width: 80%;
    height: 100%;
    padding: 70px 20px 20px;
    z-index: 10000;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  }

  .menu-wrapper.active {
    left: 0;
  }

  .menuList {
    display: block !important;
    text-align: left;
    padding-left: 0;
  }

  .menuList li {
    margin-bottom: 10px;
  }


  .closeMenu {
    display: block;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
  }

  /* Optional dark overlay */
  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
  }

  .menu-overlay.active {
    display: block;
  }

  .footer-row-2 {
    padding-left: 37px;
  }

  .footer-row-3 {
    padding-left: 37px;
  }

  .footer-row-4 h6 {
    padding-left: 12px;
  }

  .headerbox {
    display: flex;
    justify-content: space-between !important;
  }

}

@media (max-width: 768px) {
  .headerBar {
    display: none !important;
  }

  .abtImage img,
  .educationImage img {
    width: 100%;
    height: 100%;
  }


  .abtSection {
    padding-bottom: 100px;
  }

  .abtImage .about-img {
    margin-top: 50px;
  }

  .contactPart {
    display: block !important;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .emailPart {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .socialIcons {
    gap: 15px;
    width: 100%;
    padding-left: 20px;
  }

  body {
    padding-top: 80px;
  }

  .logo img {
    max-width: 138px;
  }

  .iconWrap {
    width: 35px;
    height: 35px;
    margin: 0;
  }

  .nextButton img,
  .prevButton img,
  .prevBtn img,
  .nextBtn img,
  .previous img,
  .next img {
    width: 40px;
  }
 .nextButton img,
  .prevButton img,
  .prevBtn2 img,
  .nextBtn2  img,
  .previous img,
  .next img {
    width: 40px;
  }
  .nextButton img,
  .prevButton img,
  .prevBtn3 img,
  .nextBtn3  img,
  .previous img,
  .next img {
    width: 40px;
  }
  h1 {
    font-size: 20px;
    font-weight: 700;
  }

  h2 {
    line-height: 40px;
  }

  .bannerSwiper .swiper-button-prev {
    right: 75px;
    bottom: 20px;
  }

  .bannerSwiper .swiper-button-next {
    right: 30px;
    bottom: 20px;
  }

  .bannerText {
    left: 20px;
    bottom: 10px;
  }

  .italicTitle {
    font-size: 15px;
  }

  .bannerSwiper::after {
    bottom: -85px;
  }

  #counter {
    display: block;
  }

  .container-spacing {
    padding: 0px 24px;
  }

  .contactBtn {
    font-size: 14px;
    padding: 10px 19px;
  }

  /* .bannerSection {
    margin-top: 110px;
  } */



  .bannerSection .swiper-button-next {
    bottom: 22px;
  }

  .bannerSection .swiper-button-prev {
    bottom: 22px;
  }

  .media-section .titlePart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .galleryText {
    color: rgba(48, 48, 48, 0.53);
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 14px;
  }

  .footer-logo img {
    max-width: 191px;
    margin-left: 0px;
  }

  .footer-row-1 {
    padding-left: 23px !important;
  }

  .footer-row-2 {
    padding-left: 23px;
  }

  .footer-row-3 {
    padding-left: 23px;
  }

  .footer-row-4 {
    padding-left: 23px;
  }

  .footer-row-4 h6 {
    padding-left: 0px;
  }

  .tab-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .nav-tabs .nav-link {
    padding: 0px 5px;
  }

  .titlePart::before {
    height: 91%;
  }

  .pressreleaseWrap .swiper-button-prev {
    top: -45px
  }

  .pressreleaseWrap .swiper-button-next {
    top: -45px
  }

  /* .nav.nav {
    display: flex !important;
    flex-direction: column !important;
  } */

  .section-title {
    margin-left: 14px;
  }

  .menuList li {
    font-size: 13px;
    border-bottom: 1px solid #025DB1;
        padding:  20px 10px;
        margin-bottom: 0;
  }

  .bannerImg .bannerText {
    position: absolute;
    bottom: 50px;
    left: 25px;
  }

  .water-section-img {
    height: 205px !important;
    margin-top: 20px;
  }

}

@media (max-width: 1024px) {
  /* .title-mobile {
    display: block !important;
  } */

  .footerbg {
    display: none;
  }

  .title-desktop {
    display: none !important;
  }

  .about-row .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .about-row .abtImage {
    margin-bottom: 1rem;
  }

  .about-row .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .footer-logo img {
    margin-left: 5px;
  }

  .about-row .abtImage {
    margin-bottom: 1rem;
  }

  .title-mobile {
    display: none !important;
  }

  .title-desktop {
    display: block !important;
  }


  /* .footer-row-1 {
    padding-left: 99px;
  } */
}

@media (min-width: 1025px) {
  .title-mobile {
    display: none !important;
  }

  .title-desktop {
    display: block !important;
  }
  .viewAllBtn {
         width: 100%;
        position: absolute;
        top: -88px;
        right: -33%;
  }


}

@media (min-width: 993px) and (max-width: 1214px) {
  .footer-row-1 {
    padding-left: 99px !important;
  }
}

@media (min-width:820px) and (max-width:1100px) {
  .about-us-counter .item {
    min-height: 100px;
  }

  #counter {
    gap: 71px;
  }

  .container-spacing {
    padding: 0px 36px;
  }
}

/* @media (min-width: 102px) {
  .viewAllBtn .ctaBtn {
      position: absolute;
      top: 5%;
      right: 16%;
    }
} */


/*  */



/* .contactBtn {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  white-space: nowrap; 
}


.hamburger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
}


@media (max-width: 420px) {
  .contactBtn {
    padding: 6px 10px;
    font-size: 12px;
  }
}
@media (max-width: 365px) {
  .contactBtn {
    padding: 5px 8px;
    font-size: 11px;
  }
} */

/* @media (min-width: 768px) {
  .footer-logo img {
    margin-left: 0px;
  }
} */

/* program amd services  */
.program-card {
  border-radius: 30px;
  background: #F3F3F3;
  position: relative;
  padding:20px;
  height: 100%;
}
.program-card::after{
    content: "";
  position: absolute;
  background-image: url(../images/programcardAfter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
  right: 0;
  bottom: -6px;
}
.program-card h2 {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.program-card ul li {
  position: relative;
  padding-left: 20px;
}

.program-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/icons/ArrowRight.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translatey(-50%);
  top: 50%;
  width: 12px;
  height: 12px;
}
.galleryImg img{
  width: 100%;
  height: 100%;
}
.myGallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.myGallery .galleryImg {
  width: 100%;
  height: 300px;   /* 👈 fixed height for all slides */
  overflow: hidden;
  border-radius: 12px;
}

.myGallery .galleryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* 👈 makes all imgs crop neatly */
}
@media (max-width: 768px) {
  .myGallery .galleryImg {
    height: 200px;  /* smaller on mobile */
  }
}

.Testimonial{border-radius: 30px; background: #F3F3F3; padding: 30px 20px; height: 250px; position: relative;}
.Testimonial::after{position: absolute; content: ""; background-image: url("../images/testimonal.svg"); background-repeat: no-repeat; top: -10px; right: 10px; width: 80px ; height: 58px; z-index: 100;}
.Testimonialslider { padding-left: 80px; } 
.testimonalSection .swiper{overflow: visible !important;}


/* Mobile horizontal scroll */
@media (max-width: 768px) {
  .Testimonial{height: auto !important;}
  .scroll-tabs {
    display: flex;
    flex-wrap: nowrap;        
    overflow-x: auto;        
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;   
    width: 300px;
  }

  .scroll-tabs::-webkit-scrollbar {
    margin-top: 20px;
    height: 6px;              
  }
  .scroll-tabs::-webkit-scrollbar-thumb {
    background: #ccc;         
    border-radius: 3px;
  }
  .scroll-tabs::-webkit-scrollbar-track {
    background: transparent;
  }

  .scroll-tabs .nav-item {
    flex: 0 0 auto;          
    min-width: 140px;      
    text-align: center;
  }
}
