
@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; }

  .genome-banner {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top:75px;
  }

  .genome-banner picture,
  .genome-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .genome-banner__content {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
  }

  .genome-banner__badge {
    display: inline-block;
    background: #ffffff;
    color: #0A1F37;
    font-size: 3.2vw;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    margin-bottom: 20px;
  }

  .genome-banner__tagline {
    color: #ffffff;
    font-size: 2vw;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 22px;
   
  }

  .genome-banner__rule {
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 22px;
}

  .genome-banner__hashtag {
    color: #ffffff;
    font-size: 1.8vw;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 45px;
  }

  /* Mobile */
  @media (max-width: 767px) {
    .genome-banner {
      min-height: 560px;
      align-items: flex-end;
    }

    .genome-banner__content {
      padding: 0 24px 40px;
    }

    .genome-banner__badge {
      font-size: 28px;
      padding: 12px 20px;
    }

    .genome-banner__tagline {
      font-size: 20px;
      max-width: 100%;
    }
      .genome-banner__hashtag {
    font-size: 16px;
      position: absolute;
    bottom: 20px;
      }
  }

  /* second section */

    .clinical-precision {
    background-color: #F6F6F6;
    padding: 60px 0px;
  }
 
  .clinical-precision__inner {
    max-width: 1200px;
       margin: 0 auto;
    padding: 0 40px;
  }
 
  .clinical-precision__title {
    color: #A53758;
    font-size: 2vw;
    font-weight: 400;
    margin-bottom: 20px;
  }
 
  .clinical-precision__text p {
    color: #6E6E6E;
    font-size: 1.1vw;
    line-height: 1.9;
    margin-bottom: 12px;
  }
 
  .clinical-precision__text p:last-child {
    margin-bottom: 0;
  }
 
  @media (max-width: 767px) {
    .clinical-precision {
      padding: 40px 0px;
    }
 
    .clinical-precision__title {
      font-size: 24px;
    }
 
    .clinical-precision__text p {
      font-size: 14px;
      line-height: 1.8;
    }
    .clinical-precision__inner{
        padding: 0 24px;
    }
  }

  /* third section */

   
  .tech-support {
    background-color: #FFFFFF;
    padding: 60px 0px;
  }
 
  .tech-support__inner {
    max-width: 1200px;
    margin: 0 auto;
     padding: 0 40px;
  }
 
  .tech-support__title {
    color: #A53758;
    font-size: 2vw;
    font-weight: 400;
    margin-bottom: 16px;
  }
 
  .tech-support__intro {
    color: #6E6E6E;
    font-size: 1.1vw;
    line-height: 1.9;
    max-width: 950px;
    margin-bottom: 36px;
  }
 
  .tech-support__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
 
  .tech-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 26px;
    border-radius: 12px;
  }
 
  .tech-card__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .tech-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
 
  .tech-card__title {
    color: #A53758;
    font-size: 1.6vw;
    font-weight:400;
    margin-bottom: 8px;
    line-height: 1.35;
  }
 
  .tech-card__text {
    color: #6E6E6E;
    font-size: 1vw;
    line-height: 1.7;
  }
 
  .tech-card--purple  { background-color: #F8E1E8; }
  .tech-card--pink    { background-color: #EEDFF5; }
  .tech-card--lilac   { background-color: #DFE2FA; }
  .tech-card--green   { background-color: #E4F5F7; }
  .tech-card--yellow  { background-color: #FDFAE1; }
  .tech-card--mint    { background-color: #E3FCE0; }
 
  @media (max-width: 767px) {
    .tech-support {
      padding: 40px 0px;
    }
 
    .tech-support__title {
      font-size: 24px;
    }
 
    .tech-support__intro, .tech-card__text {
      font-size: 14px;
    }
 .tech-card__title{
font-size: 18px;
 }
    .tech-support__grid {
      grid-template-columns: 1fr;
    }
 
    .tech-card {
      padding: 22px 20px;
    }
    .tech-support__inner {
    padding: 0 24px;
}
  }

  /* fourth section */


  .video-thumb  iframe {
    width: 100%;
    height: 100%;
}
  .video-thumb {
    display: flex;
    justify-content: center;
  }
 
  .video-thumb__frame {
    position: relative;
    width: 100%;
    max-width: 1100px;
    aspect-ratio: 16 / 9;
    border-radius: 35px;
    overflow: hidden;
    cursor: pointer;
    background: #d9d9d9;
  }
 
  .video-thumb__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 

 

  .video-thumb__play svg {
    width: 22px;
    height: 22px;
    margin-left: 3px;
  }
 
  @media (max-width: 767px) {
    .video-thumb {
      padding: 24px 16px;
    }
 
    .video-thumb__play {
      width: 56px;
      height: 40px;
      border-radius: 10px;
    }
 
    .video-thumb__play svg {
      width: 18px;
      height: 18px;
    }
  }

  /* fifth section  */


    .nova-diff {
    background-color: #FFFFFF;
    padding: 60px 0px;
  }
 
  .nova-diff__inner {
    max-width: 1200px;
    margin: 0 auto;
     padding: 0 40px;
  }
 
  .nova-diff__title {
    color: #A53758;
    font-size:2vw;
    font-weight: 400;
    margin-bottom: 16px;
  }
 
  .nova-diff__intro {
    color: #6E6E6E;
    font-size: 1.1vw;
    line-height: 1.8;
    margin-bottom: 28px;
  }
 
  .nova-diff__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 28px;
  }
 
  .nova-card {
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    overflow: hidden;
    background: #F2F2F2;
  }
 
  .nova-card img {
    width: 100%;
     height: 225px;
    object-fit: fill;
    display: block;
    padding: 16px 18px 20px;
    border-radius: 8px;
  }
 
  .nova-card__body {
    padding: 0px 18px 20px;
  }
 
  .nova-card__text {
    color: #000000;
    font-size: 1.1vw;
    line-height: 1.7;
  }
 
  .nova-card__text strong {
    color: #A53758;
    font-weight: 500;
     font-size: 1.3vw;
  }
 
  .nova-diff__closing {
    color: #6E6E6E;
    font-size: 1.1vw;
    line-height: 1.8;
  }
 
  @media (max-width: 991px) {
    .nova-diff__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
 
  @media (max-width: 767px) {
    .nova-diff {
      padding: 40px 20px;
    }
 
    .nova-diff__title {
      font-size: 24px;
    }
 
    .nova-diff__grid {
      grid-template-columns: 1fr;
    }
    .nova-diff__inner{
      padding: 0 24px;
    }
    .nova-diff{

      padding: 30px 0px 40px;
    }
    .nova-diff__intro,
    .nova-card__text,.nova-diff__closing{
      font-size: 14px;
    }
    .nova-card__text strong{
      font-size: 16px;
    }
    .nova-diff__grid {
    margin-bottom: 15px;
}
.nova-expert__visual1 img {
    width: 100%;
    max-width: 100%;
}
  }

  /* sixth section  */

  
  .self-cycle {
    background-color: #F8F3ED;
    padding: 60px 0px;
  }
 
  .self-cycle__inner {
    max-width: 1200px;
    margin: 0 auto;
     padding: 0 40px;
  }
 
  .self-cycle__title {
    color: #A53758;
    font-size: 2vw;
    font-weight: 400;
    margin-bottom: 18px;
  }
 
  .self-cycle__title sup {
    font-size: 13px;
  }
 
  .self-cycle__text p {
    color: #6E6E6E;
    font-size: 1.1vw;
    line-height: 1.8;
    margin-bottom: 14px;
  }
 
  .self-cycle__text p:last-child {
    margin-bottom: 0;
  }
 
  .self-cycle__image {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
  }
 
  .self-cycle__image img {
    width: 100%;
    height: auto;
    display: block;
  }
 
  .self-cycle__image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
 
  .self-cycle__image:hover .self-cycle__image-overlay {
    opacity: 1;
  }
 
  .self-cycle__image-overlay span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    letter-spacing: 0.3px;
  }
 
  @media (max-width: 767px) {
    .self-cycle {
      padding: 40px 0px;
    }
 
    .self-cycle__title {
      font-size: 24px;
    }
 
    .self-cycle__image-overlay span {
      font-size: 12px;
      padding: 8px 14px;
    }
     .self-cycle__text p{
      font-size: 14px;
      line-height: 1.7;
     }
     .self-cycle__inner{
      padding: 0 24px;
     }
  }

  /* seventh section */

   .why-nova {
    background-color: #F9F9F9;
    padding: 40px 0px;
  }
 
  .why-nova__inner {
    max-width: 1200px;
    margin: 0 auto;
      padding: 0 40px;
  }
 
  .why-nova__title {
    color: #A53758;
    font-size: 2vw;
    font-weight: 400;
    margin-bottom: 22px;
  }
 
  .why-nova__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }
 
  .why-nova__item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #E9C9D3;
    border-radius: 12px;
    padding: 14px 18px;
  }
 
  .why-nova__item::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #A53758;
  }
 
  .why-nova__item span {
    color: #6E6E6E;
    font-size: 1.1vw;
    line-height: 1.5;
  }
 
  @media (max-width: 767px) {
    .why-nova {
      padding: 36px 0px;
    }
 
    .why-nova__title {
      font-size: 24px;
    }
 
    .why-nova__grid {
      grid-template-columns: 1fr;
    }

     .why-nova__inner{
      padding: 0 24px;
     }
      .why-nova__item span {
      font-size: 14px;
      }
  }

  /* eighth section */


   .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 #48B5CD;
    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;
    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: 50px 0px;
  }
 
  .faq__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
     padding: 0 40px;
  }
 
  .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: 36px 0px;
    }
 
    .faq__title {
      font-size: 46px;
    }
 
    .faq__question {
      font-size: 14px;
      padding: 12px 14px;
    }
    .faq__inner{
      padding: 0 24px;
    }

    .nova-expert__visual img {
      display: none;
    }
  }

  @media (min-width:768px){
    .nova-expert__visual1{
      display: none;
    }
  }

  /* tenth section */

  
  .footer-accordion {
    background-color: #FFFFFF;
    padding: 0px 0 40px;
  }
 
  .footer-accordion__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
 
  .accordion-item {
    border-bottom: 1.5px solid #A53758;
  }
 
  .accordion-item.active {
    border-bottom-color: #A53758;
  }
 
  .accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 20px 0;
    text-align: left;
  }
 
  .accordion-trigger__label {
    color: #A53758;
    font-size: 1.2vw;
    font-weight: 400;
  }
 
  .accordion-item.active .accordion-trigger__label {
    color: #A53758;
    font-weight: 600;
  }
 
  .accordion-trigger__icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
 
  .accordion-trigger__icon::before,
  .accordion-trigger__icon::after {
    content: "";
    position: absolute;
    background-color: #A53758;
  }
 
  .accordion-trigger__icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    transform: translateY(-50%);
  }
 
  .accordion-trigger__icon::after {
    top: 0;
    left: 50%;
    width: 1.5px;
    height: 100%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease;
  }
 
  .accordion-item.active .accordion-trigger__icon::after {
    opacity: 0;
  }
 
  .accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
 
  .accordion-panel__inner {
    padding: 6px 0 26px;
  }
 
  .accordion-links {
    list-style: none;
    columns: 4;
    column-gap: 30px;
  }
 
  .accordion-links li {
    break-inside: avoid;
    margin-bottom: 12px;
  }
 
  .accordion-links a {
    color: #A53758;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.4;
  }
 
  .accordion-links a:hover {
    text-decoration: underline;
  }
 
  @media (max-width: 991px) {
    .accordion-links {
      columns: 2;
    }
  }
 
  @media (max-width: 767px) {
    .footer-accordion {
      padding: 10px 0px;
    }
 
    .accordion-trigger__label {
      font-size: 18px;
    }
 
    .accordion-links {
      columns: 1;
    }
    .footer-accordion__inner{
      padding: 0 24px;
    }
  }

  /* 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 40px;
    width: 100%;
  }
 
  .cta-banner__message {
    color: #FFFFFF;
    font-size: 1.7vw;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
     width: 45%;
  }
 
  .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: 16px;
    font-weight: 500;
    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;
      margin-top:35px;
    }
 
    .cta-banner__message {
      font-size: 24px;
      width: 100%;
    }
 
    .cta-banner__contacts {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }
    .cta-banner__inner{
      padding: 0 24px;  
    }
  }


  /* 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 40px;
  }
 
  .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 24px;
    }
    .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;
  }
