


































@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Poppins */

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Poppinsregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Poppinsblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Poppinsbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Jost */

@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Jost-400-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Jost-500-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Jost-700-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Montserrat */

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* League Spartan */

@font-face {
  font-family: 'LeagueSpartan';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/LeagueSpartan-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'LeagueSpartan';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/LeagueSpartan-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'LeagueSpartan';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/LeagueSpartan-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Unbounded';
  src: url('/wp-content/themes/twentytwentyfive/assets/fonts/Unbounded-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/*  _________________ GLOBAL ______________________ */



:root {
 --yellow:  #F8B32A;
}

section {
    position: relative;
    overflow: hidden;
    background-color: black;
}

body {
     font-family: 'Montserrat', 'Inter', 'Poppins', 'LeagueSpartan', 'Jost', 'Unbounded';
     color: white;
}

#popup-form h3 {
    color: black;
font-weight: 600;
font-size: 30.56px;
margin-bottom: 8px;
text-align: center;
}

#popup-form .wpcf7-not-valid-tip {
    top: -30%;
}

.popup-form-text {
font-weight: 400;
font-size: 19.65px;
margin-bottom: 35px;
color: black;
}

#popup-form.active {
  display: block;
}

#popup-form .wpcf7-form {
      display: flex;
    flex-direction: column;
    gap: 17px;
}
#popup-form {
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 38%;
  z-index: 5;
}

#popup-form input::placeholder {
    display: flex;
    flex-direction: column;
}


.popup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 4;
}

p:has(> input.popup-form-btn) {
 width: 50%;
 align-self: center;
}

p:has(> span.popup-form-text) {
text-align: center;
}

.pop-up-form-group {
    display: flex;
    flex-wrap: wrap;
gap: 18px;
}

 .popup-form-btn {
     background-color: black !important;
     padding: 15px 80px !important;
font-weight: 600 !important;
font-size: 18px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(248, 179, 42, 0.75)!important; 
  border-bottom: 5px solid rgba(248, 179, 42, 0.75) !important;
  color: white;
      
 }
 
 
 
.pop-up-form-group p {
    width: 48%;
    
}


#popup-form input, textarea{
    width: 100%;
}

#popup-form input, textarea {
    padding: 15px;
    border-top: 1px solid rgba(248, 179, 42, 1);
        border-right: 1px solid rgba(248, 179, 42, 1);
            border-left: 2px solid rgba(248, 179, 42, 1);
                border-bottom: 2px solid rgba(248, 179, 42, 1);
font-weight: 500;
font-size: 18px;
border-radius: 6px;
}


.wrapper {
    max-width: 1920px;
     margin: 0 auto;
    padding: 0 55px;
}



.btn {
display: inline-block;
  position: relative;
  background-color: #f7b32b;
  color: white;
font-weight: 700;
font-size: 13.5px;
line-height: 22.28px;
letter-spacing: 2.5px;
  border: none;
  padding: 20px 60px;
  cursor: pointer;
  box-shadow: 0 6px 0 #c98800;
  transition: all 0.2s ease;
      text-transform: uppercase;
      white-space:  nowrap;
      text-align: center;
}

.main-title {
font-weight: 600;
font-size: 26px;
text-transform: uppercase;
margin-bottom: 24px;
display: flex;
align-items: center;
gap: 10px;
    flex-wrap: wrap;
}

.main-title::before  {
    content: '';
    height: 2px;
    width: 60px;
    background-color: white;
}

.main-sub-title {
    margin-left: 71px;
font-weight: 500;
font-size: 32px;
margin-bottom: 70px;
}

.grey {opacity: 0.5;}

.yellow {
    color: var(--yellow);
}

.title {
    font-family: 'Inter';
font-weight: 500;
font-size: 60px;
    margin-left: 64px;
}

.title span {
    display: inline;
}

/* reviews */

.reviews-wrapper {
    padding-top: 140px;
    padding-bottom: 125px;
}

.reviews-swiper {
    position: relative;
}

.reviews-title {
text-transform: none;
font-family: 'Inter';
font-weight: 500;
font-size: 60px;
letter-spacing: -1px;
margin-bottom: 128px;
}
  .swiper-content-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .swiper-left {
    display: flex;
    flex-direction: column;
gap: 7px;
text-align: left;
  }

  .user-pfp  {
    margin-bottom: 19px;
    border-radius: 50%;
    max-height: 70px;
    max-width: 70px;
  }

  .user-name {
font-weight: 400;
font-size: 26px;
line-height: 35.88px;
  }

  .user-review-date {
font-weight: 400;
font-size: 17.72px;
line-height: 22.5px;
color: rgba(255, 255, 255, 0.4);
  }

  .google-icon {
    width: 82px;
    height: 27px;
  }

  .swiper-right  {
    display: flex;
    flex-direction: column;
    background-image: url('<?php echo get_template_directory_uri();?>/assets/images/comment-icon.png');
    background-repeat: no-repeat;
    background-position: top 70% left;
    text-align: left;
    padding-left: 120px;
  }

  .five-stars {
max-width: 134px;
margin-bottom: 40px;
  }

  .user-comment {
    max-width: 900px;
    font-size: 26px;
    line-height: 36px;
  }

  .reviews-swiper {
    overflow: hidden;
  }

  .swiper-slide {
    padding-bottom: 100px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
  }

  .swiper-controls {
    display: flex;
  text-align: center;
    margin-top: 65px;
    position: relative;
  align-items: center;
  max-width: 320px;
justify-content: space-between;
align-content: center;
height: 30px;
--swiper-navigation-size: 7px ;
  }
  
.swiper-pagination {
    position: static !important;
    left: auto !important;
    right: auto !important; 
    display: flex !important;
    align-items: center;
    text-align: center;
    --swiper-theme-color: white;
margin-left: 40%;
}

.swiper-pagination-bullet {
    background: #CCCCCC !important;
}
  
  .swiper-button-next,
  .swiper-button-prev {
    position: static !important; 
    background-repeat: no-repeat !important;
    width: 30px !important;
    height: 14px !important;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after{
display: none;
  }
  
  .swiper-button-next {
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/reviews-arrow.svg');
  }

  .swiper-button-prev  {
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/reviews-arrow.svg');
    transform: rotate(-180deg);
  }

  /*  application */

   .application-wrapper {
padding-top: 108px;
padding-bottom: 108px;
}

.application-form {
    display: flex;
    flex-direction: column;
    padding-top: 103px;
    padding-bottom: 60px;
    align-items: center;
    text-align: center;
    background-color: var(--yellow);
    border-radius: 25px;
}

.application-subtitle {
font-weight: 400;
font-size: 26px;
line-height: 36px;
margin-bottom: 5px;
}

.application-form-title {
font-weight: 500;
font-size: 48px;
line-height: 55px;
letter-spacing: -1.5px;
}

.application-input {
background-color: white;
border-radius: 48px;
color: rgba(0, 0, 0, 0.4);
padding: 18px 22px;
width:  95%;
font-size: 18px;
cursor: pointer;
    border: none;
}

.application-input-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px; 
    column-gap: 15px; 
    margin-top: 29px;
    margin-bottom: 18px;
}

.application-button {
    color: black;
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: right 10px center ;
    text-align: left;
    cursor: pointer;
    width: 95%;
}

.terms-text {
    max-width: 380px;
    font-size: 18px;
    line-height: 21px;
}

.terms-more {
    color: rgb(255, 255, 255, 0.4);
}



.wpcf7-response-output {
    color: black;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    position: absolute;
    color: black;
    width: 100%;
    top: -37%;
    left: 0;
    font-size: 13px;
}

.hidden-fields-container {
    display:  none;
}

.screen-reader-response ul{
    display: none;
}

.screen-reader-response p {
    color: black;
}

.wpcf7-response-output {
    display: none;
}


/* header */


.header-burger {
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/burger.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.header-right-group {
    display: flex;
    align-items: center;
}

.header {
  position: fixed; 
  top: 0; 
  left: 0; 
  right: 0;
  background-color: transparent;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3); /* Напівпрозорий білий колір */
    backdrop-filter: blur(10px); /* Регулювання інтенсивності розмиття */
    -webkit-backdrop-filter: blur(10px); /* Для підтримки в Safari */
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
    padding-bottom: 13px;
}

.nav-list {
        flex-wrap: wrap;
    justify-content: center;
  display: flex; 
  align-items: center;
  gap: 24px;
  transition: max-height 0.4s ease-in, opacity 0.4s ease;
   overflow: hidden;
}

.nav-list.active {
    opacity: 1;
    max-height: 500px;
    overflow: hidden;
      transition: max-height 0.4s ease, opacity 0.4s ease;
      padding: 10px 0;
}

.company-logo {
    max-width: 100px; 
}

.nav-list-item {
font-size: 18px;
cursor: pointer;
transition: color 0.3s ease;
position: relative;
}


.nav-link:before {
    content: "";
    display: block;
    background:  var(--yellow);
    width: 3px;
    height: 20px;
    -webkit-transform: skewX(165deg);
    -ms-transform: skewX(165deg);
    transform: skewX(165deg);
    position: absolute;
       top: 3px;
  left: 5px;
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
     z-index: -1;
}

.nav-link {
    text-transform: uppercase;
font-weight: 700;
font-size: 13px;
line-height: 21.45px;
letter-spacing: 2.45px;
    clip-path: polygon(5px 0px, 100% 0, calc(100% - 5px) 100%, 0 100%);
    padding: 5px 3px;
    transition: background 0.3s ease;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
     z-index: 1;
}

.nav-link:hover::before {
  width: 110%;
}

.hover-list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    top: 80%;
    background-color: #2b2b2b;
    text-align: center;
     transition: opacity 0.3s ease;
       pointer-events: auto;
}

.hover-list-link {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.hover-list-link:hover {
    color: var(--yellow);
      transition: color 0.3s ease;
}

.services-nav-item:hover .hover-list {
       overflow: visible;
    display: flex;
    padding: 20px;
    opacity: 1;
    max-height: 1000px;
    transition: opacity 0.3s ease;
}

.services-nav-item:hover .hover-list {
    display: flex;
    padding: 20px;
    opacity: 1;
    max-height: 1000px;
    transition: opacity 0.3s ease;
}

.hover-list::before {
    content: '';
    position: absolute;
    bottom: 100%;
    height: 20px;
    width: inherit;
    background-color: transparent;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}
/* footer */

 .footer-phone-last-part {
     display:none;
     align-self: center;
    margin-top: 50px;
    text-align: center;
 }

.footer {
    background-color:rgb(22, 21, 22);
}

.footer-logo {
  width: 72px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 66px  75px  75px;
    align-items: flex-start ;
    gap: 15px
}

.footer-coloumn {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-coloumn li {
    font-family: 'Poppins';
font-weight: 400;
font-size: 14px;
letter-spacing: 0.3px;
}

.footer-title  {
    font-family: 'Poppins';
font-weight: 700;
font-size: 13.5px;
text-transform: uppercase;
color: var(--yellow);
margin-bottom: 24px;
letter-spacing: 2px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-works-wrapper {
    display: flex;
    gap: 36px;
}

.authors-rights {
    opacity: 0.5;   
}

.social-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* hero */



.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.6);
}

.hero-section {
        position: relative;
    width: 100%;
    height: 100vh; 

    
}

.hero-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 430px;
      padding-top: 430px;
}

.hero-title {
font-weight: 500;
font-size: 84px;
 margin-bottom: 32px;
 text-align: center;
}

.hero-text {
font-weight: 500;
font-size: 25px;
 margin-bottom: 50px;
 text-align: center;
}


/* ______________________ MAIN PAGE ________________________ */

/* info */

.info-wrapper {
    padding-top: 50px;
        display: flex
;
    align-items: center;
   
    justify-content: center;
}

.info-list {
  display: flex;
  justify-content: space-between;
 gap: 8px;
  align-items: center;
}

.info-item {
  display: flex;
  gap: 37px;
  align-items: center;
}

.info-item  p {
  font-family: 'Montserrat';
font-weight: 500;
font-size: 21.81px;
max-width: 140px;
color: rgba(119, 117, 117, 1);
}

.info-item::first-of-type  p {
  max-width: 200px;
}


.info-item:first-child {
justify-content: center;
}

.twok::before {
  content: '+';
}

.twok {
  color: rgba(119, 117, 117, 1);
  font-family: Unbounded;
font-weight: 200;
font-size: 58.17px;
display: flex;

}

.highlited-k {
  font-family: 'Montserrat';
font-weight: 200;
font-size: 58.17px;
}

/* services navigation */

.services-navigation-wrapper {
  padding-bottom: 48px;
      padding-top: 129px;
}

.services-nav {
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: 0 auto;
}

.services-nav-btn {
font-weight: 500;
font-size: 26px;
color: white;
}

.services-nav-btn-active {
  color: rgba(248, 179, 42, 1);
}

.services-nav-disabled {
    opacity: 0.5;
    pointer-events: none;
}


   /* training program */

   .training-program-wrapper {
    padding-bottom: 105px;
   }

   .training-program-title {
    max-width: 60%;
   }

   .training-program-block {
    display: flex;
    flex-direction: column;
    align-items: end;
     max-width: 50%;
     align-self: end;
     margin-top: 64px;
   }

   .training-program-wrap {
    display: flex;
   justify-content: right;
   }

   .training-program-text {
    margin-bottom: 55px;
font-weight: 400;
font-size: 26px;
   }

   .training-program-btn {
    align-self: flex-start;
   }

   /* team photo */

   .team-photo-section {
    background-position: center;
    background-repeat: no-repeat;
      min-height: 408px;;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/team-photo.png');
   }

   /* why-us--main */
   
   .why-section span {
           text-align: center;
    margin-bottom: 30px;
   }

   .why-us--main-wrapper {
    padding-top: 115px;
    padding-bottom: 86px;
  
   }
.why-us-main-main-title {
  margin-bottom: 0;
}

   .why-us--main-title {
    max-width: 1000px;
   }

 
   
   .why-us--main-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  justify-content: center;
}

.why-us--main-item {
  flex: 1 1 calc(25% - 30px);
  min-height: 291px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: white;
  box-sizing: border-box;
}

.why-us--main-wide {
  flex: 1 1 calc(50% - 30px);
}

/* Кнопка по центру */
.why-us--main-btn {
  margin: 30px auto 0;
}

  

   .why-us--main1 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
   }

    .why-us--main2 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img2.png');
   }

    .why-us--main3 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
   }

    .why-us--main4 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img3.png');
   }

    .why-us--main5 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img4.png');
   }

    .why-us--main6 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
   }

    .why-us--main7 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
   }

   .why-us--main-btn {
  margin: 0 auto;
  margin-top: 30px;
   }

   /* map */

   .map {
    width: 100%;
   }

   /*  _________________ ALL SERVICES PAGE _____________________ */

/* services */

.services-wrapper {
  padding-bottom: 169px;
  padding-top: 108px;
}

.services-title {
  text-transform: uppercase;
font-weight: 700;
font-size: 55px;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  transition: opacity 0.5s ease-in ;
}

.services-lists {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}

.services-item {
    width: 23%;
    min-height: 196px;
 background-position: center;
    background-size: cover;
    cursor: pointer;
}


.services-item:not(.services-btn-item) a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}


.services-btn-item {
  display: flex;
justify-content: center;
}

.services-item-title {
  font-family: 'LeagueSpartan';
font-weight: 600;
font-size: 24px;
}

.services-item-btn {
  font-family: 'LeagueSpartan';
font-weight: 700;
font-size: 10.22px;
text-transform: uppercase;
display: inline-block;
position: relative;
width: max-content;
padding-right: 8px;
}

.services-item-btn::after {
     position: absolute;
    display: block;
    content: '';
    background-image: url(/wp-content/themes/twentytwentyfive/assets/images/services-arrow.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    background-position: center;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.detailing-img1 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/detailing-img1.png');
}

.detailing-img2 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/detailing-img2.png');
}

.detailing-img3 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/detailing-img3.png');
}

.detailing-img4 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/detailing-img4.png');
}

.detailing-img5 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/detailing-img5.png');
}

.detailing-img6 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/detailing-img6.png');
}

.detailing-img7 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/detailing-img7.png');
}

.services-btn {
  align-self: center;
  display: flex;
  justify-content: center;
  max-height: 500px;
  opacity: 1;
   }

.protection-img1 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.protection-img2 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.colour-change-img1 {
 background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.colour-change-img2 {
   background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.colour-change-img3 {
   background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.colour-change-img4 {
   background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.training-img1 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.training-img2 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.training-img3 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.training-img4 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.training-img5 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.training-img6 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.body-repair-img1 {
background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.body-repair-img2 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.body-repair-img3 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.body-repair-img4 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.body-repair-img5 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--main-img1.png');
}

.body-repair-img6 {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}

.services-list-title {
font-weight: 600;
font-size: 32px;
text-transform: uppercase;
color: white;
margin-bottom: 32px;
margin-top: 86px;
transition: opacity 0.5s ease-in;

}



.services-disable {
  opacity: 0;
max-height: 0;
}

/*  __________________ SERVICES PAGES _______________________ */
 
/* about */

.all-services .services-list-title:first-child {
    margin-top: 0;
}

.about-wrapper {
  padding-top: 166px;
  padding-bottom: 100px;
}

.about-content {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}

.about-title {
  max-width: 70%;
font-weight: 700;
font-size: 75.36px;
line-height: 1.2em;;
margin-top: 10px;
}


.about-text {
  position: relative;
font-weight: 500;
font-size: 25px;
width: 40%;
margin-top: 75px;
display: flex;
align-items: center;
}

.about-text::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 720px;
  background-color: white;
  margin-right: 20px;
right: 100%;
top: 50%;
}

.about-main-text {
  display: flex;
  flex-direction: column;
  gap: 35px; 
  margin-top: 95px;
  margin-left: 64px;
align-items: end;
font-family: 'Inter';
font-weight: 500;
font-size: 24px;
}

/* why us  */ 

.why-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 115px;
    padding-bottom: 100px;
}

.why-list {
    margin-top: 75px;
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
        margin-bottom: 112px;
}

.why1 {
  background-repeat: no-repeat;
   background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}
 .why2 {
    background-repeat: no-repeat;
     background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img2.png');
}
 .why3 {
    background-repeat: no-repeat;
      background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img3.png');
}
.why4 {
     background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img4.png');
}


.why-list-item {
  display: flex;
  flex-direction: column;
    width: 50%;
    padding: 0 16px;
  background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 20px;
    min-height: 400px;
    text-align: center;
justify-content: center;
align-items: center;
}

.why-item-title {
font-family: 'LeagueSpartan';
font-weight: 900;
font-size: 56px;
text-transform: uppercase;
 
}


.why-btn {
align-self: center;
}


.sb-cell.free {
    background-color: #F8B32A !important;
    color: white !important;
}


.sb-cell.free.hovered, .sb-cell.free:hover {
       background-color: #BB8512 !important;
}


#header {
    background-color: black !important;
}


/* works */

/* === WORKS SECTION === */

.pdr .works-lists-wrapper {
    margin-bottom: 30px;
}

.works-wrapper {
  padding: 110px 20px 124px;
}

.works-title {
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
}

.works-under-title {
  font-weight: 600;
  font-size: 25.12px;
  text-transform: uppercase;
  margin-left: 64px;
  display: block;
  margin-top: 20px;
}

.works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 24px;
  list-style: none;
  padding: 0;
}

.works-wide-list {
     display: grid;
  grid-template-columns: repeat(2, 1fr); 
    gap: 24px;
      list-style: none;
  padding: 0;
}

.works-wide-list .works-list-item {
    min-height: 535px;
}
.works-list-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 50px;
  color: white;
  position: relative;
  overflow: hidden;
}


.works-lists-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 35px;
}


.works-item-text {
  font-weight: 100;
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
}

.works-item-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-decoration: underline;
}


.work1 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img1.png'); }
.work2 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img2.png'); }
.work3 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img3.png'); }
.work4 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img4.png'); }
.work5 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img5.png'); }
.work6 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img3.png'); }
.work7 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img4.png'); }
.work8 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img5.png'); }
.work9 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img1.png'); }
.work10 { background-image: url('/wp-content/themes/twentytwentyfive/assets/images/works-img2.png'); }


.gallery-btn {
  display: inline-block;
margin: 0 auto;
margin-top: 100px;
align-self: center;
}

  /* user transition */

.user-transition-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 105px;
}

.user-transition-title {
  text-transform: none;
font-weight: 500;
font-size: 60px;
letter-spacing: -1px;
margin-bottom: 20px;
}

.user-transition-btn {
  align-self: center;
}

/*  faq*/

.faq-wrapper {
  display: flex;
  flex-direction: column;
padding-bottom: 150px;
}

.faq-title {
font-weight: 500;
font-size: 60px;
letter-spacing: -1px;
text-transform: none;
flex-wrap: nowrap;
}

.accordion-list {
  display: flex;
  flex-direction: column;
}
.accordion-list-item  {
   padding: 32px;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 12px;
   cursor: pointer;
}

.accordion-item-btn {
  transition: all 0.3s ease-in;
    background-repeat: no-repeat;
}

.accordion-item-top {
display: flex;
justify-content: space-between;
align-items: center;
}

.accordion-item-content {
   display: flex;
  flex-direction: column;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in, max-height 0.5s ease-in-out;
}

.accordion-item-content-active {
  max-height: 1200px;
  opacity: 1;
    transition: opacity 0.5s ease-in, max-height 0.5s ease-in-out;
}

.rotated {
  transform: rotate(-45deg);
    transition: transform  0.3s ease-in;
} 

.FAQ-list {
gap: 15px;
max-width: 75%;
align-self: center;
}

.FAQ-list-item {
  background-color: #0F1012;
  padding: 60px;
  border-radius: 12px;
}

.FAQ-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.FAQ-item-title {
      font-weight: 500;
    font-size: 28px;
  position: relative;
max-width: 90%;
padding-left: 35px;
font-family: 'Inter';
margin-left: 25px;
}

.FAQ-item-title::before {
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/star.svg');
  background-repeat: no-repeat;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.FAQ-item-text {
margin-top: 30px;
font-family: 'Inter';
font-weight: 300;
font-size: 26px;
opacity: 0.5;
}

.FAQ-item-btn {
  position: relative;
 
}

.FAQ-item-btn::after {
  content: '';
  position: absolute;
 width: 3.5px;
 height: 30px;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 background-color: white;
 border-radius: 19px;
 opacity: 0.8;
}

.FAQ-item-btn::before {
  content: '';
  position: absolute;
 width: 30px;
 height: 3.5px;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 background-color: white;
 border-radius: 19px;
 opacity: 0.8;
}
 
.FAQ-item-btn-active {
  transform: rotate(45deg);
background-color: var(--grey);
}


/*  ________________  ABOUT US PAGE ____________________ */

.about-us .why-item-text {
font-weight: 500;
font-size: 22px;
margin-top: 38px;
max-width: 95%;
}

.about-us .why1 {
  background-repeat: no-repeat;
   background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img1.jpg');
}
.about-us .why2 {
    background-repeat: no-repeat;
     background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img2.png');
}
.about-us .why3 {
    background-repeat: no-repeat;
      background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img3.png');
}
.about-us .why4 {
     background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('/wp-content/themes/twentytwentyfive/assets/images/why-us--coating-img4.png');
}


.about-us-fact-title {
font-weight: 500;
font-size: 60px;
}

.about-us-fact-text {
font-weight: 500;
font-size: 32px;
margin-left: 85px;
}

.specialization-section .about-text {
  align-self: flex-end;
}

.specialization-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 102px;
}

.specialization-section a {
margin-top: 70px;
align-self: center;
}

.mission-section {
  padding-bottom: 105px;
}

/*  ________________  CONTACT US PAGE ____________________ */


.contact-us-wrapper {
  padding-bottom: 140px;
  padding-top: 140px;
}


.contact-us-title {
  font-weight: 700;
  font-size: 90px;
  margin-bottom: 130px;
}


/* Загальний стиль */
.contact-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form-group {
  width: 27%; /* або скільки тобі треба */
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}

.contact-form-group.full-width {
  width: 100%;
}

.contact-form-group label {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}


.contact-us-form-input {
  background: transparent;
  border: none;
  border-bottom:  1px solid #CACACA;
  color: #fff;

  font-size: 24px;
  outline: none;
  width: 100%;
  transition: border-color 0.3s;
    font-family: 'Inter';
}



.contact-us .contact-form-group.full-width span {
  width: 100%;
  display: block;
}

.full-width label {
    margin-top: 50px;
}

.contact-us .wpcf7 textarea {
    max-height: 100px;
}

.contact-us .wpcf7-submit {
    margin-top: 30px;
}


/* === CONTACT INFO SECTION === */

.contact-info-section {
  background-image: url('/wp-content/themes/twentytwentyfive/assets/images/contact-us-bg.png');
  background-position: center;
  background-size: cover;
  color: black;
}

.contact-info-wrapper {
  display: flex;
  padding-top: 80px;
  padding-bottom: 112px;
  justify-content: space-around;
}

.contact-info-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-span {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 24px;
}

.contact-info-title {
  font-weight: 700;
  font-size: 56px;
  max-width: 575px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 245px;
}

.contact-info-line {
  width: 27px;
  height: 3px;
  background-color: black;
}

.contact-theme-info {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
}

.contact-info-text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 20px;
}





/* _____________________PORTFOLIO PAGE__________________*/

/* GRID */
.portfolio-list {
        margin-top: 35px;
 display: grid !important;
  grid-template-columns: repeat(3, 1fr) ; /* ДЕСКТОП = 3 */
  gap: 24px ;
}



/* CARD */
.portfolio-item {
  display: flex !important;
  flex-direction: column !important;
}

/* INSTAGRAM WRAPPER */
.insta-crop {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;

  /* FALLBACK для Safari */
  padding-top: 100%; /* квадрат */
}

/* якщо браузер підтримує aspect-ratio */
@supports (aspect-ratio: 1 / 1) {
  .insta-crop {
    padding-top: 0;
    aspect-ratio: 1 / 1;
  }
}

/* DESKTOP */
.insta-crop iframe {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100% !important;
  height: calc(100% + 120px) !important;
  border: none;
}


.portfolio-section img {
      width: 100% ;
  height: 476px;
  background-color: white;
  max-width: 476px;
  
}

.portfolio-wrapper {
       padding-bottom: 60px;
  display: block !important;
padding-top: 32px;
}


.portfolio-item {
  min-width: 0 !important;
}

.portfolio-nav-wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
  
}

.portfolio-nav-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.portfolio-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.portfolio-nav-btn {
font-weight: 500;
font-size: 24px;
cursor: pointer;
    text-align: center;
}





.portfolio-nav-btn-active {
  color: var(--yellow);
}

.portfolio .title {
  text-transform: uppercase;
}

.disabled {
  display: none;
}


.portfolio .main-title {
  margin-top: 120px;
}






.portfolio-item-title {
  margin-top: 35px;
font-weight: 600;
font-size: 28.9px;
margin-bottom: 12px;
}

.portfolio-item-text {
font-weight: 400;
font-size: 24.57px;
}

/*form page*/

.form-page .wpcf7-not-valid-tip {
    color: #ff1b1b;
    top: 109%;
}

.form-page-wrapper {
    padding-top: 200px;
}

.form-page-wrap {
    display: flex;
    flex-direction: column;
    gap:33px;
    align-items: center;
    width: 38%;
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: 450px;
}

.form-page-input {
        background-color: rgba(28, 32, 36, 1);
    padding: 20px;
    color: white;
    font-weight: 400;
    font-size: 18px;
    margin-top: 7px;
    border-radius: 6px;
    border:  1px solid rgba(118, 118, 118, 0.5);
   width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}
.form-page-wrap p:not(:last-child) {
        width: 100%;
}


.form-page-wrap label {
font-weight: 400;
font-size: 22px;
}


.form-page-textarea {
    background-color: transparent;
    border-color: white;
    margin-top: 13px;
}

.form-page btn {
    align-self: center;
}


/* pay here*/

.pay-here .package-list {
    max-width: 70%;
}

.pay-here .package-wrapper {
    padding-bottom: 500px;
    padding-top: 120px;
}

.pay-here .works-under-title {
    margin-bottom: 48px;
}

.pay-block {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 458px;
   width: 25%;
}

.pay-block-title {
font-weight: 700;
font-size: 24px;
}

.pay-block-underline {
    width: 100%;
    height: 1px;
    background-color: white;
}

.pay-block-line span {
font-size: 20px;
}

.pay-block-line {
    display: flex;
    justify-content: space-between;
}

.pay-block-price {
font-weight: 700;
}

.pay-here-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.pay-block-btn {
    border-radius: 60px;
    background-color: white;
    color: black;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
font-weight: 400;
font-size: 16px;
}

.pay-here .package-item-bot {
    justify-content: center;
}


/* BOOKING PAGE*/ 

.booking-section {
  background-color: black;
}
.chosing-nav {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.chosing-step {
  background-color: white;
  color: black;
  padding: 28px;
  width: 25%;
  text-align: center;
font-size: 12px;
  display: inline-block;
}




.chosing-step.active {
  background-color: #f8b32a;
}

.filter-options {
    display: flex;
    gap: 6px;
  
    margin-top: 40px;
  }

  .filter-option {
    display: flex;
    gap: 6px;
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    padding: 22px 25px;
    align-items: center;
    cursor: pointer;
    user-select: none;
  }

    .filter-option.active {
      background-color: white;
         color: black !important;
    }
    
    
     .filter-option.active svg path {
      fill: black !important;
     }

 .filter-option.active .coupe-color-fix {
      fill: white !important;
}
    

.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.category-item {
    display: flex;
    flex-direction: column;
    width: 22%;
    text-align: center;
    gap: 25px;
}


.category-item-img {
    width: 100%;
    height: 250px;
    background-color: white;
    display: inline-block;
}

.category-btn {
   width: 70%;
    align-self: center;
    font-size: 11px;
    padding: 11px 45px;
}

.booking-wrapper {
    margin-top: 170px
}


.widgets-wrapper {
    text-align: center;
}

.widgets-defoult-msg {
    font-size: 36px;
    color: red;
    margin:  0 auto}
    /*blog*/
    
    :root {
  --bg: #0d0d16;
  --card: #11111d;
  --text: #f3f3f3;
  --accent: #ffd100;
}
.blog-hero img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 40px;
  object-fit: cover;
}


/* View All */
.btn-view-all {
  display: block;
  margin: 30px auto;
  text-align: center;
  background: #1a1a2b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  width: fit-content;
  text-decoration: none;
  transition: background 0.3s;
}
.btn-view-all:hover {
  background: #2a2a40;
}

/* Single Post */
.single-post {
  max-width: 800px;
  margin: 80px auto;
}

.single-post h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.single-post h2 {
  margin-top: 40px;
  font-size: 1.3rem;
  color: var(--accent);
}

.post-img {
  width: 100%;
  border-radius: 12px;
  margin: 30px 0;
}

blockquote {
  background: #1b1b29;
  padding: 20px;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  margin: 40px 0;
  font-style: italic;
  color: #ddd;
}


    
 /* handwash */
.handwashing-hero-section {
    position: relative;
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/handwashing-hero.jpg');
    background-size: 100%; 
    background-repeat: no-repeat;
    background-position: center top;

    animation: heroZoom 1.5s ease-out forwards;
}

.handwashing-hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0);
    opacity: 0;
    animation: heroFade 1.5s ease-out forwards;
    z-index: 1;
}

/* Zoom анімація */
@keyframes heroZoom {
    0% { background-size: 120%; }
    100% { background-size: 100%; }
}

/* Fade overlay */
@keyframes heroFade {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.handwashing-hero-wrapper {
  display: flex;
  justify-content: space-between;
align-items: end;
padding-top: 618px;
padding-bottom: 220px;
}

.handwashing-hero-title {
font-weight: 600;
font-size: 200px;
max-width: 700px;
letter-spacing: -15px;
line-height: 175px;
}

.handwashing-hero-block {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.handwashing-hero-block  span {
font-weight: 500;
font-size: 24px;
max-width: 290px;
}

.handwashing-hero-btn {
  padding: 23px;
font-size: 20px;
z-index: 2;
}


.plans-wrapper  {
    padding-top: 60px;
      padding-bottom: 60px;
}

.plans-title {
font-weight: 600;
font-size: 133.33px;
}

.plans-list {
    margin-top:  120px;
    display: flex;
    gap: 33px;
}

.plan {
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 70px 60px 60px;
    border-radius: 20px;
    gap: 60px;
    height:  max-content;
}

.gold  {
    background: #151515;
}

.platinum {
    background: white;
}

.ultimate {
    background: var(--yellow);
}

.platinum, .ultimate {
    color: black;
}

.platinum .plan-name, .ultimate .plan-name {
    color: black;
}



.platinum .plan-list-item, .ultimate .plan-list-item {
    border-bottom:1px solid rgba(18, 18, 18, 0.2);
}
.plan-head {
    display: flex;
    justify-content: flex-start;
    gap: 13px;
    align-items: center;
        flex-wrap: wrap;
}

.plan-name {
font-weight: 600;
font-size: 64px;
color: white;
}

.plan-head span {
font-weight: 500;
font-size: 12px;
max-width: 200px;
}

.platinum .plan-head span, .ultimate .plan-head span {
    color: rgba(18, 18, 18, 0.7);

}

.gold .plan-head span {
    color: rgba(255, 255, 255, 0.4);
}

.plan-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.plan-list-item {
    display: flex;
    gap: 20px;
font-weight: 500;
font-size: 24px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
align-items: center;
}

.plan-item-title {
    font-weight: 500;
}

.plan-advantage  {
font-weight: 500;
font-size: 24px;
opacity: 0.5;
}

.plan-bottom-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.plan-price {
font-weight: 600;
font-size: 64px;
}

.plan-duration {
font-weight: 500;
font-size: 16px;
}

.plan-btn {
    display: inline-block;
    padding: 30px 0px;
text-align: center;
font-weight: 600;
font-size: 20px;
width: 100%;
align-self: center;
background: black;
color: white;
border-radius: 10px;
}

.gold .plan-btn {
    background: white;
    color: black;
    
}

.steps-section {
    overflow: visible;
}

.steps-wrapper {
   padding: 130px 0 20px;
}

.steps-title {
font-weight: 600;
font-size: 133.33px;
}

.step {
    background: white;
    border-radius: 20px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    max-width: 793px;
    gap: 30px;
    color: black;
    margin: 0 60px;
}

.step-one-wrapper {
 background-image: url('/wp-content/themes/twentytwentyfive/assets/images/step1.png');
 padding-top: 100px;
 padding-bottom:  100px;
}
.step-two-wrapper {
 background-image: url('/wp-content/themes/twentytwentyfive/assets/images/step2.png');
}
.step-three-wrapper {
 background-image: url('/wp-content/themes/twentytwentyfive/assets/images/step3.png');
}

.step-three-wrapper, .step-two-wrapper, .step-one-wrapper {
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;

}



.step-two-wrapper {
    display: flex;
    justify-content: end;
}

/* animation*/

.step {
    opacity: 0;
    transition: all 0.6s ease-out;
}

/* зліва */
.step.from-left {
    transform: translateX(-100px);
}
.step.from-left.in-view {
    transform: translateX(0);
    opacity: 1;
}

/* справа */
.step.from-right {
    transform: translateX(100px);
}
.step.from-right.in-view {
    transform: translateX(0);
    opacity: 1;
}

/*------------------------*/
.step-numb {
font-weight: 600;
font-size: 96px;
}

.step-numb::before {
    content: '';
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/flame.svg');
    background-position: left center;
    width: 54px;
    height: 72px;
    background-size: cover;
      display: inline-block;
}

.step-title {
font-weight: 600;
font-size: 48px;

}

.step-description {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        
}

.step-description span {
font-weight: 500;
font-size: 24px;
}

.step-description .one::before {
       content: '01';
font-weight: 600;
font-size: 24px;
margin-right: 20px;
 display: inline-block;
}

.step-description .arrow::before {
      content: '';
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/step-arrow.svg');
    background-position: left center;
    width: 15px;
    height: 15px;
    background-size: cover;
    display: inline-block;
    margin-right: 25px;
}

.step-bot-title {
font-weight: 700;
font-size: 48px;
}

.step-bot-goal {
font-weight: 500;
font-size: 24px;
}

.step-bot-goal::before  {
        content: '';
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/flame.svg');
    background-position: left center;
    width: 18px;
    height: 24px;
    background-size: cover;
      display: inline-block;
       margin-right: 20px;
}


.step-two-wrapper{
padding-bottom: 100px;
}

 .step-three-wrapper {
padding-bottom: 100px;
padding-top: 0px;
}


.steps-sum {
    color: black;
    position: relative;
    width: 95%;
    background-color: #FFB014;
    border-radius: 20px;
    padding: 60px;
    margin: 0 auto;
      box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
}

.steps-sum-title {
font-weight: 600;
font-size: 96px;
margin-bottom: 52px;
}

.steps-sum-text {
font-weight: 500;
font-size: 24px;
max-width: 350px;
}

.steps-sum-text::before {
     content: '';
    background-image: url('/wp-content/themes/twentytwentyfive/assets/images/flame.svg');
    background-position: left center;
    width: 18px;
    height: 24px;
    background-size: cover;
      display: inline-block;
       margin-right: 20px; 
}

.steps-sum-overlay {
      box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 0%;
       width: 40%;
        min-height: 440px;
    background-color: #FFB014;
    border-radius: 20px;
    padding: 60px;
        z-index: 1;
}

.steps-sum-overlay h4, .steps-sum-title {
    padding-bottom: 22px;
    border-bottom: 1px solid  rgba(18, 18, 18, 0.2);
}

.steps-sum-overlay h4 {
font-weight: 600;
font-size: 48px;
}

.steps-sum-overlay ul {
    margin-top:  30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.steps-sum-overlay li {
    display: flex;
    align-items: center;
    gap: 15px;
}




.steps-sum-overlay span {
font-weight: 500;
font-size: 24px;
}

.steps-sum-overlay .number {
    font-weight: 600;
}

.steps-sum-overlay-btn {
    padding: 22px 33px;
    background: black;
    border-radius: 10px;
    color: white;
    display: inline-flex;
    align-items:center;
    margin-top: 30px;

font-weight: 600;
font-size: 20px;
}

.steps-sum-overlay-btn img {
      margin-left: 8px;
    width: 12px;
    height: 14px;
}

.result-wrapper {
    padding: 178px 0  130px;
    display: flex;
    flex-direction: column;
}


.result-wrapper span {
font-weight: 600;
font-size: 96px;
    margin: 0 40px;
}

.result-wrapper img {
    width: 100%;
}



.after  {
    color: #FFB014;
 align-self:  end;
}

.why-us-handwashing-wrapper {
    padding-bottom: 130px;
}

.why-us-handwashing-subtitle {
font-weight: 600;
font-size: 96px;

}

.why-us-handwashing-title {
font-weight: 600;
font-size: 133px;
max-width: 835px;
}

.titles-wrapper  {
    display: flex;
    justify-content: space-between;
}

.why-us-handwashing-list {
    margin-top: 120px;
    display:  flex;
    flex-wrap: wrap;
    gap: 30px;
}
.why-us-handwashing-list li {
    width: 31%;
    min-height: 364px;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap:  30px;
}

.why-us-handwashing-list .number {
font-weight: 500;
font-size: 14px;
color: rgba(255, 255, 255, 0.4);
}

.why-us-handwashing-list h4 {
font-weight: 600;
font-size: 48px;
color: white;
}

.why-us-handwashing-list .text {
font-weight: 500;
font-size: 24px;
color: rgba(255, 255, 255, 0.6);
position: relative;
padding-left: 30px;
}

.why-us-handwashing-list .text::before {
    content: '';
      background-image: url('/wp-content/themes/twentytwentyfive/assets/images/white-arrow.svg');
      width: 15px;
      height: 15px;
      position: absolute;
      background-repeat: no-repeat;
    left: 0;
    top: 10%;
}

.filler {
     visibility: hidden;
}

.about-koch-wrapper {
    padding-top: 160px;
    padding-bottom: 130px;
}

.about-koch-title-block {
    display: flex;
    justify-content: space-between;
}

.about-koch-title-block h2 {
font-weight: 400;
font-size: 96px;
}
.about-koch-title-block h2:last-of-type {
    margin-top: 100px;
    text-align: end;
}

.about-koch-title-block h2 span {
font-weight: 600;
font-size: 133px;
}

.about-koch-subtitle {
font-weight: 400;
font-size: 96px;
text-align: end;
margin: 120px 0;
}

.about-koch-content {
    background-color: white ;
    border-radius: 20px;
  
       padding: 60px;
       padding-bottom: 0px;
}

.about-koch-content-title {
    color: black;
font-weight: 600;
font-size: 133px;
}

.about-koch-content-img {
    margin-top: 220px;
    width: 100%;
}

.about-koch-list {
    margin-top: 120px;
    display:  flex;
    flex-wrap: wrap;
    gap: 30px;
}
.about-koch-list li, .about-koch-list a {
    width: 34%;
    min-height: 364px;
    padding: 60px;
    border: 1px solid #252525;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap:  30px;
    color: black;
}

.about-koch-list .number {
font-weight: 500;
font-size: 14px;
color: black;
}

.about-koch-list h4 {
font-weight: 600;
font-size: 48px;
}

.about-koch-list .text {
font-weight: 500;
font-size: 24px;
position: relative;
padding-left: 30px;
}

.about-koch-list .text::before {
    content: '';
      background-image: url('/wp-content/themes/twentytwentyfive/assets/images/step-arrow.svg');
      width: 15px;
      height: 15px;
      position: absolute;
      background-repeat: no-repeat;
    left: 0;
    top: 10%;
    background-size: cover;
}

.about-koch-list li:nth-child(1),
.about-koch-list a {
  width: 25%;
}

 .about-koch-list a {
     background-color: #FFB014;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 30px;
font-weight: 500;
font-size: 24px;
text-align: center;
 }
 
 
 /* blog*/
 
 .archive-wrapper {
         padding-top: 175px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1250px;
 }
 
 .archive-img {
     width: 100%;
 }
 
.archive-title {
     align-self: start;
font-weight: 700;
font-size: 24px;
margin-top: 32px;
 }
 
.blog-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.blog-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-card {
    background: #181A2A;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.2s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card-image img {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    max-height: 240px;
}

.blog-card-content {
    padding: 15px;
}

.blog-card-category span {
    color: #0073e6;
    font-size: 14px;
    text-decoration: none;
}

.blog-card-title {
    font-size: 20px;
    margin: 10px 0;
}

.blog-card-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.blog-card-excerpt {
    font-size: 15px;
    line-height: 1.5;
}
.blog-card-button {
    display: inline-block;
    background: #002952;
    padding: 15px;
    border-radius: 12px;
    margin: 15px 0;
}

.blog-card-button:hover {
       background: #054585;
}

/* Адаптивність */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

.single-post-wrapper {
    max-width: 800px;
    margin: 50px auto;
    padding: 0 20px;
}

.single-post-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
}

.single-post-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.single-post-meta {
    color: #777;
    margin-bottom: 30px;
}

.single-post-meta a {
    color: #0073e6;
    text-decoration: none;
}

.single-post-content {
    font-size: 18px;
    line-height: 1.8;
}

.custom-single-post {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
}

.post-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 25px;
}

.post-title {
    font-size: 36px;
    margin-bottom: 15px;
}

.post-meta {
    color: #777;
    margin-bottom: 30px;
}

.post-meta .category {
    margin-left: 10px;
    color: #0073e6;
}

.post-content {
    font-size: 18px;
    line-height: 1.8;
}

.pay-booking {
    height: 80vh;
    padding-top: 115px;
}