/* ========================================================
   PREMIUM ABOUT KALEIIDO SECTION (#FFFFFF & #ed2227)
   ======================================================== */

/* ========================================================
   FORCE PURE BLACK COLOR FOR PILLAR TITLES
   ======================================================== */

.about-section .pillar-card .pillar-title,
.about-section .pillar-card h4,
.about-section .pillar-card h4.pillar-title {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
}

/* Hover hone par bhi black hi rahe (agar red nahi chahiye) */
.about-section .pillar-card:hover .pillar-title {
    color: #000000 !important;
}


/* Desktop Padding: 80px */
.about-section {
    padding: 80px 0;
    background-color: #FFFFFF;
    position: relative;
}

/* Badge Styling */
.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #F8F9FA;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid #E2E8F0;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background-color: #ed2227;
    border-radius: 50%;
}

.badge-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
}

/* Section Title & Typography */
.section-title {
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 800;
    line-height: 1.25;
}

.text-red {
    color: #ed2227 !important;
}

.about-lead-text {
    font-size: 15.5px;
    line-height: 1.75;
    color: #444444;
}

/* Left Column Image Showcase Frame */
.about-media-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #E2E8F0;
}

.about-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-media-wrapper:hover .about-img {
    transform: scale(1.04);
}

.about-experience-card {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: rgba(17, 17, 17, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 24px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.exp-number {
    font-size: 40px;
    font-weight: 800;
    color: #ed2227;
    line-height: 1;
}

/* --- PILLAR CARDS (X-AXIS HORIZONTAL HOVER EFFECT) --- */
.pillar-card {
    background-color: #F8F9FA;
    padding: 20px 24px;
    border-radius: 14px;
    border: 1px solid #E2E8F0;
    border-left: 4px solid #ed2227; /* Red accent bar on left */
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.35s ease, box-shadow 0.35s ease;
}

/* HOVER EFFECT: Moves Right on X-Axis (No Upward Shift) */
.pillar-card:hover {
    transform: translateX(10px) !important;
    background-color: #FFFFFF;
    border-color: #ed2227;
    box-shadow: 0 10px 25px rgba(237, 34, 39, 0.12);
}

.pillar-icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #ed2227 0%, #990B0F 100%);
    color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    transition: transform 0.3s ease;
}

.pillar-card:hover .pillar-icon-box {
    transform: scale(1.08) rotate(-4deg);
}

/* Fixed Selector */
.pillar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000000 !important; /* Pure Black Titles */
}

.pillar-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #333333 !important;
    margin-bottom: 0;
}

/* --- KNOW MORE BUTTON STYLING --- */
.btn-about-know-more {
    background: linear-gradient(135deg, #ed2227 0%, #990B0F 100%);
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(237, 34, 39, 0.35);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

.btn-about-know-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(237, 34, 39, 0.5);
    background: linear-gradient(135deg, #FF5257 0%, #ed2227 100%);
}

.btn-about-know-more .btn-arrow {
    transition: transform 0.3s ease;
}

.btn-about-know-more:hover .btn-arrow {
    transform: translateX(5px);
}

/* --- BOTTOM STATS RIBBON --- */
.about-stats-ribbon {
    background-color: #111111;
    border-radius: 16px;
    padding: 30px 20px;
    color: #FFFFFF;
}

.stat-number {
    font-size: 34px;
    font-weight: 800;
}

.stat-label {
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #CCCCCC;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }
}

/* ========================================================
   MOBILE RESPONSIVE ADJUSTMENTS (PADDING 30px)
   ======================================================== */

@media (max-width: 767.98px) {
    .about-section {
        padding: 30px 0 !important; /* Mobile Padding: 30px */
    }

    .about-img {
        height: 320px;
    }

    .about-experience-card {
        bottom: 15px;
        left: 15px;
        padding: 12px 18px;
    }

    .exp-number {
        font-size: 32px;
    }

    .pillar-card {
        padding: 16px;
    }

    .pillar-card:hover {
        transform: translateX(5px) !important;
    }

    .btn-about-know-more {
        width: 100%;
        padding: 12px 24px;
        font-size: 14px;
    }
}