.menu-bg {
    background: #086EB8 !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.menu-bg .navbar-nav .nav-link {
    color: #fff !important;
}

.menu-bg .navbar-nav .active {
    color: #fff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
    color: #fff !important;
}

a.btn-common:hover,
a.btn-common:focus {
    color: #fff !important;
}

#contact {
    background: #f6fbfd !important;
}

.btn-subtitle {
    color: #fff !important;
}

.contact-section {
    padding: 80px 0;
    min-height: 100vh;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-main-title {
    text-align: center;
    font-size: 30px;
    color: #086EB8;
    margin-bottom: 60px;
    font-weight: 700;
}

.contact-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 60px; */
    align-items: center;
    background: #fff;
    /* border-radius: 20px; */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 600px;
}

.contact-details-panel {
    padding: 60px 40px;
}

.contact-info-heading {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

.contact-info-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    /* border-radius: 2px; */
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    padding: 20px;
    background: #fff;
    /* border-radius: 15px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon-wrapper i {
    font-size: 1.5rem;
    color: #fff;
}

.contact-details-content h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-details-content p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.contact-map-panel {
    position: relative;
    height: 100%;
    min-height: 600px;
}

.contact-map-container {
    width: 100%;
    height: 100%;
    /* border-radius: 0 20px 20px 0; */
    overflow: hidden;
}

.contact-map-frame {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.contact-map-frame:hover {
    filter: grayscale(0%);
}

.contact-map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    /* border-radius: 10px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.contact-map-overlay h4 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.contact-map-overlay p {
    color: #666;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
   .image-3{
        margin-top: -35px !important;
    }
    .mobile-image {
  height: 600px;
  margin-top: -20px;
}
    .contact-content-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-details-panel {
        padding: 40px 30px;
    }

    .contact-info-heading {
        font-size: 2rem;
    }

    .contact-info-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-icon-wrapper {
        margin: 0 auto 15px;
    }

    .contact-map-panel {
        min-height: 400px;
    }

    .contact-map-container {
        /* border-radius: 0 0 20px 20px; */
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 40px 0;
    }

    .contact-container {
        padding: 0 15px;
    }

    .contact-main-title {
        font-size: 2rem;
    }

    .contact-details-panel {
        padding: 30px 20px;
    }

    .contact-info-heading {
        font-size: 1.8rem;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-info-item {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-info-item:nth-child(1) {
    animation-delay: 0.1s;
}

.contact-info-item:nth-child(2) {
    animation-delay: 0.2s;
}

.contact-info-item:nth-child(3) {
    animation-delay: 0.3s;
}
<style>
    /* ===== OUR EVENT SERVICES SECTION ===== */
    #services {
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }
    
    #services::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path fill="%235D3F8C" opacity="0.03" d="M0,0h1000v1000H0V0z M750,500c0,138.1-111.9,250-250,250S250,638.1,250,500S361.9,250,500,250S750,361.9,750,500z"/></svg>');
        background-size: 600px;
        opacity: 0.5;
        z-index: 1;
    }
    
    .section-header {
        position: relative;
        z-index: 2;
    }
    
    .section-subtitle {
        color: #666;
        font-size: 18px;
        max-width: 600px;
        margin: 0 auto 50px;
        text-align: center;
    }
    
    .service-item {
        background: white;
        border-radius: 20px;
        padding: 40px 30px;
        margin-bottom: 30px;
        text-align: center;
        box-shadow: 0 10px 40px rgba(93, 63, 140, 0.08);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        z-index: 2;
        border: 1px solid rgba(93, 63, 140, 0.1);
    }
    
    .service-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(135deg, #086EB8 0%, #0897B8 100%);
        transform: scaleX(0);
        transition: transform 0.4s ease;
    }
    
    .service-item:hover {
        transform: translateY(-15px);
        box-shadow: 0 20px 50px rgba(93, 63, 140, 0.15);
    }
    
    .service-item:hover::before {
        transform: scaleX(1);
    }
    
    .service-icon {
        width: 90px;
        height: 90px;
        margin: 0 auto 25px;
        background: linear-gradient(135deg, rgba(93, 63, 140, 0.1), rgba(93, 63, 140, 0.05));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }
    
    .service-item:hover .service-icon {
        background: linear-gradient(135deg, #086EB8 0%, #0A7FD1 100%);
        transform: scale(1.1) rotate(5deg);
    }
    
    .service-icon i {
        font-size: 42px;
        color: #5D3F8C;
        transition: all 0.4s ease;
    }
    
    .service-item:hover .service-icon i {
        color: white;
        transform: scale(1.1);
    }
    
    .service-item h4 {
        color: #333;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
        transition: color 0.3s ease;
    }
    
    .service-item:hover h4 {
        color: #5D3F8C;
    }
    
    .service-item p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .service-features {
        text-align: left;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px dashed #eee;
    }
    
    .service-features li {
        color: #666;
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 20px;
        position: relative;
    }
    
    .service-features li::before {
        content: '✓';
        position: absolute;
        left: 0;
        color: #5D3F8C;
        font-weight: bold;
    }
    
    /* ===== VENDOR BENEFITS SECTION ===== */
    #vendor-benefits {
        background: linear-gradient(135deg, #5D3F8C 0%, #452B6F 100%);
        padding: 100px 0;
        color: white;
        position: relative;
    }
    
    #vendor-benefits .section-header h2 {
        color: white;
    }
    
    #vendor-benefits .section-subtitle {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .benefit-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }
    
    .benefit-card:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-5px);
    }
    
    .benefit-icon {
        font-size: 40px;
        margin-bottom: 20px;
        color: #FFD166;
    }
    
    .benefit-card h4 {
        color: white;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .benefit-card p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 15px;
        line-height: 1.6;
    }
    
    /* ===== TESTIMONIALS SECTION ===== */
    #testimonials {
        padding: 100px 0;
        background: #f8f9fa;
    }
    
    .testimonial-card {
        background: white;
        border-radius: 15px;
        padding: 30px;
        margin: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        position: relative;
    }
    
    .testimonial-card::before {
        content: '"';
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 60px;
        color: #5D3F8C;
        opacity: 0.1;
        font-family: Georgia, serif;
    }
    
    .testimonial-content {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 20px;
        font-style: italic;
    }
    
    .testimonial-author {
        display: flex;
        align-items: center;
    }
    
    .author-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #5D3F8C;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
        margin-right: 15px;
    }
    
    .author-info h5 {
        margin: 0;
        color: #333;
        font-size: 18px;
    }
    
    .author-info p {
        margin: 5px 0 0;
        color: #666;
        font-size: 14px;
    }
    
    .rating {
        color: #FFD166;
        margin-top: 5px;
    }
    
    /* ===== HOW IT WORKS SECTION ===== */
    #how-it-works {
        padding: 100px 0;
        background: white;
    }
    
    .process-step {
        text-align: center;
        padding: 30px 20px;
        position: relative;
    }
    
    .step-number {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #086EB8 0%, #0A7FD1 100%);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        margin: 0 auto 20px;
        position: relative;
        z-index: 2;
        box-shadow: 0 10px 20px rgba(93, 63, 140, 0.2);
    }
    
    .step-content h4 {
        color: #333;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .step-content p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
    }
    
    /* ===== STATISTICS SECTION ===== */
    #statistics {
        background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
        padding: 80px 0;
        color: white;
        text-align: center;
    }
    
    .stat-item {
        padding: 30px;
    }
    
    .stat-number {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1;
    }
    
    .stat-label {
        font-size: 18px;
        opacity: 0.9;
        font-weight: 500;
    }
    
    /* ===== FAQ SECTION ===== */
    #faq {
        padding: 100px 0;
        background: #f8f9fa;
    }
    
    .faq-card {
        background: white;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }
    
    .faq-question {
        padding: 20px 30px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: white;
        transition: background 0.3s ease;
    }
    
    .faq-question:hover {
        background: #f8f9fa;
    }
    
    .faq-question h5 {
        margin: 0;
        color: #333;
        font-size: 18px;
    }
    
    .faq-icon {
        color: #5D3F8C;
        font-size: 20px;
        transition: transform 0.3s ease;
    }
    
    .faq-card.active .faq-icon {
        transform: rotate(45deg);
    }
    
    .faq-answer {
        padding: 0 30px;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    
    .faq-card.active .faq-answer {
        padding: 20px 30px 30px;
        max-height: 500px;
    }
    
    /* ===== RESPONSIVE DESIGN ===== */
    @media (max-width: 768px) {
        .service-item {
            padding: 30px 20px;
        }
        
        .service-icon {
            width: 70px;
            height: 70px;
        }
        
        .service-icon i {
            font-size: 32px;
        }
        
        .service-item h4 {
            font-size: 20px;
        }
        
        .stat-number {
            font-size: 36px;
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            font-size: 20px;
        }
        
        .testimonial-card {
            padding: 20px;
        }
    }
    
    @media (max-width: 576px) {
        #services,
        #vendor-benefits,
        #testimonials,
        #how-it-works,
        #faq {
            padding: 60px 0;
        }
        
        .section-subtitle {
            font-size: 16px;
            padding: 0 15px;
        }
        
        .benefit-card {
            padding: 20px;
        }
        
        .faq-question {
            padding: 15px 20px;
        }
        
        .faq-question h5 {
            font-size: 16px;
        }
    }
    
    /* Animation Classes */
    .fade-in-up {
        opacity: 0;
        transform: translateY(30px);
        animation: fadeInUp 0.6s ease forwards;
    }
    
    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .delay-1 { animation-delay: 0.2s; }
    .delay-2 { animation-delay: 0.4s; }
    .delay-3 { animation-delay: 0.6s; }
    .delay-4 { animation-delay: 0.8s; }
.service-item:hover i{
    color: #fff !important;
}