/* Team Grid Section for About Modern */
.about-modern-team-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px 0 40px 0;
}

.about-modern-member {
    position: relative;
    width: 330px;
    text-align: center;
}

.about-modern-img-wrap {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    background: #18120c;
}

.about-modern-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

.about-modern-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e7cfa2;
    margin-bottom: 2px;
}

.about-modern-role {
    font-size: 1rem;
    color: #e7cfa2;
    margin-bottom: 8px;
}

.about-modern-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(24, 18, 12, 0.92);
    color: #e7cfa2;
    padding: 14px 12px 12px 12px;
    box-sizing: border-box;
    border-radius: 0 0 24px 24px;
    opacity: 1;
    transition: height 0.4s cubic-bezier(.4, 0, .2, 1), opacity 0.3s;
    height: 82px;
    overflow: hidden;
}

.about-modern-detail {
    font-size: 0.98rem;
    color: #e7cfa2;
    margin-top: 8px;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s, max-height 0.4s;
}

.about-modern-img-wrap:hover img {
    transform: scale(1.07);
}

.about-modern-img-wrap:hover .about-modern-overlay {
    height: 172px;
    opacity: 1;
}

.about-modern-img-wrap:hover .about-modern-detail {
    opacity: 1;
    max-height: 80px;
}

/* Modern About Section */
.about-modern {
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #181511 60%, #23201c 100%);
    padding: 80px 0;
}

.about-modern-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    padding: 0px 16px;
    background: rgba(24, 21, 17, 0.95);
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.about-modern-image {
    flex: 1 1 350px;
    min-width: 320px;
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181511;
    padding: 0;
}

.about-modern-image img {
    width: 100%;
    height: 100%;
    max-height: 465px;
    max-width: 350px;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    margin-top: 50px;
}

.about-modern-content {
    flex: 2 1 500px;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(24, 21, 17, 0.98);
}

.about-modern-title {
    font-family: 'FuturaBT-Light', 'FuturaLT', Arial, sans-serif;
    font-size: 3.5rem;
    color: #bca37a;
    letter-spacing: 0.08em;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: left;
}

.about-modern-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #bca37a 0%, #23201c 100%);
    border-radius: 2px;
    margin-bottom: 24px;
}

.about-modern-founder {
    font-family: 'FuturaBT-Light', 'FuturaLT', Arial, sans-serif;
    font-size: 1.5rem;
    color: #bca37a;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: 0.04em;
    text-align: left;
}

.about-modern-quote {
    font-family: 'FuturaBT-Light', 'FuturaLT', Arial, sans-serif;
    font-size: 1.1rem;
    color: #e7e3db;
    line-height: 1.7;
    margin-bottom: 18px;
    font-style: italic;
    text-align: left;
}

.about-modern-desc {
    font-family: 'FuturaBT-Light', 'FuturaLT', Arial, sans-serif;
    font-size: 1.1rem;
    color: #bca37a;
    line-height: 1.7;
    margin-bottom: 32px;
    text-align: left;
}

.about-modern-btn {
    display: inline-block;
    padding: 12px 36px;
    background: linear-gradient(90deg, #bca37a 0%, #23201c 100%);
    color: #fff;
    font-family: 'FuturaBT-Light', 'FuturaLT', Arial, sans-serif;
    font-size: 1.1rem;
    border-radius: 24px;
    text-decoration: none;
    letter-spacing: 0.06em;
    box-shadow: 0 2px 8px rgba(160, 140, 107, 0.12);
    transition: background 0.3s, color 0.3s;
    max-width: max-content;
}

.about-modern-btn:hover {
    background: linear-gradient(90deg, #23201c 0%, #bca37a 100%);
    color: #fff;
}

.aboutus-modern-header {
    text-align: center;
    margin-bottom: 48px;
}

.aboutus-modern-label {
    font-family: 'FuturaBT-Light', 'FuturaLT', Arial, sans-serif;
    font-size: 1rem;
    color: #bca37a;
    letter-spacing: 0.2em;
    font-weight: 400;
    margin-bottom: 12px;
}

.aboutus-modern-title {
    font-family: 'FuturaBT-Light', 'FuturaLT', Arial, sans-serif;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.15;
}

.aboutus-modern-subtitle {
    font-family: 'FuturaBT-Light', 'FuturaLT', Arial, sans-serif;
    font-size: 1.1rem;
    color: #bca37a;
    margin-bottom: 0;
    font-weight: 300;
}

@media (max-width: 900px) {
    .about-modern-container {
        flex-direction: column;
        /* max-width: 98vw; */
    }

    .about-modern-image {
        max-width: 100%;
        border-radius: 32px 32px 0 0;
    }

    .about-modern-image img {
        border-radius: 32px 32px 0 0;
        max-width: 100%;
        max-height: 300px;
        object-fit: contain;
        margin-top: 0px;
    }

    .about-modern-content {
        padding: 32px 16px;
    }

    .about-modern-title {
        font-size: 2.2rem;
    }

    .about-modern-founder {
        font-size: 1.1rem;
    }

    .aboutus-modern-title {
        font-size: 2rem;
    }

    .about-modern-img-wrap:hover .about-modern-overlay {
        height: 173px;
    }

    .about-modern {
        padding: 50px 0;
    }
    .about-modern-team-grid{
        margin-bottom: 20px;
    }
}