body {
  overflow-x: hidden;
}

.banner-main {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 1150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* .header-main-container>.header-logo img {
    content: url('/wp-content/uploads/2025/02/Group-14.svg');
} */

.banner-header,
.banner-footer {
  position: relative;
  z-index: 2;
}

.banner-footer
{
  top: 100%;
}

.banner-header h1 {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 94px;
  line-height: 95%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 20px;
}

.banner-header p {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 20px;
}

.main-btn {
  margin: 0 auto;
}

.banner-footer-icon-container {
  display: flex;
  justify-content: space-between;
  width: 237px;
  border-top: 1px solid #fff;
}

.banner-footer-icon-container img {
  padding-top: 16.5px;
}

.banner-footer-icon-container .banner-footer-svg {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-footer-icon-container .banner-footer-svg .svg-container:before {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
}

.svg-container svg {
  position: absolute;
}

.banner-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.banner-breadcrumbs h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 0px;
}

.banner-breadcrumbs a {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #333333;
  text-decoration: none;
}

.breadcrumb-current::before {
  content: "";
  background-color: #263a76;
  width: 18px;
  height: 18px;
  display: block;
}

.breadcrumb-current {
  display: flex;
  gap: 8px;
}

.banner-breadcrumbs {
  padding-bottom: 64px;
  padding-left: 55px;
}

.divider-mobile,
.img-mobile,
.map-mobile,
.banner-phone {
  display: none;
}

.banner-fog img,
.banner-lighthouse img,
.banner-background img,
.banner-trees img,
.banner-skyline img,
.banner-default img,
.banner-residential img,
.banner-commercial img {
  width: 100%;
}

.banner-fog,
.banner-lighthouse,
.banner-background,
.banner-trees,
.banner-skyline,
.banner-default,
.banner-residential,
.banner-commercial {
  width: 100%;
  position: absolute;
  transition: 1s all;
}

.banner-background {
  z-index: 1;
  top: 0;
}

.banner-default {
  bottom: 0;
  z-index: 6;
  transform-origin: top left;
}

.banner-residential {
  bottom: 70px;
  left: -28%;
  transform-origin: left center;
  transform: scale(1);
  z-index: 5;
}

.banner-commercial {
  bottom: -93px;
  right: 0;
  transform-origin: right center;
  transform: scale(0.3);
  z-index: 4;
}

.banner-skyline {
  bottom: 250px;
  z-index: 1;
}

.banner-lighthouse {
  bottom: 160px;
  z-index: 2;
  min-width: 910px;
}

.banner-trees {
  bottom: 238px;
  z-index: 3;
}

.banner-fog {
  z-index: 6;
}

.banner-fog img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  width: unset;
}

.active-residential .banner-residential {
  z-index: 6;
  transform: scale(2);
}

.active-residential .banner-default {
  transform: translateY(100%) scale(1.5);
  opacity: 0;
}

.active-commercial .banner-commercial {
  z-index: 6;
  transform: scale(1);
}

.active-commercial .banner-default {
  transform: translate(-100%, 100%);
}

.active-commercial .banner-residential {
  transform: scale(2) translate(-40%, 50%);
}

.active-commercial .banner-lighthouse {
  transform: scale(1.5);
}

@media (max-width: 767px) {
  .active-default .banner-default {
    min-width: 890px;
    left: calc(50% - 445px);
    /* Half of min-width to center it */
  }

  .map-container {
    padding: 48px 0px 0px 0px !important;
  }

  .map-content-container {
    padding-right: 19px;
    padding-left: 21px;
  }

  .map-section {
    min-height: 0px !important;
    padding-bottom: 94px;
  }

  .banner-residential {
    transform-origin: 100px 50px;
  }

  .active-residential .banner-residential {
    transform: scale(4.5);

    /* min-width: 890px;
      left: calc(50vw - 675px); */
  }

  .banner-commercial {
    /* right: -20px; */
    transform-origin: 463px 264px;
    right: -260px;
    bottom: -28px;
    /* transform-origin: bottom; */
  }

  .active-commercial .banner-commercial {
    transform: scale(2.2);

    /* min-width: 750px;
      left: calc(50% - 375px); /* Half of min-width to center it */
    /* bottom: 60px; */
  }

  .banner-trees {
    min-width: 200vw;
    right: 0;
    bottom: 60px;
  }
}

/* .commercial-sub-menu,
  .residential-sub-menu {
    display: none !important;
  }
  
  .overlay-active {
    display: none !important;
  } */

.active-residential .default-content .banner-header-default,
.active-residential .default-content .banner-header-comm {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  /* width: 0; */
  height: 0;
}

.active-commercial .default-content .banner-header-default,
.active-commercial .default-content .banner-header-res {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.default-content .banner-header-default {
  opacity: 1;
  visibility: visible;
  width: 100;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

.default-content .banner-header-res {
  position: absolute;
  left: 0;
  right: 0;
}

.banner-header-default,
.banner-header-res,
.banner-header-comm {
  transition: opacity 0.5s, transform 0.5s;
}

.active-default .banner-header-res,
.active-default .banner-header-comm {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.active-residential .banner-header-res {
  transform: translateY(0);
}

.active-commercial .banner-header-comm {
  transform: translateY(0);
}

.default-content {
  padding-top: 136px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1111;
  height: 100%;
  padding-bottom: 80px;
}

.banner-footer {
  height: unset%;
  display: flex;
  align-items: flex-end;
}

.sliding-boxes {
  padding: 82px 55px 145px;
  max-width: 1330px;
  margin: 0 auto;
}


  .sliding-bold-text
  {
    font-weight: bolder !important;
    margin-bottom: 15px !important;
    
  }

.sliding-box {
  background-image: url("/wp-content/uploads/2025/01/Group-182.svg");
  background-color: #f1fafc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 395px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 52px 42px 64px 32px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.box-number-container h3 {
  font-family: "Inter Tight";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #586a72;
  margin: 0px;
}

.sliding-box-number {
  width: fit-content;
}

.box-number-container {
  border: 1px solid #586a72;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.sliding-box-content h2 {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 94px;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #586a72;
  margin: 0px;
}

.sliding-box-content p {
  font-family: "Inter Tight";
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #586a72;
  margin: 0px;
}

.sliding-box-content {
  display: flex;
  flex-direction: column;
  max-width: 827px;
  gap: 104px;
}

.sliding-box-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sliding-box-img {
  align-self: flex-end;
}

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

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

/* Edit This CSS If Slide Causes Issues (Ends) */

.map-section {
  background-color: #7f9297;
  height: 760px;
  position: relative;
  margin-bottom: 106.17px;
  overflow-x: hidden;
}

.map-container {
  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 !important;
}

.map-svg-container {
  position: absolute;
  top: 0px;
  width: 100%;
}

.map-marker-glasgow {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.marker-content h2 {
  font-family: "Inter Tight";
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: #ffffff;
  margin: 0px;
}

.marker-content h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
  margin-top: 10px;
}

.map-content-container {
  margin-bottom: 67px;
}

.map-marker-bedford {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.map-marker-bedford .marker-content h2,
.map-marker-bedford .marker-content h3 {
  text-align: left;
}

.resources-section {
  max-width: 1330px;
  width: unset;
  padding-left: 55px;
  padding-right: 55px;
  margin: 0 auto 41px;
}

@media (max-width: 1264px) {
  .resources-section {
    width: 1330px;
    max-width: unset;
  }
}

.resources-section .owl-nav,
.resources-section .owl-dots {
  display: none;
}

.resources-section h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 780;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 48px;
}

.resource-cat h3 {
  font-family: "Inter Tight";
  font-weight: 900;
  font-size: 12px;
  /* line-height: 135%; */
  letter-spacing: -0.002em;
  color: #263a76;
  margin: 0px;
}

.resource-content {
  margin-top: 50px;
}

.resource-content h2 {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.002em;
  color: #586a72;
  margin-top: 0px;
  margin-bottom: 10px;
  transition: 0.5s;
}

.resource-content p {
  margin: 0px;
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #747e85;
}

.resource-box {
  width: 429.5px;
  background-color: #cbe9f1;
  padding: 27px 33.5px 32px 20px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.5s;
}

.resource-cat {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
}

.resource-cat:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #263a76;
}

.resource-box::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 85.9px 85.9px 0;
  border-color: transparent #ffffff transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -1px;
  right: -2px;
}

.resource-icon {
  position: absolute;
  right: 0;
  background: #8fc7d6;
  top: 0;
  z-index: 1;
  width: 19px;
  height: 19px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.resource-icon svg {
  transform: rotate(-45deg);
}

.resource-container {
  display: flex;
  gap: 21.5px;
  margin-bottom: 24px;
}

.divider-mobile,
.img-mobile,
.map-mobile,
.banner-phone {
  display: none;
}

.resources-section .main-btn {
  margin: unset;
}

.owl-carousel .owl-item img {
  width: unset !important;
}

.owl-stage {
  padding-left: 0px !important;
}

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

.hidden-bg-container {
  position: absolute;
  height: 311px;
  background-color: #e5f4f8;
  width: 100%;
  left: 0;
  top: 100%;
  transition: 1s;
}

.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;
  transition: 0.5s;
}

.team-box-container .owl-stage-outer {
  overflow: visible !important;
}

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

  .resource-box:hover .resource-hover-icon svg {
    transform: scale(1) rotate(-45deg);
  }

  .resource-box:hover .resource-icon {
    transform: scale(0);
  }

  .resource-box:hover .resource-content h2 {
    color: #263a76;
  }

  .resource-box:hover {
    width: 425.5px;
  }

  .banner-footer-icon-container:hover .banner-footer-svg .svg-container:before {
    border: 1px solid #263a76;
  }

  .banner-footer-icon-container:hover svg path {
    stroke: #263a76;
  }

  .banner-footer-icon-container:hover .svg-container svg {
    transform: translateX(30px);
  }

  .banner-footer-icon-container:hover svg.arrow-hidden {
    transform: translateX(0px);
  }

  .team-content-hidden a:hover {
    color: #263a76;
  }
}

svg.arrow-hidden {
  transform: translateX(-30px);
}

.svg-container {
  overflow: hidden;
}

.banner-footer-svg .svg-container:before,
.banner-footer-icon-container svg path,
.svg-container svg {
  transition: 0.5s;
}

.banner-footer-icon-container {
  cursor: pointer;
}

.resource-hover-icon {
  position: absolute;
  right: 6px;
  top: -17px;
  z-index: 1;
}

.resource-hover-icon svg {
  transform: scale(0) rotate(-45deg);
  transform-origin: right;
  transition: 0.5s;
}

.resource-icon {
  transition: 0.5s;
}

/* 
.resource-icon svg,
.resource-icon path
{
  transition: 0.5s;
} */

@media (max-width: 1024px) {
  .sliding-boxes,
  .sliding-box-content,
  .team-box,
  .our-team,
  .map-container,
  .para-container,
  .map-svg-container svg,
  .resources-section,
  .resource-box {
    max-width: 100%;
    width: auto;
  }

  .resource-cat h3 {
    font-weight: 700;
  }

  .boxes-main-container {
    max-width: 100% !important;
    width: auto !important;
  }

  .sliding-box-footer,
  .team-box-container,
  .resource-container {
    flex-direction: column;
  }

  .banner-header h1 {
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.008em;
    margin-bottom: 15px;
  }

  /* .banner-main {
        padding-left: 20px;
        padding-right: 20px;

        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;

    } */

  /* .banner-home {
        background: url('/wp-content/uploads/2025/02/Group-186.svg');
        padding-top: 157px;
        min-height: 669.5px !important;
        padding-bottom: 17.5px;
    } */

  .banner-header p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
  }

  .banner-header-default .main-btn {
    display: none;
  }

  .banner-phone {
    display: block !important;
  }

  .banner-phone-col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }

  .banner-phone-number a {
    font-family: "Inter Tight";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.002em;
    color: #000000;
    text-decoration: none;
  }

  .banner-phone-icon {
    background-color: rgba(255, 255, 255, 0.4);
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
  }

  .banner-footer-icon-container img {
    width: 110.09px;
    height: 28.14px;
    padding-top: 15.36px;
  }

  .banner-footer-icon-container .banner-footer-svg .svg-container:before {
    width: 28.79px;
    height: 28.79px;
  }

  .banner-footer-icon-container .banner-footer-svg {
    padding-top: 13.97px;
  }

  .svg-container svg {
    width: 10.16px;
    height: 9.31px;
  }

  /* .banner-residential {
        background: url("/wp-content/uploads/2025/02/Residential-1.svg");
    } */

  /* .banner-residential,
    .banner-commercial {
        min-height: 724px;
    } */

  .breadcrumb-current::before {
    width: 16px;
    height: 16px;
  }

  .breadcrumb-current {
    gap: 7px;
  }

  .banner-breadcrumbs {
    padding-left: 0px;
  }

  .banner-residential .banner-header h1 {
    margin-bottom: 12px !important;
  }

  .breadcrumb-current h2 {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.002em;
  }

  .banner-breadcrumbs a {
    font-size: 12px;
    line-height: 120%;
  }

  .breadcrumb-divider svg {
    width: 9px;
    height: 13px;
  }

  .divider-desktop {
    display: none !important;
  }

  .divider-mobile {
    display: flex !important;
  }

  /* .main-btn a {
        font-size: 15px;
        line-height: 120%;

    } */

  /* .banner-commercial {
        background: url('/wp-content/uploads/2025/02/Commercial.svg');
    } */

  .sliding-boxes {
    padding: 74px 20px 120px;
  }

  .sliding-box-content h2 {
    font-size: 43px;
    line-height: 110%;
    letter-spacing: -0.01em;
  }

  .sliding-box-content p {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.002em;
  }

  .sliding-box-img img {
    width: 71.39px;
    height: 60px;
  }

  .box-number-container {
    width: 45px;
    height: 45px;
  }

  .box-number-container h3 {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.002em;
    margin-top: 2px;
  }

  .sliding-box-content {
    gap: 30px;
  }

  .sliding-box {
    gap: 50px;
    padding: 43px 19px 68px;
  }

  .img-desktop {
    display: none;
  }

  .sliding-box-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .img-mobile {
    display: block !important;
  }

  .our-team {
    padding-left: 17px;
    padding-right: 0px;
    padding-bottom: 74px;
    overflow: hidden;
    padding-top: 120px;
  }

  .our-team h2 {
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -0.008em;
    margin-bottom: 20px;
  }

  .team-box-headings h2 {
    font-size: 26px;
    line-height: 125%;
    margin-bottom: 7.66px;
  }

  .team-box-headings {
    gap: 0px;
  }

  .team-box-headings h3 {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.002em;
  }

  .team-box-header-icon {
    width: 43px;
    height: 43px;
  }

  .team-box-header-icon svg {
    width: 22px;
    height: 22px;
  }

  .team-box {
    padding: 34.25px 19.15px 31.58px;
    min-height: 377px;
  }

  .team-box-footer img {
    width: 209px;
    height: 200px;
  }

  .map-content-container h2 {
    font-size: 43px;
    line-height: 113%;
    letter-spacing: -0.01em;
    font-weight: 700;
  }

  .map-content-container p {
    font-size: 16px;
    line-height: 150%;
    margin-top: 16px;
  }

  .map-content-container {
    margin-bottom: 26px;
  }

  .para-container {
    width: auto !important;
  }

  .map-container {
    padding: 48px 19px 60px 21px;
  }

  .map-svg-container {
    position: unset;
  }

  .map-section {
    height: unset;
    min-height: 729px;
    margin-bottom: 80px;
  }

  .resources-section {
    padding-left: 20px;
    padding-right: 0px;
  }

  .resources-section h2 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }

  .resource-content h2 {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.002em;
    margin-bottom: 10px;
  }

  .resource-content {
    margin-top: 43px;
  }

  .resource-content p {
    font-size: 16px;
    line-height: 150%;
  }

  .resource-box {
    padding: 19px 27px 30px 17px;
  }

  .resource-icon svg {
    width: 19px;
    height: 23px;
  }

  .resource-container {
    margin-bottom: 20px;
  }

  .team-content-hidden p,
  .team-content-hidden a {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.002em;
    width: 90%;
    max-width: unset !important;
  }

  .team-content-hidden,
  .hidden-bg-container {
    height: 263px;
  }

  .team-active-box .hidden-bg-container {
    top: 30%;
  }

  .team-active-box .team-content-hidden {
    top: 26%;
    opacity: 1;
    visibility: visible;
  }

  .team-content-hidden {
    gap: 10px;
  }

  .team-box-container .owl-item {
    width: 339px !important;
  }

  .team-box-container .owl-stage-outer {
    overflow: hidden !important;
  }

  .team-active-box .team-box-header-icon {
    transform: rotate(135deg);
  }

  svg.arrow-hidden {
    display: none;
  }

  .langugage-switcher {
    display: none;
  }

  .sliding-box {
    min-height: 320px;
  }

  .box-transparency {
    top: 14% !important;
    z-index: -2;
  }

  .banner-header-res,
  .banner-header-comm,
  .banner-header-default,
  .default-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-footer {
    padding-bottom: 17.5px;
  }

  .default-content {
    padding-bottom: 0px !important;
  }

  .banner-default img {
    content: url("/wp-content/uploads/2025/08/MPL-1-1.svg");
  }

  .banner-main {
    height: 100vh;
  }

  .resource-container {
    overflow: hidden;
  }

  .resources-section {
    margin-bottom: 80px;
  }

  h1.home-reveal-text .line-wrapper:not(:last-child) {
    margin-bottom: -10px;
  }
}

@media (max-width: 768px) {
  .banner-main {
    height: 100vh;
  }
}

/* Card Test CSS */

/* .cards-box {
    position: relative;

}

.cards-box .card {
    width: 100%;
    cursor: pointer;
}

.cards-box .card.hide {
    visibility: hidden;
}

.cards-box .card:not(.hide) {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5S
}

.cards-box .card:not(.hide)[data-slide='0'] {
    transform: translate(0px, 0px) scale(1);
    z-index: 6;
    opacity: 1;
}

.cards-box .card:not(.hide)[data-slide='1'] {
    transform: translate(0px, 68px) scale(0.9084);
    z-index: 5;

}



.cards-box .card:not(.hide)[data-slide='0'] {
    transition: all 0.6s;
}

 */

/* .animation-active {
    
    opacity: 0 !important;
    transition: all 1.2s cubic-bezier(0.68, -0.6, 0.32, 1.6)  !important;
} */

@media (max-width: 1439px) and (min-width: 1025px) {
  .team-box {
    max-width: 430px;
    width: 430px;
  }
}

@media (max-width: 1439px) {
  .team-content-hidden p {
    max-width: 430px !important;
    width: 90%;
  }
}

/* .map-hover .map-bg
{
    fill: rgba(255, 255, 255, 0.35);
    transition: 0.5s;
} */

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

.box-focus.sliding-box-active {
  transform: translateY(-200px);
  opacity: 0;
  visibility: hidden;
}

/* .sliding-box
{
    transition: all 1.2s cubic-bezier(0.68, -0.6, 0.32, 1.6)  !important;

}


.sliding-box-active + .sliding-box
{
   transform:  scale(1) !important; 

}

.sliding-box-active 
{
    transform: translateY(-200px);
    opacity: 0;
    visibility: hidden;
}

*/

.sliding-boxes.unstack {
  /* padding-bottom: 0px; */
}

.sliding-boxes.unstack .boxes-main-container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.sliding-boxes:not(.unstack) .sliding-box:not(:first-child) {
  position: absolute;

  left: 0;
  right: 0;
}

.sliding-boxes:not(.unstack) .box-exp {
  top: 10%;
  opacity: 0.8;
  transform: scale(0.9);
  z-index: -1;
}

.sliding-boxes:not(.unstack) .box-transparency {
  top: 20%;
  opacity: 0.8;
  transform: scale(0.8);
  z-index: -2;
}

.boxes-main-container {
  max-width: 1330px;

  margin: 0 auto;
  position: relative;
}

.banner-header-comm {
  position: absolute;
  left: 0;
  right: 0;
}

.active-commercial .banner-footer,
.active-residential .banner-footer {
  display: none !important;
}

@media (max-width: 375px) {
  .banner-header h1 {
    font-size: 38px;
  }

  .banner-header p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .default-content {
    padding-top: 114px;
  }
}

@media (max-height: 781px) and (max-width: 430px) {
  .banner-header h1 {
    font-size: 38px;
  }

  .banner-header p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .default-content {
    padding-top: 114px;
  }
}

@media (min-width: 1025px) and (max-width: 1450px) {
  .banner-main {
    height: 925px;
  }
}

.map-desktop svg {
  max-height: 759.81px;
}

.banner-header-default h1 {
  line-height: 120%;
}

@media (min-width: 1025px) {
  .banner-header h1 .line-wrapper:last-child {
    margin-top: -25px;
  }
}

@supports (font: -apple-system-body) {
  /* .resource-cat h3 {
        font-weight: 700;
    } */
  /* 
    .map-content-container h2 {
        font-weight: 700 !important;
    } */

  /* .team-box-headings h3 {
        font-weight: 500;
    } */

  /* .team-content-hidden p {
        font-weight: 500 !important;
    } */
}

.banner-skyline {
  opacity: 0;
}

.active-default .banner-skyline {
  opacity: 1;
}

.active-default .banner-breadcrumbs {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.banner-breadcrumbs {
  opacity: 0;
  visibility: visible;
  transform: translate(0px);
  transition: 0.5s;
  position: relative;
  z-index: 11;
  display: none;
}

.active-residential .res-slide-btn a {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: -0.002em;
  color: #333333;
}

.active-residential .res-slide-btn {
  pointer-events: none;
  padding-left: 8px;
}

.active-commercial .commercial-slide-btn {
  pointer-events: none;
  padding-left: 26px;
}

.active-commercial .commercial-slide-btn a {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: -0.002em;
  color: #333333;
}

.res-slide-btn a,
.commercial-slide-btn a {
  transition: 0.5s;
}

.banner-header-res,
.banner-header-comm,
.banner-header-default {
  padding-top: 79px;
}

.banner-breadcrumbs::before {
  content: "";
  background-color: #263a76;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 38px;
  transition: 0.5s;
}

.active-commercial .banner-breadcrumbs::before {
  left: 212px;
}

@media (max-width: 1024px) {
  .banner-breadcrumbs::before {
    width: 16px;
    height: 16px;
    left: 0px;
  }

  .active-residential .res-slide-btn a,
  .active-commercial .commercial-slide-btn a {
    font-size: 16px;
    line-height: 110%;
  }

  .banner-breadcrumbs {
    padding-left: 14px;
  }

  .active-commercial .banner-breadcrumbs::before {
    left: 147px;
  }

  .active-commercial .commercial-slide-btn {
    pointer-events: none;
    padding-left: 22px;
  }

  .active-commercial .banner-residential {
    opacity: 0;
  }

  .header-main-container > .header-logo img {
    content: url("/wp-content/uploads/2025/05/Horizontal-Logo-1.svg");
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1296px) {
  .header-main-container > .header-logo img {
    content: url("/wp-content/uploads/2025/05/Horizontal-Logo-1.svg");
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .banner-trees {
    bottom: 188px;
  }

  .banner-commercial {
    bottom: -25px;
  }
}

/* 404 Page CSS */

.error404 footer {
  margin-top: -94px;
  position: relative;
  z-index: 11;
}

.error404 footer #why-we-work {
  background: #7f9297;
}

.not-found-banner {
  padding-top: 111px;
  margin-bottom: -5px;
}

.not-found-banner .desktop-hidden {
  /* display: none; */
  opacity: 0;
}

@media (max-width: 1024px) {
  .not-found-banner {
    padding-top: 75.39px;
    margin-bottom: -5px;
  }

  .not-found-banner .main-btn {
    display: block !important;
  }

  .not-found-banner h1 {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    line-height: 120%;
    margin-bottom: 13.65px;
    letter-spacing: -0.01em;
  }

  .not-found-banner p {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 33.54px;
    color: #333333;
  }

  .not-found-banner .banner-background img {
    content: url("/wp-content/themes/mgl/assets/images/Background.svg");
  }

  .not-found-banner .desktop-hidden {
    display: block;
  }

  .not-found-banner .default-content {
    padding-top: 75.39px;
  }
}

@media (max-width: 767px) {
  .not-found-banner {
    height: 750.73px !important;
    box-sizing: border-box !important;
  }

  .not-found-banner .banner-default {
    bottom: -18px;
  }
  .not-found-banner * {
    text-align: left !important;
  }

  .not-found-banner .main-btn {
    margin: unset;
  }

  .error404 footer {
    margin-top: 0px;
    background: #7f9297;
  }
}

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

#page {
  overflow-x: hidden;
}

/* .our-team.home-reveal-text-container {
  overflow-x: hidden;
} */



/* Our Services Section CSS Starts Here */

.services-header-col {
  display: flex;
  align-items: center;
  gap: 131px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 37px;
}

.services-header-col h2 {
  font-family: "Inter Tight";
  font-weight: 700;
  font-size: 94px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #586a72;
  margin: 0px;
  width: 100%;
}

.services-header-col p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #586a72;
  margin: 0px;
}

#our-services-section h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 800;
  font-size: 62px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin: 0px;
  color: #333333;
}

.services-content-col {
  padding-top: 0px;
  display: flex;
  gap: 10px;
}

.services-content-col.col-top {
  padding-bottom: 11px;
}

.service-box {
  background-color: unset !important;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

.service-box-header {
  padding-top: 38px;
  padding-left: 27px;
  padding-right: 21px;
}

.service-box-header p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #333333;
  margin: 0px;
  margin-top: 23px;
  transition: 0.5s;
}

.service-divider {
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  width: auto;
}

.service-divider-mid {
  border-left: 1px solid rgba(196, 196, 196, 0.5);
  height: 425px;
}

.col-bottom .service-divider-mid {
  height: 420px !important;
}

.service-buying img {
  width: 210px;
  height: 165px;
}

.service-selling img {
  width: 229.87px;
  height: 134.88px;
}

.service-refinancing img {
  width: 200px;
  height: 168px;
}

.service-migration .service-box-img img {
  width: 236.7px;
  height: 139px;
  padding-bottom: 43px;
}

.service-box-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0px;
  margin-top: auto;
  position: relative;
}

.service-buying .default-desc {
  padding-right: 62px;
}

.service-buying .service-box-header {
  padding-bottom: 37px;
  padding-left: 0px;
  padding-top: 46px;
}

.service-selling .service-box-header {
  padding-bottom: 81.06px;
  padding-top: 45px;
  padding-right: 0px;
  padding-left: 37px;
}

.service-refinancing .service-box-header {
  padding-bottom: 45px;
  padding-top: 44px;
  padding-left: 0px;
}

.service-migration .service-box-header {
  padding-top: 45px;
  padding-left: 37px;
  padding-right: 0px;
  padding-bottom: 64px;
}

.service-buying .service-box-footer .service-box-img {
  padding-right: 35.29px;
}

.service-buying .service-box-img {
  padding-bottom: 50px;
}

.service-selling .service-box-footer .service-box-img {
  padding-right: 0px;
}

.service-selling .service-box-img {
  padding-bottom: 59.06px;
}

.service-selling .service-box-footer {
  padding-left: 37px;
}

.service-migration .service-box-footer {
  padding-left: 37px;
}

.service-refinancing .service-box-footer .service-box-img {
  padding-right: 31px;
}

.service-refinancing .service-box-img {
  padding-bottom: 34px;
}

.service-box-icon {
  padding-bottom: 50px;
  width: 50px;
  height: 50px;
  z-index: 11;
}

.service-box-icon svg {
  transition: 0.5s;
}

.services-main-container {
  margin-bottom: 55px;
}

/* Hidden Content Styles */
.service-box-hidden-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  top: 90%;
  z-index: 11;
  transition: 0.5s;
}

.service-box-hidden-content p {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #333333;
  margin-top: 15px;
}

.service-box-hidden-content p:first-child {
  margin-bottom: 0px;
  margin-top: 0px;
}

.service-box-content-container {
  position: relative;
  margin-top: 23px;
}

.service-box-content-container p {
  margin-top: 0px;
}

.service-box .service-box-img img {
  transition: 0.5s;
}

.service-box-img {
  position: unset;
  display: flex;
  box-sizing: border-box;
}

/* Number Hidden Container */
.number-hidden-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 39px;
  right: 34px;
  width: 100%;
  z-index: 11;
}

.number-hidden-container p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  text-align: right;
  letter-spacing: -0.002em;
  margin: 0px;
}

.number-hidden-container .text-bold {
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}

.text-bottom {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 135%;
  text-align: right;
  letter-spacing: -0.002em;
  color: #263a76;
}

.number-hidden {
  font-family: "Inter Tight";
  font-weight: 800;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #253a76;
  transition: 0.5s;
  margin: 0px;
  text-align: right;
  position: unset;
  padding: 0px;
  margin-bottom: 5px;
  opacity: 1;
  visibility: visible;
}

.number-lending-b {
  position: absolute;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 0.5s;
  right: 0;
}

.number-active .number-lending-b {
  opacity: 1 !important;
  visibility: visible !important;
}

.number-active .number-default {
  opacity: 0 !important;
  visibility: hidden !important;
}

.number-default {
  transition: 0.5s;
}

/* Hidden Background Container */
.hidden-background-container {
  background: white;
  display: block;
  height: 170px;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 1%;
  height: 0;
  transition: 0.3s;
}

/* Lending Content */
.lending-content {
  display: flex;
  gap: 6px;
  align-items: stretch;
  top: 55px;
  transition: 0.5s;
  position: absolute;
}

.lending-content p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  margin: 0px;
  transition: 0.5s;
  color: #253a76;
}

.lending-content-container {
  position: relative;
}

.lending-text-hidden {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.lending-text-default {
  transition: 0.5s;
}

.lending-active .lending-text-default {
  opacity: 0;
  visibility: hidden;
}

.lending-active .lending-text-hidden {
  opacity: 1;
  visibility: visible;
}

.lender-text-bold {
  font-weight: 700;
}

/* Toggle Button */
.toggle-button-container {
  background-color: #182d5b;
  position: relative;
  height: 43px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  padding-left: 47px;
  padding-right: 20px;
  cursor: pointer;
  transition: 0.5s;
}

.toggle-button-text h4 {
  margin: 0px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  transition: 0.5s;
  color: #ffffff;
  text-transform: uppercase;
}

.toggle-button-circle {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  position: absolute;
  left: 8px;
  transition: 0.5s;
}

.service-heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-btn-active .toggle-button-circle {
  left: 111px;
  background-color: #77868c;
}

.toggle-btn-active {
  background-color: #cbe9f1;
}

.heading-hidden {
  position: absolute;
  top: 11px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  color: #77868c !important;
}

.toggle-btn-active .heading-default {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
}

.toggle-btn-active .heading-hidden {
  left: 18px;
  opacity: 1;
  visibility: visible;
}

/* Hover Effects - Desktop Only */
@media (min-width: 1025px) {
  .service-box {
    width: 50%;
  }

  .service-box:hover .service-box-img img {
    visibility: hidden;
    opacity: 0;
  }

  .service-box:hover .service-box-hidden-content {
    opacity: 1;
    visibility: visible;
    top: 20%;
  }

  .service-box:hover .service-box-hidden-content p:first-child {
    margin-bottom: 0px;
  }

  .service-box:hover .service-box-header > p {
    visibility: hidden;
    opacity: 0;
  }

  .service-box:hover .number-hidden-container {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .service-box:hover .service-box-icon svg {
    transform: rotate(-135deg);
  }

  .service-box:hover .hidden-background-container {
    height: 200px;
  }

  .service-refinancing:hover .lending-content {
    top: 0 !important;
  }

  .service-refinancing:hover .service-box-hidden-content {
    top: 62%;
  }

  .service-box:hover .service-box-content-container .default-desc {
    opacity: 0;
    visibility: hidden;
  }
}

/* Mobile and Tablet Styles */
@media (max-width: 1024px) {
  .services-header-col,
  .services-content-col {
    flex-direction: column;
  }

  .services-header-col {
    gap: 15px;
    padding-bottom: 25px;
  }

  .services-header-col p {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .services-content-col {
    padding-top: 37px;
    padding-bottom: 0px !important;
  }

  #our-services-section h3 {
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #333333;
  }

  .service-box-header {
    padding-top: 25px;
    padding-left: 19px;
  }

  .service-box-header p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 120%;
  }

  .service-divider-mid {
    display: none;
  }

  .service-box {
    height: 397px;
    justify-content: space-between;
    overflow: hidden;
  }

  /* Service Box Active State - Mobile */
  .service-box-active .service-box-hidden-content {
    visibility: visible;
    opacity: 1;
    top: 0%;
  }

  .service-box-active .service-box-img img {
    visibility: hidden;
    opacity: 0;
  }

  .service-box-active .service-box-header .default-desc {
    opacity: 0;
    visibility: hidden;
  }

  .service-box-active .number-hidden-container {
    visibility: visible;
    opacity: 1;
  }

  .service-box-active .service-box-icon svg {
    transform: rotate(135deg);
  }

  .service-box-active .hidden-background-container {
    height: 200px;
  }

  .service-box-active .lending-content {
    top: 0px !important;
  }

  /* Specific Service Adjustments */
  .service-buying .service-box-header {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 49.49px;
  }

  .service-buying .service-box-img {
    padding-bottom: 26.69px;
  }

  .service-buying img {
    width: 203.12px;
    height: 159.82px;
  }

  .service-buying .service-box-footer .service-box-img {
    padding-right: 17px;
  }

  .service-selling .service-box-footer,
  .service-selling .service-box-header {
    padding-left: 0px;
  }

  .service-selling .service-box-header {
    padding-top: 37px !important;
    padding-bottom: 101px !important;
  }

  .service-selling .service-box-img {
    padding-bottom: 31.16px;
  }

  .service-selling img {
    width: 208.63px;
    height: 121.84px;
    object-fit: contain;
  }

  .service-refinancing .service-box-header {
    padding-bottom: 79.92px !important;
    padding-top: 0px !important;
  }

  .service-refinancing .service-box-img {
    padding-bottom: 10px;
  }

  .service-refinancing img {
    width: 197.1px;
    height: 169.74px;
  }

  .service-refinancing .service-box-footer {
    padding-right: 0px;
    padding-top: 10px;
  }

  .service-refinancing .service-box-hidden-content {
    margin-top: 15px;
  }

  .service-refinancing .service-box-hidden-content p:first-child {
    margin-top: 33px !important;
  }

  .service-migration .service-box-header {
    padding-top: 37px !important;
  }

  .service-migration .service-box-img img {
    width: 209.45px;
    height: 123px;
    padding-bottom: 27px;
  }

  /* Service Box Components */
  .service-box-icon,
  .service-box-icon svg {
    width: 45px;
    height: 45px;
  }

  .service-box-icon {
    padding-bottom: 31px;
  }

  .service-box-footer {
    padding-left: 0px;
  }

  .service-box-content-container {
    margin-top: 20px;
  }

  .service-box-hidden-content {
    width: 90%;
  }

  .service-box-hidden-content p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    transition: top ease-in-out 0.5s, visibility ease-in-out 0.5s,
      opacity ease-in-out 0.5s;
    bottom: unset;
    top: 60%;
    width: 100%;
  }

  .service-box .service-box-hidden-content p {
    transition: 0.5s;
  }

  .service-box-active .service-box-hidden-content p:first-child {
    margin-bottom: 0px;
  }

  /* Toggle Button - Mobile */
  .service-heading-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .toggle-button-circle {
    width: 20px;
    height: 20px;
    left: 5px;
  }

  .toggle-button-container {
    padding-left: 32px;
    padding-right: 10px;
    height: 29px;
  }

  .heading-hidden {
    top: 4px;
  }

  .toggle-button-text h4 {
    font-size: 16px;
    letter-spacing: -0.002em;
  }

  .toggle-btn-active .toggle-button-circle {
    left: 90px;
  }

  .toggle-btn-active .heading-hidden {
    left: 13px;
  }

  /* Lending Content - Mobile */
  .lending-content {
    top: 70px;
  }

  .lending-content-container {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.002em;
  }

  .lending-content-container p {
    margin-top: 0px !important;
  }

  .lending-content svg {
    margin-top: -2px;
  }

  /* Number Container - Mobile */
  .number-hidden-container {
    bottom: 22px;
    right: 23px;
  }

  .number-hidden-container p,
  .text-bottom {
    font-size: 11px;
    line-height: 135%;
    text-align: right;
    letter-spacing: -0.002em;
  }

  .number-hidden {
    font-weight: 700;
    font-size: 25px;
  }

  /* Services Main Container - Mobile */
  .services-main-container {
    margin-bottom: 40px !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  .services-header-col,
  .service-box-header,
  .service-box-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .heading-default {
    margin-left: 1px !important;
  }

  .col-bottom {
    padding-top: 42px !important;
  }

  .default-desc {
    padding-right: 0px !important;
  }

  .service-box {
    height: unset !important;
  }
}

/* Additional Media Queries */
@media (min-width: 360px) and (max-width: 370px) {
  .service-selling img {
    width: 208.63px;
    height: 121.84px;
    object-fit: contain;
  }
}

@media (max-width: 1330px) {
  .service-box-hidden-content {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1140px) {
  .service-divider-mid,
  .col-bottom .service-divider-mid {
    height: 450px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  #our-services-section h3 {
    font-size: 45px;
  }
}

@media (min-width: 1201px) and (max-width: 1452px) {
  .service-divider-mid {
    height: 440px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1419px) {
  .col-bottom .service-divider-mid {
    height: 440px !important;
  }
}

@media (max-width: 466px) {
  .service-refinancing .lending-active ~ .service-box-hidden-content {
    margin-top: 0px;
  }
}

@media (min-width: 1025px) and (max-width: 1127px) {
  .service-refinancing .lending-active ~ .service-box-hidden-content {
    margin-top: 0px !important;
  }

  .service-refinancing .service-box-hidden-content {
    margin-top: 15px;
  }
}

@media (min-width: 1025px) and (max-width: 1356px) {
  .service-refinancing .number-hidden {
    top: 0%;
  }
}

@media (min-width: 886px) and (max-width: 1024px) {
  .lending-content {
    top: 34px;
  }
}

/* Safari Specific Styles */
@supports (font: -apple-system-body) {
  #other-and-extras h3,
  .toggle-button-text h4 {
    font-weight: 500;
  }

  .custom-btn a,
  .lender-text-bold {
    font-weight: 600;
  }
}

/* Container Box h2 Styles */
#container-box h2 {
  font-size: 55px;
  line-height: 105%;
  letter-spacing: -0.008em;
}

#our-services-section
{
  margin-top: 90px;
}


@media(max-width: 1024px)
{
 #our-services-section
{
  margin-top: 43px;
} 

.services-header-col h2 {
        font-size: 55px;
        line-height: 105%;
        letter-spacing: -0.008em;
    }


}

/* Our Services Section CSS Ends Here */



/* New CSS */



@media(min-width: 1025px)
{
  .box-transparency img
{
  width: 170px;
}


}


@media(min-width:360px) and (max-width: 380px)
{
  .banner-commercial{
    bottom: -70px;
  }
}


.not-found-banner .banner-residential
{
      bottom: 110px;
}

.not-found-banner .banner-lighthouse
{
      bottom: 260px;
}