* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark Text */
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif; /* or Poppins */
    color: #1E3A5F; /* Primary Blue */
}

.main-header {
    background-color: #1E3A5F; /* Primary Blue */
    color: white;
    padding: 1rem 0;
    border-bottom: 5px solid #F7C948; /* Brand Yellow/Gold */
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.header-logo img {
    height: 50px;
}

/* Desktop Navigation Styles (default, applied always unless overridden by media queries) */
.main-nav {
    /* Ensure it's visible by default on desktop */
    display: block; /* Assuming this is the default display for your desktop nav */
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.main-nav a {
    color: white;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.cta-button {
    background-color: #F7C948; /* Brand Yellow/Gold */
    color: #1E3A5F; /* Primary Blue */
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

/* Mobile elements hidden by default on desktop */
.mobile-menu-toggle,
.mobile-sidebar,
.mobile-overlay {
    display: none;
}

.main-footer {
    background-color: #1E3A5F; /* Primary Blue */
    color: white;
    padding: 2rem 0;
    margin-top: 2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-logo img {
    height: 50px;
    margin-bottom: 1rem;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-heading {
    color: #F7C948; /* Brand Yellow/Gold */
    margin-bottom: 1rem;
}

.footer-links ul, .footer-service-areas ul {
    list-style: none;
    padding: 0;
}

.footer-links li, .footer-service-areas li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-contact p {
    margin-bottom: 0.5rem;
}

.footer-contact h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.newsletter-form input[type="email"] {
    padding: 0.5rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.newsletter-form button[type="submit"] {
    background-color: #F7C948; /* Brand Yellow/Gold */
    color: #1E3A5F; /* Primary Blue */
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #2B7CBD; /* Brand Blue */
}

/* Reusable Components */
.section-padding {
    padding: 4rem 1rem;
}

.section-background-light {
    background-color: #F5F7FA; /* Light Gray */
}

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

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 2rem;
}

.sub-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bg-primary{
    background-color: #2b7cbd !important;
}
.bg-secondary{
    background-color: #f7c948 !important;
}
.text-white{
    color: white !important;
}
.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 1rem;
}

.card-text {
    font-family: 'Open Sans', sans-serif;
}

.link-primary {
    color: #2B7CBD; /* Brand Blue */
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease;
}

.link-primary:hover {
    color: #F7C948; /* Brand Yellow/Gold */
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

.list-item-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Home Page Specific Styles - FIXED HERO (Safe & Reliable) */
.hero-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
                      url('https://images.unsplash.com/photo-1648475238180-7333e740615d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMjA3fDB8MXxzZWFyY2h8MTF8fGNsZWFuJTIwYnJpZ2h0JTIwaG9tZSUyMGludGVyaW9yfGVufDB8fHx8MTc2NTYxNzMyOHww&ixlib=rb-4.1.0&q=80&w=1080');
    background-size: cover;
    background-position: center;
    padding: 6rem 1rem;
    text-align: center;
    color: #333333;
    position: relative;
    min-height: 80vh; /* Ensures hero has visible height */
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); /* increase/decrease for darkness */
    z-index: 1;
}

.hero-section .hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2; /* Above gradient overlay */
}

.hero-section .hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #f7c948;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hero-section .hero-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    margin-top: 1rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.hero-buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}


.hero-cta-primary {
    background-color: #F7C948;
    color: #1E3A5F;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hero-cta-primary:hover {
    background-color: #e6b53e;
    transform: scale(1.05);
}

.hero-cta-secondary {
    background-color: transparent;
    color: #2B7CBD;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #2B7CBD;
    transition: all 0.3s ease;
}

.hero-cta-secondary:hover {
    background-color: #2B7CBD;
    color: white;
    transform: scale(1.05);
}

.trust-badges {
    margin-top: 2rem;
    font-size: 0.9rem;
    opacity: 0.9;
    color: white;
}

.section-background-light {
    background-color: #F5F7FA;
    position: relative; /* Safety */
    z-index: 1;
}

/* Rest of your home page styles remain unchanged */
.services-section .card img {
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.services-section .card:hover img {
    transform: scale(1.1);
}

.why-choose-us-section .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.why-choose-us-section .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.why-choose-us-section .benefit-item img {
    margin-top: 5px;
}

.why-choose-us-section .benefit-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 0.5rem;
}

.allergy-education-section .education-cta {
    display: inline-block;
    margin-top: 2rem;
    background-color: #F7C948; /* Brand Yellow/Gold */
    color: #1E3A5F; /* Primary Blue */
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.service-areas-section .map-placeholder {
    margin-bottom: 2rem;
}

.service-areas-section .card{
        background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1)),
                      url('../images/map.jpg');
}

.service-areas-section .card-text{
    font-weight: bold !important;
}

/* .service-areas-section .map-placeholder img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.service-areas-section .map-placeholder:hover img {
    transform: scale(1.05);
} */

.testimonial-card p {
    font-style: italic;
}

.testimonial-card strong {
    font-weight: 700;
    margin-top: 1rem;
    display: block;
}

.cta-banner-section {
    background-color: #F7C948; /* Brand Yellow/Gold */
    padding: 4rem 1rem;
    text-align: center;
}

.cta-banner-section .cta-banner-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-banner-section .cta-banner-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 1rem;
}

.cta-banner-section .cta-banner-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    color: #333333; /* Dark Text */
    margin-bottom: 2rem;
}

.cta-banner-section .cta-banner-buttons {
    background-color: #1E3A5F; /* Primary Blue */
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    margin-right: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-banner-section .cta-banner-buttons.secondary {
    background-color: transparent;
    color: #1E3A5F; /* Primary Blue */
    border: 2px solid #1E3A5F; /* Primary Blue */
}

.cta-banner-section .cta-banner-buttons:hover {
    background-color: #2B7CBD;
    transform: scale(1.05);
}

.cta-banner-section .cta-banner-buttons.secondary:hover {
    background-color: #1E3A5F;
    color: white;
}

.trust-certification-section .certification-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.trust-certification-section .certification-item {
    background-color: white;
    padding: 1rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Service Page Common Styles */
.service-hero-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5)),
                      url('../images/air-duct-cleaning.jpg');
    background-size: cover;
    background-position: center;
    padding: 6rem 1rem;
    text-align: center;
    color: #333333;
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); /* increase/decrease for darkness */
    z-index: 1;
}

.service-hero-section > * {
    position: relative;
    z-index: 2;
}
.service-hero-section .hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.service-hero-section .hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #f7c948; /* Primary Blue */
}

.service-hero-section .hero-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    margin-top: 1rem;
    color: white;
}

.service-hero-section .hero-cta-button {
    margin-top: 2rem;
    background-color: #F7C948; /* Brand Yellow/Gold */
    color: #1E3A5F; /* Primary Blue */
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.service-overview-section .text-content-block {
    margin: 0 auto;
}

.how-it-works-section .step-card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: left;
}

.how-it-works-section .step-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 1rem;
}

.benefits-section .benefits-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.benefits-section .benefits-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.benefits-section .benefits-list li img {
    margin-top: 5px;
}

.before-after-section .image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.before-after-section .image-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 1rem;
}

.before-after-section .image-card img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    height: 500px;
}

.pricing-section .text-content-block {
    max-width: 800px;
    margin: 0 auto;
}

.pricing-section .pricing-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.pricing-section .cta-button-pricing {
    background-color: #F7C948; /* Brand Yellow/Gold */
    color: #1E3A5F; /* Primary Blue */
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.faq-section .faq-item {
    margin-bottom: 1.5rem;
}

.faq-section .faq-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 0.5rem;
}

.faq-item-question {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 0.5rem;
}

.faq-item-answer {
    font-family: 'Open Sans', sans-serif;
}

.related-services-section .related-services-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.related-services-section .related-services-links a {
    color: #2B7CBD; /* Brand Blue */
    text-decoration: none;
    font-weight: 700;
}

.service-cta-section {
    background-color: #F7C948; /* Brand Yellow/Gold */
    padding: 4rem 1rem;
    text-align: center;
}

.service-cta-section .cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.service-cta-section .cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    color: #1E3A5F; /* Primary Blue */
    margin-bottom: 2rem;
}

.service-cta-section .cta-button {
    background-color: #1E3A5F; /* Primary Blue */
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.service-area-reminder-section {
    padding: 2rem 1rem;
    text-align: center;
    background-color: #1E3A5F; /* Primary Blue */
    color: white;
}

/* Dryer Vent Cleaning Specific Styles */
.warning-signs-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

/* Carpet Cleaning Specific Styles */
.why-vacuum-isnt-enough-section .benefits-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.safe-for-family-section .benefits-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

/* Maid Services Specific Styles */
.service-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: left;
}

.included-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.subscription-options-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

/* Junk Removal Specific Styles */
.what-we-remove-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: left;
}

/* Clean Outs Specific Styles */
.ideal-for-list {
    list-style: none;
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.our-approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: left;
}

/* New Styles for Interactivity and Animations */
.card-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.2);
}

.button-hover-scale {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.button-hover-scale:hover {
    transform: scale(1.05);
    background-color: #e6b53e; /* Slightly darker yellow for hover */
}

.hero-cta-primary:hover {
    background-color: #e6b53e;
    transform: scale(1.05);
}

.hero-cta-secondary:hover {
    background-color: #2B7CBD;
    color: white;
    transform: scale(1.05);
}

.education-cta:hover {
    background-color: #e6b53e;
    transform: scale(1.05);
}

.certification-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.2);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.2);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideLeft {
    from { transform: translateX(-100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideRight {
    from { transform: translateX(100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.animate-fade-in {
    animation: fadeIn 1s ease-out;
}

.animate-fade-in-delay {
    animation: fadeIn 1.5s ease-out;
}

.animate-slide-down {
    animation: slideDown 1s ease-out;
}

.animate-slide-up {
    animation: slideUp 1s ease-out;
}

.animate-slide-left {
    animation: slideLeft 1s ease-out;
}

.animate-slide-right {
    animation: slideRight 1s ease-out;
}

.animate-section {
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-section.visible {
    opacity: 1;
    transform: translateY(0);
}


/* Add these styles to your existing app.css (at the bottom or in a contact-specific section) */

/* Contact Page Hero - Reuse home hero styles with overlay */
.service-hero-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
                      url('../images/air-duct-cleaning.jpg');
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contact Form Styling */
.contact-form {
    background-color: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 900px;
    margin: 0 auto;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 600;
    color: #1E3A5F;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.required {
    color: #F7C948;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 0.8rem 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #F7C948;
    box-shadow: 0 0 0 3px rgba(247, 201, 72, 0.2);
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
}

.checkbox-label input {
    margin-right: 0.8rem;
    accent-color: #F7C948;
}

.radio-group {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.radio-group label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    cursor: pointer;
}

.radio-group input {
    margin-right: 0.5rem;
    accent-color: #F7C948;
}

.form-submit-button {
    background-color: #F7C948;
    color: #1E3A5F;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(247, 201, 72, 0.3);
}

.form-submit-button:hover {
    background-color: #e6b53e;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(247, 201, 72, 0.4);
}

/* Map enhancements */
.map-placeholder iframe {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.map-placeholder:hover iframe {
    transform: scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form {
        padding: 2rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .checkbox-grid {
        grid-template-columns: 1fr;
    }

    .form-submit-button {
        width: 100%;
    }
}

/* Add these styles to your app.css */

/* Enhanced Contact Info Card */
.contact-info-card {
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #F7C948, #2B7CBD);
}

.card-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-icon {
    background-color: #F7C948;
    color: #1E3A5F;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.contact-item:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-item strong {
    display: block;
    color: #1E3A5F;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.contact-link a {
    font-size: 1.15rem;
    font-weight: 600;
}

.contact-item small {
    color: #888;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    display: block;
}

.service-areas-list {
    font-weight: 500;
    line-height: 1.8;
    color: #444;
}

/* Quick CTA Buttons at bottom */
.contact-cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    justify-content: center;
}

.quick-cta-button {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.quick-cta-button.primary {
    background-color: #F7C948;
    color: #1E3A5F;
}

.quick-cta-button.primary:hover {
    background-color: #e6b53e;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(247, 201, 72, 0.4);
}

.quick-cta-button.secondary {
    background-color: transparent;
    color: #1E3A5F;
    border: 2px solid #1E3A5F;
}

.quick-cta-button.secondary:hover {
    background-color: #1E3A5F;
    color: white;
    transform: translateY(-3px);
}

/* New responsive header styles */
@media (max-width: 768px) {
    .main-nav {
        display: none; /* Hide desktop nav on mobile */
    }

    .mobile-menu-toggle {
        display: flex; /* Show mobile toggle on mobile */
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 1001; /* Ensure it's above other content */
    }

    .mobile-menu-toggle .bar {
        width: 100%;
        height: 3px;
        background-color: white;
        transition: all 0.3s ease;
    }

    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: -250px; /* Hidden by default */
        width: 250px;
        height: 100%;
        background-color: white;
        box-shadow: 2px 0 10px rgba(0,0,0,0.2);
        z-index: 1000;
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
    }

    .mobile-sidebar.active {
        left: 0; /* Slide in */
    }

    .mobile-sidebar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        border-bottom: 1px solid #eee;
    }

    .mobile-sidebar-header img {
        height: 40px; /* Adjust logo size in sidebar */
    }

    .close-mobile-menu {
        background: none;
        border: none;
        font-size: 2rem;
        color: #333;
        cursor: pointer;
    }

    .mobile-nav {
        padding: 1rem;
        flex-grow: 1;
        overflow-y: auto; /* Enable scrolling for long menus */
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
    }

    .mobile-nav li {
        margin-bottom: 0.5rem;
    }

    .mobile-nav a {
        color: #333;
        text-decoration: none;
        padding: 0.75rem 0.5rem;
        display: block;
        border-radius: 5px;
        transition: background-color 0.2s ease;
    }

    .mobile-nav a:hover {
        background-color: #f0f0f0;
    }

    .mobile-nav .cta-button {
        background-color: #F7C948;
        color: #1E3A5F;
        text-align: center;
        padding: 0.75rem 1rem;
        margin-top: 1rem;
    }

    .mobile-dropdown-toggle {
        position: relative;
        padding-right: 2rem !important; /* Space for arrow */
    }

    .mobile-dropdown-toggle::after {
        content: '\25B6'; /* Right arrow */
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease;
    }

    .mobile-dropdown-toggle.active::after {
        transform: translateY(-50%) rotate(90deg); /* Down arrow when active */
    }

    .mobile-dropdown-content {
        display: none; /* Hidden by default */
        padding-left: 1rem;
        border-left: 2px solid #f0f0f0;
        margin-top: 0.5rem;
    }

    .mobile-dropdown-content.active {
        display: block; /* Show when active */
    }

    .mobile-dropdown-content a {
        padding: 0.5rem 0.5rem;
        font-size: 0.95rem;
        color: #555;
    }

    .mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
        display: none; /* Hidden by default */
    }

    .mobile-overlay.active {
        display: block; /* Show when active */
    }
}
