:root {

    --primary: #0f766e;
    --secondary: #f59e0b;
    --dark: #111827;
    --gray: #6b7280;
    --light: #f8fafc;
    --white: #ffffff;

}

body {

    font-family: 'Inter', sans-serif;
    background: #f8fafc;
    color: #111827;

}

a {
    text-decoration: none;
}

.top-bar {

    background: #0f766e;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;

}

.top-bar a {

    color: #fff;

}

.navbar-brand {

    font-size: 30px;
    font-weight: 800;

}

.search-box {
    width: 100%;
    max-width: 450px;
}

.search-box input {

    height: 50px;
    border-radius: 12px;

}

.icon-btn {

    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111827;

}

.btn-theme {

    background: #0f766e;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;

}

.btn-theme:hover {

    background: #115e59;
    color: white;

}

.footer-section {

    background: #111827;
    color: white;
    padding: 80px 0;

}

.footer-section h5 {

    margin-bottom: 20px;

}

.footer-section ul {

    list-style: none;
    padding: 0;

}

.footer-section li {

    margin-bottom: 10px;

}

.footer-section a {

    color: #d1d5db;

}

.hero-section {
    padding: 100px 0;
    background: #ffffff;
}

/* .hero-badge {
    background: #ecfdf5;
    color: #0f766e;
    padding: 10px 18px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
} */

.hero-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-description {
    color: #6b7280;
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn-outline-theme {
    border: 1px solid #0f766e;
    color: #0f766e;
    padding: 12px 25px;
    border-radius: 10px;
}

.hero-banner img {
    width: 100%;
}

.category-section {
    padding: 80px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 38px;
    font-weight: 800;
}

.category-card {
    background: white;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    transition: .3s;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0f766e;
}

.category-card:hover {
    transform: translateY(-8px);
}

.category-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.product-section {
    padding: 80px 0;
}

.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    transition: .3s;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.product-body {
    padding: 20px;
}

.product-body h5 {
    font-size: 16px;
    min-height: 48px;
}

.price-area {
    margin: 15px 0;
}

.sale-price {
    color: #0f766e;
    font-size: 20px;
    font-weight: 700;
}

.old-price {
    color: #9ca3af;
    text-decoration: line-through;
    margin-left: 10px;
}

.bg-light-custom {
    background: #f8fafc;
}

/* WHY US */

.why-us-section {
    padding: 90px 0;
    background: #ffffff;
}

.feature-card {
    background: #fff;
    text-align: center;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    height: 100%;
    transition: .3s;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card i {
    font-size: 45px;
    color: #0f766e;
    margin-bottom: 15px;
}

/* BRANDS */

.brands-section {
    padding: 90px 0;
    background: #f8fafc;
}

.brand-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.brand-card img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

/* TESTIMONIAL */

.testimonial-section {
    padding: 90px 0;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    height: 100%;
}

.testimonial-card p {
    color: #6b7280;
    margin-bottom: 20px;
}

.testimonial-card h6 {
    font-weight: 700;
}

/* NEWSLETTER */

.newsletter-section {
    padding: 90px 0;
}

.newsletter-box {
    background: #0f766e;
    color: #fff;
    border-radius: 30px;
    padding: 60px;
    text-align: center;
}

.newsletter-input {
    height: 55px;
    border: none;
    border-radius: 12px;
}

/* FOOTER IMPROVEMENT */

.footer-section {
    margin-top: 0;
}

.footer-section ul li a {
    transition: .3s;
}

.footer-section ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.empty-data {
    background: #fff;
    border: 2px dashed #d1d5db;
    border-radius: 16px;
    padding: 50px;
    text-align: center;
    color: #6b7280;
    font-size: 18px;
}

/* .hero-slider-section {
    background: #f8fafc;
} */

/* .hero-slide {
    padding: 80px 0;
} */

/* .hero-slide-image {
    border-radius: 25px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
} */

/* .carousel-control-prev,
.carousel-control-next {
    width: 5%;
} */

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0f766e;
    border-radius: 50%;
    padding: 20px;
} */

.floating-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 9999;
}

.floating-cart {
    position: fixed;
    right: 25px;
    bottom: 95px;
    width: 60px;
    height: 60px;
    background: #0f766e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 9999;
}

/* //hero slider section */

.hero-slider-section {
    position: relative;
}

.hero-slide {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .75) 0%,
            rgba(0, 0, 0, .55) 40%,
            rgba(0, 0, 0, .20) 100%);
}

.hero-content {
    position: relative;
    z-index: 5;

    max-width: 650px;

    padding-top: 180px;

    color: #fff;
}

.hero-content .hero-title {
    color: #fff;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-content .hero-description {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-badge {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    backdrop-filter: blur(10px);
}

.carousel-control-prev,
.carousel-control-next {
    width: 7%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0f766e;
    border-radius: 50%;
    padding: 20px;
}

.mega-dropdown {
    position: static;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 30px;
    border: none;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.mega-menu h6 {
    font-weight: 700;
    margin-bottom: 15px;
}

.mega-menu a {
    display: block;
    padding: 8px 0;
    color: #6b7280;
}

.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ef4444;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    transition: .4s;
}

.product-card:hover img {
    transform: scale(1.08);
}

.quick-view-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #0f766e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: .3s;
}

.product-card:hover .quick-view-btn {
    bottom: 15px;
}

/* STICKY BOTTOM MOBILE NAVIGATION & FLOATING ACTIONS */

.mobile-nav {
    display: none;
}

@media(max-width:768px) {
    body {
        padding-bottom: 75px; /* Prevent content from being hidden behind sticky bar */
    }

    .mobile-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8px 0;
        box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.08);
        z-index: 1040;
    }

    .mobile-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #6b7280;
        font-size: 11px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .mobile-nav a i {
        font-size: 22px;
        margin-bottom: 2px;
        transition: transform 0.2s ease;
    }

    .mobile-nav a.active {
        color: #0f766e;
    }

    .mobile-nav a.active i {
        transform: translateY(-2px);
    }

    /* Shift floating action buttons upwards to avoid overlaying mobile sticky navbar */
    .floating-whatsapp {
        bottom: 85px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 24px !important;
    }

    .floating-cart {
        bottom: 145px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
    }
}

/* OUTLINE THEMED BUTTON */
.btn-outline-theme {
    border: 1.5px solid #0f766e;
    color: #0f766e;
    background: transparent;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-theme:hover {
    background: #0f766e;
    color: #ffffff;
}

/* SEARCH SUGGESTION DROPDOWN */
.search-container {
    position: relative;
}

.search-suggestions-dropdown {
    top: 100%;
    z-index: 1050;
    max-height: 450px;
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,0.08);
}

.search-suggestions-dropdown::-webkit-scrollbar {
    width: 6px;
}
.search-suggestions-dropdown::-webkit-scrollbar-thumb {
    background-color: #e5e7eb;
    border-radius: 4px;
}

.suggestion-group-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f3f4f6;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.suggestion-item:hover {
    background-color: #f3f4f6;
    color: #0f766e;
}

.suggestion-item i {
    font-size: 16px;
    color: #9ca3af;
}

.suggestion-item img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
}

/* FLASH SALE TIMER & LAYOUTS */
.countdown-wrapper .countdown-item {
    min-width: 44px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.countdown-wrapper .countdown-item span {
    font-size: 15px;
    font-variant-numeric: tabular-nums;
}

.countdown-wrapper .countdown-item small {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.7);
}

.product-horizontal-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f1f5f9;
}

.product-horizontal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07) !important;
}

.product-horizontal-card img {
    transition: transform 0.4s ease;
}

.product-horizontal-card:hover img {
    transform: scale(1.05);
}

.animate-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* CATEGORY SWIPER INITIALIZATIONS */
.categories-prev, .categories-next {
    color: #0f766e !important;
    transition: all 0.2s ease;
}

.categories-prev::after, .categories-next::after {
    font-size: 16px !important;
    font-weight: bold;
}

.categories-prev:hover, .categories-next:hover {
    background-color: #0f766e !important;
    color: #ffffff !important;
}

/* TOP DEALS BANNER */
.offer-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.offer-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.92) 0%, rgba(17, 94, 89, 0.96) 100%);
    z-index: -1;
}

/* PRODUCT TAB NAVIGATION PILLS */
#productCollectionsTab .nav-link {
    background-color: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    transition: all 0.25s ease;
}

#productCollectionsTab .nav-link:hover {
    color: #0f766e;
    border-color: #0f766e;
}

#productCollectionsTab .nav-link.active {
    background-color: #0f766e !important;
    color: #ffffff !important;
    border-color: #0f766e !important;
}

/* AMAZON-STYLE PRODUCT GRID CARD */
.amazon-style-card {
    border: 1px solid #f1f5f9;
}

.amazon-style-card .rating-stars i {
    margin-right: 2px;
}

/* PREMIUM EMPTY STATES */
.empty-state-section {
    background-color: #ffffff;
    border: 2px dashed #e2e8f0 !important;
    border-radius: 20px;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
}

.empty-state-section:hover {
    border-color: #cbd5e1 !important;
}

.empty-state-section .empty-icon {
    width: 70px;
    height: 70px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.empty-state-section .empty-icon i {
    font-size: 32px;
    color: #64748b;
}

.empty-state-section h5 {
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 8px;
}

.empty-state-section p {
    color: #64748b;
    font-size: 14px;
}