/*
Custom Css
*/

/* Theme Color Variables - Will be overridden by PHP in header */
:root {
    --primary-color: var(--topbar-color, #9d6c34);
    --primary-color-dark: var(--topbar-color, #9d6c34);
    --primary-color-darker: var(--topbar-color, #9d6c34);
    --primary-color-light: var(--topbar-color-light, #b88a4f);
}

/* Logo Styles */
.navbar-brand {
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.logo-image-wrapper {
    flex-shrink: 0;
}

.logo-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.navbar-brand:hover .logo-img {
    transform: scale(1.05);
}

.logo-text h1 {
    line-height: 1.2;
    font-size: 1.5rem;
}

.logo-text .text-primary {
    color: var(--primary-color) !important;
}

@media (max-width: 768px) {
    .logo-img {
        width: 50px;
        height: 50px;
    }
    
    .logo-text h1 {
        font-size: 1.25rem;
    }
    
    .logo-text p {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .logo-img {
        width: 45px;
        height: 45px;
    }
    
    .logo-text h1 {
        font-size: 1.1rem;
    }
}

/* Dark Mode Styles */

/* Override Bootstrap navbar-light for main-navbar */
.navbar.navbar-expand-lg.navbar-light.shadow.main-navbar {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%) !important;
}

/* Dark Mode Toggle Button */

/* Ensure images maintain visibility in dark mode */

/* Form styling for dark mode */

/* ============================================
   THEME GLOW EFFECTS FOR DARK MODE
   ============================================ */

/* Cards with theme glow */

/* Buttons with theme glow */

/* Form controls with theme glow */

/* Alerts with theme glow */

/* Badges with theme glow */

/* Modals with theme glow */

/* Tables with theme glow */

/* Pagination with theme glow */

/* Dropdown menus with theme glow */

/* List groups with theme glow */

/* Accordion with theme glow */

/* ============================================
   SHOP SIDEBAR - MODERN DESIGN
   ============================================ */

/* Shop Sidebar Container */
.shop-sidebar {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    transition: all 0.3s ease;
}

.shop-sidebar:hover {
    box-shadow: 0 6px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
}

/* Shop Sidebar Title */
.shop-sidebar-title {
    color: var(--topbar-color, #9d6c34);
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    margin-bottom: 0;
    text-align: left;
}

/* Shop Sidebar Content */
.shop-sidebar-content {
    margin-top: 10px;
    text-align: left;
}

/* Category Item */
.category-item {
    margin-bottom: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.category-header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    gap: 8px;
}

/* Category Link - Base Styles */
.category-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border: 1px solid transparent;
    flex: 1;
    font-weight: 500;
    font-size: 0.95rem;
    text-align: left;
    gap: 10px;
    position: relative;
    min-height: 50px;
    box-sizing: border-box;
    width: 100%;
}

.category-link i {
    font-size: 0.9rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 0;
}

/* Text content wrapper */
.category-link > span:not(.category-badge) {
    flex: 1;
    text-align: left;
    display: block;
    min-width: 0;
}

/* Push badge to the right */
.category-badge {
    flex-shrink: 0;
    margin-left: auto;
}

/* Category Link - Hover State */
.category-link:hover {
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.1) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.05) 100%);
    border-color: rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    color: var(--topbar-color, #9d6c34);
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
}

/* Category Link - Active State */
.category-link.active {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    color: #ffffff;
    border-color: var(--topbar-color, #9d6c34);
    box-shadow: 0 4px 12px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.category-link.active:hover {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    transform: translateX(5px);
    box-shadow: 0 6px 16px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

/* Category Badge */
.category-badge {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    color: var(--topbar-color, #9d6c34);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 30px;
    text-align: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: auto;
}

.category-link.active .category-badge {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.category-link:hover .category-badge {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.25);
    transform: scale(1.1);
}

/* Category Toggle Button */
.category-toggle {
    background: transparent;
    border: none;
    color: var(--topbar-color, #9d6c34);
    padding: 8px 12px;
    margin-left: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    flex-shrink: 0;
    align-self: center;
    min-width: 40px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-toggle:hover {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    color: var(--topbar-color, #9d6c34);
    transform: scale(1.1);
}

.category-toggle i {
    transition: transform 0.3s ease;
}

/* Category Subcategories Container */
.category-subcategories {
    margin-top: 8px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
}

/* Subcategory Link - Base Styles */
.subcategory-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
    color: #666;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    margin-bottom: 4px;
    background: transparent;
    text-align: left;
    gap: 8px;
    position: relative;
}

.subcategory-link i {
    font-size: 0.6rem;
    width: 15px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 0;
}

/* Text content wrapper */
.subcategory-link > span:not(.subcategory-badge) {
    flex: 1;
    text-align: left;
    display: block;
    min-width: 0;
}

/* Push badge to the right */
.subcategory-badge {
    flex-shrink: 0;
    margin-left: auto;
}

/* Subcategory Link - Hover State */
.subcategory-link:hover {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.08);
    color: var(--topbar-color, #9d6c34);
    padding-left: 18px;
    transform: translateX(5px);
}

/* Subcategory Link - Active State */
.subcategory-link.active {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    color: var(--topbar-color, #9d6c34);
    font-weight: 600;
    border-left: 3px solid var(--topbar-color, #9d6c34);
    padding-left: 15px;
}

/* Subcategory Badge */
.subcategory-badge {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    color: var(--topbar-color, #9d6c34);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    min-width: 25px;
    text-align: center;
    flex-shrink: 0;
    margin-left: auto;
}

.subcategory-link.active .subcategory-badge {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.25);
}

/* Shop Sidebar - Responsive Styles */
@media (max-width: 992px) {
    .shop-sidebar {
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    
    .shop-sidebar-title {
        font-size: 1.3rem;
        padding-bottom: 12px;
    }
    
    .category-link {
        padding: 10px 12px;
        font-size: 0.9rem;
        min-height: 48px;
    }
}

@media (max-width: 768px) {
    .shop-sidebar {
        padding: 18px 12px;
        border-radius: 12px;
    }
    
    .shop-sidebar-title {
        font-size: 1.2rem;
        padding-bottom: 10px;
    }
    
    .category-link {
        padding: 10px 12px;
        font-size: 0.85rem;
        min-height: 46px;
    }
    
    .subcategory-link {
        padding: 6px 10px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .shop-sidebar {
        padding: 15px 10px;
    }
    
    .shop-sidebar-title {
        font-size: 1.1rem;
    }
    
    .category-link {
        padding: 8px 10px;
        font-size: 0.8rem;
        min-height: 44px;
    }
    
    .category-badge {
        font-size: 0.7rem;
        padding: 3px 8px;
        min-width: 25px;
    }
    
    .subcategory-link {
        padding: 6px 8px;
        font-size: 0.8rem;
    }
    
    .subcategory-badge {
        font-size: 0.65rem;
        padding: 2px 6px;
        min-width: 20px;
    }
}



/* Enhanced Product Cards */
.product-card {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25),
                0 2px 10px rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.05) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.product-card:hover::before {
    opacity: 1;
}

.product-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4),
                0 10px 30px rgba(0, 0, 0, 0.4),
                inset 0 0 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: brightness(0.95);
}

.product-card:hover .product-image {
    transform: scale(1.15);
    filter: brightness(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(var(--glow-color-rgb, 157, 108, 52), 0.9) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.95) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(2px);
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-actions {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.product-action-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--topbar-color, #9d6c34);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3),
                0 0 10px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 1.1rem;
}

.product-action-btn:hover {
    background: #ffffff;
    color: var(--topbar-color, #9d6c34);
    transform: scale(1.2) rotate(8deg);
    box-shadow: 0 8px 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.5),
                0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.product-badge {
    position: absolute;
    top: 15px;
    padding: 8px 14px;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 3;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3),
                0 0 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.product-badge-featured {
    left: 15px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #1a1a1a;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.product-badge-outstock {
    right: 15px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.product-card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.product-category {
    margin-bottom: 10px;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
}

.category-link:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(var(--glow-color-rgb, 157, 108, 52), 0.6);
    transform: translateX(2px);
}

.category-separator {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 6px;
    font-weight: 300;
}

.product-title {
    margin: 0 0 12px 0;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.3;
    min-height: 0.2em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: -0.02em;
}

.product-title a {
    color: var(--body-slider-color, #f9e8ce);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    /* text-shadow: 0 2px 10px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4),
                 0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2),
                 0 1px 3px rgba(0, 0, 0, 0.3); */
    background: linear-gradient(135deg, var(--body-slider-color, #f9e8ce) 0%, var(--body-slider-color, #f9e8ce) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.product-title a:hover {
    background: linear-gradient(135deg, var(--body-slider-color, #f9e8ce) 0%, var(--body-slider-color, #f9e8ce) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.8),
                 0 0 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4),
                 0 2px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px) scale(1.02);
}

.product-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
    font-weight: 400;
}

.product-rating {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-rating i {
    color: #FFD700;
    font-size: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.product-rating .far.fa-star {
    color: rgba(255, 255, 255, 0.3);
}

.rating-value {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    margin-left: 6px;
    font-weight: 600;
}

.product-price {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.price-current {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(var(--glow-color-rgb, 157, 108, 52), 0.5),
                 0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    letter-spacing: -0.5px;
}

.price-compare {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
    font-weight: 500;
}

.price-discount {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4),
                0 0 10px rgba(40, 167, 69, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    color: var(--white-text-color, #ffffff);
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* box-shadow: 0 6px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4),
                0 0 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2); */
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.product-view-btn span,
.product-view-btn i {
    color: var(--white-text-color, #ffffff);
}

.product-view-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.product-view-btn:hover::before {
    left: 100%;
}

.product-view-btn:hover {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.6),
                0 0 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
    color: var(--white-text-color, #ffffff);
    border-color: rgba(255, 255, 255, 0.3);
}

.product-view-btn:hover span,
.product-view-btn:hover i {
    color: var(--white-text-color, #ffffff);
}

.product-view-btn i {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 4px;
}

.product-view-btn:hover i {
    transform: translateX(8px) scale(1.1);
}



/* Product Detail Page Styling */
.product-detail-section {
    background: linear-gradient(135deg, var(--body-slider-color, #f9e8ce) 0%, var(--body-slider-color, #f9e8ce) 100%);
    padding: 40px 0;
}

.product-image-main {
    position: relative;
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3),
                0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-image-main:hover .product-main-image {
    transform: scale(1.05);
}

.product-featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #333;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    z-index: 2;
}

.product-thumbnails {
    margin-top: 15px;
}

.thumbnail-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.thumbnail-item {
    flex: 0 0 calc(20% - 8px);
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.thumbnail-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
}

.thumbnail-item.active {
    border-color: var(--topbar-color, #9d6c34);
    box-shadow: 0 4px 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

.thumbnail-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

.product-info-card {
    background: linear-gradient(135deg, var(--body-slider-color, #f9e8ce) 0%, var(--body-slider-color, #f9e8ce) 100%);
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3),
                0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-header {
    border-bottom: 2px solid rgba(58, 42, 26, 0.2);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.product-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--header-footer-color, #3a2a1a) !important;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-shadow: none;
}

.product-sku {
    color: var(--header-footer-color, #3a2a1a) !important;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.product-sku i {
    color: var(--topbar-color, #9d6c34);
}

.product-rating-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rating-stars {
    display: flex;
    gap: 3px;
}

.rating-stars i {
    color: #FFD700;
    font-size: 1.1rem;
}

.rating-stars .far.fa-star {
    color: #ddd;
}

.rating-value {
    color: var(--header-footer-color, #3a2a1a);
    font-size: 0.95rem;
    font-weight: 600;
}

.review-count {
    color: var(--topbar-color, #9d6c34);
    font-weight: 500;
}

.product-price-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-price-section .price-current {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--header-footer-color, #3a2a1a);
    text-shadow: none;
    letter-spacing: -0.5px;
}

.product-price-section .price-compare {
    font-size: 1.5rem;
    color: rgba(58, 42, 26, 0.6);
    text-decoration: line-through;
}

.product-price-section .price-discount {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.product-meta {
    margin: 25px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(58, 42, 26, 0.2);
}

.meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.meta-item:last-child {
    margin-bottom: 0;
}

.meta-label {
    font-weight: 600;
    color: var(--header-footer-color, #3a2a1a);
    min-width: 120px;
    margin-right: 15px;
}

.meta-label i {
    color: var(--topbar-color, #9d6c34);
}

.meta-value {
    flex: 1;
}

.category-link {
    color: var(--topbar-color, #9d6c34);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-link:hover {
    color: var(--topbar-color, #9d6c34);
    text-decoration: underline;
}

.separator {
    color: rgba(58, 42, 26, 0.5);
    margin: 0 5px;
}

.stock-badge {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.stock-badge.in-stock {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.stock-badge.out-stock {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.quantity-section {
    margin: 25px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(58, 42, 26, 0.2);
}

.quantity-label {
    display: block;
    font-weight: 600;
    color: var(--header-footer-color, #3a2a1a);
    margin-bottom: 10px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qty-btn {
    width: 45px;
    height: 45px;
    border: 2px solid var(--topbar-color, #9d6c34);
    background: rgba(255, 255, 255, 0.8);
    color: var(--header-footer-color, #3a2a1a);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.qty-btn:hover {
    background: var(--topbar-color, #9d6c34);
    color: #ffffff;
    transform: scale(1.1);
}

.qty-value {
    min-width: 50px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--header-footer-color, #3a2a1a);
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid var(--topbar-color, #9d6c34);
    border-radius: 10px;
}

.action-buttons {
    margin-top: 25px;
}

.btn-whatsapp {
    width: 100%;
    padding: 15px 30px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-whatsapp:hover:not(:disabled) {
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #ffffff;
}

.btn-whatsapp:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Product Tabs Section Enhanced */
.product-tabs-section {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    padding: 60px 0;
}

.tabs-wrapper {
    background: linear-gradient(135deg, var(--body-slider-color, #f9e8ce) 0%, var(--body-slider-color, #f9e8ce) 100%);
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15),
                0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    overflow: hidden;
}

.product-tabs {
    border-bottom: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    background: linear-gradient(to bottom, rgba(var(--glow-color-rgb, 157, 108, 52), 0.08) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.03) 100%);
    padding: 0 20px;
    margin: 0;
    border-radius: 20px 20px 0 0;
}

.product-tabs .nav-item {
    margin: 0;
}

.product-tabs .nav-link {
    color: var(--header-footer-color, #3a2a1a);
    border: none;
    border-bottom: 3px solid transparent;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    opacity: 0.7;
}

.product-tabs .nav-link i {
    font-size: 1.1rem;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.product-tabs .nav-link:hover {
    color: var(--topbar-color, #9d6c34);
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.12);
    transform: translateY(-2px);
    opacity: 1;
    box-shadow: 0 4px 12px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
}

.product-tabs .nav-link:hover i {
    transform: scale(1.15) rotate(5deg);
    color: var(--topbar-color, #9d6c34);
}

.product-tabs .nav-link.active {
    color: var(--topbar-color, #9d6c34);
    border-bottom-color: var(--topbar-color, #9d6c34);
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.18);
    box-shadow: 0 -4px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.25),
                inset 0 2px 5px rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    opacity: 1;
    font-weight: 700;
}

.product-tabs .nav-link.active i {
    color: var(--topbar-color, #9d6c34);
    transform: scale(1.15);
}

.badge-count {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    color: var(--topbar-color, #9d6c34);
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 8px;
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    box-shadow: 0 2px 5px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
}

.product-tabs .nav-link.active .badge-count {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    border-color: rgba(var(--glow-color-rgb, 157, 108, 52), 0.5);
    box-shadow: 0 2px 8px rgba(var(--glow-color-rgb, 157, 108, 52), 0.25);
}

.product-tab-content {
    padding: 40px;
    background: transparent;
    min-height: 400px;
    color: var(--header-footer-color, #3a2a1a);
}

/* Tab Content Blocks */
.tab-content-block {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.tab-content-block:hover {
    box-shadow: 0 8px 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2),
                0 2px 10px rgba(0, 0, 0, 0.1);
    border-color: rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
    transform: translateY(-2px);
}

.content-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
}

.content-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.15) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.08) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--topbar-color, #9d6c34);
    font-size: 1.2rem;
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    box-shadow: 0 2px 8px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    transition: all 0.3s ease;
}

.content-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(var(--glow-color-rgb, 157, 108, 52), 0.25);
}

.content-title {
    color: var(--header-footer-color, #3a2a1a);
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: -0.01em;
}

.content-body {
    color: var(--header-footer-color, #3a2a1a);
    line-height: 1.8;
    font-size: 1rem;
    opacity: 0.9;
}

.content-body p {
    margin-bottom: 15px;
}

.content-body p:last-child {
    margin-bottom: 0;
}

/* Box Items List */
.box-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-items-list li {
    padding: 12px 15px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border-left: 4px solid var(--topbar-color, #9d6c34);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    color: var(--header-footer-color, #3a2a1a);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.box-items-list li:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    border-left-width: 5px;
}

.box-items-list li i {
    color: var(--topbar-color, #9d6c34);
    font-size: 0.9rem;
    margin-right: 10px;
}

/* Specifications Table */
.specs-table-wrapper {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
}

.specs-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.specs-table tbody tr {
    border-bottom: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    transition: all 0.3s ease;
}

.specs-table tbody tr:last-child {
    border-bottom: none;
}

.specs-table tbody tr:hover {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
}

.specs-table th {
    padding: 18px 20px;
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.12);
    color: var(--header-footer-color, #3a2a1a);
    font-weight: 700;
    font-size: 0.95rem;
    width: 40%;
    vertical-align: middle;
    border-right: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
}

.specs-table th i {
    color: var(--topbar-color, #9d6c34);
    font-size: 0.9rem;
}

.specs-table td {
    padding: 18px 20px;
    color: var(--header-footer-color, #3a2a1a);
    font-size: 0.95rem;
    vertical-align: middle;
    opacity: 0.9;
}

.spec-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.spec-badge-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #ffffff;
}

.spec-badge-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #ffffff;
}

.spec-badge-warning {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #333;
}

.spec-badge-secondary {
    background: #6c757d;
    color: #ffffff;
}

.separator {
    color: #999;
    margin: 0 5px;
}

/* Info Items */
.info-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
}

.info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.info-item-title {
    color: var(--topbar-color, #9d6c34);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.info-item-title i {
    font-size: 1rem;
    margin-right: 8px;
}

.info-item p {
    color: var(--header-footer-color, #3a2a1a);
    line-height: 1.7;
    margin: 0;
    opacity: 0.9;
}

.keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.keyword-tag {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--topbar-color, #9d6c34);
    border-radius: 20px;
    font-size: 0.85rem;
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.keyword-tag:hover {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    color: var(--topbar-color, #9d6c34);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    border-color: rgba(var(--glow-color-rgb, 157, 108, 52), 0.5);
}

/* Reviews Section */
.reviews-header {
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.reviews-summary {
    display: flex;
    justify-content: center;
}

.rating-display {
    text-align: center;
}

.rating-score {
    margin-bottom: 15px;
}

.rating-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--topbar-color, #9d6c34);
    text-shadow: 0 2px 10px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
}

.rating-max {
    font-size: 1.5rem;
    color: rgba(58, 42, 26, 0.6);
    margin-left: 5px;
}

.rating-stars-large {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.rating-stars-large i {
    font-size: 1.5rem;
    color: #FFD700;
}

.rating-stars-large .far.fa-star {
    color: rgba(58, 42, 26, 0.3);
}

.rating-count {
    color: var(--header-footer-color, #3a2a1a);
    font-size: 0.95rem;
    margin: 0;
    opacity: 0.8;
}

.reviews-coming-soon,
.no-reviews {
    text-align: center;
    padding: 60px 20px;
}

.coming-soon-card,
.no-reviews-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 50px 30px;
    border: 2px dashed rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.coming-soon-icon {
    font-size: 4rem;
    color: var(--topbar-color, #9d6c34);
    margin-bottom: 20px;
    opacity: 0.7;
}

.coming-soon-card h5,
.no-reviews-card h5 {
    color: var(--header-footer-color, #3a2a1a);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.coming-soon-card p,
.no-reviews-card p {
    color: var(--header-footer-color, #3a2a1a);
    margin-bottom: 25px;
    font-size: 1rem;
    opacity: 0.8;
}

.no-reviews-card i {
    font-size: 4rem;
    color: var(--topbar-color, #9d6c34);
    margin-bottom: 20px;
    opacity: 0.4;
}

.btn-review-write {
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    color: #ffffff;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    display: inline-flex;
    align-items: center;
}

.btn-review-write:hover {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
    color: #ffffff;
}

/* Related Products Section */
.related-products-section {
    background: linear-gradient(135deg, var(--body-slider-color, #f9e8ce) 0%, var(--body-slider-color, #f9e8ce) 100%);
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--body-slider-color, #f9e8ce);
    text-shadow: 0 2px 10px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4),
                 0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    margin-bottom: 10px;
}

.section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}





/* Footer Theme Theme */
.footer-theme {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 50%, var(--topbar-color, #9d6c34) 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer-theme::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.footer-brand {
    margin-bottom: 25px;
    color: #ffffff !important;
}

.footer-brand h2,
.footer-brand .footer-logo,
.footer-brand p,
.footer-brand .footer-tagline {
    color: #ffffff !important;
}

.footer-logo {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.95rem;
    margin: 0;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact-list i {
    color: #ffffff;
    font-size: 1.1rem;
    margin-top: 3px;
    min-width: 20px;
}

.footer-contact-list span,
.footer-contact-list a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
    flex: 1;
}

.footer-contact-list a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.footer-heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-list li {
    margin-bottom: 12px;
}

.footer-link-list a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.footer-link-list a i {
    font-size: 0.7rem;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.footer-link-list a:hover {
    color: #ffffff;
    transform: translateX(5px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.footer-link-list a:hover i {
    opacity: 1;
    transform: translateX(3px);
}

.footer-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    margin: 30px 0;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-label {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.95rem;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.social-icons li {
    margin: 0;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-icons a:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.footer-subscribe {
    text-align: right;
}

.subscribe-label {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.subscribe-input-group {
    display: flex;
    gap: 0;
    max-width: 400px;
    margin-left: auto;
}

.subscribe-input {
    flex: 1;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px 0 0 50px;
    color: #ffffff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.subscribe-btn {
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    border-radius: 0 50px 50px 0;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.subscribe-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.05);
}

.footer-copyright {
    background: rgba(241, 241, 241, 0.3);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
    color: #ffffff !important;
    margin: 0;
    font-size: 0.9rem;
}

.copyright-text a {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copyright-text a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

/* Dark Mode Footer */

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-subscribe {
        text-align: left;
        margin-top: 20px;
    }
    
    .subscribe-input-group {
        margin-left: 0;
        max-width: 100%;
    }
    
    .footer-social {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Contact Page Styling */
.contact-hero {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    padding: 80px 0 60px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.contact-badge {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 25px;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.contact-badge:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #ffffff !important;
}

.contact-subtitle {
    font-size: 1.25rem;
    color: #ffffff !important;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

.contact-section {
    background: var(--body-slider-color, #f9e8ce);
    padding: 60px 0 !important;
}

.contact-section .container {
    max-width: 1200px;
}

.contact-form-card {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2),
                0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-form-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15),
                0 0 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.12);
    transform: translateY(-3px);
}

.form-card-header {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    padding: 35px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.form-card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.form-card-title {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #ffffff !important;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.form-card-title i {
    color: rgba(255, 255, 255, 0.9);
    margin-right: 10px;
}

.form-card-subtitle {
    color: #ffffff !important;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.form-card-body {
    padding: 35px;
    background: transparent;
}

.form-label {
    font-weight: 700;
    color: #381d18 !important;
    margin-bottom: 10px;
    display: block;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

/* Contact form labels - white text */
.contact-form-card .form-label,
.contact-form .form-label {
    color: #ffffff !important;
}

.form-control-modern {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 500;
}

.form-control-modern::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.form-control-modern:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2),
                0 4px 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateY(-1px);
}

.form-submit {
    margin-top: 20px;
}

.btn-contact-submit {
    padding: 16px 45px;
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.35),
                0 0 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-contact-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-contact-submit:hover::before {
    left: 100%;
}

.btn-contact-submit:hover {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.5),
                0 0 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
}

.btn-contact-submit i {
    transition: transform 0.4s ease;
}

.btn-contact-submit:hover i {
    transform: translateX(5px);
}

.contact-info-card {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2),
                0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.contact-info-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15),
                0 0 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.12);
    transform: translateY(-3px);
}

.info-card-header {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    padding: 30px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.info-card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.info-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #ffffff !important;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.info-card-title i {
    color: rgba(255, 255, 255, 0.9);
    margin-right: 10px;
}

.info-card-subtitle {
    color: #ffffff !important;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.info-card-body {
    padding: 25px;
}

.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.info-item:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.15);
}

.info-icon i {
    color: #ffffff;
    font-size: 1.3rem;
}

.info-content {
    flex: 1;
}

.info-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 8px 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

/* Ensure contact info card labels and text are white */
.contact-info-card .info-label {
    color: #ffffff !important;
}

.info-text {
    color: #ffffff !important;
    margin: 0;
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.95;
}

/* Ensure contact info card text is white */
.contact-info-card .info-text {
    color: #ffffff !important;
    opacity: 1;
}

.info-text a {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

/* Ensure contact info card links are white */
.contact-info-card .info-text a {
    color: #ffffff !important;
}

.info-text a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: underline;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* Ensure contact info card link hover is white */
.contact-info-card .info-text a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.info-divider {
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    margin: 25px 0;
    border-radius: 2px;
}

.support-badge {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #ffffff;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.serving-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.serving-badge {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.serving-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.25);
}

/* About Page Styling */
.about-hero {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.about-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.about-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.about-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff !important;
}

.about-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #ffffff !important;
    margin-bottom: 20px;
}

.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.service-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    border-color: rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
}

.service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.1) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-icon i {
    font-size: 2.5rem;
    color: var(--topbar-color, #9d6c34);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    transform: scale(1.1);
}

.service-card:hover .service-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.service-description {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Our Commitment Section */
.commitment-card {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2),
                0 2px 8px rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.commitment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 50%, var(--topbar-color, #9d6c34) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.commitment-card:hover::before {
    transform: scaleX(1);
}

.commitment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3),
                0 5px 15px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.commitment-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}

.commitment-icon i {
    font-size: 2rem;
    color: #ffffff;
    transition: all 0.4s ease;
}

.commitment-card:hover .commitment-icon {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

.commitment-card:hover .commitment-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

.commitment-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.commitment-description {
    color: #ffffff !important;
    line-height: 1.7;
    margin: 0;
    font-size: 0.95rem;
}

.commitment-aim-card {
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.15) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.08) 100%);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.commitment-aim-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.commitment-aim-card:hover::before {
    opacity: 1;
}

.commitment-aim-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
}

.commitment-aim-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.commitment-aim-card p {
    color: var(--heading-text-color, #44321e);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

.commitment-aim-card strong {
    color: var(--topbar-color, #9d6c34);
    font-weight: 700;
}

/* Our Vision Section */
.vision-section {
    background: linear-gradient(135deg, var(--body-slider-color, #f9e8ce) 0%, var(--body-slider-color, #f9e8ce) 100%);
    position: relative;
    overflow: hidden;
}

.vision-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(157,108,52,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.vision-card {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);   border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 60px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
                0 8px 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vision-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(var(--glow-color-rgb, 157, 108, 52), 0.1) 0%, transparent 70%);
    animation: visionGlow 8s ease-in-out infinite;
}

@keyframes visionGlow {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    50% { transform: translate(20px, 20px) scale(1.1); opacity: 0.8; }
}

.vision-icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    z-index: 2;
}

.vision-icon {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.vision-icon i {
    font-size: 3rem;
    color: #ffffff;
    transition: all 0.4s ease;
}

.vision-icon-glow {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: conic-gradient(from 0deg, var(--topbar-color, #9d6c34), var(--topbar-color, #9d6c34), var(--topbar-color, #9d6c34), var(--topbar-color, #9d6c34));
    border-radius: 50%;
    opacity: 0.3;
    animation: visionRotate 4s linear infinite;
    z-index: 1;
}

@keyframes visionRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.vision-title {
    color: #ffffff !important;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

h1.mb-4.vision-title,
h1.vision-title,
.vision-title.h1 {
    color: #ffffff !important;
}

.vision-text {
 
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    color: #ffffff !important;
 
}

.vision-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.vision-tagline:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
}

.vision-tagline i {
    color: var(--topbar-color, #9d6c34);
    font-size: 1.2rem;
}

/* What We Do Section */
.what-we-do-card {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2),
                0 5px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.what-we-do-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
                0 8px 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.25);
    transform: translateY(-5px);
}

.what-we-do-header {
    background: rgba(255, 255, 255, 0.1);
    padding: 35px 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.what-we-do-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.what-we-do-card:hover .what-we-do-icon {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

.what-we-do-icon i {
    font-size: 2rem;
    color: #ffffff;
    transition: all 0.4s ease;
}

.what-we-do-title {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.what-we-do-body {
    padding: 40px;
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    color: rgba(255, 255, 255, 0.95);
}

.what-we-do-description {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0;
    color: #ffffff !important;
}

.what-we-do-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.what-we-do-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.what-we-do-item i {
    color: var(--topbar-color, #9d6c34);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.what-we-do-item span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
}

/* Trusted Brands Carousel */
.trusted-brands-section {
    background: linear-gradient(135deg, var(--body-slider-color, #f9e8ce) 0%, var(--body-slider-color, #f9e8ce) 100%);
    position: relative;
}

.trusted-brands-carousel-wrapper {
    position: relative;
    padding: 20px 0;
}

.trusted-brands-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.trusted-brands-control:hover {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
    color: #ffffff;
}

.trusted-brands-control i {
    font-size: 1.2rem;
}

.trusted-brand-card {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2),
                0 2px 8px rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    height: 100%;
    cursor: pointer;
}

.trusted-brand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3),
                0 5px 15px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.trusted-brand-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.trusted-brand-icon i {
    font-size: 1.8rem;
    color: #ffffff;
    transition: all 0.4s ease;
}

.trusted-brand-card:hover .trusted-brand-icon {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

.trusted-brand-card:hover .trusted-brand-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

/* Trusted Brand Logo Styling */
.trusted-brand-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.trusted-brand-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    transition: all 0.3s ease;
    filter: brightness(1.1) contrast(1.1);
}

.trusted-brand-logo-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #ffffff;
}

.trusted-brand-logo-fallback i {
    font-size: 1.8rem;
    color: #ffffff;
    transition: all 0.4s ease;
}

.trusted-brand-card:hover .trusted-brand-logo {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

.trusted-brand-card:hover .trusted-brand-logo-img {
    transform: scale(1.1);
    filter: brightness(1.2) contrast(1.2);
}

.trusted-brand-card:hover .trusted-brand-logo-fallback {
    transform: scale(1.1);
}

.trusted-brand-card:hover .trusted-brand-logo-fallback i {
    color: #ffffff;
    transform: scale(1.1);
}

.trusted-brand-name {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.trusted-brand-card:hover .trusted-brand-name {
    color: #ffffff;
    transform: scale(1.05);
}

/* Dark Mode for New About Page Sections */



/* Media Query Dark Mode Support for Contact Page */

/* Topbar Theme Theme */
.topbar-theme {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--header-footer-color, #3a2a1a) 100%);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.topbar-theme::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar-item i {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.topbar-link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.topbar-link:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.topbar-text {
    color: #ffffff !important;
    font-size: var(--body-font-size, 1rem) !important;
    font-family: var(--body-font-family) !important;
}

/* Ensure all anchor tags in topbar are white - Maximum specificity */
.topbar-theme a,
.topbar-theme .topbar-link,
.topbar-theme .topbar-text,
.topbar-theme .topbar-text a,
.topbar-theme .topbar-text .topbar-link,
.topbar-theme .topbar-item a,
.topbar-theme .topbar-item .topbar-link,
.topbar-theme .topbar-left a,
.topbar-theme .topbar-left .topbar-link,
.topbar-text a,
.topbar-text .topbar-link,
.topbar-item a,
.topbar-item .topbar-link,
.topbar-left a,
.topbar-left .topbar-link,
#templatemo_nav_top a,
#templatemo_nav_top .topbar-link,
#templatemo_nav_top .topbar-text a {
    color: #ffffff !important;
}

.topbar-theme a:hover,
.topbar-theme .topbar-link:hover,
.topbar-theme .topbar-text a:hover,
.topbar-text a:hover,
.topbar-item a:hover,
#templatemo_nav_top a:hover {
    color: #ffffff !important;
}

.topbar-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
}

.topbar-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 500;
}

.topbar-social {
    display: flex;
    gap: 8px;
}

.topbar-social-link {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-text-color, rgba(255, 255, 255, 0.9));
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.topbar-social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--white-text-color, #ffffff);
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.topbar-social-link i {
    color: var(--white-text-color, rgba(255, 255, 255, 0.9));
}

.topbar-social-link:hover i {
    color: var(--white-text-color, #ffffff);
}

/* Main Navbar Enhanced */
.navbar.navbar-expand-lg.navbar-light.shadow.main-navbar,
.main-navbar {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%) !important;
    padding: 15px 0;
    box-shadow: 0 4px 20px rgba(var(--header-footer-color-rgb, 58, 42, 26), 0.3),
                0 2px 10px rgba(var(--header-footer-color-rgb, 58, 42, 26), 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.main-navbar.scrolled {
    padding: 10px 0;
    box-shadow: 0 2px 15px rgba(var(--header-footer-color-rgb, 58, 42, 26), 0.4);
}

.navbar-brand {
    padding: 0;
    margin-right: 30px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.02);
}

.logo-image-wrapper {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.navbar-brand:hover .logo-image-wrapper {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-title {
    margin: 0;
    line-height: 1.2;
    font-size: 1.5rem;
    font-weight: 700;
}

.logo-primary {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: block;
}

.logo-secondary {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.5em;
    font-weight: 500;
    display: block;
}

.logo-tagline {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 2px;
    font-weight: 400;
}

.main-nav {
    gap: 5px;
}

.main-nav .nav-item {
    margin: 0 5px;
}

.main-nav .nav-link {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 500;
    padding: 3px 6px !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.main-nav .nav-link i {
    margin-right: 5px;
    font-size: 0.9rem;
}

.main-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.main-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.main-nav .nav-link:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.main-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

.main-nav .nav-link.active::before {
    transform: translateX(-50%) scaleX(1);
}

.navbar-actions {
    gap: 10px;
}

.nav-actions-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-action-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.nav-action-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.auth-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-nav-outline {
    padding: 8px 20px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-nav-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-nav-primary {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-nav-primary:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.user-dropdown-wrapper {
    position: relative;
}

.btn-user-dropdown {
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-user-dropdown:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.user-name {
    font-weight: 500;
    font-size: 0.9rem;
}

.user-dropdown-menu {
    background: #ffffff;
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    padding: 10px 0;
    margin-top: 10px;
}

.user-dropdown-menu .dropdown-item {
    padding: 10px 20px;
    color: #333;
    transition: all 0.3s ease;
}

.user-dropdown-menu .dropdown-item:hover {
    background: rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    color: var(--topbar-color, #9d6c34);
}

.user-dropdown-menu .dropdown-item i {
    color: var(--topbar-color, #9d6c34);
    width: 20px;
}

.navbar-toggler-custom {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-custom:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.navbar-toggler-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Search Modal Enhanced */
.search-modal-content {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.search-modal-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 30px;
}

.search-modal-header .modal-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
}

.search-modal-body {
    padding: 30px;
}

.search-input-wrapper {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
}

.search-input {
    flex: 1;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px 0 0 50px;
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.search-submit-btn {
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    border-radius: 0 50px 50px 0;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.search-submit-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: scale(1.02);
}

.search-hint {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.9rem;
}

.search-hint i {
    color: rgba(255, 255, 255, 0.9);
}



/* Responsive */
@media (max-width: 991px) {
    .main-navbar {
        padding: 12px 0;
    }
    
    .logo-image-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .logo-title {
        font-size: 1.3rem;
    }
    
    .main-nav .nav-link {
        padding: 12px 20px !important;
        border-radius: 8px;
        margin: 5px 0;
    }
    
    .navbar-collapse {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* Shop Brands Section Enhanced */
.shop-brands-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.shop-brands-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 50%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.shop-brands-header {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.shop-brands-badge {
    display: inline-block;
    padding: 6px 18px;
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.1) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.05) 100%);
    color: var(--topbar-color, #9d6c34);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    border: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shop-brands-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--topbar-color, #9d6c34);
    margin-bottom: 15px;
    text-shadow: 0 2px 8px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
}

.shop-brands-subtitle {
    font-size: 1rem;
    color: #ffffff !important;
    margin: 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.shop-brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    justify-items: center;
}

.shop-brand-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-brand-card {
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(var(--glow-color-rgb, 157, 108, 52), 0.05);
    width: 140px;
    height: 140px;
    position: relative;
    overflow: visible;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shop-brand-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.08) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.03) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: scale(0.8);
}

.shop-brand-card:hover::before {
    opacity: 1;
    transform: scale(1);
}

.shop-brand-card::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, var(--topbar-color, #9d6c34), var(--topbar-color, #9d6c34), var(--topbar-color, #9d6c34), var(--topbar-color, #9d6c34));
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: -1;
    transform: scale(0.95) rotate(0deg);
    filter: blur(3px);
}

.shop-brand-card:hover::after {
    opacity: 0.6;
    transform: scale(1.05) rotate(180deg);
}

.shop-brand-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3),
                0 5px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2),
                inset 0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    border-color: rgba(var(--glow-color-rgb, 157, 108, 52), 0.5);
}

.shop-brand-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.1) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    position: relative;
    z-index: 1;
}

.shop-brand-icon i {
    font-size: 1.5rem;
    color: var(--topbar-color, #9d6c34);
    transition: all 0.3s ease;
}

.shop-brand-card:hover .shop-brand-icon {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 6px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

.shop-brand-card:hover .shop-brand-icon i {
    color: #ffffff;
    transform: scale(1.1);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

/* Shop Brand Logo Styling */
.shop-brand-logo {
    width: 80px;  /* Change this value to adjust size (currently 50px) */
    height: 80px; /* Change this value to adjust size (currently 50px) */
    background: linear-gradient(135deg, rgba(var(--glow-color-rgb, 157, 108, 52), 0.1) 0%, rgba(var(--glow-color-rgb, 157, 108, 52), 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.shop-brand-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    transition: all 0.3s ease;
    filter: brightness(1.1) contrast(1.1);
}

.shop-brand-logo-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--topbar-color, #9d6c34);
}

.shop-brand-logo-fallback i {
    font-size: 1.5rem;
    color: var(--topbar-color, #9d6c34);
    transition: all 0.3s ease;
}

.shop-brand-card:hover .shop-brand-logo {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 6px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

.shop-brand-card:hover .shop-brand-logo-img {
    transform: scale(1.1);
    filter: brightness(1.2) contrast(1.2);
}

.shop-brand-card:hover .shop-brand-logo-fallback {
    transform: scale(1.1);
}

.shop-brand-card:hover .shop-brand-logo-fallback i {
    color: #ffffff;
    transform: scale(1.1);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.shop-brand-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 3px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.shop-brand-card:hover .shop-brand-name {
    color: var(--topbar-color, #9d6c34);
    transform: scale(1.1);
    text-shadow: 0 2px 10px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
}

.shop-brand-label {
    font-size: 0.6rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    padding: 0 8px;
}

.shop-brand-card:hover .shop-brand-label {
    color: var(--topbar-color, #9d6c34);
    font-weight: 600;
    transform: scale(1.05);
}

/* Responsive Shop Brands Grid */
@media (max-width: 992px) {
    .shop-brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 25px;
    }
    
    .shop-brand-card {
        width: 120px;
        height: 120px;
    }
    
    .shop-brand-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 6px;
    }
    
    .shop-brand-icon i {
        font-size: 1.3rem;
    }
    
    .shop-brand-logo {
        width: 45px;
        height: 45px;
        margin-bottom: 6px;
    }
    
    .shop-brand-logo-img {
        padding: 6px;
    }
    
    .shop-brand-logo-fallback i {
        font-size: 1.3rem;
    }
    
    .shop-brand-name {
        font-size: 1rem;
    }
    
    .shop-brand-label {
        font-size: 0.55rem;
    }
}

@media (max-width: 768px) {
    .shop-brands-section {
        padding: 40px 0;
    }
    
    .shop-brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 20px;
    }
    
    .shop-brand-card {
        width: 100px;
        height: 100px;
    }
    
    .shop-brand-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    
    .shop-brand-icon i {
        font-size: 1.1rem;
    }
    
    .shop-brand-logo {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    
    .shop-brand-logo-img {
        padding: 5px;
    }
    
    .shop-brand-logo-fallback i {
        font-size: 1.1rem;
    }
    
    .shop-brand-name {
        font-size: 0.9rem;
        margin-bottom: 2px;
    }
    
    .shop-brand-label {
        font-size: 0.5rem;
        padding: 0 6px;
    }
}

@media (max-width: 576px) {
    .shop-brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        gap: 15px;
    }
    
    .shop-brand-card {
        width: 90px;
        height: 90px;
    }
    
    .shop-brand-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 4px;
    }
    
    .shop-brand-icon i {
        font-size: 1rem;
    }
    
    .shop-brand-logo {
        width: 35px;
        height: 35px;
        margin-bottom: 4px;
    }
    
    .shop-brand-logo-img {
        padding: 4px;
    }
    
    .shop-brand-logo-fallback i {
        font-size: 1rem;
    }
    
    .shop-brand-name {
        font-size: 0.85rem;
    }
    
    .shop-brand-label {
        font-size: 0.45rem;
    }
}



/* Contact Map Styling */
.contact-map-container {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    border-top: 3px solid var(--topbar-color, #9d6c34);
    border-bottom: 3px solid var(--topbar-color, #9d6c34);
}

.contact-map {
    width: 100%;
    height: 450px;
    min-height: 450px;
    position: relative;
    z-index: 1;
    background: #e0e0e0;
}

.contact-map .leaflet-container {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    font-family: inherit;
}

.contact-map .leaflet-tile-container img {
    max-width: none !important;
    max-height: none !important;
}

/* Custom Marker Icon */
.custom-marker-icon {
    background: transparent;
    border: none;
}

.marker-pin {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.4);
    border: 3px solid #ffffff;
    position: relative;
}

.marker-pin::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.marker-pin i {
    color: #ffffff;
    font-size: 1.2rem;
    transform: rotate(45deg);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: relative;
}

/* Leaflet Popup Styling */
.contact-map .leaflet-popup-content-wrapper {
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
}

.contact-map .leaflet-popup-content {
    margin: 15px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-map .leaflet-popup-content b {
    color: var(--topbar-color, #9d6c34);
    font-weight: 700;
}

.contact-map .leaflet-popup-tip {
    background: #ffffff;
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    border-top: none;
    border-left: none;
}

/* Leaflet Controls Styling */
.contact-map .leaflet-control-zoom {
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-map .leaflet-control-zoom a {
    background: #ffffff;
    color: var(--topbar-color, #9d6c34);
    border-bottom: 1px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.1);
    transition: all 0.3s ease;
    font-size: 1.2rem;
    font-weight: 700;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.contact-map .leaflet-control-zoom a:hover {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    color: #ffffff;
}

.contact-map .leaflet-control-zoom a:last-child {
    border-bottom: none;
}

.contact-map .leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    font-size: 0.75rem;
    border-top: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
}

.contact-map .leaflet-control-attribution a {
    color: var(--topbar-color, #9d6c34);
    text-decoration: none;
}

.contact-map .leaflet-control-attribution a:hover {
    text-decoration: underline;
}

/* Responsive Map */
@media (max-width: 768px) {
    .contact-map {
        height: 350px;
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .contact-map {
        height: 300px;
        min-height: 300px;
    }
    
    .marker-pin {
        width: 35px;
        height: 35px;
    }
    
    .marker-pin i {
        font-size: 1rem;
    }
}



/* Responsive Contact Page Styles */
@media (max-width: 992px) {
    .contact-title {
        font-size: 2.5rem;
    }
    
    .contact-subtitle {
        font-size: 1.1rem;
    }
    
    .form-card-header,
    .info-card-header {
        padding: 25px;
    }
    
    .form-card-body,
    .info-card-body {
        padding: 25px;
    }
    
    .contact-form-card,
    .contact-info-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 60px 0 40px;
    }
    
    .contact-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .contact-subtitle {
        font-size: 1rem;
    }
    
    .contact-badge {
        font-size: 0.8rem;
        padding: 8px 18px;
    }
    
    .form-card-title,
    .info-card-title {
        font-size: 1.3rem;
    }
    
    .form-card-subtitle,
    .info-card-subtitle {
        font-size: 0.9rem;
    }
    
    .form-label {
        font-size: 0.9rem;
    }
    
    .form-control-modern {
        padding: 12px 18px;
        font-size: 0.95rem;
    }
    
    .btn-contact-submit {
        padding: 14px 35px;
        font-size: 1rem;
        width: 100%;
    }
    
    .info-icon {
        width: 45px;
        height: 45px;
    }
    
    .info-icon i {
        font-size: 1.1rem;
    }
    
    .contact-section {
        padding: 40px 0 !important;
    }
}

@media (max-width: 576px) {
    .contact-title {
        font-size: 1.75rem;
    }
    
    .form-card-header,
    .info-card-header {
        padding: 20px;
    }
    
    .form-card-body,
    .info-card-body {
        padding: 20px;
    }
    
    .info-item {
        gap: 12px;
        margin-bottom: 20px;
    }
}

/* ============================================
   Login & Register Page Styles
   ============================================ */

/* Login Hero Section */
.login-hero {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    padding: 80px 0 60px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.login-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.login-badge {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 25px;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.login-badge:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.login-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #ffffff !important;
}

.login-subtitle {
    font-size: 1.25rem;
    color: #ffffff !important;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

/* Register Hero Section */
.register-hero {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    padding: 80px 0 60px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.register-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.register-badge {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 25px;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.register-badge:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.register-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #ffffff !important;
}

.register-subtitle {
    font-size: 1.25rem;
    color: #ffffff !important;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

/* Login & Register Section */
.login-section,
.register-section {
    background: var(--body-slider-color, #f9e8ce);
    padding: 60px 0 !important;
}

.login-section .container,
.register-section .container {
    max-width: 1200px;
}

/* Login Form Card */
.login-form-card {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2),
                0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.login-form-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25),
                0 0 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    transform: translateY(-3px);
}

.login-form-header {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    padding: 35px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.login-form-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.login-form-title {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #ffffff !important;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.login-form-title i {
    color: rgba(255, 255, 255, 0.9);
    margin-right: 10px;
}

.login-form-subtitle {
    color: #ffffff !important;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.login-form-body {
    padding: 35px;
    background: transparent;
}

/* Register Form Card */
.register-form-card {
    background: linear-gradient(135deg, var(--header-footer-color, #3a2a1a) 0%, var(--header-footer-color, #3a2a1a) 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2),
                0 0 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.15);
    border: 2px solid rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.register-form-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25),
                0 0 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    transform: translateY(-3px);
}

.register-form-header {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    padding: 35px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.register-form-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.register-form-title {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #ffffff !important;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.register-form-title i {
    color: rgba(255, 255, 255, 0.9);
    margin-right: 10px;
}

.register-form-subtitle {
    color: #ffffff !important;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.register-form-body {
    padding: 35px;
    background: transparent;
}

/* Form Elements */
.login-form .form-label,
.register-form .form-label {
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 10px;
    display: block;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.login-form .form-control-modern,
.register-form .form-control-modern {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 500;
}

.login-form .form-control-modern::placeholder,
.register-form .form-control-modern::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.login-form .form-control-modern:focus,
.register-form .form-control-modern:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2),
                0 4px 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateY(-1px);
}

.form-text-hint {
    display: block;
    margin-top: 5px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7) !important;
}

.form-check-label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.9rem;
}

.form-check-input {
    border: 2px solid rgba(31, 22, 22, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
}

.form-check-input:checked {
    background-color: var(--topbar-color, #9d6c34);
    border-color: var(--topbar-color, #9d6c34);
}

.form-check-input:focus {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

/* Buttons */
.btn-login-submit,
.btn-register-submit {
    padding: 16px 45px;
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 20px rgba(var(--glow-color-rgb, 157, 108, 52), 0.35),
                0 0 15px rgba(var(--glow-color-rgb, 157, 108, 52), 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.btn-login-submit::before,
.btn-register-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-login-submit:hover::before,
.btn-register-submit:hover::before {
    left: 100%;
}

.btn-login-submit:hover,
.btn-register-submit:hover {
    background: linear-gradient(135deg, var(--topbar-color, #9d6c34) 0%, var(--topbar-color, #9d6c34) 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(var(--glow-color-rgb, 157, 108, 52), 0.5),
                0 0 25px rgba(var(--glow-color-rgb, 157, 108, 52), 0.3);
}

.btn-login-submit i,
.btn-register-submit i {
    transition: transform 0.4s ease;
}

.btn-login-submit:hover i,
.btn-register-submit:hover i {
    transform: translateX(5px);
}

/* Links */
.forgot-password-link,
.register-link,
.login-link,
.terms-link {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.forgot-password-link:hover,
.register-link:hover,
.login-link:hover,
.terms-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: underline;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.login-footer-text,
.register-footer-text {
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0;
    font-size: 0.95rem;
}

/* Alerts */
.login-form-body .alert,
.register-form-body .alert {
    border-radius: 12px;
    border: none;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.login-form-body .alert-danger,
.register-form-body .alert-danger {
    background: rgba(220, 53, 69, 0.2);
    color: #ffcccc;
    border-left: 4px solid #dc3545;
}

.login-form-body .alert-success,
.register-form-body .alert-success {
    background: rgba(40, 167, 69, 0.2);
    color: #c8e6c9;
    border-left: 4px solid #28a745;
}



/* Responsive Design */
@media (max-width: 992px) {
    .login-title,
    .register-title {
        font-size: 2.5rem;
    }
    
    .login-subtitle,
    .register-subtitle {
        font-size: 1.1rem;
    }
    
    .login-form-header,
    .register-form-header {
        padding: 25px;
    }
    
    .login-form-body,
    .register-form-body {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .login-hero,
    .register-hero {
        padding: 60px 0 40px;
    }
    
    .login-title,
    .register-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .login-subtitle,
    .register-subtitle {
        font-size: 1rem;
    }
    
    .login-badge,
    .register-badge {
        font-size: 0.8rem;
        padding: 8px 18px;
    }
    
    .login-form-title,
    .register-form-title {
        font-size: 1.3rem;
    }
    
    .login-form-subtitle,
    .register-form-subtitle {
        font-size: 0.9rem;
    }
    
    .login-section,
    .register-section {
        padding: 40px 0 !important;
    }
}

@media (max-width: 576px) {
    .login-title,
    .register-title {
        font-size: 1.75rem;
    }
    
    .login-form-header,
    .register-form-header {
        padding: 20px;
    }
    
    .login-form-body,
    .register-form-body {
        padding: 20px;
    }
}
