

.contact-hero.hero-section,
.dealers-hero.hero-section,
.products-hero.hero-section {

    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, 
        var(--luxury-black) 0%,
        var(--luxury-black-light) 50%,
        var(--luxury-charcoal) 100%
    );
    overflow: hidden;
}
.dealers-hero.hero-section{
    min-height: 80vh;
}
.contact-hero.hero-section::before,
.dealers-hero.hero-section::before,
.products-hero.hero-section::before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(173, 22, 41, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(173, 22, 41, 0.08) 0%, transparent 50%);
    animation: gradientShift 15s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.1); }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    filter: blur(2px);
}
.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.dealers-hero .hero-content{
    padding: 80px 20px 40px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(173, 22, 41, 0.1);
    border: 2px solid var(--luxury-gold);
    border-radius: 50px;
    color: var(--luxury-gold);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 25px;
    animation: pulse 2s ease-in-out infinite;
}

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

.hero-badge i {
    font-size: 1.2rem;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--luxury-white);
    font-family: 'Tajawal', sans-serif;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--luxury-gold-light);
    margin-bottom: 40px;
    line-height: 1.8;
}

@media (min-width: 1400px) {
    .hero-title {
        font-size: 4rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-hero.hero-section,
    .dealers-hero.hero-section,
    .products-hero.hero-section {
        min-height: 65vh;
    }
    
    .contact-hero .hero-title,
    .dealers-hero .hero-title,
    .products-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .contact-hero .hero-subtitle,
    .dealers-hero .hero-subtitle,
    .products-hero .hero-subtitle {
        font-size: 1.1rem;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .contact-hero.hero-section,
    .dealers-hero.hero-section,
    .products-hero.hero-section {
        min-height: 60vh;
        padding: 40px 0;
    }
    
    .contact-hero .hero-content,
    .dealers-hero .hero-content,
    .products-hero .hero-content {
        padding: 30px 20px;
    }
    
    .contact-hero .hero-badge,
    .dealers-hero .hero-badge,
    .products-hero .hero-badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
    
    .contact-hero .hero-title,
    .dealers-hero .hero-title,
    .products-hero .hero-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .contact-hero .hero-subtitle,
    .dealers-hero .hero-subtitle,
    .products-hero .hero-subtitle {
        font-size: 1rem;
    }
}

@media (min-width: 480px) and (max-width: 599px) {
    .contact-hero.hero-section,
    .dealers-hero.hero-section,
    .products-hero.hero-section {
        min-height: 55vh;
    }
    
    .contact-hero .hero-title,
    .dealers-hero .hero-title,
    .products-hero .hero-title {
        font-size: 2rem;
    }
    
    .contact-hero .hero-subtitle,
    .dealers-hero .hero-subtitle,
    .products-hero .hero-subtitle {
        font-size: 0.95rem;
    }
}

@media (max-width: 479px) {
    .contact-hero.hero-section,
    .dealers-hero.hero-section,
    .products-hero.hero-section {
        min-height: 50vh;
        padding: 30px 0;
    }
    
    .contact-hero .hero-content,
    .dealers-hero .hero-content,
    .products-hero .hero-content {
        padding: 20px 15px;
    }
    
    .contact-hero .hero-badge,
    .dealers-hero .hero-badge,
    .products-hero .hero-badge {
        font-size: 0.85rem;
        padding: 8px 16px;
        gap: 8px;
    }
    
    .contact-hero .hero-badge i,
    .dealers-hero .hero-badge i,
    .products-hero .hero-badge i {
        font-size: 1rem;
    }
    
    .contact-hero .hero-title,
    .dealers-hero .hero-title,
    .products-hero .hero-title {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }
    
    .contact-hero .hero-subtitle,
    .dealers-hero .hero-subtitle,
    .products-hero .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 25px;
        line-height: 1.6;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .contact-hero .hero-title,
    .dealers-hero .hero-title,
    .products-hero .hero-title {
        text-rendering: optimizeLegibility;
    }
}

@media (max-width: 359px) {
    .contact-hero .hero-title,
    .dealers-hero .hero-title,
    .products-hero .hero-title {
        font-size: 1.5rem;
    }
    
    .contact-hero .hero-subtitle,
    .dealers-hero .hero-subtitle,
    .products-hero .hero-subtitle {
        font-size: 0.85rem;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
    .contact-hero.hero-section,
    .dealers-hero.hero-section,
    .products-hero.hero-section {
        min-height: 100vh;
    }
    
    .contact-hero .hero-content,
    .dealers-hero .hero-content,
    .products-hero .hero-content {
        padding: 20px;
    }
    
    .contact-hero .hero-title,
    .dealers-hero .hero-title,
    .products-hero .hero-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .contact-hero .hero-subtitle,
    .dealers-hero .hero-subtitle,
    .products-hero .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {    
    .contact-hero .hero-badge,
    .dealers-hero .hero-badge,
    .products-hero .hero-badge {
        animation: none;
    }
}




.home-hero {
    position: relative;
    min-height: 90vh;
    margin: 0 0 5.63rem;
    padding: 0;
    overflow: hidden;
    background: #0D1117;
}


.home-hero .hero-slider {
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.home-hero .swiper-wrapper {
    min-height: inherit;
}


.home-hero__slide {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(90px, 10vh, 130px) 0;
    background-color: #0D1117;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-hero__slide--1 {
    background-image: url('../assets/images/slide1.webp');
}

@media (max-width: 767px) {
    .home-hero__slide--1 {
        background-image: url('../assets/images/slide-mo.webp');
        background-position: center top;
    }
}


.home-hero__slide::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg,
            rgba(13, 17, 23, 0.88) 0%,
            rgba(13, 17, 23, 0.60) 40%,
            rgba(13, 17, 23, 0.65) 60%,
            rgba(13, 17, 23, 0.90) 100%),
        radial-gradient(ellipse 80% 65% at 50% 45%, rgba(212, 175, 55, 0.07) 0%, transparent 70%),
        radial-gradient(ellipse at 50% 40%, transparent 10%, rgba(13, 17, 23, 0.50) 100%);
    pointer-events: none;
}


.home-hero__slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    background:
        radial-gradient(ellipse at 0%   100%, rgba(173, 22, 41, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse at 100% 100%, rgba(173, 22, 41, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse at 50%  110%, rgba(212, 175, 55, 0.08) 0%, transparent 60%);
    pointer-events: none;
}


.home-page {
    position: relative;
}

.home-page::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    z-index: 2;
    background:
        linear-gradient(180deg,
            rgba(13, 17, 23, 0.55) 0%,
            rgba(13, 17, 23, 0.25) 30%,
            rgba(13, 17, 23, 0.08) 60%,
            transparent 100%),
        radial-gradient(ellipse at 0% 0%, rgba(173, 22, 41, 0.18) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 0%, rgba(173, 22, 41, 0.18) 0%, transparent 50%);
    pointer-events: none;
    margin-top: -5.63rem;
}


.home-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: clamp(28px, 4.5vw, 48px) clamp(24px, 4vw, 48px);
    color: #fff;
}

.home-hero__content::before,
.home-hero__content::after {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    border-color: rgba(212, 175, 55, 0.40);
    border-style: solid;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.home-hero__content::before {
    top: 0;
    right: 0;
    border-width: 1.5px 1.5px 0 0;
    border-radius: 0 6px 0 0;
}

.home-hero__content::after {
    bottom: 0;
    left: 0;
    border-width: 0 0 1.5px 1.5px;
    border-radius: 0 0 0 6px;
}


.home-hero__logo {
    display: block;
    width: clamp(90px, 13vw, 140px);
    height: auto;
    margin: 0 auto 22px;
    filter:
        drop-shadow(0 6px 28px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 18px rgba(212, 175, 55, 0.22));
    animation: hero-logo-glow 4s ease-in-out infinite;
}

@keyframes hero-logo-glow {
    0%, 100% { filter: drop-shadow(0 6px 28px rgba(0,0,0,0.55)) drop-shadow(0 0 18px rgba(212,175,55,0.18)); }
    50%       { filter: drop-shadow(0 6px 28px rgba(0,0,0,0.55)) drop-shadow(0 0 30px rgba(212,175,55,0.38)); }
}


.home-hero__title {
    font-size: clamp(1.65rem, 4vw, 2.8rem);
    margin: 0 0 8px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.4px;
    text-shadow:
        0 4px 20px rgba(0, 0, 0, 0.55),
        0 0 50px rgba(212, 175, 55, 0.10);
    position: relative;
}

.home-hero__title-en {
    display: block;
    font-size: clamp(0.72rem, 1.4vw, 1rem);
    font-weight: 300;
    letter-spacing: 7px;
    color: #D4AF37;
    margin-top: 10px;
    text-transform: uppercase;
    direction: ltr;
    unicode-bidi: isolate;
    text-shadow: 0 3px 18px rgba(212, 175, 55, 0.55);
    opacity: 1;
}


.home-hero__subtitle::before {
    content: '';
    display: block;
    width: 120px;
    height: 1.5px;
    background: linear-gradient(90deg,
        transparent,
        rgba(212, 175, 55, 0.5) 25%,
        rgba(212, 175, 55, 0.9) 50%,
        rgba(212, 175, 55, 0.5) 75%,
        transparent);
    margin: 24px auto 20px;
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.25);
}


.home-hero__subtitle {
    max-width: 600px;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}


.home-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    padding: 14px 36px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--luxury-gold, #c9a84c), #b8933f);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow:
        0 8px 28px rgba(201, 168, 76, 0.35),
        0 2px 8px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.home-hero__cta::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 60%);
    pointer-events: none;
}

.home-hero__cta::after {
    content: '';
    position: absolute;
    top: 0;
    right: 130%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
    transform: skewX(-20deg);
    animation: hero-cta-shimmer 3.5s ease-in-out 1.5s infinite;
    pointer-events: none;
}

@keyframes hero-cta-shimmer {
    0%   { right: 130%; }
    40%  { right: -20%; }
    100% { right: -20%; }
}

.home-hero__cta:hover {
    transform: translateY(-3px);
    box-shadow:
        0 14px 36px rgba(201, 168, 76, 0.50),
        0 4px 12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, #d4b65e, var(--luxury-gold, #c9a84c));
}

.home-hero__cta i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.home-hero__cta span {
    position: relative;
    z-index: 1;
}

.home-hero__cta:hover i {
    transform: translateX(-4px);
}


/* ─── Scroll Indicator ───────────────────────────────────────────── */
.home-hero__scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    opacity: 0;
    animation: hero-scroll-reveal 0.8s ease-out 1.8s forwards;
}

@keyframes hero-scroll-reveal {
    to { opacity: 1; }
}

.home-hero__scroll-text {
    font-size: 0.7rem;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    font-weight: 400;
}

.home-hero__scroll-line {
    width: 1px;
    height: 38px;
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.7), transparent);
    border-radius: 1px;
    animation: hero-scroll-line 2s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes hero-scroll-line {
    0%   { transform: scaleY(0); opacity: 0; transform-origin: top center; }
    40%  { transform: scaleY(1); opacity: 1; transform-origin: top center; }
    70%  { transform: scaleY(1); opacity: 1; transform-origin: bottom center; }
    100% { transform: scaleY(0); opacity: 0; transform-origin: bottom center; }
}


/* ─── Slide content animations ───────────────────────────────────── */
@keyframes ghHeroFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.home-hero .swiper-slide-active .home-hero__content {
    animation: ghHeroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero .swiper-slide-active .home-hero__logo {
    animation: ghHeroFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

.home-hero .swiper-slide-active .home-hero__title {
    animation: ghHeroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.home-hero .swiper-slide-active .home-hero__subtitle {
    animation: ghHeroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.home-hero .swiper-slide-active .home-hero__cta {
    animation: ghHeroFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}


@media (max-width: 1024px) {
    .home-hero,
    .home-hero__slide {
        min-height: 80vh;
    }
    .home-hero {
        margin-bottom: 4.63rem;
    }
}

@media (max-width: 768px) {
    .home-hero,
    .home-hero__slide {
        min-height: 100vh;
        min-height: 100svh;
    }
    .home-hero {
        margin-bottom: 3.63rem;
    }
    .home-hero__slide {
        padding: 80px 0 75px;
    }
    .home-hero__content {
        padding: 28px 22px;
    }
    .home-hero__content::before,
    .home-hero__content::after {
        width: 42px;
        height: 42px;
        border-color: rgba(212, 175, 55, 0.45);
    }
    .home-hero__title {
        font-size: 2rem;
        line-height: 1.35;
    }
    .home-hero__title-en {
        letter-spacing: 5px;
        font-size: 0.9rem;
        margin-top: 8px;
    }
    .home-hero__logo {
        width: 175px;
        margin-bottom: 20px;
    }
    .home-hero__subtitle {
        font-size: 1.05rem;
        line-height: 1.8;
        max-width: 92%;
    }
    .home-hero__subtitle::before {
        width: 100px;
        margin: 20px auto 17px;
    }
    .home-hero__cta {
        margin-top: 24px;
        padding: 14px 34px;
        font-size: 1rem;
    }
    .home-hero__scroll {
        bottom: 22px;
    }
}

@media (max-width: 480px) {
    .home-hero,
    .home-hero__slide {
        min-height: 100vh !important;
        min-height: 100svh !important;
    }
    .home-hero {
        margin-bottom: 2.63rem;
    }
    .home-hero__slide {
        padding: 70px 0 65px;
    }
    .home-hero__content {
        padding: 22px 18px;
    }
    .home-hero__content::before,
    .home-hero__content::after {
        width: 38px;
        height: 38px;
        border-color: rgba(212, 175, 55, 0.50);
    }
    .home-hero__logo {
        width: 155px;
        margin-bottom: 18px;
    }
    .home-hero__title {
        font-size: 1.75rem;
        line-height: 1.35;
    }
    .home-hero__title-en {
        letter-spacing: 4px;
        font-size: 0.8rem;
        margin-top: 8px;
    }
    .home-hero__subtitle {
        line-height: 1.75;
        font-size: 1rem;
        max-width: 95%;
    }
    .home-hero__subtitle::before {
        width: 80px;
        margin: 16px auto 14px;
    }
    .home-hero__cta {
        margin-top: 22px;
        padding: 13px 30px;
        font-size: 0.92rem;
    }
    /* Scroll indicator — line only, no text */
    .home-hero__scroll {
        bottom: 16px;
        gap: 4px;
    }
    .home-hero__scroll-text {
        display: none;
    }
    .home-hero__scroll-line {
        height: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero .swiper-slide-active .home-hero__content,
    .home-hero .swiper-slide-active .home-hero__logo,
    .home-hero .swiper-slide-active .home-hero__title,
    .home-hero .swiper-slide-active .home-hero__subtitle,
    .home-hero .swiper-slide-active .home-hero__cta {
        animation: none;
    }

    .home-hero__logo {
        animation: none;
    }

    .home-hero__cta::after {
        animation: none;
    }

    .home-hero__scroll {
        animation: none;
        opacity: 1;
    }

    .home-hero__scroll-line {
        animation: none;
        opacity: 0.5;
        transform: scaleY(1);
    }
}






