/*
Theme Name: keeley
Author: Recognise Design
Description: keeley template!
Version: 1.0.1
*/




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');




/* #region default css */



body h2 {
    font-size: 2rem;
    line-height: 1.5;
}

body h3 {
    line-height: 2;
}

body img {
    object-fit: cover;
}

body p,
a,
li {
    font-size: 18px;
    line-height: 2.5rem;
    font-family: 'Poppins';
    color: #858585
}

body a {
    color: white;
}

body,
html {
    padding: 0;
    margin: 0 !important;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    max-width: 100%;

}

body h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
    color: black;
}




/*#endregion */
.text {
    color: #FFE4F3;

}

.page-title {
    font-weight: 400;
    font-size: 50px;
    color: #000;
    ;
}



/* #region  */
.no-decoration {
    text-decoration: none;
    color: #000;
}


/* #endregion*/

/*#region  home page contact us section*/

.two-column-container {
    display: flex;
    margin-bottom: 2rem;
    height: auto;
    margin-top: 2rem;
}

.left-column {
    flex-basis: 50%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.right-column {
    flex-basis: 50%;
    /* height: 100%; */
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* background-image: url('./assets/images/mobile_contact_us.webp'); */
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;

}

.right-column .mobile-contact {
    display: none;
}

.left-column h1 {
    margin: 0;
    line-height: 1.2;
    margin-left: 2.7rem;
    /* font-size: 50px;
    font-weight: 400; */
}


.contact-link {
    display: block;
    margin-top: auto;
    color: #000;
    text-decoration: none;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-left: 2.7rem;
    font-weight: 400;
}

.right-column img {
    max-width: 100%;
    height: auto;
    padding-right: 0;
}

.contact-link span {
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    display: inline-block;
}




/*#endregion  home page contact us section*/

/* #region about section */

.abt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 5rem;
}

.abt .abt-title {
    flex-basis: 30%;
    text-align: center;
}

.abt-title p {
    color: #000;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    /* font-size: 50px;
    font-weight: 200; */
}

.abt-description {
    flex-basis: 70%;
}

.abt-description p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #595758;
    font-weight: 200;
    letter-spacing: 0.5px;
    margin: 0;
}





/* #endregion  */

/* #region small hero */
.small-hero {
    padding: 5rem;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;


}

.small-hero>.hero-contents h2,
.hero-contents a {
    font-weight: 500;
    color: #fff;
    font-size: 2.5rem;
    max-width: 100%;
    text-align: left;
    text-decoration: none;
}

.small-hero>.hero-contents .yellow-text {
    color: #ff92c2;
}

.small-hero>.hero-contents {
    padding: 1rem 8rem;
    padding: 10rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem 4rem;
    max-width: 80%;
    text-align: left;

}

/* #endregion  */

/*#region hero section */




.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./assets/images/hero.webp');
    height: 85%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top;
    object-fit: cover;
    margin-bottom: 4rem;
}




.hero .bottom-hero-text {
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;

}

.hero-text {
    font-family: 'Poppins', sans-serif;
    font-weight: unset;
    font-size: 60px;
    color: #ffe4f3;
    line-height: 2.5rem;
    text-transform: uppercase;

}


.hero-contents {
    display: grid;
    grid-template-rows: auto auto auto;
    row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 1;
    text-align: center;
}


.hero-btn {
    font-family: 'Poppins', sans-serif;
    color: #000;
    background: #ffc8fb;
    font-size: 20px;
    outline: none;
    padding: 1rem 3rem;
    font-weight: 500;
    width:300px;
    height: 80px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none !important;
    -webkit-border-radius: .2rem !important;
    border-radius: 10px !important;

}


/* #endregion  */

/* #region content section */

.content-section {
    padding: 2rem 4rem;
    text-align: center;
}

.content-section .sub-heading {
    color: #ff92c2;
}

.post-content {
    /* text-align: left; */
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    /* gap: 4rem; */
}

.border-overflow {
    height: 25rem;
    border: .15rem solid #ff92c2;
    margin-top: 2.5rem;
    width: 27rem;
}

/* #endregion */

/* #region service page */
/* .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    grid: 5rem;
    margin-left: 10%;
    margin-right: 10%;
    padding: 3rem 0 0 0;
    place-items: flex-start;
    justify-content: space-between;
    text-align: left;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row;


} */

/* .row {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 5rem;
    margin: 5% 5%;
    padding-top: 3rem;
    justify-items: flex-start;
    align-items: flex-start;
    max-width: 100%;
} */



.info-section .image-section {
    flex-basis: 50%;
    min-width: 100%;

}

.image-section img {

    border-right: none;
    object-fit: cover;

}

.info-section {
    width: 100% !important;
}

.row .info-section {

    text-align: left;
    word-wrap: break-word;
    flex-wrap: wrap;

}

.service-title {
    color: #000;
    line-height: 5rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    /* font-weight: 500;
    font-size: 3.3rem; */
}

.service-title {
    position: relative;
}

.service-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 25rem;
    border-bottom: 5px solid #ffe4f3;
}

.name_and_price {
    font-size: 5rem;
    font-weight: 500;
    color: #000;
}

.course {
    color: #858585;
}

.course-detail {
    color: #000;
    font-weight: lighter;
    /* need to check */

    font-family: 'Poppins', sans-serif;
}

.info-section h5 {
    color: #595758;
    font-size: 18px;
    font-weight: 600;
    line-height: 3rem;
    /* text-transform: capitalize; */

}

.info-section h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 3rem;
    /* text-transform: capitalize; */
    margin-bottom: 10px;
}

.info-section li {
    list-style-type: square;
    font-weight: 500;
    /* text-transform: capitalize; */
    font-size: 20px;
    color: #595758;

}

/* .info-section li span {
    display: inline-block; 
    margin-left: 10px; 
}

.info-section li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    background-color: #858585;
} */

.info-section table {
    width: 100%;
}

.info-section table tr {
    display: flex;
}

.info-section table td {
    width: 50% !important;
}

.info-section p {
    color: #000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 2.5rem;
}

/* #endregion */

/* #region  Our gallery */

.explore-more {
    text-align: left;
    top: 93%;
    position: absolute;
}

.explore-more a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    border-bottom: #fff solid 1px;
}

.our-gallery {
    text-align: center;
    padding: 1rem 2rem 10.5rem 10%;
    background: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 6rem 0;
}

.our-gallery .title {
    color: #FFE4F3;
    margin: 0 0 2rem 0;
    /* font-size: 3rem; */
}

.our-gallery .swiper-wrapper {
    height: auto !important;
    padding: 0 0 6rem;
}

.our-gallery .swiper-wrapper .swiper-slide .image-overlay-img h3 {
    display: flex;
    height: 95%;
    align-items: flex-end;
    margin: 0 0 2rem 2rem;
    color: white;
}

.our-gallery .swiper-wrapper .swiper-slide .image-overlay-img {
    width: 90%;
    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    /* object-fit: cover; */
}

.our-gallery .swiper-wrapper .swiper-slide .image-overlay-text {
    background: black;
    width: 100%;
    margin-left: auto;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: .5;
}

.our-gallery .carousel-box {
    border: .15rem solid #FFE4F3;
    height: 500px;
}

.our-gallery .swiper.swiper-initialized.swiper-horizontal {
    margin: 2% -2% -10% 5%;
}

.our-gallery .swiper-button-prev {
    top: 95% !important;
    left: 80% !important;
    background-image: url('./assets/images/prev.webp');
    padding: .2 .9rem;
    background: #000;
    color: #fff;
    border: .5px solid #fff;
}

.our-gallery .swiper-button-next {
    top: 95% !important;
    right: 10% !important;
    padding: .2 .9rem;
    background: #000;
    color: #ffeff3;
    border: .5px solid #ffe4f3;
}

.our-gallery .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem;
    content: none;
}

.our-gallery .swiper-slide-active {
    text-align: left;
}

/* #endregion */

/* #region  Testimonials */

.testimonials {
    margin-top: 4rem;
    text-align: center;
}

.testimonials .small-quote {
    display: none;
}

.testimonials-container {
    display: flex;
    text-align: start;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
}

.testimonials-container>img {
    margin: 0;
    padding: 0;
    margin-left: 1rem;
    height: 260px;
}


.testimonials .title {
    color: #000;
    margin: 0 0 -1.5rem 0;
    /* font-size: 50px;
    font-weight: 400; */
}

.testimonials .swiper-wrapper {
    height: auto !important;
    padding: 0;
    padding-bottom: 4rem;
    margin-top: 7rem;
}

.testimonials .swiper-wrapper .swiper-slide {
    display: flex;
    gap: 1.5rem;
    margin: 0 0 4rem 0;
}

.testimonials .swiper-wrapper .swiper-slide img {
    height: 13rem;
    border-radius: 100%;
}

.testimonials .swiper-wrapper .swiper-slide .content {
    text-align: start;
    margin-right: 2.2rem;
}

.testimonials .swiper-wrapper .swiper-slide .content p {
    margin: 0;
    text-align: left;
    margin-top: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;


}

.testimonials .swiper-slide.swiper-slide-active p {
    color: #000;
}

.swiper-slide .swiper-slide-duplicate .swiper-slide-prev .swiper-slide-duplicate-next .content {
    display: none;
}

.testimonials .swiper-wrapper .swiper-slide .content h2 {
    color: #858585;
    font-weight: 600;
    margin: 0;
    font-size: 2rem;

}

.testimonials .swiper-wrapper .swiper-slide.swiper-slide-active .content h2 {
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 2rem;

}

/* .testimonials .swiper-button-prev {
    top: 85% !important;
    left: 4% !important;
    background-image: url('./assets/images/pre.webp');
    padding: .15 1rem;
    background: #fff;
    color: #fff;
    border: .5px solid #000;
} */

.testimonials .swiper-button-prev {
    top: 85% !important;
    left: 0% !important;
    padding: 0.15rem 1rem;
    background: #fff;
    color: #fff;
    border: .5px solid #000;
}

/* .testimonials .swiper-button-next {
    top: 85% !important;
    left: 9% !important;
    padding: .15 1rem;
    background: #fff;
    color: #fff;
    border: .5px solid #000;
} */
.testimonials .swiper-button-next {
    top: 85% !important;
    left: 5rem !important;
    padding: 0.15rem 1rem;
    background: #fff;
    color: #fff;
    border: .5px solid #000;
}

.testimonials .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem;
    content: none;
}

/* #endregion */

/* #region .carousel*/

.carousel-box .progress {
    height: 0.25rem;
    background: rgb(80, 80, 80);
    margin-top: 3rem;
    border-radius: 3rem;
    display: none;
}

.carousel-box .progress .progressed {
    height: 0.25rem;
    background: #FFE4F3;
    width: 3%;
    display: none;

}

/* #endregion */

/*#region service description */
.service-img {

    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 4rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Poppins', serif;
    background-position: center top;
    height: 550px;
    width: 400px;

}

.service-desc {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    width: 100%;
    margin-bottom: 4rem;
    /* font-size: 50px;
    font-weight: 400; */


}

.service-desc::after {
    content: "";
    position: absolute;
    bottom: -10;
    left: 40%;
    width: 20%;
    border-bottom: 5px solid #ffe4f3;
}

/* #endregion  */

/* #region service gallery this css is also in service css connect them in the future  */


.image-container {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* Ensure the overlay stays within the image container just some*/
}

.image-overlay {
    position: absolute;
    bottom: 3%;
    text-align: center;
    margin-bottom: 20px;
}

.image-overlay a {
    text-transform: uppercase;
    color: #ff92c2;
    cursor: pointer;
}

.image-title {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

.image-overlay .discover-link {
    display: block;
    text-decoration: none;
    color: #fff;
}



.image-overlay .discover-link:hover {
    color: #ffc8fb;
    cursor: pointer;

}

.services-container {
    margin-left: 5%;
    margin-right: 5%;
    display: grid;
    justify-content: center;
    align-items: flex-end;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
    justify-items: center;
    margin-bottom: 4rem;
    margin-top: 1rem;
}


.services-container img {
    height: auto;
    object-fit: contain;


}

/* #endregion service gallery */

/* #region service gallery new */
/* .home-gallery{
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    place-content: center;
    place-items: center;
    margin-bottom: 5rem;
} */



/* #endregion */

/* #region terms and conditions*/
.terms-conditions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Poppins,Sans Serif';
    padding: 1rem 5rem 0 5rem;
    /* height: 100%; */
    max-width: 100%
}

.terms-conditions .term-title h1 {
    font-size: 30px;


}

.terms-conditions p {

    color: #595758;
    font-weight: lighter;
    /* need to check */

    font-family: 'Poppins, Sans Serif';
    font-size: 20px;
}

.term-heading {
    text-align: center;
}

.term-heading p {
    color: #000;
    text-align: left;
    margin-left: 5rem;
    font-size: 36px;
}

.term-heading h1 {

    margin-block: 5rem;
}

/* #endregion*/



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

    .abt-title {
        /* font-size: 3.5rem; */
    }

    /* Our gallery */

    .hero-text {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 3rem;
        color: #ffe4f3;
    }


    /* .image-section img {
        max-width: 400px;
    } */

    .name_and_price {
        font-size: 1rem;
    }

    .our-gallery .swiper-button-prev {
        left: 77% !important;
    }

    .our-gallery .swiper-wrapper .swiper-slide img {
        width: 80%;
        height: 300px;
        /* object-fit: cover; */
    }

    /* .row {
        margin: 0 5%;

    } */

    .service-title {
        /* font-size: 2.5rem; */
    }

    .left-column h1 {
        margin: 0;
        line-height: 1.2;
        margin-left: 2.7rem;
        /* font-size: 50px;
        font-weight: 400; */
    }

    .testimonials .swiper-button-next {
        left: 5rem !important;
    }

}

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

    .term-heading h1 {

        margin-block: 2rem;
    }

    .term-heading p{
        margin-inline: 1rem;
        font-size: 24px;
    }

    .terms-conditions {
        padding: 1rem 1rem 0 1rem;
    }

    .page-title {
        font-size: 40px;
    }

    .abt {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: inherit;

    }

    .abt-title {
        color: #000;
        text-align: center;
        width: 100%;
        letter-spacing: -1px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0;

    }

    .abt-description {
        margin-left: 2rem;
        margin-right: 2rem;
        padding: 5;
    }

    .abt-description p {
        font-size: 18px;
        /* text-transform: capitalize; */
        text-align: left;

    }



    body p {
        text-align: center;
        word-break: break-word;
    }

    body h2 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    body h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }


    body p,
    a {
        font-size: 16px;
        line-height: 1.5;
        font-family: 'Poppins', sans-serif;
    }



    .border-overflow {
        width: 100%;
        height: 28rem !important;
        margin-top: -1.5rem !important;
        border: .15rem solid #ff92c2 !important
    }

    .carousel-box .progress {
        display: none;

    }

    .content-section {
        padding: 1.5rem 2rem 1.5rem 2rem;
        text-align: center;
    }

    .contact-link {
        display: block;
        margin-top: auto;
        color: #000;
        text-decoration: none;
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.2;
        margin-left: 2.7rem;
    }

    h1 {
        font-size: 32px;
    }

    .hero-contents>.description {
        width: auto;
        text-align: center;
    }

    .hero {
        height: 100%;
        padding: 1rem 0 4rem 4rem;
        max-width: 100%;
    }

    .hero-text {
        font-family: 'Poppins', sans-serif;
        /* need to check */

        font-size: 42px;
        color: #ffe4f3;
    }

    .hero-contents {
        padding: 4rem 2rem;
        width: auto;
        flex: 1;
        text-align: center;
        gap: 1rem;
    }

    .hero-button {
        background-color: #FFE4F3;
        font-size: 25px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-left: 30%;
        margin-top: 25px;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-self: center;
        /* font-weight: lighter; */
        /* need to check */

    }

    .image-section {
        order: -1;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .left-column h1 {
        margin: 0;
        line-height: 1.2;
        margin-left: 2.7rem;
        /* font-size: 2rem;
        font-weight: 400; */
    }


    .mobile-title p {
        color: #000;
        /* font-size: 2rem; */
    }

    .mobile-title {
        display: block;
        text-align: left;
        color: #000;
        /* font-weight: 600; */
        /* font-size: x-large; */
        text-transform: uppercase;
    }

    .name_and_price {
        font-size: 1rem;
        width: 100%;
        text-align: left;

    }

    .course {
        text-align: left;
        width: 100%
    }

    .course-detail {
        text-align: left;

    }

    /* .post-content .row {
        flex-direction: column-reverse !important;
    }

    .row {
        grid-template-columns: 1fr;
        align-items: center;
        place-items: center;
        place-content: center;
        gap: 1rem;
        padding-top: 0;


    } */

    .service-title {
        display: none;
    }

    /* our gallery */
    .our-gallery .swiper.swiper-initialized.swiper-horizontal {
        overflow: auto;
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
        -ms-overflow-style: none; /* For Internet Explorer and Edge */
        scrollbar-width: none; /* For Firefox */
    }

    .our-gallery .swiper.swiper-initialized.swiper-horizontal::-webkit-scrollbar {
        width: 0;
        height: 0;
    }


    .our-gallery .swiper-button-prev {
        left: 74% !important;
    }

    .our-gallery {
        padding: 1rem 2rem 8rem 5%;
    }

    .our-gallery .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    .our-gallery {
        max-width: 100%;
    }

    .service-img {
        width: 400px;
        column-gap: 0;
    }

    .service-img p {
        margin: 1rem;
        text-align: center;
    }

    .service-img>a>button {
        display: block;
    }



    .services-container {

        display: grid;
        justify-content: center;
        align-items: flex-end;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 14rem;
        row-gap: 4rem;
        justify-items: center;

    }

    .services-container {

        display: grid;
        justify-content: center;
        align-items: flex-end;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 14rem;
        row-gap: 4rem;
        justify-items: center;

    }

    .service-title {
        /* font-size: 2rem; */
    }



    .service-gallery {
        display: flex;
        flex-direction: column;
    }

    .service-img {
        display: grid;
        grid-template-rows: auto auto auto;
        row-gap: 2rem;
        text-align: center;
        font-family: 'Playfair', serif;
        background-position: center top;
        width: auto;
        height: auto;
        /* height: 550px; */
        /* width: 400px; */
    }


    .service-desc {
        /* font-size: 3rem;
        font-weight: 400; */
        /* need to check */

        text-align: center;
    }

    .small-hero {
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 100%;

    }

    .small-hero .hero-contents {
        padding: 2rem;
        text-align: center;
        max-width: 60%;
    }



    /* content section */


    /* .post-content {
        padding: 2rem 0;
        gap: 2rem;
    }

    .post-content .info-section {
        text-align: center;
        padding: 1rem 0;
    }

    .post-content .image-section {
        justify-content: center !important;
        width: 100% !important;
    }

    .post-content .image-section img {
        width: 85%;
        height: 27rem;
    } */

    /* .post-content .row {
        flex-direction: column;
        padding: 0;
        gap: 1.5rem;
        align-items: center;
    }

    .post-content .row:nth-child(even) {
        flex-direction: column;
    } */




    /* Service status */
    .service-status {
        flex-direction: column;
        gap: 2rem;
    }

    .service-status .status>p {
        text-align: center;
    }



    /* #region our gallery */



    /* Testimonials */
    .testimonials-container>img {
        margin: 0;
        padding: 0;
        margin-left: 1rem;
        height: 15rem;
    }

    .testimonials-container {
        padding: 1rem 0;
    }

    .testimonials .swiper-wrapper {
        height: auto !important;
        padding: 0 0 6rem;
        margin-left: 0;
    }

    .testimonials .swiper-wrapper .swiper-slide {
        display: flex;
        gap: .5rem;
        margin: 1rem .2rem;
    }

    .testimonials .swiper-wrapper .swiper-slide .content p {
        margin: 1rem 1.5rem 1rem 0;
    }

    .testimonials .swiper-button-next {
        left: 5rem !important;
    }

    .terms-conditions p {
        text-align: left;

    }




}



@media (max-width: 768px) {

    .our-gallery .swiper-button-prev {
        left: 66% !important;
    }

    .service-img {
        column-gap: 0;
    }

    .left-column h1 {
        margin: 0;
        line-height: 1.2;
        margin-left: 2.7rem;
        /* font-size: 1.3rem;
        font-weight: 400; */
    }



    .contact-link {
        display: block;
        margin-top: auto;
        color: #000;
        text-decoration: none;
        margin: 0;
        font-size: 1rem;
        line-height: 1;
        margin-left: 2.7rem;
    }

    .hero-contents {
        padding: 4rem 2rem;
        width: auto;
        flex: 1;
    }

    .hero {
        height: 100%;
        padding: 1rem;
    }

    .hero-text {
        font-size: 30px;
    }

    .subscribe {
        flex-direction: column;
        padding: 1.5rem 0;
    }

    .subscribe>h3 {
        font-size: 1.25rem;
    }

    .subscribe .wpcf7-email {
        padding: 7px 5px;
        font-size: 1rem;
        width: 100%;
    }

    .subscribe .wpcf7-submit {
        padding: 8px 16px;
        font-size: 1rem;
        width: 40%;
    }

    .testimonials .swiper-button-prev {
        left: 1.5rem !important;
        padding: .15rem 1rem;

    }

    .testimonials .swiper-button-next {
        left: 6rem !important;
        padding: .15rem 1rem;
    }

    .testimonials {
        margin: 0 2rem;
        margin-bottom: -330px;
    }

    .testimonials .small-quote {
        display: block;
    }

    .testimonials .big-quote {
        display: none;
    }

    .testimonials .small-quote {
        margin: 0;
        padding: 0;
        margin-left: 0rem;
        height: 15rem;
    }

    .testimonials-container>img {
        margin: 0;
        padding: 0;
        margin-left: 5rem;
        height: 15rem;
    }

    .testimonials .swiper-wrapper .swiper-slide .content p {
        margin: 0;
        line-height: 2rem;
    }

    .testimonials .swiper-wrapper .swiper-slide.swiper-slide-active .content h2 {
        color: #000;
        font-weight: 600;
        margin: 0 0 0 10px;
        font-size: 36px;
    }

    .our-gallery .swiper-wrapper .swiper-slide .image-overlay-img h3 {
        display: flex;
        height: 100%;
        align-items: flex-end;
        margin: 0 0 0rem 1rem;
        color: white;
    }

    .testimonials-container>.swiper {
        top: -290px;
    }

    .testimonials .title {
        color: #000;
        margin: 0 0 -1.5rem 0;
        /* font-size: 36px;
        font-weight: 400; */
    }

    .terms-conditions .term-title h1 {
        font-size: 24px;
    }

    .explore-more a {
        font-size: 20px;
    }
}


@media (max-width: 600px) {

    .our-gallery .swiper-button-prev {
        left: 62% !important;
    }
}

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

    .page-title {
        font-size: 30px;
    }

    .small-hero>.hero-contents {
        padding: 0;
        width: 100%;
        display: contents;


    }

    .small-hero>.hero-contents h2 {
        font-size: 1.5rem;
        padding: 0;
        text-align: center;


    }

    .info-section h5 {
        font-size: 16px;


    }

    .info-section h3 {
        font-size: 20px;

    }

    .info-section li {

        font-size: 18px;
        color: #595758;
    }

    table li {
        font-size: 14px;
    }

    table h3 {
        font-size: 1rem;
    }

    .testimonials {

        margin-left: 0.5rem;
        top: -250px;

    }

    .testimonials .swiper-wrapper .swiper-slide .content p {
        margin: 0rem 1.5rem 1rem 1rem;
    }

    .our-gallery .swiper.swiper-initialized.swiper-horizontal {
        overflow: auto;
    }

    /* .our-gallery .swiper-button-next,
    .our-gallery .swiper-button-prev {
        display: none;
    } */

    .our-gallery {
        padding: 0rem 1rem 8rem 2%;
        margin-top: 4rem;
    }

    .our-gallery .title {
        color: #FFE4F3;
        margin: 0rem 0 1rem 0;
        padding-top: 1rem;
        /* font-size: 3rem;
        font-weight: 400; */
    }

    .our-gallery .swiper-wrapper .swiper-slide img {
        width: 100%;
    }

    .our-gallery .carousel-box {
        height: 450px;

    }

    .our-gallery .swiper-wrapper .swiper-slide .image-overlay-img {
        margin-top: 15px;
        height: 400px;
        width: 100%;

    }

    .our-gallery {
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .abt-title p {
        /* font-size: 2.3rem; */
    }

    .service-desc {
        margin-bottom: 2rem;
        margin-top: 2rem;
        /* font-size: 2.2rem;
        font-weight: 400; */
    }

    .service-desc::after {
        display: none;
    }

    .service-title::after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 15rem;
        max-width: 80%;
        border-bottom: 5px solid #ffe4f3;
    }

    .service-gallery {
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .testimonials .swiper-wrapper .swiper-slide.swiper-slide-active .content h2 {
        color: #000;
        font-weight: 600;
        margin: 50px 0 0 20px;
        font-size: 36px;
    }

    .testimonials .title {
        margin-top: 4rem;
        /* font-size: 30px;
        font-weight: 400; */
    }

    .testimonials .small-quote {

        margin-left: -1.5rem;
    }

    .left-column h1 {
        margin: 0;
        line-height: 1.2;
        margin-bottom: 2rem;
        /* font-weight: 400;
        font-size: 30px; */
    }


    .contact-link {
        display: block;
        margin-top: auto;
        color: #000;
        text-decoration: none;
        margin: 0;
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 1rem;

    }

    .two-column-container {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        flex: 1;
    }

    .two-column-container .left-column {
        display: grid;
        grid-template-rows: auto auto;
        row-gap: 4rem;
    }

    .right-column {

        /* background-image: url('./assets/images/mobile_contact_us.webp');  */
        max-width: 100%;
        height: auto;
        padding: 0;

    }

    .right-column .mobile-contact {
        display: block;
        width: 100%;
    }

    .right-column .desktop-contact {
        display: none;
    }

    .our-gallery .swiper-button-prev {
        left: 54% !important;
    }

    .explore-more a {
        font-size: 20px;
        font-weight: 500;
    }

    .service-img {
        column-gap: 0;
    }


    .hero {
        height: auto;
        padding: 1rem;
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('./assets/images/mobile_hero.webp');
        max-width: 480px;
        background-size: cover;
        background-repeat: no-repeat;
        max-height: 85%;
        object-fit: cover;
        min-height: 580px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .hero-contents {
        padding: 2rem;
        width: auto;
        flex: 1;
        padding-top: 5rem;
        padding-bottom: 0;
        text-align: center;
    }


    .hero-text {
        font-size: 35px;
        font-weight: 300;
        line-height: 1;
    }


    .hero-btn {
        width: 200px;
        height: 55px;
        border-radius: 10px !important;
        display: inline-block;
        padding-block: 10px;
        justify-content: center;
    }

    .testimonials-container {
        padding: 0;
    }

    .testimonials .swiper-button-prev {
        left: 1.5rem !important;
        padding: .15rem 1rem;

    }

    .testimonials .swiper-button-next {
        left: 6rem !important;
        padding: .15rem 1rem;

    }


    .salon-service .content .service-item .service-name {
        font-size: .75rem;
        font-weight: 500;
        max-width: 50%;
    }

    .salon-service .content .service-item .service-price {
        font-size: .75rem;
    }


    .services-container {
        display: grid;
        grid-template-columns: auto;
        flex-wrap: wrap;
        align-self: center;
        justify-content: center;
        align-items: flex-start;
        max-width: 100%;
        margin: 0;
        row-gap: 1.5rem;
    }

    .services-container img {
        margin-right: 0;
        max-width: 90%;

    }
}