/* =========================================================
   PROFILE MOBILE STYLES (Max-Width: 991px)
   ========================================================= */
@media only screen and (max-width: 991px) {

    /* 1. HERO MEDIUM MOBILE */
    .hero-medium {
        height: auto !important;
        min-height: 200px !important;
        padding: 90px 20px 30px 20px !important;
        border-radius: 0 0 20px 20px !important;
        background-attachment: scroll !important;
        text-align: center !important;
    }

    .hero-bg-layer {
        background-attachment: scroll !important;
    }

    .hero-title {
        font-size: 2.2rem !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
    }

    .hero-desc {
        font-size: 1rem !important;
    }

    /* 2. DIRECTOR SECTION */
    .director-section {
        padding: 20px 15px !important;
    }

    .director-item,
    .director-item.reverse {
        flex-direction: column !important;
        gap: 0 !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }

    .director-image-box {
        width: 100% !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        height: auto !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .director-img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 4/5 !important;
        object-fit: cover !important;
        object-position: center 5% !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
        /* Reduced shadow offset */
        margin-bottom: 10px !important;
        /* Small controlled margin */
    }

    /* For landscape/award/office images which shouldn't be cut at sides */
    .director-item.reverse .director-img {
        aspect-ratio: 16/10 !important;
        object-position: center center !important;
    }

    .director-label {
        margin-bottom: 5px !important;
    }

    .director-content {
        margin-top: -5px !important;
        padding-top: 0 !important;
    }

    .director-label {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        padding-top: 10px !important;
        /* Some space for visual separation but tight */
    }

    .director-h-name {
        font-size: 1.6rem !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
    }

    .director-para {
        font-size: 1rem !important;
        text-align: center !important;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        line-height: 1.5 !important;
        padding-top: 0 !important;
    }

    .v4-signature {
        margin-top: 15px !important;
        font-size: 1.25rem !important;
    }

    .director-stats {
        justify-content: center !important;
        gap: 30px !important;
    }

    /* 3. INFORMATION GRIDS */
    .info-cards-grid,
    .vmv-grid,
    .awards-3d-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 15px !important;
    }

    .product-style-card,
    .vmv-card,
    .flip-card,
    .content-block {
        margin-bottom: 20px !important;
        height: auto !important;
    }

    .flip-card {
        height: 350px !important;
    }

    .product-style-img {
        height: 200px !important;
    }

    .intro-main-image {
        height: 350px !important;
        border-radius: 25px !important;
    }

    .image-floating-badge {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        margin: -30px auto 0 !important;
        width: 80% !important;
        padding: 15px !important;
    }

    /* 4. CONTENT & CTA */
    .content-block {
        padding: 30px 20px !important;
    }

    .cta-section {
        padding: 40px 20px !important;
        border-radius: 30px 30px 0 0 !important;
    }

    .cta-buttons {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100% !important;
        justify-content: center !important;
    }

    /* 5. COMPONENTS MISC */
    .bio-journey {
        padding-left: 20px !important;
    }

    .journey-marker {
        left: -31px !important;
    }

    .certification-badges {
        gap: 15px !important;
    }

    .cert-badge {
        width: 100% !important;
        justify-content: center !important;
    }

    /* 6. CONTACT DETAILS MOBILE */
    .contact-box {
        padding: 30px 20px !important;
        border-radius: 30px !important;
    }

    .contact-detail-item {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
        margin-bottom: 35px !important;
        padding-bottom: 25px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .contact-detail-item:last-child {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .contact-icon-circle {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.4rem !important;
    }

    .contact-info-text h5 {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
    }

    .contact-info-text p,
    .contact-info-text a {
        font-size: 1rem !important;
    }

    .cta-heading {
        font-size: 1.8rem !important;
    }
}
