/* ============================================
   ABOUT PAGE DESIGN WITHOUT IMAGE
   ============================================ */

.about-hero {
    background: linear-gradient(135deg, rgba(17, 17, 17, 0.82), rgba(197, 155, 45, 0.55)),
                url("../img/about-jewellery.jpg") center/cover no-repeat;
    padding: 110px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: "✦";
    position: absolute;
    top: 25px;
    left: 8%;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.about-hero::after {
    content: "❖";
    position: absolute;
    bottom: 20px;
    right: 8%;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.about-hero .container {
    position: relative;
    z-index: 1;
}

.about-hero-subtitle {
    display: inline-block;
    color: #fff4cf;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-hero h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 15px;
}

.about-hero p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
}

/* Main Section */
.about-main-section {
    background: linear-gradient(135deg, #fffdf8 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.about-main-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(197, 155, 45, 0.08);
    border-radius: 50%;
    top: 80px;
    left: -120px;
}

.about-main-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(197, 155, 45, 0.06);
    border-radius: 50%;
    bottom: 100px;
    right: -160px;
}

.about-main-section .container {
    position: relative;
    z-index: 1;
}

/* About Content Box */
.about-content-box {
    background: #ffffff;
    padding: 45px;
    border-radius: 26px;
    border: 1px solid rgba(197, 155, 45, 0.25);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}

.about-content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: linear-gradient(180deg, #c59b2d, #fff4cf, #9f7617);
}

.about-content-box::after {
    content: "✦";
    position: absolute;
    top: 18px;
    right: 28px;
    font-size: 80px;
    color: rgba(197, 155, 45, 0.08);
    line-height: 1;
}

.section-small-title {
    display: inline-block;
    color: #c59b2d;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.about-content-box h2 {
    font-size: 38px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 20px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
}

.about-content-box h2 span {
    color: #c59b2d;
}

.about-dynamic-text,
.about-extra-text,
.about-points,
.about-btn {
    position: relative;
    z-index: 1;
}

.about-dynamic-text p,
.about-extra-text {
    color: #444444;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 18px;
}

/* Points */
.about-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 28px 0;
}

.about-points div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2b2b2b;
    font-weight: 700;
    background: #fffdf8;
    border: 1px solid rgba(197, 155, 45, 0.22);
    border-radius: 14px;
    padding: 14px 16px;
    min-height: 64px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-points div:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(197, 155, 45, 0.12);
}

.about-points i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #c59b2d;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.about-btn {
    margin-top: 5px;
}

/* Jewellery Promise */
.about-intro-card {
    background: linear-gradient(135deg, #111111, #2b2b2b);
    color: #ffffff;
    padding: 40px;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.about-intro-card::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(197, 155, 45, 0.22);
    border-radius: 50%;
    left: -60px;
    top: -60px;
}

.about-intro-card::after {
    content: "✦";
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 90px;
    color: rgba(197, 155, 45, 0.18);
}

.about-intro-card h3 {
    color: #fff4cf;
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.about-intro-card p {
    margin: 0;
    line-height: 1.9;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
}

/* Feature Boxes */
.about-feature-box {
    height: 100%;
    background: #ffffff;
    padding: 34px 26px;
    border-radius: 22px;
    text-align: center;
    border: 1px solid rgba(197, 155, 45, 0.25);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(197, 155, 45, 0.08), transparent);
    transition: left 0.5s ease;
}

.about-feature-box:hover::before {
    left: 120%;
}

.about-feature-box:hover {
    transform: translateY(-8px);
    border-color: rgba(197, 155, 45, 0.55);
    box-shadow: 0 18px 35px rgba(197, 155, 45, 0.16);
}

.about-feature-box .feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff4cf, #ffffff);
    border: 1px solid rgba(197, 155, 45, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.about-feature-box .feature-icon i {
    color: #c59b2d;
    font-size: 34px;
}

.about-feature-box h4 {
    color: #111111;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.about-feature-box p {
    color: #555555;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Mission Vision */
.about-mission-section {
    position: relative;
}

.mission-card {
    height: 100%;
    background: #fffdf8;
    padding: 36px;
    border-radius: 22px;
    border: 1px solid rgba(197, 155, 45, 0.28);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.mission-card::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #c59b2d, #fff4cf);
    left: 0;
    top: 0;
}

.mission-card h3 {
    color: #c59b2d;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 14px;
}

.mission-card p {
    color: #444444;
    line-height: 1.85;
    text-align: justify;
    margin: 0;
}

/* CTA */
.about-cta-section {
    background: linear-gradient(135deg, #c59b2d, #9f7617);
    padding: 70px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-cta-section::before {
    content: "✦";
    position: absolute;
    left: 8%;
    top: 15px;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.14);
}

.about-cta-section::after {
    content: "❖";
    position: absolute;
    right: 8%;
    bottom: 15px;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.14);
}

.about-cta-section .container {
    position: relative;
    z-index: 1;
}

.about-cta-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
}

.about-cta-section p {
    font-size: 17px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.92);
}

/* Responsive */
@media (max-width: 991px) {
    .about-hero {
        padding: 85px 0;
    }

    .about-hero h1 {
        font-size: 42px;
    }

    .about-content-box {
        padding: 34px;
    }

    .about-content-box h2 {
        font-size: 31px;
    }

    .about-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 65px 0;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-hero-subtitle {
        font-size: 12px;
        letter-spacing: 1.8px;
    }

    .about-content-box {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .about-content-box h2 {
        font-size: 26px;
    }

    .about-dynamic-text p,
    .about-extra-text,
    .about-intro-card p,
    .mission-card p {
        text-align: left;
        font-size: 15px;
    }

    .about-intro-card,
    .mission-card {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .about-intro-card h3 {
        font-size: 24px;
    }

    .about-feature-box {
        padding: 28px 20px;
    }

    .about-cta-section {
        padding: 55px 0;
    }

    .about-cta-section h2 {
        font-size: 28px;
    }

    .about-cta-section p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .about-content-box {
        padding: 25px 18px;
    }

    .about-points div {
        padding: 13px;
        font-size: 14px;
    }

    .about-hero h1 {
        font-size: 30px;
    }
}
/* ============================================
   ABOUT PAGE - RIGHT SIDE IMAGE STYLES
   ============================================ */

/* Right Side Image Wrapper */
.about-image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 45px -20px rgba(0, 0, 0, 0.25);
    animation: fadeInRight 0.8s ease-out;
}

.about-image-box {
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.about-image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 30px;
}

.about-image-wrapper:hover .about-image-box img {
    transform: scale(1.03);
}

/* Image Badge */
.about-image-badge {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-left: 3px solid #c59b2d;
    animation: fadeInUp 0.6s ease-out 0.3s both;
}

.about-image-badge i {
    font-size: 1.5rem;
    color: #c59b2d;
}

.about-image-badge span {
    font-weight: 700;
    color: #1e1e1e;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

/* Animations */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive - Mobile pe image neeche aayegi */
@media (max-width: 991px) {
    .about-image-wrapper {
        margin-top: 30px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .about-image-badge {
        bottom: 20px;
        right: 20px;
        padding: 8px 16px;
    }
    
    .about-image-badge i {
        font-size: 1.2rem;
    }
    
    .about-image-badge span {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .about-image-wrapper {
        border-radius: 20px;
    }
    
    .about-image-box {
        border-radius: 20px;
    }
    
    .about-image-box img {
        border-radius: 20px;
    }
    
    .about-image-badge {
        bottom: 12px;
        right: 12px;
        padding: 6px 12px;
    }
    
    .about-image-badge i {
        font-size: 1rem;
    }
    
    .about-image-badge span {
        font-size: 0.7rem;
    }
}
.sd-rich-content { line-height: 1.8; }
.sd-rich-content img { max-width: 100%; height: auto; }
.sd-rich-content iframe { max-width: 100%; }
.sd-rich-content ul, .sd-rich-content ol { padding-left: 1.5rem; }
.sd-rich-content blockquote { border-left: 4px solid #c59b2d; padding-left: 1rem; margin-left: 0; color: #666; }
