/* ==========================================
   About Sri Mahajothi Jewellers Section
========================================== */

.about-smj {
    padding: 80px 20px;
    background: #fffdf8;
}

.about-smj .container {
    max-width: 1200px;
    margin: auto;
}

.section-tag {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 18px;

    background: linear-gradient(135deg, #d4af37, #f5d06f);
    color: #222;

    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    border-radius: 30px;
}

.about-smj h2 {
    margin-bottom: 18px;

    color: #1f1f1f;
    font-size: 2.8rem;
    font-weight: 700;
}

.subtitle {
    margin-bottom: 35px;

    color: #8b6b00;
    font-size: 1.2rem;
    line-height: 1.8;
}

.subtitle strong {
    display: block;
    font-size: 1.4rem;
}

.about-smj p {
    margin-bottom: 22px;

    color: #444;
    font-size: 1.05rem;
    line-height: 1.9;
    text-align: justify;
}

.about-smj strong {
    color: #111;
}

.about-smj address {
    margin: 30px 0;
    padding: 25px;

    background: #fff;
    border-left: 5px solid #d4af37;
    border-radius: 12px;

    color: #444;
    font-size: 1rem;
    line-height: 1.8;
    font-style: normal;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.business-model {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;

    margin: 40px 0;
}

.business-card {
    padding: 30px;

    background: #ffffff;

    border-radius: 16px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;
}

.business-card:hover {
    transform: translateY(-8px);
}

.business-card h3 {
    margin-bottom: 18px;

    color: #b8860b;
    font-size: 1.5rem;
}

.business-card p {
    margin-bottom: 0;

    color: #555;
    font-size: 1rem;
    line-height: 1.8;
}

/* ==========================================
   Mobile Responsive
========================================== */

@media (max-width: 768px) {

    .about-smj {
        padding: 60px 18px;
    }

    .about-smj h2 {
        font-size: 2rem;
        text-align: center;
    }

    .subtitle {
        text-align: center;
        font-size: 1.05rem;
    }

    .subtitle strong {
        font-size: 1.2rem;
    }

    .about-smj p {
        font-size: 0.95rem;
        line-height: 1.8;
        text-align: left;
    }

    .business-model {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .business-card {
        padding: 22px;
    }

    .business-card h3 {
        font-size: 1.3rem;
    }

    .about-smj address {
        padding: 20px;
        font-size: 0.95rem;
    }
}
