@media (min-width: 1360px) {
    .upcomeing-content-wrap {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .navbar .container-fluid {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }

    .offcanvas {
        position: static;
        width: auto;
        height: auto;
        transform: none !important;
        visibility: visible !important;
        box-shadow: none;
    }

    .offcanvas-header {
        display: none;
    }

    .offcanvas-body {
        display: flex;
        justify-content: center;
    }

    .navbar-toggler {
        display: none !important;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        gap: 20px;
    }

}

@media (max-width: 1199.98px) {
    .navbar-toggler {
        display: inline-flex;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .offcanvas-body {
        padding: 1rem 1.5rem;
    }

    .portrait-card {
        max-width: 240px;
        aspect-ratio: 3/5;
    }
}

@media(max-width: 992px) {
    .hero .hero-content {
        margin-left: 18px;
        max-width: 72%;
    }

    .headline {
        font-size: clamp(26px, 8.5vw, 44px);
    }

    .portrait-card {
        max-width: 220px;
        aspect-ratio: 3/5;
    }

    .testimonial-card {
        padding: 36px;
        border-radius: 28px;
    }

    .featured-service-section h2 {
        font-size: 32px;
    }

    .featured-service-section .row,
    .book-session-section .row,
    .hero-row,.offers-row {
        gap: 20px;
    }

    .labels {
        font-size: 16px;
    }

    .bold-heading-center h3 {
        font-size: 130px;
    }

    .wellness-card {
        margin-right: 6px;
        position: relative;
        top: 0;
        transform: translate(0, 0%);
    }

    .field input,
    .field select,
    .field textarea {
        width: 100% !important;
    }

    .btn-quote {
        margin: 2rem 0px 2rem 4rem;
    }

    .upcomeing-event-section .card {
        flex-direction: column;
    }

    .upcomeing-image-wrap h3 {
        font-size: 16px;
    }

    .team-wrapper .row .col-lg-6:nth-child(2) .team-card {
        padding-top: 0px;
    }

    .team-wrapper .row .col-lg-6:nth-child(3) .team-card {
        margin-top: 0px;
    }

    .team-card {
        width: 100%;
        justify-content: space-between;
    }

    .team-img {
        flex: none;
    }

    #mega-menu-wrap-Header_menu #mega-menu-Header_menu {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .card-img img{
        width: 100%;
    }
    
}

@media (max-width:768px) {
    .counters {
        flex-direction: column;
        gap: 22px;
        padding: 28px 12px;
    }

    .counters .counter:not(:last-child)::after {
        display: none;
    }

    .counter {
        padding: 8px 0;
        min-width: auto;
    }

    .service-slider .owl-stage,
    .service-slider .owl-item {
        align-items: flex-start;
    }

    .service-slider .owl-item.center .service-card {
        transform: none;
        box-shadow: none;
    }

    .service-slider .owl-nav .owl-prev {
        margin-left: 0;
    }

    .service-slider .owl-nav .owl-next {
        margin-right: 0;
    }
    .bold-heading-center h3 {
        font-size: 100px;
    }
}

@media(max-width: 600px) {
    .Our_product_sec .owl-nav .owl-prev {
        margin-left: 0;
    }

    .Our_product_sec .owl-nav .owl-next {
        margin-right: 0;
    }

    .portrait-card {
        max-width: 320px;
        aspect-ratio: 9/16;
    }

    .testimonial-card {
        padding: 28px;
        border-radius: 20px;
    }

    .session-card {
        display: flex;
        flex-direction: column;
    }

    .team-card {
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        align-items: start;
    }

    .team-wrapper .row .col-lg-6:nth-child(2) .team-card,
    .team-wrapper .row .col-lg-6:nth-child(4) .team-card {

        flex-direction: column-reverse;
    }

    .quote-panel {
        margin-top: -40px;
        padding: 20px;
    }

    .quote-panel h2 {
        font-size: 32px;
    }

    .btn-quote {
        margin: 2rem 0px 2rem 3rem;
    }

    .bold-heading-center h3 {
        font-size: 60px;
        line-height: 35px;
    }
}

@media(max-width: 480px) {
    .hero .hero-content {
        margin-left: 14px;
        max-width: 84%;
    }

    .avatars img {
        width: 30px;
        height: 30px;
    }

    .circle-btn {
        width: 32px;
        height: 32px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .blog-slider .owl-nav {
        top: 95%;
        right: 30%;
    }

    .Our_product_sec .owl-stage-outer,
    .Our_product_sec .owl-stage,
    .Our_product_sec .owl-item {
        display: block;
    }
}