/* Add custom CSS styles below */ 
/* ================================
   Announcement Bar (الشريط الاعلاني)
================================ */
/* ===== Luxury Announcement Bar ===== */
.luxury-announcement {
    font-size: 11px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
}


/* ================================
   Logo Size (تكبير اللوقو)
================================ */
.header-logo img,
.navbar-brand img {
    max-height: 85px !important;
    width: auto;
}


/* ================================
   Header Icons Color (لون الايقونات)
================================ */
.salla-header svg,
.header-icons i,
.nav-icons i {
    color: #C6A96B !important;
    fill: #C6A96B !important;
}


/* ================================
   Header Icons Size (حجم الايقونات)
================================ */
.salla-header svg,
.header-icons i {
    width: 24px;
    height: 24px;
    font-size: 24px !important;
}


/* ================================
   Smooth Hover Effect (لمسة فخمة)
================================ */
.salla-header svg:hover,
.header-icons i:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
    opacity: 0.8;
}


/* =========================
   HERO CONTAINER
============================ */
.luxury-hero {
    position: relative;
}
/* ===============================
   TEXT POSITION CONTROL
   (تحكم دقيق بالموقع)
================================ */

.luxury-hero .content,
.luxury-hero .hero-content,
.luxury-hero .slider-content {

    position: absolute !important;

    top: 30%;        /* ← غيري الموقع العمودي */
    left: 30%;     

    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 700px;
    padding: 0 20px;
    z-index: 5;
}


/* ===============================
   MAIN TITLE STYLE
================================ */

.luxury-hero h1,
.luxury-hero h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 1.6;
}


/* ===============================
   SUB TEXT
================================ */

.luxury-hero p {
    color: #f2f2f2;
    font-size: 16px;
    margin-top: 10px;
}


/* ===============================
   BUTTON — LUXURY STYLE
================================ */

.luxury-hero .btn {
    margin-top: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 12px 32px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.35s ease;
}

.luxury-hero .btn:hover {
    background: #C6A96B;
    border-color: #C6A96B;
    color: #fff;
}


/* ===============================
   SLIDER DOTS (دوائر فخمة)
================================ */

.luxury-hero .swiper-pagination {
    bottom: 10px !important;
}

.luxury-hero .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.luxury-hero .swiper-pagination-bullet-active {
    background: #ad791f;
    transform: scale(1.4);
}


/* ===============================
   CINEMATIC TEXT ANIMATION
================================ */

.luxury-hero .content {
    animation: luxuryFade 1.2s ease forwards;
}

@keyframes luxuryFade {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}


/* ===============================
   IMAGE CINEMATIC ZOOM EFFECT
================================ */

.luxury-hero img {
    animation: luxuryZoom 12s ease-in-out infinite alternate;
}

@keyframes luxuryZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.06);
    }
}


/* ===============================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 768px) {

.luxury-hero .content {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.luxury-hero h1,
.luxury-hero h2 {
    font-size: 22px;
}

.luxury-hero p {
    font-size: 14px;
}

}

.gradient-luxury::before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    margin: 25px auto;
    background: linear-gradient(to right, transparent, #ad791f
, transparent);
}

/* =====================================================
   RAVEXA PHILOSOPHY – LUXURY STRUCTURE
===================================================== */

/* العنوان الرئيسي */
.luxury-story h2 {
    order: 1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #ad791f;
    text-align: center;
    margin-bottom: 20px;
    font-family: inherit;
}

/* الفقرة */
.luxury-story p {
    order: 2;
    font-size: 14px;
    line-height: 2.6;
    color: #111111;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: justify;
    text-justify: inter-word;
    font-family: inherit;
    letter-spacing: 0.3px;
}

/* ===============================
   FEATURES – CONTROL STYLE
================================ */

/* حذف الإطار نهائياً */
.features-luxury .feature-item,
.features-luxury .s-feature,
.features-luxury .feature-box {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* ===== التحكم بحجم العنوان ===== */
.features-luxury h3,
.features-luxury .title {
    font-size: 10px !important; 
    font-weight: 300;
    color: #111;
}

/* ===== التحكم بحجم النص الفرعي ===== */
.features-luxury p,
.features-luxury .desc {
    font-size: 13px !important;  
    color: #777;
    margin-top: 4px;
}

/* (اختياري) تصغير الأيقونة */
.features-luxury svg,
.features-luxury i {
    font-size: 20px !important;
    color: #C6A96B;
}


/* ===============================
   REMOVE GREY BOXES COMPLETELY
================================ */

.features-luxury .feature-item,
.features-luxury .s-feature,
.features-luxury .feature-box,
.features-luxury .card,
.features-luxury .box {

    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* أحياناً يكون فيه border خفي */
.features-luxury * {
    border-color: transparent !important;
}

/* =====================================================
   RAVEXA PACKIGING
===================================================== */

/* العنوان الرئيسي */
.packaging h2 {
    order: 1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #ad791f;
    text-align: center;
    margin-bottom: 20px;
    font-family: inherit;
}

/* الفقرة */
.packaging p {
    order: 2;
    font-size: 14px;
    line-height: 2.6;
    color: #111111;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: justify;
    text-justify: inter-word;
    font-family: inherit;
    letter-spacing: 0.3px;
}