:root {
    --navy: #3a279b;
    --navy-light: #6b4fc8;
    --navy-mid: #5233ad;
    --gold: #e32b13;
    --gold-light: #f05a3a;
    --gold-dark: #b8220f;
    --white: #ffffff;
    --gray-light: #f4f6f9;
    --gray: #8892a4;
    --gray-dark: #4a5568;
    --text-primary: #1a1a2e;
    --text-secondary: #6b7280;
    --shadow-sm: 0 2px 8px rgba(58,39,155,0.08);
    --shadow-md: 0 8px 30px rgba(58,39,155,0.12);
    --shadow-lg: 0 20px 60px rgba(58,39,155,0.15);
    --shadow-gold: 0 8px 30px rgba(227,43,19,0.3);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo', sans-serif;
    color: var(--text-primary);
    background: var(--white);
    overflow-x: hidden;
    line-height: 1.8;
    direction: rtl;
}



::selection {
    background: var(--gold);
    color: var(--white);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--gray-light); }
::-webkit-scrollbar-thumb { background: var(--navy); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--navy);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s, visibility 0.6s;
}
#preloader.hidden { opacity: 0; visibility: hidden; }
.loader-ring {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(227,43,19,0.2);
    border-top-color: var(--gold);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Navbar */
.navbar-custom {
    background: var(--white);
    backdrop-filter: blur(20px);
    padding: 0.8rem 0;
    transition: var(--transition);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    z-index: 1050;
    box-shadow: var(--shadow-sm);
}
.navbar-custom.scrolled {
    padding: 0.5rem 0;
    box-shadow: var(--shadow-md);

}
.navbar-brand-custom {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.brand-logo {
     padding: 5px;
    width: 160px;
    height: 60px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--navy);
}
.brand-text {
    color: var(--navy);
}
.brand-text h1 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
.brand-text span {
    font-size: 0.7rem;
    color: var(--gold-dark);
    font-weight: 400;
}
.nav-link-custom {
    color: var(--navy) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1.2rem !important;
    transition: var(--transition);
    position: relative;
}
.nav-link-custom:hover,
.nav-link-custom.active {
    color: var(--gold) !important;
}
.nav-link-custom::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: var(--transition);
}
.nav-link-custom:hover::after,
.nav-link-custom.active::after {
    width: 60%;
    right: 20%;
}
.navbar-toggler-custom {
    border: 1px solid var(--navy);
    padding: 6px 10px;
}
.navbar-toggler-custom .fa-bars {
    color: var(--navy);
    font-size: 1.2rem;
}

/* Mobile Menu Adjustment */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: var(--white);
        margin-top: 15px;
        padding: 20px;
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-lg);
        border: 1px solid rgba(0,0,0,0.05);
    }
}

/* Lang Switcher */
.lang-switcher {
    background: transparent;
    border: 1px solid var(--navy);
    color: var(--navy);
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--transition);
}
.lang-switcher:hover {
    background: var(--navy);
    color: var(--white);
}


.cta-nav-btn {
    background: var(--navy);
    color: var(--white) !important;
    border: none;
    padding: 0.6rem 1.8rem !important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}
.cta-nav-btn:hover {
    background: var(--gold);
    color: var(--white) !important;
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--navy);
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://image.qwenlm.ai/public_source/e7a523d9-090e-4e74-88a0-09509f3b4650/135c7bb48-0530-4d19-a0e7-6e24d0c6cdce.png') center/cover no-repeat;
    opacity: 0.4;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(58 39 155 / 0%) 0%, rgb(58 39 155 / 55%) 50%, rgb(58 39 155) 100%);
}
.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0.3;
    animation: float-particle linear infinite;
}
@keyframes float-particle {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 0.3; }
    90% { opacity: 0.3; }
    100% { transform: translateY(-10vh) rotate(720deg); opacity: 0; }
}
.hero-content {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 25px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(227,43,19,0.15);
    border: 1px solid rgba(227,43,19,0.3);
    padding: 8px 20px;
    border-radius: 50px;
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}
.hero-badge i { animation: pulse-icon 2s infinite; }
@keyframes pulse-icon { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.hero-title .gold-text {
    color: var(--gold);
    position: relative;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255,255,255,0.75);
    max-width: 650px;
    margin-bottom: 2.5rem;
    line-height: 2;
}
.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 3rem;
}
.btn-hero-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: white;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: var(--transition);
    box-shadow: var(--shadow-gold);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(227,43,19,0.5);
    color: var(--navy);
}
.btn-hero-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.3);
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.btn-hero-secondary:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-3px);
}
.hero-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.hero-stat {
    text-align: center;
}
.hero-stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
}
.hero-stat-label {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-top: 5px;
}
.hero-features-strip {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}
.hero-feature-item i {
    color: var(--gold);
    font-size: 1.1rem;
}

/* Section Styles */
.section-padding {
    padding: 100px 0;
}
.section-header {
    text-align: center;
    margin-bottom:40px;
}
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(227,43,19,0.1), rgba(227,43,19,0.05));
    border: 1px solid rgba(227,43,19,0.2);
    padding: 6px 18px;
    border-radius: 50px;
    color: var(--gold-dark);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    line-height: 1.4;
}
.section-title .gold-text { color: var(--gold); }
.section-desc {
    font-size: 1.05rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 2;
}
.section-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: 2px;
    margin: 15px auto;
}



/* About Section */
.about-section {
    background: var(--white);
    position: relative;
}
.about-image-wrapper {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.about-image-wrapper img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.6s;
}
.about-image-wrapper:hover img {
    transform: scale(1.05);
}
.about-experience-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: white;
    padding: 20px 25px;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-gold);
}
.about-experience-badge .number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}
.about-experience-badge .label {
    font-size: 0.8rem;
    font-weight: 600;
}
.about-content h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}
.about-content p {
    color: var(--text-secondary);
    line-height: 2;
    margin-bottom: 1rem;
}
.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 1.5rem;
}
.about-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: var(--gray-light);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}
.about-feature:hover {
    background: rgba(227,43,19,0.1);
    transform: translateX(-5px);
}
.about-feature i {
    color: var(--gold);
    font-size: 1.2rem;
}
.about-feature span {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-primary);
}

/* Vision Mission Values */
.vmv-section {
    background: var(--navy);
    position: relative;
    overflow: hidden;
}
.vmv-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(227,43,19,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.vmv-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(227,43,19,0.15);
    border-radius: var(--radius-lg);
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    height: 100%;
}
.vmv-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold);
    background: rgba(227,43,19,0.08);
}
.vmv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(227,43,19,0.2), rgba(227,43,19,0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: var(--gold);
    border: 2px solid rgba(227,43,19,0.3);
}
.vmv-card h3 {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.vmv-card p {
    color: rgba(255,255,255,0.7);
    line-height: 2;
    font-size: 0.95rem;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.value-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(227,43,19,0.1);
    border-radius: var(--radius-sm);
    padding: 15px;
    text-align: center;
    transition: var(--transition);
}
.value-item:hover {
    border-color: var(--gold);
    background: rgba(227,43,19,0.1);
}
.value-item i {
    color: var(--gold);
    font-size: 1.5rem;
    margin-bottom: 8px;
}
.value-item span {
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    font-weight: 600;
}

/* Services Section */
.services-section {
    background: var(--gray-light);
}
.service-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    border: 1px solid transparent;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: rgba(227,43,19,0.3);
}
.service-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.service-card:hover .service-card-image img {
    transform: scale(1.1);
}
.service-card-image .service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 40%, rgba(58,39,155,0.7) 100%);
}
.service-card-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    font-size: 1.2rem;
    box-shadow: var(--shadow-gold);
    z-index: 2;
}
.service-card-body {
    padding: 25px;
}
.service-card-body h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-primary);
}
.service-card-body p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 15px;
}
.btn-service-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-dark);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: var(--transition);
}
.btn-service-more:hover {
    color: var(--gold);
    gap: 12px;
}

/* Logistics Section */
.logistics-section {
    background: var(--white);
    position: relative;
}
.logistics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.logistics-item {
    background: var(--gray-light);
    border-radius: var(--radius-md);
    padding: 25px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid transparent;
}
.logistics-item:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}
.logistics-item-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: var(--gold);
    font-size: 1.5rem;
}
.logistics-item h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 8px;
    color: var(--text-primary);
}
.logistics-item p {
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.7;
}

/* Transportation Section */
.transport-section {
    background: var(--navy);
    position: relative;
    overflow: hidden;
}
.transport-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(227,43,19,0.06) 0%, transparent 70%);
    border-radius: 50%;
}
.transport-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.transport-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.transport-content {
    padding-right: 40px;
}
.transport-content h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1.5rem;
}
.transport-content p {
    color: rgba(255,255,255,0.7);
    line-height: 2;
    margin-bottom: 1.5rem;
}
.transport-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.transport-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(227,43,19,0.1);
    transition: var(--transition);
}
.transport-feature:hover {
    border-color: var(--gold);
    background: rgba(227,43,19,0.08);
}
.transport-feature i {
    color: var(--gold);
    font-size: 1.2rem;
}
.transport-feature span {
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    font-size: 0.9rem;
}

/* Equipment Rental Section */
.equipment-section {
    background: var(--gray-light);
}
.equipment-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
}
.equipment-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}
.equipment-card-img {
    height: 220px;
    overflow: hidden;
}
.equipment-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.equipment-card:hover .equipment-card-img img {
    transform: scale(1.08);
}
.equipment-card-body {
    padding: 25px;
    text-align: center;
}
.equipment-card-body h4 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--text-primary);
}
.equipment-card-body p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-bottom: 15px;
}
.equipment-card-body .btn-equipment {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: var(--transition);
}
.equipment-card-body .btn-equipment:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--navy);
}

/* Construction Section */
.construction-section {
    background: var(--white);
}
.construction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
.construction-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    height: 300px;
    cursor: pointer;
}
.construction-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.construction-card:hover img {
    transform: scale(1.1);
}
.construction-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 30%, rgba(58,39,155,0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    transition: var(--transition);
}
.construction-card:hover .construction-card-overlay {
    background: linear-gradient(180deg, rgba(58,39,155,0.3) 0%, rgba(58,39,155,0.9) 100%);
}
.construction-card-overlay h4 {
    color: var(--white);
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 8px;
}
.construction-card-overlay p {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    line-height: 1.7;
}
.construction-card-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

/* Agriculture & Food Section */
.agri-food-section {
    background: var(--gray-light);
}
.agri-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
}
.agri-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}
.agri-card-img {
    height: 250px;
    overflow: hidden;
}
.agri-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agri-card-body {
    padding: 30px;
}
.agri-card-body h4 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--text-primary);
}
.agri-card-body p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 15px;
}
.agri-card-body ul {
    list-style: none;
    padding: 0;
}
.agri-card-body ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
}
.agri-card-body ul li i {
    color: var(--gold);
    font-size: 0.8rem;
}

/* Quality Section */
.quality-section {
    background: var(--navy);
    position: relative;
    overflow: hidden;
}
.quality-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('https://image.qwenlm.ai/public_source/e7a523d9-090e-4e74-88a0-09509f3b4650/1f526074c-62c4-4efe-a6f3-434b75ee3b63.png') center/cover no-repeat;
    opacity: 0.1;
}
.quality-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(227,43,19,0.15);
    border-radius: var(--radius-md);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    backdrop-filter: blur(10px);
}
.quality-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    background: rgba(227,43,19,0.08);
}
.quality-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(227,43,19,0.2), rgba(227,43,19,0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: var(--gold);
    font-size: 1.8rem;
    border: 2px solid rgba(227,43,19,0.2);
}
.quality-card h5 {
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}
.quality-card p {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    line-height: 1.8;
}

/* Licenses Section */
.licenses-section {
    background: var(--white);
}
.license-card {
    background: var(--gray-light);
    border-radius: var(--radius-md);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.license-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transform: scaleX(0);
    transition: var(--transition);
}
.license-card:hover::before {
    transform: scaleX(1);
}
.license-card:hover {
    border-color: rgba(227,43,19,0.3);
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}
.license-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 1.5rem;
}
.license-card h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 8px;
    color: var(--text-primary);
}
.license-card p {
    color: var(--text-secondary);
    font-size: 0.85rem;
    line-height: 1.7;
}

/* Branches Section */
.branches-section {
    background: var(--gray-light);
}
.branch-card {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: 1px solid transparent;
    height: 100%;
}
.branch-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold);
}
.branch-card.main-branch {
    border: 2px solid var(--gold);
    position: relative;
}
.branch-card.main-branch::after {
    content: 'المقر الرئيسي';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: white;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}
.branch-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: var(--gold);
    font-size: 1.5rem;
}
.branch-card h4 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--text-primary);
}
.branch-card p {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Projects Gallery */
.gallery-section {
    background: var(--white);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 15px;
}
.gallery-item {
    border-radius: var(--radius-md);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(58,39,155,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}
.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}
.gallery-item-overlay i {
    color: var(--gold);
    font-size: 2rem;
}
.gallery-item-label {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(58,39,155,0.8);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

/* Clients Section */
.clients-section {
    background: var(--gray-light);
}
.clients-slider {
    padding: 20px 0 50px;
}
.clients-swiper {
    padding: 10px 0 40px;
}
.client-logo {
    background: var(--white);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    margin: 5px;
}
.client-logo img {
    max-height: 50px;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: var(--transition);
}
.client-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.client-logo:hover {
    border-color: var(--gold);
    transform: scale(1.1);
    box-shadow: var(--shadow-md);
}

/* Swiper Navigation & Pagination Styling */
.clients-swiper .swiper-button-next,
.clients-swiper .swiper-button-prev {
    color: var(--gold);
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
}
.clients-swiper .swiper-button-next::after,
.clients-swiper .swiper-button-prev::after {
    font-size: 1.2rem;
    font-weight: bold;
}
.clients-swiper .swiper-pagination-bullet-active {
    background: var(--gold);
}

/* Contact Section */
.contact-section {
    background: var(--white);
}
.contact-form-wrapper {
    background: var(--gray-light);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-md);
}
.form-control-custom {
    background: var(--white);
    border: 2px solid rgba(0,0,0,0.08);
    border-radius: var(--radius-sm);
    padding: 12px 18px;
    font-family: 'Cairo', sans-serif;
    font-size: 0.95rem;
    transition: var(--transition);
    color: var(--text-primary);
}
.form-control-custom:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(227,43,19,0.15);
}
.form-label-custom {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-primary);
    margin-bottom: 6px;
}
.btn-submit {
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    color:white;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: var(--transition);
    width: 100%;
}
.btn-submit:hover {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold);
}
.contact-info-card {
    background: var(--navy);
    border-radius: var(--radius-lg);
    padding: 40px;
    color: var(--white);
    height: 100%;
}
.contact-info-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--gold);
}
.contact-info-card > p {
    color: rgba(255,255,255,0.6);
    margin-bottom: 30px;
    line-height: 1.8;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.contact-info-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: rgba(227,43,19,0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.1rem;
}
.contact-info-item h6 {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 0.95rem;
}
.contact-info-item p {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
    margin: 0;
}
.contact-social {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.contact-social a {
    width: 40px;
    height: 40px;
    background: rgba(227,43,19,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.1rem;
    transition: var(--transition);
    text-decoration: none;
}
.contact-social a:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-3px);
}
.quick-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.quick-btn {
    flex: 1;
    padding: 12px;
    border-radius: var(--radius-sm);
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
    transition: var(--transition);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.quick-btn-whatsapp {
    background: #25d366;
    color: white;
}
.quick-btn-call {
    background: var(--gold);
    color: white;
}
.quick-btn-email {
    background: rgba(227,43,19,0.15);
    color: var(--gold);
    border: 1px solid rgba(227,43,19,0.3);
}
.quick-btn:hover {
    transform: translateY(-3px);
}
.contact-map {
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-top: 20px;
    height: 200px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer */
.footer {
    background: var(--navy);
    color: var(--white);
    padding: 60px 0 0;
}
.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.footer-brand .brand-logo {
    width: 100px;
    height: 50px;
    font-size: 1.2rem;
}
.footer-brand h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}
.footer-brand h4 span {
    display: block;
    font-size: 0.7rem;
    color: var(--gold);
    font-weight: 400;
}
.footer p {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    line-height: 1.8;
}
.footer h5 {
    color: var(--gold);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background: var(--gold);
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-links a:hover {
    color: var(--gold);
    padding-right: 5px;
}
.footer-links a i {
    font-size: 0.7rem;
    color: var(--gold);
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.footer-contact-item i {
    color: var(--gold);
    font-size: 0.9rem;
    width: 20px;
}
.footer-contact-item span {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}
.footer-bottom {
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-bottom p {
    margin: 0;
    font-size: 0.85rem;
}
.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    transition: var(--transition);
    text-decoration: none;
}
.footer-social a:hover {
    background: var(--gold);
    color: var(--navy);
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--navy);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-gold);
}
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}
.back-to-top:hover {
    transform: translateY(-5px);
}

/* Floating Actions */
.floating-actions {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2000;
}

.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: white;
    transition: var(--transition);
    text-decoration: none;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.float-btn:hover {
    transform: scale(1.1) translateX(-5px);
    color: white;
}

.float-whatsapp { 
    background: #25d366; 
    box-shadow: 0 4px 15px rgba(37,211,102,0.4); 
    animation: whatsapp-pulse 2s infinite;
}
.float-facebook { background: #1877f2; box-shadow: 0 4px 15px rgba(24,119,242,0.4); }
.float-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); box-shadow: 0 4px 15px rgba(214,36,159,0.4); }
.float-catalog { background: #ff4d4d; box-shadow: 0 4px 15px rgba(255,77,77,0.4); }

.float-btn .btn-label {
    position: absolute;
    right: 60px;
    background: var(--navy);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.float-btn:hover .btn-label {
    opacity: 1;
    visibility: visible;
    right: 55px;
}

@keyframes whatsapp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}


/* Partners Section */
.partners-section {
    background: var(--navy-light);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.partner-logo-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: var(--transition);
}
.partner-logo-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    border-color: var(--gold);
}
.partner-logo-card img {
    max-height: 60px;
    filter: grayscale(100%) brightness(200%);
    opacity: 0.6;
    transition: var(--transition);
}
.partner-logo-card:hover img {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
}

/* CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    padding: 60px 0;
    text-align: center;
}
.cta-banner h2 {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
}
.cta-banner p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 25px;
}
.btn-cta-dark {
    background: white;
    color: var(--gold);
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: var(--transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn-cta-dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(58,39,155,0.3);
    color: var(--gold);
}

/* Counter Animation */
.counter-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold);
}

/* Paints Factory Section */
.paints-image-wrapper {
    position: relative;
    border-radius: 20px;
}
.paints-badge-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--navy);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: var(--shadow-md);
}
.paints-badge-overlay i {
    color: var(--gold);
}
.paint-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.paint-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.paint-feature-item i {
    color: var(--gold);
    font-size: 1.1rem;
}
.paint-feature-item span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary);
}

/* Branches Section */
.branch-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 30px;
    height: 100%;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.05);
    text-align: center;
    box-shadow: var(--shadow-sm);
}
.branch-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-light);
}
.branch-icon {
    width: 60px;
    height: 60px;
    background: rgba(18,34,64,0.05);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px;
    transition: var(--transition);
}
.branch-card:hover .branch-icon {
    background: var(--gold);
    color: var(--white);
}
.branch-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 15px;
}
.branch-info {
    text-align: right;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: var(--text-secondary);
}
.info-item i {
    color: var(--gold);
    width: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-stats { gap: 20px; }
    .hero-stat-number { font-size: 2rem; }
    .about-features { grid-template-columns: 1fr; }
    .transport-content { padding-right: 0; margin-top: 30px; }
    .transport-features { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
}
/* Catalog Dropdown */
.catalog-dropdown {
    position: relative;
    display: inline-block;
}
.catalog-menu {
    position: absolute;
    bottom: 0;
    right: 100%;
    margin-right: 15px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    width: 200px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    z-index: 1001;
    border: 1px solid rgba(0,0,0,0.1);
}
.catalog-menu.show {
    display: flex;
    animation: slideInRight 0.3s ease-out;
}
.catalog-menu a {
    padding: 12px 15px;
    color: var(--navy);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}
.catalog-menu a:hover {
    background: rgba(18,34,64,0.05);
    color: var(--gold);
}
.catalog-menu a i {
    color: var(--gold);
}

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

@media (max-width: 768px) {
    .floating-actions {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }
    .float-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    .catalog-menu {
        width: 180px;
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .float-btn{
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
  
    .nav-link-custom:hover::after,
.nav-link-custom.active::after {
    width: 20%;
    right: 0
}
    .section-padding { padding: 60px 0; }
    .hero-buttons { flex-direction: column; }
    .hero-buttons a { text-align: center; }
    .hero-stats { justify-content: center; }
    .hero-features-strip { justify-content: center; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
    .gallery-item:nth-child(1) { grid-column: span 1; grid-row: span 1; }
    .contact-form-wrapper { padding: 25px; }
    .contact-info-card { padding: 25px; }
    .quick-buttons { flex-direction: column; }
    .footer-bottom { justify-content: center; text-align: center; }
    .values-grid { grid-template-columns: 1fr; }
}
