/* Footer Styles */
.orange-text {
  color: #f97316;
}
.contact-text.orange-text {
  color: #f97316;
}
.footer-content {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 100px 0 70px 0;
}
.footer-right .service-description {
  max-width: 830px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-bottom: 50px;
}
.footer-right:after {
  content: "";
  background: #fff;
  opacity: 0.1;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 1px;
}
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.service-description h4 {
  font-family: "Sofia Pro";
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0;
  margin: 0 0 15px;
  line-height: 75px;
  letter-spacing: 0;
  text-align: center;
}
.service-description h4 span {
  font-family: "Sofia Pro";
  font-weight: 600;
}
.footer-contact-details {
  display: flex;
  justify-content: center;
}
.contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-item:first-child {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ffffff36;
}
.footer-bottom:after {
  content: "";
  top: 0;
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  opacity: 0.1;
  transform: translate(-50%, 0%);
}

/* ====================== New figma design end ====================== */

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .footer-content {
    padding: 60px 0;
  }
  .service-description p {
    font-size: 26px;
    line-height: 36px;
  }
  .service-description h4 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service-description h4 {
    font-size: 38px;
    line-height: 36px;
  }
  .service-description p {
    font-size: 18px;
    line-height: 26px;
  }
  .footer-right {
    padding-left: 0;
    margin-top: 20px;
  }
  .footer-right:after {
    display: none;
  }
  .footer-contact-details {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .footer-content {
    padding: 40px 0 30px;
    flex-direction: column;
    text-align: center;
  }
  .contact-item:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: unset;
  }
}
