/* Home Page Styles - Deep Yellow and Dark Gray Theme */

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #333333 !important;
}

.hero-section .btn-light {
    background-color: #333333 !important;
    color: #FFD700 !important;
    border: none !important;
}

.hero-section .btn-outline-light {
    color: #333333 !important;
    border-color: #333333 !important;
}

.hero-section .btn-outline-light:hover {
    background-color: rgba(51, 51, 51, 0.1) !important;
}

/* Contact Buttons */
.bg-primary {
    background-color: #333333 !important;
}

.bg-primary .btn-outline-light {
    color: #FFD700 !important;
    border-color: #FFD700 !important;
}

.bg-primary .btn-outline-light:hover {
    background-color: rgba(255, 215, 0, 0.1) !important;
}

/* How It Works Section */
.how-it-works h2 {
    color: #333333 !important;
}

.card {
    border: 1px solid #e0e0e0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%) !important;
    color: #FFFFFF !important;
}

.cta-section .btn-light {
    background-color: #FFD700 !important;
    color: #333333 !important;
    border: none !important;
}

.cta-section .btn-outline-light {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.cta-section .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* FAQ Section */
.bg-light {
    background-color: #f8f9fa !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 215, 0, 0.1) !important;
    color: #333333 !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.25) !important;
    border-color: #FFD700 !important;
}

/* Testimonials */
.testimonial-card {
    border-left: 4px solid #FFD700 !important;
}

/* Footer */
.footer {
    background-color: #333333 !important;
    color: #FFFFFF !important;
}

.footer a {
    color: #FFD700 !important;
}

.footer a:hover {
    color: #FFE44D !important;
    text-decoration: none;
}
