@media (max-width: 1440px) {

    .wrapper {
        max-width: 1340px;
        margin: 0 auto;
        padding-left: 60px ;
        padding-right: 60px ;

    }
    
    .header-left-text {
        font-size: 16px;
    }
    
    .header-right {
        gap: 50px;
        margin-right: 0px;
    }
    
    .header-link {
        font-size: 16px;
    }

    .hero-wrapper {
        padding-top: 246px;
        padding-bottom: 150px;
        
    }
    
    .hero-left {
 padding-right: 30px;
    }
    .hero-title {
        font-size: 48px;
    }

    .hero-text {
        font-size: 20px;
    }


  
    .props-wrapper {
        display: flex;
        flex-direction: column;
    
    }

    .props-item {
        padding-right: 45px;
        padding-left: 45px ;
    }

    .props-item-image {
        min-height: 200px;
    }

    .props-item-title {
        min-height: 70px;
    }

    .services-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .swiper-right {
        background-position: top right 5%;
    }
    
    .reviews-wrapper {
        margin-bottom: 88px;
    }
}

@media (max-width: 1024px) {
    
    .header-nav {
        padding: 7px 20px;
    }

 .header-left-text {
        display: none;
    }
    
    .header-right {
     gap: 40px;
  
    }
    
    .header-link {
        font-size: 14px;
        white-space: normal;
    }
    
    .hero-wrapper {
        padding-top: 200px;
        padding-bottom: 120px;

    }


    .hero-title {
        font-size: 40px;
        letter-spacing: normal;
    }

    .hero-text {
        font-size: 16px;
        line-height: normal;
    }

    .services-list {
        grid-template-columns: repeat(3, 1fr);
   }

   .props-list {
    grid-template-columns: repeat(1, 1fr);
}

h2 {
    font-size: 36px;
}

.props-title {
    margin-bottom: 60px;
    font-size: 36px;
    max-width: 60%;
    line-height: 42px;
}

.props-item {
    padding: 0 25px 25px;
}

.props-item-title {
font-size: 20px;
margin-top: 20px;
line-height: 26px;
}

.props-item-text {
    font-size: 12px;
}


.application-input {
min-width: 245px;
max-width: 300px;
}

.last-projects-list-item {
  min-height: auto;
  padding: 15px;
}
.last-project-main-text {
  font-size: 16px;
}
.last-project-description {
  font-size: 12px;
}
}

@media  (max-width: 768px) {




    

    /*---------------- HEADER --------- */

    .header {
        padding: 0;
        top: 0;
    }
    .header-nav {
        border-radius: 0;
        padding-right: 8px;
        padding-top: 30px;
    }

    .header-right {
        flex-direction: column;
        gap: 13px;
        margin: 0;
        text-align: right;
    }

    .header-link {
        font-weight: 400;
        font-size: 12px;
        line-height: 24.84px; 
    }



    .header-phone::before  {
content: '';
display: inline-block;
background-image: url("/wp-content/themes/twentytwentyfive/src/phone-icon.svg");
background-repeat: no-repeat;
width: 15px;
height: 15px;
margin-right: 6px;
vertical-align: middle;
    }
    
    .header-phone-text {
        display: inline-block;
        margin-right: 7px;
        vertical-align: center;
    }


    /*  ------------- HERO ------------------ */

   

    .hero-section {
    
        margin-top: 108px;
    }

    
    .hero-wrapper {
        flex-direction: column;
        padding: 45px 48px 30px;
       
    }

    .hero-left {
        width: 100%;
        padding-right: 0;
text-align: center;
    }



    .hero-title {
font-weight: 700;
font-size: 28px;
line-height: normal;
letter-spacing: 0;
text-transform: none;
margin: 0 auto 43px;
max-width: 80%;
    }

    .hero-text {
        display: none;
    }

  

    .hero-order-button {
        display: none;
    }


    .hero-form {
        padding: 24px;
    }

    .hero-form-top {
        gap: 8px;
    }
    .hero-form-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
            }

    .hero-form-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
    }

    .hero-form-bot {
        gap: 16px;
    }

    .hero-input {
        padding: 13px 16px;
        font-size: 12px;
    }

    .hero-form-button {
        padding: 15px;
        font-size: 12px;
    }

  




    /*  PROPS */

   
    .props-wrapper {
        margin-top: 30px;
        background-color: white;
        padding-bottom: 0;
    }

    .props-title {
font-weight: 600;
font-size: 24px;
color: black;
line-height: normal;
text-align: center;
margin-bottom: 45px;
min-width: 100%;
    }   

    .props-list {
       flex-direction: column;

        gap: 52px;
    }

    .props-item {
    width: 100%;
    text-align: center;
    padding: 0px 23px 29px;
 min-height: 150px;
 display: flex
 ;
         flex-direction: column;
}

    .props-item-title {
font-weight: 500;
font-size: 15.28px;
line-height: 21.09px;
    }

    .props-item-text {
font-weight: 400;
font-size: 14px;
line-height: 14.6px;
    }


    .props-item-image {
        margin-top: -15px;
    
    }

    .props-item-title {
            min-height: min-content;
    }
   
   
     /*  application */

     .application-wrapper {
    padding-bottom: 20px;
     }

.application-subtitle {
    font-size: 11px;
    line-height: 36px;
    margin-bottom: 0;
    }

    .application-form {
        padding: 23px 30px;
    }
    
    .application-form-title {
        font-size: 19px;
        letter-spacing: -0.9px;
        line-height: normal;
    }

    .application-input-group {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 12px;
    }

    .application-input {
        min-width: 333px;
        padding: 12px 20px;
        font-size: 12px;
        min-width: 333px;
    }

    .application-button {
        background-image: url("/wp-content/themes/twentytwentyfive/src/arrow-icon390.svg");
    }

    .terms-text {
        font-size: 12px;
        max-width: 240px;
    }
    
    .terms-more {
        display: none;
    }
    
    .wpcf7-not-valid-tip {
        font-size: 11px;
        top: -27px;
    }

    /* SERVICES */

        .services-wrapper {
            margin-bottom: 69px;
            padding: 0;
        }

    .services {
        padding: 35px;
    }

        .services-list {
            grid-template-columns: repeat(2, 1fr);
            row-gap: 20px;
            column-gap: 25px;
        }

        .services-item-text {
            font-size: 18px;
        }

        .services-title {
            font-size: 28px;
            line-height: 36px;
        }

        .services-list-title {
            font-size: 24px;
        }

        .services-button {
            font-size: 14px;
            padding: 15px 50px;
            letter-spacing: normal;
        }

   
    .accordion {
        display: block;
    }

    .accordion {
       width: 100%;
        text-align: center;
      }
      
      .accordion h2 {
        font-size: 28px;
        margin-bottom: 20px;
      }
      
      .accordion-item {
        border-bottom: 1px solid #7a5af8;
      }
      
      .accordion-header {
        display: flex;
        align-items: center;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        padding: 15px;
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        cursor: pointer;
      }

      .arrow {
        position: relative;
        width: 12px;
        height: 12px;
      }
      
      .arrow::before, .arrow::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 10px;
        background-color: #333333;
        bottom: 0;
        left: 50%;
        transform-origin: bottom;
      }
      
      .arrow::before {
        transform: rotate(50deg);
      }
      
      .arrow::after {
        transform: rotate(-50deg);
      } 

      .accordion-header .arrow {
        position: absolute;
        right: 15px;
        transition: transform 0.3s ease;
      }
      
      .accordion-header.active .arrow {
        transform: rotate(-180deg);
      }
      
      .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        text-align: left;
        padding: 0 15px;
      }
      
      .accordion-content p {
        margin: 15px 0;
      }
      
      .order-btn {
        margin-top: 30px;
        padding: 12px 30px;
        background-color: #7a5af8;
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        cursor: pointer;
      }

/* reviews */

.reviews-title {
    font-size: 24px;
letter-spacing: normal;
font-weight: 600;
margin-bottom: 20px;
line-height: normal;
}

.swiper-content-wrapper {
    flex-direction: column-reverse;
    background-color: var(--main-tone);
    padding: 34px 24px;
    border-radius: 35px;
    size: inherit;
    color: white;
  min-height: 315px !important;
}

.user-name  {
    color: white;
    border-top: 1px solid white;
    font-size: 14px;
    line-height: 26px;
    padding-left: 44px;
    padding-top: 28px;
}
.user-comment {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 28px;
}

.user-pfp, .user-review-date, .google-icon {
    display: none;

}
.swiper-controls {
    display: none ;
}


.swiper-slide {
border: none;
   height: auto !important;
   padding: 0;
}
.swiper-right {
    background-image: none;
    padding: 0;
}

/*  LAST PROJECTS */
.last-projects-wrapper {
    text-align: center;
}

.last-projects-title {
  font-size: 28px;
}
.last-projects-title::before {
display: none;
}

.last-projects-list {
  grid-template-columns:  repeat(1, 1fr);
}



    /* FOOTER */

    .remove {
        display: none;
    }

    .footer-text {
        font-size: 12px;
        line-height: 26px;
    }
  
    .footer-bright-text {
        color: rgb(255, 255, 255, 0.7) !important;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}


@media (max-width: 540px) {
    .application-wrapper {
padding-left: 0;
padding-right: 0;
    }


    .services-list-item {
        max-height: 150px;
        padding: 0 5px;
    }



    .services-item-text {
        font-size: 14px;
       
    }

    .services-list-title {
        margin-top: 50px;
    }   


}


@media (max-width: 425px) {
    .props-wrapper {
        padding: 0 20px;
    }

    .props-title {
        margin-bottom: 55px;
    }

    .props-list {
        gap: 45px;
        padding: 0;
    }

    .props-item-image {
        margin-top: -75px; 
            width: 227px; 
    }

    .props-item-bottom {
        text-align: left;
    }

 

    .application-wrapper {
        padding: 0;
        margin-top: 40px;

    }
    
    .services-wrapper {
        margin-top: 68px;
    }

    .services {
        padding: 25px;
    }

    .services-item-text {
        font-size: 14px;
        line-height: normal;
    }

    .services-list-item {
        min-height: 120px;
    }

    .services-list {
        row-gap: 12px;
        column-gap: 15px;
    }

    .services-title {
font-weight: 600;
font-size: 24px;
line-height: 36px;
margin-bottom: 0;
    }
    

    .services-list-title {
        font-size: 22px;
margin-top: 30px;
margin-bottom: 20px;
    }


    .reviews-wrapper  {
        padding: 0;
    }
    
    .application-input-group {
        row-gap: 20px
    }

    .application-input {
        border-radius: 10px;
        min-width: 300px;
    }

    
    .accordion h2 {
        font-size: 24px;
    }

    .accordion-content li {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .accordion-content ul {
       margin-top: 15px;
    }
   
}


@media(max-width: 320px) {

   
    .application-input {
        min-width: 275px;
    }

    
}




