/* Media query for smaller screens */
@media only screen and (max-width: 413px) {
    /* Navbar Start */
    .floating-nav {
        width: 90%;
    }
    /* Banner End */
    .banner_wrapper {
        position: relative;
        /* min-height: 100vh; */
        height: 1000px;
        background-position: center;
    }
    /* Text styles inside banner */
    .banner_header1 {
        font-size: 2rem !important;
    }

    .banner_desc1 {
        font-size: 1rem !important;
        max-width: 100%;
    }

    /* Button style */
    .banner_btn {
        padding: 10px 30px !important;
    }
    /* Banner End */
    /* Our Villas Start */
    .carousel-item {
        height: auto;
    }
    .carousel-item img {
        object-fit: contain;
    }
    /* Our Villas End */
    /* CTA Start */
    .custom_title {
        font-size: 2rem !important;
    }
    .custom_text {
        font-size: 1rem;
    }

    /* Buttons */
    .custom_btn_white,
    .custom_btn_yellow {
        padding: 10px 20px;
        font-size: 1rem;
    }
    /* CTA End */
    /* Footer Start */
    .footer_wrapper {
        height: 150vh; /* changed from height: 75vh to min-height */
    }

    .footer_wrap {
        padding: 0px 0px;
    }

    .footer_logo {
        width: 40%;
        margin: 50px 0px;
    }
    .footer_title {
        color: #135b6d;
        font-weight: 800;
    }
    .footer_contact {
        width: 100%;
    }
    .footer_contact p {
        font-size: 1rem;
    }
    .footer-nav a {
        font-size: 1rem;
        line-height: 40px;
    }
    .footer_copyright p {
        font-size: 1rem;
    }
    /* Footer End */

    /* Adjust the position and size of the button */
    #scrollToTop {
        bottom: 5%;
        right: 5%;
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
}
/* Extra Small Devices (portrait phones, less than 767px) */
@media (min-width: 413px) and (max-width: 768px) {
    /* Banner Start */
    .banner_wrapper {
        position: relative;
        /* min-height: 100vh; */
        height: 1000px;
        background-position: center;
    }
    /* Text styles inside banner */
    .banner_header1 {
        font-size: 2rem !important;
    }

    .banner_desc1 {
        font-size: 1rem !important;
        max-width: 100%;
    }

    /* Button style */
    .banner_btn {
        padding: 10px 30px !important;
    }
    /* Banner End */
    /* Our Villas Start */
    .carousel-item {
        height: auto;
    }
    .carousel-item img {
        object-fit: contain;
    }
    /* Our Villas End */
    /* CTA Start */
    .custom_title {
        font-size: 2rem !important;
    }
    .custom_text {
        font-size: 1rem;
    }

    /* Buttons */
    .custom_btn_white,
    .custom_btn_yellow {
        padding: 10px 20px;
        font-size: 1rem;
    }
    /* CTA End */
    /* Footer Start */
    .footer_wrapper {
        height: 150vh; /* changed from height: 75vh to min-height */
    }

    .footer_wrap {
        padding: 0px 50px;
    }

    .footer_logo {
        width: 50%;
        margin: 50px 0px;
    }
    .footer_title {
        color: #135b6d;
        font-weight: 800;
    }
    .footer_contact {
        width: 100%;
    }
    .footer_contact p {
        font-size: 1rem;
    }
    .footer-nav a {
        font-size: 1rem;
        line-height: 40px;
    }
    .footer_copyright p {
        font-size: 1rem;
    }
    /* Footer End */
}
/* Media query for screens between 768px and 992px */
@media (min-width: 768px) and (max-width: 991px) {
    /* Our Villas Start */
    .carousel-item {
        height: auto;
    }
    .carousel-item img {
        object-fit: contain;
    }
    /* Our Villas End */
    /* CTA Start */
    .custom_title {
        font-size: 3rem !important;
    }
    .custom_text {
        font-size: 1.2rem;
    }

    /* Buttons */
    .custom_btn_white,
    .custom_btn_yellow {
        padding: 10px 20px;
        font-size: 1rem;
    }
    /* CTA End */
    /* Footer Start */
    .footer_wrapper {
        height: 100vh; /* changed from height: 75vh to min-height */
    }

    .footer_wrap {
        padding: 0px 50px;
    }

    .footer_logo {
        width: 70%;
        margin: 50px 0px;
    }
    .footer_title {
        color: #135b6d;
        font-weight: 800;
    }
    .footer_contact {
        width: 100%;
    }
    .footer_contact p {
        font-size: 1rem;
    }
    .footer-nav a {
        font-size: 1.2rem;
        line-height: 40px;
    }
    .footer_copyright p {
        font-size: 1rem;
    }
    /* Footer End */
}

/* Media query for screens larger than 992px */
@media (min-width: 992px) and (max-width: 1255px) {
    /* Our Villas Start */
    .carousel-item {
        height: auto;
    }
    .carousel-item img {
        object-fit: contain;
    }
    /* Our Villas End */
    /* Footer Start */
    .footer_wrapper {
        height: 100vh; /* changed from height: 75vh to min-height */
    }

    .footer_wrap {
        padding: 0px 50px;
    }

    .footer_logo {
        width: 78%;
        margin: 50px 0px;
    }
    .footer_title {
        color: #135b6d;
        font-weight: 800;
    }
    .footer_contact {
        width: 100%;
    }
    .footer_contact p {
        font-size: 1.3rem;
    }
    .footer-nav a {
        font-size: 1.3rem;
        line-height: 40px;
    }
    .footer_copyright p {
        font-size: 1.2rem;
    }
    /* Footer End */
}
