/* courses.css - Specific styles for the Shama Makeover Academy Courses Page */

/* Base & Typography */
.courses-page {
    background-color: #121212;
    color: #f4f4f4;
    font-family: 'Poppins', sans-serif;
}

.gold-text {
    color: #D4AF37 !important;
}

.bg-dark {
    background-color: #0a0a0a;
}

.section-title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.section-subtitle {
    font-size: 1rem;
    color: #ccc;
    max-width: 650px;
    margin: 0 auto 16px;
    font-weight: 300;
}

.title-divider {
    width: 45px;
    height: 2px;
    background-color: #D4AF37;
    margin: 0 auto;
    border-radius: 2px;
}

/* Buttons */
.btn-primary, .btn-secondary, .btn-card {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.btn-primary {
    background-color: #D4AF37;
    color: #000;
    border: 2px solid #D4AF37;
}

.btn-primary:hover {
    background-color: transparent;
    color: #D4AF37;
}

.btn-secondary {
    background-color: transparent;
    color: #D4AF37;
    border: 2px solid #D4AF37;
}

.btn-secondary:hover {
    background-color: #D4AF37;
    color: #000;
}

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/* 01 HERO SECTION */
.course-hero {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(rgba(13, 10, 11, 0.82), rgba(13, 10, 11, 0.86)), url('images/bridal1.jpeg') no-repeat center center / cover;
    padding: 120px 5% 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.hero-content-left {
    flex: 1;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.hero-top-subtitle {
    font-size: 0.8rem;
    font-weight: 600;
    color: #e0e0e0;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hero-top-subtitle .hearts {
    color: #D4AF37;
    font-size: 1rem;
}

.hero-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
    text-align: center;
}

.cursive-text {
    font-family: 'Great Vibes', cursive;
    color: #D4AF37;
    font-weight: 400;
    font-size: 5rem;
    padding-left: 10px;
}

.title-heart {
    color: #D4AF37;
    font-size: 2rem;
    vertical-align: middle;
}

.hero-desc {
    font-size: 1.15rem;
    color: #bbb;
    margin: 0 auto 40px;
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
}

.hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-gold {
    background-color: #D4AF37;
    color: #000;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    text-decoration: none;
}

.btn-gold:hover {
    background-color: transparent;
    color: #D4AF37;
    border: 1px solid #D4AF37;
    padding: 13px 29px; /* Adjusting padding for border width to avoid jump */
}

.btn-outline-gold {
    background-color: transparent;
    color: #D4AF37;
    border: 1px solid #D4AF37;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.3s;
    text-decoration: none;
}

.btn-outline-gold:hover {
    background-color: #D4AF37;
    color: #000;
}

.hero-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hf-item i {
    color: #D4AF37;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.hf-item h4 {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.hf-item p {
    color: #888;
    font-size: 0.75rem;
    line-height: 1.4;
}

.hero-image-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.hero-image-right img {
    max-width: 100%;
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.floating-badge {
    position: absolute;
    bottom: 30px;
    right: -20px;
    width: 130px;
    height: 130px;
    background: #0a0a0a;
    border: 2px solid #D4AF37;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.badge-number {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.badge-text {
    color: #D4AF37;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px 0;
}

.floating-badge i {
    color: #D4AF37;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .course-hero {
        background: linear-gradient(rgba(13, 10, 11, 0.85), rgba(13, 10, 11, 0.85)), url('images/bridal1.jpeg') no-repeat center center / cover;
    }
    .hero-container {
        flex-direction: column;
        text-align: center;
    }
    .hero-content-left {
        max-width: 100%;
    }
    .hero-top-subtitle {
        justify-content: center;
    }
    .hero-actions {
        justify-content: center;
    }
}

/* Common Section Padding */
section {
    padding: 80px 5%;
}

/* 02 & 13 COURSE CARDS */
.course-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.course-card {
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.course-card-image-box {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
    background-color: #0b0b0b;
}

.course-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s ease;
}

.course-card:hover .course-card-image {
    transform: scale(1.05);
}

.course-card:hover {
    transform: translateY(-8px);
    border-color: #D4AF37;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.15);
}

.course-card.popular {
    border-color: #D4AF37;
    background: linear-gradient(180deg, #181818 0%, #1e180d 100%);
}

.popular-badge {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: #D4AF37;
    color: #000;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 0.78rem;
    letter-spacing: 1px;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.card-header {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.card-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
}

.card-header p {
    color: #D4AF37;
    font-size: 0.95rem;
    font-weight: 500;
}

.target-audience {
    font-size: 0.9rem;
    color: #bbb;
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}

.course-features {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.course-features li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #e0e0e0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.course-features li i {
    color: #D4AF37;
    margin-top: 4px;
    font-size: 0.85rem;
}

.card-footer {
    text-align: center;
    margin-top: auto;
}

.btn-card {
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    display: block;
}

.btn-card:hover {
    background: #fff;
    color: #000;
}

.btn-card-gold {
    background: #D4AF37;
    color: #000;
    border: 1px solid #D4AF37;
}

.btn-card-gold:hover {
    background: transparent;
    color: #D4AF37;
}

/* 03 WHY SHAMA */
.why-academy-section {
    background-color: #121212;
    padding: 100px 5%;
}

.why-choose-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.wcu-left {
    flex: 1;
    min-width: 300px;
}

.wcu-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.wcu-right {
    flex: 1.5;
    min-width: 350px;
}

.wcu-header {
    margin-bottom: 40px;
}

.wcu-subtitle {
    color: #D4AF37;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.wcu-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.wcu-desc {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.6;
}

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

@media (max-width: 768px) {
    .wcu-grid {
        grid-template-columns: 1fr;
    }
    .wcu-title {
        font-size: 2.2rem;
    }
}

.wcu-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.wcu-icon-box {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: #1a1a1a;
    border: 2px solid #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    box-shadow: 4px 4px 0px rgba(212, 175, 55, 0.2);
}

.wcu-text h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: -3px;
}

.wcu-text p {
    color: #999;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* 04 RANCHI DUBAI */
.ranchi-dubai-section {
    background-color: #0d0a0b;
    padding: 80px 5%;
}
.rd-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.rd-box {
    position: relative;
    padding: 80px 60px;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 992px) {
    .rd-container {
        grid-template-columns: 1fr;
    }
    .rd-box {
        padding: 60px 30px;
        min-height: auto;
    }
}

.rd-bg-image {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.rd-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 2;
    transition: background 0.4s ease;
}
.dubai-box .rd-overlay {
    background: linear-gradient(to left, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 100%);
}

.rd-box:hover .rd-overlay {
    background: rgba(0,0,0,0.8);
}

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

.rd-title {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.country-code {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #D4AF37;
    letter-spacing: 1px;
}

.city-name {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #D4AF37;
    font-weight: 700;
    letter-spacing: 2px;
}

.rd-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.rd-content ul {
    list-style: none;
    padding: 0;
}

.rd-content ul li {
    margin-bottom: 15px;
    color: #e0e0e0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
    font-weight: 400;
}

.custom-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #D4AF37;
    border-radius: 50%;
    color: #000;
    font-size: 0.65rem;
    flex-shrink: 0;
}



/* 06 BRANDS */
.brand-wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 50px;
    max-width: 1100px;
    margin: 0 auto 40px;
}

.brand-wall span {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(255,255,255,0.4);
    letter-spacing: 2px;
    transition: all 0.3s;
    cursor: default;
}

.brand-wall span:hover {
    color: #fff;
    transform: scale(1.05);
}

.brands-bottom {
    text-align: center;
    font-style: italic;
    color: #D4AF37;
    font-size: 1.1rem;
}

/* 07 PRACTICAL */
.practical-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.prac-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1;
}

.prac-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.prac-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 30px 20px 20px;
    text-align: center;
}

.prac-overlay span {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.prac-item:hover img {
    transform: scale(1.1);
}

/* 08 LEARNING PATH */
.learning-path-section {
    background-color: #121212;
    padding: 100px 5%;
}

.roadmap-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: #D4AF37;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.learning-path-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.learning-path-desc {
    color: #999;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.learning-path-list {
    max-width: 800px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lp-item {
    display: flex;
    align-items: center;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lp-item:hover {
    border-color: #D4AF37;
    background: rgba(212, 175, 55, 0.05);
    transform: translateY(-2px);
}

.lp-number {
    width: 35px;
    height: 35px;
    background: rgba(212, 175, 55, 0.2);
    color: #D4AF37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 20px;
}

.lp-text {
    flex-grow: 1;
    color: #e0e0e0;
    font-size: 1.1rem;
    font-weight: 500;
}

.lp-item:hover .lp-text {
    color: #fff;
}

.lp-arrow {
    color: #666;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.lp-item:hover .lp-arrow {
    color: #D4AF37;
    transform: translateX(5px);
}

/* 10 CERTIFICATION */
.cert-section {
    background: linear-gradient(135deg, #111, #1a1a1a);
}

.cert-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.cert-list {
    list-style: none;
    margin-top: 30px;
}

.cert-list li {
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cert-list li i {
    font-size: 1.4rem;
}

.cert-image {
    perspective: 1000px;
}

.cert-mockup {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    transform: rotateY(-10deg) rotateX(5deg);
    transition: all 0.5s ease;
}

.cert-mockup:hover {
    transform: rotateY(0) rotateX(0);
}

.cert-inner {
    border: 2px solid #D4AF37;
    padding: 40px;
    text-align: center;
    color: #111;
    background: #fafafa;
    position: relative;
}

.cert-inner::before {
    content: '';
    position: absolute;
    top: 5px; left: 5px; right: 5px; bottom: 5px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.cert-inner h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #000;
}

.cert-inner p {
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
}

.student-name {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 0 40px 10px;
}

.cert-inner h5 {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #333;
}

.cert-logo {
    height: 50px;
    margin: 0 auto;
}

/* 11 WHO SHOULD JOIN */
.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto 0;
}

@media (max-width: 992px) {
    .audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .audience-grid {
        grid-template-columns: 1fr;
    }
}

.audience-item {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.audience-item:hover {
    border-color: #D4AF37;
    transform: translateY(-5px);
}

.audience-item h4 {
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    font-weight: 600;
}

.audience-item p {
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* 12 MODES */
.mode-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.mode-card {
    background: #1a1a1a;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s;
}

.mode-card:hover {
    border-color: #D4AF37;
    transform: translateY(-5px);
}

.mode-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #D4AF37;
    margin: 0 auto 20px;
}

.mode-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.mode-card ul {
    list-style: none;
    text-align: left;
    display: inline-block;
}

.mode-card ul li {
    margin-bottom: 15px;
    font-size: 1.05rem;
    color: #ddd;
    display: flex;
    align-items: center;
    gap: 15px;
}

.mode-card ul li i {
    color: #D4AF37;
}

/* 13 FEES */
.fee-card .card-body {
    text-align: center;
    padding: 30px 0;
}

.fee-price {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.fee-duration {
    font-size: 1.1rem;
    color: #aaa;
    font-style: italic;
}

/* 14 BATCH */
.batch-section {
    background: url('images/party.jpeg') no-repeat center center/cover;
    position: relative;
    padding: 100px 5%;
}

.batch-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.85);
}

.batch-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: #111;
    border: 2px solid #D4AF37;
    padding: 50px;
    border-radius: 20px;
}

.batch-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #D4AF37;
    margin-bottom: 30px;
}

.batch-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.b-item {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #1a1a1a;
    padding: 15px 20px;
    border-radius: 10px;
}

.b-item i {
    color: #D4AF37;
    font-size: 1.3rem;
}

.seats-alert {
    display: inline-block;
    background: #800020; /* Burgundy/Maroon */
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(128, 0, 32, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(128, 0, 32, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(128, 0, 32, 0); }
}

/* 15 REVIEWS */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
}

.review-text {
    font-size: 1.1rem;
    font-style: italic;
    color: #ccc;
    line-height: 1.7;
    margin-bottom: 30px;
    flex-grow: 1;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #D4AF37;
}

.reviewer h4 {
    font-size: 1.1rem;
    margin-bottom: 3px;
}

.reviewer span {
    font-size: 0.85rem;
    color: #D4AF37;
}

/* 16 FAQ SECTION */
.faq-course-section {
    position: relative;
    padding: 90px 5%;
    background-color: #556c62;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    overflow: hidden;
}

.faq-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.faq-badge {
    display: inline-block;
    color: #D4AF37;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.faq-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.faq-title-highlight {
    color: #0d3827;
    font-style: italic;
    font-weight: 800;
}

.faq-main-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 auto;
}

.faq-container {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #063826;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 88%;
}

/* Staggered alternating offset like screenshot */
.faq-item:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
}

.faq-item:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    background: #08432e;
}

.faq-item.active {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background: #08432e;
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

.faq-question {
    padding: 18px 26px;
    font-size: 1.02rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    user-select: none;
    transition: color 0.3s;
}

.faq-question span {
    flex: 1;
    line-height: 1.4;
}

.faq-question i {
    font-size: 0.85rem;
    color: #ffffff;
    opacity: 0.85;
    transition: transform 0.35s ease, color 0.3s ease;
    flex-shrink: 0;
}

.faq-answer {
    padding: 0 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.92rem;
    line-height: 1.7;
}

.faq-item.active .faq-question {
    color: #ffffff;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: #D4AF37;
    opacity: 1;
}

.faq-item.active .faq-answer {
    padding: 0 26px 20px;
    max-height: 400px;
}

@media (max-width: 768px) {
    .faq-course-section {
        padding: 60px 4%;
    }
    .faq-item,
    .faq-item:nth-child(odd),
    .faq-item:nth-child(even),
    .faq-item.active {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .faq-question {
        padding: 16px 20px;
        font-size: 0.95rem;
    }
    .faq-answer {
        padding: 0 20px;
    }
    .faq-item.active .faq-answer {
        padding: 0 20px 18px;
    }
}

/* 17 FINAL CTA */
.final-cta-section {
    position: relative;
    padding: 60px 5%;
    text-align: center;
    background-image: url('images/hero1.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.final-cta-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(rgba(10, 8, 9, 0.78), rgba(10, 8, 9, 0.9));
}

.final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto;
}

.final-cta-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 12px;
}

.final-cta-points {
    font-size: 1.1rem;
    font-style: italic;
    color: #ddd;
    margin-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .rd-container {
        grid-template-columns: 1fr;
    }
    .rd-center-badge {
        position: relative;
        transform: none;
        top: 0; left: 0;
        margin: -20px auto;
        z-index: 10;
        width: 90%;
        max-width: 400px;
    }
    .cert-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .cert-list {
        display: inline-block;
        text-align: left;
    }
    .journey-flow {
        flex-direction: column;
        gap: 20px;
    }
    .j-arrow {
        transform: rotate(90deg);
    }
    .trans-flow {
        flex-direction: column;
    }
    .t-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .hero-main-title {
        font-size: 2.8rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .mode-container {
        grid-template-columns: 1fr;
    }
    .batch-details {
        grid-template-columns: 1fr;
    }
    .fee-price {
        font-size: 2.5rem;
    }
    .final-cta-content h2 {
        font-size: 2.5rem;
    }
}
