.terms-luxury-section {
    background: #ffffff;
    color: #333;
    padding: 100px 0;
    overflow: hidden;
}

.terms-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 70px;
}

.terms-badge {
    display: inline-block;
    color: #D4A34F;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.terms-header h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.terms-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.terms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.terms-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    animation: fadeUp 0.9s ease both;
}

.terms-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.terms-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.terms-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.terms-footer {
    margin-top: 80px;
    text-align: center;
}

.terms-footer p {
    margin-bottom: 15px;
    font-weight: 500;
}

.terms-contact {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.terms-contact a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.terms-contact a i {
    color: #D4A34F;
    margin-right: 8px;
}

.terms-contact a:hover {
    color: #D4A34F;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.inner-page .headings h1 {
    color: #ffffff;
    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.35),
        0 6px 18px rgba(0, 0, 0, 0.25);
}

.head-tr-2 {
    background-color: rgba(0, 0, 0, 0.50);
}


#terms-conditions-bg{
    background-image: url(../../images/bg/kitchen-pro-dallas-terms-conditions.webp) !important;
}

#privacy-policy-bg{
    background-image: url(../../images/bg/kitchen-pro-dallas-privacy-policy.webp) !important;
}

#accessibility-terms-bg{
    background-image: url(../../images/bg/kitchen-pro-dallas-accessibility.webp) !important;
}