@font-face {
    font-family: 'Alexandria';
    src: url('/fonts/Alexandria/static/Alexandria-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   M5AZN ANAYA - E-Commerce CSS
   Beauty/Makeup Theme with RTL Support
   ============================================ */

/* === CSS Variables === */
:root {
    --primary: #ffcf06;
    --primary-dark: #ffcf06;
    --primary-light: #ffffff;
    --secondary: #9c27b0;
    --accent: #ff6f00;
    --success: #4caf50;
    --warning: #ff9800;
    --danger: #f44336;
    --dark: #212121;
    --gray-900: #333;
    --gray-700: #555;
    --gray-500: #888;
    --gray-300: #ccc;
    --gray-100: #f5f5f5;
    --white: #ffffff;
    --bg-body: #f1f3f6;
    --shadow-sm: 0 1px 4px rgba(0,0,0,0.08);
    --shadow-md: 0 2px 8px rgba(0,0,0,0.12);
    --shadow-lg: 0 4px 16px rgba(0,0,0,0.15);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --transition: all 0.3s ease;
    --font-en: 'Alexandria', sans-serif;
    --font-ar: 'Alexandria', sans-serif;
}

/* === Base Styles === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-en);
    background: #ffffff !important;
    color: var(--gray-900);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Arabic font */
[dir="rtl"] body,
.locale-ar body {
    font-family: var(--font-ar);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
}

.logo-img{
    width: 120px;
}

.btn-primary{
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--primary);
}

.btn-outline-primary {
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--primary);
}

.badge{
    line-height: 2;
}

.bg-primary {
    background: var(--primary) !important;
}
/* === Announcement Bar === */
.announcement-bar {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    z-index: 1100;
}

.announcement-bar p {
    letter-spacing: 0.3px;
}

.announcement-close {
    background: none;
    border: none;
    color: var(--white);
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    transition: var(--transition);
}

[dir="rtl"] .announcement-close {
    right: auto;
    left: 20px;
}

.announcement-close:hover {
    opacity: 1;
}

/* === Flipkart-Style Sticky Header === */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: #fff;
    transition: all .3s ease;
}

.category-nav-item img {
    width: 44px;
    height: 44px;
    transition: all .3s ease;
}

.site-header.scrolled .category-nav-item img {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
}

.site-header.scrolled .category-nav-item a {
    padding: 10px 12px;
}

.category-nav-item span {
    transition: all .3s ease;
}

/* .site-header.scrolled {
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
} */

/* Row 1: Main Header */
.header-main {
    background: var(--white);
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.header-row {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

/* Logo */
.header-logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    flex-shrink: 0;
}

.header-logo .logo-text {
    background-color: var(--primary);
    border-radius: 7px;
}

.header-logo .logo-subtitle {
    font-size: 10px;
    font-style: italic;
    color: var(--gray-500);
    display: flex;
    align-items: center;
    gap: 3px;
}

.header-logo .plus-badge {
    width: 10px;
    height: 10px;
}

/* Search Bar - Flipkart Style */
.header-search {
    flex: 1;
    /* max-width: 880px; */
    padding: 2px;
    position: relative;
    display: flex;
    align-items: center;
    background: #f0f5ff;
    border-radius: 10px;
    border: 2px solid #2EA1FF;
}

.text-info{
    color: #2EA1FF !important;
}

.header-search:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(233,30,99,0.1);
    background: var(--white);
}

.search-icon-btn {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--primary);
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    padding: 0;
}

[dir="rtl"] .search-icon-btn {
    left: auto;
    right: 14px;
}

.header-search-input {
    width: 100%;
    height: 44px;
    border: none;
    background: #ffffff;;
    padding: 0 16px 0 44px;
    font-size: 14px;
    color: var(--gray-900);
    outline: none;
}

[dir="rtl"] .header-search-input {
    padding: 0 44px 0 16px;
}

.header-search-input::placeholder {
    color: var(--gray-500);
}

/* Header Actions - Flipkart Style */
.header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

[dir="rtl"] .header-actions {
    /* flex-direction: row-reverse; */
}

.header-action-item {
    position: relative;
}

.header-action-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gray-900);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 100;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    text-decoration: none;
}

.header-action-link:hover {
    /* background: var(--primary); */
    /* color: var(--white); */
}

.header-action-link i {
    font-size: 16px;
    /* color: var(--primary); */
}

.action-text {
    font-size: 14px;
}

.header-action-link .dropdown-toggle::after,
.header-action-item .dropdown-toggle::after {
    display: none;
}

/* Cart Badge */
.cart-link {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--accent);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

[dir="rtl"] .cart-badge {
    right: auto;
    left: 2px;
}

/* Dropdown Menus */
.header-action-item .dropdown-menu {
    border: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    border-radius: var(--radius-md);
    padding: 8px 0;
    min-width: 200px;
    margin-top: 8px;
}

.header-action-item .dropdown-item {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-700);
    display: flex;
    align-items: center;
}

.header-action-item .dropdown-item:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.header-action-item .dropdown-item.active {
    background: var(--primary-light);
    color: var(--primary);
}

/* Row 2: Category Navigation (inside sticky header) */
.header-category-nav {
    background: var(--white);
    border-top: 1px solid #f0f0f0;
}

.header-category-nav .category-nav-list,
ul.category-nav-list {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.header-category-nav .category-nav-list::-webkit-scrollbar {
    display: none;
}

.header-category-nav .category-nav-item {
    list-style: none !important;
    flex-shrink: 0;
}

.header-category-nav .category-nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 0px;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-700);
    text-align: center;
    transition: var(--transition);
    white-space: nowrap;
    text-decoration: none;
    position: relative;
}

.header-category-nav .category-nav-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.header-category-nav .category-nav-item a:hover::after {
    width: 60%;
}

.header-category-nav .category-nav-item a:hover {
    color: var(--primary);
}

.header-category-nav .category-nav-item img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 4px;
    transition: var(--transition);
}

.header-category-nav .category-nav-item a:hover img {
    transform: scale(1.08);
}

/* Mobile Search */
.header-mobile-search {
    padding: 8px 0 10px;
    background: var(--white);
    border-top: 1px solid #f0f0f0;
}

.header-mobile-search form {
    position: relative;
    display: flex;
    align-items: center;
    background: #f0f5ff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.header-mobile-search form i {
    position: absolute;
    left: 12px;
    color: var(--primary);
    font-size: 14px;
}

[dir="rtl"] .header-mobile-search form i {
    left: auto;
    right: 12px;
}

.header-mobile-search input {
    width: 100%;
    height: 38px;
    border: none;
    background: transparent;
    padding: 0 12px 0 36px;
    font-size: 13px;
    outline: none;
}

[dir="rtl"] .header-mobile-search input {
    padding: 0 36px 0 12px;
}

/* Responsive Header */
@media (max-width: 991px) {
    .header-search {
        display: none;
    }
    .action-text {
        /* display: none; */
        font-size: .55rem;
    }
    .header-action-link {
        padding: 8px 10px;
    }
}

@media (max-width: 767px) {
    .header-main {
        padding: 8px 0;
        display: none;
    }
    .header-category-nav .category-nav-item img {
        width: 36px;
        height: 36px;
    }
    .header-category-nav .category-nav-item a {
        padding: 4px 10px;
        font-size: 10px;
    }
    .section-card {
        padding: 10px !important;
    }
}

@media (min-width: 992px) {
    .header-mobile-search {
        display: none !important;
    }
}

/* === Main Content === */
.main-content {
    min-height: 60vh;
}

/* === Section Styles === */
.section {
    padding: 15px 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    padding: 0 5px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title i {
    color: var(--primary);
}

.section-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.section-link:hover {
    color: var(--primary-dark);
    gap: 8px;
}

/* === Hero Banner === */
.hero-banner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


.heroSwiper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.heroSwiper img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: var(--primary);
}

.bannerSwiper {
    width: 100%;
    padding-bottom: 30px;
}

.bannerSwiper .swiper-slide img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
    color: #fff;
}

.bannerSwiper .swiper-pagination-bullet-active {
    background: var(--primary);
}


/* === Featured Categories === */
.featured-categories {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-sm);
}

.category-card {
    text-align: center;
    padding: 15px 10px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    cursor: pointer;
}

.category-card:hover {
    background: var(--primary-light);
    transform: translateY(-3px);
}

.category-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid var(--gray-100);
    transition: var(--transition);
}

.category-card:hover img {
    border-color: var(--primary);
}

.category-card h6 {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-700);
    margin: 0;
}

/* === Flash Deals Countdown === */
.countdown-timer {
    display: flex;
    align-items: center;
    gap: 4px;
}

.countdown-box {
    background: var(--dark);
    color: var(--white);
    padding: 4px 8px;
    border-radius: var(--radius-sm);
    font-size: 16px;
    font-weight: 700;
    min-width: 36px;
    text-align: center;
}

.countdown-sep {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
}

/* === Product Card === */
.product-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.product-card-img {
    position: relative;
    overflow: hidden;
    background: #fafafa;
    padding: 15px;
    text-align: center;
}

.product-card-img img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-card:hover .product-card-img img {
    transform: scale(1.08);
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
}

[dir="rtl"] .product-badge {
    left: auto;
    right: 10px;
}

.badge-discount {
    background: var(--primary);
    color: var(--white);
}

.product-actions-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateX(10px);
    transition: var(--transition);
}

[dir="rtl"] .product-actions-overlay {
    right: auto;
    left: 10px;
    transform: translateX(-10px);
}

.product-card:hover .product-actions-overlay {
    opacity: 1;
    transform: translateX(0);
}

.btn-wishlist,
.btn-quickview {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: var(--white);
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 14px;
    color: var(--gray-700);
}

.btn-wishlist:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-quickview:hover {
    background: var(--dark);
    color: var(--white);
}

.product-card-body {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-brand {
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-title {
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title a {
    color: var(--gray-900);
}

.product-title a:hover {
    color: var(--primary);
}

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

.rating-stars {
    background: var(--success);
    color: var(--white);
    padding: 2px 6px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 700;
}

.rating-count {
    font-size: 12px;
    color: var(--gray-500);
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.current-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
}

.currency-icon {
    font-size: 12px;
    font-weight: 600;
}

.original-price {
    font-size: 13px;
    color: var(--gray-500);
    text-decoration: line-through;
}

.discount-percent {
    font-size: 12px;
    font-weight: 600;
    color: var(--success);
}

.product-stock {
    font-size: 12px;
    margin-bottom: 10px;
}

.stock-in {
    color: var(--success);
}

.stock-low {
    color: var(--warning);
}

.stock-out {
    color: var(--danger);
}

.btn-add-cart {
    width: 100%;
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
    transition: var(--transition);
    margin-top: auto;
}

.btn-add-cart:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: scale(1.02);
}

/* === Product Grid === */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* === Horizontal Scroll Products === */
.products-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.products-scroll::-webkit-scrollbar {
    display: none;
}

.products-scroll .product-card {
    min-width: 235px;
    max-width: 235px;
}

@media (max-width: 576px) {
    .products-scroll .product-card {
        min-width: 160px;
        max-width: 160px;
    }
    
}

/* === Section Card (White bg container) === */
.section-card {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 16px;
}

.section-purple {
    background: linear-gradient(
        180deg,
        #8340DF 0%,
        #9352e5 25%,
        #f3ebff 100%
    ) !important;
}
.section-orange {
    background: linear-gradient(
        to bottom,
        #e97213 0%,
        #e97213 25%,
        #f8d2a4 100%
    );
}
.border-radius-10{
    border-radius: 10px !important;
}
/* === Brand Showcase === */
.brand-card {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.brand-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.brand-card img {
    height: 50px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: var(--transition);
}

.brand-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* === Customer Reviews === */
.review-card {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.review-card .review-stars {
    color: var(--warning);
    margin-bottom: 12px;
}

.review-card .review-text {
    font-size: 14px;
    color: var(--gray-700);
    line-height: 1.6;
    margin-bottom: 16px;
    font-style: italic;
}

.review-card .reviewer {
    font-weight: 600;
    font-size: 14px;
}

.review-card .reviewer-badge {
    font-size: 12px;
    color: var(--success);
}

/* === Newsletter === */
.newsletter-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    padding: 50px 0;
    color: var(--white);
    text-align: center;
}

.newsletter-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.newsletter-section p {
    opacity: 0.9;
    margin-bottom: 24px;
}

.newsletter-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.newsletter-form .form-control {
    height: 48px;
    border-radius: 24px;
    border: none;
    padding: 0 20px;
}

.newsletter-form .btn {
    height: 48px;
    border-radius: 24px;
    padding: 0 30px;
    background: var(--white);
    color: var(--primary);
    font-weight: 700;
    border: none;
    white-space: nowrap;
}

.newsletter-form .btn:hover {
    background: var(--dark);
    color: var(--white);
}

/* === Footer === */
.site-footer {
    background: #1c1c1c;
    color: #999;
    padding: 40px 40px 0;
}

.site-footer h5 {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

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

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ffffff;
    font-size: 13px;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--white);
    padding-left: 4px;
}

[dir="rtl"] .footer-links a:hover {
    padding-left: 0;
    padding-right: 4px;
}

.footer-address {
    font-size: 13px;
    line-height: 1.8;
    color: var(--white)
}

.footer-payments {
    color: var(--white)
}

.footer-address a {
    color: var(--primary);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffcf08;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--primary);
    color: var(--white);
}

.footer-payments {
    font-size: 12px;
}

.payment-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.payment-icons i {
    font-size: 28px;
    color: #ffffff;
}

.payment-icons .mada-icon {
    height: 20px;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding: 20px 0;
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    color: var(--white);
}

/* === Back to Top === */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    border: none;
    box-shadow: var(--shadow-lg);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
}

[dir="rtl"] .back-to-top {
    right: auto;
    left: 30px;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}

/* === Breadcrumb === */
.breadcrumb-section {
    background: var(--white);
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.breadcrumb {
    margin: 0;
    font-size: 13px;
}

.breadcrumb-item a {
    color: var(--primary);
}

/* === Product Detail Page === */
.product-detail-section {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 30px;
    box-shadow: var(--shadow-sm);
}

.product-gallery {
    position: sticky;
    top: 190px;
}

.product-main-image {
    border: 1px solid #eee;
    border-radius: var(--radius-md);
    padding: 20px;
    text-align: center;
    margin-bottom: 12px;
    cursor: zoom-in;
    overflow: hidden;
}

.product-main-image img {
    max-height: 400px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

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

.product-thumbnails {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.product-thumb {
    width: 64px;
    height: 64px;
    border: 2px solid #eee;
    border-radius: var(--radius-sm);
    padding: 4px;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.product-thumb:hover,
.product-thumb.active {
    border-color: var(--primary);
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-info .product-brand {
    font-size: 14px;
    color: var(--gray-500);
}

.product-info .product-title-main {
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0 12px;
    line-height: 1.4;
}

.product-info .product-rating {
    margin-bottom: 16px;
}

.product-info .price-section {
    margin-bottom: 20px;
    padding: 16px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-info .price-section .current-price {
    font-size: 28px;
}

.offers-section {
    margin-bottom: 20px;
}

.offer-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
}

.offer-item .offer-icon {
    color: var(--success);
    font-size: 14px;
    margin-top: 2px;
}

.color-options,
.size-options {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}

.color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: var(--transition);
}

.color-swatch:hover,
.color-swatch.active {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--primary-light);
}

.size-btn {
    padding: 6px 16px;
    border: 1px solid #ddd;
    border-radius: var(--radius-sm);
    background: var(--white);
    cursor: pointer;
    font-size: 13px;
    transition: var(--transition);
}

.size-btn:hover,
.size-btn.active {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-light);
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 10px 0 20px;
}

.quantity-selector button {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    background: var(--gray-100);
    cursor: pointer;
    font-size: 16px;
    transition: var(--transition);
}

.quantity-selector button:hover {
    background: var(--primary-light);
}

.quantity-selector input {
    width: 50px;
    height: 36px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    text-align: center;
    font-weight: 600;
}

.delivery-check {
    background: var(--gray-100);
    padding: 16px;
    border-radius: var(--radius-md);
    margin: 20px 0;
}

.delivery-check .input-group {
    max-width: 300px;
}

/* === Filter Sidebar === */
.filter-sidebar {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 100px;
}

.filter-section {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.filter-section:last-child {
    border-bottom: none;
}

.filter-section h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 13px;
    cursor: pointer;
}

.filter-option input[type="checkbox"] {
    accent-color: var(--primary);
}

/* === Cart Page === */
.cart-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    transition: var(--transition);
}

.cart-item:hover {
    background: #fafafa;
}

.cart-item-img {
    width: 112px;
    height: 112px;
    flex-shrink: 0;
    border: 1px solid #eee;
    border-radius: var(--radius-sm);
    padding: 8px;
}

.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-item-details {
    flex: 1;
}

.cart-item-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.cart-item-seller {
    font-size: 12px;
    color: var(--gray-500);
    margin-bottom: 8px;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
}

.cart-item-actions button {
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    padding: 4px 0;
}

.cart-item-actions .btn-save {
    color: var(--gray-700);
}

.cart-item-actions .btn-remove {
    color: var(--danger);
}

/* Price Summary */
.price-summary {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 100px;
}

.price-summary h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray-500);
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
}

.price-row.total {
    border-top: 1px dashed #ddd;
    margin-top: 12px;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 700;
}

.price-row .text-success {
    color: var(--success) !important;
}

/* === Auth Pages === */
.auth-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.auth-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.auth-left {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-left h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.auth-left p {
    opacity: 0.9;
    font-size: 15px;
}

.auth-right {
    padding: 40px;
}

.auth-right h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

.social-login {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.social-login .btn {
    flex: 1;
    padding: 10px;
    border-radius: var(--radius-md);
    font-weight: 600;
}

/* === Checkout === */
.checkout-step {
    background: var(--white);
    border-radius: var(--radius-md);
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.checkout-step-header {
    padding: 16px 20px;
    background: var(--gray-100);
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.checkout-step-header .step-number {
    width: 24px;
    height: 24px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.checkout-step-body {
    padding: 20px;
}

.address-card {
    border: 1px solid #eee;
    border-radius: var(--radius-md);
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: var(--transition);
}

.address-card:hover,
.address-card.selected {
    border-color: var(--primary);
    background: var(--primary-light);
}

.shipping-option,
.payment-option {
    border: 1px solid #eee;
    border-radius: var(--radius-md);
    padding: 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 12px;
}

.shipping-option:hover,
.payment-option:hover {
    border-color: var(--primary);
}

/* === User Profile === */
.profile-sidebar {
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.profile-sidebar .user-info {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.profile-sidebar .user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 12px;
    background: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--primary);
}

.profile-sidebar .nav-link {
    padding: 12px 20px;
    color: var(--gray-700);
    font-size: 14px;
    border-left: 3px solid transparent;
    transition: var(--transition);
}

[dir="rtl"] .profile-sidebar .nav-link {
    border-left: none;
    border-right: 3px solid transparent;
}

.profile-sidebar .nav-link:hover,
.profile-sidebar .nav-link.active {
    background: var(--primary-light);
    color: var(--primary);
    border-left-color: var(--primary);
}

[dir="rtl"] .profile-sidebar .nav-link:hover,
[dir="rtl"] .profile-sidebar .nav-link.active {
    border-right-color: var(--primary);
}

/* === Order Status === */
.order-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 30px 0;
}

.order-timeline::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 3px;
    background: #eee;
}

.timeline-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.timeline-step .step-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-size: 14px;
    color: var(--gray-500);
}

.timeline-step.completed .step-icon {
    background: var(--success);
    color: var(--white);
}

.timeline-step.active .step-icon {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 0 0 4px var(--primary-light);
}

.timeline-step span {
    font-size: 11px;
    color: var(--gray-500);
}

/* === Contact Page === */
.contact-card {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 30px;
    box-shadow: var(--shadow-sm);
    text-align: center;
    height: 100%;
    transition: var(--transition);
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.contact-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: var(--primary);
}

/* === 404 Page === */
.error-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.error-page h1 {
    font-size: 120px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.error-page h2 {
    font-size: 28px;
    margin: 16px 0;
}

.error-page p {
    color: var(--gray-500);
    margin-bottom: 24px;
}

/* === Animations === */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.animate-fadeInUp {
    animation: fadeInUp 0.5s ease forwards;
}

/* Skeleton Loading */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: var(--radius-sm);
}

/* Ripple Effect */
.btn-ripple {
    position: relative;
    overflow: hidden;
}

.btn-ripple::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, var(--white) 10%, transparent 10%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
}

.btn-ripple:active::after {
    transform: scale(0, 0);
    opacity: 0.3;
    transition: 0s;
}

/* === Responsive === */
@media (max-width: 992px) {
    .header-action span:not(.badge-count) {
        display: none !important;
    }
    
    .header-actions {
        gap: 4px;
    }
    
    .header-action {
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 18px;
    }
    
    .product-card-img img {
        height: 140px;
    }
    
    .product-card-body {
        padding: 10px;
    }
    
    .product-title {
        font-size: 12px;
    }
    
    .current-price {
        font-size: 14px;
    }
    
    .auth-left {
        display: none;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .cart-item {
        flex-direction: column;
    }
    
    .cart-item-img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .header-logo .logo-text {
        width: 65px;
    }
    
    .header-logo .logo-subtitle {
        display: none;
    }
    
    .category-nav-item a {
        padding: 8px 10px;
    }
    
    .category-nav-item img {
        width: 44px;
        height: 44px;
    }
    
    .category-nav-item span {
        font-size: 10px;
    }
}

/* === Utility Classes === */
.text-primary { color: var(--primary) !important; }
.bg-primary-light { background: var(--primary-light) !important; }
.fw-600 { font-weight: 600; }
.gap-16 { gap: 16px; }

/* === Auth Pages === */
.auth-section {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    padding: 40px 0;
}
.auth-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.auth-left {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auth-left h2 { font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.auth-left p { opacity: 0.9; font-size: 14px; }
.auth-right { padding: 40px; }
.auth-right h3 { font-size: 24px; font-weight: 700; margin-bottom: 24px; }
.social-login { display: flex; flex-direction: column; gap: 10px; }
.social-login .btn { width: 100%; padding: 10px; font-weight: 500; }

/* === Checkout Steps === */
.checkout-step {
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    margin-bottom: 16px;
    overflow: hidden;
}
.checkout-step-header {
    background: var(--primary-light);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    color: var(--primary);
}
.step-number {
    width: 28px;
    height: 28px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}
.checkout-step-body { padding: 20px; }
.address-card {
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-md);
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: var(--transition);
}
.address-card.selected,
.address-card:hover { border-color: var(--primary); background: var(--primary-light); }
.shipping-option,
.payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-md);
    margin-bottom: 10px;
    cursor: pointer;
    transition: var(--transition);
}
.shipping-option:hover,
.payment-option:hover { border-color: var(--primary); background: var(--primary-light); }

/* === Order Timeline === */
.order-timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 0;
}
.order-timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gray-300);
    z-index: 0;
}
.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.timeline-step .step-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gray-300);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 14px;
}
.timeline-step.completed .step-icon { background: var(--success); }
.timeline-step span { font-size: 12px; font-weight: 600; }

/* === Profile Sidebar === */
.profile-sidebar {
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}
.profile-sidebar .user-info {
    padding: 24px;
    text-align: center;
    border-bottom: 1px solid var(--gray-100);
}
.profile-sidebar .user-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 12px;
}
.profile-sidebar .nav-link {
    padding: 12px 20px;
    color: var(--gray-700);
    border-bottom: 1px solid var(--gray-100);
    font-weight: 500;
    transition: var(--transition);
}
.profile-sidebar .nav-link:hover,
.profile-sidebar .nav-link.active {
    background: var(--primary-light);
    color: var(--primary);
}

/* === Contact Page === */
.contact-card {
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: var(--transition);
}
.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.contact-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 16px;
}

/* === Error Page === */
.error-page {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}
.error-page h1 {
    font-size: 120px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 16px;
}
.error-page h2 { font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.error-page p { color: var(--gray-500); margin-bottom: 24px; }

/* === Cart Page === */
.cart-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid var(--gray-100);
}
.cart-item-img { width: 112px; height: 112px; flex-shrink: 0; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-sm); }
.cart-item-title { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.cart-item-seller { font-size: 12px; color: var(--gray-500); margin-bottom: 6px; }
.cart-item-actions { display: flex; gap: 16px; }
.cart-item-actions button {
    background: none;
    border: none;
    color: var(--gray-700);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
.cart-item-actions .btn-remove:hover { color: var(--danger); }
.cart-item-actions .btn-save:hover { color: var(--primary); }
.btn-apply-coupon { font-weight: 600; }

/* === Animations === */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
@keyframes shimmer {
    0% { background-position: -200px 0; }
    100% { background-position: calc(200px + 100%) 0; }
}
@keyframes ripple {
    to { transform: scale(4); opacity: 0; }
}

.animate-fadeInUp { animation: fadeInUp 0.5s ease forwards; }
.animate-fadeIn { animation: fadeIn 0.4s ease forwards; }
.animate-slideInLeft { animation: slideInLeft 0.5s ease forwards; }
.animate-slideInRight { animation: slideInRight 0.5s ease forwards; }

/* Skeleton Loading */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200px 100%;
    animation: shimmer 1.5s infinite;
    border-radius: var(--radius-sm);
}
.skeleton-text { height: 14px; margin-bottom: 8px; }
.skeleton-title { height: 20px; width: 60%; margin-bottom: 12px; }
.skeleton-image { height: 200px; width: 100%; }

/* Ripple Effect */
.btn-ripple {
    position: relative;
    overflow: hidden;
}
.btn-ripple .ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
}

/* Hover Effects */
.hover-lift { transition: var(--transition); }
.hover-lift:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.hover-scale { transition: var(--transition); }
.hover-scale:hover { transform: scale(1.02); }

/* Scroll Reveal */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* === RTL Specific Overrides === */
[dir="rtl"] .me-1 { margin-right: 0 !important; margin-left: 0.25rem !important; }
[dir="rtl"] .me-2 { margin-right: 0 !important; margin-left: 0.5rem !important; }
[dir="rtl"] .me-3 { margin-right: 0 !important; margin-left: 1rem !important; }
[dir="rtl"] .ms-1 { margin-left: 0 !important; margin-right: 0.25rem !important; }
[dir="rtl"] .ms-2 { margin-left: 0 !important; margin-right: 0.5rem !important; }
[dir="rtl"] .ms-3 { margin-left: 0 !important; margin-right: 1rem !important; }
[dir="rtl"] .ms-auto { margin-left: 0 !important; margin-right: auto !important; }
[dir="rtl"] .text-end { text-align: left !important; }
[dir="rtl"] .text-start { text-align: right !important; }
[dir="rtl"] .float-end { float: left !important; }
[dir="rtl"] .float-start { float: right !important; }
[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before { float: right; padding-left: 0.5rem; padding-right: 0; }
[dir="rtl"] .product-badge { left: auto; right: 10px; }
[dir="rtl"] .product-actions-overlay { right: auto; left: 10px; }
[dir="rtl"] .filter-sidebar { border-right: none; border-left: 1px solid var(--gray-100); }
[dir="rtl"] .cart-item { direction: rtl; }
[dir="rtl"] .order-timeline { direction: rtl; }
[dir="rtl"] .profile-sidebar .nav-link i { margin-right: 0; margin-left: 8px; }

/* === Accessibility === */
:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: 2px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* === Print Styles === */
@media print {
    .announcement-bar, .site-header, .category-nav, .site-footer, .btn { display: none !important; }
    body { background: white; }
    .section-card { box-shadow: none; border: 1px solid #ddd; }
}



.video-wrapper{
    height:500px;
    border-radius:18px;
    overflow:hidden;
}

.video-wrapper video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.banner-top{
    height:310px;
}

.banner-img{
    width:100%;
    object-fit:cover;
    border-radius:12px;
    transition:.3s;
}

.banner-img-small{
    width:100%;
    object-fit:cover;
    border-radius:12px;
    transition:.3s;
}

.banner-img:hover,
.banner-img-small:hover{
    transform:scale(1.03);
}

@media (max-width:991px){

    .video-wrapper{
        height:320px;
    }

    .banner-top{
        height:220px;
        margin-top:15px;
    }

    .banner-img-small{
        height:160px;
    }

}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.page-link {
    color: var(--primary) !important;
}

.form-control-lg{
    font-size: .95rem;
}

.form-control {
    font-size: .95rem;
}

.form-check-input:checked{
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}