body {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    color: #333;
    line-height: 1.8;
    overflow-x: hidden;
    padding-top: 60px; 
    padding-left: 0; 
    padding-right: 0;
}


:root {
    --primary-color: #262626;
    --secondary-color: #c7a000;
    --whatsapp-color: #25D366;
    --hero-bg-color: #434658;
    --light-color: #ffffff;
    --dark-color: #333333;
    --section-bg: #eeeeee;
    --header-bg-color: #f7f7f7; 

}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.menu-toggle {
    display: none;
    color: var(--dark-color);
    font-size: 1.5rem;
    cursor: pointer;
}

header {
    background-color: var(--header-bg-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.contact-button .btn-primary {
    background-color: var(--secondary-color);
    color: var(--dark-color);
    border-color: var(--secondary-color);
    padding: 8px 15px;
    font-size: 0.9rem;
    border-radius: 5px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img {
    width: 70px;
    height: 35px;
    object-fit: contain;
    filter: none; 
}

.logo a {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.nav-links li a {
    color: var(--dark-color);
    text-decoration: none;
    padding: 15px;
    display: block;
    transition: color 0.3s;
}

.nav-links li a:hover {
    color: var(--secondary-color);
}

.nav-links li a i {
    margin-left: 5px;
}


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    transition: background-color 0.3s, transform 0.2s;
    border: 2px solid;
}

.btn i {
    margin-right: 8px;
    margin-left: 0 !important;
}

.btn-primary {
    background-color: var(--secondary-color);
    color: var(--dark-color);
    border-color: var(--secondary-color);
}

.btn-secondary {
    background-color: transparent;
    color: var(--light-color);
    border-color: var(--light-color);
}

.btn-primary:hover,
.btn-secondary:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* --------------------------------- */
/* تنسيق قسم البطل (Hero Section) */
/* --------------------------------- */
.hero-section {
    position: relative;
    background-size: cover;
    color: var(--light-color);
    padding: 120px 0;
    text-align: center;
    min-height: 450px;
    overflow: hidden;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.hero-content h1 {
    font-size: 2.8rem;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.hero-content h2 {
    font-size: 2.5rem;
    color: var(--light-color);
    margin-top: 0;
    line-height: 1.3;
}

.btn-primary.call-btn {
    background-color: var(--secondary-color);
    color: var(--dark-color);
    border-color: var(--secondary-color);
    padding: 15px 35px;
    font-size: 1.2rem;
}

.btn-secondary.whatsapp-hero-btn {
    background-color: var(--whatsapp-color);
    border-color: var(--whatsapp-color);
    color: var(--light-color);
    padding: 15px 35px;
    font-size: 1.2rem;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.call-btn,
.whatsapp-hero-btn {
    padding: 15px 35px;
    font-size: 1.2rem;
}

.hero-target {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.8s ease-out;
}

.hero-target.show {
    opacity: 1;
    transform: translateY(0);
}

.hero-content h1.hero-target.show {
    transition-delay: 0.2s;
}

.hero-content h2.hero-target.show {
    transition-delay: 0.5s;
}

.hero-content p.hero-target.show {
    transition-delay: 0.8s;
}

.hero-buttons.hero-target.show {
    transition-delay: 1.1s;
}

.whatsapp-hero-btn {
    background-color: var(--whatsapp-color);
    border-color: var(--whatsapp-color);
    color: var(--light-color);
}


.background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    display: flex;

    animation: slideShow 25s linear infinite;
}

.background-slider img {
    width: 20%;
    height: 100%;
    object-fit: cover;

    display: block;

}


@keyframes slideShow {
    0% {
        transform: translateX(0);
    }

    17% {
        transform: translateX(0);
    }

    
    20% {
        transform: translateX(-20%);
    }

    37% {
        transform: translateX(-20%);
    }

    40% {
        transform: translateX(-40%);
    }

    57% {
        transform: translateX(-40%);
    }

    60% {
        transform: translateX(-60%);
    }

    77% {
        transform: translateX(-60%);
    }


    80% {
        transform: translateX(-80%);
    }

    97% {
        transform: translateX(-80%);
    }

    
    100% {
        transform: translateX(0);
    }
}

/* --------------------------------- */
/* تنسيق الأقسام الداخلية */
/* --------------------------------- */
main section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.section-description {
    text-align: center;
    font-size: 1.1rem;
    color: var(--dark-color);
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.about-section {
    background-color: var(--light-color);
}

.about-target {
    opacity: 0;
    transition: all 0.8s ease-out;
}
.about-main-video {
    width: 100%;
    max-width: 350px; 
    height: auto;
    object-fit: cover; 
    
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid var(--secondary-color); 
}

.about-target.show {
    opacity: 1;
    transform: none;
    
}


.about-target:nth-child(1) {
    transform: translateY(-30px);
}

.about-target:nth-child(2) {
    transform: translateY(-30px);
}

.about-target:nth-child(3) {
    transform: translateY(-30px);
}

.about-target:nth-child(4) {
    transform: translateY(-30px);
}


.about-image-box.about-target {
    transform: scale(0.8);
    transition-duration: 1.2s;
}

.about-target.show:nth-child(1) {
    transition-delay: 0.2s;
}

.about-target.show:nth-child(2) {
    transition-delay: 0.5s;
}

.about-target.show:nth-child(3) {
    transition-delay: 0.8s;
}

.about-target.show:nth-child(4) {
    transition-delay: 1.1s;
}

.about-target.show:nth-child(5) {
    transition-delay: 1.4s;
}

.about-content-grid .about-target:last-child {
    transition-delay: 1.7s;
}

.about-section .section-title {
    text-align: right;
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 25px;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 5px;
    display: inline-block;
}

.about-content-grid {
    display: flex;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-text {
    flex: 1.5;
    min-width: 300px;
}

.about-image-box {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.about-main-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid var(--secondary-color);
}

.lead-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--dark-color);
}

.about-contact-cta {
    margin-top: 30px;
}


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

.uniform-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.uniform-item {
    flex-basis: calc(33.33% - 20px);
    background-color: var(--light-color);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    min-width: 300px;
}

.uniform-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.icon-box {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.item-title {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-top: 0;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 5px;
    display: inline-block;
}

.features,
.suitable-for {
    font-size: 0.95rem;
    margin-top: 10px;
}

.features strong,
.suitable-for strong {
    color: var(--secondary-color);
}

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

.video-title {
    text-align: center;
    font-size: 2rem;
    color: var(--primary-color);
    margin: 60px 0 30px 0;
    border-bottom: 3px solid var(--secondary-color);
    display: inline-block;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}


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

.uniform-target {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.uniform-target.show {
    opacity: 1;
    transform: translateY(0);
}

.uniform-grid .uniform-target:nth-child(1).show {
    transition-delay: 0.1s;
}

.uniform-grid .uniform-target:nth-child(2).show {
    transition-delay: 0.2s;
}

.uniform-grid .uniform-target:nth-child(3).show {
    transition-delay: 0.3s;
}

.uniform-grid .uniform-target:nth-child(4).show {
    transition-delay: 0.4s;
}

.uniform-grid .uniform-target:nth-child(5).show {
    transition-delay: 0.5s;
}

.uniform-grid .uniform-target:nth-child(6).show {
    transition-delay: 0.6s;
}

.uniform-grid .uniform-target:nth-child(7).show {
    transition-delay: 0.7s;
}

.uniform-grid .uniform-target:nth-child(8).show {
    transition-delay: 0.8s;
}

.uniform-grid .uniform-target:nth-child(9).show {
    transition-delay: 0.9s;
}

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

.uniform-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.uniform-item {
    flex-basis: calc(33.33% - 20px);
    background-color: var(--light-color);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    min-width: 300px;
}

.icon-box {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.item-title {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-top: 0;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 5px;
    display: inline-block;
}

.view-gallery-btn {
    display: block;
    width: 80%;
    margin: 15px auto 0 auto;
    background-color: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
    border-radius: 5px;
    padding: 10px 0;
    font-size: 1rem;
    text-align: center;
}

.view-gallery-btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* --------------------------------- */
.gallery-section {
    background-color: var(--section-bg);
}

.gallery-sub-title {
    text-align: right;
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.video-title {
    text-align: center;
    font-size: 2rem;
    color: var(--primary-color);
    margin: 60px 0 30px 0;
    border-bottom: 3px solid var(--secondary-color);
    display: inline-block;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.sub-gallery {
    margin-bottom: 70px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
        grid-auto-rows: 1fr; 

}

.gallery-image {
    width: 100%;
    display: block;
    height: 380px;
    object-fit: contain;
    border-radius: 8px;
    background-color: var(--light-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    padding: 10px;
    border: 1px solid #ddd;
}

.gallery-image:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.video-wrapper .gallery-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; 
    /* --------------------------------- */
    border: none;
    background-color: #333; 
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.why-us-section {
    text-align: center;
    background-color: var(--light-color);
}

.features-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 40px auto;
    text-align: right;
}

.features-list li {
    background-color: #f0f0f0;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.2rem;
    border-right: 5px solid var(--secondary-color);
}

.features-list li i {
    color: var(--secondary-color);
    margin-left: 10px;
}

.big-cta-btn {
    padding: 15px 40px;
    font-size: 1.3rem;
}






/* تنسيق الـ Footer الرئيسي */
.main-footer {
    background-color: #262626;
    color: var(--light-color);
    padding: 60px 0 0 0;
    position: relative;
    font-size: 1rem;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: right;
    padding-bottom: 40px;
}

.footer-col {
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}

.main-footer h3 {
    color: var(--light-color);
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--secondary-color);
    display: inline-block;
}

.contact-item-footer {
    margin-bottom: 20px;
    line-height: 1.5;
}

.contact-item-footer i {
    color: var(--secondary-color);
    margin-left: 10px;
    font-size: 1.1rem;
}

.contact-item-footer h4 {
    color: var(--secondary-color);
    display: inline;
    font-weight: 700;
}

.email-col .contact-item-footer {
    line-height: 1.2;
}

.email-col p {
    margin-bottom: 8px;
}

.contact-item-footer p,
.contact-item-footer a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

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

.details-link,
.whatsapp-link-footer {
    color: var(--secondary-color) !important;
    text-decoration: underline !important;
    font-size: 0.9rem;
}


.links-social-col h3 {
    text-align: right;
}

.links-social-col ul {
    list-style: none;
    padding: 0;
    margin-top: -15px;
    margin-bottom: 30px;
}

.links-social-col ul li a {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    transition: color 0.3s;
}

.links-social-col ul li a:hover {
    color: var(--secondary-color);
}

.social-title {
    margin-top: 40px !important;
}

.social-icons {
    margin: 20px 0;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    color: var(--light-color);
    border-radius: 50%;
    margin-left: 10px;
    transition: background-color 0.3s, border-color 0.3s;
}

.social-icon:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-footer-cta {
    display: inline-block;
    background-color: #ff8c00;
    color: var(--light-color);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: opacity 0.3s;
}


.copyright-bar {
    background-color: #262626;
    padding: 15px 0;
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}



@media (max-width: 900px) {

    .footer-grid {
        flex-direction: column;
        text-align: center;
    }

    .footer-col {
        flex-basis: 100%;
        min-width: unset;
        margin-bottom: 40px;
    }

    .main-footer h3 {
        margin-right: auto;
        margin-left: auto;
    }

    .links-social-col ul {
        text-align: center;
    }

    .social-icons {
        display: flex;
        justify-content: center;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.whatsapp-btn {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--whatsapp-color);
    color: var(--light-color);
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

.floating-contact-group {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-btn {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: var(--light-color);
    border-radius: 50%;
    font-size: 1.8rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s;
}

.floating-btn:hover {
    transform: scale(1.1);
}

.call-float-btn {
    background-color: var(--secondary-color);
}

.whatsapp-float-btn {
    background-color: var(--whatsapp-color);
}
.video-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.video-wrapper .gallery-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border: none;
}
/* -- (Mobile Responsiveness) -- */
@media (max-width: 900px) {

    body {
        padding-top: 50px !important; 
    }

    .nav-links {
        display: none;
    }
    .nav-links.active {
        display: flex;
        flex-direction: column;
        width: 100%;
      
        background-color: var(--primary-color); 
        position: absolute;
        top: 55px;
        left: 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); 
    }
    
    .nav-links.active li a {
        color: var(--light-color); 
        padding: 12px 15px;
    }
    
    .nav-links.active li a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: var(--secondary-color);
    }


    .contact-button {
        display: none;
    }

    .menu-toggle {
        display: block;
    }


    .nav-links.active {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: var(--primary-color);
        position: absolute;
        top: 55px;
        left: 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content h2 {
        font-size: 1.8rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .about-content-grid {
        flex-direction: column;
        gap: 30px;
    }

    .about-text,
    .about-image-box {
        min-width: 100%;
    }

    .about-section .section-title {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .uniform-item {
        flex-basis: 100%;
        min-width: unset;
    }

    .video-gallery {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        flex-direction: column;
        gap: 0;
    }

    .contact-item {
        border-right: none;
        border-bottom: 2px solid var(--secondary-color);
    }

    .contact-item:last-child {
        border-bottom: none;
    }

  
    .floating-contact-group {
        flex-direction: column;
        left: 20px;
        transform: none;
        bottom: 10px;
        gap: 10px;
    }

    .floating-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.8rem;
    }

    .uniform-item {
        flex-basis: 100%;
        min-width: unset;
    }

    .view-gallery-btn {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .sub-gallery {
        padding-left: 15px;
        padding-right: 15px;
    }

    .image-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: center;
        grid-auto-rows: auto;

    }

    .gallery-image {
        height: auto;
        max-width: 95%;
        width: 100%;
        margin: 0 auto;
         padding: 10px;
    }
    .about-main-video {
        max-width: 100%; 
    }
    .video-gallery {
        grid-template-columns: 1fr;
    }
}



@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}