/* Container for proper alignment */
.footer-container {
  max-width: 160rem;
  margin: 0 auto;
  display: flex;
  width: 100%;
}

footer {
  width: 100%;
}

.footer-left {
  flex: 0 0 28.25rem;
}

.footer-left img {
  width: 32.625rem !important;
  height: 100%;
  object-fit: cover;
  margin-bottom: -1rem;
}

.footer-right {
  flex: 1;
  color: #fff;
}

.footer-top {
  background-color: rgba(101, 46, 90, 1);
  padding: 1.5rem 2rem;
}
.footer-top-main-div {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.footer-heading {
  margin-bottom: 2rem;
}
.footer-logo img {
  max-width: 26%;
}
.footer-top-left .footer-heading h3 {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.footer-heading p {
  font-weight: 300;
  font-size: 1.125rem;
}

.footer-info-main {
  display: flex;
  gap: 3.5rem;
}

.footer-info-number {
  width: 28%;
}
.footer-info-number a:hover {
  text-decoration: underline;
}
.footer-info-time {
  width: 37%;
}
.footer-info-time:nth-child(2) {
  width: 37%;
}
.footer-info-time a:hover {
  text-decoration: underline;
}
.footer-info-main .footer-info-number h4,
.footer-info-main .footer-info-time h4 {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
}

.footer-info-main ul li,
.footer-info-main a {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  font-weight: 300;
  text-transform: capitalize;
  color: white;
  font-family: "source sans pro", sans-serif !important;
  line-height: 1.25;
  transition: 0.3s ease-in-out;
}
.footer-info-main a {
  text-decoration: none;
}
.general-info-pages {
  padding-bottom: 1.625rem;
  padding-left: 1.9375rem;
  padding-right: 3.4375rem;
  background-color: rgba(101, 46, 90, 1);
}

.general-info-pages ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 1rem;
}

.general-info-pages a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  font-family: "source sans pro", sans-serif !important;
}
.general-info-pages a:hover {
  text-decoration: underline;
}
.footer-top-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
}

.footer-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(91%) sepia(7%) saturate(300%)
    hue-rotate(250deg);
}

.footer-bottom {
  background-color: rgba(214, 179, 207, 1);
  padding: 1.5rem 1.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom span,
.footer-bottom a {
  font-size: 0.75rem;
  color: rgba(101, 46, 90, 1);
  text-transform: capitalize;
}
.footer-bottom span a {
  text-decoration: underline;
  font-family: "Source Sans Pro";
}

@media (max-width: 1200px) {
  .surgical-card-left {
    left: -1rem;
  }
  .surgical-card-right {
    right: -1rem;
  }
  .footer-top-main-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .footer-top {
    gap: 2.1875rem;
  }
  .footer-left {
    flex: 0 0 16.25rem;
  }
  .footer-top-right {
    align-items: flex-start;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer-left img {
    width: 25.025rem !important;
  }
  .footer-info-main {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer-container {
    margin-bottom: 3.5rem;
  }
  .footer-info-main {
    flex-direction: column;
  }
  .footer-info-number,
  .footer-info-time:nth-child(2),
  .footer-info-time {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .footer-info-number,
  .footer-info-time {
    width: 100%;
  }
  .footer-heading p {
    font-size: 1rem;
  }
  .footer-top-left .footer-heading h3 {
    font-size: 1.6rem;
  }
  .footer-top {
    padding: 1.5rem;
  }
  .general-info-pages {
    padding: 0 1.5rem;
    padding-bottom: 1.625rem;
  }
  .footer-bottom span,
  .footer-bottom a {
    font-size: 0.63rem;
  }
  .footer-info-main {
    flex-wrap: wrap;
  }
  .footer-left img {
    width: 16.325rem !important;
  }
  .footer-logo img {
    max-width: 50%;
  }
  .footer-top-main-div {
    margin-top: 1.5rem;
  }
}
@media (max-width: 425px) {
  .footer-left {
    flex: 0 0 9rem;
  }
  .footer-left img {
    width: 14rem !important;
  }
}
