body {
  overflow-x: hidden;
}

/* .header-main-container .header-logo img {
    content: url("/wp-content/themes/mgl/assets/images/logo-sticky.svg");
} */

/* Main Banner CSS Starts Here */

.about-main-container {
  padding-top: 172px;
  padding-bottom: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-banner-heading h1 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 94px;
  line-height: 95%;
  letter-spacing: -0.01em;
  margin-top: 0px;
  margin-bottom: 19px;
  color: #333333;
}

.about-banner-breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb-page p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin: 0px;
  color: #333333;
}

.breadcrumb-icon {
  padding-right: 6px;
}

/* .breadcrumb-icon svg {
    vertical-align: text-bottom;
} */

.breadcrumb-page::before {
  content: "";
  border-bottom: 3px solid #333333;
  width: 9.5px;
  display: block;
}

.breadcrumb-page {
  display: flex;
  align-items: center;
  gap: 6.5px;
}

.about-banner-paragraph p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 0px;
  color: #333333;
}

.about-banner-paragraph {
  max-width: 542px;
}

#about-banner-img img {
  width: 100%;
}

#about-banner-img {
  margin-bottom: 63px;
}

/* Main Banner CSS Ends Here */

/* Footer CSS Starts Here */

footer #why-we-work {
  background: #7f9297;
}

footer {
  background: #7f9297;
}

/* Footer CSS Ends Here */

/* About Content Section CSS Starts Here */

section#why-we-work::before {
  content: "";
  background: #ffffff2e;
  height: 1px;
  width: 90%;
  display: block;
}

.about-heading {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 46px;
  color: #333333;
  max-width: 994px;
}

.about-para {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.005em;
  margin-top: 0px;
  margin-bottom: 31px;
  color: #333333;
  max-width: 994px;
}

.about-content-main-container {
  margin-bottom: 108px;
}

#about-slider {
  background-color: #7f9297;
}

.about-slider-main-heading {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  margin: 0px;
  color: #ffffff;
}

.about-slider-left {
  display: flex;
  flex-direction: column;
  gap: 204px;
  max-width: 656px;
}

.slide-number p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #ffffff;
  text-decoration: none;
  margin: 0px;
}

.slide-number {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.slide-number-container {
  display: flex;
  gap: 12px;
}

.about-slide-img {
  display: flex;
  gap: 83px;
}

.about-slide-img-number p {
  margin: 0px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.002em;
  color: #ffffff;
}

.about-slide p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ffffff;
}

.about-slide {
  display: flex;
  flex-direction: column;
}

.about-slide img {
  width: 100%;
}

.about-slider-main-container {
  display: flex;
  gap: 81px;
  padding-top: 76px;
  padding-bottom: 72px;
  align-items: center;
}

.about-slide-img-container {
  display: flex;
  flex-direction: column;
  /* height: 550px;
    overflow: scroll; */
  gap: 55px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.about-slide-img-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.about-slide-wrapper {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}

.about-slide-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.slide-number {
  cursor: pointer;
  transition: 0.5s;
}

.slide-number-active {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.breadcrumb-icon svg path {
  transition: 0.5s;
}

@media (hover: hover) {
  .slide-number:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .breadcrumb-icon:hover svg path {
    fill: #263a76;
  }

  .team-content-hidden a:hover {
    color: #263a76;
  }
}

.team-content-hidden a {
  transition: 0.5s;
}

/* About Content Section CSS Ends Here */

/* About Team Section Starts Here */

#about-team {
  margin-top: 123px;
  margin-bottom: 145.38px;
}

.about-team-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(116, 126, 133, 0.4);
  padding-bottom: 24px;
}

.about-team-header h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 0px;
  color: #586a72;
}

.about-animated-heading h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 740;
  font-size: 45px;
  line-height: 105%;
  margin-top: 41px;
  margin-bottom: 109px;
  letter-spacing: -0.01em;
  color: #586a72;
}

.about-animated-heading {
  max-width: 992px;
}

.our-team {
  max-width: 1330px;
  padding-left: 55px;
  padding-right: 55px;
  margin: 0 auto;
  padding-bottom: 110px;
  padding-top: 145px;
}

.our-team h2 {
  font-family: "Inter Tight";
  font-size: 94px;
  line-height: 95%;

  letter-spacing: -0.01em;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 48px;
}

.team-box {
  background-color: #e5f4f8;
  max-width: 430px;
  width: 430px;
  min-height: 440px;
  padding: 37px 33px 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.team-box-headings h2 {
  font-family: "Inter Tight";
  font-weight: 600;
  font-size: 33px;
  line-height: 120%;
  color: #333333;
  margin: 0px;
}

.team-box-headings h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #586a72;
  margin: 0px;
}

.team-box-headings {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.team-box-header {
  display: flex;
  justify-content: space-between;
}

.team-box-footer {
  display: flex;
  justify-content: flex-end;
}

/* Edit This CSS If Slide Causes Issues (Starts */

.team-box-container {
  /* display: flex;
    gap: 21px;
    align-content: center;
    flex-direction: row; */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}

.team-box-header-icon {
  border: 1px solid #586a72;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-sizing: border-box;
  transition: 0.6s;
}

.team-content-hidden p {
  font-family: "Inter Tight";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #586a72;
  margin: 0px;
  max-width: 372px !important;
  width: 372px;
}

.team-content-hidden {
  position: absolute;
  top: 40%;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  height: 311px;
  display: flex;
  align-items: center;
}

.team-content-hidden {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.team-content-hidden a {
  font-family: "Inter Tight";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #586a72;
  margin: 0px;
  text-decoration: none;
}

.team-box-container .owl-stage-outer {
  overflow: visible !important;
}

.hidden-bg-container {
  position: absolute;
  height: 311px;
  background-color: #e5f4f8;
  width: 100%;
  left: 0;
  top: 100%;
  transition: 1s;
}

.about-team-box-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


 .banner-img-mobile
 {
  display: none;
}

@media (min-width: 1025px) {
  .team-box:hover .hidden-bg-container {
    top: 30%;
  }

  .team-box:hover .team-content-hidden {
    top: 30%;
    opacity: 1;
    visibility: visible;
  }

  .team-box:hover .team-box-header-icon {
    transform: rotate(135deg);
  }
}

@media (max-width: 1439px) and (min-width: 1025px) {
  .team-box {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1439px) {
  .team-content-hidden p {
    max-width: 100% !important;
    width: 90%;
  }
}

/* About Team Section Ends Here */

@media (max-width: 1024px) {
  .about-main-container {
    padding-top: 134px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .owl-outer-stage {
    overflow: hidden;
  }

  .owl-stage {
    /* width: 100% !important; */
    padding-left: 0px !important;
  }

  .para-container {
    width: auto !important;
  }

  .about-banner-heading h1 {
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -0.008em;
    margin-bottom: 13px;
  }

  .breadcrumb-page p {
    font-size: 15px;
    line-height: 120%;
  }

  .breadcrumb-icon {
    padding-right: 5px;
  }

  .breadcrumb-page {
    gap: 5px;
  }

  .about-banner-paragraph p {
    margin-top: 33px;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.005em;
  }

 .banner-img-desktop
 {
  display: none;
 }

 .banner-img-mobile
 {
  display: block;
}

  #about-banner-img {
    margin-bottom: 65px;
  }

  .about-heading {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 125%;
    max-width: 100%;
  }

  .about-para {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 150%;
    max-width: 100%;
  }

  .about-content-main-container {
    margin-bottom: 97px;
  }

  .owl-item img {
    width: 339px;
  }

  .owl-item {
    max-width: 339px;
  }

  #about-slider {
    padding-bottom: 98px;
  }

  #about-team {
    margin-top: 86px;
  }

  .about-team-header {
    padding-bottom: 22px;
  }

  .about-team-header h2 {
    font-size: 22px;
    line-height: 120%;
    /* or 26px */
    letter-spacing: 0.01em;
  }

  .about-team-header .main-btn {
    display: none;
  }

  .btn-mobile {
    display: block !important;
    margin-bottom: 96px;
  }

  .about-animated-heading h2 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 37px;
    letter-spacing: 0px;
  }

  .team-box-container {
    flex-direction: column;
  }

  .team-box {
    width: auto;
    max-width: 100%;
    padding: 36px 20px 33px;
  }

  .team-box-headings h2 {
    font-size: 26px;
    line-height: 125%;
  }

  .team-box-headings {
    gap: 8px;
  }

  .team-box-headings h3 {
    font-size: 16px;
    line-height: 120%;
  }

  .team-box-header-icon {
    width: 45px;
    height: 45px;
  }

  .team-box-footer img {
    width: 218px;
    height: 209px;
  }

  .team-active-box .hidden-bg-container {
    top: 30%;
  }

  .team-active-box .team-content-hidden {
    top: 26%;
    opacity: 1;
    visibility: visible;
  }

  .team-active-box .team-box-header-icon {
    transform: rotate(135deg);
  }

  /* footer
    {
        margin-top: -100px;
    } */

  /* .map-section
    {
        display: none;
    } */

  .team-content-hidden p,
  .team-content-hidden a {
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.002em;
  }

  .team-box {
    min-height: 394px;
  }

  .team-content-hidden {
    height: 272px;
  }
}

.number-mobile,
.btn-mobile {
  display: none;
}

/* SVG MAP CSS */

.state-element {
  pointer-events: all;
  cursor: pointer;
  /* Optional: Show hand cursor on hover */
}

.state-hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  pointer-events: none;
}

.state-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.map-section {
  background-color: #7f9297;
  height: 760px;
  position: relative;
}

.map-container {
  max-width: 1330px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 61px;
  display: flex;
  flex-direction: column;
}

.map-content-container h2 {
  font-family: "Inter Tight";
  font-weight: 800;
  font-size: 62px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0px;
}

.map-content-container p {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
}

.para-container {
  width: 540px;
}

.map-svg-container {
  position: absolute;
  top: -0px;
  width: 100%;
}

.map-desktop svg {
  max-height: 759.81px;
}

.map-content-container {
  margin-bottom: 67px;
}

.map-hover {
  cursor: pointer;
}

.map-hover:hover .map-bg {
  fill: #cbe9f1;
}

.map-text {
  opacity: 0;
  visibility: hidden;
  transition: ease-out 0.4s;
  transform: translateY(50px);
}

.state-active .map-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.map-circle {
  opacity: 0;
  visibility: hidden;
  transition: ease-out 0.4s;
  transform: translateY(15px);
}

.state-active .map-circle {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* SVG MAP CSS */

@media (max-width: 1024px) {
  .map-desktop {
    display: none;
  }

  .map-mobile {
    display: block;
  }

  .map-content-container h2 {
    font-size: 43px;
    line-height: 115%;
    letter-spacing: -0.01em;
  }

  .map-content-container p {
    font-size: 16px;
    line-height: 150%;
    margin-top: 16px;
  }

  .map-content-container {
    margin-bottom: 26px;
  }

  .map-container {
    padding: 48px 19px 60px 21px;
  }

  .map-desktop {
    display: none;
  }

  .map-mobile {
    display: block !important;
  }

  .map-svg-container {
    position: unset;
  }

  .map-section {
    height: unset;
    min-height: 729px;
    margin-bottom: -1px;
  }

  .team-box-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.map-desktop svg {
  max-height: 759.81px;
}

@media (max-width: 767px) {
  .map-container {
    padding: 48px 0px 0px 0px !important;
  }

  .map-content-container {
    padding-left: 21px;
    padding-right: 19px;
  }

  .map-section {
    min-height: 0px !important;
    padding-bottom: 94px;
    margin-bottom: -1px;
  }
}

.map-mobile {
  display: none;
}

#about-slider {
  position: relative;
  overflow: hidden;
}

/* Make the main container have the right setup for pinning */
@media (min-width: 1367px) {
  .about-slide-wrapper {
    height: 444px;
    overflow-y: scroll;
  }
}

@media (min-width: 1367px) {
  .about-slider-main-container {
    position: relative;

    width: 100%;
  }
}

/*     
    @media (min-width: 1025px) {

       
        .about-slide-img-container {
            position: relative;
            height: auto;
            overflow: visible !important;
            display: flex;
            flex-direction: column;
            gap: 55px;
           
        }

        
        .about-slide-img {
            position: relative;
            height: auto;
            width: 100%;
        }

        
        .slide-number-active {
            background-color: rgba(255, 255, 255, 0.2);
        }
    } */

.about-banner-paragraph .reveal-para {
  opacity: 0;
}

@media (max-width: 767px) {
  .about-para {
    display: inline-block !important;
  }
}

/* @media (max-width: 1024px) {
}

@media (min-width: 1025px) and (max-width: 1366px) {
} */

@media (max-width: 1366px) {
  .about-slide-wrapper {
    width: 100vw;
  }

  .about-slider-main-container {
    width: auto !important;
  }

  .about-slider-main-container {
    height: 100%;
    overflow: hidden;
  }

  .about-slider-main-container .owl-stage {
    display: flex !important;
    width: 100vw !important;
    overflow: visible !important;
  }

  .about-slider-main-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about-slider-main-container {
    flex-direction: column;
  }

  .about-slider-main-container {
    gap: 42px;
  }

  .about-slider-right {
    width: 100%;
  }

  .slide-number-container {
    display: none;
  }

  .number-desktop {
    display: none;
  }

  .number-mobile {
    display: block !important;
  }

  .about-slider-main-heading {
    font-size: 26px;
    line-height: 125%;
  }

  #about-slider {
    padding-top: 67px;
  }

  .slide-content-container {
    display: flex;
    gap: 24px;
  }

  .about-slide {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-slider-left {
    max-width: 100%;
  }

  .about-slide-img-container {
    height: auto;
  }

  .about-slide img {
    height: 212px;
    object-fit: cover;
  }

  .about-slide-img {
    width: 339px;
    max-width: 339px;
  }

  .about-slide-img-container {
    flex-direction: row;
    gap: 15px;
  }

  .about-slide-img-container {
    overflow: hidden;
  }

  .about-slide {
    justify-content: flex-end;
  }

  .about-slide p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: -0.002em;
  }

  .about-slide-img-number p {
    font-size: 20px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.002em;
  }

  .about-slide-wrapper {
    height: auto;
    padding-bottom: 100px;
  }

  #about-slider {
    padding-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .map-desktop {
    display: none;
  }

  .map-mobile {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .map-svg-container {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
  }
}

.map-desktop svg {
  width: 100%;
}

.our-team.home-reveal-text-container {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .about-slide-wrapper {
    width: 100%;
  }
  .about-slider-left {
    max-width: unset;
  }
  .about-slider-main-container {
    flex-direction: column;
    align-items: unset;
  }
  .slide-number-container {
    display: none;
  }

  .about-slide-img-container {
    flex-direction: row;
  }

  .about-slide-img {
    width: 33%;
    max-width: unset;
  }

  .about-slide {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-slide-wrapper{
    height:unset;
  }
}
