.empty-about-box {
    padding: 50px 30px;
    border-radius: 20px;
    background: linear-gradient(145deg, #f9fafb, #ffffff);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(13,110,253,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .empty-icon i {
        font-size: 32px;
        color: #0d6efd;
    }

.empty-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.empty-text {
    color: #6c757d;
    line-height: 1.8;
    font-size: 15px;
}





/* پس‌زمینه تار */
.cart-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

.empty-cart-message {
    font-weight: 500;
}

/* باکس مودال */
.cart-modal-box {
    width: 95%;
    max-width: 450px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    animation: cartModalShow .3s ease;
}

/* انیمیشن */
@keyframes cartModalShow {
    from { transform: translateY(30px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

/* هدر */
.cart-modal-header {
    background: #243b55; /* سرمه‌ای */
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-modal-close {
    cursor: pointer;
    font-size: 22px;
}

/* بدنه */
.cart-modal-body {
    padding: 20px;
}

/* آیتم سبد خرید */
.cart-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-item-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #ddd;
    object-fit: cover;
}

.cart-item-info h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.cart-item-info p {
    margin: 3px 0 0 0;
    font-size: 14px;
    color: #777;
}

/* تعداد */
.cart-item-qty {
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart-item-qty input {
    width: 35px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.qty-btn {
    width: 28px;
    height: 30px;
    background: #eee;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
}

/* مجموع */
.cart-total {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-weight: bold;
    font-size: 16px;
}

/* دکمه ثبت سفارش */
.cart-checkout-btn {
    width: 100%;
    background: #d62828; /* قرمز خاص */
    border: none;
    padding: 12px 0;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}




        :root {
            --primary-color: #0c2d6b; /* Navy Blue */
            --secondary-color: #f8f9fa;
            --accent-color: #e63946; /* Red */
            --text-color: #333;
            --light-gray: #f8f9fa;
            --dark-gray: #6c757d;
            --navy-light: #1a3a8f;
            --navy-dark: #081d42;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Vazirmatn', sans-serif;
            color: var(--text-color);
            overflow-x: hidden;
            background-color: #f5f7fa;
        }
        
        /* Loading Screen */
        .loader-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s, visibility 0.5s;
        }
        
        .loader {
            width: 60px;
            height: 60px;
            border: 5px solid var(--light-gray);
            border-top-color: var(--primary-color);
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            to { transform: rotate(360deg); }
        }
        
        /* Scroll Progress Bar */
        .scroll-progress {
            position: fixed;
            top: 0;
            right: 0;
            width: 0%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            z-index: 1001;
            transition: width 0.3s ease;
        }
        
        /* Top Bar */
/* 🎨 رنگ‌ها */
:root {
    --navy-dark: #0a1a2f;
    --accent-color: #e63946; /* قرمز */
}

/* =================== TOP BAR =================== */

.top-bar {
    background: linear-gradient(90deg, #0a1a33, #122b52) !important;
    padding: 7px 0;
    font-size: 14px;
    border-bottom: 2px solid var(--accent-color);
}

/* راست چپ دقیق */
.top-bar-left i,
.top-bar-right i {
    font-size: 14px;
}

/* لینک‌ها */
.top-bar a {
    color: white;
    text-decoration: none;
    margin-left: 12px;
    transition: 0.3s;
}

/* حذف خط زیر لینک‌ها */
.top-bar a::after {
    display: none !important;
}

.top-bar a:hover {
    color: var(--accent-color);
}

/* آیکن‌های سمت چپ */
.top-bar-right a {
    margin-left: 10px;
}

.top-bar-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* =================== ریسپانسیو =================== */

/* موبایل: همه چیز در یک خط و بدون شکستن */
@media (max-width: 576px) {
    .top-bar {
        font-size: 13px;
    }

    .top-bar-inner {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
    }

    .top-bar-left a,
    .top-bar-right a {
        margin-left: 8px;
    }
}

        
        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, var(--navy-dark) 0%, var(--primary-color) 100%);
            color: white;
            padding: 120px 0 100px;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80');
            background-size: cover;
            background-position: center;
            opacity: 0.15;
            z-index: 0;
        }
        
        .hero-section::after {
            content: '';
            position: absolute;
            bottom: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(230, 57, 70, 0.3) 0%, rgba(230, 57, 70, 0) 70%);
            z-index: 0;
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
        }
        
        .hero-title {
            font-size: 52px;
            font-weight: 800;
            margin-bottom: 25px;
            line-height: 1.2;
            background: linear-gradient(90deg, #ffffff, #f0f0f0);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }
        
        .hero-subtitle {
            font-size: 22px;
            margin-bottom: 35px;
            opacity: 0.9;
            font-weight: 300;
            line-height: 1.6;
        }
        
        .btn-hero {
            background: linear-gradient(90deg, var(--accent-color), #ff6b6b);
            color: white;
            border: none;
            padding: 15px 35px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 18px;
            margin-left: 15px;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .btn-hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 0%;
            height: 100%;
            background: linear-gradient(90deg, var(--primary-color), var(--navy-light));
            transition: all 0.3s;
            z-index: -1;
        }
        
        .btn-hero:hover::before {
            width: 100%;
        }
        
        .btn-hero:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(230, 57, 70, 0.4);
        }
        
        .btn-outline-light {
            border: 2px solid white;
            color: white;
            padding: 13px 35px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 18px;
            transition: all 0.3s;
            background-color: rgba(255, 255, 255, 0.1);
        }
        
        .btn-outline-light:hover {
            background-color: white;
            color: var(--primary-color);
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
        }
        
        .hero-image {
            position: relative;
            z-index: 1;
            animation: float 6s ease-in-out infinite;
        }
        
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
            100% { transform: translateY(0px); }
        }
        
        .hero-image img {
            max-width: 100%;
            border-radius: 15px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            border: 5px solid rgba(255, 255, 255, 0.1);
        }
        
        .hero-shape {
            position: absolute;
            bottom: -50px;
            left: 0;
            width: 100%;
            height: 100px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23f5f7fa" fill-opacity="1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
            background-size: cover;
            z-index: 2;
        }
        
        /* Features Section */
        .features-section {
            padding: 100px 0;
            background-color: var(--light-gray);
            position: relative;
        }
        
        .section-title {
            font-size: 42px;
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            right: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            border-radius: 2px;
        }
        
        .section-subtitle {
            color: var(--dark-gray);
            margin-bottom: 60px;
            font-size: 18px;
            max-width: 700px;
            margin-right: auto;
            margin-left: auto;
        }
        
        .feature-box {
            background-color: white;
            border-radius: 15px;
            padding: 40px 30px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s;
            height: 100%;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .feature-box::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 5px;
            height: 0%;
            background: linear-gradient(to bottom, var(--primary-color), var(--accent-color));
            transition: height 0.4s;
            z-index: -1;
        }
        
        .feature-box:hover::before {
            height: 100%;
        }
        
        .feature-box:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-color), var(--navy-light));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            transition: all 0.3s;
            box-shadow: 0 10px 20px rgba(12, 45, 107, 0.2);
        }
        
        .feature-box:hover .feature-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 15px 30px rgba(12, 45, 107, 0.3);
        }
        
        .feature-icon i {
            font-size: 35px;
            color: white;
        }
        
        .feature-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            color: var(--primary-color);
        }
        
        .feature-text {
            color: var(--dark-gray);
            line-height: 1.8;
            font-size: 16px;
        }
        
        /* About Section */
        .about-section {
            padding: 100px 0;
            background-color: white;
            position: relative;
        }
        
        .about-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="%23f5f7fa" width="50" height="50" x="0" y="0"></rect><rect fill="%23f5f7fa" width="50" height="50" x="50" y="50"></rect></svg>');
            background-size: 20px 20px;
            opacity: 0.03;
            z-index: 0;
        }
        
        .about-image {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            border: 5px solid white;
            z-index: 1;
        }
        
        .about-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.8s;
        }
        
        .about-image:hover img {
            transform: scale(1.05);
        }
        
        .about-content {
            padding-right: 40px;
            position: relative;
            z-index: 1;
        }
        
        .about-title {
            font-size: 36px;
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 25px;
            position: relative;
        }
        
        .about-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            right: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            border-radius: 2px;
        }
        
        .about-text {
            color: var(--dark-gray);
            line-height: 1.8;
            margin-bottom: 30px;
            font-size: 16px;
        }
        
        .about-list {
            list-style: none;
            padding: 0;
            margin: 0 0 40px;
        }
        
        .about-list li {
            position: relative;
            padding-right: 35px;
            margin-bottom: 15px;
            color: var(--dark-gray);
            font-size: 16px;
            line-height: 1.6;
        }
        
        .about-list li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            right: 0;
            top: 0;
            color: var(--accent-color);
            font-size: 18px;
        }
        
        /* Services Section */
        .services-section {
            padding: 100px 0;
            background-color: var(--light-gray);
            position: relative;
        }
        
        .service-box {
            background-color: white;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s;
            height: 100%;
        }
        
        .service-box:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        .service-img {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .service-img::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(12, 45, 107, 0), rgba(12, 45, 107, 0.7));
            opacity: 0;
            transition: opacity 0.4s;
        }
        
        .service-box:hover .service-img::after {
            opacity: 1;
        }
        
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.8s;
        }
        
        .service-box:hover .service-img img {
            transform: scale(1.1);
        }
        
        .service-content {
            padding: 30px;
        }
        
        .service-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            color: var(--primary-color);
            position: relative;
        }
        
        .service-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            right: 0;
            width: 40px;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            border-radius: 2px;
        }
        
        .service-text {
            color: var(--dark-gray);
            line-height: 1.8;
            margin-bottom: 25px;
            font-size: 16px;
        }
        
        .service-link {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
            font-size: 16px;
        }
        
        .service-link:hover {
            color: var(--accent-color);
        }
        
        .service-link i {
            margin-right: 8px;
            transition: transform 0.3s;
        }
        
        .service-link:hover i {
            transform: rotate(-30deg);
        }
        
        /* Portfolio Section */
        .portfolio-section {
            padding: 100px 0;
            background-color: white;
            position: relative;
        }
        
        .portfolio-filter {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 50px;
        }
        
        .filter-btn {
            background: none;
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            font-weight: 600;
            padding: 10px 25px;
            margin: 5px;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 16px;
        }
        
        .filter-btn.active,
        .filter-btn:hover {
            background: linear-gradient(90deg, var(--primary-color), var(--navy-light));
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(12, 45, 107, 0.2);
        }
        
        .portfolio-item {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s;
        }
        
        .portfolio-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        .portfolio-img {
            height: 280px;
            overflow: hidden;
        }
        
        .portfolio-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.8s;
        }
        
        .portfolio-overlay {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(12, 45, 107, 0.95), rgba(12, 45, 107, 0.7));
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 30px;
            opacity: 0;
            transition: opacity 0.4s;
        }
        
        .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
        }
        
        .portfolio-item:hover .portfolio-img img {
            transform: scale(1.1);
        }
        
        .portfolio-title {
            color: white;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 8px;
            transform: translateY(20px);
            transition: transform 0.4s;
        }
        
        .portfolio-category {
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
            transform: translateY(20px);
            transition: transform 0.4s;
        }
        
        .portfolio-item:hover .portfolio-title,
        .portfolio-item:hover .portfolio-category {
            transform: translateY(0);
        }
        
        /* Testimonials Section */
        .testimonials-section {
            padding: 100px 0;
            background-color: var(--light-gray);
            position: relative;
        }
        
        .testimonial-box {
            background-color: white;
            border-radius: 15px;
            padding: 35px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            height: 100%;
            transition: all 0.4s;
            position: relative;
            overflow: hidden;
        }
        
        .testimonial-box::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.4s;
        }
        
        .testimonial-box:hover::before {
            transform: scaleX(1);
        }
        
        .testimonial-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }
        
        .testimonial-content {
            position: relative;
            margin-bottom: 25px;
        }
        
        .testimonial-content::before {
            content: '\f10d';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            top: -15px;
            right: -15px;
            font-size: 50px;
            color: rgba(12, 45, 107, 0.1);
        }
        
        .testimonial-text {
            color: var(--dark-gray);
            line-height: 1.8;
            font-style: italic;
            font-size: 16px;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .author-img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            overflow: hidden;
            margin-left: 20px;
            border: 3px solid var(--light-gray);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .author-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .author-info h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 5px;
            color: var(--primary-color);
        }
        
        .author-info p {
            color: var(--dark-gray);
            font-size: 15px;
            margin: 0;
        }
        
        /* Contact Section */
        .contact-section {
            padding: 100px 0;
            background-color: white;
            position: relative;
        }
        
        .contact-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="%23f5f7fa" width="50" height="50" x="0" y="0"></rect><rect fill="%23f5f7fa" width="50" height="50" x="50" y="50"></rect></svg>');
            background-size: 20px 20px;
            opacity: 0.03;
            z-index: 0;
        }
        
        .contact-form {
            background-color: white;
            border-radius: 15px;
            padding: 50px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(12, 45, 107, 0.1);
            position: relative;
            z-index: 1;
        }
        
        .form-control,
        .form-select {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 15px;
            font-size: 16px;
            margin-bottom: 20px;
            transition: all 0.3s;
            background-color: var(--light-gray);
        }
        
        .form-control:focus,
        .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(12, 45, 107, 0.25);
            background-color: white;
        }
        
        .btn-submit {
            background: linear-gradient(90deg, var(--primary-color), var(--navy-light));
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 18px;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .btn-submit::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 0%;
            height: 100%;
            background: linear-gradient(90deg, var(--accent-color), #ff6b6b);
            transition: all 0.3s;
            z-index: -1;
        }
        
        .btn-submit:hover::before {
            width: 100%;
        }
        
        .btn-submit:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(12, 45, 107, 0.3);
        }
        
        .contact-info {
            padding-right: 40px;
            position: relative;
            z-index: 1;
        }
        
        .contact-title {
            font-size: 32px;
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 25px;
            position: relative;
        }
        
        .contact-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            right: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            border-radius: 2px;
        }
        
        .contact-text {
            color: var(--dark-gray);
            line-height: 1.8;
            margin-bottom: 40px;
            font-size: 16px;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            transition: all 0.3s;
        }
        
        .contact-item:hover {
            transform: translateX(-10px);
        }
        
        .contact-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-color), var(--navy-light));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
            flex-shrink: 0;
            box-shadow: 0 10px 20px rgba(12, 45, 107, 0.2);
            transition: all 0.3s;
        }
        
        .contact-item:hover .contact-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 15px 30px rgba(12, 45, 107, 0.3);
        }
        
        .contact-icon i {
            font-size: 24px;
            color: white;
        }
        
        .contact-details h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 8px;
            color: var(--primary-color);
        }
        
        .contact-details p {
            color: var(--dark-gray);
            margin: 0;
            line-height: 1.6;
            font-size: 16px;
        }
        
        /* Footer */
footer {
    background: linear-gradient(90deg, #0a1a33, #122b52) !important;
    color: white;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}
        
        footer::before {
            content: '';
            position: absolute;
            top: -100px;
            left: -100px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(230, 57, 70, 0.2) 0%, rgba(230, 57, 70, 0) 70%);
            z-index: 0;
        }
        
        footer::after {
            content: '';
            position: absolute;
            bottom: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(230, 57, 70, 0.2) 0%, rgba(230, 57, 70, 0) 70%);
            z-index: 0;
        }
        
        .footer-logo {
            font-weight: 700;
            font-size: 28px;
            color: white;
            text-decoration: none;
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
        }
        
        .footer-logo img {
            height: 90px;
            margin-left: 15px;
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .footer-logo:hover img {
            transform: rotate(5deg);
        }
        
        .footer-text {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.8;
            margin-bottom: 30px;
            font-size: 16px;
            position: relative;
            z-index: 1;
        }
        
        .footer-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
            position: relative;
            z-index: 1;
        }
        
        .footer-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, var(--accent-color), #ff6b6b);
            border-radius: 2px;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
            position: relative;
            z-index: 1;
        }
        
        .footer-links li {
            margin-bottom: 15px;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s;
            display: inline-block;
            font-size: 16px;
        }
        
        .footer-links a:hover {
            color: var(--accent-color);
            transform: translateX(-5px);
        }
        
        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }
        
        .footer-contact-icon {
            color: var(--accent-color);
            margin-left: 15px;
            font-size: 20px;
            transition: all 0.3s;
        }
        
        .footer-contact-item:hover .footer-contact-icon {
            transform: scale(1.2);
        }
        
        .footer-contact-text {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
            font-size: 16px;
        }
        
        .social-links {
            display: flex;
            margin-top: 30px;
            position: relative;
            z-index: 1;
        }
        
        .social-links a {
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin-left: 15px;
            transition: all 0.3s;
            font-size: 20px;
        }
        
        .social-links a:hover {
            background-color: var(--accent-color);
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(230, 57, 70, 0.3);
        }
        
        .copyright {
            background-color: var(--navy-dark);
            padding: 25px 0;
            margin-top: 60px;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 15px;
            position: relative;
            z-index: 1;
        }
        
        /* Mobile Bottom Menu */
        .mobile-menu {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: white;
            box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            display: none;
            border-top: 3px solid var(--primary-color);
        }
        
        .mobile-menu ul {
            display: flex;
            justify-content: space-around;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .mobile-menu li {
            flex: 1;
        }
        
        .mobile-menu a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 12px 0;
            color: var(--dark-gray);
            text-decoration: none;
            font-size: 13px;
            transition: all 0.3s;
            position: relative;
        }
        
        .mobile-menu a:hover,
        .mobile-menu a.active {
            color: var(--primary-color);
        }
        
        .mobile-menu a.active::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
        }
        
        .mobile-menu i {
            font-size: 22px;
            margin-bottom: 5px;
            transition: all 0.3s;
        }
        
        .mobile-menu a:hover i {
            transform: translateY(-3px);
        }
        
        /* Responsive Styles */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 42px;
            }
            
            .hero-subtitle {
                font-size: 20px;
            }
            
            .about-content {
                padding-right: 0;
                margin-top: 40px;
            }
            
            .contact-info {
                padding-right: 0;
                margin-bottom: 40px;
            }
            
            .section-title {
                font-size: 36px;
            }
            
            .about-title {
                font-size: 30px;
            }
            
            .contact-title {
                font-size: 28px;
            }
        }
        
        @media (max-width: 768px) {
            .hero-section {
                padding: 80px 0 70px;
            }
            
            .hero-title {
                font-size: 36px;
            }
            
            .hero-subtitle {
                font-size: 18px;
            }
            
            .section-title {
                font-size: 32px;
            }
            
            .about-title {
                font-size: 28px;
            }
            
            .contact-title {
                font-size: 26px;
            }
            
            .mobile-menu {
                display: block;
            }
            
            .desktop-menu {
                display: none;
            }
            
            body {
                padding-bottom: 70px;
            }
            
            .features-section,
            .about-section,
            .services-section,
            .portfolio-section,
            .testimonials-section,
            .contact-section {
                padding: 80px 0;
            }
        }
        
        @media (max-width: 576px) {
            .hero-title {
                font-size: 30px;
            }
            
            .section-title {
                font-size: 28px;
            }
            
            .contact-form {
                padding: 30px 20px;
            }
            
            .btn-hero,
            .btn-outline-light {
                padding: 12px 25px;
                font-size: 16px;
                margin-left: 10px;
                margin-bottom: 10px;
                display: inline-block;
            }
        }
