@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('/wp-content/themes/astral-foundation/fonts/TT_norms_pro/TTNormsPro-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('/wp-content/themes/astral-foundation/fonts/TT_norms_pro/TTNormsPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('/wp-content/themes/astral-foundation/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('/wp-content/themes/astral-foundation/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: 15px;
}

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: 10px;
}

.menuList li a {
  color: #000;
}

.container-spacing {
  padding: 0px 80px;
}

.contactBtn {
  background-color: #025DB1;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 25px;
  letter-spacing: 0em;
}

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: 14px;
  /* 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: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0px 5px;
  /* margin: 10px; */
}

.socialIcons img {
  width: 15px;
}

.abtImage img {
  width: 100%;
  height: 415px;
  /* object-fit: cover; */
  overflow: hidden;
  border-radius: 30px;
}

.abtSection .bg-image2 {
  width: 604px;
  height: 202px;
  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;
}

.ctaBtn {
  position: relative;
  color: #025DB1;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  margin-bottom: 8px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ctaBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #025DB1;
  z-index: -1;
  transition: height 0.3s ease, background-color 0.3s ease;
}

.ctaBtn:hover {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.ctaBtn:hover::before {
  height: 100%;
  background-color: #025DB1;
  transition-delay: 0.4s;
}


.ctaBtn img,
.whiteBtn img {
  width: 25px;
  height: 27px;
  object-fit: cover;
  cursor: pointer;
}

.ctaBtn:hover img {
  filter: brightness(0) invert(1);
}

.whiteBtn:hover img {
  filter: brightness(0) invert(0);
}

#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: 430px; */
  align-items: stretch;
  padding-bottom: 20px;
  transition: border-color 0.2s ease;
  position: relative;
  cursor: pointer;
}

/* .our-work-slider-section .workSlide{
  min-height: 360px;
} */

/* .media-section .workSlide{
  min-height: 310px;
} */

.our-work-slider-section .workInfo {
  margin-bottom: 14px;
}

.media-section .workInfo {
  margin-bottom: 14px;
}

.workSlide .ctaBtn {
  margin-left: 20px;
  margin-bottom: 25px;
}

.workInfo img {
  width: 100%;
  height: 193px;
  border-radius: 25px;
  margin-bottom: 15px;
  object-fit: cover;
}

.ourworkWrap .swiper-button-prev:after,
.worldWrap .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-buttons {
  padding-right: 80px;
}

.ourworkWrap .swiper-button-prev {
  top: -61px;
  left: auto;
  right: 81px;
}

.ourworkWrap .swiper-button-next {
  top: -61px;
  right: 30px;
}

.worldWrap {
  position: relative;
}

.worldWrap .swiper-buttons {
  padding-right: 80px;
}

.worldWrap .swiper-button-prev {
  top: -31px;
  left: auto;
  right: 81px;
}

.worldWrap .swiper-button-next {
  top: -31px;
  right: 30px;
}

.prevBtn img,
.nextBtn img {
  width: 44px;
}

.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;
}

/* 
.ourworkSwiper {
  padding-left: 80px;
} */

/* .ourworkSwiper .swiper-slide {
  margin-right: 0px !important;
  gap:0px
} */

.sectionTitle {
  position: relative;
}

.sectionTitle::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 86%;
  background-color: #fff;
  left: 0;
  top: 0;
}

.bg-image1 {
  width: 292px;
  height: 240px;
  position: absolute;
  top: 40px;
  right: 20px;
}

.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: 96vh;
  display: flex;
  align-items: center;
}

.whiteBtn {
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

/* .whiteBtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 95%;
  height: 1px;
  background-color: #ffffff;
} */

.whiteBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  z-index: -1;
  transition: height 0.3s ease, background-color 0.3s ease;
}


.whiteBtn:hover {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 6px;
  color: #000000;
}

.whiteBtn:hover::before {
  height: 100%;
  background-color: #ffffff;
  transition-delay: 0.4s;
}

.viewAllBtn .ctaBtn:hover {
  padding-top: 5px;
  padding-bottom: 5px;
}

.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: 327px;
  height: 219px;
  position: absolute;
  bottom: 0;
  left: 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;
}

.copyright {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding: 20px;
}

.homebannerSection .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;
}

.homebannerSection .swiper-button-prev {
  left: auto;
  right: 111px;
  top: auto;
  bottom: 85px;
  z-index: 2;
  cursor: pointer;
}

.homebannerSection .swiper-button-next {
  left: auto;
  right: 60px;
  top: auto;
  bottom: 85px;
  z-index: 2;
  cursor: pointer;
}

.homebannerSection .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none !important;
}

.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;
}

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

.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 / 54%), rgb(0 0 0) 100%);
  z-index: 1;
}

.media-section .titlePart {
  display: flex;
  align-items: end;
}

.bannerText {
  max-width: 500px;
  color: #fff !important;
  top: auto;
  z-index: 999;
  left: 88px;
  bottom: 75px;
}

.bannerSwiper {
  position: relative;
  z-index: 0;
}

.bannerSwiper::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url('../images/brushImage.png') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.bannerImg::after {
  content: "";
  position: absolute;
  bottom: -45px;
  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;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.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;
}

.waterSection {
  position: relative;
  overflow: hidden;
}

.waterSection {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 31.48%, #000 123.22%),
    url('../images/waterSection.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 96vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.waterSection::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url('../images/brushImage-2.png') no-repeat center bottom;
  background-size: cover;
  z-index: 5;
  pointer-events: none;
}

.stroySection {
  position: relative;
  overflow: visible;
}

.stroySection::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url('../images/brushImage-2.png') no-repeat center bottom;
  background-size: cover;
  z-index: 5;
  pointer-events: none;
}

/* 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 {
  border: none;
  margin-top: -5px;
}

.nav-tabs .nav-link {
  border: none;
  background: transparent;
  font-size: 22px;
  /* match your h2 size */
  font-weight: 600;
  color: rgba(48, 48, 48, 0.53);
  padding: 0;
}

.nav-tabs .nav-link.active {
  color: #0056b3;
  /* highlight color */
}


.gallery-prev img,
.gallery-next img,
.press-prev img,
.press-next img {
  width: 45px;
}

.menu-wrapper .socialIcons {
  display: none !important;
}

.our-work-slider-section {
  padding-left: 60px;
}

.ourworkList li {
  position: relative;
  width: max-content;
}

.ourworkList a {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
  margin-bottom: 3px;
}

.ourworkList a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.1vw;
  width: 0;
  height: 1px;
  background-color: #eeeeee;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.ourworkList a:hover::after {
  width: 100%;
}

.mobile-banner {
  display: none;
}

.menuList li ul {
  position: relative;
  min-width: 230px;
  border-top: 3px solid #025DB1;
  background: rgba(255, 255, 255, 0.70);
  transition: all 0.3s ease-in-out;
}

.menuList li ul::before {
  content: "";
  position: absolute;
  background-color: #717171;
}

.menuList li {
  gap: 20px
}

.menuList li ul ul {
  border: none;
  background: rgba(255, 255, 255, 0.70);
  transition: all 0.3s ease-in-out;
}

.menuList li ul ul {
  left: 100%;
  top: 52px;
  transform: translateX(1rem);
  opacity: 0;
  pointer-events: none;
}

li a span {
  display: none;
}

.educationInfo p {
  margin-bottom: 1.5rem;
}

.educationInfo h5 {
  margin-left: 3rem;
  margin-bottom: 3rem;
}

/* .menuList .nav-list:nth-child(3)>a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2vw;

  left: 4.5vw;
  width: 15px;
  height: 15px;
  background: url("../images/Blue_Arrow.svg") no-repeat center center;
  background-size: contain;
}

.menuList .nav-list2:nth-child(6)>a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2vw;
  left: 6.5vw;
  width: 15px;
  height: 15px;
  background: url("../images/Blue_Arrow.svg") no-repeat center center;
  background-size: contain;
} */

.gallerySwiper .swiper-slide img {
  border-radius: 25px;
}

.blue-arrow {
  filter: invert(35%) sepia(97%) saturate(7475%) hue-rotate(205deg) brightness(100%) contrast(97%);
  width: 20px;
  height: 20px;
}


@media (max-width: 991px) {
  .step-forward-pagination {
    left: 18px !important;
  }

  .menu-wrapper .socialIcons {
    padding-left: 9px;
    gap: 10px;
    display: flex !important;
  }

  li>a>span {
    display: inline-block;
    cursor: pointer;
    margin-left: 6px;
    font-weight: bold;
    font-size: 18px;
    user-select: none;
  }

.menuList li.arrowList > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.menuList li.arrowList > a::after {
  content: "+";
  font-size: 26px;          /* Bigger plus */
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease;
}

.menuList li.arrowList.active > a::after {
    content: "−";
}

.menuList li ul{
  transition: none !important;
}


}

@media (max-width: 768px) {
  .step-forward-slider img {
    border-radius: 18px;
  }

  .bannerSection {
    padding-top: 80px;
  }

  .worldWrap .swiper-button-prev {
    top: 30px;
    left: 20px;
    right: auto;
  }

  .worldWrap .swiper-button-next {
    top: 30px;
    left: 70px;
  }

}

@media (min-width: 1200px) {
  .menuList li {
    padding: 31px 8px;
    font-size: 14px;
  }

  .blue-arrow {
    filter: invert(35%) sepia(97%) saturate(7475%) hue-rotate(205deg) brightness(100%) contrast(97%);
    width: 20px;
    height: 20px;
  }


  .bannerImg .aboutBanner {
    height: 567px;
    padding-top: 124px;
    overflow: hidden;
  }

  .menuList li ul {
    position: absolute;
    top: 125px;
    transform: translateY(1rem);
    opacity: 0;
    pointer-events: none;
    gap: 4vw
  }

  .menuList li:hover>ul {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0rem);
  }


  .menuList li ul li {
    padding: 15px 4px;
    border-bottom: 1px solid #717171;
  }

  .site-header .menuList li ul::after {
    content: '';
    height: 2px;
    width: 0%;
    bottom: -2px;
    left: 0px;
    position: absolute;
    background: #c19a60;
    transition: all 0.3s ease-in-out;
  }

  .menuList .arrowList>a {
  position: relative;
  padding-right: 20px;
}


  .menuList .arrowList>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px !important;
    height: 14px !important;
    transform: translateY(-50%);
    background: url("../images/Blue_Arrow.svg") no-repeat center;
    background-size: contain;
  }

  .menuList li ul li:last-child {
    border-bottom: none;
  }

  .menuList li ul li:hover ul {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0rem);
  }

  .site-header .menuList>li>a {
    position: relative;
  }

  .site-header .menuList>li>a::after {
    content: '';
    height: 2px;
    width: 0%;
    bottom: -2px;
    right: 0px;
    position: absolute;
  }

  .site-header .menuList>li.active>a::after {
    width: 100%;
  }

  .site-header .menuList>li>a:hover::after {
    width: 100%;
  }

}

/* Responsive Menu */
@media (max-width: 991px) {
  .menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    background: #025DB1;
    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);
    overflow: auto !important;
  }

  .menu-wrapper.active {
    left: 0;
  }

  .menuList {
    display: block !important;
    text-align: left;
    padding-left: 0;
  }

  .menuList li {
    margin-bottom: 13px;
  }

  .menuList li a {
    color: #fff;
  }

  .closeMenu {
    display: block;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    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;
    padding: 25px 0px;
  }

  .menuList li span {
    display: block;
    position: absolute;
    right: 3px;
    top: -7px;
    font-size: 2rem;
    line-height: 1;
  }

  .menuList li ul ul,
  .sub-menu {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 100%;
    background: transparent;
    display: none;
    padding-left: 20px;
  }

  .sub-menu li a {
    display: block;
    padding: 6px 0;
  }

}

@media (max-width: 768px) {

  .our-work-slider-section .workSlide {
    min-height: 385px !important;
  }

  .read-more-btn {
    position: absolute;
    bottom: 12px;
    left: 8px;
  }

  .menu-wrapper .menuList {
    height: 77vh;
  }

  .menuList li a {
    color: #fff;
  }

  .list-1 {
    color: black !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
  }

  .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;
  }

  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: 24px;
  }

  .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;
  } */

  .ourworkSwiper {
    padding-left: 13px;
  }

  .bg-image1 {
    display: none;
  }

  .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: 16px;
  }

  .bannerImg .bannerText {
    position: absolute;
    bottom: 50px;
    left: 25px;
  }

  .water-section-img {
    height: 205px !important;
    margin-top: 20px;
  }

  .item {
    margin-bottom: 20px;
  }

  .item:last-child {
    margin-bottom: 0;
  }

  #counter {
    margin-top: 36px;
  }

  .footerInfo p,
  .footerInfo a {
    width: 74%;
  }

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .mobile-banner img {
    height: calc(100vh - 110px);
  }

  .our-work-slider-section {
    padding-left: 12px;
  }

  .menuList li ul {
    background-color: white;
    padding: 12px 20px;
    margin-top: 10px;
  }

  .menuList li ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
  }

  .menuList li ul li:last-child {
    border: none;
    padding-bottom: 0px;
  }

  .menuList li:last-child {
    margin-bottom: 0px;
  }

  .menuList li ul li a {
    color: black;
    font-size: 15px;
  }

  .sub-menu {
    display: none;
  }

  .sub-menu.open {
    display: block;
  }

  li a span {
    display: block;
    display: inline-block;
    cursor: pointer;
    margin-left: 8px;
    font-weight: bold;
    font-size: 18px;
    user-select: none;
  }

  .menuList li ul li:hover ul {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0rem);
  }

  .blue-arrow {
    display: none;
  }


}

@media (min-width:769px) and (max-width:991px) {
  .menu-wrapper .menuList {
    height: 100vh;
  }

  .sub-menu {
    display: none;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    padding-left: 20px;
    background: transparent;
  }

}

@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;
  }

  .headerLogo {
    padding-left: 5px;
  }

  .headerRightPart {
    padding-right: 7px;
  }

  .homebannerSection {
    padding-top: 80px;
  }

  .homebannerSection .swiper-button-prev {
    bottom: 30px;
    right: 80px;
  }

  .homebannerSection .swiper-button-next {
    bottom: 30px;
    right: 30px;
  }

  .bannerImg::after {
    bottom: -64px;
  }

  /* .viewAllBtn .ctaBtn {
    position: absolute;
    top: 15px;
    right: 215px;
    cursor: pointer;
  } */

  /* .footer-row-1 {
    padding-left: 99px;
  } */
}

@media (min-width: 1025px) {
  .title-mobile {
    display: none !important;
  }

  .title-desktop {
    display: block !important;
  }

  .viewAllBtn .ctaBtn {
    position: absolute;
    top: 15px;
    right: 215px;
    cursor: pointer;
  }

  .menu-wrapper .socialIcons {
    display: none !important;
  }

  .menuList li ul li a {
    padding: 1rem 0.7rem;
  }

  .menuList li ul {
    padding: 0px 3px;
  }

}

@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 (max-width: 1199px) {

  /* .menuList li ul,
  .menuList li ul ul {
    transition: none;
  } */

  .menuBar li {
    position: relative;
  }

}

/* @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;
  }
} */


