.clinic-timing {
  padding: 80px 0;
  position: relative;
  width: 100%;
}

.clinic-timing .left-section {
  max-width: calc(50% - 20px);
  width: 100%;
  background-color: #8c4c29;
  padding: 40px;
  border-radius: 7px;
}

.clinic-timing .left-section .title-wrapper {
  margin-bottom: 30px;
}

.clinic-timing .left-section .title-wrapper h2 {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.clinic-timing .left-section > ul > li {
  margin-bottom: 20px;
}

.clinic-timing .left-section > ul > li > h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 47px;
}

.clinic-timing .left-section > ul > li > p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.clinic-timing .left-section > ul {
  max-width: 432px;
  width: 100%;
}

.clinic-timing .timings-title {
  font-size: 50px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
}

.clinic-timing .timing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  /* border-bottom: 1px solid #f0f0f0; */
}

.clinic-timing .timing-row:last-of-type {
  border-bottom: none;
  margin-bottom: 60px;
}

.clinic-timing .day {
  font-size: 24px;
  color: #333;
  font-weight: 400;
}

.clinic-timing .hours {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.clinic-timing .closed {
  color: #333;
  font-weight: bold;
}

.clinic-timing .contact-section {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.clinic-timing .contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

.clinic-timing .contact-link:hover {
  opacity: 0.7;
}

.clinic-timing .whatsapp-link {
  color: #25d366;
}

.clinic-timing .email-link {
  color: #666;
}

.clinic-timing .whatsapp-icon {
  width: 20px;
  height: 20px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.clinic-timing .email-icon {
  width: 20px;
  height: 16px;
  background-color: #666;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}

.clinic-timing .row {
  gap: 60px;
}

.clinic-timing .right-section {
  max-width: calc(432px - 20px);
  width: 100%;
}

.clinic-timing .contact-section a span {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  font-size: 20px;
}

.clinic-timing .contact-section a svg {
  width: 20px;
  height: 20px;
}


.location-iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 80px;
}

.location-iframe-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.location-iframe-wrapper .iframe-wrap {
    max-width: calc(50% - 20px);
    width: 100%;
    position: relative;
}

.location-iframe-wrapper .iframe-wrap .iframe-title {
    position1: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 10px;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 20px;
    min-height: 61px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .location-iframe-wrapper .iframe-wrap .iframe-title {
    position1: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 10px;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 20px;
    min-height: 61px;
    display: flex;
    align-items: center;
}

.clinic-timing {
    padding: 0;
}

.clinic-timing .left-section, .clinic-timing .right-section {
    max-width: 100%;
    border-radius: 0;
}

.clinic-timing .row {
    gap: 30px;
}

.clinic-timing .left-section {
    padding: 20px;
}

.clinic-timing .left-section .title-wrapper h2 {
    font-size: 24px;
}

.clinic-timing > .container {
    padding: 0;
}

.clinic-timing .left-section .title-wrapper {
    margin-bottom: 20px;
}

.clinic-timing .left-section > ul > li > h4 {
    font-size: 16px;
    line-height: 20px;
}

.clinic-timing .left-section > ul > li > p {
    font-size: 16px;
    line-height: 20px;
}

.timings-container {
    padding: 0 15px;
}

.clinic-timing .timings-title {
    font-size: 24px;
}

.clinic-timing .timing-row {
    padding: 5px 0;
}

.clinic-timing .day, .clinic-timing .hours {
    font-size: 16px;
}

.clinic-timing .contact-section {
    margin-top: 20px;
}

.clinic-timing .contact-section a span {
    font-size: 14px;
}

.location-iframe-wrapper {
    margin-top: 30px;
    padding-bottom: 40px;
}

.location-iframe-wrapper .iframe-wrap {
    max-width: 100%;
}

.location-iframe-wrapper .iframe-wrap .iframe-title {
    font-size: 14px;
    padding: 5px 10px;
}

.location-iframe-wrapper .iframe-wrap iframe {
    height: 250px;
}
}