.footerSection {
  flex-direction: column;
  font-family: "Inter", sans-serif;
  color: #000;
  background-color: #fff;
  /* background-color: #c4d7e9; */
}
.footerContainer {
  gap: 170px;
  align-items: flex-start;
  z-index: 1000;
  justify-content: space-between;
}
.footerBrandBox {
  border-radius: 25px;
  width: 100%;
  max-width: 380px;
}
.footerLogo {
  width: 100%;
}
.footerInfo {
  flex: 1;
}
.contactHeading {
  font-weight: 300;
  font-size: 80px;
  /* color: #105798; */
}
.officeGrid {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}
.officeCol h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.officeCol p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.phoneLink {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  /* text-decoration: none; */
  transition: 0.3s;
}
.phoneLink:hover {
  color: #af0b12;
}
.footerLine {
  width: calc(100% - 16px);
  margin: 26px 0;
  margin-left: 8px;
  border: 1px solid #ffffff33;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.footerLine::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff33;
  left: -8px;
}
.footerLine::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff33;
  right: -8px;
}
.footerBottom {
  text-align: left;
}
.copyrightText {
  font-size: 18px;
}
.MobileRibbon {
  display: none;
}
.footerLogoaLogW {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1660px) {
  .contactHeading {
    font-size: 64px;
  }
  .officeGrid {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1440px) {
  .footerContainer {
    gap: 80px;
    margin: 70px 0;
  }
  .officeGrid {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .footerContainer {
    gap: 100px;
    margin: 40px 0;
  }
  .footerLogoaLogW {
    max-width: 380px;
  }
  .footerBrandBox {
    max-width: 200px;
  }
  .contactHeading {
    font-size: 34px;
  }
  .officeCol h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .officeCol p {
    font-size: 16px;
    line-height: 150%;
  }
  .footerLine {
    margin: 20px 0;
  }
  .officeGrid {
    margin-top: 10px;
  }
}
@media screen and (max-width: 990px) {
  .footerBrandBox {
    max-width: 130px;
  }
  .footerContainer {
    gap: 30px;
  }
  .contactHeading {
    font-size: 28px;
  }
  .officeGrid {
    gap: 26px;
  }
  .officeCol h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .footerContainer {
    flex-direction: column;
  }
  .footerBottom {
    text-align: center;
  }
  .footerContainer {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footerSection {
    padding-bottom: 70px;
  }
  .MobileRibbon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    text-decoration: none;
    background: #00000070;
    backdrop-filter: blur(14px);
    width: 100%;
    padding: 16px 0;
    border-radius: 35px 35px 0 0;
    cursor: pointer;
  }
  .MobileRibbon span {
    width: calc(100% - 32px);
    background-color: #af0b12;
    height: 40px;
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    transition: 0.3s;
  }
  .MobileRibbon:hover span {
    transform: scale(1.03);
  }
  .footerBrandBox {
    max-width: 250px;
  }
}
@media screen and (max-width: 500px) {
  .footerContainer {
    align-items: center;
    gap: 0;
  }
  .officeCol p {
    font-size: 14px;
  }
  .copyrightText {
    font-size: 16px;
  }

  .footerInfo {
    text-align: center;
    margin-top: 16px;
    gap: 10px;
  }
  .contactHeading {
    font-size: 50px;
  }
  .officeGrid {
    gap: 16px;
  }
  .contactHeading {
    font-size: 40px;
  }
}
