﻿* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* FIX RIGHT SCROLL */
}



h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
}

p {
    font-family: "Lato", sans-serif;
}

.topbar {
    background: linear-gradient(135deg, #195E7F, #1A4B6A);
    font-size: 14px;
}

.topbar-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.topbar-link {
    font-family: "Lato", sans-serif;
    color: #ffffff;
    text-decoration: none;
    margin: 0 6px;
    white-space: nowrap;
}

    .topbar-link i {
        font-size: 13px;
    }

    .topbar-link:hover {
        color: #0a7f6f;
    }

.divider {
    color: rgba(255,255,255,0.4);
}

.social-icon {
    color: #ffffff;
    margin-left: 10px;
    text-decoration: none;
    font-size: 14px;
}

    .social-icon:hover {
        color: #0a7f6f;
    }

.middlebar {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Search Wrapper */
.search-wrapper {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Search Input */
.search-input {
    flex: 1;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    outline: none;
}

/* Search Button */
.search-btn {
    background-color: #0A7F6F;
    border: none;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

    .search-btn i {
        color: #ffffff;
        font-size: 16px;
    }

    .search-btn:hover {
        background-color: #06665A;
    }

/* Optional: mobile responsiveness */
@media(max-width: 576px) {
    .search-wrapper {
        max-width: 100%;
    }
}

.middlebar-icon {
    color: #1C3651;
    font-size: 18px;
    margin-left: 12px;
    position: relative; /* important for cart count */
    text-decoration: none;
    display: inline-block;
}

    .middlebar-icon:hover {
        color: #0A7F6F;
    }

/* Cart Count Badge */
.cart-count {
    position: absolute;
    top: -8px; /* vertical position */
    right: -10px; /* horizontal position */
    background-color: #DC2626;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}

.middlebar-icon .thin {
    -webkit-text-stroke: 0.15rem #1C3651; /* adds thin stroke */
    color: #ffffff; /* background color */
}

/* ---------------- NAVBAR ---------------- */
.navbar {
    position: relative;
    font-family: "Railway", sans-serif;
    color: #000 !important;
    border-bottom: 1px solid #e5e7eb;
}

    .navbar .nav-link {
        color: #000 !important;
        font-size: 18px !important;
    }

.nav-link.dropdown-toggle::after {
    display: none;
}

/* ---------------- MEGA MENU (DESKTOP) ---------------- */
.mega-dropdown {
    position: static;
}

.mega-menu {
    left: 0;
    right: 0;
    width: 100%;
    border-top: 2px solid #0a7f6f;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    border: none;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}

.mega-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 40px 40px;
    max-height: 400px;
    background: #fff;
}

.mega-columns {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.mega-column {
    width: 260px;
}

.mega-item {
    margin-bottom: 22px;
}

.mega-head {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    line-height: 1.2;
}

    .mega-head::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px; /* visual gap BELOW text */

        height: 1.5px;
        background: #0a7f6f;
    }

    .mega-head h6 a {
        text-decoration: none !important;
        color: #000 !important;
    }

    .mega-head img {
        width: 26px;
        height: 26px;
        border-radius: 50%;
    }

    .mega-head h6 {
        margin: 0;
        font-weight: 600;
        color: #1c3651;
    }

.mega-item ul {
    list-style: none;
    padding: 0;
    margin-top: 8px;
}

    .mega-item ul li a {
        display: block;
        padding: 3px 0;
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

        .mega-item ul li a:hover {
            color: #0a7f6f;
        }

/* Chevron */
.chevron {
    font-size: 12px;
    margin-left: 6px;
    transition: transform .25s ease;
}

.mega-dropdown.show .chevron {
    transform: rotate(180deg);
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 991px) {
    .mega-menu {
        display: none !important;
    }
}
/* Desktop: neutralize container */
@media (min-width: 992px) {
    .navbar-wrap {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse {
        justify-content: center;
    }

    .navbar-nav {
        margin: 0 auto;
    }
}
/*------------Tile Slider--------------*/
.slider-root {
    width: 100%;
}

.slice-slider {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

@media(max-width:991px) {
    .slice-slider {
        height: 30vh;
    }

    .middlebar {
        display: none;
    }
}
/* slice */
.slice {
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    transform: translateY(-100%);
    animation: drop 0.9s ease forwards;
}

@keyframes drop {
    to {
        transform: translateY(0);
    }
}

.nav-ic {
    height: 24px;
}

/* ================= FILTER ================= */
.filter-bar {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 24px;
}

.filter-list {
    display: flex;
    gap: 12px;
    white-space: nowrap;
    padding: 6px 10px;
}

.filter-btn {
    border: 1px solid #0a7f6f;
    background: #fff;
    color: #0a7f6f;
    padding: 6px 16px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
}

    .filter-btn.active {
        background: #0a7f6f;
        color: #fff;
    }

/* desktop wrap */
@media (min-width: 992px) {
    .filter-bar {
        overflow-x: visible;
    }

    .filter-list {
        flex-wrap: wrap;
        justify-content: center;
        white-space: normal;
    }
}

/* ================= GRID ================= */
.grid-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 12px;
}

/* 5 columns desktop */
@media (min-width: 1200px) {
    .grid-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}

.grid-item {
    text-align: center;
    transition: transform .25s ease, opacity .25s ease;
}

    .grid-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 6px;
    }

    .grid-item h6 {
        margin-top: 10px;
        font-size: 15px;
    }

    /* hide animation */
    .grid-item.hide {
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none;
        position: absolute;
    }

.filter-head {
    color: #0A7F6F;
}
/*-------Lounge Section----------*/
.lounge-section {
    background: #fff;
}

.lounge-bg {
    background: #f5f7f6;
}

.lounge-wrapper {
    min-height: 380px;
}

.arrow-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    transition: all 0.3s ease;
}

    .arrow-btn svg {
        transition: transform 0.3s ease;
    }

    .arrow-btn:hover {
        background: #000;
        color: #fff;
    }

        .arrow-btn:hover svg {
            transform: translateX(4px);
        }

/* Mobile tweaks */
@media (max-width: 991px) {
    .lounge-wrapper {
        border-radius: 1rem;
    }

        .lounge-wrapper img {
            height: auto;
        }
}
/*----Swiper Product Slider----*/
.product-card {
    background: #637a76; /* muted soft background similar to your image */
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 300px;
    margin: auto;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }

.product-img {
    position: relative;
    overflow: hidden;
    background-color: #637a76; /* golden frame color */
    padding: 8px; /* thickness of top/side strips */
    border-radius: 12px 12px 0 0; /* rounded top corners only */
}

    .product-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        border-radius: 4px; /* small rounding so inner image looks neat */
        transition: transform 0.4s ease;
    }

.product-card:hover img {
    transform: scale(1.05);
}

.product-img .arrow {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    background: #d4af37; /* golden accent like the decor piece */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0;
    transition: 0.3s;
}

.product-card:hover .arrow {
    opacity: 1;
}

.product-info {
    padding: 15px;
    text-align: center;
}

    .product-info small {
        color: #eee; /* subtle muted text */
    }

    .product-info p {
        color: #fff; /* bright text on muted background */
        margin: 6px 0;
        font-weight: 500;
    }

.price {
    font-weight: 700;
    color: #fff;
}

    .price .old {
        text-decoration: line-through;
        color: rgba(255,255,255,0.6);
        font-weight: 400;
        margin-left: 6px;
    }

    .price .off {
        color: #ffd700; /* golden discount like the accent */
        font-weight: 600;
        margin-left: 6px;
    }

.product-slider-wrap {
    padding: 0 48px; /* space for arrows */
}

/* Arrow buttons */
.slider-btn {
    position: absolute; /* ✅ REQUIRED */
    top: 50%; /* ✅ REQUIRED */
    transform: translateY(-50%); /* ✅ REQUIRED */

    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #54958c;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease;
}
/* Left & right placement ONLY */
.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}



    /* Arrow SVG */
.slider-btn svg {
    width: 20px;
    height: 20px;
    display: block; /* ✅ IMPORTANT */
    stroke: #fff;
    stroke-width: 2.8;
    fill: none;
}

    /* Hover */
    .slider-btn:hover {
        background: #000;
    }

        .slider-btn:hover svg {
            stroke: #fff;
        }

/* Mobile – hide arrows */
@media (max-width: 768px) {
    .slider-btn {
        display: none;
    }

    .product-slider-wrap {
        padding: 0;
    }
}
.vw-btn {
    color: #54958c;
}
.consultation-banner {
    background: #cdf5ef;
}

/* Button */
.consult-btn {
    background: #fff;
    color: #000;
    padding: 12px 18px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    text-decoration: none;
}

    .consult-btn:hover {
        background: #f8f8f8;
    }

/* Arrow */
.arrow-circle {
    width: 36px;
    height: 36px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
/*==============Call To Action=========*/
/* Image handling */
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .consultation-banner {
        text-align: center;
    }

    .consult-btn {
        justify-content: center;
    }
}


/*=========Footer Design================*/
.site-footer {
    background: linear-gradient(135deg, #195E7F, #1A4B6A);
    color: #fff;
    font-size: 14px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-col h4 {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
}

.footer-col a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 6px;
}

.footer-col p {
    line-height: 1.6;
}

.app-links img {
    height: 40px;
    margin-right: 10px;
}

.cin {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

.footer-middle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

    .footer-middle h4 {
        margin-bottom: 8px;
    }

    .footer-middle p {
        color: #fff;
        line-height: 1.6;
    }

.more {
    color: #fff;
    cursor: pointer;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1.3fr;
    align-items: center;
    gap: 20px;
}

.footer-legal a {
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
}

.footer-legal p {
    margin-top: 8px;
    font-size: 13px;
}

.footer-payments img {
    height: 28px;
    margin-right: 10px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    text-decoration: none;
    font-size: 14px;
}
/*============Call to Action Widget============*/
/* FLOATING BUTTON */
.help-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #0a7f6f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    z-index: 9999;
}

/* POPUP */
.help-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    padding: 14px;
    display: none;
    z-index: 9999;
}

/* HEADER */
.help-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .help-header .close {
        cursor: pointer;
        font-size: 22px;
    }

/* OPTIONS */
.help-option {
    display: flex;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
    cursor: pointer;
}

    .help-option strong {
        font-size: 14px;
    }

    .help-option small {
        display: block;
        font-size: 12px;
        color: #666;
    }

/* COLORS */
.highlight {
    color: #e85d04;
}

.whatsapp {
    color: #25d366;
}

.store {
    color: #e85d04;
}

/* CTA */
.help-cta {
    background: #0a7f6f;
    color: #fff;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

    .help-cta span {
        display: block;
        font-weight: 400;
        font-size: 13px;
    }
