:root {
    --primary-color: #1e40af;      /* آبی تیره */
    --secondary-color: #3b82f6;    /* آبی روشن */
    --dark-color: #1e3a8a;         /* آبی خیلی تیره */
    --light-bg: #dbeafe;  
}
*{
    margin: 0;padding: 0;
}
body {
    font-family: 'font-y-Regular', sans-serif;
    background-color: #f8fafc;

}

@font-face {
    font-family: 'IRANYekanX';
    src: url('assets/font/IRANYekanX-Regular.woff') format('woff');
    font-weight: 400; /* normal */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekanX';
    src: url('assets/font/IRANYekanX-Bold.woff') format('woff');
    font-weight: 700; /* bold */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekanX';
    src: url('assets/font/IRANYekanX-ExtraBold.woff') format('woff');
    font-weight: 800; /* extra bold */
    font-style: normal;
    font-display: swap;
}

/* کلاس‌های کمکی */
.font-y-regular {
    font-family: 'IRANYekanX', sans-serif !important;
    font-weight: 400;
}

.font-y-bold {
    font-family: 'IRANYekanX', sans-serif !important;
    font-weight: 700;
}

.font-y-extrabold {
    font-family: 'IRANYekanX', sans-serif !important;
    font-weight: 800;
}
p , span , h1, h2 , h3, h4, h5, a{
    font-family: 'font-y-Regular', sans-serif;
}
.p-50{
    padding: 50px 0;
}
.w-md-100{
    width: 60%;
}
.fs-c{
    font-size: .8em !important;
}
/* Navbar */
.navbar {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.dis-img-d{
    display: block;
}
.dis-img-m{
    display: none;

}

.navbar-brand {
    font-weight: 800;
    color: var(--primary-color) !important;
    font-size: 1.5rem;
}

.nav-link {
    color: var(--dark-color) !important;
    font-weight: 500;
    margin: 0 10px;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.btn-primary-custom {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    
    box-shadow: 0 5px 15px rgba(13, 148, 136, 0.3);
}

/* Hero Section */
.hero-fade-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('img/testi.jpg') center/cover no-repeat;
    display: flex;
    font-family: 'font-y-bold sans-serif';
    align-items: center;
    overflow: hidden;
}

.hero-fade-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        to left,
        rgba(30, 58, 95, 0.95) 0%,
        rgba(30, 58, 95, 0.8) 30%,
        rgba(30, 58, 95, 0.4) 50%,
        rgba(30, 58, 95, 0.1) 70%,
        rgba(30, 58, 95, 0) 100%
    );
    z-index: 1;
}

.hero-fade-overlay-rtl {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        to right,
        rgba(30, 58, 95, 0.95) 0%,
        rgba(30, 58, 95, 0.8) 30%,
        rgba(30, 58, 95, 0.4) 50%,
        rgba(30, 58, 95, 0.1) 70%,
        rgba(30, 58, 95, 0) 100%
    );
    z-index: 1;
}

.hero-fade-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 100px 5%;
    max-width: 600px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.95rem;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-title .highlight {
    color: var(--secondary-color);
    display: block;
}

.hero-description {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 35px;
    opacity: 0.95;
}

/* .hero-fade-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: white;
    border-radius: 50% 50% 0 0;
} */



.btn-hero-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white;
    padding: 16px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(22, 26, 249, 0.4);
    text-decoration: none;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(45, 22, 249, 0.5);
    color: white;
}

/* Navbar */
.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 25px 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: white !important;
}


/* Stats Section */
.stats-section {
    padding: 60px 0;
    background: white;
}
.stats-section2 {
    padding: 30px 0;
    background: white;
}
.stats-section h3{
    color: var(--dark-color) ;
}
.stat-card {
    text-align: center;
    padding: 30px;
    background: var(--light-bg);
    border-radius: 15px;
    margin-bottom: 20px;
}

.stat-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dark-color);
}

.stat-label {
    color: #64748b;
    font-weight: 500;
}

/* About Section */
.about-section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.section-subtitle {
    color: #64748b;
    margin-bottom: 40px;
}

.feature-box {
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--light-bg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 2rem;
    color: var(--primary-color);
}

/* Process Section */
.process-section {
    background: var(--light-bg);
    padding: 80px 0;
}

.process-step {
    background: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    border-right: 4px solid var(--primary-color);
}

.step-number {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Team Section */
.team-section {
    padding: 80px 0;
}

.team-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-img {
    height: 280px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 5rem;
}

.team-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.team-info {
    padding: 25px;
    text-align: center;
}

.team-name {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.team-role {
    color: var(--primary-color);
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 80px 0;
    text-align: center;
}

/* Footer Gallery */
.footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(249, 115, 22, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: white;
    font-size: 1.5rem;
}

/* دکمه مشاهده همه */
.gallery-item:last-child .view-all-btn {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.gallery-item:last-child .view-all-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.gallery-item:last-child .view-all-btn i {
    margin-top: 5px;
    font-size: 1rem;
}

/* Lightbox (برای نمایش بزرگ تصاویر) */
.lb-data .lb-caption {
    font-size: 1rem;
}



@media (max-width: 576px) {
    .footer-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    

}

/* Footer */
footer {
    background: var(--dark-color);
    color: white;
    padding: 60px 0 30px;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-link:hover {
    color: var(--primary-color);
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: white;
    transition: all 0.3s;
}

.social-icon:hover {
    background: var(--primary-color);
    color: white;
}



/* Responsive */
@media (max-width: 992px) {
    .hero-fade-overlay,
    .hero-fade-overlay-rtl {
        background: linear-gradient(
            to bottom,
            rgba(30, 58, 95, 0.95) 0%,
            rgba(30, 58, 95, 0.85) 50%,
            rgba(30, 58, 95, 0.4) 100%
        );
    }
    
    .hero-fade-content {
        max-width: 100%;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
}









        .floating-call-btn {
            position: fixed;
            bottom: 20px;
            right: 0;
            transform: translateX(-50%);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 10px 40px rgba(67, 22, 249, 0.4);
            border-radius: 50px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .floating-call-btn.desktop {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        }
        
        .floating-call-btn.desktop .btn-icon {
            font-size: 2rem;
            color: white;
            animation: phone-pulse 2s infinite;
        }
        
        .floating-call-btn.desktop .btn-text {
            display: none;
        }
        
        .floating-call-btn.mobile {
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 65px;
            transform: none;
            border-radius: 0;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            padding: 0 20px;
            justify-content: space-between;
        }
        
        .floating-call-btn.mobile .btn-icon {
            font-size: 1.8rem;
            color: white;
            animation: phone-shake 3s infinite;
        }
        
        .floating-call-btn.mobile .btn-text {
            display: block;
            color: white;
            font-size: 1.1rem;
            font-weight: 700;
            margin-right: 15px;
        }
        
        .floating-call-btn.mobile .btn-subtext {
            display: block;
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.85rem;
            font-weight: 400;
        }
        
        .floating-call-btn.mobile .btn-arrow {
            color: white;
            font-size: 1.5rem;
            animation: arrow-bounce 2s infinite;
        }
        
       
        
        .floating-call-btn.desktop::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--primary-color);
            opacity: 0.6;
            animation: ripple 2s infinite;
            z-index: -1;
        }
        
        @keyframes ripple {
            0% {
                transform: scale(1);
                opacity: 0.6;
            }
            100% {
                transform: scale(1.6);
                opacity: 0;
            }
        }
        
        .floating-call-btn:hover {
            transform: translateX(-50%) translateY(-5px);
            box-shadow: 0 15px 50px rgba(22, 22, 249, 0.5);
        }
        
        .floating-call-btn.mobile:hover {
            transform: none;
            box-shadow: 0 -5px 30px rgba(56, 22, 249, 0.5);
        }
        





        /* =================================videos====================== */



         /* Video Section */
         .video-section {
            padding: 100px 0;
            background: linear-gradient(180deg, #ffffff 0%, #f1edff 100%);
            position: relative;
            overflow: hidden;
        }
        
        /* Section Header */
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(64, 22, 249, 0.1);
            color: var(--primary-color);
            padding: 8px 20px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 15px;
            border: 1px solid rgba(75, 22, 249, 0.2);
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--dark-color);
            margin-bottom: 15px;
        }
        
        .section-subtitle {
            color: #64748b;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* Video Card */
        .video-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            height: 100%;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
        }
        
        .video-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(22, 45, 249, 0.15);
        }
        
        /* Video Wrapper */
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            background: #000;
        }
        
        .video-wrapper iframe,
        .video-wrapper video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        /* Play Button Overlay */
        .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            cursor: pointer;
            z-index: 2;
        }
        
        .video-card:hover .play-overlay {
            background: rgba(64, 22, 249, 0.2);
        }
        
        .play-icon {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            font-size: 2rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }
        
        .video-card:hover .play-icon {
            transform: scale(1.1);
            background: white;
            color: var(--primary-color);
        }
        
        /* Video Info */
        .video-info {
            padding: 25px;
        }
        
        .video-category {
            color: var(--primary-color);
            font-size: 0.85rem;
            font-weight: 700;
            margin-bottom: 10px;
            display: block;
        }
        
        .video-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 10px;
            line-height: 1.5;
        }
        
        .video-description {
            color: #64748b;
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 0;
        }
        
        /* Decorative Elements */
        .video-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .video-card:hover::before {
            opacity: 1;
        }




/* =====================================contact================ */
.contact-hero {
    background: linear-gradient(135deg, rgb(34 74 185 / 88%), rgb(57 125 240 / 73%)), url(img/contact.avif) center / cover;
    padding: 120px 0 80px;
    color: white;
    text-align: center;
    position: relative;
}

.contact-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.contact-hero p {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
}

/* Contact Info Cards */
.contact-info-card {
    background: white;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(249, 115, 22, 0.15);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.8rem;
}

.contact-info-card h5 {
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.contact-info-card p {
    color: #64748b;
    margin-bottom: 5px;
}

.contact-info-card a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.contact-info-card a:hover {
    color: var(--secondary-color);
}

/* Contact Form */
.contact-form-wrapper {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.form-subtitle {
    color: #64748b;
    margin-bottom: 30px;
}

.form-control {
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.btn-submit {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 5px 20px rgba(249, 115, 22, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(249, 115, 22, 0.4);
    color: white;
}

.btn-submit i {
    margin-left: 8px;
}

/* Map Section */
.map-section {
    padding: 0 0 80px;
}

.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: var(--light-bg);
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 20px 25px;
    font-weight: 700;
    color: var(--dark-color);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: var(--light-bg);
}

.faq-question i {
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #64748b;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    padding: 0 25px 20px;
    max-height: 200px;
}

.emergency-banner {
    background:linear-gradient(135deg, #4066c5, #4c7dcf);
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}

.emergency-banner h4 {
    font-weight: 800;
    margin-bottom: 10px;
}

.emergency-banner .phone {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin: 15px 0;
    color: white;
    text-decoration: none;
}

.emergency-banner p {
    opacity: 0.95;
}



/* ===================================aboute=========== */

    /* Hero Section */
    .about-hero {
        background: linear-gradient(135deg, rgb(34 74 185 / 88%), rgb(57 125 240 / 73%));
        padding: 120px 0 80px;
        color: white;
        text-align: center;
        position: relative;
    }
    
    .about-hero h1 {
        font-size: 3.5rem;
        font-weight: 800;
        margin-bottom: 20px;
    }
    
    .about-hero p {
        font-size: 1.3rem;
        opacity: 0.95;
        max-width: 700px;
        margin: 0 auto;
    }
    
    /* Section Styling */
    .section-padding {
        padding: 100px 0;
    }
    
    .section-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: var(--dark-color);
        margin-bottom: 20px;
        text-align: center;
    }
    
    .section-subtitle {
        color: #64748b;
        font-size: 1.1rem;
        text-align: center;
        max-width: 600px;
        margin: 0 auto 60px;
    }
    
    /* Story Section */
    .story-section {
        background: white;
    }
    
    .story-content {
        padding: 40px;
    }
    
    .story-title {
        font-size: 2rem;
        font-weight: 700;
        color: var(--dark-color);
        margin-bottom: 20px;
    }
    
    .story-text {
        color: #64748b;
        line-height: 2;
        font-size: 1.05rem;
        margin-bottom: 20px;
    }
    
    .story-image {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }
    
    .story-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* Stats Section */
    .stats-section {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        color: white;
        padding: 80px 0;
    }
    
    .stat-item {
        text-align: center;
        padding: 30px;
    }
    
    .stat-icon {
        font-size: 3rem;
        margin-bottom: 15px;
        opacity: 0.9;
    }
    
    .stat-number {
        font-size: 3.5rem;
        font-weight: 800;
        display: block;
        margin-bottom: 10px;
    }
    
    .stat-label {
        font-size: 1.1rem;
        opacity: 0.95;
    }
    
    /* Mission & Vision */
    .mission-section {
        background: var(--light-bg);
    }
    
    .mission-card {
        background: white;
        border-radius: 20px;
        padding: 40px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        height: 100%;
        transition: all 0.3s ease;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .mission-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(30, 64, 175, 0.15);
    }
    
    .mission-icon {
        width: 90px;
        height: 90px;
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        color: white;
        font-size: 2.5rem;
    }
    
    .mission-card h4 {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--dark-color);
        margin-bottom: 15px;
    }
    
    .mission-card p {
        color: #64748b;
        line-height: 1.8;
    }
    
    /* Values Section */
    .values-section {
        background: white;
    }
    
    .value-item {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
        padding: 25px;
        background: var(--light-bg);
        border-radius: 15px;
        transition: all 0.3s ease;
    }
    
    .value-item:hover {
        background: white;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transform: translateX(-5px);
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.5rem;
        flex-shrink: 0;
    }
    
    .value-content h5 {
        font-weight: 700;
        color: var(--dark-color);
        margin-bottom: 10px;
    }
    
    .value-content p {
        color: #64748b;
        margin: 0;
        line-height: 1.7;
    }
    
    /* Team Section */
    .team-section {
        background: var(--light-bg);
    }
    
    .team-card {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        text-align: center;
    }
    
    .team-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(30, 64, 175, 0.15);
    }
    
    .team-img {
        height: 280px;
        background: #fff ; /*linear-gradient(135deg, var(--primary-color), var(--secondary-color));*/
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 5rem;
    }
    
    .team-info {
        padding: 25px;
    }
    
    .team-name {
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--dark-color);
        margin-bottom: 8px;
    }
    
    .team-role {
        color: var(--primary-color);
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .team-desc {
        color: #64748b;
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    /* CTA Section */
    .cta-section {
        background: linear-gradient(135deg, var(--dark-color), #0f172a);
        color: white;
        padding: 100px 0;
        text-align: center;
    }
    
    .cta-section h2 {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 20px;
    }
    
    .cta-section p {
        font-size: 1.2rem;
        opacity: 0.9;
        margin-bottom: 40px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .btn-cta {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        border: none;
        color: white;
        padding: 16px 50px;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 50px;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 10px 30px rgba(30, 64, 175, 0.4);
        text-decoration: none;
    }
    
    .btn-cta:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(30, 64, 175, 0.5);
        color: white;
    }
    
    /* Timeline */
    .timeline-section {
        background: white;
    }
    
    .timeline {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .timeline::before {
        content: '';
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
        border-radius: 2px;
    }
    
    .timeline-item {
        position: relative;
        margin-bottom: 50px;
        width: 50%;
        padding: 0 40px;
    }
    
    .timeline-item:nth-child(odd) {
        right: 0;
        text-align: left;
    }
    
    .timeline-item:nth-child(even) {
        right: 50%;
        text-align: right;
    }
    
    .timeline-dot {
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        background: var(--primary-color);
        border-radius: 50%;
        border: 4px solid white;
        box-shadow: 0 0 0 4px var(--light-bg);
    }
    
    .timeline-item:nth-child(odd) .timeline-dot {
        left: -10px;
    }
    
    .timeline-item:nth-child(even) .timeline-dot {
        right: -10px;
    }
    
    .timeline-content {
        background: var(--light-bg);
        padding: 25px;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }
    
    .timeline-year {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--primary-color);
        margin-bottom: 10px;
    }
    
    .timeline-title {
        font-weight: 700;
        color: var(--dark-color);
        margin-bottom: 10px;
    }
    
    .timeline-desc {
        color: #64748b;
        font-size: 0.95rem;
        line-height: 1.7;
    }
    
    /* Responsive */
    @media (max-width: 992px) {
        .timeline::before {
            right: 20px;
        }
        
        .timeline-item {
            width: 100%;
            right: 0 !important;
            text-align: right !important;
            padding-right: 60px;
            padding-left: 0;
        }
        
        .timeline-item:nth-child(odd) .timeline-dot,
        .timeline-item:nth-child(even) .timeline-dot {
            right: 10px;
            left: auto;
        }
    }
    


    .privacy-container {
        max-width: 900px;
        margin: 0 auto;
        background-color: #fff;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        text-align: right;
    }


    .rosht{
        width: 100%;
    }




    /* ========================gallery================== */

            /* Hero Section */
            .gallery-hero {
                background: linear-gradient(135deg, rgba(30, 64, 175, 0.95), rgba(59, 130, 246, 0.9)),
                            url('img/gallery.avif') center/cover;
                padding: 150px 0 100px;
                color: white;
                text-align: center;
                position: relative;
            }
            
            .gallery-hero h1 {
                font-size: 3.5rem;
                font-weight: 800;
                margin-bottom: 20px;
            }
            
            .gallery-hero p {
                font-size: 1.3rem;
                opacity: 0.95;
                max-width: 700px;
                margin: 0 auto;
            }
            
            /* Filter Buttons */
            .gallery-filter {
                padding: 60px 0 40px;
                background: white;
                position: sticky;
                top: 10px;
                z-index: 100;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            }
            
            .filter-btn {
                background: white;
                border: 2px solid var(--light-bg);
                color: var(--dark-color);
                padding: 10px 25px;
                border-radius: 50px;
                font-weight: 600;
                margin: 5px;
                transition: all 0.3s ease;
                cursor: pointer;
            }
            
            .filter-btn:hover,
            .filter-btn.active {
                background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
                color: white;
                border-color: var(--primary-color);
                transform: translateY(-2px);
            }
            
            .filter-btn i {
                margin-left: 8px;
            }
            
            /* Gallery Grid */
            .gallery-section {
                padding: 60px 0 100px;
                background: #f8fafc;
            }
            
            .gallery-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
                gap: 25px;
            }
            
            .gallery-item {
                position: relative;
                border-radius: 15px;
                overflow: hidden;
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
                cursor: pointer;
                transition: all 0.4s ease;
                background: white;
            }
            
            .gallery-item:hover {
                transform: translateY(-10px);
                box-shadow: 0 15px 35px rgba(30, 64, 175, 0.15);
            }
            
            .gallery-img {
                width: 100%;
                height: 250px;
                object-fit: cover;
                transition: transform 0.4s ease;
            }
            
            .gallery-item:hover .gallery-img {
                transform: scale(1.1);
            }
            
            .gallery-overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(135deg, rgba(30, 64, 175, 0.85), rgba(59, 130, 246, 0.75));
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                opacity: 0;
                transition: all 0.4s ease;
                color: white;
                padding: 20px;
                text-align: center;
            }
            
            .gallery-item:hover .gallery-overlay {
                opacity: 1;
            }
            
            .gallery-overlay i {
                font-size: 3rem;
                margin-bottom: 15px;
            }
            
            .gallery-overlay h5 {
                font-weight: 700;
                margin-bottom: 10px;
                font-size: 1.2rem;
            }
            
            .gallery-category {
                position: absolute;
                top: 15px;
                right: 15px;
                background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
                color: white;
                padding: 5px 15px;
                border-radius: 50px;
                font-size: 0.8rem;
                font-weight: 600;
                z-index: 2;
            }
            
            /* Bootstrap Modal Customization */
            .modal-content {
                border-radius: 20px;
                border: none;
                overflow: hidden;
            }
            
            .modal-header {
                background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
                color: white;
                border: none;
                padding: 20px 25px;
            }
            
            .modal-title {
                font-weight: 700;
                font-size: 1.2rem;
            }
            
            .btn-close {
                filter: brightness(0) invert(1);
            }
            
            .modal-body {
                padding: 0;
                background: #000;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .modal-body img {
                max-width: 100%;
                max-height: 70vh;
                border-radius: 0;
            }
            
            .modal-footer {
                border: none;
                padding: 20px 25px;
                background: white;
                justify-content: center;
            }
            
            .modal-caption {
                color: #64748b;
                font-size: 1rem;
                text-align: center;
            }
            
            /* Modal Navigation Buttons */
            .modal-nav {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(255, 255, 255, 0.9);
                border: none;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: all 0.3s ease;
                z-index: 10;
            }
            
            .modal-nav:hover {
                background: var(--primary-color);
                color: white;
            }
            
            .modal-prev {
                left: 20px;
            }
            
            .modal-next {
                right: 20px;
            }
            
            /* CTA Section */
            .cta-section {
                background: linear-gradient(135deg, var(--dark-color), #0f172a);
                color: white;
                padding: 80px 0;
                text-align: center;
            }
            
            .btn-cta {
                background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
                border: none;
                color: white;
                padding: 14px 45px;
                font-size: 1.1rem;
                font-weight: 700;
                border-radius: 50px;
                transition: all 0.3s ease;
                display: inline-flex;
                align-items: center;
                gap: 10px;
                box-shadow: 0 10px 30px rgba(30, 64, 175, 0.4);
                text-decoration: none;
            }
            
            .btn-cta:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 40px rgba(30, 64, 175, 0.5);
                color: white;
            }
            
            /* Responsive */

            
            .gallery-item.hide { display: none; }
            .gallery-item.show { animation: fadeIn 0.5s ease; }
            
            @keyframes fadeIn {
                from { opacity: 0; transform: scale(0.9); }
                to { opacity: 1; transform: scale(1); }
            }







            @media (min-width: 769px) {
                .floating-call-btn.desktop {
                    display: flex;
                }
                .floating-call-btn.mobile {
                    display: none;
                }
            }

            /* Responsive */
            @media (max-width: 768px) {
                .dis-img-d{
                    display: none;
                }
                .dis-img-m{
                    display: block;
                }

                .hero-title {
                    font-size: 2rem;
                    
                }
                .w-md-100{
                    width: 100%;
                }
                .hero-description {
                    font-size: 1rem;
                }
                .section-title{
                    font-size: 1.5rem;
                    padding: 10px 0;
                }
                .stat-number {
                    font-size: 1.5rem;
                }
                
                .stat-label {
                    font-size: .8rem;
                }



                .floating-call-btn.desktop {
                    display: none;
                }
                .floating-call-btn.mobile {
                    display: flex;
                }






                
                .footer-gallery {
                    grid-template-columns: repeat(3, 1fr);
                    gap: 6px;
                }
                


                .contact-hero h1 {
                    font-size: 2rem;
                }
                
                .contact-hero p {
                    font-size: 1rem;
                }
                
                .contact-form-wrapper {
                    padding: 25px;
                }
                
                .map-wrapper iframe {
                    height: 300px;
                }





                .about-hero {
                    padding: 100px 0 60px;
                }
                
                .about-hero h1 {
                    font-size: 2.2rem;
                }
                
                .about-hero p {
                    font-size: 1rem;
                }
                
                .section-title {
                    font-size: 2rem;
                }
                
                .stat-number {
                    font-size: 2.5rem;
                }
                
                .section-padding {
                    padding: 60px 0;
                }


                
                .section-title {
                    font-size: 2rem;
                }
                
                .video-section {
                    padding: 60px 0;
                }




                .gallery-hero h1 { font-size: 2.2rem; }
                .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }
                
                .gallery-filter {
                    background: white;
                    position: static;

                    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
                }
                .modal-nav { display: none; }
            }



        @keyframes phone-pulse {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.15);
                opacity: 0.8;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }
        
        @keyframes phone-shake {
            0%, 100% {
                transform: rotate(0deg);
            }
            10%, 30%, 50%, 70%, 90% {
                transform: rotate(-10deg);
            }
            20%, 40%, 60%, 80% {
                transform: rotate(10deg);
            }
        }
        
        @keyframes arrow-bounce {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(-5px);
            }
        }