/* --- ROX Agency Updates --- */
.hero-cta-btn {
    background: linear-gradient(90deg, #6c63ff 0%, #3f3d56 100%);
    border: none;
    border-radius: 30px;
    padding: 15px 35px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
}

.hero-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(108, 99, 255, 0.3);
    color: white;
}

.service-card-inner {
    position: relative;
}

.service-icon i {
    font-size: 3rem;
    background: -webkit-linear-gradient(45deg, #6c63ff, #00c6ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.service-badge {
    position: absolute;
    top: -15px;
    left: 20px;
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(255, 140, 0, 0.4);
    z-index: 2;
    letter-spacing: 0.5px;
}

.service-tagline {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(45deg, #6c63ff, #ff8c00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-cta-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    transition: all 0.3s;
    font-weight: 500;
    display: inline-block;
}

.service-cta-btn:hover {
    background: #6c63ff;
    border-color: #6c63ff;
    color: #fff;
}

.who-we-serve-area {
    background: var(--color-primary);
}

.who-we-serve-table-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
}

.who-we-serve-table th {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.who-we-serve-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
    color: #ccc;
}

.who-we-serve-table tr:last-child td {
    border-bottom: none;
}

.who-we-serve-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
}

.stats-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.stat-item {
    padding: 20px 0;
}

.stat-number {
    font-weight: 800;
    font-size: 3rem;
    background: -webkit-linear-gradient(45deg, #6c63ff, #00c6ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-text {
    font-size: 1.1rem;
    color: #aaa;
    font-weight: 500;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    line-height: 1;
}

.btn-whatsapp:hover {
    background: #128C7E;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.footer-tagline {
    font-size: 1.05rem;
    color: #bbb;
    line-height: 1.5;
}

/* =============================================
   COURSES PAGE STYLES
   ============================================= */

/* Hero */
.courses-hero {
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}

.courses-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(108, 99, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.courses-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
    background: -webkit-linear-gradient(45deg, #fff, #c9b8ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.courses-hero-subtitle {
    font-size: 1.3rem;
    color: #b8b0e0;
    font-weight: 500;
    margin-bottom: 10px;
}

.courses-hero-text {
    font-size: 1.1rem;
    color: #999;
    max-width: 550px;
    margin: 0 auto;
}

.courses-hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Trust Badges */
.trust-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 30px;
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 500;
}

.trust-badge i {
    color: #6c63ff;
}

/* Course Fee Banner */
.course-fee-banner {
    background: linear-gradient(90deg, rgba(108, 99, 255, 0.15), rgba(255, 140, 0, 0.15));
    border: 1px solid rgba(108, 99, 255, 0.3);
    border-radius: 12px;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
}

.course-fee-banner strong {
    color: #ffd700;
    font-size: 1.3rem;
}

.courses-section-subtitle {
    color: #999;
    font-size: 1.1rem;
    margin-top: 10px;
}

/* Course Cards */
.course-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    border-color: rgba(108, 99, 255, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(108, 99, 255, 0.15);
}

.course-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #ffd700, #ff8c00);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(255, 140, 0, 0.4);
    z-index: 2;
}

.course-card-body {
    padding: 50px 25px 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.course-icon {
    margin-bottom: 15px;
}

.course-icon i {
    font-size: 2.5rem;
    background: -webkit-linear-gradient(45deg, #6c63ff, #00c6ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.course-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.course-tagline {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(45deg, #6c63ff, #ff8c00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.course-meta-item {
    background: rgba(108, 99, 255, 0.1);
    border: 1px solid rgba(108, 99, 255, 0.2);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #b8b0e0;
}

.course-meta-item i {
    color: #6c63ff;
}

/* Course Modules */
.course-modules {
    margin-bottom: 20px;
}

.course-modules h6 {
    color: #aaa;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}

.course-modules ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-modules ul li {
    color: #ccc;
    font-size: 0.9rem;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.course-modules ul li:last-child {
    border-bottom: none;
}

.course-modules ul li i {
    color: #25D366;
    font-size: 0.75rem;
}

/* Who It's For */
.course-who-for {
    background: rgba(108, 99, 255, 0.06);
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.who-for-label {
    font-size: 0.8rem;
    color: #6c63ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 4px;
}

.who-for-text {
    color: #bbb;
    font-size: 0.9rem;
}

/* Course Footer */
.course-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.course-fee {
    font-size: 1.8rem;
    font-weight: 800;
    background: -webkit-linear-gradient(45deg, #6c63ff, #00c6ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.course-enroll-btn {
    padding: 10px 25px;
    font-size: 0.9rem;
}

/* Why Learn Section */
.why-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.why-card:hover {
    border-color: rgba(108, 99, 255, 0.3);
    transform: translateY(-3px);
    background: rgba(108, 99, 255, 0.05);
}

.why-icon {
    margin-bottom: 15px;
}

.why-icon i {
    font-size: 2rem;
    background: -webkit-linear-gradient(45deg, #6c63ff, #00c6ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-card h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.why-card p {
    color: #999;
    font-size: 0.95rem;
    margin: 0;
}

/* Enrollment Form Section */
.enroll-section .appointment-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 35px;
}

.enroll-section select.form-control-modern {
    appearance: auto;
    -webkit-appearance: auto;
    cursor: pointer;
}

/* FAQ Section */
.faq-item {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-item .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 18px 25px;
    box-shadow: none;
    border: none;
}

.faq-item .accordion-button:not(.collapsed) {
    background: rgba(108, 99, 255, 0.1);
    color: #c9b8ff;
}

.faq-item .accordion-button::after {
    filter: invert(1) brightness(2);
}

.faq-item .accordion-body {
    color: #bbb;
    padding: 15px 25px 20px;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .courses-hero-title {
        font-size: 2.2rem;
    }
    .courses-hero-subtitle {
        font-size: 1.1rem;
    }
    .courses-hero {
        padding: 50px 0 20px;
    }
    .course-fee-banner {
        font-size: 1rem;
        padding: 12px 20px;
    }
    .course-footer {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .course-enroll-btn {
        width: 100%;
    }
}