﻿.about-section {
    padding: 90px 0 0 0;
    min-height: 100vh;
    background: #faf7f2;
}

.about-title {
    font-family: 'Great Vibes', cursive;
    font-size: 3.5rem;
    letter-spacing: 2px;
    color: #2c1810;
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-align: center;
}

.about-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #2c1810;
    font-weight: 400;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: 1px;
}

.about-text {
    font-size: 1.08rem;
    color: #2c1810;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.about-img-wrapper {
    display: flex;
    justify-content: center;
    margin: 2.5rem 0 2.5rem 0;
}

.about-img {
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    max-width: 650px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-section-subheading {
    font-family: 'Great Vibes', cursive;
    font-size: 2.5rem;
    color: #2c1810;
    font-weight: 400;
    margin-bottom: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
}

.about-section-paragraph {
    font-size: 1.05rem;
    color: #2c1810;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.about-promise-title {
    font-family: 'Great Vibes', cursive;
    font-size: 2.5rem;
    color: #2c1810;
    font-weight: 400;
    margin-bottom: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
}

.about-promise-text {
    font-size: 1.05rem;
    color: #2c1810;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.about-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 1.5rem;
}

    .about-social a {
        color: #d4af37;
        font-size: 1.3rem;
        transition: color 0.2s;
    }

        .about-social a:hover {
            color: #2c1810;
        }

.about-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .about-logo img {
        max-width: 110px;
        opacity: 0.95;
    }

.about-contact {
    text-align: center;
    font-size: 1rem;
    color: #2c1810;
}

    .about-contact strong {
        font-weight: 600;
    }

@media (max-width: 768px) {
    .about-section {
        padding: 32px 0 0 0;
    }

    .about-title {
        font-size: 1.5rem;
    }

    .about-heading {
        font-size: 1.1rem;
    }

    .about-img {
        max-width: 98vw;
    }

    .about-text,
    .about-section-paragraph,
    .about-promise-text {
        font-size: 0.98rem;
        padding: 0 8px;
    }
}