﻿
body {
    font-family: 'Segoe UI', sans-serif;
}

h3 {
    margin: 0;
}

.navbar {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #343a40; /* Ensuring visibility */
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
}

.nav-link.active {
    color: #4f88ee !important;
    font-weight: 600 !important;
}

.navbar-brand img {
    max-height: 100px;
    max-width: 250px;
}

.navbar-nav {
    align-items: center;
}
    .navbar-nav .nav-item {
        transition: all 0.3s ease;
        padding: 4px 0px;
    }
.navbar .navbar-nav .nav-link {
    color: #FFFFFF;
    font-weight: 500;
    margin: 0 1rem;
}

    .navbar .navbar-nav .nav-link:hover {
        color: #FFFFFF;
        font-weight: 500;
        margin: 0 1rem;
    }

.topnav {
    border-bottom: 1px solid #ddd;
}

.cta {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .cta svg {
        font-size: 32px;
    }

.cta_number {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8px;
    border-left: 3px solid #4f88ee;
}

    .cta_number h3 {
        font-weight: 700;
        margin: 0 !important;
    }
/* Responsive Design */
@media (max-width: 768px) {
    .topnav .container {
        flex-direction: column;
        text-align: center;
    }

    .cta {
        margin-top: 5px;
    }
}

.header {
    margin: 0 auto;
    padding: 0;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, .1)
}


.header {
    margin: 0 auto;
    padding: 0;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, .1)
}

/* Navbar link (with arrow nicely aligned) */
.navbar .nav-item.dropdown .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #fff;
}

.dropdown-caret {
    margin-left: 6px;
    font-size: 0.8rem;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
}


/* Dropdown menu */
.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 48px;
    left: 20px;
    min-width: 250px;
    background-color: #fff;
    border: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.20);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    margin: 0;
    padding: 0;
    position: relative;
    transition: .3s all ease-in-out;
    background-color: #333;
    border-bottom: .5px solid #7a7777;
}

    .dropdown-menu li:hover .dropdown-item {
        margin-left: 8px;
        transition: .2s all ease-in-out;
    }
/* Dropdown item */
.dropdown-menu .dropdown-item {
    font-size: 0.95rem;
    color: #FFF;
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: #343a40;
    padding: 10px 8px 10px 16px;
}

    /* Hover effect on item */
    .dropdown-menu .dropdown-item:hover {
        background-color: #333;
        color: #F6F6F6;
        text-decoration: none;
    }


.dropdown-item.active, .dropdown-item:active {
    background-color: #333;
}

/* ============== Hero section =============== */

.section_hero {
    width: 100%;
}

    .section_hero img {
        width: inherit;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }


/* ================ Offer section ================= */

.section_offer {
    background-color: rgb(230, 244, 255);
    padding: 2rem 0;
}

    .section_offer p {
        text-align: center;
        margin-bottom: 0;
    }

        .section_offer p span {
            color: #0a6e97;
        }

/* ============== ABout us Section ================ */
.section_aboutus,
.section_services {
    padding: 50px 0px 50px 0px;
    text-align: center;
    width: 100%;
}

.title_section {
    position: relative;
    color: #000;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.15em;
    letter-spacing: .49px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    margin-bottom: 2em;
}

    .title_section::after {
        transform: rotate(-.9deg);
        /* background: #ead8fd; */
        position: absolute;
        bottom: 3px;
        height: 14px;
        width: 200px;
        margin-left: -200px;
        background: #c9defb;
        content: "";
        border-radius: 10px;
        z-index: -1;
    }

.aboutus_images {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
}

    .aboutus_images img {
        width: 45%;
        margin: 10px;
        display: flex;
        border-radius: 5%;
        object-fit: cover;
    }

.aboutus_description {
    text-align: left;
}

    .aboutus_description h2 {
        font-size: 1.5rem;
        font-weight: 500;
        margin: .6em 0 !important;
    }

    .aboutus_description h3 {
        font-size: 1.2rem;
        font-weight: 500;
        margin: .6em 0 !important;
    }

    .aboutus_description p {
        padding: 0 !important;
        margin: 0 !important;
    }

/* =============== Service =================  */
.section_services .service_offer {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.15em;
    letter-spacing: .49px;
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

    .section_services .service_offer span {
        color: #4f88ee;
    }

.services_container {
    padding: 2em 0;
}

    .services_container p {
        text-align-last: left;
    }

.service_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1em 0;
}

    .service_box svg {
        font-size: 1.5em;
        color: #4f88ee;
    }

    .service_box p {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        margin-left: 1em;
    }




/* ====================== Facilities Section ==================== */

.section_facilities {
    padding: 6em 0;
}

    .section_facilities .facilities_offer {
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 1.15em;
        letter-spacing: .49px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        color: #FFFFFF;
    }

        .section_facilities .facilities_offer span {
            color: #4f88ee;
        }

    .section_facilities p {
        text-align: center;
        color: #FFFFFF;
    }

.facility_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: .5rem;
    padding: 60px 0px 0px 0px;
}

.facility_box {
    background-color: transparent;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    color: #FFFFFF;
}

    .facility_box img {
        width: 3em;
        margin-bottom: 15px;
        filter: invert(1) brightness(2);
    }

    .facility_box p {
        font-size: 1rem;
        font-weight: 500;
        color: #ffffff;
        margin-left: 2em;
    }

/* ================= Image Gallary =================  */

.section_gallary {
    padding: 5em 0;
}

    .section_gallary .gallary_title {
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 1.15em;
        letter-spacing: .49px;
        display: block;
        text-align: center;
        margin-bottom: 2em;
    }

        .section_gallary .gallary_title span {
            color: #4f88ee;
        }

/* Gallery grid styling */

.gallary_container {
    width: 100%;
}

.gallary_flex {
    display: flex;
    flex-wrap: wrap;
}

.image_box {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
}

    .image_box a {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
    }

    .image_box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .image_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 960px) {
    .uk-child-width-1-3\@m > * {
        width: calc(100% / 2);
    }
}

/* Base styles */
.section_reviews {
    padding: 6em 0;
    width: 100%;
}

.review_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.review_title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.15em;
    letter-spacing: 0.49px;
    display: block;
    margin-bottom: 20px;
}

.review_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1em;
}

    .review_right img {
        width: 3em;
    }

.avg_review {
    font-size: 3em;
    font-weight: 600;
    margin: 0 0.2em;
}

.star_review {
    display: flex;
    flex-direction: column;
}

    .star_review p {
        margin: 0;
    }

.stars svg {
    color: orange;
}

/* Responsive for large screens (>= 992px) */
@media (max-width: 992px) {
    .section_reviews {
        padding: 4em 0;
    }

    .review_title {
        font-size: 2.2rem;
    }

    .review_right img {
        width: 2.5em;
    }

    .avg_review {
        font-size: 2.5em;
    }
}

/* Responsive for medium screens (>= 768px and < 992px) */
@media (max-width: 768px) {
    .review_header {
        flex-direction: column;
        /* Stack title and review section */
        text-align: center;
    }

    .review_title {
        font-size: 2rem;
        margin-bottom: 1em;
    }

    .review_right {
        justify-content: center;
    }

        .review_right img {
            width: 2em;
        }

    .avg_review {
        font-size: 2em;
    }

    .star_review p {
        font-size: 0.9em;
    }
}

/* Responsive for small screens (< 768px) */
@media (max-width: 576px) {
    .section_reviews {
        padding: 3em 1em;
    }

    .review_title {
        font-size: 1.8rem;
    }

    .review_right img {
        width: 1.8em;
    }

    .avg_review {
        font-size: 1.8em;
    }

    .stars svg {
        font-size: 0.9em;
    }

    .star_review p {
        font-size: 0.8em;
    }
}



/* General Swiper Styles */
.reviews_body {
    width: 100%;
    padding: 4em 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.review_box {
    background-color: #ffffff;
    color: #000000;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 20%;
    box-sizing: border-box;
}

.review_comment {
    margin-top: 1em;
    text-align: left;
}

.reviewer {
    display: flex;
    align-items: center;
    font-weight: 600;
}

    .reviewer img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid orange;
        margin-right: 1em;
    }

/* Responsive styles */
@media (max-width: 1200px) {
    .review_box {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .review_box {
        width: 100%;
        /* Small screens */
        margin: 1em 0;
    }

    .reviews_body {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .review_box {
        padding: 1.5em;
        /* Adjust padding for smaller screens */
    }

    .reviewer img {
        width: 40px;
        height: 40px;
    }
}

.review_pagination span {
    background-color: #FFFFFF;
}

/* ========== Location & Hours of Operation ==============  */

.section_opening_hour {
    padding: 5em 0;
}

    .section_opening_hour img {
        padding: 1em 0;
    }

.loc_hoo_header {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.15em;
    letter-spacing: 0.49px;
    display: block;
    margin-bottom: 1.5em;
}

.map_img {
    width: 100%;
}

.opening_hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1em;
}

    .opening_hours p {
        font-weight: 500;
        margin: .8em 0;
        padding: 0;
    }

        .opening_hours p span {
            display: inline-block;
            width: 160px;
        }


/* ================== Footer ================= */


.footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
}


.logo {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer-section p {
    margin: 0;
}


.footer-section ul {
    list-style: none;
    padding: 0;
}

    .footer-section ul li {
        margin-bottom: 5px;
    }

        .footer-section ul li a {
            color: #fff;
            text-decoration: none;
        }

            .footer-section ul li a:hover {
                text-decoration: underline;
            }

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #555;
}

.payment-method p {
    margin: 0;
    margin-bottom: 10px;
}

.payment-method img {
    height: 30px;
    margin-right: 10px;
}

.footer-rights {
    text-align: right;
    min-width: 250px;
}

    .footer-rights p {
        margin: 5px 0;
    }

    .footer-rights a {
        color: #fff;
        text-decoration: none;
    }

        .footer-rights a:hover {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }

    .footer-rights {
        text-align: left;
    }
}

.widget-title{
    font-size: 24px;
    font-weight: bold;
}

.footer-widget a {
    color: #4f88ee;
    padding: 10px 0px;
    display: inline-block;
}

.footer-widget a svg {
    margin-right: 10px;
}
.footer-address {
    margin: 0;
    padding: 0;
}
.footer-bottom{
    margin: 10px;
}
.footer-bottom a {
    margin: 0px 5px;
}