.about-page {
    background-color: #14171D;
    color: #fff;
    overflow-x: hidden;
    padding-top: 80px;
}

.about-page .container-box {
    width: 100%;
    margin: 0 auto;
}

.about-page .container-padding {
    padding: 0 150px;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-desc, .section-subtitle {
    font-size: 18px;
    color: #999;
    text-align: center;
    /* max-width: 900px; */
    margin: 0 auto 60px;
    line-height: 1.6;
    word-spacing: 2px;
}

/* Banner Section */
.about-hero {
    position: relative;
    padding: 16.29rem 0 15.79rem;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-hero .hero-title {
    font-size: 5.14rem;
    font-weight: bold;
    margin-bottom: 5.43rem;
    text-align: left;
    font-family: Roboto, Arial, sans-serif;
}

.about-hero .hero-subtitle {
    font-size: 2.01rem;
    color: #CED3DF;
    max-width: 800px;
    text-align: left;
    line-height: 1.5;
}

/* Team Section */
.about-team {
    padding: 100px 0;
    padding-bottom: 7rem;
}

.featured-member-card {
    display: flex;
    align-items: center;
    gap: 50px;
    background: none;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 3.57rem;
    position: relative;
    z-index: 11;
    border: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: #1E2027;

}

.featured-member-card.fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.featured-member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    border-radius: 20px;
}

.featured-member-card::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: #1E2027;
    border-radius: 20px;
}

.featured-member-card .member-image {
    flex: 0 0 300px;
}

.featured-member-card .member-image img {
    width: 100%;
    border-radius: 12px;
}

.featured-member-card .member-info .member-name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
    /* color: #FFFFFF; */
    text-shadow: 0px 7px 25px rgba(56,56,56,0.42);
    background: linear-gradient(92deg, #6C41EF 15.45%, #20B0E2 76.56%, #40A1FC 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.featured-member-card .member-info .member-role {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.featured-member-card .member-info .member-bio {
    font-size: 16px;
    color: #bbb;
    line-height: 1.8;
}

.team-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.team-card {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.team-card.active {
    /* border-color: #38B6EE; */
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 20px rgba(56, 182, 238, 0.2);
}

.team-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.team-card:hover img {
    transform: scale(1.05);
}

/* Values Section */
.about-values {
    padding: 100px 0;
    background: #14171D;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-top: 5.8rem;
}

.value-card {
    background: none;
    border-radius: 20px;
    padding: 30px 40px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    border-radius: 20px;
}

.value-card::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: #1E2027;
    border-radius: 20px;
}

.value-card:hover {
    /* transform: translateY(-5px); */
    /* border-color: #4DB4E7; */
}

.value-icon {
    width: 50px;
    height: 50px;
}

.value-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.value-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 26px;
    color: #33B6E6;
}

.value-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}

/* Growth Section */
.about-growth {
    padding: 100px 0;
    padding-top: 6rem;
    padding-bottom: 7rem;
}

.about-growth .highlight {
    background: linear-gradient(3deg, #3035A7 0%, #33B6E4 51.7578125%, #44A7F9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.growth-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 3.57rem;
}

.growth-card {
    background: none;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
}

.growth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    border-radius: 20px;
}

.growth-card::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: #1E2027;
    border-radius: 20px;
}

.growth-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 2.5rem;
}

.growth-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.growth-card-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3.21rem;
    color: #38B6EE;
}

.growth-card-desc {
    font-size: 16px;
    color: #bbb;
    margin-bottom: 30px;
    flex-grow: 1;
}

.btn-growth {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    min-width: 260px;
    height: 46px;
    padding: 0 40px;
    padding-left: 50px;
    background: none;
    box-shadow: 0px 5px 40px 0px rgba(15,15,15,0.66);
    border-radius: 40px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 12;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.btn-growth::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(39deg, #3A3B6D, #66748D, #3C425A);
    border-radius: 40px;
}

.btn-growth::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: linear-gradient(95deg, #0A0B5F 0%, rgba(37,44,143,0.65) 57.99999999999999%, rgba(68,62,154,0.39) 100%);
    border-radius: 40px;
}

.btn-growth:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
    color: #fff;
    text-decoration: none;
}

.btn-growth .btn-arrow {
    transition: transform 0.3s ease;
    position: relative;
    top: 1px;
    left: 20px;
}

.btn-growth:hover .btn-arrow {
    transform: translateX(5px);
}

/* Connect Bar */
.connect-bar {
    background: none;
    border-radius: 12px;
    padding: 25px 40px;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
}

.connect-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    border-radius: 12px;
}

.connect-bar::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: #1E2027;
    border-radius: 12px;
}

.connect-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.connect-icon {
    width: 46px;
    height: 46px;
}

.connect-icon img {
    width: 100%;
}

.connect-text {
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.connect-detail{
    display: flex;
    align-items: center;
}
.connect-detail .line{
    margin: 0 3.57rem;
}
.connect-text .label {
    font-weight: bold;
    padding: 0;
    font-size: 16px;
    margin-bottom: 6px;
}

.connect-text .detail {
    color: #fff;
    font-size: 14px;
}

/* Testimonials */
.about-testimonials {
    padding: 100px 0;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.testimonials-scroll {
    overflow: hidden;
    position: relative;
    /* padding: 20px 0; */
    margin-top: 7rem;
}

.testimonials-track {
    display: flex;
    gap: 2.14rem;
    animation: scroll 40s linear infinite;
    width: max-content;
    margin-bottom: 30px;
}

.testimonials-track.track-offset {
    margin-left: -80px;
}

.testimonial-card {
    background: none;
    border-radius: 15px;
    padding: 2.07rem 2.14rem;
    width: 350px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0rem 1rem 2rem 0rem rgba(58,43,99,0.14);
    border: 0.07px solid #FFFFFF;
    background-color: #1E2027;
}



.testimonial-content {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.5;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-dot {
    width: 12px;
    height: 12px;
    background: #bbb;
    border-radius: 50%;
}

.author-name {
    font-size: 14px;
    color: #bbb;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 1200px) {
    .about-page .container-padding {
        padding: 0 40px;
    }
    .about-hero .hero-title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .featured-member-card {
        flex-direction: column;
        text-align: center;
    }
    .values-grid, .growth-grid {
        grid-template-columns: 1fr;
    }
    .connect-text {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 120px 0 80px;
    }
    .about-hero .hero-title {
        font-size: 32px;
    }
    .section-title {
        font-size: 28px;
    }
    .team-grid {
        flex-direction: column;
    }
}

/* Connect Bar Responsive Styles */
.connect-bar {
    background: none;
    border-radius: 12px;
    padding: 25px 40px;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
}

.connect-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    border-radius: 12px;
}

.connect-bar::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: #1E2027;
    border-radius: 12px;
}

.connect-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.connect-icon {
    width: 46px;
    height: 46px;
}

.connect-icon img {
    width: 100%;
}

.connect-text {
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.connect-detail{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.connect-detail .line{
    margin: 0 3.57rem;
}
.connect-text .label {
    font-weight: bold;
    padding: 0;
    font-size: 16px;
    margin-bottom: 6px;
}

.connect-text .detail {
    color: #fff;
    font-size: 14px;
}

/* Image Zoom Modal Styles */
.image-zoom-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: zoom-out;
}

.image-zoom-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-zoom-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-modal-content {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    transform: scale(0.8);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: default;
}

.image-zoom-modal.active .zoom-modal-content {
    transform: scale(1);
}

.close-zoom {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    transition: 0.3s;
    cursor: pointer;
    z-index: 10001;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    line-height: 50px;
    padding-bottom: 4px;
}

.zoomable-image {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.zoomable-image:hover {
    transform: scale(1.03);
}

@media (max-width: 767px) {
    .close-zoom {
        top: 20px;
        right: 20px;
        font-size: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding-bottom: 3px;
    }
    .zoom-modal-content {
        max-width: 95%;
    }
}

/* Scroll Reveal Animations */
.reveal-on-scroll {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.reveal-on-scroll.fade-up { transform: translateY(50px); }
.reveal-on-scroll.fade-down { transform: translateY(-50px); }
.reveal-on-scroll.fade-left { transform: translateX(-50px); }
.reveal-on-scroll.fade-right { transform: translateX(50px); }
.reveal-on-scroll.zoom-in { transform: scale(0.9); }

.reveal-on-scroll.reveal-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1) !important;
}

/* Delay classes for staggered animations */
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }

/* Hero Section Special Animation */
.about-hero .hero-title, 
.about-hero .hero-subtitle {
    opacity: 0;
    transform: translateY(30px);
    animation: aboutHeroFadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.about-hero .hero-title { animation-delay: 0.1s; }
.about-hero .hero-subtitle { animation-delay: 0.3s; }

@keyframes aboutHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.featured-bg-decoration1{
        position: absolute;
    bottom: -56rem;
    right: 55%;
    width: 50%;
    height: auto;
    z-index: 10;
    pointer-events: none;
    opacity: 0.3;
}

/* Connect Bar Mobile Responsive */
@media (max-width: 767px) {
    .connect-info {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .connect-text {
        align-items: center;
        width: 100%;
    }
    
    .connect-detail {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .connect-detail .line {
        display: none;
    }
    
    .connect-text .detail {
        font-size: 13px;
        line-height: 1.5;
        word-break: break-word;
    }
    
    .connect-bar {
        padding: 20px;
    }
    
    .connect-icon {
        width: 40px;
        height: 40px;
    }
}