.slider-brands__slide img {
    height: auto;
}
@font-face {
  font-family: "TelAviv";
  font-display: swap;
  src: url("../fonts/TelAviv-BrutalistBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TelAviv";
  font-display: swap;
  src: url("../fonts/TelAviv-BrutalistLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}



.site-form__item--checkbox .wpcf7-acceptance label {
    position: static !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: row-reverse !important;
    gap: 0.75rem !important;
    width: auto !important;
    text-align: right !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    pointer-events: auto !important;
    cursor: pointer;
}

.site-form__item--checkbox .wpcf7-list-item {
    margin: 0 !important;
}

/* Hide the default checkbox */
.site-form__item--checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.site-form__item--checkbox .wpcf7-acceptance label {
    position: static !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: row !important; /* Change from row-reverse to row */
    gap: 0.75rem !important;
    width: auto !important;
    text-align: right !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    pointer-events: auto !important;
    cursor: pointer;
    direction: rtl; /* Add this */
}

.site-form__item--checkbox .wpcf7-list-item-label {
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--black);
    position: relative;
    padding-inline-start: 1.75rem;
    direction: rtl; /* Add this */
}
/* Custom checkbox box */
.site-form__item--checkbox .wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    inset-inline-end: 0;
    right: 0;
    top: 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #000000; /* Black stroke */
    border-radius: 0.25rem;
    background-color: #f5f1ed; /* Beige background color - adjust to match your exact page background */
    transition: all 0.3s ease;
}

/* Checked state */
.site-form__item--checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #71afdb80;
    border-color: #71afdb80;
}

/* Hover state */
.site-form__item--checkbox label:hover .wpcf7-list-item-label::before {
    border-color: #333333; /* Slightly lighter black on hover */
}
.site-form__item--checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

/* Hover state */
.site-form__item--checkbox label:hover .wpcf7-list-item-label::before {
    border-color: #71afdb;
}

/* Focus state for accessibility */
.site-form__item--checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label::before {
    outline: 2px solid #71afdb80;
    outline-offset: 2px;
}
.wpcf7-acceptance span{
  color:white;
}
.site-form .wpcf7-not-valid-tip{
  background-color: unset !important;
  text-align: right;
  direction: rtl;
      padding-right: unset !important;
}
.site-form .wpcf7 form.invalid .wpcf7-response-output{
  background-color: unset !important;
margin-top: 2rem;
text-align: center;
direction: rtl;
}
@media only screen and (min-width: 1024px) {
  .hero__header h1 {
      font-size: clamp(2.025rem, 3.58333vw, 5.5rem);
  }
}
.steps-bg__header h1, .steps-bg__header h2, .steps-bg__header h3, .steps-bg__header h4, .steps-bg__header h5, .steps-bg__header h6 {
    font-weight: 700;
}
@media only screen and (max-width: 1024px) {
    .site-header.menuIsActive::before {
        background: #faf6f3;
        box-shadow: unset;
    }
    .site-header__menus a {
        font-weight: 400;
    }

    .steps-bg__header:not(:last-child) {
        margin-bottom: clamp(2rem, 2.34375vw, 2.8125rem);
        width: 100%;
    }
    .bg-info--grid  .bg-info__bg {
        width: 29.75rem;
        height: 26.8125rem;
    }
    .bg-info__text-decor p {
        font-size: 12vw;
    }

    .bg-info--grid .bg-info__item-main .card-title {
        font-weight: 600;
    }
    .bg-info.bg-info--grid .bg-info__item::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .2);
        -webkit-backdrop-filter: blur(.4375rem);
        backdrop-filter: blur(.4375rem);
        border-radius: 17.747px;
        border: 0.887px solid rgba(255, 255, 255, 0.17);
        background: rgba(255, 255, 255, 0.30);
        backdrop-filter: blur(5.76788330078125px);
    }
    .bg-info__item::before {
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .2);
        -webkit-backdrop-filter: blur(.4375rem);
        backdrop-filter: blur(.4375rem);
        border-radius: 17.747px;
        border: 0.887px solid rgba(255, 255, 255, 0.17);
        background: rgba(255, 255, 255, 0.30);
        backdrop-filter: blur(5.76788330078125px);
    }
    .bg-info__text-decor {
        inset-inline: clamp(1.25rem, 1.489583vw, -1.8125rem) !important;
    }

    .cards-num__card {
        gap: 0.5rem !important;
    }
.cards-num__card-title {
    padding-top: 1.2rem;
}
.cards-num__card-content {
    gap: 1.8rem;
            padding-inline-end: unset;
}
}
.bg-info__item-main > p:nth-child(1){
    font-weight:bold;
}
/* Hide break opportunity on desktop */
.mobile-break {
    display: none;
}
.cards-info__header h1, .cards-info__header h2, .cards-info__header h3, .cards-info__header h4, .cards-info__header h5, .cards-info__header h6 {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
/* Show break opportunity on mobile */
@media (max-width: 768px) {
    .site-header__menus {
        background-color: #FAF6F3;

    }
    .site-header::before {
        background: #FAF6F3;
    }
    .site-header__menus a {
        color: black;
        padding-bottom: 1rem;
    }
    #menu-main-menu li{
        border-bottom: 1px solid #dcdcdc;
    }
    .menuIsActive .btn-burger span {
        background-color: black;
    }
    .menuIsActive .site-header__logo .logo-light{
        display: none;
    }
    .menuIsActive .site-header__logo .logo-dark {
        display: block !important;
    }
    .site-header--dark .site-header__logo .logo-light{
    display: none !important;
    }
    .site-header--dark.fixed nav a, .site-header--dark.menuIsActive nav a {
        color: black !important;
    }
    .menuIsActive .site-header__logo .logo-dark {
        display: block !important;
    }

    .bg-info__header h1, .bg-info__header h2, .bg-info__header h3, .bg-info__header h4, .bg-info__header h5, .bg-info__header h6 {
        line-height: 1.2;
        font-size: clamp(2.2rem, 2.6041666667vw, 3.125rem);
    }
    .slider-gallery__header h1, .slider-gallery__header h2, .slider-gallery__header h3, .slider-gallery__header h4, .slider-gallery__header h5, .slider-gallery__header h6 {
        font-size: clamp(2.1rem, 2.6041666667vw, 3.125rem);
        -webkit-text-stroke: 0.5px;

    }
    .faq__header h1, .faq__header h2, .faq__header h3, .faq__header h4, .faq__header h5, .faq__header h6 {
        font-size: clamp(2.1rem, 2.34375vw, 2.8125rem);
    }
    .cards-info__card-title {
        font-size: 4.2vw;
        line-height: 1.4;
    }
    span.cards-info__card-main span{
        flex: 0 0 87%;
    }
    span.cards-info__card-main i{
        flex: 0 0 23%;
    }
 .cards-info__header h2{
        line-height: 1.5;
        font-size: clamp(2.1rem, 2.3354166667vw, 2.8625rem);
    }
    .mobile-break {
        display: inline;
    }
}

@media only screen and (min-width: 1024px) {
   .site-header__menus .contact{
       display: none;
   }
    .cards-acc-media__inner .cards-acc-media__card:nth-child(1) {
        border-radius: 0 20px 0 0;
    }

    .cards-acc-media__inner .cards-acc-media__card:nth-child(3) {
        border-radius: 20px 0 0 0;
    }

    .cards-acc-media__inner .cards-acc-media__card:nth-child(4) {
        border-radius: 0 0 20px 0;
    }

    .cards-acc-media__inner .cards-acc-media__card:nth-child(6) {
        border-radius: 0 0 0 20px;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .site-header__menus a{
        margin-top: auto;
        width: 100%;
    }
    .site-header__menus {
        padding-bottom: 1.75rem;

    }

    .cards-acc-media__card:not(:first-child):not(:last-child) {
        border-radius: unset !important;
    }

    .cards-acc-media__card:first-child {
        border-radius: 1.25rem;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .cards-acc-media__card:last-child {
        border-radius: 1.25rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.wpcf7-acceptance .wpcf7-list-item-label > span{
    direction: ltr;
}
.footer .wpcf7-acceptance .wpcf7-list-item-label > span{
    color:white;
}
.footer .site-form__item--checkbox .wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    inset-inline-end: 0;
    right: 0;
    top: 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid white;
    border-radius: 0.25rem;
    background-color: black;
    transition: all 0.3s
    ease;
}
@media only screen and (min-width: 1024px) {
  .mmoob{
    display: none;
  }
  .slider-gallery__inner {
    padding-top: 2rem;
}

.cards-icon__inner {

    padding-top: 4rem;
}
  .mmmob{
    display: none;
  }
  .slider-brands__header h2 br,
  .bg-info__header h2 br,
 .cards-info__header h2 br {
    display:none;
}

.site-form form {

    direction: rtl;
}
}
@media only screen and (max-width: 1024px) {
  .slider-gallery__inner {
    padding-top: 2rem;

}

  section.cards-icon.card-icon--grid-3 {
    padding-top: 2rem;
}

.cards-icon__inner h2{
          text-align: center;

    font-size: 7.5vw ;
}

  .hero__header h1 br:not(.mmmob){
    display: none;

  }
  .hero__header {

    padding-inline-end: unset;
}
  /* Mobile - pure vw units */
  .hero__header h1 {
      font-size: 9vw;
      line-height: 130%; /* 36.4px */




  }


.cards-info__header h2 {

    font-size: 7.5vw ;


}
.content-bg__content-list h2{
    font-size: 6vw !important;
}
.steps-bg__header h1,
.steps-bg__header h2,
.steps-bg__header h3,
.steps-bg__header h4,
.steps-bg__header h5,
.steps-bg__header h6 {
    font-size: 7.5vw ;


}
.bg-info__header h1, .bg-info__header h2, .bg-info__header h3, .bg-info__header h4, .bg-info__header h5, .bg-info__header h6 {

    font-size: 7.5vw ;
}

/* Mobile - pure vw units */
.content-bg__content-list h1,
.content-bg__content-list h2,
.content-bg__content-list h3,
.content-bg__content-list h4,
.content-bg__content-list h5,
.content-bg__content-list h6 {
    font-size: 7.5vw ;

}
.slider-brands__header h1,
.slider-brands__header h2,
.slider-brands__header h3,
.slider-brands__header h4,
.slider-brands__header h5,
.slider-brands__header h6 {
    font-size: 7.5vw ;


}
/* .faq__text-bg p {
      font-size: 7.5vw ;
} */
.footer__form-header h1, .footer__form-header h2, .footer__form-header h3, .footer__form-header h4, .footer__form-header h5, .footer__form-header h6 {
  font-size: 7.5vw ;
}
.footer__header h1, .footer__header h2, .footer__header h3, .footer__header h4, .footer__header h5, .footer__header h6 {
    font-size: 7.5vw ;
}

.slider-gallery__header h1, .slider-gallery__header h2, .slider-gallery__header h3, .slider-gallery__header h4, .slider-gallery__header h5, .slider-gallery__header h6 {
    font-size: 7.5vw ;
}

}
.content-bg__bg::before{
  content: unset;
}
