/* About Page Styles */

/* About Intro Section */
.about-intro-section {
    padding: 160px 0 200px;
    background: #fffcf5;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;
}

.about-intro-label span {
    color: #f49e0d;
    font-size: 19px;
    font-weight: 600;
    white-space: nowrap;
}

.about-intro-content h1 {
    font-size: 42px;
    font-weight: 500;
    color: #3A3C3F;
    line-height: 1.3;
    margin-bottom: 30px;
}

.about-intro-content .highlight-italic {
    color: #f49e0d;
    font-weight: 500;
}

.about-intro-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 800px;
}

.btn-enroll-about {
    display: inline-block;
    background: #f49e0d;
    color: #fff;
    padding: 14px 32px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-top: 20px;
}

.btn-enroll-about:hover {
    background: #ffd946;
}

/* Video Section */
.about-video-section {
    padding: 0 0 80px 0;
    /* background: #fffcf5; */
}

.about-video-wrapper {
    max-width: 1200px;
    margin: -140px auto 0;
    padding: 0 60px;
}

.about-video-container {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

.about-video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    pointer-events: none;
}

.video-preview-img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 21/9;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-play-btn:hover {
    transform: translate(-50%, -50%);
}

.video-play-btn svg {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

/* YouTube iframe when video is playing */
.about-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Accreditations Section */
.about-accred-section {
    padding: 20px 0;
    background: #ffffff;
}

.accred-title {
    font-size: 42px;
    font-weight: 500;
    color: #3A3C3F;
    margin-bottom: 60px;
}

.accred-title .highlight {
    color: #f49e0d;
    font-weight: 500;
}

.accred-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.accred-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 40px;
    align-items: flex-start;
}

.accred-logo-box {
    width: 180px;
    flex-shrink: 0;
}

.accred-logo-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.accred-info h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1c1d1f;
    margin-bottom: 16px;
}

.accred-info p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

.accred-info a {
    color: #555;
    text-decoration: underline;
}

.accred-info a:hover {
    color: #1c1d1f;
    text-decoration: underline;
}

.accred-website {
    margin-top: 8px;
}

/* About Hero Section */
.about-hero {
    padding: 180px 0 80px;
    background: linear-gradient(135deg, #fffceb 0%, #fff8e1 100%);
    text-align: center;
}

.about-hero h1 {
    font-size: 56px;
    font-weight: 700;
    color: #1c1d1f;
    margin-bottom: 20px;
}

.about-hero .highlight {
    color: #f49e0d;
}

.about-hero-subtitle {
    font-size: 20px;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* About Content Section */
.about-content-section {
    padding: 10px 0;
    background: #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-grid.reverse {
    direction: rtl;
}

.about-grid.reverse > * {
    direction: ltr;
}

.about-text h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1c1d1f;
    margin-bottom: 24px;
}

.about-text .highlight {
    color: #f49e0d;
}

.about-text p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* Vision Section */
.vision-section {
    padding: 100px 0;
    background: #f8f9fa;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background: #ffffff;
    text-align: center;
}

.values-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1c1d1f;
    margin-bottom: 60px;
}

.values-section .highlight {
    color: #f49e0d;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.value-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.value-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1c1d1f;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* All Under One Roof Section */
.all-under-roof-section {
    padding: 10px 0;
    background: #ffffff;
}

.all-under-roof-title {
    font-size: 42px;
    font-weight: 500;
    color: #1c1d1f;
    text-align: center;
    margin-bottom: 50px;
}

.all-under-roof-title .highlight-italic {
    color: #f49e0d;
    font-weight: 500;
}

.all-under-roof-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.roof-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.roof-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.roof-points {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.roof-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.point-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #F49E0D;
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 4px;
}

.roof-point p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.all-under-roof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.roof-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.roof-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.roof-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.footer-lets-talk {
    display: none;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 8px 0 0;
}

/* Awards Section */
.awards-section {
    padding: 100px 0;
    background: #ffffff;
}

.awards-title {
    font-size: 42px;
    font-weight: 500;
    color: #3A3C3F;
    margin-bottom: 60px;
}

.awards-title .highlight {
    color: #f49e0d;
    font-weight: 500;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 60px;
}

.award-card {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.award-image {
    flex-shrink: 0;
    width: 220px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.award-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
}

.award-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}

.award-meta .award-author {
    color: #555;
    font-weight: 400;
}

.award-meta .award-date {
    color: #555;
}

.award-meta .award-author::after {
    content: '|';
    margin-left: 8px;
    color: #999;
}

.award-name {
    font-size: 20px;
    font-weight: 600;
    color: #1c1d1f;
    margin-bottom: 10px;
    line-height: 1.3;
}

.award-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* What We Offer Section */
.what-we-offer-section {
    padding: 10px 0;
    background: #ffffff;
}

.what-we-offer-card {
    background: #F5F6F6;
    border-radius: 15px;
    padding: 30px 30px;
}

.what-we-offer-title {
    font-size: 42px;
    font-weight: 500;
    color: #3A3C3F;
    margin-bottom: 30px;
}

.what-we-offer-title .highlight {
    color: #f49e0d;
    font-weight: 500;
}

.what-we-offer-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.what-we-offer-card p:last-child {
    margin-bottom: 0;
}

/* Vision & Mission Section */
.vision-mission-section {
    padding: 100px 0;
    background: #ffffff;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.vision-mission-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* .vision-block,
.mission-block {
    padding-right: 40px;
} */

.vm-title {
    font-size: 42px;
    font-weight: 500;
    color: #3A3C3F;
    margin-bottom: 20px;
}

.vm-title .highlight {
    color: #f49e0d;
    font-weight: 500;
}

.vision-block p,
.mission-block p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.vision-mission-image {
    border-radius: 16px;
    overflow: hidden;
}

.vision-mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 350px;
}
