:root {
    --primary: #2A342E;
    --secondary: #cba871;
    --bg: #FAF9F7;
    --white: #FFFFFF;
    --text: #1A1A1A;
    --border: #E5E5E5;
    --font-heading: 'Avenir Arabic','IBM Plex Sans Arabic','Cairo','Noto Sans Arabic', 'Tajawal', sans-serif;
    --font-body: 'Avenir Arabic','IBM Plex Sans Arabic','Cairo','Noto Sans Arabic', 'Tajawal', sans-serif;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --bg: #f8f6f2;
    --bg-alt: #f2ede6;
    
    --bg: #f8f6f2;
            --bg-alt: #f2ede6;
            --bg-thread: #f8f6f2;
            --bg-thread-alt: #f2ede6;
            --card: #fcfaf7d9;
            --card-glass-bg: #fcfaf7bf;
            --card-glass-border: #c9a06333;
            --card-glass-shadow: 0 4px 24px #24342f14, inset 0 1px 0 #c9a06326;
            --text-primary: #1f1f1f;
            --text-muted: #5c5850;
            --text-faint: #1f1f1f4d;
    --gold: #c9a063;
    --gold-light: #dfc08a;
    --gold-dark: #a8813e;
    --sage: #24342f;
    --sage-dark: #1a2820;
    --header-bg: #f8f6f2e0;
    --header-border: #c9a06333;
    --header-h: 52px;
    --gold: #c9a063;
    --gold-light: #dfc08a;
    --gold-dark: #a8813e;
    --pill-bg: #f2ede6d9;
    --pill-hover-bg: #c9a06326;
    --pill-color: #1f1f1f;
    --border: #c9a06333;
    --card-glass-safari-bg: #faf7f2f5;
    --section-dark-bg: linear-gradient(160deg, #24342f 0%, #1a2820 100%);
    --hero-bg: linear-gradient(160deg, #1a2820 0%, #24342f 40%, #2e4238 70%, #1a2820 100%);
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    color: var(--text);
    background-color: var(--bg);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: 0.03em;
    color: var(--primary);
}
.logo{
    width:100px;
}
/* Luxury Buttons */
.btn-luxury {
    background: transparent;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    padding: 12px 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.85rem !important;
    transition: var(--transition);
    border-radius: 0;
    font-weight:bold;
    font-size: 0.9rem;
}

.btn-luxury:hover {
    background: var(--secondary);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-luxury-filled {
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--white);
    padding: 12px 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: var(--transition);
    border-radius: 0;
}

.btn-luxury-filled:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

/* Navbar */
.navbar {
    /* background: rgba(250, 249, 247, 0.95); */
    background-color: #2a342e;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
    transition: var(--transition);
}

.navbar-brand {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--white) !important;
    letter-spacing: 0.15em;
}
.navbar-toggler{
    background-color: #cba871;
}

.nav-link {
    color: var(--white) !important;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    margin: 0 10px;
    position: relative;
    transition: var(--transition);
}
.nav-link:hover {
    color: var(--secondary) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary);
    transition: var(--transition);
}

[dir="rtl"] .nav-link::after {
    left: auto;
    right: 0;
}

.nav-link:hover::after {
    width: 100%;
}
.btn-link , #lang-toggle{
    transition: var(--transition);
}
.btn-link:hover{
    color:var(--secondary) !important;
}
#lang-toggle:hover{
    color: var(--secondary) !important;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    min-height: 600px;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-slide-1{
    background-image: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-size: cover;   
}
.hero-slide-2{
    background-image: url('../images/hero-faqs.jpg');
    background-repeat: no-repeat;
    background-size: cover;   
}
.hero-slide-3{
    background-image: url('../images/hero-2.png');
    background-repeat: no-repeat;
    background-size: cover;   
}

.hero-slider .swiper-pagination-bullet , .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    background: rgba(203, 168, 113, 0.35); /* ذهبي فاتح */
    opacity: 1;
    transition: all 0.3s ease;
     border-radius: 0px;
}

.hero-slider .swiper-pagination-bullet-active , .swiper-pagination-bullet-active {
    background: #cba871;
    width: 40px;
    border-radius: 0px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 52, 46, 0.4);
}

.hero-content h1 {
    color: var(--white);
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

/* Cards */
.luxury-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 0;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.luxury-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(42, 52, 46, 0.08);
    border-color: var(--secondary);
}

.luxury-card img {
    transition: transform 0.6s ease;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.luxury-card:hover img {
    transform: scale(1.05);
}

.luxury-card small.text-muted{
    color:#0e1816 !important;
    font-size: 0.8rem !important;
}
.luxury-card h5{
    margin-bottom: 1.5rem !important;
}
.luxury-card p.text-muted{
    color:var(--text-muted)!important;
    font-size: 0.8rem !important;
}
.luxury-card .btns{
    display:flex;
    align-items:center;
    flex-direction:row;
}
.luxury-card p{
    color:#5c5850 !important;
    font-size: 0.9rem !important;
}
.luxury-card .btns .btn-sm {
    width: 40px;
    padding: 12px 5px;
    background-color: rgba(42, 52, 46, 1);
}
.luxury-card .card-body {
    padding: 2rem 1.5rem;
}
.luxury-card .card-body h6{
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Sections */
section {
    padding: 6rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.section-title p{
    color: var(--gold);
    letter-spacing: 0px;
    font-size: 1.1rem;
}

.section-second-title {
    text-align: center;
    margin-bottom: 4rem;
}

.section-second-title h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.section-second-title p{
    color: var(--gold);
    letter-spacing: 0px;
    font-size: 0.9rem;
}
.section-title .divider {
    width: 60px;
    height: 1px;
    background: var(--secondary);
    margin: 0 auto;
}
.text-muted{
    font-size: 20px;
}
.section-line{
    margin:auto;
    display : flex;
    align-items: center;
    align-content: center;
    align-self: center;
    text-align: center;
    gap: .5rem !important;
    width: 250px;
}
/* Loyalty Tiers */
.tier-card {
    text-align: center;
    padding: 3rem 1.5rem;
    border: 1px solid var(--border);
    background: var(--white);
    transition: var(--transition);
}

.tier-card.gold {
    border-color: var(--secondary);
    background: linear-gradient(180deg, var(--white) 0%, #fdfbf7 100%);
}

.tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(204, 168, 114, 0.15);
}

.tier-icon {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}

.tier-card .list-unstyled li{
    font-size: 0.9rem;
    text-align: right;
}
.tier-card .list-unstyled li::before {
    content: '✓';
    color: var(--secondary);
    margin-right: 8px;
}
/* Forms */
.form-control, .form-select {
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 12px 16px;
    font-size: 0.85rem;
    background: var(--white);
    transition: var(--transition);
    text-align: right;
}
.input-group .btn{
    border-radius: 20px 0px 0px 20px !important;
}
.form-control:focus, .form-select:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(204, 168, 114, 0.15);
}

/* Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}


.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in {
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.hover-zoom {
    overflow: hidden;
}

.hover-zoom img {
    transition: transform 0.6s ease;
}

.hover-zoom:hover img {
    transform: scale(1.1);
}

/* Footer */
footer {
    background: linear-gradient(90deg, transparent, rgba(214, 176, 122, 0.4), transparent);
    padding-top:1px;   
}
footer .footer-luxury{
    background: linear-gradient(180deg, var(--bg-alt) 0%, var(--bg) 100%);
    color:#5c5850;
    padding: 5rem 0 2rem;
}

footer h6 {
    color: #2a342e;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
}

footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
    display: block;
    margin-bottom: 0.5rem;
}

footer a:hover {
    color: var(--secondary);
    padding-left: 5px;
}
.ul__footer {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ul__footer li a{
    color:#5c5850;
}

.social-icons-footer {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}
.social-icons-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(201, 160, 99, 0.1);
    border: 1px solid rgba(201, 160, 99, 0.25);
    color: var(--gold);
    text-decoration: none;
    transition: all 0.4s ease;
    margin-bottom: 0;
    padding: 0;
}
.social-icons-footer a:hover {
    background: var(--gold);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201, 160, 99, 0.3);
    padding: 0;
}
.social-icons-footer a svg {
    width: 20px;
    height: 20px;
}

.copyright{
    color:#2a342e;
}
[dir="rtl"] footer a:hover {
    padding-left: 0;
    padding-right: 5px;
}

/* ============================================
   SHOP PAGE - Pagination & Filters
   ============================================ */
.shop-page-link {
    cursor: pointer;
    color: var(--primary);
    border: 1px solid var(--border);
    transition: var(--transition);
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
}

.shop-page-link:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.page-item.active .shop-page-link {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.page-item.disabled .shop-page-link {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.pagination {
    gap: 4px;
}

/* Category Filter Styles */
.category-filter {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem !important;
    transition: var(--transition);
    border-radius: 0 !important;
    cursor: pointer;
}

.category-filter:hover {
    color: var(--secondary) !important;
    padding-right: 10px !important;
}

[dir="rtl"] .category-filter:hover {
    padding-right: 0.75rem !important;
    padding-left: 10px !important;
}

.category-filter.active {
    font-weight: 600;
}

/* Price Filter Styles */
.price-filter .form-control-sm {
    border-radius: 0;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
}

.price-filter .form-label {
    margin-bottom: 0.25rem;
}

/* Sort By Styles */
#sort-by {
    border-radius: 0;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}

/* Loading Spinner */
#loading-products {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.15em;
}

/* Products Count */
#products-count {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Shop Section */
#shop-section .luxury-card img {
    height: 220px;
}

/* RTL Specific Adjustments */
[dir="rtl"] {
    text-align: right;
}

[dir="rtl"] .me-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

/* Responsive */


/* ============================================
   GIFT PAGE - فن الإهداء الراقي
   ============================================ */

/* Navbar Gift Variant */
.navbar-gift {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 1.2rem 0;
}

.navbar-gift .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-icon {
    width: 42px;
    height: 42px;
    background: var(--primary);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 1.1rem;
    font-weight: 600;
}

.nav-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-icon-btn {
    background: none;
    border: none;
    color: var(--text);
    font-size: 1.2rem;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.nav-icon-btn:hover {
    color: var(--secondary);
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    background: var(--secondary);
    color: var(--white);
    border-radius: 50%;
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gift Hero */
.gift-hero {
    padding: 5rem 0 3rem;
    text-align: center;
    background: var(--bg);
    height: 420px;
    background-image: url('../images/hero-gift.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
    z-index: 0;
}
.gift-hero::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(42, 52, 46, 0.3);
    z-index: 1;
}
.gift-hero .container{
    position: relative !important;
    z-index: 2 !important;
}

.gift-hero h1 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 1.2rem;
    color: var(--primary);
}

.gift-hero p {
    font-size: 1.05rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.9;
}

/* Gift Main Layout */
.gift-section {
    padding: 3rem 0 5rem;
    background: var(--bg);
}

/* Section Headers with Gold Bar */
.gift-step-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--primary);
}

.gift-step-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: var(--secondary);
    border-radius: 2px;
}

/* Experience Cards */
.experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-bottom: 3rem;
}

.experience-card {
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 1.8rem 1.5rem;
    cursor: pointer;
    transition: var(--transition);
    background: var(--white);
    position: relative;
}

.experience-card:hover {
    border-color: var(--secondary);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(42, 52, 46, 0.06);
}

.experience-card.active {
    border-color: var(--secondary);
    background: linear-gradient(135deg, #fdfbf7 0%, #faf8f3 100%);
    box-shadow: 0 8px 30px rgba(204, 168, 114, 0.12);
}

.experience-card.active::after {
    content: '✓';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
    background: var(--secondary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

[dir="rtl"] .experience-card.active::after {
    left: auto;
    right: 12px;
}

.experience-card h5 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--primary);
}

.experience-card .desc {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 1rem;
}

.experience-card .price {
    font-size: 1.1rem;
    color: var(--secondary);
    font-weight: 500;
}

/* Gift Form */
.gift-form-section {
    margin-top: 1rem;
}

.form-group-gift {
    margin-bottom: 1.5rem;
}

.form-group-gift label {
    display: block;
    font-size: 0.85rem;
    color: var(--text);
    margin-bottom: 0.6rem;
    font-weight: 400;
}

.form-group-gift input,
.form-group-gift textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: var(--font-body);
    background: var(--white);
    transition: var(--transition);
    color: var(--text);
}

.form-group-gift input:focus,
.form-group-gift textarea:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(204, 168, 114, 0.1);
}

.form-group-gift input::placeholder,
.form-group-gift textarea::placeholder {
    color: #bbb;
}

.form-group-gift textarea {
    resize: vertical;
    min-height: 100px;
}

.form-row-gift {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}

/* Submit Button */
.btn-send-gift {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 16px 40px;
    font-size: 1rem;
    font-family: var(--font-body);
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    margin-top: 1rem;
    font-weight: 500;
}

.btn-send-gift:hover {
    background: #1e2621;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(42, 52, 46, 0.2);
}

.btn-send-gift svg {
    width: 18px;
    height: 18px;
}

.gift-note {
    font-size: 0.8rem;
    color: #999;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Voucher Preview */
.voucher-preview-section {
    position: sticky;
    top: 100px;
}

.voucher-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.voucher-preview-header h3 {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--primary);
}

.badge-exclusive {
    background: var(--primary);
    color: var(--white);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 400;
}

/* Voucher Card */
.voucher-card {
    background: var(--white);
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 15px 50px rgba(42, 52, 46, 0.08);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.voucher-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), #e0c9a0, var(--secondary));
}

.voucher-brand {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    color: var(--primary);
    margin-bottom: 0.3rem;
}

.voucher-subbrand {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: var(--secondary);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.voucher-divider {
    width: 40px;
    height: 1px;
    background: var(--secondary);
    margin: 0 auto 2rem;
}

.voucher-gifted-to {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.5rem;
}

.voucher-recipient {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 1.5rem;
    font-family: var(--font-heading);
}

.voucher-for {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.5rem;
}

.voucher-experience {
    font-size: 1.1rem;
    color: var(--secondary);
    font-weight: 500;
    margin-bottom: 2rem;
}

.voucher-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}

.voucher-code-block,
.voucher-expiry-block {
    text-align: center;
}

.voucher-label {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.voucher-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.05em;
}

/* Thumbnail Gallery */
.voucher-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 1.5rem;
}

.voucher-thumb {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
}

.voucher-thumb:hover,
.voucher-thumb.active {
    border-color: var(--secondary);
    transform: scale(1.03);
}

.voucher-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer Gift */
.footer-gift {
    background: var(--primary);
    color: var(--white);
    padding: 4rem 0 2rem;
}

.footer-gift-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-gift-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-box {
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.footer-gift-brand p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    max-width: 300px;
}

.footer-gift-col h6 {
    color: var(--secondary);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    letter-spacing: 0.05em;
}

.footer-gift-col a {
    display: block;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    transition: var(--transition);
}

.footer-gift-col a:hover {
    color: var(--secondary);
    padding-right: 5px;
}

[dir="ltr"] .footer-gift-col a:hover {
    padding-right: 0;
    padding-left: 5px;
}

.footer-gift-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
}

/* Responsive */
@media (max-width: 992px) {
    .experience-grid {
        grid-template-columns: 1fr;
    }
    .form-row-gift {
        grid-template-columns: 1fr;
    }
    .footer-gift-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .voucher-preview-section {
        position: static;
        margin-top: 3rem;
    }
}


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

.voucher-card {
    animation: voucherFadeIn 0.6s ease forwards;
}

/* Success Modal */
.gift-success-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 52, 46, 0.6);
    backdrop-filter: blur(5px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.gift-success-modal.show {
    display: flex;
}

.gift-success-content {
    background: var(--white);
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
    max-width: 450px;
    width: 90%;
    animation: voucherFadeIn 0.4s ease;
}

.gift-success-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--secondary), #e0c9a0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--white);
}

.gift-success-content h3 {
    color: var(--primary);
    margin-bottom: 0.8rem;
    font-weight: 400;
}

.gift-success-content p {
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

/* ============================================
   PROFILE PAGE STYLES
   ============================================ */

/* Profile Sidebar */
.profile-sidebar {
    background: var(--white);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(42, 52, 46, 0.05);
    position: sticky;
    top: 100px;
}

.profile-welcome h3 {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.3rem;
}

.profile-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-nav-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    color: var(--text);
    text-decoration: none;
    border-radius: 8px;
    transition: var(--transition);
    font-weight: 400;
}

.profile-nav-item:hover {
    background: var(--bg);
    color: var(--secondary);
}

.profile-nav-item.active {
    background: rgba(204, 168, 114, 0.1);
    color: var(--secondary);
    font-weight: 500;
}

.profile-nav-item i {
    font-size: 1.1rem;
    width: 24px;
    text-align: center;
}

.profile-nav-item.logout {
    color: #dc3545;
    margin-top: 1rem;
    border-top: 1px solid var(--border);
    padding-top: 1rem;
}

.profile-nav-item.logout:hover {
    background: rgba(220, 53, 69, 0.1);
}

/* Profile Sections */
.profile-section {
    display: none;
    animation: fadeIn 0.4s ease;
}

.profile-section.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-header {
    margin-bottom: 2rem;
}

.section-title {
    color: var(--primary);
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.section-divider {
    width: 60px;
    height: 2px;
    background: var(--secondary);
}

/* Profile Form */
.profile-form {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(42, 52, 46, 0.05);
}

.profile-form .form-label {
    font-weight: 500;
    color: var(--text);
    margin-bottom: 0.5rem;
}

.profile-form .form-control {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.95rem;
    transition: var(--transition);
}

.profile-form .form-control:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(204, 168, 114, 0.1);
}
.needs-validation{
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(42, 52, 46, 0.05);  
}

.btn-save {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    transition: var(--transition);
}

.btn-save:hover {
    background: #1e2621;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(42, 52, 46, 0.2);
}

/* Booking Cards */
.booking-card {
    transition: var(--transition);
}

.booking-card:hover {
    box-shadow: 0 8px 25px rgba(42, 52, 46, 0.1);
    transform: translateY(-2px);
}

/* Gift Cards */
.gift-card {
    transition: var(--transition);
}

.gift-card:hover {
    box-shadow: 0 8px 25px rgba(42, 52, 46, 0.1);
}

/* Payments Table */
.table {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
}

.table thead {
    background: var(--bg);
}

.table thead th {
    font-weight: 600;
    color: var(--primary);
    border: none;
    padding: 1rem;
}

.table tbody td {
    padding: 1rem;
    vertical-align: middle;
}

/* Favorites Cards */
.favorites-list .card {
    transition: var(--transition);
    overflow: hidden;
}

.favorites-list .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(42, 52, 46, 0.12);
}

/* Responsive */
@media (max-width: 992px) {
    .profile-sidebar {
        position: static;
        margin-bottom: 2rem;
    }
    
    .profile-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .profile-nav-item {
        flex: 1;
        min-width: 140px;
        justify-content: center;
    }
    
    .profile-nav-item span {
        display: none;
    }
}

/* Badges */
.badge {
    padding: 0.4rem 0.8rem;
    font-weight: 500;
    border-radius: 6px;
}

.bg-warning {
    background: var(--secondary) !important;
    color: var(--white);
}

.btn-outline-warning {
    color: var(--secondary);
    border-color: var(--secondary);
}

.btn-outline-warning:hover {
    background: var(--secondary);
    color: var(--white);
}

.btn-warning {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.btn-warning:hover {
    background: #b8945f;
    border-color: #b8945f;
}


/* ============================================
   CHECKOUT PAGE STYLES
   ============================================ */

.checkout-page {
    background: var(--bg);
    min-height: calc(100vh - 200px);
}

.order-summary-card {
    position: sticky;
    top: 100px;
}

.section-card {
    border: 1px solid var(--border);
}

.payment-option {
    cursor: pointer;
    transition: all 0.3s ease;
    border-color: var(--border) !important;
}

.payment-option:hover {
    border-color: var(--secondary) !important;
    box-shadow: 0 4px 12px rgba(204, 168, 114, 0.15);
    transform: translateY(-2px);
}

.payment-option.active {
    border-color: var(--secondary) !important;
    background: rgba(204, 168, 114, 0.05);
}

.payment-option i {
    color: var(--secondary);
}

.card-details-section {
    border: 1px solid var(--border);
    margin-top: 1rem;
}

.btn-confirm {
    background: var(--primary);
    color: var(--white);
    border: none;
    font-weight: 500;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.btn-confirm:hover {
    background: #1e2621;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 52, 46, 0.3);
}

.order-item {
    transition: all 0.3s ease;
}

.order-item:hover {
    background: var(--bg);
    padding: 0.5rem;
    border-radius: 8px;
}

/* Success Modal */
.modal-content {
    border-radius: 16px;
    border: none;
}

.success-icon {
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.booking-reference {
    background: linear-gradient(135deg, rgba(204, 168, 114, 0.1) 0%, rgba(204, 168, 114, 0.05) 100%);
    border: 2px dashed var(--secondary);
}

/* Form Controls */
.form-control:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(204, 168, 114, 0.15);
}

/* Responsive */
@media (max-width: 992px) {
    .order-summary-card {
        position: static;
        order: -1;
    }
}


/* Navbar styling for checkout */
.checkout-page .navbar {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* ============================================
   LOGIN PAGE STYLES
   ============================================ */

.login-section {
    position: relative;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    padding: 3rem 0;
    background: linear-gradient(135deg, var(--bg) 0%, var(--bg-alt) 100%);
    overflow: hidden;
}

.login-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(201, 160, 99, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(42, 52, 46, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.login-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(42, 52, 46, 0.1);
    position: relative;
    z-index: 2;
}

/* Left Side - Branding */
.login-brand-side {
    background: linear-gradient(160deg, var(--primary) 0%, #1a2820 100%);
    padding: 3rem 2.5rem;
    color: var(--white);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.login-brand-side::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(201, 160, 99, 0.1) 0%, transparent 60%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.login-brand-content {
    position: relative;
    z-index: 2;
}

.login-brand-logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.login-brand-logo img {
    height: 50px;
    filter: brightness(0) invert(1);
}

.login-brand-title {
    color: var(--white) !important;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.login-brand-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.login-brand-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.login-feature-icon {
    width: 44px;
    height: 44px;
    background: rgba(201, 160, 99, 0.15);
    border: 1px solid rgba(201, 160, 99, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.login-feature-item h6 {
    color: var(--white) !important;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.login-feature-item p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    margin: 0;
}

/* Right Side - Form */
.login-form-side {
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
}

.login-form-content {
    width: 100%;
}

.login-form-header h2 {
    color: var(--primary) !important;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.login-form-icon {
    font-size: 3rem;
    color: var(--gold);
}

.login-form-header p {
    font-size: 0.9rem;
}

/* Form Elements */
.form-group-login {
    margin-bottom: 1.5rem;
}

.form-group-login label {
    display: block;
    font-size: 0.85rem;
    color: var(--text);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.input-with-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 0.9rem;
    pointer-events: none;
}

[dir="ltr"] .input-icon {
    right: auto;
    left: 15px;
}

.form-control-login {
    width: 100%;
    padding: 14px 45px 14px 16px;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 0.95rem;
    background: var(--bg);
    transition: all 0.3s ease;
    color: var(--text);
}

[dir="ltr"] .form-control-login {
    padding: 14px 16px 14px 45px;
}

.form-control-login:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 160, 99, 0.1);
    background: var(--white);
}

.form-control-login::placeholder {
    color: #bbb;
}

.password-toggle {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0;
    font-size: 0.9rem;
    transition: color 0.3s;
}

[dir="ltr"] .password-toggle {
    left: auto;
    right: 15px;
}

.password-toggle:hover {
    color: var(--gold);
}

.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

/* Login Options */
.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--text);
    margin: 0;
}

.remember-me input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--gold);
    cursor: pointer;
}

.forgot-password {
    color: var(--gold);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
}

.forgot-password:hover {
    color: var(--gold-dark);
    text-decoration: underline;
}

/* Login Button */
.btn-login {
    width: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, #1a2820 100%);
    color: var(--white);
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(42, 52, 46, 0.3);
}

.btn-login:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Divider */
.login-divider {
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}

.login-divider::before,
.login-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: var(--border);
}

.login-divider::before {
    right: 0;
}

.login-divider::after {
    left: 0;
}

[dir="ltr"] .login-divider::before {
    right: auto;
    left: 0;
}

[dir="ltr"] .login-divider::after {
    left: auto;
    right: 0;
}

.login-divider span {
    background: var(--white);
    padding: 0 1rem;
    color: var(--text-muted);
    font-size: 0.85rem;
    position: relative;
    z-index: 1;
}

/* Social Login */
.social-login-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.btn-social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-social-login:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 12px rgba(201, 160, 99, 0.15);
    transform: translateY(-2px);
}

.btn-social-login i {
    font-size: 1.2rem;
}

/* Register Link */
.register-link {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.register-link a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 500;
    margin-right: 0.3rem;
    transition: color 0.3s;
}

.register-link a:hover {
    color: var(--gold-dark);
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .login-wrapper {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .login-brand-side {
        display: none;
    }
}

@media (max-width: 576px) {
    .login-form-side {
        padding: 2rem 1.5rem;
    }

    .login-form-header h2 {
        font-size: 1.5rem;
    }

    .social-login-buttons {
        grid-template-columns: 1fr;
    }

    .login-options {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ============================================
   PACKAGES SECTION STYLES
   ============================================ */

.packages-section {
    background: var(--bg);
}

.package-card {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #c9a06333;
    position: relative;
    background: #fcfaf7bf;
    border-radius: 20px;
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(42, 52, 46, 0.12) !important;
}
.package-card:hover .package-header {
    border-color: var(--secondary);
}
.package-card .icon{
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color:#d6b07a; border:1px solid #d6b07a; background-color:#FFF; border-radius:40%; padding:10px; height:60px; width:60px; line-height:40px; font-size:30px;
}
.package-card .icon:hover{
    color:#FFF; border:1px solid #d6b07a; background-color:#d6b07a; border-radius:40%; padding:10px; height:60px; width:60px; line-height:40px; font-size:30px;
}
.package-card .text-warning{
    color:#d6b07a !important;
}
.package-header {
    border-bottom: 1px solid rgba(214, 176, 122, 0.2);
    width:90%;
    margin: 0 auto;
}
    
.package-header h4 {
    color: var(--primary);
    font-weight: 600;
    margin: 0;
}

.package-body ul li {
    font-size: 0.95rem;
    color: var(--text);
    transition: all 0.3s;
}

.package-body ul li:hover {
    transform: translateX(-5px);
}
.package-body ins{
    font-size: 20px;
    margin-right: 10px;
}

.package-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--secondary);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 10px rgba(204, 168, 114, 0.3);
}

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

.popular-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary);
    color: var(--white);
    padding: 0.4rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 500;
    border-bottom-left-radius: 8px;
    z-index: 1;
}
.package-badge .woocommerce-Price-currencySymbol{
float:left !important;
}
.package-badge .woocommerce-Price-currencySymbol img{
    width:14px !important;
}

[dir="rtl"] .popular-badge {
    right: auto;
    left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
}

/* ============================================
   TESTIMONIALS SECTION STYLES
   ============================================ */

.testimonials-section {
    background: var(--white);
    padding: 4rem 0 8rem;
}

.testimonial-card {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--border);
    background: #fcfaf7bf;
    border-radius: 20px;    
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(42, 52, 46, 0.1) !important;
    border-color: var(--secondary);
}

.testimonial-card .fa-star {
    font-size: 1rem;
    margin: 0 1px;
}

.testimonial-card p {
    font-size: 0.95rem;
    line-height: 1.8;
    font-style: italic;
}

.testimonial-card img {
    border: 3px solid var(--secondary);
    padding: 2px;
}

.testimonial-card small.text-muted{
    font-size:0.75rem;
}
/* ============================================
   CTA SECTION STYLES
   ============================================ */

.cta-section {
    background: linear-gradient(135deg, rgba(204, 168, 114, 0.1) 0%, rgba(42, 52, 46, 0.05) 100%);
    background-image: url('../images/hero-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 8rem 0 !important;
}

.cta-box {
    border: 2px solid var(--border);
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 0 auto;
  border-radius: 40px !important;
}
.cta-box h2{
    color:#FFF;
}
.cta-box p{
    color:var(--bg-alt);
    font-size:0.8rem !important;
}
.cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--primary), var(--secondary));
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.cta-box h2 {
    font-weight: 500;
}

/* ============================================
   ENHANCED CARD STYLES
   ============================================ */

.luxury-card {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.luxury-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(42, 52, 46, 0.12);
}

/* ============================================
   ANIMATION ENHANCEMENTS
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation for cards */
.row .col-md-4:nth-child(1).animate-on-scroll.visible {
    transition-delay: 0.1s;
}

.row .col-md-4:nth-child(2).animate-on-scroll.visible {
    transition-delay: 0.2s;
}

.row .col-md-4:nth-child(3).animate-on-scroll.visible {
    transition-delay: 0.3s;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 992px) {
    .package-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    
    .cta-box h2 {
        font-size: 1.8rem;
    }
}



/* ============================================
   BUTTON ENHANCEMENTS
   ============================================ */

.btn-luxury-filled {
    position: relative;
    overflow: hidden;
}

.btn-luxury-filled::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-luxury-filled:active::after {
    width: 300px;
    height: 300px;
}
.copyright{ 
    color:#2a342e;
}

.spa-carousel {
    position: relative;
}

.spa-carousel img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.spa-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.spa-carousel .owl-prev,
.spa-carousel .owl-next {
    position: absolute;
    width: 45px;
    height: 44px;
    border-radius: 40% !important;
    background: rgba(46, 46, 46, 0.9) !important;
    color: #cba871 !important;
    font-size: 20px !important;
    transition: 0.3s;
}

.spa-carousel .owl-prev:hover,
.spa-carousel .owl-next:hover {
    transform: scale(1.1);
}

.spa-carousel .owl-prev {
    left: 15px;
}

.spa-carousel .owl-next {
    right: 15px;
}

.spa-carousel .owl-dots {
    margin-top: 15px;
}

.spa-carousel .owl-dot span {
    width: 10px;
    height: 10px;
}

.spa-carousel .owl-dot.active span {
    background: #d6b07a !important;
}

.owl-carousel-wrapper{
position: relative;
}

.owl-carousel-wrapper::after {
    content: "";
    width: 80%;
    height: 90%;
    border: 1.5px solid #c9a06333;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -25px;
    right: -20px;
    pointer-events: none;
}
.why__us{
  border-top: 1.5px solid #c9a06333;
  padding-top: 2rem;
}
.why__us .text-muted{
    font-size: 0.95rem !important;
    font-weight: 400 !important;
}

/* ============================================
   ABOUT PAGE HERO HEADER
   ============================================ */

/* ============================================
   ABOUT BOOK NOW STRIP
   ============================================ */

.about-book-strip{
    position: relative;
    padding: 6rem 0;
    background-image: url('../images/bg-005.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--white);
}

.about-book-strip-overlay{
    position: absolute;
    inset: 0;
    background: rgba(42, 52, 46, 0.65);
    background:rgba(42, 52, 46, 0.25);
    /*
    background: rgba(42, 52, 46, 0.4);
    */
    z-index: 0;
}

.about-book-strip-content,
.about-book-strip-btn,
.about-book-strip-badge,
.about-book-strip-title,
.about-book-strip-desc{
    position: relative;
    z-index: 1;
}

.about-book-strip-badge{
    display: inline-block;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: var(--gold-light);
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.about-book-strip-title{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color:#eac892;
}

.about-book-strip-desc{
    color: rgba(255,255,255,0.85);
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 0;
}

.about-book-strip-btn{
    text-decoration: none;
}


.services-hero{
    height: 420px;
    background-image: url('../images/hero-services.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
}

.services-hero-overlay{
    position: absolute;
    inset: 0;
    /* background: rgb(255 ,213 ,147 , 0.2); */
    background: rgba(42, 52, 46, 0.4);
    z-index: 1;
}
.services-hero .container{
    position: relative;
    z-index: 2;
}

.blog-hero{
    height: 420px;
    background-image: url('../images/hero-blogs.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
}

.blog-hero-overlay{
    position: absolute;
    inset: 0;
    background: rgb(197 , 153 , 84,.2);
    z-index: 1;
}
.blog-hero .container{
    position: relative;
    z-index: 2;
}

.loyalty-hero{
    height: 420px;
    background-image: url('../images/hero-loyalty.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
    z-index: 0;
}
.loyalty-hero::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 213, 147, 0.2);
    z-index: 1;
}

.loyalty-hero .container{
    position: relative !important;
    z-index: 2 !important;
}

.loyalty-hero .container .data{
    position: relative !important;
    z-index: 3 !important;
}

.contact-hero{
    height: 420px;
    background-image: url('../images/hero-contact.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
    z-index: 0;
}
.contact-hero::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(42, 52, 46, 0.3);
    z-index: 1;
}
.contact-hero .container{
    position: relative !important;
    z-index: 2 !important;
}

.faqs-hero{
    height: 420px;
    background-image: url('../images/hero-faqs.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
}

.faqs-hero::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(42, 52, 46, 0.3);
    z-index: 1;
}
.faqs-hero .container{
    position: relative !important;
    z-index: 2 !important;
}



.about-hero{
    height: 420px;
    background-image: url('../images/hero-about.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
}

.about-hero-overlay{
    position: absolute;
    inset: 0;
    background: rgba(42, 52, 46, 0.55);
    background: rgb(255 ,213 ,147 , 0.2);
}

.about-hero .container , .services-hero .container , .blog-hero .container , .gift-hero .container , .loyalty-hero .container , .contact-hero .container , .faqs-hero .container{
    position: relative;
    z-index: 2;
}
 
.about-hero-title , .services-hero-title , .blog-hero-title, .loyalty-hero-title , .contact-hero-title , .faqs-hero-title , .gift-hero-title , .gift-hero-title-new{
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    color:#FFF;
    z-index: 10;
}

.about-hero-tags , .services-hero-tags , .blog-hero-tags , .loyalty-hero-tags , .contact-hero-tags , .faqs-hero-tags , .gift-hero-tags , .gift-hero-tags-new{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}
.about-hero-tags p, .services-hero-tags p, .blog-hero-tags p, .loyalty-hero-tags p, .contact-hero-tags p, .faqs-hero-tags p, .gift-hero-tags p, .gift-hero-tags-new p{
    display:inline-flex;
    margin-bottom:0px !important;
}

.about-hero-tags .dot , .services-hero-tags .dot , .blog-hero-tags .dot , .loyalty-hero-tags .dot , .contact-hero-tags .dot , .faqs-hero-tags .dot , .gift-hero-tags .dot{
    opacity: 0.9;
}

.about-hero-desc , .services-hero-desc , .blog-hero-desc , .loyalty-hero-desc , .contact-hero-desc , .faqs-hero-desc , .gift-hero-desc{
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.9);
}


/* Breadcrumb */
.about-breadcrumb{
    direction: ltr;
    text-align: center;
    margin: 0 auto 1.5rem;
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    display: inline-flex;
}
[dir="rtl"] .about-breadcrumb{
    direction: rtl;
}

.about-breadcrumb a{
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    transition: var(--transition);
}

.about-breadcrumb a:hover{
    color: var(--secondary);
}

.about-breadcrumb .breadcrumb-sep{
    margin: 0 0.5rem;
    opacity: 0.7;
}

.about-breadcrumb .current{
    color: rgba(255,255,255,0.95);
    font-weight: 500;
}

/* Contact Breadcrumb */
.contact-breadcrumb{
    direction: ltr;
    text-align: center;
    margin: 0 auto 1.5rem;
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    display: inline-flex;
}
[dir="rtl"] .contact-breadcrumb{
    direction: rtl;
}

.contact-breadcrumb a{
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    transition: var(--transition);
}

.contact-breadcrumb a:hover{
    color: var(--secondary);
}

.contact-breadcrumb .breadcrumb-sep{
    margin: 0 0.5rem;
    opacity: 0.7;
}

.contact-breadcrumb .current{
    color: rgba(255,255,255,0.95);
    font-weight: 500;
}

/* Contact Form Message & Loading */
#msg-contact{
    font-size: 0.95rem;
    min-height: 1.5rem;
}
#msg-contact .error,
#msg-contact .p_err{
    color: #c0392b;
    margin: 0;
}
#msg-contact .agree{
    color: #27ae60;
    margin: 0;
}
.agree{
    color: #27ae60;
    margin: 0;
    background: rgba(39, 174, 96, 0.1);
    border-radius: 20px;
    padding:10px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    margin: 3px;
    border: 3px solid var(--secondary);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--secondary) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.div__img{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 3rem;
}
.img-about{
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(42, 52, 46, 0.1);
    transition: var(--transition);
    width:45%;
    height: 400px;
    object-fit: cover;
    border: 1.5px solid #c9a06333;
}
.img-about-two{
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(42, 52, 46, 0.1);
    transition: var(--transition);
    width:45%;
    height: 400px;
    object-fit: cover;
    margin-top: 5rem;
    border: 1.5px solid #c9a06333;
}



/* ============================================
   VALUES SECTION (About - قيمنا)
   ============================================ */

.values-section{
    background: linear-gradient(180deg, rgba(204,168,114,0.08) 0%, rgba(250,249,247,1) 100%);
    padding: 6rem 0;
}

.values-section .section-title{
    margin-bottom: 3.5rem;
}

/* ============================================
   SERVICES PREVIEW (About - خدماتنا)
   Uses Owl Carousel
   ============================================ */

.services-preview-section{
    background: var(--bg);
    padding-bottom: 6rem;
}

.services-carousel{
    direction: ltr;
    max-width:1000px;
    margin: 0 auto;
}
[dir="rtl"] .services-carousel{
    direction: rtl;
}

.services-card{
    /*
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(229,229,229,0.85);
    */
    border-radius: 20px;
    padding: 2rem 1.8rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(42,52,46,0.04);
    transition: var(--transition);
    text-align: center;
    scale: 0.85;
}

.services-card:hover{
    transform: translateY(-8px);
    border-color: rgba(204,168,114,0.65);
    box-shadow: 0 16px 40px rgba(42,52,46,0.10);
}

.services-card-icon{
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(204,168,114,0.12);
    border: 1px solid rgba(204,168,114,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.services-card-icon img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 50%;
}

.services-card-title{
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: var(--primary);
}

.services-card-desc{
    margin-bottom: 1.2rem;
    color: rgba(26,26,26,0.75);
    font-size: 0.95rem;
    line-height: 1.9;
}

.services-card-link{
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.services-carousel .owl-nav{
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.services-carousel .owl-prev,
.services-carousel .owl-next{
    width: 44px;
    height: 44px;
    border-radius: 40% !important;
    background: rgba(46, 46, 46, 0.9) !important;
    color: #cba871 !important;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-carousel .owl-prev i,
.services-carousel .owl-next i{
    font-size: 18px !important;
    color: #cba871 !important;
}

.services-carousel .owl-dots{
    margin-top: 1rem;
    text-align: center;
}

.services-carousel .owl-dot span{
    background: #d6d6d6;
}

.services-carousel .owl-dot.active span{
    background: #d6b07a !important;
}



.value-card{
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(229,229,229,0.85);
    border-radius: 20px;
    padding: 2.2rem 1.8rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(42,52,46,0.04);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.value-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), rgba(204,168,114,0.2), var(--secondary));
    opacity: 0.9;
}

.value-card:hover{
    transform: translateY(-8px);
    border-color: rgba(204,168,114,0.65);
    box-shadow: 0 16px 40px rgba(42,52,46,0.10);
}

.value-icon{
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(204,168,114,0.12);
    border: 1px solid rgba(204,168,114,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.value-card h3{
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--primary);
    font-weight: 500;
}

.value-card p{
    margin: 0;
    font-size: 0.95rem;
    color: rgba(26,26,26,0.75);
    line-height: 1.9;
}

.why-us-item{
    text-align: center;
    border-radius: 20px;
    padding:10px;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s;
    background: #fcfaf7bf;
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid #c9a06333;
    box-shadow: 0 4px 24px #24342f14, inset 0 1px 0 #c9a06326;
}
.why-us-item:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(42, 52, 46, 0.1) !important;
    border-color: var(--secondary);
}
.why-us-bullet{
    margin:auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: rgba(214, 176, 122, 0.07);
    border: 1px solid rgba(214, 176, 122, 0.25);
}

.owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* Rectangle */
.owl-dot span {
    width: 25px !important;
    height: 6px !important;
    margin: 0 !important;
    background:#f6f1e9 !important;
    transition: all 0.3s ease;
    display: inline-flex;
}

/* Active */
.owl-dot.active span {
    width: 50px !important;
    background: #C9A86A !important; /* لون البراند */
}

/* Hover */
.owl-dot:hover span {
    background: #C9A86A !important;
}


/****************************/


        [data-theme="dark"] {
            --bg: #0e1816;
            --bg-alt: #111f1c;
            --card-glass-bg: #162320d9;
            --card-glass-border: #d6b07a40;
            --text-primary: #f8f6f2;
            --text-muted: #d8d4cc;
            --gold: #d6b07a;
            --header-bg: #0e1816eb;
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }
        
        body {
            font-family: 'IBM Plex Sans Arabic', 'Cairo', system-ui, sans-serif;
            background-color: var(--bg);
            color: var(--text-primary);
            line-height: 1.8;
            overflow-x: hidden;
        }

     
        /* ==================== باقي الـ CSS الذي أرسلته ==================== */
        .pointer-events-none { pointer-events: none; }
        .absolute { position: absolute; }
        .relative { position: relative; }
        .sticky { position: sticky; }
        .flex { display: flex; }
        .grid { display: grid; }
        .hidden { display: none; }
        .items-center { align-items: center; }
        .justify-center { justify-content: center; }
        .text-center { text-align: center; }
        .font-bold { font-weight: 700; }
        .font-semibold { font-weight: 600; }
        .rounded-3xl { border-radius: 1.5rem; }
        .rounded-2xl { border-radius: 1rem; }
        .rounded-full { border-radius: 9999px; }
        .overflow-hidden { overflow: hidden; }
        .max-w-6xl { max-width: 1152px; margin-left: auto; margin-right: auto; }
        .px-4 { padding-left: 1rem; padding-right: 1rem; }
        .py-20 { padding-top: 5rem; padding-bottom: 5rem; }

        /* Glass Card */
        .glass-card {
            background: var(--card-glass-bg);
            backdrop-filter: blur(16px);
            border: 1px solid var(--card-glass-border);
            box-shadow: var(--card-glass-shadow);
        }

        .site-header {
            height: var(--header-h);
            background: var(--header-bg);
            backdrop-filter: blur(20px);
            z-index: 60;
        }

        .nav-pill {
            letter-spacing: 0;
    white-space: nowrap;
    cursor: pointer;
    color: var(--pill-color);
    background: var(--pill-bg);
    border: 1px solid #d6b07a33;
    border-radius: 9999px;
    padding: .6rem 1.2rem;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.5;
    transition: all .3s;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translate(0);
        }

        .nav-pill.active {
            color: #fff;
    background: linear-gradient(135deg, #d6b07a, #b8924e);
    border-color: #0000;
    box-shadow: 0 4px 16px #d6b07a66;
        }

        .btn-primary {
            background: linear-gradient(135deg, #d6b07a, #e5c99a, #b8924e);
            color: #24342f;
            padding: 1rem 2rem;
            border-radius: 1rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            text-decoration: none;
        }

        .btn-outline {
            border: 2px solid #d6b07a80;
            color: #d6b07a;
            padding: 1rem 2rem;
            border-radius: 1rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: transparent;
        }

        .text-gradient-gold {
            background: linear-gradient(135deg, #d6b07a, #e5c99a, #b8924e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Hover Effects */
        .hover-lift {
            transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .hover-lift:hover {
            transform: translateY(-4px);
        }
.para__one{
    color:#5c5850;
    font-size:0.875rem;
    line-height:1.8;
}
.price{
    background: linear-gradient(135deg, rgb(214,176,122) 0%, rgb(229,201,154) 50%, rgb(184,146,78) 100%); 
    -webkit-background-clip: text; 
     -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.title-note{
    color: var(--gold);
}
.card__title{
    color: var(--text-primary);
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0px;
}
.services-grid{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

@media (max-width: 991px){
    .services-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

.infinity-divider {
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    display: flex
}

.infinity-divider:before,.infinity-divider:after {
    content: "";
    background: linear-gradient(90deg,#0000,#d6b07a66,#0000);
    flex: 1;
    height: 1px
}
.infinity-divider:before, .infinity-divider:after {
    content: "";
    background: linear-gradient(90deg, #0000, #d6b07a66, #0000);
    flex: 1;
    height: 1px;
}

.join-now{
    
    color: var(--white);
    text-align: center;
    background:
        linear-gradient(
            rgba(229, 201, 154,0.15),
            rgba(229, 201, 154, 0.15),
            rgba(184, 146, 78, 0.15)
        ),
        url('../images/bg-004.png');
    background-size: cover;
    background-position:bottom center;
    background-attachment: fixed;
    color: var(--white);
    padding: 6rem 0;
    font-weight: 600;
    text-decoration: none;
}
.join-now h4{
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
}
.join-now p{
    color: var(--white) !important;
    font-size: 1.5rem;
    font-weight: 600;
}
.instagram-section {
    overflow: hidden;
}
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}
.instagram-item {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    text-decoration: none;
}
.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.instagram-item:hover img {
    transform: scale(1.1);
}
.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(42, 52, 46, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.instagram-item:hover .instagram-overlay {
    opacity: 1;
}
.instagram-overlay i {
    color: var(--white);
    font-size: 2rem;
}
@media (max-width: 992px) {
    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 576px) {
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.accordion-body.text-muted{
    color: var(--text-muted) !important;
    font-size: 0.9rem;
}

/* ============================================
   TERMS & CONDITIONS PAGE
   ============================================ */

.terms-hero{
    height: 420px;
    background-image: url('../images/hero-faqs.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
}

.terms-hero::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(42, 52, 46, 0.3);
    z-index: 1;
}
.terms-hero .container{
    position: relative !important;
    z-index: 2 !important;
}

.terms-hero-title{
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    color: #FFF;
    z-index: 10;
}

.terms-hero-tags{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.terms-hero-tags .dot{
    opacity: 0.9;
}

.terms-hero-desc{
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.9);
}

.terms-section {
    background: var(--bg);
    padding: 5rem 0;
}

.terms-block {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.terms-block:hover {
    border-color: rgba(201, 160, 99, 0.4);
    box-shadow: 0 8px 30px rgba(42, 52, 46, 0.05);
}

.terms-number {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gold);
    background: rgba(201, 160, 99, 0.1);
    border: 1px solid rgba(201, 160, 99, 0.25);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    margin-bottom: 0.8rem;
    letter-spacing: 0;
}

.terms-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.8rem;
}

.terms-text {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.9;
    margin-bottom: 0;
}

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

.terms-list li {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.9;
    padding-right: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.terms-list li::before {
    content: '•';
    position: absolute;
    right: 0;
    color: var(--gold);
    font-weight: bold;
}


.breadcrumb-details{
    color: var(--text-muted) !important;
    font-size: 0.8rem;
    background: #FFF;
    padding: 1rem 1rem;
}
.breadcrumb-details a{
color: var(--text-muted) !important;
}
.breadcrumb-details a:hover{
    color: var(--primary) !important;
}
.breadcrumb-details i{
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(203,168,113) !important
}
.border-primary{
    border:1px solid rgb(203,168,113) !important;
}
.btn-outline-primary{
    border-color: #1f2a26;
    color: #1f2a26;
    border-radius: 0px;
    padding:12px 0px;
}
.btn-outline-primary.active{
    background-color: #1f2a26;
    border-radius: 0px;
    border-color: #1f2a26;
}

.btn-outline-primary:hover{
    background-color: #1f2a26;
    color: #d6b07a;
    border-radius: 0px;
}

.btn-outline-primary:focus{
    background-color: #1f2a26;
    color: #d6b07a;
    border-radius: 0px;
}
.btn-outline-primary:active{
    background-color: #1f2a26;
    color: #d6b07a;
    border-radius: 0px;
}
.btn-outline-primary strong{
    font-size: 1.4rem;
}
.choose-time .btn-outline-primary.active{
   box-shadow: 0 10px 15px -3px rgba(31, 42, 38, 0.2),
            0 4px 6px -4px rgba(31, 42, 38, 0.2);
}
.product-gallery-main {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 0px;
}

.product-gallery-main .swiper-slide {
    height: 100%;
}

.product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-gallery-thumbs {
    margin-top: 15px;
}

.product-gallery-thumbs .swiper-slide {
    cursor: pointer;
    opacity: .6;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product-gallery-thumbs img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.bg-secondary{
   background-color: #1f2a26 !important;
   color: #FFF !important;
   border: 1px solid #1f2a26 !important;
   border-radius: 0px !important;
}
.bg-secondary:hover{
    background-color: #d6b07a !important;
    color: #1f2a26 !important;
    border: 1px solid #d6b07a !important;
    border-radius: 0px !important;
}
.shop-nav .nav-link{
    color:#1f2a26 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom:2px solid transparent !important;
    font-size: 0.9rem !important;
    z-index: 99 !important;
}
.shop-nav .nav-link.active{
color:#000 !important;
background-color: transparent !important;
border-color: transparent !important;
border-bottom:2px solid #d6b07a !important;
}
.shop-nav .nav-tabs {
    overflow: hidden !important;
}
.tab-pane h5{
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 500;
}

.tab-pane h4{
    color: #000 !important;
    font-size: 0.9rem;
    font-weight: 600;
}
.tab-pane .para_small{
    color: #0e1816 !important;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.blog-details-hero {
            height: 420px;
            background-image: url('images/blog-details-1.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            position: relative;
            display: flex;
            align-items: center;
            text-align: center;
            color: var(--white);
        }
        .blog-details-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(42, 52, 46, 0.4);
            z-index: 1;
        }
        .blog-details-hero .container {
            position: relative;
            z-index: 2;
        }
        .blog-details-hero h1 {
            font-size: 2.8rem;
            font-weight: 500;
            color: #FFF;
            margin-bottom: 1rem;
        }
        .blog-details-hero .blog-meta {
            color: rgba(255,255,255,0.85);
            font-size: 0.95rem;
        }
        .blog-details-hero .blog-meta span {
            margin: 0 0.5rem;
        }
        .blog-details-hero .blog-meta .dot {
            opacity: 0.5;
        }

        .blog-article {
            background: var(--bg);
            padding: 4rem 0;
        }
        .blog-article-content {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 3rem;
        }
        .blog-article-content h2 {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary);
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        .blog-article-content p {
            font-size: 1rem;
            color: var(--text-muted);
            line-height: 2;
            margin-bottom: 1.2rem;
        }
        .blog-article-content .blog-featured-img {
            width: 100%;
            border-radius: 12px;
            margin: 1.5rem 0;
        }
        .blog-article-content blockquote {
            border-right: 4px solid var(--gold);
            padding: 1.5rem 2rem;
            margin: 2rem 0;
            background: rgba(201, 160, 99, 0.05);
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: var(--text-muted);
            font-size: 1.05rem;
        }
        .blog-article-content ul {
            list-style: none;
            padding: 0;
            margin: 1rem 0;
        }
        .blog-article-content ul li {
            font-size: 1rem;
            color: var(--text-muted);
            line-height: 2;
            padding-right: 1.5rem;
            position: relative;
        }
        .blog-article-content ul li::before {
            content: '•';
            position: absolute;
            right: 0;
            color: var(--gold);
            font-weight: bold;
        }

        .blog-sidebar-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 2rem;
            margin-bottom: 1.5rem;
        }
        .blog-sidebar-card h5 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 1.2rem;
            padding-bottom: 0.8rem;
            border-bottom: 2px solid var(--gold);
        }
        .blog-sidebar-card .recent-post {
            display: flex;
            gap: 1rem;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid var(--border);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .blog-sidebar-card .recent-post:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .blog-sidebar-card .recent-post:hover {
            opacity: 0.8;
        }
        .blog-sidebar-card .recent-post img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 8px;
            flex-shrink: 0;
        }
        .blog-sidebar-card .recent-post h6 {
            font-size: 0.85rem;
            font-weight: 500;
            color: var(--primary);
            margin-bottom: 0.3rem;
            line-height: 1.5;
        }
        .blog-sidebar-card .recent-post small {
            font-size: 0.75rem;
            color: var(--text-muted);
        }
        .blog-sidebar-card .tag {
            display: inline-block;
            padding: 0.4rem 1rem;
            background: rgba(201, 160, 99, 0.1);
            border: 1px solid rgba(201, 160, 99, 0.2);
            border-radius: 20px;
            font-size: 0.8rem;
            color: var(--gold);
            text-decoration: none;
            margin: 0.2rem;
            transition: all 0.3s ease;
        }
        .blog-sidebar-card .tag:hover {
            background: var(--gold);
            color: var(--white);
        }

        .blog-comments {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 3rem;
            margin-top: 2rem;
        }
        .blog-comments h3 {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 2rem;
        }
        .blog-comment {
            display: flex;
            gap: 1.2rem;
            padding-bottom: 1.5rem;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid var(--border);
        }
        .blog-comment:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .blog-comment img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }
        .blog-comment h6 {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 0.2rem;
        }
        .blog-comment small {
            font-size: 0.75rem;
            color: var(--text-muted);
        }
        .blog-comment p {
            font-size: 0.9rem;
            color: var(--text-muted);
            line-height: 1.8;
            margin-top: 0.5rem;
            margin-bottom: 0;
        }
        .blog-comment .btn-reply {
            font-size: 0.8rem;
            color: var(--gold);
            text-decoration: none;
            font-weight: 500;
        }
        .blog-comment .btn-reply:hover {
            text-decoration: underline;
        }

        .blog-comment-form .form-control {
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
        }
        .blog-comment-form .form-control:focus {
            border-color: var(--gold);
            box-shadow: 0 0 0 3px rgba(201, 160, 99, 0.1);
        }
        .blog-comment-form .btn-submit {
            background: var(--primary);
            color: var(--white);
            border: none;
            padding: 0.8rem 2.5rem;
            border-radius: 12px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .blog-comment-form .btn-submit:hover {
            background: #1e2621;
            transform: translateY(-2px);
        }


/* ============================================
   SHOP PAGE - Pagination & Filters
   ============================================ */
.shop-page-link {
    cursor: pointer;
    color: var(--primary);
    border: 1px solid var(--border);
    transition: var(--transition);
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
}

.shop-page-link:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.page-item.active .shop-page-link {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.page-item.disabled .shop-page-link {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.pagination {
    gap: 4px;
}

/* Category Filter Styles */
.category-filter {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem !important;
    transition: var(--transition);
    border-radius: 0 !important;
    cursor: pointer;
}

.category-filter:hover {
    color: var(--secondary) !important;
    padding-right: 10px !important;
}

[dir="rtl"] .category-filter:hover {
    padding-right: 0.75rem !important;
    padding-left: 10px !important;
}

.category-filter.active {
    font-weight: 600;
}

/* Price Filter Styles */
.price-filter .form-control-sm {
    border-radius: 0;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
}

.price-filter .form-label {
    margin-bottom: 0.25rem;
}

/* Sort By Styles */
#sort-by {
    border-radius: 0;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}

/* Loading Spinner */
#loading-products {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.15em;
}

/* Products Count */
#products-count {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Shop Section */
#shop-section .luxury-card img {
    height: 220px;
}

.pagination{ 
    display: flex !important;
}

/* ============================================
   404 ERROR PAGE STYLES
   ============================================ */

.error-hero {
    min-height: 70vh;
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    padding: 4rem 0;
}

.error-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 52, 46, 0.55);
}

.error-hero .container {
    position: relative;
    z-index: 2;
}

.error-breadcrumb {
    direction: rtl;
    text-align: center;
    margin: 0 auto 1.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.error-breadcrumb a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: var(--transition);
}

.error-breadcrumb a:hover {
    color: var(--secondary);
}

.error-breadcrumb .breadcrumb-sep {
    margin: 0 0.5rem;
    opacity: 0.7;
}

.error-breadcrumb .current {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.error-number {
    font-family: var(--font-heading);
    font-size: 12rem;
    font-weight: 700;
    line-height: 1;
    color: var(--secondary);
    text-shadow: 0 4px 30px rgba(201, 160, 99, 0.3);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.error-hero-title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    color: #FFF;
    z-index: 10;
}

.error-hero-tags {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.error-hero-tags .dot {
    opacity: 0.9;
}

.error-hero-desc {
    max-width: 700px;
    margin: 0 auto 2.5rem;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
}

.error-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Quick Links Section */
.error-links-section {
    background: var(--bg);
}

.error-link-card {
    display: block;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    height: 100%;
}

.error-link-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(42, 52, 46, 0.1);
    border-color: var(--secondary);
}

.error-link-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: rgba(201, 160, 99, 0.1);
    border: 1px solid rgba(201, 160, 99, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.8rem;
    transition: var(--transition);
}

.error-link-card:hover .error-link-icon {
    background: var(--gold);
    color: var(--white);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(201, 160, 99, 0.3);
}

.error-link-card h5 {
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 0.5rem;
    transition: var(--transition);
}

.error-link-card:hover h5 {
    color: var(--secondary);
}

.error-link-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

.cart-item { transition: all 0.3s ease; }
        .cart-item:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(42, 52, 46, 0.1); }
        .quantity-btn { 
            width: 32px; 
            height: 32px; 
            border: 1px solid var(--border); 
            background: var(--white);
            cursor: pointer;
            transition: all 0.3s;
        }
        .quantity-btn:hover { background: var(--secondary); color: var(--white); border-color: var(--secondary); }
        .remove-btn { 
            background: none; 
            border: none; 
            color: #dc3545; 
            cursor: pointer;
            transition: transform 0.3s;
        }
        .remove-btn:hover { transform: scale(1.2); }
        .order-summary { 
            background: var(--light-gray); 
            border-radius: 12px; 
            padding: 2rem;
            position: sticky;
            top: 100px;
        }
        .checkout-btn {
            background: var(--primary);
            color: var(--white);
            border: none;
            padding: 1rem;
            width: 100%;
            border-radius: 8px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
        }
        .checkout-btn:hover { background: #1e2621; transform: translateY(-2px); }

/* ============================================
   SINGLE PRODUCT PAGE STYLES
   ============================================ */

/* Product Gallery */
.product-gallery-main {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.product-gallery-main .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
}

.product-gallery-thumbs {
    margin-top: 10px;
}

.product-gallery-thumbs .swiper-slide {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.product-gallery-thumbs .swiper-slide:hover {
    border-color: var(--gold, #d6b07a);
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    border-color: var(--gold, #d6b07a);
}

.product-gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

/* Product Details */
.ico-details {
    font-size: 1.1rem;
}

.space-y-3 > li {
    margin-bottom: 0.75rem;
}

.para_small {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Booking Card */
#date-picker .btn,
.choose-time .btn {
    transition: all 0.3s ease;
}

#date-picker .btn.active,
.choose-time .btn.active {
    background: var(--primary, #2a342e);
    color: #fff;
    border-color: var(--primary, #2a342e);
}

#date-picker .btn:hover,
.choose-time .btn:hover {
    border-color: var(--gold, #d6b07a);
    color: var(--gold, #d6b07a);
}

/* Tabs */
.shop-nav {
    overflow-x: auto;
    scrollbar-width: thin;
}

.shop-nav .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--primary, #2a342e);
    white-space: nowrap;
    transition: all 0.3s ease;
}

.shop-nav .nav-link.active {
    border-bottom-color: var(--gold, #d6b07a);
    color: var(--primary, #2a342e);
}

.shop-nav .nav-link:hover {
    border-bottom-color: var(--gold, #d6b07a);
}

/* Reviews */
#product-reviews-container .data {
    padding-bottom: 1.5rem;
}

#product-reviews-container .cell-letter {
    font-weight: 600;
    font-size: 1.1rem;
}

.contain-rating i {
    font-size: 1rem;
}

/* Related Products */
.related-products-carousel .luxury-card {
    margin: 10px;
}

.related-products-carousel .luxury-card img {
    height: 200px;
    object-fit: cover;
}


/* ============================================
   CART PAGE STYLES
   ============================================ */

/* Cart Items */
.cart-item {
    transition: all 0.3s ease;
}

.cart-item:hover {
    box-shadow: 0 8px 25px rgba(42, 52, 46, 0.08);
    border-color: var(--secondary) !important;
}

.cart-item img {
    transition: transform 0.4s ease;
}

.cart-item:hover img {
    transform: scale(1.05);
}

/* Quantity Buttons */
.quantity-btn {
    width: 32px;
    height: 32px;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
}

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

/* Remove Button */
.remove-btn {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    padding: 5px 10px;
}

.remove-btn:hover {
    color: #c82333;
    transform: scale(1.2);
}

/* Order Summary */
.order-summary {
    padding: 2rem;
    border-radius: 12px;
    position: sticky;
    top: 100px;
}

.order-summary h4 {
    font-weight: 500;
}

/* Checkout Button */
.checkout-btn {
    background: var(--primary);
    color: var(--white);
    border: none;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.checkout-btn:hover {
    background: #1e2621;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 52, 46, 0.2);
}

/* Upsell Cards */
.upsell-card {
    transition: all 0.4s ease;
    border-radius: 12px;
}

.upsell-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(42, 52, 46, 0.12) !important;
}

.upsell-card i {
    transition: transform 0.4s ease;
}

.upsell-card:hover i {
    transform: scale(1.15);
}

/* Empty Cart */
.empty-cart-icon {
    font-size: 4rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}

/* ============================================
   CHECKOUT PAGE STYLES
   ============================================ */

.checkout-page {
    background: var(--bg);
    min-height: calc(100vh - 200px);
}

.order-summary-card {
    position: sticky;
    top: 100px;
}

.section-card {
    border: 1px solid var(--border);
}

.payment-option {
    cursor: pointer;
    transition: all 0.3s ease;
    border-color: var(--border) !important;
}

.payment-option:hover {
    border-color: var(--secondary) !important;
    box-shadow: 0 4px 12px rgba(204, 168, 114, 0.15);
    transform: translateY(-2px);
}

.payment-option.active {
    border-color: var(--secondary) !important;
    background: rgba(204, 168, 114, 0.05);
}

.payment-option i {
    color: var(--secondary);
}

.card-details-section {
    border: 1px solid var(--border);
    margin-top: 1rem;
}

.btn-confirm {
    background: var(--primary);
    color: var(--white);
    border: none;
    font-weight: 500;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.btn-confirm:hover {
    background: #1e2621;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 52, 46, 0.3);
}

.order-item {
    transition: all 0.3s ease;
}

.order-item:hover {
    background: var(--bg);
    padding: 0.5rem;
    border-radius: 8px;
}

/* Success Modal */
.modal-content {
    border-radius: 16px;
    border: none;
}

.success-icon {
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.booking-reference {
    background: linear-gradient(135deg, rgba(204, 168, 114, 0.1) 0%, rgba(204, 168, 114, 0.05) 100%);
    border: 2px dashed var(--secondary);
}

/* Form Controls */
.form-control:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(204, 168, 114, 0.15);
}

/* Responsive */
@media (max-width: 992px) {
    .order-summary-card {
        position: static;
        order: -1;
    }
}

/* Navbar styling for checkout */
.checkout-page .navbar {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}


/* ============================================
   FAVORITES PAGE STYLES
   ============================================ */

.favorites-hero {
    height: 420px;
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}

.favorites-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 52, 46, 0.55);
}

.favorites-hero .container {
    position: relative;
    z-index: 2;
}

.favorites-breadcrumb {
    direction: rtl;
    text-align: center;
    margin: 0 auto 1.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.favorites-breadcrumb a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: var(--transition);
}

.favorites-breadcrumb a:hover {
    color: var(--secondary);
}

.favorites-breadcrumb .breadcrumb-sep {
    margin: 0 0.5rem;
    opacity: 0.7;
}

.favorites-breadcrumb .current {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.favorites-hero-title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    color: #FFF;
    z-index: 10;
}

.favorites-hero-tags {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.favorites-hero-tags .dot {
    opacity: 0.9;
}

.favorites-hero-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
}

/* Favorites Section */
.favorites-section {
    background: var(--bg);
}

/* Toolbar */
.favorites-toolbar {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.2rem 1.5rem;
}

.favorites-count {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: var(--primary);
    font-weight: 500;
}

.favorites-count i {
    font-size: 1.2rem;
}

.favorites-count span:nth-child(2) {
    font-weight: 700;
    color: var(--secondary);
}

/* Favorites Card */
.favorites-card {
    position: relative;
}

.favorites-card-image {
    position: relative;
    overflow: hidden;
}

.favorites-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.favorites-card:hover .favorites-card-image img {
    transform: scale(1.05);
}

.favorites-remove-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    color: #e74c3c;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

[dir="rtl"] .favorites-remove-btn {
    left: auto;
    right: 12px;
}

.favorites-remove-btn:hover {
    background: #e74c3c;
    color: var(--white);
    transform: scale(1.1);
}

.favorites-type-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(42, 52, 46, 0.85);
    color: var(--white);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    backdrop-filter: blur(4px);
}

[dir="rtl"] .favorites-type-badge {
    right: auto;
    left: 12px;
}

.favorites-type-badge i {
    font-size: 0.7rem;
    color: var(--secondary);
}

/* Empty State */
.favorites-empty-state {
    padding: 4rem 1rem;
}

.favorites-empty-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(201, 160, 99, 0.1);
    border: 1px solid rgba(201, 160, 99, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 3rem;
}

.favorites-empty-state h3 {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.5rem;
}

.favorites-empty-state p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
}

/* ============================================
   LOGIN PAGE STYLES
   ============================================ */

.login-section {
    min-height: calc(100vh - 100px);
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

.login-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 52, 46, 0.6);
}

.login-section .container {
    position: relative;
    z-index: 2;
}

.login-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Brand Side */
.login-brand-side {
    background: linear-gradient(160deg, var(--sage) 0%, var(--sage-dark) 100%);
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.login-brand-side::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 160, 99, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.login-brand-content {
    position: relative;
    z-index: 2;
}

.login-brand-logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.login-brand-logo img {
    width: 160px;
    filter: brightness(0) invert(1);
}

.login-brand-title {
    color: var(--white);
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.login-brand-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 2.5rem;
}

.login-brand-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.login-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(201, 160, 99, 0.15);
    border: 1px solid rgba(201, 160, 99, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.login-feature-item h6 {
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.login-feature-item p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    margin: 0;
}

/* Form Side */
.login-form-side {
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
}

.login-form-content {
    width: 100%;
}

.login-form-header h2 {
    color: var(--primary);
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.login-form-header p {
    font-size: 0.9rem;
}

.login-form-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(201, 160, 99, 0.1);
    border: 1px solid rgba(201, 160, 99, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 2rem;
}

/* Form Elements */
.login-form {
    margin-top: 1rem;
}

.form-group-login {
    margin-bottom: 1.3rem;
}

.form-group-login label {
    display: block;
    font-size: 0.85rem;
    color: var(--text);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.input-with-icon {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 0.9rem;
    pointer-events: none;
}

[dir="ltr"] .input-icon {
    right: auto;
    left: 14px;
}

.form-control-login {
    width: 100%;
    padding: 14px 44px 14px 16px;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: var(--font-body);
    background: var(--bg);
    transition: var(--transition);
    color: var(--text);
}

[dir="ltr"] .form-control-login {
    padding: 14px 16px 14px 44px;
}

.form-control-login:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(201, 160, 99, 0.1);
    background: var(--white);
}

.form-control-login::placeholder {
    color: #bbb;
}

.password-toggle {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    transition: var(--transition);
}

[dir="ltr"] .password-toggle {
    left: auto;
    right: 14px;
}

.password-toggle:hover {
    color: var(--secondary);
}

.invalid-feedback {
    display: none;
    color: #e74c3c;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

/* Login Options */
.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--text);
    user-select: none;
}

.remember-me input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--secondary);
    cursor: pointer;
}

.forgot-password {
    color: var(--secondary);
    text-decoration: none;
    font-size: 0.85rem;
    transition: var(--transition);
}

.forgot-password:hover {
    color: var(--gold-dark);
    text-decoration: underline;
}

/* Login Button */
.btn-login {
    width: 100%;
    background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold-dark));
    color: var(--sage);
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 160, 99, 0.4);
}

.btn-login:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Divider */
.login-divider {
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}

.login-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--border);
}

.login-divider span {
    background: var(--white);
    padding: 0 1rem;
    position: relative;
    z-index: 1;
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* Social Login */
.social-login-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.btn-social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}

.btn-social-login:hover {
    border-color: var(--secondary);
    background: var(--bg);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.btn-social-login i {
    font-size: 1.2rem;
}

/* Register Link */
.register-link {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.register-link a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.register-link a:hover {
    color: var(--gold-dark);
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .login-wrapper {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .login-brand-side {
        display: none;
    }
}

@media (max-width: 576px) {
    .login-section {
        padding: 1.5rem 0;
        background-attachment: scroll;
    }

    .login-form-side {
        padding: 2rem 1.5rem;
    }

    .login-form-header h2 {
        font-size: 1.5rem;
    }

    .social-login-buttons {
        grid-template-columns: 1fr;
    }

    .login-options {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Register Terms */
.register-terms {
    margin-bottom: 1.5rem;
}

.register-terms .remember-me {
    align-items: flex-start;
    font-size: 0.82rem;
    line-height: 1.7;
}

.register-terms .remember-me a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.register-terms .remember-me a:hover {
    color: var(--gold-dark);
    text-decoration: underline;
}

.register-terms .remember-me input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

/* ============================================
   OTP INPUT & SUCCESS ICON STYLES
   ============================================ */

/* OTP Input Group */
.otp-input-group {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    direction: ltr;
}

.otp-input {
    width: 48px;
    height: 56px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg);
    color: var(--text);
    transition: var(--transition);
    font-family: var(--font-body);
}

.otp-input:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(201, 160, 99, 0.1);
    background: var(--white);
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Resend Code */
.resend-code {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.resend-code a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.resend-code a:hover {
    color: var(--gold-dark);
    text-decoration: underline;
}

/* Success Icon (Forgot Password & Activation) */
.forgot-success-icon,
.activation-success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(40, 167, 69, 0.05));
    border: 2px solid rgba(40, 167, 69, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28a745;
    font-size: 2.5rem;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Activation Email Display */
.activation-email-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.8rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: var(--text);
}

.activation-email-display i {
    color: var(--secondary);
    font-size: 1rem;
}

.activation-email-display span {
    font-weight: 500;
    color: var(--primary);
}

/* Responsive OTP */
@media (max-width: 576px) {
    .otp-input {
        width: 40px;
        height: 48px;
        font-size: 1.1rem;
    }

    .otp-input-group {
        gap: 0.3rem;
    }
}


/* ============================================
   TRACK ORDER PAGE STYLES
   ============================================ */

.track-order-section {
    min-height: calc(100vh - 100px);
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

.track-order-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 52, 46, 0.6);
}

.track-order-section .container {
    position: relative;
    z-index: 2;
}

.track-order-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* Search Card */
.track-search-card {
    background: var(--white);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.track-search-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(201, 160, 99, 0.1);
    border: 1px solid rgba(201, 160, 99, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 2.2rem;
}

.track-search-card h2 {
    color: var(--primary);
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.track-search-card p {
    font-size: 0.9rem;
}

/* Search Form */
.track-search-form {
    max-width: 500px;
    margin: 0 auto;
}

.track-input-group {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.track-input-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 0.9rem;
    pointer-events: none;
    z-index: 2;
}

[dir="ltr"] .track-input-icon {
    right: auto;
    left: 16px;
}

.track-input {
    flex: 1;
    padding: 16px 48px 16px 16px;
    border: 1px solid var(--border);
    border-radius: 12px;
    font-size: 1rem;
    font-family: var(--font-body);
    background: var(--bg);
    transition: var(--transition);
    color: var(--text);
}

[dir="ltr"] .track-input {
    padding: 16px 16px 16px 48px;
}

.track-input:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(201, 160, 99, 0.1);
    background: var(--white);
}

.track-input::placeholder {
    color: #bbb;
    letter-spacing: 0.05em;
}

.btn-track-search {
    background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold-dark));
    color: var(--sage);
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 100px;
}

.btn-track-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 160, 99, 0.4);
}

.btn-track-search:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Order Result */
.track-result {
    background: var(--white);
    border-radius: 20px;
    padding: 2.5rem;
    margin-top: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: fadeIn 0.5s ease;
}

/* Order Info Bar */
.track-order-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.track-order-info-item {
    text-align: center;
}

.track-info-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.4rem;
    letter-spacing: 0.03em;
}

.track-info-value {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary);
}

.track-status-badge {
    display: inline-block !important;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    background: rgba(201, 160, 99, 0.12);
    color: var(--gold-dark);
    border: 1px solid rgba(201, 160, 99, 0.25);
}

/* Timeline */
.track-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
    position: relative;
}

.track-timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
}

.track-timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg);
    border: 2px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    transition: var(--transition);
}

.track-timeline-step.active .track-timeline-icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-color: var(--gold);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(201, 160, 99, 0.3);
}

.track-timeline-content h6 {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.2rem;
}

.track-timeline-step:not(.active) .track-timeline-content h6 {
    color: var(--text-muted);
}

.track-timeline-content p {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.3rem;
    line-height: 1.5;
}

.track-timeline-date {
    font-size: 0.7rem;
    color: var(--text-muted);
    opacity: 0.8;
}

.track-timeline-line {
    flex: 1;
    height: 3px;
    background: var(--border);
    margin-top: 24px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.track-timeline-line.active {
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

/* Order Items */
.track-order-items {
    margin-bottom: 2rem;
}

.track-items-title {
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--border);
}

.track-item-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
}

.track-item-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid var(--border);
}

.track-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.track-item-info {
    flex: 1;
}

.track-item-info h6 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.2rem;
}

.track-item-info span {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.track-item-price {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gold-dark);
}

/* Order Total */
.track-order-total {
    padding-top: 1.2rem;
    margin-top: 0.5rem;
}

.track-order-total .d-flex {
    padding: 0.3rem 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.track-total-row {
    padding-top: 0.8rem !important;
    margin-top: 0.5rem;
    border-top: 1px solid var(--border);
    font-size: 1.05rem !important;
    font-weight: 700;
    color: var(--primary) !important;
}

.track-total-row span:last-child {
    color: var(--gold-dark);
}

/* Actions */
.track-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn-track-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 28px;
    border: 1px solid var(--border);
    border-radius: 10px;
    color: var(--text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    background: var(--white);
}

.btn-track-outline:hover {
    border-color: var(--secondary);
    color: var(--secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.btn-track-filled {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 28px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold-dark));
    color: var(--sage);
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: var(--transition);
}

.btn-track-filled:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 160, 99, 0.4);
    color: var(--sage);
}

/* Not Found State */
.track-not-found {
    background: var(--white);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    margin-top: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    text-align: center;
    animation: fadeIn 0.5s ease;
}

.track-not-found-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(220, 53, 69, 0.08);
    border: 1px solid rgba(220, 53, 69, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc3545;
    font-size: 2.2rem;
}

.track-not-found h3 {
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.track-not-found p {
    color: var(--text-muted);
    font-size: 0.9rem;
    max-width: 400px;
    margin: 0 auto 1.5rem;
    line-height: 1.8;
}

.track-not-found .btn-track-filled {
    display: inline-flex;
}


/* Gift-specific overrides for the new page design */
        .gift-hero-new {
            height: 420px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: linear-gradient(160deg, #1a2820 0%, #24342f 40%, #2e4238 70%, #1a2820 100%);
            overflow: hidden;
        }
        .gift-hero-new::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: url('images/hero-bg.png') center/cover no-repeat;
            opacity: 0.15;
        }
        .gift-hero-new .container { position: relative; z-index: 2; }
        .gift-hero-new h1 {
            font-size: 3rem;
            font-weight: 300;
            color: var(--white);
            margin-bottom: 1.2rem;
        }
        .gift-hero-new p {
            font-size: 1.05rem;
            color: rgba(255,255,255,0.75);
            max-width: 650px;
            margin: 0 auto;
            line-height: 1.9;
        }
        .gift-hero-tags-new {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--gold);
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
        }
        .gift-hero-tags-new .dot { opacity: 0.6; }

        /* Why Gift Cards */
        .why-gift-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }
        .why-gift-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 2rem 1.5rem;
            text-align: center;
            transition: all 0.4s ease;
        }
        .why-gift-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(42,52,46,0.08);
            border-color: var(--gold);
        }
        .why-gift-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            border:1px solid var(--gold);
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            color: var(--gold);
            background: rgba(214, 176, 122, 0.1);
        }
        .why-gift-card h5 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 0.5rem;
        }
        .why-gift-card p {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-bottom: 0;
        }

        /* Timeline */
        .timeline-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            position: relative;
        }
        .timeline-steps::before {
            content: '';
            position: absolute;
            top: 40px;
            left: 60px;
            right: 60px;
            height: 2px;
            background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
            z-index: 0;
        }
        @media (max-width: 768px) {
            .timeline-steps::before { display: none; }
        }
        .timeline-step {
            text-align: center;
            position: relative;
            z-index: 1;
        }
        .timeline-number {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--gold), var(--gold-dark));
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: 700;
            margin: 0 auto 1.5rem;
            box-shadow: 0 8px 25px rgba(201, 160, 99, 0.3);
        }
        .timeline-step h5 {
            font-size: 1rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 0.5rem;
        }
        .timeline-step p {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-bottom: 0;
        }
        .timeline-arrow {
            text-align: center;
            color: var(--gold);
            font-size: 1.5rem;
        }
        @media (max-width: 768px) {
            .timeline-arrow { display: none; }
        }

        /* Occasions Grid */
        .occasions-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.2rem;
        }
        .occasion-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 1.8rem 1.5rem;
            text-align: center;
            transition: all 0.4s ease;
            cursor: default;
        }
        .occasion-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(42,52,46,0.06);
            border-color: var(--gold);
        }
        .occasion-icon {
            font-size: 2rem;
            margin-bottom: 0.8rem;
        }
        .occasion-card h6 {
            font-size: 1rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 0;
        }

        /* FAQ */
        .faq-accordion-gift .accordion-item {
            border: 1px solid var(--border);
            border-radius: 12px !important;
            margin-bottom: 1rem;
            overflow: hidden;
        }
        .faq-accordion-gift .accordion-button {
            padding: 1.2rem 1.5rem;
            font-weight: 500;
            color: var(--primary);
            background: var(--white);
            font-size: 1rem;
        }
        .faq-accordion-gift .accordion-button:not(.collapsed) {
            color: var(--gold);
            background: rgba(201, 160, 99, 0.05);
        }
        .faq-accordion-gift .accordion-button::after {
            filter: none;
        }
        .faq-accordion-gift .accordion-body {
            padding: 1.2rem 1.5rem 1.2rem;
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        /* CTA Section */
        .gift-cta {
            background: linear-gradient(160deg, #1a2820 0%, #24342f 50%, #1a2820 100%);
            padding: 5rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .gift-cta::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="%23c9a063" stroke-width="0.5" opacity="0.06"><ellipse cx="16" cy="27" rx="11" ry="3"/><ellipse cx="16" cy="21" rx="8.5" ry="3"/><ellipse cx="16" cy="15.5" rx="6" ry="2.8"/><ellipse cx="16" cy="11" rx="4" ry="2.3"/></svg>') repeat;
            background-size: 80px;
        }
        .gift-cta .container { position: relative; z-index: 2; }
        .gift-cta h2 {
            font-size: 2.5rem;
            font-weight: 300;
            color: var(--white);
            margin-bottom: 1rem;
        }
        .gift-cta p {
            color: rgba(255,255,255,0.7);
            font-size: 1.05rem;
            max-width: 550px;
            margin: 0 auto 2rem;
        }
        .btn-gift-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--gold);
            color: var(--white);
            border: none;
            padding: 16px 40px;
            font-size: 1.05rem;
            font-weight: 500;
            border-radius: 50px;
            transition: all 0.4s ease;
            text-decoration: none;
        }
        .btn-gift-cta:hover {
            background: var(--gold-dark);
            color: var(--white);
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(201, 160, 99, 0.35);
        }

        .services-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: 16px;
            padding: 2.5rem 2rem;
            text-align: center;
            transition: all 0.4s ease;
            margin: 0.5rem;
        }
        .services-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(42,52,46,0.08);
            border-color: var(--gold);
        }
        .services-card-icon {
            width: 150px;
            height: 150px;
            margin: 0 auto 1.5rem;
            background: rgba(201, 160, 99, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .services-card-icon img { width: 100%; height: 100%; object-fit: contain; }
        .services-card-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 0.8rem;
        }
        .services-card-desc {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-bottom: 1.5rem;
            line-height: 1.7;
        }

        @media (max-width: 992px) {
            .why-gift-grid { grid-template-columns: repeat(2, 1fr); }
            .timeline-steps { grid-template-columns: repeat(2, 1fr); }
            .occasions-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 576px) {
            .why-gift-grid { grid-template-columns: 1fr; }
            .timeline-steps { grid-template-columns: 1fr; }
            .occasions-grid { grid-template-columns: 1fr; }
            .gift-hero-new h1 { font-size: 2rem; }
            .gift-cta h2 { font-size: 1.8rem; }
        }
        .service-icon{
            width: 60px;
            height: 60px;
            /*
            border-radius: 50%;
            background: rgba(201, 160, 99, 0.1);
            */
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
        }
.hero-slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

/* Previous & Next */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next,
.swiper-button-next, 
.swiper-button-prev{
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #cba871;
    border-radius: 0%;
    color: #cba871;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    transition: all .3s ease;
}

/* حجم الأيقونة */
.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after,
.swiper-button-next::after, 
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
    color:#FFF;
}

/* Hover */
.hero-slider .swiper-button-prev:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover,
.hero-slider .swiper-button-next:hover {
    background: #cba871;
    color: #fff;
}

/* مكان الأسهم */
.hero-slider .swiper-button-prev {
    left: 130px;
    right: auto;
    top: auto;
    bottom: 50px;
}

.hero-slider .swiper-button-next {
    left: 60px;
    right: auto;
    top: auto;
    bottom: 50px;
}
.hero-slide {
    position: relative;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    color: #fff;
    background-size: cover;
    background-position: center;
}
.hero-slider .swiper-button-prev {
    left: 120px;
}
.hero-slider .swiper-button-next {
    left: 60px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
    max-width: 800px;
    padding: 0 20px;
    margin:auto;
    background-color:rgba(0, 0, 0, 0.05);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.hero-buttons{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

.hero-buttons .btn{
    opacity:0;
    transform:translateY(40px);
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    border-radius: 20px;
}
.slide-title{
    overflow: hidden;
}

.slide-title span{
    display:inline-block;
    opacity:0;
    transform:translateY(70px);
}
.slide-title{
    animation:titleAnimation 1s ease forwards;
}
.slide-title .word,
.slide-description .word{
    display:inline-block;
    opacity:0;
    transform:translateY(60px);
}


@keyframes titleAnimation{
    0%{
        opacity:0;
        transform:translateY(80px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }
}
.word{
    display:inline-block;
    opacity:0;
    transform:translateY(60px);
}
.slide-page-title,
.slide-page-para,
.slide-page-description{
    overflow:hidden;
}

.spaSwiper {
    width: 100%;
    height: 100%;
}

.spaSwiper .swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 15px;
    object-fit: cover;
}

.categorySwiper{
    width:100%;
    margin-top:40px;
}

.categorySwiper .swiper-slide{
    width:auto !important;
}

.categorySwiper .nav-pill{
    white-space:nowrap;
}

.swiper{
    width:100%;
    overflow:hidden;
}

.swiper-wrapper{
    box-sizing:border-box;
}

.swiper-slide{
    flex-shrink:0;
}
/* Desktop */
@media(min-width:992px){

    .categorySwiper .swiper-wrapper{

        display:flex;

        justify-content:center;

        gap:10px;

    }

}
@media (max-width: 768px) {
    .hero-section,
    .gift-hero{
        background-attachment: scroll;
    }
    .blog-details-hero { height: 380px; background-attachment: scroll; }
    .blog-details-hero h1 { font-size: 1.8rem; }
    .blog-article-content { padding: 1.5rem; }
    .blog-comments { padding: 1.5rem; }

    .hero-content h1 { font-size: 2.2rem; }
    section { padding: 4rem 0 !important; }
    .section-title h2 { font-size: 2rem; }
    .gift-hero h1 {
        font-size: 2rem;
    }
    .voucher-card {
        padding: 2rem 1.5rem;
    }
    .voucher-recipient {
        font-size: 1.4rem;
    }
    .voucher-brand {
        font-size: 1.5rem;
    }
    .package-card {
        margin-bottom: 1.5rem;
    }
    
    .testimonial-card {
        margin-bottom: 1.5rem;
    }
    
    .cta-box {
        padding: 2rem 1.5rem !important;
    }
    
    .cta-box h2 {
        font-size: 1.5rem;
    }
    
    .cta-box .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .payment-option {
        margin-bottom: 1rem;
    }
    
    .order-summary-card {
        margin-bottom: 2rem;
    }
    .profile-form {
        padding: 1.5rem;
    }
    
    .booking-card .col-md-3,
    .booking-card .col-md-6 {
        margin-bottom: 1rem;
    }
    .product-gallery-main .swiper-slide img {
        height: 300px;
    }
    
    .product-gallery-thumbs .swiper-slide img {
        height: 60px;
    }
    .error-hero {
        min-height: 60vh;
        background-attachment: scroll;
        padding: 2rem 1rem;
    }

    .error-number {
        font-size: 7rem;
    }

    .error-hero-title {
        font-size: 1.8rem;
    }

    .error-hero-desc {
        font-size: 0.98rem;
    }

    .error-actions {
        flex-direction: column;
        align-items: center;
    }

    .error-actions .btn {
        width: 100%;
        max-width: 280px;
    }

    .error-link-card {
        padding: 2rem 1rem;
    }
    .terms-hero {
        height: 380px;
        background-attachment: scroll;
        padding: 0 1rem;
    }
    .terms-hero-title {
        font-size: 2.3rem;
    }
    .terms-hero-desc {
        font-size: 0.98rem;
    }
    .terms-block {
        padding: 1.5rem;
    }
    .about-hero , .services-hero , .blog-hero , .loyalty-hero , .contact-hero{
        height: 380px;
        background-attachment: scroll;
        padding: 0 1rem;
    }
    .about-hero-title , .services-hero-title , .blog-hero-title, .loyalty-hero-title , .contact-hero-title{
        font-size: 2.3rem;
    }
    .about-hero-desc, .services-hero-desc , .blog-hero-desc, .loyalty-hero-desc , .contact-hero-desc{
        font-size: 0.98rem;
    }

    .about-breadcrumb, .services-breadcrumb, .blogs-breadcrumb, .loyalty-breadcrumb, .contact-breadcrumb{
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    .about-book-strip{
        padding: 4.5rem 0;
        background-attachment: scroll;
    }
    .about-book-strip-title{
        font-size: 1.5rem;
    }
    .about-book-strip .text-lg-end{
        text-align: center !important;
    }
    .track-search-card {
        padding: 2rem 1.5rem;
    }

    .track-input-group {
        flex-direction: column;
    }

    .btn-track-search {
        width: 100%;
    }

    .track-result {
        padding: 1.5rem;
    }

    .track-order-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .track-timeline {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }

    .track-timeline-step {
        flex-direction: row;
        text-align: right;
        width: 100%;
        gap: 1rem;
        padding: 0.5rem 0;
    }

    [dir="ltr"] .track-timeline-step {
        text-align: left;
    }

    .track-timeline-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .track-timeline-line {
        display: none;
    }

    .track-timeline-content {
        text-align: right;
    }

    [dir="ltr"] .track-timeline-content {
        text-align: left;
    }

    .track-actions {
        flex-direction: column;
    }

    .btn-track-outline,
    .btn-track-filled {
        width: 100%;
        justify-content: center;
    }
    .favorites-hero {
        height: 380px;
        background-attachment: scroll;
        padding: 0 1rem;
    }

    .favorites-hero-title {
        font-size: 2.3rem;
    }

    .favorites-hero-desc {
        font-size: 0.98rem;
    }

    .favorites-toolbar {
        padding: 1rem;
    }

    .favorites-count {
        font-size: 0.9rem;
    }

    .favorites-empty-state {
        padding: 2rem 1rem;
    }

    .favorites-empty-state .btn {
        width: 100%;
        max-width: 280px;
        margin-bottom: 0.5rem;
    }
    .payment-option {
        margin-bottom: 1rem;
    }
    
    .order-summary-card {
        margin-bottom: 2rem;
    }
    .order-summary {
        position: static;
        margin-top: 2rem;
    }
    
    .cart-item .row {
        text-align: center;
    }
    
    .cart-item img {
        margin: 0 auto;
        max-width: 200px;
    }
    .tier-card .list-unstyled li{
        text-align: center;
    }
    .package-body{
        text-align: center;
    }
    .gift-home-content{
        text-align: center;
    }
    .about-home{
        text-align: center;
        padding-top:30px;
    }
    .luxury-card h5{
        text-align: center;
    }
    .luxury-card p {
        text-align: center;
    }
    .luxury-card {
        text-align: center;
    }
    footer{
        text-align: center !important;
    }
    .social-icons-footer{
        justify-content: center !important;
    }
    footer h6{
        font-weight: 600;
    }
}