:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --text-color: #333;
    --light-gray: #f5f6fa;
    --white: #ffffff;
}

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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
}

/* Header and Navigation */
header {
    background-color: var(--white);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    white-space: nowrap;
}

.nav-links {
    display: flex;
    list-style: none;
    flex: 0 0 auto;
    margin-right: 1rem;
}

.nav-links li {
    margin-left: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--secondary-color);
}

.nav-phone {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 0 0 auto;
    min-width: 0;
    margin-left: 1rem;
}

.nav-phone a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    white-space: nowrap;
}


.nav-phone i {
    font-size: 1.1rem;
}

.whatsapp-link {
    color: #25D366 !important;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-link:hover {
    transform: scale(1.1);
}

/* Hero Section */
.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
    margin-top: 60px;
}

/* Desktop Hero Backgrounds */
@media (min-width: 769px) {
    .hero {
        background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/desktop/1.webp'), url('photos/adjusted/desktop/1.jpeg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        animation: cycleBackgroundsDesktop 40s infinite;
    }
    
    @keyframes cycleBackgroundsDesktop {
        0%, 25% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/desktop/1.webp'), url('photos/adjusted/desktop/1.jpeg');
        }
        25%, 50% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/desktop/2.webp'), url('photos/adjusted/desktop/2.jpeg');
        }
        50%, 75% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/desktop/3.webp'), url('photos/adjusted/desktop/3.jpeg');
        }
        75%, 100% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/desktop/4.webp'), url('photos/adjusted/desktop/4.jpeg');
        }
    }
}

/* Mobile Hero Backgrounds */
@media (max-width: 768px) {
    .hero {
        background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/mobile/1.webp'), url('photos/adjusted/mobile/1.jpeg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        animation: cycleBackgroundsMobile 50s infinite;
    }
    
    @keyframes cycleBackgroundsMobile {
        0%, 20% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/mobile/1.webp'), url('photos/adjusted/mobile/1.jpeg');
        }
        20%, 40% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/mobile/2.webp'), url('photos/adjusted/mobile/2.jpeg');
        }
        40%, 60% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/mobile/3.webp'), url('photos/adjusted/mobile/3.jpeg');
        }
        60%, 80% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/mobile/4.webp'), url('photos/adjusted/mobile/4.jpeg');
        }
        80%,     100% {
            background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photos/adjusted/mobile/5.webp'), url('photos/adjusted/mobile/5.jpeg');
        }
    }
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    color: var(--white);
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    /* white-space: nowrap; */
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.hero-content p:last-of-type {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0;
    color: var(--white);
}

.hero-phone {
    color: var(--white);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    border-bottom: 2px solid var(--white);
    padding-bottom: 2px;
}

.hero-phone:hover {
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
    transform: scale(1.05);
}

/* WhatsApp specific styling */
.whatsapp-hero-link {
    color: #25D366 !important; /* WhatsApp green */
    border-bottom-color: #25D366 !important;
    font-family: 'Helvetica';
}

.whatsapp-hero-link:hover {
    color: #128C7E !important; /* Darker WhatsApp green on hover */
    border-bottom-color: #128C7E !important;
    transform: scale(1.05);
}

/* Services Section */
.services {
    padding: 3rem 1rem;
    background-color: var(--light-gray);
}

.services h2 {
    text-align: center;
    margin-bottom: 2rem;
}

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

.service-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card i {
    font-size: 1.5rem;
    color: var(--secondary-color);
    min-width: 2rem;
    text-align: center;
    margin-top: 0.2rem;
}

.service-card .service-content {
    flex: 1;
}

.service-card h3 {
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
    color: var(--primary-color);
    font-weight: 600;
}

.service-card p {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    color: #666;
}

/* Category card specific styles */
.category-card {
    align-items: flex-start;
    min-height: 200px;
}

.category-card .service-content {
    width: 100%;
}

.service-list {
    margin-top: 0.5rem;
}

.service-item {
    display: block;
    padding: 0.4rem 0;
    color: var(--text-color);
    font-size: 0.9rem;
    position: relative;
    padding-left: 1.5rem;
    transition: color 0.3s ease;
}

.service-item:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 1rem;
}

.service-item:hover {
    color: var(--primary-color);
}

/* About Section */
.about {
    padding: 3rem 1rem;
    background-color: var(--white);
}

.about h2 {
    text-align: center;
    margin-bottom: 2rem;
}

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

.feature {
    text-align: center;
    padding: 1rem;
}

.feature i {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    display: block;
}

/* Areas Served Section */
.areas-served {
    padding: 2rem 1rem;
    background-color: var(--white);
}

.areas-served h2 {
    text-align: center;
    margin-bottom: 1rem;
    color: var(--primary-color);
    font-size: 1.8rem;
}

.areas-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

.areas-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto 2rem;
}

.area-badge {
    background: var(--light-gray);
    color: var(--text-color);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.area-badge:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-color: var(--secondary-color);
}

.service-coverage {
    background: var(--light-gray);
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    border-left: 3px solid var(--accent-color);
}

.service-coverage p {
    font-size: 1rem;
    color: var(--text-color);
    margin: 0;
}

.service-coverage a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-coverage a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Contact Section */
.contact {
    padding: 3rem 1rem;
    background-color: var(--light-gray);
}

.contact h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-container.full-width {
    grid-template-columns: 1fr;
    max-width: 1200px;
    justify-items: stretch;
}

.contact-container.full-width .contact-info {
    text-align: center;
    width: 100%;
    max-width: none;
}

.contact-info {
    padding: 3rem;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 8px;
    text-align: center;
}

.contact-info h3 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.contact-info p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.contact-info i {
    margin-right: 0.5rem;
    color: var(--secondary-color);
}

.contact-info a {
    color: var(--white);
    text-decoration: none;
}

.working-hours {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.working-hours h4 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.working-hours p {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* Footer */
footer {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 3rem 0 1rem 0;
    text-align: left;
}

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

.footer-section h3 {
    color: var(--white);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 0.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: #ddd;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    display: block;
    padding: 0.2rem 0;
}

.footer-links a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.footer-links span {
    color: #ddd;
    font-size: 0.9rem;
    display: block;
    padding: 0.2rem 0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.4;
    color: #ddd;
}

/* Gallery Section - Carousel */
.gallery {
    padding: 5rem 1rem;
    background-color: var(--white);
}

.gallery h2 {
    text-align: center;
    margin-bottom: 3rem;
}

/* Smooth scroll behavior */
.carousel-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    scroll-behavior: smooth;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.carousel-slide {
    min-width: 100%;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    box-sizing: border-box;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.carousel-slide .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
}

/* Navigation arrows */
.carousel-btn {
    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;
    font-size: 1.2rem;
    color: var(--primary-color);
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0.8;
}

.carousel-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    opacity: 1;
}

.carousel-btn:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.carousel-btn-prev {
    left: 20px;
}

.carousel-btn-next {
    right: 20px;
}

/* Carousel slide animations */
.carousel-slide {
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-slide:hover {
    transform: scale(1.02);
}

.carousel-slide img {
    transition: all 0.3s ease;
}

.carousel-slide:hover img {
    filter: brightness(1.1);
}

/* Dot indicators */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2rem;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: var(--secondary-color);
    transform: scale(1.2);
}

.carousel-dot:hover {
    background: var(--primary-color);
}

/* Auto-play controls */
.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.play-pause-btn {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.play-pause-btn:hover {
    background: var(--primary-color);
    transform: scale(1.05);
}

/* Responsive design for carousel */
@media (min-width: 768px) {
    .carousel-slide {
        min-width: 50%;
        padding: 0 0.5rem;
    }
    
    .carousel-slide img {
        border-radius: 8px;
    }
}

@media (min-width: 1024px) {
    .carousel-slide {
        min-width: 33.333%;
        padding: 0 0.5rem;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .carousel-btn-prev {
        left: 10px;
    }
    
    .carousel-btn-next {
        right: 10px;
    }
    
    .carousel-slide .caption {
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    .carousel-dots {
        gap: 8px;
        margin-top: 1.5rem;
    }
    
    .carousel-dot {
        width: 10px;
        height: 10px;
    }
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1100;
    padding: 2rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    overflow: auto;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.close-modal {
    position: absolute;
    right: 2rem;
    top: 1rem;
    color: var(--white);
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-modal:hover {
    color: var(--secondary-color);
}

#modal-caption {
    margin: 1rem auto;
    display: block;
    text-align: center;
    color: var(--white);
    font-size: 1.1rem;
    transition: opacity 0.3s ease;
}

/* Floating WhatsApp Button - Hidden by default (Desktop) */
.floating-whatsapp {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    nav {
        justify-content: space-between;
        padding: 1rem 0.75rem;
    }

    .logo {
        font-size: 1.2rem;
        flex-shrink: 1;
        min-width: 0;
    }

    .nav-links {
        display: none;
    }

    .nav-phone .email-link {
        display: none !important;
    }

    .nav-phone .whatsapp-link {
        display: none !important;
    }

    .nav-phone {
        font-size: 0.95rem;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .nav-phone a[href^="tel"] {
        display: flex;
        align-items: center;
        gap: 0.3rem;
    }

    .nav-phone a[href^="tel"] i {
        font-size: 1rem;
    }
    
    /* Floating WhatsApp Button - Mobile Only */
    .floating-whatsapp {
        display: flex;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #25D366;
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 28px;
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
        z-index: 1000;
        transition: all 0.3s ease;
    }
    
    .floating-whatsapp:hover {
        background-color: #128C7E;
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
    }
    
    .floating-whatsapp i {
        color: white;
    }
    
    .hero h1 {
        font-size: 1.5rem;
    }
    
    .hero-content p:last-of-type {
        font-size: 1.1rem;
        margin-top: 1rem;
    }
    
    .hero-phone {
        font-size: 1.5rem;
        margin-left: 0.3rem;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .services {
        padding: 3rem 0.5rem;
    }

    .services h2 {
        margin-bottom: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.5rem;
    }

    .service-card {
        padding: 1rem;
    }

    .service-card i {
        font-size: 1.2rem;
    }

    .service-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .service-card p {
        font-size: 0.85rem;
        margin-top: 0.25rem;
    }

    .category-card {
        min-height: auto;
    }

    /* Mobile: Switch to horizontal tag layout */
    .service-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem;
        margin-top: 0.5rem;
    }

    .service-item {
        display: inline-block;
        background-color: var(--light-gray);
        color: var(--primary-color);
        padding: 0.3rem 0.6rem;
        border-radius: 15px;
        font-size: 0.8rem;
        font-weight: 500;
        border: 1px solid rgba(52, 73, 94, 0.1);
        transition: all 0.3s ease;
        position: static;
        padding-left: 0.6rem;
    }

    .service-item:before {
        display: none;
    }

    .service-item:hover {
        background-color: var(--secondary-color);
        color: var(--white);
        transform: translateY(-1px);
    }

    .gallery {
        padding: 3rem 0.5rem;
    }

    .carousel-container {
        padding: 0 0.5rem;
    }

    .modal {
        padding: 1rem;
    }

    .close-modal {
        right: 1rem;
    }

    .areas-served {
        padding: 2rem 0.5rem;
    }

    .areas-served h2 {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .areas-intro {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }

    .areas-badges {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }

    .area-badge {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }

    .service-coverage {
        padding: 1rem;
        margin: 0 0.5rem;
    }

    .service-coverage p {
        font-size: 0.9rem;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    nav {
        padding: 0.8rem 0.5rem;
    }

    .logo {
        font-size: 1rem;
    }

    .nav-phone .email-link {
        display: none !important;
    }

    .nav-phone .whatsapp-link {
        display: none !important;
    }

    .nav-phone {
        font-size: 0.85rem;
    }

    .nav-phone a[href^="tel"] i {
        font-size: 0.9rem;
    }
    
    /* Smaller WhatsApp button for very small screens */
    .floating-whatsapp {
        display: flex;
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 15px;
        right: 15px;
    }
}

/* Contact Form Styles */
.contact-form-container {
    background: var(--white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 600px;
}

.contact-form-container h3 {
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--primary-color);
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.75rem;
    border: 2px solid #e1e5e9;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.3s;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: var(--secondary-color);
    color: var(--white);
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.submit-btn:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.submit-btn:disabled {
    background-color: #bdc3c7;
    cursor: not-allowed;
    transform: none;
}

.form-status {
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    margin-top: 1rem;
    display: none;
}

.form-status.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-status.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

.form-status.loading {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
    display: block;
}

/* Mobile responsive styles for contact form */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
    
    .contact-form-container h3 {
        font-size: 1.3rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.6rem;
        font-size: 0.9rem;
    }
    
    .submit-btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
    
    /* Footer Mobile Responsive */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .footer-section h3 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .footer-links a,
    .footer-links span {
        font-size: 0.85rem;
        padding: 0.15rem 0;
    }
    
    .footer-bottom p {
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
    
    /* Hide footer on mobile */
    footer {
        display: none;
    }
}

/* Blog Styles */
.blog-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--white);
    padding: 4rem 1rem 3rem;
    text-align: center;
}

.blog-hero .hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.blog-hero .hero-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Blog Categories */
.blog-categories {
    padding: 2rem 1rem;
    background: var(--light-gray);
}

.categories-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.categories-container h2 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.category-btn {
    background: var(--white);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-btn:hover,
.category-btn.active {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Blog Posts Grid */
.blog-posts {
    padding: 3rem 1rem;
    background: var(--white);
}

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

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

/* Blog Card */
.blog-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--accent-color);
    color: var(--white);
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.blog-content {
    padding: 1.5rem;
}

.blog-content h3 {
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-content h3 a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.blog-content h3 a:hover {
    color: var(--primary-color);
}

.blog-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.85rem;
    color: #888;
}

.blog-date, .reading-time {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: var(--primary-color);
    gap: 0.8rem;
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

/* Blog CTA Section */
.blog-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--white);
    padding: 3rem 1rem;
    text-align: center;
}

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

.blog-cta h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.blog-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cta-btn.primary {
    background: var(--accent-color);
    color: var(--white);
    border-color: var(--accent-color);
}

.cta-btn.primary:hover {
    background: transparent;
    border-color: var(--white);
    color: var(--white);
    transform: translateY(-2px);
}

.cta-btn.secondary {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.cta-btn.secondary:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Blog navigation now identical to index.html */

/* Mobile Responsive for Blog */
@media (max-width: 768px) {
    .blog-hero .hero-content h1 {
        font-size: 2rem;
    }
    
    .blog-hero .hero-content p {
        font-size: 1rem;
    }
    
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .category-filters {
        gap: 0.75rem;
    }
    
    .category-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .blog-cta h2 {
        font-size: 1.6rem;
    }
    
    .blog-cta p {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
} 
