/* ── PREMIUM ABOUT US STYLES ── */

/* PY-6 for larger padding */
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* Animated Premium Hero */
.about-premium-hero {
    position: relative;
    padding: 16rem 0 12rem;
    background-color: #0a1118;
    /* Deep rich dark blue/black */
    overflow: hidden;
    margin-top: -100px;
    z-index: 0;
}

.hero-bg-anim {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -2;
}

.blob {
    position: absolute;
    filter: blur(80px);
    opacity: 0.6;
    animation: blobMove 20s infinite alternate ease-in-out;
    border-radius: 50%;
}

.blob-1 {
    width: 500px;
    height: 500px;
    background: rgba(15, 107, 62, 0.4);
    top: -100px;
    left: -100px;
}

.blob-2 {
    width: 400px;
    height: 400px;
    background: rgba(10, 77, 44, 0.5);
    bottom: -100px;
    right: -50px;
    animation-delay: -5s;
}

.blob-3 {
    width: 300px;
    height: 300px;
    background: rgba(22, 163, 74, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -10s;
}

@keyframes blobMove {
    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(100px, 50px) scale(1.1);
    }

    66% {
        transform: translate(-50px, 100px) scale(0.9);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

.hero-overlay-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: -1;
}

.badge-premium-light {
    display: inline-block;
    padding: 0.6rem 1.8rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpAnim 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeInUpAnim {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.hero-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
    transform: rotateY(180deg);
}

.hero-wave .shape-fill {
    fill: #FFFFFF;
}

/* Badges */
.badge-premium {
    display: inline-block;
    padding: 0.6rem 1.8rem;
    background: rgba(15, 107, 62, 0.15);
    color: var(--primary-color);
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.85rem;
    border: 1px solid rgba(15, 107, 62, 0.3);
}

/* Product Pills */
.product-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-pills span {
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.3s;
}

.product-pills span:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(15, 107, 62, 0.15);
}

/* Image Stack */
.image-stack {
    position: relative;
}

.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5 {
    text-align: left;
}

@media (max-width: 767px) {

    .about-content,
    .about-content h2,
    .about-content h3,
    .about-content h4,
    .about-content h5 {
        text-align: left;
    }
}

.image-stack {
    position: relative;
}

.image-stack .img-main {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);

    transition: transform 0.5s;
}

.image-stack:hover .img-main {
    transform: scale(1.02);
}

.stats-glass {
    position: absolute;
    bottom: -30px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.4s;
}

.image-stack:hover .stats-glass {
    transform: translateY(-10px);
}

.stats-glass h3 {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
    line-height: 1;
}

.stats-glass p {
    margin: 12px 0 0;
    font-weight: 700;
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

/* Stats Section Premium */
.stats-premium-section {
    background: url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=1600&auto=format&fit=crop') center/cover fixed no-repeat;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.stats-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 17, 24, 0.85);
    /* Dark overlay */
    z-index: 0;
}

.stat-premium {
    padding: 3rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s, background 0.4s;
    border-radius: 20px;
}

.stat-premium:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.stat-premium:last-child {
    border-right: none;
}

.stat-premium h2 {

    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.stat-premium h2 span {
    color: var(--primary-color);
}

.stat-premium p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 15px;
}

.stat-anim {
    opacity: 0;
    animation: scaleUpFadeIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes scaleUpFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Industry Cards */
.industry-card {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.industry-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.industry-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(15, 107, 62, 0.1);
    border-color: rgba(15, 107, 62, 0.1);
}

.industry-card:hover::after {
    transform: scaleX(1);
}

.industry-card .ic-icon {
    width: 70px;
    height: 70px;
    background: rgba(15, 107, 62, 0.08);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1.8rem;
    transition: all 0.4s ease;
}

.industry-card:hover .ic-icon {
    background: var(--primary-gradient);
    color: #fff;
    transform: scale(1.1) rotate(5deg);
    border-radius: 50%;
}

.industry-card h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--heading-color);
    margin-bottom: 1rem;
}

.industry-card p {
    color: var(--text-color);
    margin: 0;
    line-height: 1.7;
    font-size: 17px;
}

/* ═══════════════════════════════════════
   MILESTONES
═══════════════════════════════════════ */
.milestones {
    margin-bottom: 54px;
    background: var(--bg-color);
}

.milestones-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.milestones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.milestone-card {
    background: var(--bg-light);
    border-radius: var(--radius-lg, 16px);
    padding: 2.5rem 2rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: transform .35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow .35s;
    position: relative;
    overflow: hidden;
}

.milestone-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(15, 107, 62, 0.1);
}

.milestone-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.milestone-card:hover::after {
    transform: scaleX(1);
}

.milestone-num {

    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.milestone-num::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--primary-gradient);
    border-radius: 1px;
}

.milestone-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--heading-color);
    margin-bottom: .8rem;
    line-height: 1.35;
}

.milestone-desc {
    font-size: 17px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    color: var(--text-color);
    line-height: 1.72;
}

.image-stack .person-photo {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 38%;
    max-width: 200px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.image-stack .person-photo img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .image-stack .img-main {

        width: 100%;

    }

    .image-stack .person-photo {
        position: relative;
        bottom: auto;
        right: auto;
        width: 52%;
        max-width: none;
        margin: 1.5rem auto 0;
    }
}

@media (max-width: 768px) {
    .stat-premium {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .stat-premium:last-child {
        border-bottom: none;
    }

    .py-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .about-premium-hero {
        padding: 10rem 0 5rem;
    }

    .milestones-grid {
        grid-template-columns: 1fr;
    }

    .stats-glass {
        padding: 0.5rem;
    }
}

/* Numbers / Stats section */
.numbers-section {
    background: #f8fafb;
}

.numbers-section .display-6 {
    color: var(--heading-color, #0b1a1f);
}

.stat-card {
    background: #ffffff;
    border: 1px solid var(--border-color, #e6eef0);
    box-shadow: 0 8px 20px rgba(12, 30, 36, 0.04);
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.stat-num {
    color: var(--primary-color, #0f6b3e);
    line-height: 1;
}

.stat-num .plus {
    font-size: .6em;
    margin-left: .1rem;
}

.stat-label {
    color: var(--text-color, #6b7280);
    font-weight: 600;
}

@media (max-width: 575px) {
    .stat-card {
        padding: 1rem 0.75rem;
    }

    .stat-num.display-4 {
        font-size: 2.25rem;
    }
}

/* Modern numbers layout */
.numbers-modern {
    background: linear-gradient(180deg, #fbfdfc 0%, #f3fbff 100%);
}

.numbers-modern .stat-card.modern {
    background: linear-gradient(90deg, rgba(15, 107, 62, 0.12), rgba(42, 163, 114, 0.08));
    border: 1px solid rgba(15, 107, 62, 0.08);
    backdrop-filter: blur(6px);
    box-shadow: 0 12px 30px rgba(12, 30, 36, 0.04);
    transition: transform .25s ease, box-shadow .25s ease;
}

.numbers-modern .stat-card.modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(12, 30, 36, 0.09);
}

.numbers-modern .stat-icon {
    font-size: 20px;
}

.numbers-modern .stat-num {
    color: #0f6b3e;
    text-align: center;
}

.numbers-modern .stat-label {
    color: #21343a;
    font-weight: 600;
}

@media (max-width: 575px) {
    .numbers-modern .stat-card.modern {
        padding: 1rem;
    }

    .numbers-modern .stat-num.display-5 {
        font-size: 1.9rem;
    }
}