@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1350px;
    }
}
@media only screen and (max-width: 768px) {
    .m-mt-20 {
        margin-top: 20px;
    }
    .section-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .show-mobile {
        display: block;
    }
    .show-pc {
        display: none;
    }
    /* global css */
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 36px;
        line-height: 36px;
    }
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    h4 {font-size: 28px;}
    p {
        font-size: 18px;
        line-height: 32px;
    }

    /* Buttons css */
    .btn-book-apt {
        font-size: 24px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .btn-book-now {
        font-size: 18px;
    }

    /* Navbar css */
    .navbar .logo {
        width: 120px;
    }

    /* Interest section */
    .interest-section {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .interest-section .main-row {
        display: flex;
        flex-direction: column;
    }
    /*.interest-section .main-row .right {*/
    /*    order: -1;*/
    /*}*/
    .interest-section .right-video {
        /*order: -1;*/
        padding-left: 10px;
    }
    .interest-section .main-row .left {
        /*margin-top: 20px;*/
        padding-left: 0;
        padding-right: 0;
    }
    .interest-section h1 {
        font-size: 46px;
    }
    .interest-section h5 {
        font-size: 25px;
    }
    .interest-section .right {
        height: 550px;
        padding: 0 50px;
    }
    .interest-card img {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .interest-cards {
        margin-top: 13px;
    }
    .interest-card .card-body {
        padding: 15px;
    }
    .interest-card p {
        font-size: 14px;
    }
    .interest-cards .col-6 {
        padding-left: .25rem!important;
        padding-right: .25rem!important;
        margin-bottom: 7px;
    }
    .interest-card img {
        width: 40px;
    }
    .interest-section .card-body p {
        line-height: 20px;
    }
    .btn-get-pricing {
        margin-top: 10px;
    }

    /* Commitment css */
    .commitment-section img {
        height: auto;
    }
    .commitment-section .commitment-text h2 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    /* Book css */
    .book-section .left {
        padding-right: 10px;
    }
    .book-section .column {
        flex: unset;
        margin-bottom: 10px;
    }
    .book-section h2 {
        margin-top: 30px;
        text-align: center;
    }
    .book-section .need-assurance {
        margin-top: 20px;
    }

    /* Review */
    .elfsight-app-2d1e2164-0754-417f-9b08-30be1b19e983 .swiper-slide {
        width: 100% !important;
    }

    /* about css */
    .mission-vision-section h5 {
        font-size: 28px;
    }
    .mission-vision-section p {
        font-size: 18px;
        margin: 0 10px;
    }
    .mission-vision-section .mission {
        margin-top: 15px;
    }

    /* Schedule css */
    .schedule-section .container {
        padding: 20px;
        border-radius: 0;
    }

    .meet-team-section .d-flex {
        flex-direction: column;
    }
    .meet-team-section .col-center {
        margin: 20px 0;
    }

    /* Category css */
    .category-section p {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* service css  */
    .service-section .tag {
        font-size: 14px;
        padding: 0px 10px;
    }
    .service-section .service-description {
        margin-top: 20px;
    }
    .service-section .item {
        padding: unset;
    }
    .service-section .gallery {
        columns: 1;
    }
    .service-steps .row {
        display: flex;
        flex-direction: column;
        text-align: center; /* Optional: Center align text on mobile */
    }

    .service-steps .left-col, 
    .service-steps .right-col {
        order: 0; /* Reset order */
        margin-bottom: 20px; /* Add spacing between sections */
    }

    /* Single service css */
    .single-service-page .stress-section p {
        margin: 0;
    }
    .facial-section p {
        margin: 0;
    }
    .service-steps .right-col {
        padding-left: 10px;
    }
    .service-steps .left-col {
        padding-right: 10px;
    }
    .service-steps .title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .single-service-page .hero-image {
        width: 100%;
        height: 100%;
    }
    .order-1 {
        order: 1 !important;
    }
    .order-2 {
        order: 2 !important;
    }
    .order-3 {
        order: 3 !important;
    }

    /* gallery css */
    .gallery-page h1 {
        font-size: 50px;
    }

    /* Contact css */
    .contacts-section .middle-card {
        margin: 0;
    }
    .contacts-section .custom-card {
        width: 100%;
    }

    /* Bundles css */
    .bundle-cards .card {
        width: 100%;
    }

    /* payment plan css */
    .payment-plans-page h2 {
        line-height: 45px;
        margin-top: 30px;
    }
    .reason-section .col-right {
        padding-left: 10px;
    }
    
    /* Home page iframe video */
    .embed-responsive-item {
        width: 320px;
        height : 200px;
    }
    
    .gallery-image {
        width: 50px;
        height: 50px;
    }
    
    /* elf sight css */
    #eapps-google-maps-1.eapps-google-maps {
        border-radius: 0px !important;
    }
    .google-map {
        margin-top: 20px !important;
    }
}