
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }

  /* fertiwise section */

  .fertiwise-banner {
    position: relative;
    width: 100%;
    min-height: 480px;
    height: 700px;
    display: flex;
    align-items: center;
    margin-top: 74px;
    overflow: hidden;
  }
.ylw{
  color: #FFE3A5;
}

  .fertiwise-banner picture,
  .fertiwise-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  
  }

  .fertiwise-banner__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
       margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
        padding-top: 0px;
	padding-bottom:10%;
  }

  .fertiwise-banner__content {
    max-width: 380px;
    color: #FFFFFF;
  }

  .fertiwise-banner__tagline {
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 1.35;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .fertiwise-banner__eyebrow {
    display: block;
    font-size: 1vw;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 2px;
  }
.nova-expert-form__field select {
  width: 100%;
  padding: 11px 36px 11px 16px;
  border: 1px solid #A53758;
  border-radius: 20px;
  background-color: #FFFFFF;
  font-size: 13px;
  color: #4A4A4A;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%23A53758'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}

.nova-expert-form__field select:focus {
  border-color: #A53758;
}

.nova-expert-form__field select:invalid {
  color: #9E9E9E;
}
  .fertiwise-banner__title {
    font-size: 2.8vw;
    font-weight: 500;
    color: #F4A9C6;
    margin-bottom: 5px;
  }

  .fertiwise-banner__subtitle {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.6;
  }

  .fertiwise-banner__form-panel {
    position: relative;
    flex: 0 0 360px;
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 26px 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  }

  .fertiwise-banner__form-eyebrow {
    display: block;
    color: #A53758;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  .fertiwise-banner__form-title {
    color: #A53758;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  @media (max-width: 767px) {
    .fertiwise-banner {
      min-height: auto;
    }

    .fertiwise-banner__inner {
      flex-direction: column;
      align-items: stretch;
   
    }

    .fertiwise-banner__content {
      max-width: 100%;
    
    }

    .fertiwise-banner__tagline {
      font-size: 22px;
    }

    .fertiwise-banner__eyebrow {
      font-size: 14px;
    }

    .fertiwise-banner__title {
      font-size: 32px;
    }

    .fertiwise-banner__subtitle {
      font-size: 14px;
    }

    .fertiwise-banner__form-panel {
      flex: 1 1 100%;
      width: 100%;
      max-width: 360px;
      margin: 0 auto;
      padding: 24px 22px;
    }

    .fertiwise-banner__form-title {
      font-size: 22px;
    }
  }


  /* second section */

    .clinical-precision {
    background-color: #F7F1F1;
    padding: 40px 0px;
  }
 
  .clinical-precision__inner {
    max-width: 1200px;
       margin: 0 auto;
    padding: 0 ;
  }

 
  .clinical-precision__text p {
    color: #6E6E6E;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 12px;
  }
 

  @media (max-width: 767px) {
    .clinical-precision {
      padding: 40px 0px;
    }
 

    .clinical-precision__text p {
      font-size: 14px;
      line-height: 1.8;
    }
 
  }

  /* third section */

  /* fertiwise why-choose section */

.fertiwise-why {
  background-color: #FFFFFF;
  padding: 50px 0px;
}

.fertiwise-why__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 ;
}

.fertiwise-why__title {
  color: #A53758;
  font-size: 2vw;
  font-weight: 400;
  margin-bottom: 45px;
}

.fertiwise-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
}

.fertiwise-why__card {
  background-color: #F9EAEA;
  border-radius: 16px;
  padding: 60px 22px 26px;
  position: relative;
  text-align: center;
}

.fertiwise-why__icon {
  position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 86px;
  border-radius: 14px;
  background-color: #A53758;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fertiwise-why__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.fertiwise-why__card-title {
  color: #A53758;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 48px;
}

.fertiwise-why__card-text {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .fertiwise-why__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media (max-width: 767px) {
  .fertiwise-why {
    padding: 36px 0px;
  }

 

  .fertiwise-why__title {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
  }

  .fertiwise-why__grid {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
}

/* fourth section */


/* fertiwise assessment section */

.fertiwise-assessment {
  background-color: #FFFFFF;
  padding: 50px 0px;


}

.fertiwise-assessment__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 ;
    border-top: 1px solid #A53758;
}

.fertiwise-assessment__title {
    color: #A53758;
    font-size: 2vw;
    font-weight: 400;
    padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.fertiwise-assessment__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.assessment-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 485px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #707070;
  border-radius: 35px;
}
.assessment-card--reverse .assessment-card__content {
  margin-left: 0;
  margin-right: auto;
  padding: 28px 0 28px 36px;
}
 .fertiwise-assessment__list {
  padding-bottom: 60px;
  border-bottom: 1px solid #A53758;
}

@media (max-width: 767px) {
  .assessment-card--reverse .assessment-card__content {
    padding: 20px;
  }
}

.assessment-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.assessment-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.assessment-card__content {
  position: relative;
  z-index: 1;
  width: 48%;
  margin-left: auto;
  padding: 28px 36px 28px 0;
}

.assessment-card__title {
  color: #A53758;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.assessment-card__subtitle {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.assessment-card__list {
  list-style: none;
  margin-bottom: 14px;
}

.assessment-card__list li {
  position: relative;
  color: #4A4A4A;
  font-size: 15px;
  line-height: 1.9;
  padding-left: 16px;
}

.assessment-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #A53758;
}

.assessment-card__list li span {
  color: #A53758;
  font-weight: 500;
}

.assessment-card__price {
  color: #A53758;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .fertiwise-assessment {
    padding: 36px 0px;
  }

 

  .fertiwise-assessment__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .assessment-card {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }

  .assessment-card__media {
    position: relative;
    height: auto;
  }

  .assessment-card__content {
    width: 100%;
    padding: 20px;
  }
}

  /* eighth section */

.specialists .owl-theme .owl-nav [class*=owl-]:hover {
    background: unset!important;
}
   .nova-expert {
    background-color: #FFFFFF;
    padding: 40px 0px;
  }
 
  .nova-expert__inner {
    max-width: 1200px;
    margin: 0 auto;
     padding: 0 40px;
  }
 
  .nova-expert__title {
    color: #A53758;

    font-size: 2vw;
    font-weight: 400;
    margin-bottom: 12px;
  }
 
  .nova-expert__intro {
    color: #6E6E6E;

    font-size: 1.1vw;
    line-height: 1.8;
    max-width: 850px;
    margin-bottom: 30px;
  }
 
  .nova-expert__card {
    display: flex;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    background-image: url("../images/bgu.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FDEDEF;
  }
 
  /* Left panel */
  .nova-expert__visual {
    position: relative;
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-height: 340px;
  }
 
  .nova-expert__visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
 
  .nova-expert__headline {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
    color: #A53758;
    font-size: 2vw;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    max-width: 500px;
  }
 
  /* Right panel - sits on top of the same background image, no solid fill */
.nova-expert__form-panel {
    flex: 1 1 35%;
    padding: 20px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 60px 40px;
    background-color: #fff;
    border-radius: 24px;
}
 
  .nova-expert__form-eyebrow {
    color: #A53758;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
 
  .nova-expert__form-title {
    color: #A53758;
     text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
 
  .nova-expert-form__row {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 12px;
  }
 
  .nova-expert-form__field {
    margin-bottom: 12px;
  }
 
  .nova-expert-form__row .nova-expert-form__field {
    margin-bottom: 0;
  }
 
  .nova-expert-form__field input[type="text"],
  .nova-expert-form__field input[type="email"],
  .nova-expert-form__field input[type="tel"] {
    width: 100%;
    padding: 11px 16px;
    border: 1px solid #A53758;
    border-radius: 20px;
    background-color: #FFFFFF;
   
    font-size: 13px;
    color: #4A4A4A;
    outline: none;
  }
 
  .nova-expert-form__field input::placeholder {
    color: #9E9E9E;
  }
 
  .nova-expert-form__field input:focus {
    border-color: #A53758;
  }
 
  .nova-expert-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 14px 0 8px;
  }
 
  /* Custom checkbox: filled #48B5CD when checked, with a guaranteed white tick */
  .nova-expert-form__consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    border: 1px solid #48B5CD;
    border-radius: 3px;
    background-color: #FFFFFF;
    position: relative;
    cursor: pointer;
  }
 
  .nova-expert-form__consent input[type="checkbox"]:checked {
    background-color: #48B5CD;
    border-color: #48B5CD;
  }
 
  .nova-expert-form__consent input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
 
  .nova-expert-form__consent label {
    color: #6E6E6E;

    font-size: 12px;
    line-height: 1.5;
  }
 
  .nova-expert-form__submit {
    background-color: #A53758;
    color: #FFFFFF;
    border: none;
    border-radius: 28px;
    display: block;
    padding: 12px 50px;
  width: fit-content;
    font-size: 13px;
    margin:auto;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.2s ease;
  }
 
  .nova-expert-form__submit:hover {
    background-color: #8C2C49;
  }
 
  @media (max-width: 767px) {
    .nova-expert {
      padding: 36px 0px;
    }
 
    .nova-expert__title {
      font-size: 24px;
    }
 
    .nova-expert__card {
      flex-direction: column;
    }
 .nova-expert__inner{
      padding: 0 24px;
    }
    .nova-expert__visual img {
    position: relative;
    }
    .nova-expert__visual,
    .nova-expert__form-panel {
      flex: 1 1 100%;
    }
    .nova-expert__intro{
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 20px;
    }
 
    .nova-expert__headline {
      position: static;
      max-width: 100%;
    }
 
    .nova-expert__visual {
      flex-direction: column;
      align-items: flex-start;
      min-height: auto;
      padding: 24px 24px 0;
    }
 
    .nova-expert__form-panel {
      padding: 28px 22px;
    }
 
    .nova-expert-form__row {
      grid-template-columns: 1fr;
      gap: 12px;
    }
 
    .nova-expert-form__submit {
      width: 100%;
      align-self: stretch;
      text-align: center;
    }
.nova-expert__headline{
font-size: 20px;
}
.nova-expert__form-panel {
    margin: 20px 20px 0px;
}
  }


  /* ninth section */

  
  .faq {
    background-color: #FFFFFF;
    padding: 30px 0px 60px;
  }
 
  .faq__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
     padding: 0 ;
  }
 
  .faq__left {
    flex: 1 1 55%;
  }
 
  .faq__title {
    color: #A3ADBF;

    font-size:3.8vw;
    font-weight: 400;
    margin-bottom: 22px;
  }
 
  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
 
  .faq__item {
    border: 1px solid #E4E6EC;
    border-radius: 4px;
    overflow: hidden;
  }
 
  .faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background-color: #FFFFFF;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;

    font-size: 14px;
    font-weight: 600;
    color: #3E4453;
    transition: background-color 0.2s ease;
  }
 
  .faq__item.active .faq__question {
    background-color: #A3ADBF;
    color: #FFFFFF;
  }
 
  .faq__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: #A3ADBF;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: transform 0.2s ease;
  }
 
  .faq__item.active .faq__icon {
    background-color: #FFFFFF;
    color: #A3ADBF;
    transform: rotate(360deg);
  }
 
  .faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
 
  .faq__answer p {
    padding: 16px 18px 18px;
    color: #6E6E6E;
    font-size: 13.5px;
    line-height: 1.8;
  }
 
  .faq__right {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
  }
 
  .faq__right img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
  }
   .nova-expert__visual1{
  line-height: 0;
   }
  @media (max-width: 900px) {
    .faq__inner {
      flex-direction: column-reverse;
      gap: 30px;
    }
 
    .faq__left,
    .faq__right {
      flex: 1 1 100%;
    }
  }
 
  @media (max-width: 767px) {
    .faq {
      padding: 10px 0px 45px;
    }
 
    .faq__title {
      font-size: 46px;
    }
 
    .faq__question {
      font-size: 14px;
      padding: 12px 14px;
    }
    

    .nova-expert__visual img {
      display: none;
    }
  }

  @media (min-width:768px){
    .nova-expert__visual1{
      display: none;
    }
  }

  /* eleventh section starts  */

   .cta-banner {
    background-color: #A42C52;
    width: 100%;
    padding: 40px 0px;
  }
 
  .cta-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0;
    width: 100%;
  }
 
  .cta-banner__message {
    color: #FFFFFF;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 1.3;
  
     width: 50%;
  }

  .cta-banner__highlight{
 font-size: 1.4vw;
 
   
  }
 
  .cta-banner__message .highlight {
    color: #FEEA9D;
  }
 
  .cta-banner__contacts {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }
 
  .cta-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
 
  .cta-contact__label {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
  }
 
  .cta-contact__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
        border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 9px 22px;
     background-color: #FFFFFF;
    color: #A42C52;
  }
 
  .cta-contact__phone img ,  .cta-contact__button  img{
    width: 20px;
    height: 20px;
    fill: #FEEA9D;
  }
 
  .cta-contact__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 9px 22px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: #FFFFFF;
    color: #A42C52;
  }
 
  @media (max-width: 900px) {
    .cta-banner__inner {
      flex-direction: column;
      align-items: flex-start;
    }
 
    .cta-banner__contacts {
      gap: 24px;
    }
  }
 
  @media (max-width:767px) {
    .cta-banner {
      padding: 24px 0px;

    }
 
    .cta-banner__message {
      font-size: 24px;
      width: 100%;
    }
 
    .cta-banner__contacts {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }
   
  }


  /* menu css */

   
  .site-header {
    background-color: #A42C52;
    width: 100%;
    padding: 10px 0px;
        height: 75px;
    align-content: center;
        position: fixed;
    top: 0;
    z-index: 9999;
  }
 
  .site-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0px;
  }
 
  .site-header__logo img {
    height: 34px;
    width: auto;
    display: block;
  }
 
  .site-header__right {
    display: flex;
    align-items: center;
    gap: 16px;
  }
 
  .site-header__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
 
  .site-header__phone-icon {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #FCD4D2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
 
  .site-header__phone-icon svg {
    width: 14px;
    height: 14px;
    fill: #FFFFFF;
  }
 
  .site-header__book-btn {
    background-color: #FCD4D2;
    color: #A42C52;
    border: none;
    border-radius: 10px;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
    text-decoration: none;
  }
 
  .site-header__book-btn:hover {
    background-color: #FFFFFF;
  }
 
  @media (max-width: 767px) {
    .site-header {
      padding: 10px 0px;
    }
 .site-header__inner {
      padding: 0 15px;
    }
    .specialists__carousel .owl-stage-outer {
    padding: 10px 0px 0px!important;
}
    .site-header__logo img {
      height: 26px;
    }
 
    .site-header__phone span.phone-text {
      display: none;
    }
 
    .site-header__right {
      gap: 10px;
    }
 
    .site-header__book-btn {
      padding: 9px 16px;
      font-size: 12px;
    }
  }
 
  @media (max-width: 420px) {
    .site-header__phone-icon {
      width: 28px;
      height: 28px;
    }
  }

  html {
    scroll-behavior: smooth;
  }



/* illus section */


/* fertiwise why-assessment section */

.fertiwise-why-assessment {
  background-color: #FFFFFF;
  padding: 30px 0px;
      
}

.fertiwise-why-assessment__inner {
      border-bottom: 1px solid #A53758;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.fertiwise-why-assessment__content {
  flex: 0 0 56%;
}

.fertiwise-why-assessment__title {
  color: #A53758;
  font-size: 2vw;
  font-weight: 400;
  margin-bottom: 18px;
}

.fertiwise-why-assessment__intro {
  color: #4A4A4A;
  font-size: 16px;
  margin-bottom: 14px;
}

.fertiwise-why-assessment__list {
  list-style: none;
}

.fertiwise-why-assessment__list li {
  position: relative;
  color: #6E6E6E;
  font-size: 16px;
  line-height: 2.1;
  padding-left: 18px;
}

.fertiwise-why-assessment__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #A53758;
}

.fertiwise-why-assessment__media {
  flex: 0 0 34%;
  display: flex;
  justify-content: center;
}

.fertiwise-why-assessment__media img {
  width: 100%;
  max-width: 340px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .fertiwise-why-assessment {
    padding: 36px 0px;
  }

  .fertiwise-why-assessment__inner {
    flex-direction: column-reverse;
  
  }

  .fertiwise-why-assessment__content {
    flex: 1 1 100%;
    order: 1;
  }

  .fertiwise-why-assessment__media {
    flex: 1 1 100%;
    order: 0;
    margin-bottom: 20px;
  }

  .fertiwise-why-assessment__title,.specialists__title {
    font-size: 22px!important;
  }
}

/* carousel */

/* Our IVF Specialists section */
.specialists {
  background: #f7ece8;
  padding: 60px 20px;
}

.specialists__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.specialists__title {
  color: #a51c4d;
  font-size: 2vw;
  font-weight: 400;
  margin-bottom: 40px;
}

/* Card */
.specialist-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 30px 25px;
  text-align: center;
}

.specialist-card__media {
  width: 250px;
  height: 250px;
  margin: 0 auto 18px;
  overflow: hidden;
}

.specialist-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.specialist-card__name {
  color: #a51c4d;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.specialist-card__qual {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 12px;
  min-height: 90px;
}

.specialist-card__location {
  color: #1e9e9e;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 18px;
}

.specialist-card__btn {
  display: inline-block;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 22px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.specialist-card__btn--primary {
  background: #a51c4d;
  color: #fff;
  width: 100%;
  margin-bottom: 14px;
}

.specialist-card__btn--primary:hover {
  background: #8a1740;
}

.specialist-card__row {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.specialist-card__btn--outline {
  background: transparent;
  color: #a51c4d;
  border: 1.5px solid #a51c4d;
  flex: 1;
}

.specialist-card__btn--outline:hover {
  background: #a51c4d;
  color: #fff;
}


/* Owl Carousel overrides */
.specialists__carousel .owl-stage-outer {
  padding: 10px 0px 20px;
}

.specialists__carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
 
}

.specialists__carousel .owl-nav button.owl-prev,
.specialists__carousel .owl-nav button.owl-next {
  pointer-events: all;
  background: transparent;
}

.specialists__carousel .owl-nav img {
  width: 40px;
  height: 40px;
  display: block;
}

.specialists__carousel .owl-nav .owl-prev {
  margin-left: -50px;
}

.specialists__carousel .owl-nav .owl-next {
  margin-right: -50px;
}

/* Dots */
.specialists__carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
}

.specialists__carousel .owl-dots .owl-dot {
  display: inline-block;
}

.specialists__carousel .owl-dots .owl-dot span {
  display: block;
  width: 16px!important;
  height: 16px!important;
  margin: 5px;
  border-radius: 50%;
  background: #e3c9d2;
}

.specialists__carousel .owl-dots .owl-dot.active span {
  background: #a51c4d!important;
}


/* Responsive */
@media (max-width: 767px) {
  .specialists__carousel .owl-nav .owl-prev,
  .specialists__carousel .owl-nav .owl-next {
    margin: 0;
  }
  .specialists__carousel .owl-nav {
    top: auto;
    bottom: -8px;
    position: relative;
    justify-content: center;
    gap: 20px;
  }
}

.specialists__carousel {
  max-width: 800px;   /* adjust until it matches the ss proportions */
  margin: 0 auto;
}
.specialists__carousel button.owl-prev {
    position: absolute;
    left: -18%;
}

.specialists__carousel button.owl-next {
     position: absolute;
    right: -18%;
}

  .fertiwise-banner ,

section.clinical-precision ,

section.fertiwise-why ,

section.fertiwise-assessment ,

section.faq,

section.cta-banner,.fertiwise-why-assessment {
    padding-left:25px;
     padding-right:25px;
}

@media (min-width:768px) and (max-width:1025px){
.specialists__carousel button.owl-prev {
    position: absolute;
    left: -15px;
}
  .specialists__carousel button.owl-next {
     position: absolute;
    right: -15px;
}
.fertiwise-why__title ,

h2.fertiwise-assessment__title ,

h2.fertiwise-why-assessment__title ,

h2.specialists__title {
    font-size:2rem;
}
.fertiwise-banner__tagline {
    font-size: 1.6rem;
}
.fertiwise-banner__eyebrow{
     font-size: 1rem;
}
.fertiwise-banner__subtitle{
    font-size: 1.2rem;
}
.site-header{
      padding: 10px 15px;
}
}

  @media (max-width: 767px) {
.fertiwise-banner, section.clinical-precision, section.fertiwise-why, section.fertiwise-assessment, section.faq, section.cta-banner, .fertiwise-why-assessment {
    padding-left: 15px;
    padding-right: 15px;
}
.fertiwise-banner picture, .fertiwise-banner img {
filter: brightness(0.7);
    height: auto;
}
.fertiwise-banner {
    height: auto;
}
.fertiwise-banner__inner {
 padding-bottom: 45px;
    padding-top: 30px;
}
.specialists__carousel button.owl-prev {
   
     left: 35%; 
}

.specialists__carousel button.owl-next {
     
    right: 35%;
}

    .specialists__carousel .owl-nav {
        height: 65px;
    }
    .cta-banner__highlight{
    font-size: 1.2rem;
    }
    .fertiwise-why__card {
    margin-top: 60px;
}


.fertiwise-why__icon {
    height: 96px;

}
.fertiwise-why__grid {
    margin-top: 20px;
}
  }

  @media (min-width:1800px){
    .fertiwise-banner__tagline {
    font-size: 1.3vw;
    }
    .fertiwise-banner__title {
    font-size: 2vw;
    }
    .fertiwise-banner__subtitle{
      font-size: 0.8vw;
    }
  }
