* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;

/* Floating action buttons (Call / WhatsApp) and Back-to-Top */
.floating-actions {
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: fixed;
    flex-direction: row;
    gap: 15px;
    z-index: 2000;
    align-items: center;
    justify-content: flex-end;
}

.fab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.fab-ws {
    width: 60px;
    height: 60px;
    border: 3px solid #00AA00;
    background: transparent;
    color: #00AA00;
    font-size: 24px;
    padding: 0;
}

.fab-ws svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.fab-ws:hover {
    background: #00AA00;
    color: white;
    transform: translateY(-3px);
}

.fab-call {
    width: 60px;
    height: 60px;
    background: #DAA520;
    color: #000000;
    font-size: 18px;
    gap: 8px;
}

.fab-call svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.fab-call:hover {
    background: #B8860B;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(218, 165, 32, 0.4);
}
.back-to-top {
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    color: #DAA520;
    border: 2px solid #DAA520;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    z-index: 999;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}
.back-to-top:hover {
    background: #DAA520;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(218, 165, 32, 0.4);
}

header {
    background-color: #000000;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo {
    font-size: 2.5rem;
    font-family: 'Abril Fatface', serif;
    font-weight: bold;
    color: #DAA520;
    letter-spacing: 1px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

nav a {
    color: #DAA520;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

nav a:hover {
    color: #DAA520;
}

.cta-button {
    background-color: #DAA520;
    color: #000000;
    padding: 0.7rem 1.5rem;
    border-radius:30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

.cta-button:hover {
    background-color: #B8860B;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                url('img/img1.webp')no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #DAA520;
}

.hero-content h1 {
    font-size: 2rem;
    font-family: 'Young Serif', serif;
    margin-bottom: 1rem;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    font-size: 1.3rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: #DAA520;
    color: #000000;
    padding: 1rem 2rem;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #B8860B;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: #DAA520;
    padding: 1rem 2rem;
    border: 2px solid #DAA520;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-secondary:hover {
    background-color: #DAA520;
    color: #000000;
    transform: translateY(-2px);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 3rem;
    color: #DAA520;
    position: relative;
    padding-bottom: 1rem;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #DAA520;
    margin: 1rem auto 0;
}

.services {
    background-color: #000000;
}

.services-grid {
    font-family: 'Playfair Display', serif;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-card {
    background-color: #1a1a1a;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.5rem;
    color: #DAA520;
    margin-bottom: 0.5rem;
}

.service-card p {
    color: #DAA520;
    font-size: 0.95rem;
    line-height: 1.6;
}

.about {
    background-color: #1a1a1a;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    color: #DAA520;
    margin-bottom: 1rem;
}

.about-text p {
    color: #b57e00;
    margin-bottom: 1rem;
    line-height: 1.8;
    font-family: 'Playfair Display', serif;
}

.about-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DAA520;
    font-size: 5rem;
}

.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #bdbdbd;
    font-family: 'Playfair Display', serif;
}

.feature-item::before {
    content: '✓';
    color: #DAA520;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
}

.testimonials {
    background: linear-gradient(135deg, #000000 100%);
    color: #DAA520;
}

.testimonials .section-title {
    color: #DAA520;
}

.testimonials .section-title::after {
    background-color: #DAA520;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.testimonial-card p {
    margin-bottom: 1rem;
    font-style: italic;
    line-height: 1.6;
}

.client-name {
    font-weight: bold;
    text-align: right;
}

.contact {
    background-color: #000000;
}

.contact-content {
    font-family: 'Playfair Display', serif;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-info {
    background-color: #1a1a1a;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-info h3 {
    color: #DAA520;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.info-item {
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
}

.info-item-icon {
    font-size: 1.5rem;
    color: #DAA520;
    margin-top: 0.3rem;
}

.info-item-content h4 {
    color: #DAA520;
    margin-bottom: 0.3rem;
}

.info-item-content p {
    color: #DAA520;
}

.contact-form {
    background-color: #1a1a1a;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #DAA520;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #333333;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #DAA520;
    box-shadow: 0 0 5px rgba(218, 165, 32, 0.3);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group button {
    width: 100%;
}

footer {
    font-family: 'Playfair Display', serif;
    background-color: #000000;
    color: #DAA520;
    text-align: center;
    padding: 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #DAA520;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #DAA520;
}

.privacy-policy {
    background-color: #000000;
    color: #DAA520;
    padding: 2rem;
    max-width: 800px;
    margin: 2rem auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.disclaimer {
    background-color: #000000;
    color: #DAA520;
    padding: 2rem;
    max-width: 800px;
    text-align: center;
    margin: 2rem auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.terms-conditions {
    background-color: #000000;
    color: #DAA520;
    padding: 2rem;
    max-width: 800px;
    text-align: center;
    margin: 2rem auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    nav ul {
        display: none;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons a,
    .hero-buttons button {
        width: 100%;
        max-width: 210px;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .features-list {
        grid-template-columns: 1fr;
    }

    .contact-content {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-content h1 {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    nav {
        padding: 0 1rem;
    }

    .logo {
        font-size: 1.8rem;
    }

    section {
        padding: 3rem 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* New sections styles: offers, why-choose, gallery, map */
.offers {
    background-color: #000000;
}

.why-choose {
    background-color: #000000;
}

.gallery {
    background-color: #000000;
}

.map-section {
    background-color: #000000;
}

.offers-grid {
    font-family: 'Playfair Display', serif;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    background-color: #000000;
}

.offer-card {
    background-color: #1a1a1a;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    text-align: left;
}

.offer-card h3 {
    color: #DAA520;
    margin-bottom: 0.5rem;
}

.offer-card p {
    color: #DAA520;
    margin-bottom: 1rem;
}

.offer-card .btn-primary {
    display: inline-block;
    padding: 0.7rem 1.2rem;
}

.why-grid {
    background-color: #000000;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    align-items: start;
}

.why-item {
    background-color: #1a1a1a;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.why-item p {
    color: #DAA520;
}

.why-icon {
    font-size: 2rem;
    margin-bottom: 0.6rem;
}

.why-item h4 {
    margin-bottom: 0.5rem;
    color: #DAA520;
}

.gallery-grid {
    font-family: 'Playfair Display', serif;
    background-color: #000000;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.map-container {
    background-color: #000000;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .gallery-item img {
        height: 160px;
    }
    .map-container {
        height: 300px;
    }
}
}