:root {
    --primary-red: #dc3545;
    --light-bg: #f8f9fa;
    --dark-text: #212529;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    color: var(--dark-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.breadcrumb {
    margin-bottom: 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: #e2352d !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;
    margin-bottom: 0;
}

.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, 0.1);
}

.header {
    margin: 0 auto;
    padding: 0;
    box-shadow: 5px 0px 10px rgba(0, 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.2);
    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: 0.3s all ease-in-out;
    background-color: #333;
    border-bottom: 0.5px solid #7a7777;
}

.dropdown-menu li:hover .dropdown-item {
    margin-left: 8px;
    transition: 0.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: 0.49px;
    text-align: center;
    text-transform: capitalize;
    display: block;
    margin-bottom: 2em;
}

.title_section::after {
    transform: rotate(-0.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: 0.6em 0 !important;
}

.aboutus_description h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0.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: 0.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: 0.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: 0.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: 0.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: 0.8em 0;
    padding: 0;
}

.opening_hours p span {
    display: inline-block;
    width: 160px;
}

/* ================== Footer ================= */

.logo {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer {
    background-color: var(--light-bg);
    border-top: 2px solid var(--primary-red);
    position: relative;
}

@media (max-width: 991px) {
    .footer {
        text-align: center;
    }
}

.footer-upper {
    padding: 30px 0;

}

.footer-upper .shop-address {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10;
}

.footer-upper span {
    width: 60px;
    display: inline-block;
    font-weight: 700;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer 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: 2px solid #d3979d6e;
}

.lead {
    margin-bottom: 0;
}

.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 {
    padding: 20px;
}

.footer-bottom a {
    margin: 0px 5px;
}

.hero {
    background-color: var(--light-bg);
    padding: 80px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3.5rem;
    color: var(--primary-red);
}

.section-title {
    color: var(--primary-red);
    font-weight: 700;
    margin-bottom: 15px;
}

.custom-card {
    background-color: #fff;
    border: 1px solid #ffe8eb;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.common-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-shadow: 0 0 10px #0000001a;
}

.common-card .card-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #e2332b;
}

.common-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.common-card .icon {
    font-size: 2.5rem;
    color: var(--primary-red);
    margin-bottom: 15px;
}

.special-offer {
    background-color: #003142;
    color: #fff;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.special-offer h3 {
    font-weight: 700;
    font-size: 3.5rem;
}

.special-offer .price {
    font-size: 7rem;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.favorite-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ffe8eb;
    text-align: center;
    height: 100%;
    box-shadow: 0 0 10px #ffd1d1;
}

.favorite-card .icon {
    font-size: 2.5rem;
    color: var(--primary-red);
}

.order-way-item h3 .icon {
    color: var(--primary-red);
    margin-right: 10px;
}

.bg-section-alt {
    background-color: var(--light-bg);
    border-radius: 15px;
}

.cta-section {
    background-color: var(--primary-red);
    color: #fff;
}

.list-group-item-custom {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0;
    color: var(--dark-text);
}

.list-group-item-custom .list-icon {
    color: var(--primary-red);
    margin-right: 10px;
    font-size: 0.7em;
    margin-top: 0.6em;
    flex-shrink: 0;
}

.list-group-item-custom div {
    flex-grow: 1;
}

.section-header {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.sub-section-title {
    color: var(--dark-text);
    /* Sub-headings can be dark for contrast */
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.accent-red {
    color: var(--primary-red);
}

.list-group-item-custom {
    background-color: #fff;
    border: none;
    padding: 0.75rem 0;
    color: var(--dark-text);
}

.list-group-item-custom .icon {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.hero-banner {
    background-color: var(--light-bg);
    padding: 60px 0;
    text-align: center;
    border-bottom: 3px solid var(--primary-red);
}

.hero-banner p {
    font-size: 1.4rem;
    color: var(--dark-text);
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

ul.custom-list,
ul.arrow-right,
ul.no-style {
    padding: 0;
    list-style: none;
}

ul.custom-list li,
ul.arrow-right li {
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
}

ul.custom-list li:before,
ul.arrow-right li:before {
    font: normal normal normal 16px/1.5 FontAwesome;
    color: var(--primary-red);
    position: absolute;
    left: 0;
    top: 0;
}

ul.custom-list li:before {
    content: "\f00c";
}

ul.arrow-right li:before {
    content: "\f061";
}

ul.custom-list li+li,
ul.custom-list li>ul.custom-list,
ul.arrow-right li+li,
ul.arrow-right li>ul.arrow-right {
    margin-top: 15px;
}

ul.custom-list li>ul.custom-list li:before,
ul.arrow-right li>ul.arrow-right li:before {
    color: var(--theme-primary-link);
}

ul.list-icon {
    list-style: none;
    padding-left: 0;
}

ul.list-icon li {
    display: flex;
    align-items: center;
    gap: 3rem;
}

ul.list-icon li+li {
    margin-top: 3rem;
}

ul.list-icon li p:last-child {
    margin-bottom: 0;
}


.container {
    max-width: 1000px;
    margin: auto;
}

.gallery-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.gallery-grid .img-box {

    background-color: #fff;
    border: 10px solid #fff;
    box-shadow: inset 0 0 5px 0 #00000030;
}

.gallery-grid .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-grid .img-box.horizontal {
    grid-column: span 2;
}

.gallery-grid .img-box.vertical {
    grid-row: span 2;
}

.gallery-grid .img-box.big {
    grid-column: span 2;
    grid-row: span 2;
}

/* ================== WhatsApp Chatbot Styles ================= */

/* WhatsApp Button in Footer */
.whatsapp-btn {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: white !important;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.whatsapp-btn:hover {
    background-color: #128C7E !important;
    border-color: #128C7E !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn i {
    margin-right: 8px;
    font-size: 1.1em;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.whatsapp-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #1ac737;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    /* box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4); */
    transition: all 0.3s ease;
    position: relative;
}
.whatsapp-float-btn svg {
    font-size: 28px;
}

.whatsapp-float-btn:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    color: white;
    text-decoration: none;
}

.whatsapp-float-btn i {
    font-size: 28px;
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #333;
}

.whatsapp-float-btn:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Pulse animation for floating button */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Responsive WhatsApp Button */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float-btn {
        width: 50px;
        height: 50px;
    }

    .whatsapp-float-btn i {
        font-size: 24px;
    }

    .whatsapp-tooltip {
        display: none;
    }

    .mt-4 .btn {
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .mt-4 .whatsapp-btn {
        margin-left: 0;
    }
}

/* WhatsApp Button in Footer - Mobile */
@media (max-width: 576px) {
    .mt-4 {
        text-align: center;
    }

    .mt-4 .btn {
        margin: 5px 0;
        width: 100%;
        max-width: 300px;
    }
}