@media screen and (min-width: 1400px) {
 .salon-hero h1{
    font-size: 58px;
    line-height: 59px;
}
}

/* salon-hero start */

.salon-hero h1{
   
    margin-bottom: 16px;
}
.salon-hero .section-description {
    margin-bottom: 24px;
}
/* salon-hero end */



/* salon__clients--section start */

.salon__clients--section {
    background-color: #1C1B1B;
    padding: 64px 0;
}


/* salon__clients--section end */



.salon-features {
    background: #050807;
}

.salon-features__wrapper {
    background: linear-gradient(
        90deg,
        rgba(26, 35, 30, 0.95) 0%,
        rgba(18, 22, 20, 0.95) 100%
    );
    border-radius: 28px;
    padding: 56px;
}
.salon-features__wrapper .nav-link {
    border-radius: 18px;
    padding-right: 80px;
    align-items: center;
}
.salon-features__tabs {
    width: 100%;
    gap: 18px;
}
.nav-link{

}
.salon-features__tab {
    display: flex;
    gap: 27px;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    text-align: left;
}

.salon-features__tab.active {
    background: linear-gradient(
        90deg,
        #436a52 0%,
        #4d6e53 100%
    ) !important;
   
}

.salon-features__tab.active p {
    display: block;
}

.salon-features__tab.active .salon-features__tab-icon img{
   filter: brightness(2);
}
.salon-features__tab-icon {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.salon-features__tab-icon img {
    width: auto;
    height: 23px;
}
.salon-features__tab-content {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.salon-features__tab-content h2 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.salon-features__tab-content p {
    color: #BCBDBF;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
	display: none;
}

.salon-features__image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    text-align: center;
}
.salon-features__image img {
    max-width: 65%;
	border-radius:14px;
}



.salon__model-card-row{
    --bs-gutter-y: 30px;

}
.model-row {
    --bs-gutter-x: 3.5rem;
}
.salon__model-card {
    border: 1px solid #27312C;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
}

.salon__model-card .salon__model-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #E2F0E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;

}
.salon__model-card .card-title {
    font-size: 20px;
    line-height: 28px;
    padding-top: 24px;
    padding-bottom: 10px;
    color: var(--color-text-primary);
}

.salon__model-imgcard {
    border: 2px solid #27312C;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}
.salon__model-imgcard-content {
    background: #1B3D2F;
    padding: 40px;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 248px;
}

.salon__model-imgcard-content .card-title {
    font-size: 35px;
    line-height: 40px;
    color: #F7F8F8;
    margin-bottom: 8px;
}
.salon__model-imgcard-content p {
    margin-bottom: 0;
    color: #E2E2E2;
    font-size: 14px;
    line-height: 20px;
}



/* cta start  */


.salon-cta-section__content {
    background: #1B3D2F;
    padding: 102px 250px;
    border-radius: 40px;
}

.salon-cta-section__content .salon-cta-section__text{
    margin-bottom: 24px;
    margin-top: 16px;
}

.salon-cta-section__button-wrapper {
    gap: 25px;
    display: flex;
    justify-content: center;
}
.salon-cta-section__button-wrapper .salon-cta-section__button:first-child{
   border: 1px solid var(--color-bg-light);
}
.salon-cta-section__button-wrapper .salon-cta-section__button:nth-child(2){
     background: transparent;
     color: var(--color-text-primary);
     border: 1px solid var(--color-bg-light);
     transition: all 0.3s ease;
}
.salon-cta-section__button-wrapper .salon-cta-section__button:nth-child(2):hover{
    background: var(--color-bg-light);
    color: #1B3D2F;
    border: 1px solid var(--color-bg-light);
}
/* cta end  */


/* small cta section start */



.small__cta__content {
    background: url('../../images/salon/small-cta-bg.webp');
    padding: 40px 64px;
    height: 330px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}
.small__cta__title {
    font-size: 40px;
    line-height: 48px;
    color: #F7F8F8;
    width: 58%; 
}



@media screen and (max-width: 1399px) {

/* hero section start */

    .salon-hero h1{
        font-size: 48px;
        line-height: 55px;
    }
/* hero section end */
   .salon-cta-section__content {
    padding: 102px 240px;
}

/* small cta section start */
.small__cta__content {
    height: 280px;
}
.small__cta__title {
    font-size: 36px;
    line-height: 40px;
    width: 66%;
}

/* small cta section end */


/* model start */

.salon__model-card .card-title {
    font-size: 16px;
    line-height: 24px;
}
.salon__model-card .card-text {
    margin-bottom: 0;
    font-size: 14px;
}
/* model end */

}



@media screen and (max-width: 1199px) {
    /* hero section start */

    .salon-hero h1{
        font-size: 40px;
        line-height: 48px;
    }
/* hero section end */
    .salon-cta-section__content {
        padding: 70px 140px;
        border-radius: 24px;
        border-radius: 20px;
    }

    /* small cta section start */
    .small__cta__content {
      height: 240px;
    }
        .small__cta__title {
        font-size: 30px;
        line-height: 34px;
        width: 66%;
    }
    /* small cta section end */
}

@media screen and (max-width: 991px) {
    .salon-cta-section__content {
        padding: 60px 50px;
    }
    .salon-cta-section__content .salon-cta-section__text br{
        display: none;
    }

     /* small cta section start */
    .small__cta__content {
        height: 240px;
        background-size: cover;
        background-position: center;
        border: 1px solid #242424;
            padding: 40px 33px;
    }
        .small__cta__title {
        font-size: 25px;
        line-height: 30px;
        width: 100%;
        text-align: center;
    }
    .small__cta__content .btn{
        margin: 0 auto;
    }
    
    /* small cta section end */


    /* hero section start */

    .hero-image{
        margin-top: 30px;
       
    }

    .salon__model-imgcard{
        margin-top:30px;
    }
}
@media screen and (max-width: 767px) {
   .salon__clients--section {
    padding: 30px 0;
}
.clients__rating {
        margin-bottom: 22px;
        font-size: 18px;
    }

    .different-mode-section p br{
        display: none;
    }
        .salon__model-imgcard {
        margin-left: 40px;
    }
        .salon-cta-section__content {
        margin-top: 30px;
    }
        .small__cta__title {
        font-size: 22px;
        line-height: 26px;
    }
}
@media screen and (max-width: 575px) {
.salon-cta-section__button-wrapper {
    gap: 15px;
}
    .salon-cta-section__content {
        padding: 30px 23px;
        border-radius: 14px;
    }
    .salon__model-imgcard-content .card-title {
    font-size: 28px;
    line-height: 35px;
}
.salon__model-imgcard-content {
    padding: 24px;
    bottom: -30px;
    width: 180px;
}
.different-mode-section h2 br{
    display: none;
}
.process__timeline .process__item:last-child{
    margin-bottom: 0px;
}
.dating-app-demo__title br{
    display: none;
}
.salon-features {
    background: #050807;
    padding: 60px 0;
}
}

@media screen and (max-width: 470px) {
.salon-cta-section__button-wrapper {
    flex-wrap: wrap;
}
.salon-cta-section__button-wrapper .salon-cta-section__button {
    margin:0 10px; 
    width: 100%;
}

   /* hero section start */

    .salon-hero h1{
        font-size: 32px;
        line-height: 38px;
    }
    .salon-hero .hero-image {
    margin-top: 15px;
   

}
/* hero section end */
}



 .benefits-section .benefit-tabs{
        display: none;
    }
    .benefits-section .benefit-accordion{
        display: block;
    }
    .benefit-accordion .accordion{
        background: none;
    }
    .benefit-accordion .accordion-item {
        background: none;
        padding: 0;
        border-bottom: 1px solid var(--color-text-secondary);
    }
    .benefit-accordion button.accordion-button {
        display: flex;
        gap: 10px;
        align-items: center;
        font-weight: 400;
    }
    .benefit-accordion .accordion-button:focus{
        box-shadow: none;
    }
    .benefit-accordion .accordion-body {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .benefit-accordion button.accordion-button:after {
        content: "";
        background-image: url(../../images/hire-php/btn.svg);       
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.4s ease, background 0.3s ease, border 0.3s ease;
        background-repeat: no-repeat;     
        filter: invert(0.5);
        width: 10px;
        height: 8px;
        background-position: 5px 8px;
        background-size: 60%;
        padding: 14px;
    }
    .benefit-accordion .accordion-button:not(.collapsed)::after {
        content: "";
        filter: none;
        transform: translateY(-50%) rotate(-50deg) scale(1.1);      
    }
    .benefit-accordion .accordion-button:not(.collapsed)::after{
        transform: translateY(-50%) rotate(-27deg) scale(1.1);
    }
    .benefit-accordion .accordion-item:first-of-type>.accordion-header .accordion-button{
        padding-top: 10px;
    }
    .benefit-accordion .accordion-item:last-of-type{
        border-radius: 0px;
    }
    .benefits-section__list{
        gap: 8px;
    }
    .benefits-section__content-wrapper{
        flex-direction: column;
        margin-bottom: 16px;
        padding: 24px;
		padding-left:27px;
		padding-top:0;
    }
    .benefits-section__image, .benefits-section__details{
        width: 100%;
    }
    .benefits-section__icon-wrapper{
        margin-bottom: 16px;
    }
    .tab-content.benefits-__tabs-content>.active{
        height: auto;
    }
    .benefits-section__subtitle br{
        display: none;
    }
    .benefits-section__tabs {      
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .features-desktop-none{
        display:none;
    }



    @media screen and (max-width: 1199px) {
       .features-desktop-none{
            display:block;
        }
        .features-desktop-show{
            display:none;
        }
        .salon-features__image{
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .salon-features__image img {
            width: auto;
            height: 310px;
        }
    }

@media screen and (max-width: 575px) {
	    .salon-features__image img {
        width: auto;
        height: auto;
    }
}