/* ========================================
   MAIN_EN.CSS - BEPRO | UNIFIED GRADIENT THEME
   ======================================== */

:root {
    --bepro-red: #DB5759;
    --gradient-dark: linear-gradient(145deg, #0c1122, #080c18);
    --gradient-darker: linear-gradient(145deg, #0a0f1e, #070b14);
    --font-Tajawal: 'Tajawal', sans-serif;
    --font-Zain: 'Zain', sans-serif;
    --primary-color1: #DB5759;
    --white-color: #ffffff;
}

/* ========== BASE TYPOGRAPHY ========== */
html, body, .nav-link,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6, a, p, span, label, ul, ol, li {
    font-family: var(--font-Tajawal) !important;
}

.zain-font {
    font-family: var(--font-Zain) !important;
}

a {
    text-decoration: none !important;
}

/* ========== PAGE BACKGROUND - UNIFIED GRADIENT ========== */
body, html, #app, .main-content, .page-wrapper, .wrapper {
    background: var(--gradient-dark) !important;
    margin: 0;
    min-height: 100vh;
    color: #fff;
}

/* ========== HELPER CLASSES ========== */
.subTitle {
    font-family: var(--font-Tajawal) !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.cservicertext {
    font-family: var(--font-Tajawal) !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

.fs-10 { font-size: 12px !important; }
.fs-13-fw-300 { font-weight: 300 !important; font-size: 13px !important; }
.fs-15-fw-300 { font-weight: 300 !important; font-size: 15px !important; }
.fs-16-fw-300 { font-weight: 300 !important; font-size: 18px !important; }
.fs-16-fw-500 { font-weight: 500 !important; font-size: 18px !important; }
.fs-22-fw-300 { font-weight: 300 !important; font-size: 24px !important; }

.fweight-300 { font-weight: 300 !important; }
.hide-important { display: none !important; }
.beformpadding { padding: 13px !important; }

/* ========== PRODUCT ELEMENTS ========== */
.productName {
    margin-top: 14px !important;
    font-weight: 700 !important;
    font-size: 47px !important;
    color: #fff !important;
}

.productDescription {
    font-weight: 300 !important;
    font-size: 20px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.productPrice {
    font-weight: 700 !important;
    font-size: 47px !important;
    color: var(--bepro-red) !important;
}

.sar {
    font-weight: 300 !important;
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

/* ========== BACKGROUND COLORS ========== */
.bg-light2 { background-color: rgba(255, 255, 255, 0.05) !important; }
.bg-lightred { background-color: rgba(219, 87, 89, 0.15) !important; }

.moving-circle {
    background-color: var(--bepro-red) !important;
}

/* ========== UNIFIED GRADIENT BANNER CLASS ========== */
.bepro-gradient-banner {
    position: relative;
    background: transparent !important;
    padding: 70px 0;
    overflow: hidden;
}

.bepro-gradient-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(219, 87, 89, 0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.bepro-gradient-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 1;
}

.bepro-gradient-banner .container,
.bepro-gradient-banner .container-fluid,
.bepro-gradient-banner .banner-content,
.bepro-gradient-banner .section-title-2 {
    position: relative;
    z-index: 2;
}

/* ========== HEADER & TOP BAR ========== */
.top-bar.style-6 {
    background: rgba(8, 12, 24, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(219, 87, 89, 0.15);
    padding: 15px 6%;
}

.top-bar.style-6 a,
.top-bar.style-6 span,
.top-bar.style-6 .content span,
.top-bar.style-6 .hotline-area .content span,
.top-bar.style-6 .topbar-right ul li a {
    color: #fff !important;
    font-weight: 400;
}

.top-bar.style-6 .hotline-area .content h6 a {
    color: var(--bepro-red) !important;
    font-weight: 600;
}

.header-area.style-6 {
    background: rgba(8, 12, 24, 0.98) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(219, 87, 89, 0.1);
    padding: 10px 6%;
}

.header-area.style-6 .main-menu ul > li a,
.header-area.style-6 .menu-list > li > a {
    color: #fff !important;
    font-weight: 400;
    font-size: 16px !important;
    transition: color 0.3s ease;
    text-transform: uppercase !important;
    padding: 15px 20px !important;
}

.header-area.style-6 .main-menu ul > li a:hover,
.header-area.style-6 .menu-list > li > a:hover {
    color: var(--bepro-red) !important;
}

/* Logo in header - make it white */
.header-area.style-6 .header-logo img,
.top-bar.style-6 .company-logo img {
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
}

.header-area.style-6 .header-logo img:hover,
.top-bar.style-6 .company-logo img:hover {
    opacity: 0.9;
}

/* ========== BUTTONS ========== */
.primary-btn3 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(45deg, var(--bepro-red), #b30000) !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 32px !important;
    border-radius: 50px !important;
    font-family: var(--font-Tajawal) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    gap: 10px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 25px rgba(219, 87, 89, 0.25) !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.primary-btn3:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 35px rgba(219, 87, 89, 0.4) !important;
    color: #fff !important;
}

.primary-btn3::after {
    display: none !important;
}

.primary-btn6 {
    background: linear-gradient(45deg, var(--bepro-red), #b30000) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-family: var(--font-Tajawal) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 25px rgba(219, 87, 89, 0.25) !important;
}

.primary-btn6:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 35px rgba(219, 87, 89, 0.4) !important;
}

.primary-btn7 {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    font-family: var(--font-Tajawal) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
}

.primary-btn7:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* ========== SLIDER CONTROLS ========== */
.slider-btn-group,
.slider-btn-group2 {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    padding: 8px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.slider-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
}

.slider-btn:hover {
    background: var(--bepro-red);
    border-color: var(--bepro-red);
    transform: scale(1.1);
}

.slider-btn svg path {
    fill: currentColor;
}

/* ========== CARDS (Keep white) ========== */
.product-card4,
.brand-card,
.service-card {
    background: #ffffff !important;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
}

.product-card4:hover,
.brand-card:hover,
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(219, 87, 89, 0.25);
    border-color: rgba(219, 87, 89, 0.3);
}

.product-card4 .product-content {
    padding: 20px;
}

.product-card4 .product-content h6 a {
    color: #1e293b !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: none;
}

.product-card4 .price-area h6 {
    color: var(--bepro-red) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-top: 10px;
}

.product-card4 .sar {
    color: #64748b !important;
    font-size: 14px !important;
}

.product-card4 hr {
    border-color: rgba(0, 0, 0, 0.1) !important;
    margin: 15px 0;
}

/* Brand cards */
.brand-card {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-decoration: none;
}

.brand-logo {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    transition: all 0.4s ease;
}

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

/* Service cards */
.service-card {
    padding: 35px 20px;
    height: 100%;
}

.service-icon-wrapper {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.step-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: var(--bepro-red);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(219, 87, 89, 0.1);
    border-radius: 50%;
}

.service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.service-content h5 {
    color: #1e293b !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content p {
    color: #64748b !important;
    font-size: 14px;
    line-height: 1.6;
}

/* ========== SECTION TITLES ========== */
.section-title-2 h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(to right, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--bepro-red) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.section-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.6;
}

/* ========== BANNER SPECIFIC ========== */
.banner-content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-description {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 30px;
    max-width: 500px;
}

.banner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.feature-item i {
    color: var(--bepro-red);
    font-size: 18px;
}

/* Quality badge */
.quality-badge .badge {
    background: rgba(219, 87, 89, 0.15);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid rgba(219, 87, 89, 0.3);
    backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Trust badge */
.trust-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.trust-icons {
    display: flex;
    gap: 10px;
}

.trust-icons i {
    color: var(--bepro-red);
    font-size: 18px;
    opacity: 0.7;
}

/* ========== WARRANTY BADGE ========== */
.warranty-badge {
    position: absolute;
    bottom: 15%;
    right: 10%;
    background: linear-gradient(135deg, var(--bepro-red), #b30000);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 20px 40px rgba(219, 87, 89, 0.4);
    animation: rotate 20s linear infinite;
    z-index: 10;
}

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

.warranty-badge::before {
    content: '';
    position: absolute;
    inset: 5px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: rotate 10s linear infinite reverse;
}

.warranty-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.warranty-text strong {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.warranty-text span {
    font-size: 12px;
    opacity: 0.9;
}

/* ========== CUSTOMER SERVICE ========== */
.customer-service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 25px 40px;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.customer-service-icon {
    width: 60px;
    height: 60px;
    background: var(--bepro-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.customer-service-number a {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.customer-service-number a:hover {
    color: var(--bepro-red) !important;
}

.customer-service-hours {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========== FOOTER ========== */
footer.style-2 {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(219, 87, 89, 0.15);
    margin-top: 0 !important;
    padding: 40px 0 20px;
}

footer.style-2 .footer-logo img {
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

footer.style-2 .footer-logo img:hover {
    opacity: 1;
}

footer.style-2 a,
footer.style-2 p {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: color 0.3s ease;
}

footer.style-2 a:hover {
    color: var(--bepro-red) !important;
}

.footer-btm-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
}

.footer-btm-menu ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: var(--font-Tajawal) !important;
}

.footer-btm-menu ul li a:hover {
    color: var(--bepro-red) !important;
}

.social-area ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
}

.social-area ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff !important;
    transition: all 0.3s ease;
}

.social-area ul li a:hover {
    background: var(--bepro-red);
    border-color: var(--bepro-red);
    transform: translateY(-3px);
}

.copyright-area p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px;
    text-align: center;
}

.copyright-area p span {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* ========== SELECT2 CUSTOMIZATION ========== */
.select2-container--default .select2-selection--single {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 50px;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bepro-red) !important;
}

/* ========== AGENT IMAGES ========== */
.agent-logo-img {
    width: 100%;
    height: 266px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========== FORM CONTROLS ========== */
.form-control:focus {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--bepro-red) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(219, 87, 89, 0.25) !important;
}

/* ========== PRELOADER ========== */
.egns-preloader {
    background: #0c1122 !important;
}

/* ========== ANIMATIONS ========== */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.floating-animation {
    animation: float 6s ease-in-out infinite;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .bepro-gradient-banner {
        padding: 50px 0;
    }
    
    .section-title-2 h2,
    .banner-content h1 {
        font-size: 36px;
    }
    
    .top-bar.style-6 {
        padding: 10px 4%;
    }
    
    .header-area.style-6 {
        padding: 10px 4%;
    }
    
    .banner-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .banner-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .banner-features {
        justify-content: center;
    }
    
    .banner-buttons {
        justify-content: center;
    }
    
    .trust-badge {
        justify-content: center;
    }
    
    .customer-service-card {
        flex-direction: column;
        padding: 25px;
        border-radius: 30px;
        text-align: center;
    }
    
    .warranty-badge {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .bepro-gradient-banner {
        padding: 40px 0;
    }
    
    .section-title-2 h2,
    .banner-content h1 {
        font-size: 28px;
    }
    
    .banner-description {
        font-size: 16px;
    }
    
    .banner-features {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .banner-buttons {
        flex-direction: column;
    }
    
    .primary-btn3,
    .primary-btn6,
    .primary-btn7 {
        width: 100%;
        justify-content: center;
    }
    
    .product-card4,
    .brand-card {
        max-width: 280px;
        margin: 0 auto;
    }
    
    .footer-btm-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

/* ========== UTILITY CLASSES ========== */
.text-primary {
    color: var(--bepro-red) !important;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

.bg-transparent {
    background: transparent !important;
}