﻿/*************************************************
    PREMIUM ABOUT PAGE
*************************************************/



    .premium-about * {
        box-sizing: border-box;
    }

    /*************************************************
    COMMON CONTAINER
*************************************************/

    .premium-about .container,
    .premium-about .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    /*************************************************
    HERO SECTION
*************************************************/

    .premium-about .inner-hero-section {
        position: relative;
        overflow: hidden;
        padding: 120px 0 70px;
        background: linear-gradient(135deg, #ffffff 0%, #fcf6ff 50%, #fff9f1 100%);
    }

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
}

.hero-glow-left {
    width: 380px;
    height: 380px;
    top: -150px;
    left: -80px;
    background: rgba(141,11,134,0.12);
    animation: glowMove 8s ease-in-out infinite;
}

.hero-glow-right {
    width: 350px;
    height: 350px;
    bottom: -150px;
    right: -80px;
    background: rgba(245,154,35,0.12);
    animation: glowMove 10s ease-in-out infinite;
}

@keyframes glowMove {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.premium-about .inner-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

    .premium-about .inner-hero-content h1 {
        font-size: 68px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: -2px;
        margin-bottom: 18px;
        background: linear-gradient(135deg, #111827, #8d0b86);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .premium-about .inner-hero-content p {
        font-size: 19px;
        line-height: 1.7;
        color: #5f6673;
        max-width: 760px;
        margin: 0 auto 26px;
    }

.premium-about .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 18px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/*************************************************
    ABOUT SECTION
*************************************************/

.premium-about .about-page-section {
    padding: 70px 0;
}

.premium-about .about-page-image-card {
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 22px;
    padding: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

    .premium-about .about-page-image-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 50px rgba(0,0,0,0.10);
    }

.premium-about .image-placeholder {
    width: 100%;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
}

.premium-about .custom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.6s ease;
}

.premium-about .about-page-image-card:hover .custom-img {
    transform: scale(1.05);
}

/*************************************************
    SECTION HEADINGS
*************************************************/

.premium-about .section-heading h2 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 14px;
    color: var(--text-dark);
}

.premium-about .section-heading p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 0;
}

/*************************************************
    ABOUT POINTS
*************************************************/

.premium-about .about-points {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.premium-about .about-point {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

    .premium-about .about-point:hover {
        transform: translateX(5px);
    }

    .premium-about .about-point i {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(141,11,134,0.12);
        color: var(--primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

/*************************************************
    VISION SECTION
*************************************************/

.premium-about .vision-mission-section {
    padding-bottom: 70px;
}

.premium-about .vision-card {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0.74);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 22px;
    padding: 28px 22px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

    .premium-about .vision-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 55px rgba(0,0,0,0.10);
    }

.premium-about .vision-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(141,11,134,0.12), rgba(245,154,35,0.12));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--primary);
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.premium-about .vision-card:hover .vision-icon {
    transform: scale(1.05);
}

.premium-about .vision-card h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.premium-about .vision-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 0;
}

/*************************************************
    STATS SECTION
*************************************************/

.premium-about .about-stats-section {
    padding-bottom: 70px;
}

.premium-about .about-stats-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 36px 18px;
    background: linear-gradient(135deg, #8d0b86, #b13baa);
    box-shadow: 0 20px 60px rgba(141,11,134,0.20);
}

    .premium-about .about-stats-wrap::before {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        top: -100px;
        right: -80px;
        border-radius: 50%;
        background: rgba(255,255,255,0.08);
    }

.premium-about .about-stat-box {
    position: relative;
    z-index: 2;
    padding: 20px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    text-align: center;
}

    .premium-about .about-stat-box:hover {
        transform: translateY(-5px);
    }

    .premium-about .about-stat-box h3 {
        font-size: 40px;
        font-weight: 900;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .premium-about .about-stat-box p {
        color: rgba(255,255,255,0.92);
        margin: 0;
        font-size: 15px;
    }

/*************************************************
    WHY CARDS
*************************************************/

.premium-about .why-card {
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.7);
    transition: all 0.4s ease;
}

    .premium-about .why-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 55px rgba(0,0,0,0.10);
    }

.premium-about .why-icon {
    transition: all 0.3s ease;
}

.premium-about .why-card:hover .why-icon {
    transform: scale(1.05);
}

/*************************************************
    CONTACT STRIP
*************************************************/

.premium-about .contact-strip {
    position: relative;
    overflow: hidden;
}

    .premium-about .contact-strip::before {
        content: "";
        position: absolute;
        width: 240px;
        height: 240px;
        top: -100px;
        right: -100px;
        border-radius: 50%;
        background: rgba(255,255,255,0.08);
    }

/*************************************************
    ANIMATION
*************************************************/

.premium-about .fade-up {
    opacity: 1;
    transform: translateY(0);
    animation: premiumFadeUp 0.8s ease both;
}

@keyframes premiumFadeUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

/*************************************************
    RESPONSIVE
*************************************************/

@media (max-width: 991.98px) {

    .premium-about .inner-hero-section {
        padding: 100px 0 60px;
    }

    .premium-about .inner-hero-content h1 {
        font-size: 48px;
    }

    .premium-about .section-heading h2 {
        font-size: 36px;
    }

    .premium-about .about-page-section,
    .premium-about .vision-mission-section,
    .premium-about .about-stats-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .premium-about .image-placeholder {
        height: 320px;
    }
}

@media (max-width: 767.98px) {

    .premium-about .inner-hero-section {
        padding: 85px 0 45px;
    }

    .premium-about .inner-hero-content h1 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .premium-about .inner-hero-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .premium-about .section-heading h2 {
        font-size: 28px;
    }

    .premium-about .section-heading p {
        font-size: 14px;
    }

    .premium-about .about-page-section,
    .premium-about .vision-mission-section,
    .premium-about .about-stats-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .premium-about .image-placeholder {
        height: 240px;
    }

    .premium-about .vision-card,
    .premium-about .about-point,
    .premium-about .about-stat-box {
        padding: 16px;
    }

        .premium-about .about-stat-box h3 {
            font-size: 30px;
        }

    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

        .hero-buttons .primary-btn,
        .hero-buttons .secondary-btn {
            width: 100%;
        }

    .hero-glow-left,
    .hero-glow-right {
        display: none;
    }
}

@media (max-width: 575.98px) {

    .premium-about .inner-hero-content h1 {
        font-size: 28px;
    }

    .premium-about .section-heading h2 {
        font-size: 24px;
    }

    .premium-about .image-placeholder {
        height: 200px;
    }

    .premium-about .about-page-image-card {
        padding: 10px;
    }

    .premium-about .about-point {
        align-items: flex-start;
    }

    .premium-about .about-stat-box h3 {
        font-size: 26px;
    }
}
