/* About Page Styles */
.klinikplus-about-page {
    position: relative;
    overflow-x: hidden;
    background-color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
}

/* Ensure container works with language prefixes */
.klinikplus-about-page .klinikplus-container {
    width: 100% !important;
    max-width: 1290px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* Background Lines */
.about-bg-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/home_page/bg_lines.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

/* Decorative Background Element */
.about-decorative-bg {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50.16669rem;
    height: 50.16669rem;
    flex-shrink: 0;
    border-radius: 50.16669rem;
    opacity: 0.12;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    filter: blur(133.33334350585938px);
    z-index: 1;
    pointer-events: none;
    transform: translateX(20%);
}

/* Hero Image Decorative Circle */
.about-hero-image-decorative {
    position: absolute;
    top: 10%;
    right: 0;
    width: 36rem;
    height: 36rem;
    flex-shrink: 0;
    border-radius: 36rem;
    opacity: 0.18;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    filter: blur(100px);
    z-index: 1;
    pointer-events: none;
    transform: translateX(20%);
}

/* Hero Section */
.about-hero-section {
    padding: 0 0 30px; /* Removed top padding to let inline styles control it */
    position: relative;
    z-index: 10;
}

/* Breadcrumb Navigation */
.about-breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-item {
    color: #333333;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #333333;
}

.breadcrumb-item.active {
    color: #FF8E6C;
}

/* About Content */
.about-hero-content {
    padding-right: 2rem;
}

.about-heading {
    color: #1B1B1B;
    font-family: 'Outfit', sans-serif;
    font-size: 48px !important;
    line-height: 72px !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem;
}

.about-hero-text {
    color: #1B1B1B;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Play Video Button - Matching Home Page Style */
.play-video-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    background: transparent;
    color: #FF8E6C;
    border: none;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-btn-circle {
    width: 68px;
    height: 68px;
    background: #FF8E6C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.play-video-btn:hover .play-btn-circle {
    transform: scale(1.05);
}

.play-btn-circle svg {
    width: 24px;
    height: 24px;
}

.play-video-btn span {
    color: #333333;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.about-hero-image {
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-team-img {
    max-width: 100%;
    border-radius: 12px;
    position: relative;
    z-index: 3;
}

/* Stats Section (copied from home page) */
.stats-section {
    padding: 60px 0;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
}

.stats-section .klinikplus-container {
    width: 100% !important;
    max-width: 1290px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

.about-stats-section {
    padding: 60px 0;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
}

/* Who We Are Section */
.who-we-are-section {
    padding: 0 0 120px;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
}

/* Who We Are Decorative Background */
.who-we-are-decorative-bg {
    position: absolute;
    top: 50px;
    left: -200px;
    width: 76.16669rem;
    height: 76.16669rem;
    flex-shrink: 0;
    border-radius: 76.16669rem;
    opacity: 0.08;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    filter: blur(133.33334350585938px);
    z-index: 1;
    pointer-events: none;
}

.who-we-are-heading {
    color: #1B1B1B;
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.who-we-are-text {
    color: #1B1B1B;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.mission-box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.mission-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.mission-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.mission-icon img {
    width: 32px;
    height: 32px;
}

.mission-title {
    color: #1B1B1B;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.mission-text {
    color: #1B1B1B;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}

.who-we-are-image {
    text-align: center;
}

.who-team-img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Our Story Section */
.our-story-section {
    padding: 0 0 120px;
    position: relative;
    z-index: 10;
}

/* Join Us Section */
.join-us-section-wrapper {
    padding: 0 0 80px;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.join-us-section-wrapper .klinikplus-container {
    width: 100% !important;
    max-width: 1290px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

.join-us-section {
    background-color: #161339;
    border-radius: 20px;
    padding: 80px 20px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
}

.join-us-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.join-us-heading {
    color: #FFFFFF;
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.join-us-text {
    color: #FFFFFF;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.join-us-cta {
    margin-top: 2.5rem;
}

.lets-talk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FF8E6C;
    color: #FFFFFF;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lets-talk-btn svg,
.lets-talk-btn img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.lets-talk-btn:hover {
    background-color: #ff7c54;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 142, 108, 0.2);
}

.lets-talk-btn:hover svg,
.lets-talk-btn:hover img {
    transform: translateX(5px);
}

/* Team Section */
.team-section {
    padding: 0 0 120px;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
}

/* How It Works Section */
.how-it-works-section {
    padding: 0 0 120px;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    overflow: hidden;
}

.how-it-works-decorative-bg {
    position: absolute;
    top: 50%;
    left: -20%;
    width: 76.94569rem;
    height: 76.94569rem;
    transform: rotate(60deg) translateY(-50%);
    flex-shrink: 0;
    border-radius: 76.94569rem;
    opacity: 0.05;
    background: linear-gradient(180deg, #FF8E6C 0%, #FF8E6C 100%);
    filter: blur(133.33334350585938px);
    z-index: 1;
    pointer-events: none;
}

.how-it-works-wrapper {
    /* Additional styles for the how-it-works-wrapper */
}

/* Responsive styles */
@media (max-width: 1200px) {
    .about-heading {
        font-size: 42px !important;
        line-height: 60px !important;
    }
    
    .about-hero-image-decorative {
        width: 30rem;
        height: 30rem;
        filter: blur(80px);
    }
    
    .who-we-are-decorative-bg {
        width: 60rem;
        height: 60rem;
        left: -180px;
        filter: blur(120px);
    }
    
    .how-it-works-decorative-bg {
        width: 60rem;
        height: 60rem;
        filter: blur(120px);
    }
}

@media (max-width: 992px) {
    .about-hero-section {
        padding: 0 0 60px;
    }
    
    .about-hero-content {
        margin-bottom: 40px;
        padding-right: 0;
    }
    
    .about-breadcrumb {
        margin-bottom: 30px;
    }
    
    .about-hero-image-decorative {
        width: 25rem;
        height: 25rem;
        filter: blur(70px);
        opacity: 0.15;
    }
    
    .who-we-are-decorative-bg {
        width: 45rem;
        height: 45rem;
        left: -150px;
        top: 100px;
        filter: blur(100px);
        opacity: 0.06;
    }
    
    .how-it-works-decorative-bg {
        width: 45rem;
        height: 45rem;
        left: -25%;
        filter: blur(100px);
        opacity: 0.04;
    }

    .who-we-are-section {
        padding: 0 0 80px;
    }
    
    .who-we-are-content {
        margin-bottom: 40px;
    }

    .join-us-section-wrapper .klinikplus-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .join-us-section {
        padding: 60px 20px;
        margin-bottom: 80px;
    }
    
    .join-us-heading {
        font-size: 36px;
    }
    
    .stats-section .klinikplus-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        padding: 0 0 60px;
    }
    
    .about-breadcrumb {
        margin-bottom: 25px;
    }
    
    .about-heading {
        font-size: 36px !important;
        line-height: 50px !important;
    }
    
    .about-hero-text {
        font-size: 15px;
    }
    
    .about-hero-image-decorative {
        width: 20rem;
        height: 20rem;
        filter: blur(60px);
        opacity: 0.12;
    }
    
    .who-we-are-decorative-bg {
        width: 35rem;
        height: 35rem;
        left: -120px;
        top: 120px;
        filter: blur(80px);
        opacity: 0.05;
    }
    
    .how-it-works-decorative-bg {
        width: 35rem;
        height: 35rem;
        left: -30%;
        filter: blur(80px);
        opacity: 0.03;
    }
    
    .play-btn-circle {
        width: 60px;
        height: 60px;
    }
    
    .play-video-btn span {
        font-size: 16px;
    }

    .who-we-are-section {
        padding: 0 0 60px;
    }
    
    .who-we-are-heading {
        font-size: 36px;
    }
    
    .mission-box {
        padding: 20px;
    }

    .join-us-section-wrapper .klinikplus-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .join-us-section {
        padding: 50px 15px;
        margin-bottom: 60px;
    }
    
    .join-us-heading {
        font-size: 32px;
    }
    
    .join-us-text {
        font-size: 15px;
    }
    
    .lets-talk-btn {
        padding: 14px 28px;
        font-size: 16px;
    }
    
    .stats-section .klinikplus-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 576px) {
    .about-hero-section {
        padding: 0 0 40px;
    }
    
    .about-breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
    }
    
    .about-heading {
        font-size: 30px !important;
        line-height: 42px !important;
    }
    
    .about-hero-image-decorative {
        width: 15rem;
        height: 15rem;
        filter: blur(50px);
        opacity: 0.1;
    }
    
    .who-we-are-decorative-bg {
        width: 25rem;
        height: 25rem;
        left: -100px;
        top: 150px;
        filter: blur(60px);
        opacity: 0.04;
    }
    
    .how-it-works-decorative-bg {
        width: 25rem;
        height: 25rem;
        left: -40%;
        filter: blur(60px);
        opacity: 0.025;
    }
    
    .play-btn-circle {
        width: 50px;
        height: 50px;
    }
    
    .play-btn-circle svg {
        width: 20px;
        height: 20px;
    }

    .who-we-are-section {
        padding: 0 0 40px;
    }
    
    .who-we-are-heading {
        font-size: 30px;
    }
    
    .mission-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 15px;
    }
    
    .mission-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .mission-icon {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .mission-box {
        padding: 20px 15px;
    }

    .join-us-section-wrapper .klinikplus-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .join-us-section {
        padding: 40px 15px;
        margin-bottom: 40px;
    }
    
    .join-us-heading {
        font-size: 28px;
    }
    
    .join-us-text {
        font-size: 14px;
    }
    
    .lets-talk-btn {
        padding: 12px 24px;
        font-size: 15px;
    }
    
    .stats-section .klinikplus-container {
        padding-left: 10px;
        padding-right: 10px;
    }
} 