.about-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 120px;
    background: linear-gradient(135deg, #fff8eb 0%, #f3ebff 55%, #ffffff 100%);
}

.about-hero-content {
    position: relative;
    z-index: 3;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(244, 180, 0, 0.12);
    border: 1px solid rgba(244, 180, 0, 0.22);
    color: #f0ae00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-hero .about-title {
    display: block;
    max-width: none;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    font-family: 'Fraunces', serif;
    font-size: clamp(2.9rem, 5vw, 5rem);
    font-weight: 700;
    line-height: 1.08;
    color: #2d1b4e;
    white-space: nowrap;
}

.about-hero .about-title span {
    color: #F4B400;
}

.about-subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #71667f;
    font-size: 1.18rem;
    line-height: 1.75;
}

.about-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
    line-height: 0;
}

.about-wave svg {
    display: block;
    width: 100%;
    height: 88px;
}

.about-wave path {
    fill: #FFFFFF;
}

.floating-shape {
    position: absolute;
    border-radius: 999px;
    opacity: 0.28;
    pointer-events: none;
    animation: floatShape 7s ease-in-out infinite;
    z-index: 1;
}

.shape-one {
    top: 60px;
    left: 150px;
    width: 70px;
    height: 70px;
    background: rgb(244, 179, 0);
    animation: floatSlow 6s ease-in-out infinite;
    border-radius: 50%;
    filter: blur(2px);
}

.shape-two {
    bottom: 10px;
    left: -30px;
    width: 130px;
    height: 130px;
    background: rgb(143, 110, 189);
    animation: floatShape 5s ease-in-out infinite;
    border-radius: 50%;
    filter: blur(2px);
}

.shape-three {
    bottom: 60px;
    right: 130px;
    width: 80px;
    height: 80px;
    background: rgb(246, 213, 93);
     animation: floatSlow 4s ease-in-out infinite;
    border-radius: 50%;
    filter: blur(2px);
}

.shape-four {
    top: -20px;
    right: -10px;
    width: 160px;
    height: 160px;
    background: rgba(192, 87, 210, 0.904);
     animation: floatShape 4s ease-in-out infinite;
    border-radius: 50%;
    filter: blur(2px);
}

.hero-ring {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.ring-one {
    bottom: 10px;
    left: -30px;
    width: 135px;
    height: 135px;
    border: 2px dashed rgba(244, 179, 0, 0.435);
    animation: spin 20s linear infinite;
    border-radius: 50%;
}

.ring-two {
    top:-25px;
    right: -15px;
    width: 165px;
    height: 165px;
    border: 2px dashed rgba(97, 55, 155, 0.309);
    animation: spinReverse 20s linear infinite;
    border-radius: 50%;
}


.about-intro-section {
    background: #FFFFFF;
    padding: 90px 0;
}

.about-intro-card {
    background: linear-gradient(135deg, rgb(218, 203, 246) 0%, rgba(235, 220, 239, 0.839) 100%);
    border-radius: 36px;
    padding: 40px;
    box-shadow: 0 18px 40px rgba(90, 45, 145, 0.08);
    border: 1px solid #F1EAF9;
}

.about-image-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 16px 35px rgba(90, 45, 145, 0.12);
}

.about-image-wrap img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    display: block;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(225, 189, 251, 0.645);
    border: 1px solid rgba(255, 189, 251, 0.22);
    color: #6a0da8;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
}

.section-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #2D1B4E;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-text {
    color: #5E556E;
    font-size: 1.05rem;
    line-height: 1.95;
    margin-bottom: 16px;
}

.about-values-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 90px 0;
}

.about-values-section::before {
    content: "";
    position: absolute;
    left: -105px;
    bottom: -140px;
    width: 240px;
    height: 460px;
    background: #fff2b8;
    border-radius: 52% 48% 45% 55%;
    z-index: 0;
}

.about-values-section::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 230px;
    height: 390px;
    background: #fff2b8;
    border-radius: 45% 55% 48% 52%;
    z-index: 0;
}

.about-values-section .container {
    position: relative;
    z-index: 2;
}

.values-heading {
    position: relative;
    max-width: 760px;
    margin: 0 auto 48px;
}

.values-heading::after {
    content: "";
    position: absolute;
    top: 150px;
    right: -80px;
    width: 70px;
    height: 70px;
    background: #ffb800;
    clip-path: polygon(50% 0%, 62% 35%, 100% 45%, 68% 61%, 78% 100%, 50% 75%, 22% 100%, 32% 61%, 0% 45%, 38% 35%);
    opacity: 0.9;
}

.section-subtitle {
    color: #6C6480;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-top: 10px;
}

.value-card {
    position: relative;
    min-height: 360px;
    height: 100%;
    overflow: hidden;
    background: #4b005f;
    border: none;
    border-radius: 42px 42px 34px 34px;
    padding: 94px 28px 42px;
    color: #ffffff;
    text-align: left;
    box-shadow: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.value-card::before {
    content: "“";
    position: absolute;
    top: 20px;
    left: 28px;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 86px;
    font-weight: 700;
    line-height: 1;
}

.value-card::after {
    content: none;
}

.value-icon {
    position: absolute;
    left: 50%;
    bottom: -58px;
    width: 150px;
    height: 150px;
    background: #d9c7f5;
    border-radius: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 12px;
    z-index: 2;
    color: #4b005f;
    font-size: 2rem;
    line-height: 1;
}

.value-icon-img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.value-card h3 {
    position: relative;
    z-index: 2;
    font-family: 'Fraunces', serif;
    font-size: 1.45rem;
    color: #ffffff;
    margin-bottom: 14px;
}

.value-card p {
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
    margin-bottom: 0;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(75, 0, 95, 0.16);
}

@keyframes floatSlow {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes floatShape {
    0% {
        transform: translateY(0) translateX(0) scale(1);
    }
    50% {
        transform: translateY(-18px) translateX(10px) scale(1.05);
    }
    100% {
        transform: translateY(0) translateX(0) scale(1);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinReverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@media (max-width: 991px) {
    .about-hero {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .about-intro-card {
        padding: 28px;
    }

    .about-image-wrap img {
        min-height: 280px;
    }
}

@media (max-width: 767px) {
    .about-hero .about-title {
        font-size: 2.3rem;
        white-space: normal;
    }

    .about-subtitle {
        font-size: 1rem;
        padding: 0 12px;
    }

    .shape-one,
    .shape-two,
    .shape-three,
    .shape-four,
    .ring-one,
    .ring-two {
        display: none;
    }

    .about-intro-section,
    .about-values-section {
        padding: 70px 0;
    }

    .about-intro-section .container,
    .about-values-section .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
    .about-intro-card {
        padding: 24px;
    }
    .values-heading::after {
        right: 20px;           
        top: 110px;
        width: 40px;
        height: 40px;
    }
}
