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

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

nav {
    background: #2c3e50;
    width: 100%;
    margin: 0;
}

.nav-content {
    padding: 20px 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 25px;
    transition: all 0.3s ease;
    display: block;
}

nav a:hover {
    color: #e74c3c;
}

.nav-toggle {
    display: none;
}

.nav-toggle-label {
    display: none;
    cursor: pointer;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
    display: block;
    background: white;
    height: 2px;
    width: 25px;
    position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
    content: '';
    position: absolute;
}

.nav-toggle-label span::before {
    bottom: 7px;
}

.nav-toggle-label span::after {
    top: 7px;
}

header {
    text-align: center;
    padding: 40px 0;
    background: #f8f9fa;
}

.logo {
    max-width: 150px;
}

.whatsapp-section {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
}

.whatsapp-section p {
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #128C7E;
    color: white;
}

.whatsapp-button i {
    margin-right: 8px;
    font-size: 18px;
}

.whatsapp-section {
    padding: 15px 0;
    text-align: center;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.whatsapp-button-large {
    padding: 15px 30px;
    font-size: 18px;
    background-color: white;
    color: #128C7E;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.whatsapp-button:hover {
    background-color: #128C7E;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.whatsapp-button-large:hover {
    background-color: #f8f8f8;
    color: #075E54;
}

.whatsapp-button i {
    margin-right: 8px;
    font-size: 20px;
}

.whatsapp-button-large i {
    font-size: 24px;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.images-container {
    width: 100%;
    background: #fff;
    padding: 40px 0;
    margin: 0;
}

.main-image-container {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    margin: 0;
}

.main-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
}

.images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.image-item {
    width: 100%;
    max-width: 100%;
}

.image-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    max-width: 100%;
    object-fit: contain;
}

.info-section-wrapper {
    background-color: #f8f9fa;
    padding: 40px 0;
    width: 100%;
}

.info-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.address {
    margin-bottom: 30px;
}

.info-text {
    margin-top: 20px;
}

.info-text p {
    margin-bottom: 10px;
}

.about-section {
    padding: 60px 0;
    background: white;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-content h2 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 28px;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.info-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 5px;
    margin-top: 40px;
}

.info-box h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-section {
    padding: 60px 0;
    background: white;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-content h2 {
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 28px;
}

.contact-info {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.contact-info h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .images-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .nav-toggle-label {
        display: block;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        padding: 20px;
        z-index: 100;
    }

    .nav-toggle-label span,
    .nav-toggle-label span::before,
    .nav-toggle-label span::after {
        background: #fff;
        width: 30px;
    }

    nav {
        position: relative;
    }

    nav .content-wrapper {
        padding: 0;
    }

    nav ul {
        display: none;
        flex-direction: column;
        gap: 0;
        text-align: left;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #2c3e50;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    nav ul li {
        width: 100%;
    }

    nav ul li a {
        padding: 15px 25px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    nav ul li a:hover {
        background: rgba(255,255,255,0.1);
    }

    .nav-toggle:checked ~ ul {
        display: flex;
    }
}
