.elementor-1700 .elementor-element.elementor-element-260624b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d7900c0 */.doctor-feature {
  background: #eaf8fd;
  padding: 40px 20px;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  max-width: 1600px;
  margin: 4px auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.doctor-feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
  justify-content: space-between;
}

.doctor-visual {
  flex: 1 1 400px;
  position: relative;
}

.doctor-main-photo img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.doctor-polaroid {
  position: absolute;
  bottom: -40px;
  left: 20px;
  background: white;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  width: 180px;
  transform: rotate(-3deg);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.doctor-text {
  flex: 1 1 900px;
  
}
.doctor-text p {
  font-size: 20px; /* было 16px */
  color: #444;
  line-height: 2; /* было 1.8 */
  margin-bottom: 20px;
  letter-spacing: 0.3px; /* добавим немного воздуха между буквами */
  max-width: 900px; /* чуть больше ширины текста */
  font-weight: 400;
}
.hero-badge {
  background: #d6efff;
  color: #0070c9;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.doctor-info-box {
  background: #ffffff;
  padding: 16px 24px;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin-bottom: 20px;
}

.doctor-name {
  background: #ffffff;
  color: #002f46;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 6px;
}

.doctor-title {
  display: block;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

.doctor-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* FAQ + CONTACT ОБЁРТКА */

.faq-combined-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 60px 40px;
  max-width: 1600px;
  margin: 60px auto;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

/* CONTACT BOX */

.contact-box {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  max-width: 340px;
  font-family: 'Inter', sans-serif;
}

.contact-title {
  font-size: 22px;
  font-weight: 700;
  color: #002f46;
  margin-bottom: 24px;
}

.contact-info {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-button {
  display: block;
  background: #e0f4ff;
  color: #0070c9;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-button:hover {
  background: #d4ecff;
}

.back-link {
  display: inline-block;
  font-weight: 600;
  color: #0070c9;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

/* FAQ */

.faq-section {
  flex: 1;
}

.faq-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}

.faq-header h3 {
  font-size: 26px;
  font-weight: 700;
  color: #002f46;
  margin: 0;
}

.faq-icon {
  width: 40px;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.faq-item {
  background: #e0f4ff;
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
}

.faq-question {
  font-weight: 700;
  font-size: 17px;
  color: #004d6e;
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.doctor-photo-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 700px;
}

.doctor-hover-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.doctor-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 16px;
  color: #002f46;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* ADAPTIVE */

@media screen and (max-width: 992px) {
  .doctor-feature-wrapper {
    flex-direction: column;
  }

  .doctor-polaroid {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    transform: rotate(0deg);
  }

  .faq-combined-section {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .contact-box {
    max-width: 100%;
    text-align: center;
  }

  .faq-header {
    justify-content: center;
  }
}/* End custom CSS */