/* Media query for smaller screens */
@media only screen and (max-width: 413px) {
    /* Navbar Start */
    .floating-nav {
        width: 90%;
    }
    /* Banner End */
    /* Inner Banner Start */
    .innerPage_title h1 {
        font-size: 3em;
    }
    /* Inner Banner End */
    /* About Start */

    .aboutUs_header1 {
        font-size: 2em;
    }
    .aboutUs_desc {
        text-align: justify center;
        font-size: 1.3em;
    }
    .aboutUs_header2 {
        font-size: 2em;
    }

    .aboutUs_thumbsSwiper {
        height: 100px;
    }

    .aboutUs_thumbsSwiper .swiper-slide {
        height: 100px; /* adjust to fit thumbnails */
    }

    .aboutUs_mainSwiper .swiper-slide {
        height: 250px; /* adjust based sa design */
    }
    /* About End */
    /* Gallery Start */

    .uniqueGallery_header {
        font-size: 2em;
    }

    .uniqueGallery_albumBtn {
        padding: 5px 24px;
    }

    .uniqueGallery_mainSwiper .swiper-slide {
        height: 250px; /* adjust as needed */
    }

    /* Gallery End */
    /* Contact Us Start */
    .contactUs_wrapper {
        background-size: cover;
        background-position: center center;
    }
    .contactUs_title {
        padding: 10px;
    }
    .contactUs_header1 {
        font-size: 2em;
    }
    .contactUs_header2 {
        font-size: 1em;
    }
    .contact-info p {
        font-size: 1em;
    }
    .contact-info img {
        width: 30px;
        height: auto;
    }
    .contact-left {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .submit_btn {
        font-size: 1em !important;
        padding: 5px 60px !important;
    }
    /* Contact Us 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) {
    /* Inner Banner Start */
    .innerPage_title h1 {
        font-size: 3em;
    }
    /* Inner Banner End */
    /* About Start */

    .aboutUs_header1 {
        font-size: 2em;
    }
    .aboutUs_desc {
        text-align: justify center;
        font-size: 1.3em;
    }
    .aboutUs_header2 {
        font-size: 3em;
    }

    .aboutUs_thumbsSwiper {
        height: 100px;
    }

    .aboutUs_thumbsSwiper .swiper-slide {
        height: 100px; /* adjust to fit thumbnails */
    }

    .aboutUs_mainSwiper .swiper-slide {
        height: 400px; /* adjust based sa design */
    }
    /* About End */
    /* Gallery Start */

    .uniqueGallery_header {
        font-size: 2em;
    }

    .uniqueGallery_albumBtn {
        padding: 10px 24px;
    }

    .uniqueGallery_mainSwiper .swiper-slide {
        height: 400px; /* adjust as needed */
    }

    /* Gallery End */
    /* Contact Us Start */
    .contactUs_wrapper {
        background-size: cover;
        background-position: center center;
    }
    .contactUs_title {
        padding: 10px;
    }
    .contactUs_header1 {
        font-size: 2em;
    }
    .contactUs_header2 {
        font-size: 1em;
    }
    .contact-info p {
        font-size: 1em;
    }
    .contact-info img {
        width: 30px;
        height: auto;
    }
    .contact-left {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    .submit_btn {
        font-size: 1em !important;
        padding: 5px 60px !important;
    }
    /* Contact Us 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: 992px) {
    /* About Start */

    .aboutUs_header1 {
        font-size: 2em;
    }
    .aboutUs_desc {
        text-align: justify center;
        font-size: 1.3em;
    }
    .aboutUs_header2 {
        font-size: 3em;
    }

    .aboutUs_thumbsSwiper {
        height: 100px;
    }

    .aboutUs_thumbsSwiper .swiper-slide {
        height: 100px; /* adjust to fit thumbnails */
    }

    .aboutUs_mainSwiper .swiper-slide {
        height: 400px; /* adjust based sa design */
    }
    /* About End */
    /* Gallery Start */

    .uniqueGallery_header {
        font-size: 2.5em;
    }

    .uniqueGallery_albumBtn {
        padding: 10px 24px;
    }

    .uniqueGallery_mainSwiper .swiper-slide {
        height: 400px; /* adjust as needed */
    }

    /* Gallery 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) {
    /* Gallery Start */

    .uniqueGallery_header {
        font-size: 3em;
    }

    .uniqueGallery_albumBtn {
        padding: 10px 24px;
    }

    .uniqueGallery_mainSwiper .swiper-slide {
        height: 500px; /* adjust as needed */
    }

    /* Gallery 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 */
}
