@media screen and (max-width:1600px) {

    section.feel .vector_img {
        left: 24%;
    }

}


@media screen and (max-width:1050px) {
    p {
        font-size: 14px !important;
    }

    .line {
        font-size: 50px;
    }
}


@media screen and (max-width:1399px) {
   section.hero_1 h2 {
        font-size: 32px !important
    }
}
@media screen and (max-width:1299px) {
   section.hero_1 h2 {
        font-size: 27px !important
    }
}

@media screen and (max-width:991px) {
    .dr_img_container {
        text-align: end;
        margin-top: 20px;
        position: static;
        margin-top: -161px;
        padding-right: 4%;
    }

    section.about_me {
        padding-top: 0px;
    }

    .dr_img_container img {
        width: 300px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile_bg {
        background-color: var(--dark);
    }

    nav {
        background-color: #fff;
    }

    section.feel .scroll {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 40px 0;
    }

    section.feel .scroll::-webkit-scrollbar {
        height: 2px;
    }

    section.feel .size,
    section.feel .size2 {
        height: 110px;
        margin-bottom: 0px;
    }


    section.feel .vector_img {
        display: none;
    }


    .option_box {
        overflow: hidden;
        position: fixed;
        bottom: 70px;
        right: 15px;
        width: 230px;
        height: auto;
        z-index: 10000;
        border-radius: 30px;
        background: #03291680;
        opacity: 0;
        backdrop-filter: blur(109.5px);
        transition: all 0.5s ease 0s;
        visibility: hidden;
        display: none;
    }


    .option_box.open {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    section.hero_1 {
        min-height: 90vh;
        overflow: hidden;
    }

    section.hero_1 h2 {
        font-size: 26px !important
    }

}


@media screen and (max-width:600px) {

    section.about .card {
        flex-direction: column !important;
        justify-content: center;
        text-align: center;
    }

    section.service .content {
        height: auto;
        margin-bottom: 25px !important;
    }


    header .btn {
        display: none;
    }


    .floating-btn {
        width: 55px;
        height: 55px;
    }


    .carousel-control-next,
    .carousel-control-prev {
        width: 64px;
    }

    section.hero_1 {
        margin-top: 70px;
    }


    header .menu {
        display: none;
    }

    header .bar {
        display: block;
    }


    section.hero .row {
        height: auto;
    }

    .text-bg-primary {
        font-size: 16px !important;
    }

    section.feel {
        padding: 59px 0;
    }



    section.feel .size p {
        font-size: 16px !important;
    }

    section.feel .size2 p {
        font-size: 16px !important;
    }

    .pop_mgs {
        display: none;
    }

    .mgs_on_chat {
        display: none;
    }


    section.testimonials {
        padding: 47px 0;
    }

    section.process {
        padding: 29px 0;
    }

    .modal-dialog {
        max-width: 100%;

    }


    .up {
        width: 55px;
        height: 55px;
        bottom: 80px;
        right: 10px;
    }


    .floating-btn_1 {
        position: fixed;
        bottom: 10px;
        right: 10px;
        background: var(--dark);
        backdrop-filter: blur(109.5px);
        /* Blue color from image */
        color: white;
        border-radius: 50%;
        width: 55px;
        height: 55px;
        text-align: center;
        cursor: pointer;
        z-index: 999;
        /* Subtle shadow */
        transition: transform 0.2s ease-in-out;
        /* Smooth hover effect */
        display: flex;
        justify-content: center;
        align-items: center;
    }




    /* .option_box > .flex1 {
        opacity: 0 !important;
       transition: all 4s ease 3.5s; 
    }
    .option_box.open .flex1 {
        opacity: 1 !important;
       transition: all 4s ease 3.5s; 
    } */


    .dr_img_container {
        text-align: end;
        margin-top: 20px;
        position: static;
        margin-top: -100px;
        padding-right: 2%;
    }

    section.about_me {
        padding-top: 0px;
    }

    .dr_img_container img {
        width: 260px;
    }


    .border-bottom {
        border-color: #ffffff21 !important;
    }

    .load .logo_anim {

        transform: translate(25px, 30px);
    }

    .chat-container {
        /* Using Inter font as per guidelines */
        position: fixed;
        bottom: 90px;
        /* Above the floating button */
        right: 20px;
        width: 90%;
        height: 460px;
        z-index: 99990;
        display: none;
        flex-direction: column;
        overflow: hidden;
        border-radius: 30px;
        /* Rounded corners for the chat box */
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        /* Stronger shadow for the chat box */

    }




    section.about_banner {
        height: 300px;
        padding-top: 50px;
        text-align: center;
        align-items: center;
        padding-bottom: 40px;
    }

    .img_dr {
        width: 80%;
    }

    .masked-text {
        font-size: 45px;
    }

    section.about_me {
        padding-top: 18px;
    }


    body.no_scroll {
        overflow: hidden !important;
    }



    .expand::before {
        bottom: -4px;
    }

    .expand .btn_1 {
        left: 50%;
        transform: translateX(-50%);
    }


    section.testimonials .row.expand_row {
        max-height: 5979px;
        overflow: visible;
    }

    section.testimonials .card {
        height: auto !important;
    }

    section.testimonials {
        height: auto !important;
    }


    .floating-btn_1.mobile {
        display: flex !important;
    }

    section.booking .button {
        font-size: 1rem;
    }

    section.booking .whatsapp-form {
        background-color: var(--dark);
        color: #fff;
        border: 0;
        padding: 25px 25px !important;
    }

    section.numbers .fs-4 {
        font-size: 18px !important;
    }

    section.numbers .main_box {
        text-align: center;
        padding: 20px 0;
    }

    section.numbers .last_1 {
        padding: 0px 0 20px 0 !important;
    }


    .line {
        font-size: 35px;
        line-height: 1.3;
    }

    section.about {
        margin-top: -20px;
    }

    section.about .fs-5,
    section.service .fs-5 {
        font-size: 15px !important;
    }

    section.about .classic-img {
        height: 400px;
        object-fit: cover;
    }

    .btn-primary {
        font-size: 14px;
        padding: 16px 16px;
    }

    .text-bg-primary {
        padding: 8px 8px;
    }

    section.about .box1 {
        padding: 18px;
    }

    section.about .box1 p {
        margin-bottom: 10px !important;

    }

    p {
        font-size: 14px;
    }

    nav .container {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }

    .signature {
        width: 214px;
        height: 130px;
        object-fit: contain;
    }

section.hero_1 {
    min-height: 42vh;
    overflow: hidden;
}
section.hero_1  .card-img-overlay {
    top: -61%;
}

}


/* Responsive adjustments for Bootstrap's grid */
@media secreen and (max-width: 576px) {

    /* Small devices (landscape phones, 576px and up) */
    .form-container {
        padding: 0.5rem;
    }
}