.footer-section {
    background-color: #FFF;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 0 20px;
    text-align: center;
}

.about-us, .contact-us {
    color: #333;
    padding: 0 20px;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    color: #DB7093;
}

.about-text {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #8B4963;
    text-align: left;
    max-width: 800px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
}

.contact-info {
    text-align: center;
    margin: 0 auto;
}

.studio-name {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.address, .phone {
    margin-bottom: 10px;
    color: #8B4963;
    text-align: center;
}

.social-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-links a {
    text-decoration: none;
    color: #DB7093;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #FF69B4;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    background-color: #FFB6C1;
    color: white;
    font-size: 14px;
}

.copyright a {
    color: #FF69B4;
    text-decoration: none;
}

.admin-login {
    color: white;
    text-decoration: none;
    margin-left: 10px;
}

.admin-login:hover {
    color: #FF69B4;
}

.quote-container {
    text-align: left;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
}

.quote-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 42px;
    font-weight: 900; /* Extra bold */
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
}

.quote-author {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    letter-spacing: 2px; /* Tăng khoảng cách giữa các chữ */
    text-transform: uppercase; /* Chuyển thành chữ in hoa */
}

/* Thêm dấu ngoặc kép vào quote */
.quote-text::before {
    content: '"';
}

.quote-text::after {
    content: '"';
}

.about-us {
    color: #333;
    padding: 0 20px;
    text-align: left;
}