/* Project124 Africa - Django Implementation - Screenshot Match */

:root {
    --primary-red: #8B0000;
    --secondary-orange: #FF9A15;
    --accent-yellow: #FF9A15;
    --white: #ffffff;
    --text-light: rgba(255, 255, 255, 0.9);
    --text-muted: rgba(255, 255, 255, 0.7);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    /* Account for contact strip */
}

/* Top Header Bar */
.top-header-bar {
    background-color: var(--primary-red);
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.contact-text {
    color: var(--accent-yellow);
    font-weight: 500;
}

.social-icons-top {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.social-icon {
    color: white;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: var(--accent-yellow);
}

/* Main Navigation - Transparent over Hero */
.main-navigation {
    background-color: transparent;
    padding: 15px 0;
    top: 40px;
    /* Height of top header bar */
    left: 0;
    right: 0;
    z-index: 100;
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-brand-section {
    flex: 0 0 auto;
}

.logo-img {
    height: 40px;
    width: auto;
}

.navbar-menu-section {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    /* Changed from center to flex-end */
    padding-right: 50px;
    /* Add padding to move items away from auth section */
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
    /* Increased from 40px to 50px */
    align-items: center;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: white !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    position: relative;
    padding: 10px 0;
    display: block;
}

.nav-link:hover {
    color: var(--accent-yellow) !important;
}

.dropdown-toggle::after {
    content: "▼";
    font-size: 10px;
    margin-left: 8px;
    opacity: 0.7;
}

.navbar-auth-section {
    flex: 0 0 auto;
}

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

.login-btn {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 8px 16px;
}

.login-btn:hover {
    color: var(--accent-yellow);
}

.signup-btn {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.signup-btn:hover {
    background-color: #ea580c;
    color: white;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mega Menu Styles */
.mega-dropdown {
    position: static;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 8px 24px;
    padding: 32px;
    border: none;
    min-width: auto;
    width: auto;
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.mega-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Contact Mega Menu Styles */
.mega-menu-content {
    padding: 0;
    margin: 0;
}

.contact-form-section {
    padding: 40px;
    background: white;
    height: 100%;
}

.contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.contact-subtitle {
    color: #666;
    margin-bottom: 30px;
    font-size: 1rem;
}

.contact-form .form-label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.contact-input {
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.contact-input:focus {
    outline: none;
    border-color: var(--accent-yellow);
    background-color: white;
    box-shadow: 0 0 0 3px rgba(244, 162, 97, 0.1);
}

.contact-input::placeholder {
    color: #adb5bd;
}

.contact-select {
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 40px;
    appearance: none;
}

.contact-select:focus {
    outline: none;
    border-color: var(--accent-yellow);
    background-color: white;
    box-shadow: 0 0 0 3px rgba(244, 162, 97, 0.1);
}

.input-group .contact-select {
    max-width: 80px;
    border-radius: 8px 0 0 8px;
    border-right: none;
}

.input-group .contact-input {
    border-radius: 0 8px 8px 0;
    border-left: none;
}

.contact-checkbox {
    margin-right: 8px;
}

.contact-check-label {
    font-size: 0.9rem;
    color: #666;
}

.contact-submit-btn {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
}

/* Special Offers Section */
.special-offers-section {
    height: 100%;
    /* padding: 40px 30px; */
}

.offers-title {
    color: var(--primary-red);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.offer-card {
    position: relative;
    background: var(--primary-red);
    border-radius: 16px;
    overflow: hidden;
    /* height: calc(100% - 60px); */
    min-height: 500px;
}

.offer-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.offer-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

/* .offer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 38, 53, 0.9) 0%, rgba(139, 38, 53, 0.7) 100%);
    z-index: 2;
} */

.offer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/static/images/Project124-Montage.png') center/cover;
    z-index: 2;
}

.offer-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6B0609;
    opacity: 0.9;
    z-index: 1;
}

.offer-content {
    position: relative;
    z-index: 3;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
}

.offer-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.offer-tagline {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

.offer-logo {
    width: 60px;
    height: 60px;
}

.logo-white {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offer-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-yellow);
    line-height: 1.1;
    margin-bottom: 15px;
}

.offer-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.5;
}

.offer-services {
    margin-bottom: 20px;
}

.services-title {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.services-list li::before {
    content: "✓";
    color: var(--accent-yellow);
    font-weight: bold;
    margin-right: 8px;
}

.offer-contact-info {
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.contact-icon {
    margin-right: 8px;
    font-size: 1rem;
}

.offer-image-container {
    position: absolute;
    bottom: 80px;
    right: 20px;
    width: 120px;
    height: 150px;
}

.advisor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.offer-cta-btn {
    background-color: var(--primary-red);
    color: white;
    border: 2px solid white;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: auto;
    transition: all 0.3s ease;
}

.offer-cta-btn:hover {
    background-color: white;
    color: var(--primary-red);
    transform: translateY(-2px);
}

/* Responsive Design for Contact Mega Menu */
@media (max-width: 992px) {
    .mega-menu-content .row {
        flex-direction: column;
    }

    .contact-form-section {
        padding: 30px;
    }

    .special-offers-section {
        padding: 30px;
    }

    .offer-card {
        min-height: 400px;
    }

    .offer-main-title {
        font-size: 2rem;
    }

    .offer-image-container {
        width: 100px;
        height: 120px;
        bottom: 70px;
        right: 15px;
    }
}

@media (max-width: 768px) {
    .contact-form-section {
        padding: 20px;
    }

    .special-offers-section {
        padding: 20px;
    }

    .offer-content {
        padding: 20px;
    }

    .offer-main-title {
        font-size: 1.8rem;
    }

    .offer-image-container {
        position: relative;
        width: 80px;
        height: 100px;
        bottom: auto;
        right: auto;
        margin: 15px auto 0;
    }
}

/* Blog Mega Menu Styles */
.blog-mega-menu {
    padding: 40px;
    background: white;
    border-radius: 16px;
    min-height: 500px;
}

.mega-menu-header {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #9ca3af;
    margin-bottom: 30px;
}

.mega-menu-blog-description {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #9ca3af;
    margin-bottom: 30px;
}

/* Feature Cards */
.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f3f4f6;
}

.feature-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: #3b82f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    color: white;
    font-size: 20px;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
    line-height: 1.3;
}

.feature-description {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

/* Promotional Banner */
.promo-banner {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.promo-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Popular Courses Section */
.popular-courses-section {
    padding-left: 30px;
}

.section-header {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #9ca3af;
}

/* Browser Mockup */
.browser-mockup {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.browser-header {
    background: #f3f4f6;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.browser-dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.red {
    background: #ef4444;
}

.dot.yellow {
    background: #f59e0b;
}

.dot.green {
    background: #10b981;
}

.browser-content {
    padding: 24px;
    min-height: 120px;
}

.course-placeholder {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.placeholder-line {
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
}

.placeholder-line.long {
    width: 80%;
}

.placeholder-line.medium {
    width: 60%;
}

.placeholder-line.short {
    width: 40%;
}

.placeholder-icons {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.placeholder-icon {
    width: 24px;
    height: 24px;
    background: #d1d5db;
    border-radius: 4px;
}

/* Course Features */
.course-features {
    margin-top: 24px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.check-icon {
    width: 24px;
    height: 24px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.check-icon i {
    color: white;
    font-size: 12px;
}

.feature-text {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
}

/* See All Link */
.see-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.see-all-btn:hover {
    color: #3b82f6;
    text-decoration: none;
}

.see-all-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.see-all-btn:hover i {
    transform: translateX(4px);
}

/* Responsive Design for Blog Mega Menu */
@media (max-width: 992px) {
    .blog-mega-menu {
        padding: 30px;
    }

    .popular-courses-section {
        padding-left: 0;
        margin-top: 40px;
    }

    .feature-card {
        padding: 16px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-icon i {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .blog-mega-menu {
        padding: 20px;
    }

    .feature-card {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .feature-title {
        font-size: 1rem;
    }

    .feature-description {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .blog-mega-menu .row.g-3>* {
        margin-bottom: 16px;
    }

    .browser-content {
        padding: 16px;
        min-height: 100px;
    }

    .placeholder-icons {
        margin-top: 12px;
    }

    .placeholder-icon {
        width: 20px;
        height: 20px;
    }
}

/* About Mega Menu Styles */
.about-mega-menu {
    padding: 40px;
    background: white;
    border-radius: 16px;
    min-height: 500px;
}

/* Mission Card */
.mission-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: white;
    border-radius: 12px;
    border-left: 4px solid var(--primary-red);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mission-icon {
    width: 48px;
    height: 48px;
    background: var(--primary-red);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mission-icon i {
    color: white;
    font-size: 20px;
}

.mission-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.mission-description {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Stat Cards */
.stat-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 4px;
    display: block;
}

.stat-label {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

/* Leadership Section */
.section-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
}

.team-member-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: white;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    transition: all 0.3s ease;
}

.team-member-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.team-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.team-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 2px;
}

.team-role {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

/* About Sidebar */
.about-sidebar {
    padding-left: 30px;
}

/* Values Section */
.value-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.value-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.value-icon.impact {
    background: var(--primary-red);
}

.value-icon.community {
    background: var(--accent-yellow);
}

.value-icon.excellence {
    background: #3b82f6;
}

.value-icon i {
    color: white;
    font-size: 14px;
}

.value-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 2px;
}

.value-description {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

/* Quick Links */
.quick-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    text-decoration: none;
    color: #1f2937;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.3s ease;
}

.quick-link-item:hover {
    text-decoration: none;
}

.quick-link-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quick-link-content i {
    font-size: 14px;
    color: #6b7280;
}

.quick-link-content span {
    font-size: 0.9rem;
    font-weight: 500;
}

.quick-link-item i.fa-arrow-right {
    font-size: 12px;
    color: #9ca3af;
    transition: transform 0.3s ease;
}

.quick-link-item:hover i.fa-arrow-right {
    transform: translateX(4px);
}

/* CTA Card */
.cta-card {
    background: var(--primary-red);
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    color: white;
}

.cta-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}

.cta-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.cta-btn {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    width: 100%;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
}

/* Services Mega Menu Styles */
.services-mega-menu {
    padding: 40px;
    background: white;
    border-radius: 16px;
    min-height: 600px;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.service-category-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #f3f4f6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-category-card:hover {
    border-color: #e5e7eb;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.service-category-card.advisory:hover {
    border-color: #fbbf24;
}

.service-category-card.funding:hover {
    border-color: #10b981;
}

.service-category-card.training:hover {
    border-color: #3b82f6;
}

.service-category-card.mentorship:hover {
    border-color: #8b5cf6;
}

.service-category-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.service-category-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-category-card.advisory .service-category-icon {
    background: #fef3c7;
    color: #d97706;
}

.service-category-card.funding .service-category-icon {
    background: #d1fae5;
    color: #059669;
}

.service-category-card.training .service-category-icon {
    background: #dbeafe;
    color: #2563eb;
}

.service-category-card.mentorship .service-category-icon {
    background: #ede9fe;
    color: #7c3aed;
}

.service-category-icon i {
    font-size: 18px;
}

.service-category-info {
    flex: 1;
}

.service-category-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 2px;
}

.service-category-subtitle {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

.service-price {
    text-align: right;
}

.price-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-red);
}

.service-features-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #4b5563;
}

.service-feature i {
    color: #10b981;
    font-size: 12px;
    flex-shrink: 0;
}

/* Services Sidebar */
.services-sidebar {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Featured Service Card */
.featured-service-card {
    background: var(--primary-red);
    border-radius: 16px;
    padding: 24px;
    color: white;
    position: relative;
    overflow: hidden;
}

.featured-service-badge {
    position: absolute;
    top: -8px;
    right: 20px;
    background: var(--accent-yellow);
    color: var(--primary-red);
    padding: 12px 12px;
    border-radius: 0 0 8px 8px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.featured-service-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    margin-top: 12px;
}

.featured-service-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
    line-height: 1.5;
}

.featured-service-price {
    margin-bottom: 20px;
}

.price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-yellow);
}

.price-period {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 4px;
}

.includes-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.includes-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.includes-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 6px;
}

.includes-list i {
    color: var(--accent-yellow);
    font-size: 12px;
}

.featured-service-btn {
    background: white;
    color: var(--primary-red);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    width: 100%;
    transition: all 0.3s ease;
}

.featured-service-btn:hover {
    background: var(--accent-yellow);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Service Testimonial Card */
.service-testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-quote {
    margin-bottom: 12px;
}

.testimonial-quote i {
    font-size: 24px;
    color: var(--accent-yellow);
}



.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 2px;
}

.author-title {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 4px;
}

.author-location {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    color: #9ca3af;
}

.author-location i {
    font-size: 10px;
}

/* Quick Contact Card */
.quick-contact-card {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e5e7eb;
}

.contact-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.contact-description {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 16px;
    line-height: 1.5;
}

.contact-actions {
    display: flex;
    gap: 12px;
}

.contact-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-btn.primary {
    background: var(--primary-red);
    color: white;
    border: 2px solid var(--primary-red);
}

.contact-btn.primary:hover {
    background: #7a1f2a;
    border-color: #7a1f2a;
    transform: translateY(-1px);
    text-decoration: none;
    color: white;
}

.contact-btn.secondary {
    background: white;
    color: var(--primary-red);
    border: 2px solid var(--primary-red);
}

.contact-btn.secondary:hover {
    background: var(--primary-red);
    color: white;
    transform: translateY(-1px);
    text-decoration: none;
}

.contact-btn i {
    font-size: 12px;
}

/* Responsive Design for Services Mega Menu */
@media (max-width: 992px) {
    .services-mega-menu {
        padding: 30px;
    }

    .services-sidebar {
        padding-left: 0;
        margin-top: 30px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-actions {
        flex-direction: column;
    }

    .contact-btn {
        flex: none;
    }
}

@media (max-width: 768px) {
    .services-mega-menu {
        padding: 20px;
    }

    .service-category-card {
        padding: 16px;
    }

    .featured-service-card {
        padding: 20px;
    }

    .price-amount {
        font-size: 1.8rem;
    }

    .service-testimonial-card {
        padding: 16px;
    }

    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .service-category-header {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .service-price {
        text-align: center;
    }

    .featured-service-badge {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        margin-bottom: 12px;
    }
}

/* Hero Section - Extended Background with Integrated Stats */


.background-pattern {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.btn-start-journey {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
}

.btn-start-journey:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
}

.btn-watch-story {
    background: transparent;
    color: white;
    padding: 15px 30px;
    border: 2px solid white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-watch-story:hover {
    background-color: white;
    color: var(--primary-red);
}


@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.stat-item {
    text-align: center;
    padding: 10px 5px;
    /* Compact padding */
}

.stat-number {
    font-size: 2.5rem;
    /* Reduced from 3rem */
    font-weight: 700;
    color: var(--accent-yellow);
    margin-bottom: 5px;
    /* Reduced margin */
    display: block;
}


.about-stat-number {
    font-size: 1.5rem;
    /* Reduced from 3rem */
    font-weight: 600;
    color: var(--accent-yellow);
    margin-bottom: 5px;
    /* Reduced margin */
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    /* Slightly smaller */
    color: #666;
    font-weight: 500;
}

/* Section Styles */
.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 20px;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.pillars-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.pillars-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 20px;
    text-align: center;
}

.pillars-section .section-description {
    font-size: 1.2rem;
    color: #333;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.6;
}

.testimonials-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #FF9A15;
    margin-bottom: 20px;
    text-align: center;
}

.testimonials-section .section-description {
    font-size: 1.2rem;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.6;
}

.pillar-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    border-top: 6px solid var(--primary-red);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

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

.pillar-card.visibility-card {
    border-top-color: #8b2635;
}

.pillar-card.impact-card {
    border-top-color: #d2691e;
}

.pillar-card.profitability-card {
    border-top-color: #f4a261;
}

.pillar-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: white;
    font-size: 32px;
}

.pillar-icon.visibility-icon {
    background-color: #8b2635;
}

.pillar-icon.impact-icon {
    background-color: #d2691e;
}

.pillar-icon.profitability-icon {
    background-color: #f4a261;
}

.pillar-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

.pillar-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.pillar-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.pillar-features li {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
    padding-left: 0;
}

.pillar-features li::before {
    content: "• ";
    color: #333;
    font-weight: bold;
    margin-right: 8px;
}

/* Partners Section */
.partners-section {
    background: white;
    padding: 80px 0;
}

.partners-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 20px;
    text-align: center;
}

.partners-section .section-description {
    font-size: 1.2rem;
    color: #333;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.6;
}

.partners-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
}

.partner-logo {
    transition: all 0.3s ease;
    opacity: 0.8;
}

.partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

.partner-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
    max-width: 150px;
}

/* Special styling for circular logos */
.partner-logo.circular img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

/* Flagship Initiatives Section */
.flagship-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.flagship-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 20px;
    text-align: center;
}

.flagship-section .section-description {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.6;
}

.flagship-initiatives-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.flagship-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.flagship-card-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 350px;
}

.flagship-card-content.reverse {
    grid-template-columns: 1fr 1fr;
}

.flagship-image {
    position: relative;
    height: 450px;
    overflow: hidden;
    /* enforces rounded corners */
    border-radius: 20px;
    /* rounded container */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    /* soft shadow */
    /* background: #fff; */
    /* prevents odd transparent areas */
}

.flagship-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* shows the full image */
    /* background: #fff; */
    /* fills any empty space */
}

.flagship-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-annual {
    background-color: var(--primary-red);
    color: white;
}

.badge-ongoing {
    background-color: #49a847;
    color: white;
}

.flagship-text-content {
    padding: 40px;
}

.flagship-text-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.flagship-text-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.flagship-details {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.flagship-details li {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 6px;
    font-weight: 500;
}

.flagship-details li::before {
    content: "• ";
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
}

.flagship-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.stat-block {
    text-align: center;
}

.stat-block .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-red);
    display: block;
    line-height: 1;
}

.stat-block .stat-label {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
    margin-top: 5px;
}

.btn-flagship {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-flagship.btn-primary {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
}

.btn-flagship.btn-primary:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
}

.btn-flagship.btn-success {
    background-color: #49a847;
    color: white;
}

.btn-flagship.btn-success:hover {
    background-color: #3d8a3b;
    transform: translateY(-2px);
}

/* Responsive Design for Flagship Section */
@media (max-width: 992px) {
    .flagship-card-content {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .flagship-card-content.reverse {
        grid-template-columns: 1fr;
    }

    .flagship-card-content.reverse .flagship-image {
        order: 1;
    }

    .flagship-card-content.reverse .flagship-text-content {
        order: 2;
    }

    .flagship-image {
        height: 250px;
    }

    .flagship-text-content {
        padding: 30px;
    }

    .flagship-text-content h3 {
        font-size: 1.7rem;
    }

    .flagship-stats {
        gap: 20px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .flagship-section {
        padding: 60px 0;
    }

    .flagship-section .section-title {
        font-size: 2.2rem;
    }

    .flagship-text-content {
        padding: 25px;
    }

    .flagship-text-content h3 {
        font-size: 1.5rem;
    }

    .flagship-stats {
        gap: 15px;
        flex-direction: column;
    }

    .stat-block .stat-number {
        font-size: 2rem;
    }

    .flagship-initiatives-container {
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .flagship-section {
        padding: 60px 0;
    }

    .flagship-section .section-title {
        font-size: 2.2rem;
    }

    .flagship-text-content {
        padding: 25px;
    }

    .flagship-text-content h3 {
        font-size: 1.5rem;
    }

    .flagship-stats {
        gap: 15px;
        flex-direction: column;
    }

    .stat-block .stat-number {
        font-size: 2rem;
    }

    .flagship-initiatives-container {
        gap: 30px;
    }
}

/* Sector-Focused Programs Section */
.sector-programs-section {
    background: white;
    padding: 80px 0;
}

.section-badge {
    display: inline-block;
    background-color: #49a847;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.sector-programs-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 20px;
    text-align: center;
}

.sector-programs-section .section-description {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.6;
}

.program-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-top: 6px solid;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

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

.program-card.food-program {
    border-top-color: var(--primary-red);
}

.program-card.baby-program {
    border-top-color: #d2691e;
}

.program-card.education-program {
    border-top-color: var(--accent-yellow);
}

.program-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.program-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.program-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.program-features li {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
    padding-left: 0;
}

.program-features li::before {
    content: "• ";
    color: #333;
    font-weight: bold;
    margin-right: 8px;
}

.btn-program {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: var(--accent-yellow);
    color: var(--primary-red);
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: auto;
}

.btn-program:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Responsive Design for Sector Programs */
@media (max-width: 992px) {
    .sector-programs-section {
        padding: 60px 0;
    }

    .sector-programs-section .section-title {
        font-size: 2.5rem;
    }

    .program-card {
        padding: 30px 25px;
    }

    .program-card h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .sector-programs-section .section-title {
        font-size: 2.2rem;
    }

    .program-card {
        padding: 25px 20px;
    }

    .program-card h3 {
        font-size: 1.3rem;
    }

    .program-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .sector-programs-section {
        padding: 50px 0;
    }

    .sector-programs-section .section-title {
        font-size: 2rem;
    }

    .program-card {
        margin-bottom: 30px;
    }
}



.testimonials-section {
    position: relative;
    padding: 6rem 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('/static/images/Project124-Montage.png') center/cover;
    z-index: -2; */
}

.testimonials-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #6B0609; */
    opacity: 0.8;
    /* z-index: -1; */
    pointer-events: none;
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    /* z-index: 1; */
}

.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.testimonials-label {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.testimonials-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.testimonials-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Carousel */
.testimonials-carousel {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    padding-top: 50px;
}

.testimonials-track {
    display: flex;
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 1rem;
}

.testimonial-card {
    flex: 0 0 500px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3rem 2.5rem 2.5rem;
    position: relative;
    box-shadow:
        0 10px 25px -5px rgba(0, 0, 0, 0.2),
        0 4px 6px -2px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.6;
    transform: scale(0.9);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.testimonial-card.active {
    opacity: 1;
    transform: scale(1);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.3),
        0 10px 20px -5px rgba(0, 0, 0, 0.2);
    border-color: rgba(251, 191, 36, 0.3);
}

.testimonial-avatar {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fbbf24;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 10;
}

.testimonial-card.active .testimonial-avatar {
    border-color: #f59e0b;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    text-align: center;
    padding-top: 2rem;
}

.testimonial-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 2rem;
    font-style: italic;
    position: relative;
    height: 140px;
}

.testimonial-text::before {
    content: '"';
    font-size: 4rem;
    color: #fbbf24;
    position: absolute;
    top: -1rem;
    left: -1rem;
    font-family: Georgia, serif;
    opacity: 0.3;
}

.testimonial-text::after {
    content: '"';
    font-size: 4rem;
    color: #fbbf24;
    position: absolute;
    bottom: -2rem;
    right: -1rem;
    font-family: Georgia, serif;
    opacity: 0.3;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    /* stack vertically */
    align-items: center;
    /* center horizontally */
    text-align: center;
    /* center the text itself */
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
}


.author-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #8b4513;
    margin-bottom: 0.5rem;
}

.author-title {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
}

/* Controls */
.testimonials-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.control-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.control-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(251, 191, 36, 0.5);
    transform: scale(1.1);
}

.control-btn:active {
    transform: scale(0.95);
}

.control-btn svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .testimonials-title {
        font-size: 2.8rem;
    }

    .testimonial-card {
        flex: 0 0 450px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 4rem 0;
    }

    .testimonials-container {
        padding: 0 1rem;
    }

    .testimonials-title {
        font-size: 2.5rem;
    }

    .testimonials-subtitle {
        font-size: 1.125rem;
    }

    .testimonial-card {
        flex: 0 0 350px;
        padding: 2.5rem 2rem 2rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .control-btn {
        width: 50px;
        height: 50px;
    }

    .control-btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .testimonials-header {
        margin-bottom: 3rem;
    }

    .testimonials-title {
        font-size: 2rem;
    }

    .testimonials-subtitle {
        font-size: 1rem;
    }

    .testimonial-card {
        flex: 0 0 300px;
        padding: 2rem 1.5rem 1.5rem;
    }

    .testimonial-avatar {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .author-name {
        font-size: 1.125rem;
    }

    .author-title {
        font-size: 0.875rem;
    }
}


/* Newsletter Section with Full-Width Curved Top */
.newsletter-section {
    padding: 80px 0 60px;
    position: relative;
    z-index: 2;
    margin-top: -80px;
}

/* Full-width curved top edge */
.newsletter-section::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    height: 80px;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    z-index: -1;
}

/* Remove the ::after element as it's no longer needed */
.newsletter-section::after {
    display: none;
}

.newsletter-section h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.newsletter-section p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-input-group {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
}

.newsletter-input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--accent-yellow);
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-btn {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-btn:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(231, 111, 81, 0.4);
}

/* Footer Content */


.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    height: 50px;
    width: auto;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--accent-yellow);
    transform: translateY(-2px);
}

.footer-heading {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: white;
}

.footer-links a.arrow-link:hover {
    color: var(--accent-yellow);
}

.footer-links a i {
    font-size: 0.8rem;
    opacity: 0.7;
}

.new-badge {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: 8px;
}

.new-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Footer Bottom */
.footer-bottom {
    margin-top: 10px;
    padding: 25px 0;
    border-top: 1px solid white;
    position: relative;
    z-index: 2;
    /* width: 80%; */
    /* Ensures full width */
    /* Added semi-transparent overlay for more color intensity */
}

.waiting-list-hero .footer-bottom {
    margin-top: 10px;
    padding: 25px 0;
    border-top: 1px solid white;
    position: relative;
    z-index: 2;
    width: 80%;
    /* Ensures full width */
    /* Added semi-transparent overlay for more color intensity */
}

.footer-bottom p {
    color: white;
    margin: 0;
    font-size: 0.9rem;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.waiting-list-hero .footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 140px;
}

.footer-bottom-links a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: white;
}

.separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

/* Responsive Design for Footer */
@media (max-width: 992px) {
    .newsletter-section {
        padding: 70px 0 50px;
        margin-top: -70px;
    }

    .newsletter-section::before {
        top: -70px;
        height: 70px;
        border-radius: 0 0 50% 50% / 0 0 100% 100%;
    }

    .newsletter-section::after {
        top: -50px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .newsletter-section {
        padding: 60px 0 40px;
        margin-top: -60px;
    }

    .newsletter-section::before {
        top: -60px;
        height: 60px;
        border-radius: 0 0 50% 50% / 0 0 100% 100%;
    }

    .newsletter-section::after {
        top: -40px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .newsletter-section {
        padding: 50px 0 30px;
        margin-top: -50px;
    }

    .newsletter-section::before {
        top: -50px;
        height: 50px;
        border-radius: 0 0 50% 50% / 0 0 100% 100%;
    }

    .newsletter-section::after {
        top: -35px;
        height: 50px;
    }
}

/* Join Our Community Section */
.community-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.community-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 20px;
    text-align: center;
}

.community-section .section-description {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.6;
}

.community-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

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

.community-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.community-card-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.community-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.community-features li {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
    padding-left: 0;
}

.community-features li::before {
    content: "• ";
    color: #333;
    font-weight: bold;
    margin-right: 8px;
}

.community-signup {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: auto;
}

.community-email-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
}

.community-email-input:focus {
    outline: none;
    border-color: var(--accent-yellow);
}

.btn-community {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: auto;
}

.btn-subscribe {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
}

.btn-subscribe:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
}

.btn-watch {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
}

.btn-watch:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
}

.btn-join {
    background-color: var(--primary-red);
    color: white;
}

.btn-join:hover {
    background-color: #7a1f2a;
    transform: translateY(-2px);
}

/* Innovative Masterclasses Section */
.masterclasses-section {
    background: white;
    padding: 80px 0;
}

.masterclasses-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 20px;
    text-align: center;
}

/* Innovative Masterclasses Section */
.transform-idea-section {
    padding: 80px 0;
}

.transform-idea-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 20px;
    text-align: center;
}

.underlined {
    text-decoration: underline;
    text-decoration-color: var(--primary-red);
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
}

.masterclasses-section .section-description {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 1.6;
}

.masterclass-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

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

.masterclass-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
}

.masterclass-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

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

.masterclass-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 3;
}

.masterclass-badge.interactive {
    background-color: var(--primary-red);
    color: white;
}

.masterclass-badge.online {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
}

.play-button-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-red);
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 3;
    cursor: pointer;
}

.play-button-bottom:hover {
    background: white;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.masterclass-text-overlay {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    max-width: 60%;
    z-index: 2;
}

.masterclass-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive Design for Masterclasses */
@media (max-width: 992px) {
    .masterclasses-section {
        padding: 60px 0;
    }

    .masterclasses-section .section-title {
        font-size: 2.5rem;
    }

    .masterclass-image {
        height: 250px;
    }

    .masterclass-title {
        font-size: 1.5rem;
    }

    .masterclass-text-overlay {
        max-width: 55%;
        right: 15px;
    }
}

@media (max-width: 768px) {
    .masterclasses-section .section-title {
        font-size: 2.2rem;
    }

    .masterclass-image {
        height: 200px;
    }

    .masterclass-title {
        font-size: 1.3rem;
    }

    .play-button-bottom {
        width: 45px;
        height: 45px;
        font-size: 16px;
        bottom: 15px;
        left: 15px;
    }

    .masterclass-text-overlay {
        max-width: 50%;
        right: 10px;
    }
}

@media (max-width: 576px) {
    .masterclasses-section {
        padding: 50px 0;
    }

    .masterclasses-section .section-title {
        font-size: 2rem;
    }

    .masterclass-title {
        font-size: 1.1rem;
    }

    .play-button-bottom {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .masterclass-text-overlay {
        max-width: 45%;
    }
}

/* Responsive Design for Community and Masterclasses */
@media (max-width: 992px) {
    .community-section {
        padding: 60px 0;
    }

    .community-section .section-title,
    .masterclasses-section .section-title {
        font-size: 2.5rem;
    }

    .community-card {
        padding: 30px 25px;
    }

    .masterclasses-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {

    .community-section .section-title,
    .masterclasses-section .section-title {
        font-size: 2.2rem;
    }

    .community-card {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .community-card-title {
        font-size: 1.4rem;
    }

    .community-card-description {
        font-size: 0.95rem;
    }

    .masterclass-image {
        height: 200px;
    }

    .masterclass-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {

    .community-section,
    .masterclasses-section {
        padding: 50px 0;
    }

    .community-section .section-title,
    .masterclasses-section .section-title {
        font-size: 2rem;
    }

    .community-signup {
        gap: 12px;
    }

    .masterclass-content {
        padding: 20px 15px;
    }

    .play-button {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

/* Animation for page load */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Scrolled Navigation State */
.main-navigation.scrolled {
    background-color: rgba(139, 38, 53, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Curvy Underline for Masterclasses */
.underlined-curvy {
    position: relative;
    display: inline-block;
}

.underlined-curvy::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-red);
    border-radius: 50px;
    transform: rotate(-1deg) scaleY(0.8);
}

/* Enhanced Masterclass Cards with Color Overlay */
.masterclass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(139, 38, 53, 0.6) 0%,
            rgba(244, 162, 97, 0.4) 50%,
            rgba(139, 38, 53, 0.7) 100%);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.masterclass-card:hover .masterclass-overlay {
    opacity: 0.9;
}

/* Ready to Transform Your Idea Section - Solid Colors */
.transform-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: white;
    font-size: 32px;
    transition: transform 0.3s ease;
}

.transform-card:hover .transform-icon {
    transform: scale(1.1);
}

.apply-icon {
    background-color: var(--accent-yellow);
}

.partner-icon {
    background-color: var(--accent-yellow);
}

.invest-icon {
    background-color: #6a994e;
}

.btn-transform {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: auto;
    min-width: 150px;
}

.btn-apply {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
}

.btn-apply:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(231, 111, 81, 0.4);
    text-decoration: none;
}

.btn-partner {
    background-color: var(--accent-yellow);
    color: var(--primary-red);
}

.btn-partner:hover {
    background-color: #e76f51;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(231, 111, 81, 0.4);
    text-decoration: none;
}

.btn-invest {
    background-color: #6a994e;
    color: white;
}

.btn-invest:hover {
    background-color: #52b788;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(106, 153, 78, 0.4);
    color: white;
    text-decoration: none;
}

/* Responsive Design for Transform Section */
@media (max-width: 992px) {
    .transform-idea-section {
        padding: 60px 0;
    }

    .transform-idea-section .section-title {
        font-size: 2.5rem;
    }

    .transform-card {
        padding: 35px 25px;
    }

    .transform-card-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .transform-idea-section .section-title {
        font-size: 2.2rem;
    }

    .transform-card {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .transform-card-title {
        font-size: 1.5rem;
    }

    .transform-card-description {
        font-size: 0.95rem;
    }

    .transform-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .transform-idea-section {
        padding: 50px 0;
    }

    .transform-idea-section .section-title {
        font-size: 2rem;
    }

    .transform-card {
        padding: 25px 15px;
    }

    .transform-card-title {
        font-size: 1.4rem;
    }

    .btn-transform {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

/* Ready to Transform Your Idea Section - Solid Colors */
.transform-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid #e1e5e9;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

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

.transform-card.apply-card:hover {
    border-color: var(--accent-yellow);
}

.transform-card.partner-card:hover {
    border-color: var(--accent-yellow);
}

.transform-card.invest-card:hover {
    border-color: #6a994e;
}

.transform-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.transform-card.apply-card::before {
    background: var(--accent-yellow);
}

.transform-card.partner-card::before {
    background: var(--accent-yellow);
}

.transform-card.invest-card::before {
    background: #6a994e;
}

/* ===== WAITING LIST PAGE STYLES ===== */
.waiting-list-hero {
    background-color: var(--primary-red);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding-top: 120px;
    /* Add space for navigation */
}

.waiting-list-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.waiting-list-hero .background-pattern {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.waiting-list-hero .container {
    position: relative;
    z-index: 2;
    /* Reduce from 10 to 2 */
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}

.waiting-list-hero .hero-content {
    color: white;
    padding-right: 40px;
}

.waiting-list-hero .hero-title-auth {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
    color: white;
    font-family: 'Sohne', sans-serif;
    width: 400px;
}


@keyframes rocket3DFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(3deg);
    }
}

/* Remove the old rocket icon styles and replace with 3D version */
.waiting-list-hero .rocket-icon {
    display: none;
}

.waiting-list-hero .hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
}

.waiting-list-hero .powered-by-section {
    margin-top: 60px;
}

.waiting-list-hero .powered-by-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    font-weight: 500;
}

.waiting-list-hero .partner-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 160px;
}

.waiting-list-hero .partner-logo {
    height: 35px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    filter: brightness(0) invert(1);
}

.waiting-list-hero .partner-logo:hover {
    opacity: 1;
}

/* Waiting List Form Styles */
.waiting-list-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.waiting-list-form .form-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

.waiting-list-form .form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.waiting-list-form .form-subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: #717171;
    margin-bottom: 30px;
    text-align: center;
}

.waiting-list-form .form-group {
    margin-bottom: 25px;
}

.waiting-list-form .form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
}

.waiting-list-form .required {
    color: #e74c3c;
}

.waiting-list-form .form-control {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.waiting-list-form .form-control:focus {
    outline: none;
    border-color: var(--accent-yellow);
    background-color: white;
    box-shadow: 0 0 0 3px rgba(244, 162, 97, 0.1);
}

.waiting-list-form .form-control::placeholder {
    color: #adb5bd;
}

.waiting-list-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 40px;
    appearance: none;
    cursor: pointer;
}

.waiting-list-form .btn-submit {
    width: 100%;
    background-color: var(--primary-red);
    color: white;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.waiting-list-form .btn-submit:hover {
    background-color: #7a1f2a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 38, 53, 0.3);
}

.waiting-list-form .btn-secondary {
    width: 100%;
    background-color: none;
    color: #333;
    padding: 16px 24px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.waiting-list-form .btn-secondary:hover {
    /* background-color: #7a1f2a; */
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 38, 53, 0.3);
}

/* Waiting List Footer Section */
.waiting-list-hero .footer-section {
    /* background-color: rgba(139, 38, 53, 0.9); */
    padding: 20px 0;
    position: relative;
    z-index: 2;
    margin-top: auto;
}



.waiting-list-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.waiting-list-hero .footer-left p {
    margin: 0;
}

.waiting-list-hero .footer-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.waiting-list-hero .footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.waiting-list-hero .footer-link:hover {
    color: white;
}

.waiting-list-hero .separator {
    color: rgba(255, 255, 255, 0.5);
}

/* Waiting List Responsive Design */
@media (max-width: 992px) {
    .waiting-list-hero {
        padding-top: 100px;
        /* Adjust for smaller screens */
    }

    .waiting-list-hero .rocket-3d-showcase {
        height: 70px;
    }
}

@media (max-width: 768px) {
    .waiting-list-hero {
        padding-top: 80px;
    }

    .waiting-list-hero .rocket-3d-showcase {
        height: 60px;
    }
}

@media (max-width: 576px) {
    .waiting-list-hero {
        padding-top: 60px;
    }

    .waiting-list-hero .rocket-3d-showcase {
        height: 50px;
        margin-left: 10px;
    }
}

/* Hide main navigation and footer on waiting list page */
body[data-page="waiting-list"] .top-header-bar,
body[data-page="waiting-list"] .main-navigation,
body[data-page="waiting-list"] .main-footer {
    display: none !important;
}

/* Alternative: Hide footer when waiting-list-hero section is present */
.waiting-list-hero~.main-footer,
.waiting-list-hero+.main-footer {
    display: none !important;
}

/* More specific rule for waiting list page */
.waiting-list-hero {
    /* Ensure the waiting list hero takes full viewport */
    min-height: 100vh;
}

/* Hide footer if it comes after waiting list content */
.waiting-list-hero~*:is(.main-footer, footer.main-footer) {
    display: none !important;
}



.footer-container {
    position: relative;
    background-color: #fff;
    padding-top: 60px;
}

.arched-footer {
    position: relative;
    background-image: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/footer-background-YkIygdRsCIlL5SBJMxheP8B4MyoSuj.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    clip-path: ellipse(100% 100% at 50% 100%);
    padding: 80px 40px 40px;
    color: white;
    overflow: hidden;
}

.arched-footer::before {
    content: "";
    background-color: #6B0609;
    opacity: 0.9;
    width: 200%;
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    height: 1000%;
    border-radius: 50%;
    z-index: -1;
}

.footer-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .arched-footer {
        padding: 60px 20px 30px;
        clip-path: ellipse(120% 100% at 50% 100%);
    }

    .newsletter-section h2 {
        font-size: 2rem;
    }

    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter-input {
        min-width: auto;
        width: 100%;
    }

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

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

.underlined-text {
    position: relative;
    display: inline-block;
}

.underlined-text::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='300' height='30' viewBox='0 0 300 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 25 Q150 5 285 25' stroke='%23FF9A15' stroke-width='4' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

/* Cards grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

/* Card styles */
.pillar {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    padding: 0;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.pillar:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.15),
        0 10px 10px -5px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.pillar:hover::before {
    opacity: 1;
}

/* Card header */
.card-header {
    padding: 2.5rem 2.5rem 1rem;
    position: relative;
}

.card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 24px 24px 0 0;
    transition: height 0.3s ease;
}

.pillar:hover .card-accent {
    height: 6px;
}

/* Icon styles */
.icon-container {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.icon {
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
}

.pillar:hover .icon-container {
    transform: scale(1.1);
}

.pillar:hover .icon {
    transform: scale(1.2);
}

/* Visibility card colors */
.card-visibility .card-accent {
    background: var(--primary-red);
}

.card-visibility .icon-container {
    background: var(--primary-red);
    color: white;
}

/* Impact card colors */
.card-impact .card-accent {
    background: var(--accent-yellow);
}

.card-impact .icon-container {
    background: var(--accent-yellow);
    color: white;
}

/* Profitability card colors */
.card-profitability .card-accent {
    background: var(--primary-red);
}

.card-profitability .icon-container {
    background: var(--primary-red);
    color: white;
}

/* Card content */
.pillar-card-content {
    padding: 0 2.5rem 2rem;
}

.card-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1e293b;
    line-height: 1.3;
}

.pillar-card-description {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.7;
}

/* Features list */
.pillar-card-features {
    list-style: none;
    margin-bottom: 2rem;
}

.pillar-card-features li {
    padding: 0.75rem 0;
    color: #475569;
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.pillar-card-features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #94a3b8;
    font-weight: 600;
    transition: all 0.2s ease;
}

.card:hover .pillar-card-features li::before {
    transform: translateX(4px);
}

.card-visibility:hover .pillar-card-features li::before {
    color: #8b4513;
}

.card-impact:hover .pillar-card-features li::before {
    color: #d97706;
}

.card-profitability:hover .pillar-card-features li::before {
    color: #f59e0b;
}

/* Card footer */
.pillar-card-footer {
    padding: 0 2.5rem 2.5rem;
}

.learn-more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.95rem;
    color: #64748b;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.learn-more::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.3s ease;
}

.pillar:hover .learn-more::after {
    width: 100%;
}

.card-visibility:hover .learn-more {
    color: var(--primary-red);
}

.card-impact:hover .learn-more {
    color: var(--accent-yellow);
}

.card-profitability:hover .learn-more {
    color: var(--primary-red);
}

/* Responsive design */
@media (max-width: 1024px) {
    .cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 2rem;
    }

    .main-title {
        font-size: 2.8rem;
    }

    .container {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1.125rem;
    }

    .pillar {
        margin: 0 auto;
        max-width: 400px;
    }

    .card-header {
        padding: 2rem 2rem 1rem;
    }

    .pillar-card-content {
        padding: 0 2rem 1.5rem;
    }

    .pillar-card-footer {
        padding: 0 2rem 2rem;
    }

    .icon-container {
        width: 70px;
        height: 70px;
    }

    .icon {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 2rem 1rem;
    }

    .main-title {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .card-title {
        font-size: 1.5rem;
    }

    .pillar-card-description {
        font-size: 0.95rem;
    }
}

.form-check-label {
    color: #333;
    font-size: small;
}

.toggle-password {
    position: absolute;
    top: calc(50% + 1rem);
    right: 12px;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.toggle-password i {
    color: #717171;
}


/* Overlay */
.admuser-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

/* Modal Container */
.admuser-modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem;
    width: 480px;
    max-width: 90%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    animation: fadeIn 0.25s ease;
    font-family: system-ui, sans-serif;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header container */
.admuser-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}

/* Title + subtitle stack */
.admuser-modal-header-left {
    display: flex;
    flex-direction: column;
}

/* Title styling */
.admuser-modal-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

/* Subtitle below title */
.admuser-modal-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.25rem;
}

/* Close button */
.admuser-close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    transition: color 0.2s ease;
    margin-left: 1rem;
}

.admuser-close-btn:hover {
    color: #c4544b;
}

.admuser-modal-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
}

.admuser-close-btn {
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: #666;
}

.admuser-close-btn:hover {
    color: #000;
}

/* Form Layout */
.admuser-form-group,
.admuser-row {
    margin-bottom: 1rem;
}

.admuser-row {
    display: flex;
    gap: 1rem;
}

.admuser-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.admuser-form-group label,
.admuser-col label {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
    color: #444;
}

/* Inputs */
.admuser-form-group input,
.admuser-form-group select,
.admuser-col input,
.admuser-col select {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.admuser-form-group input:focus,
.admuser-form-group select:focus,
.admuser-col input:focus,
.admuser-col select:focus {
    border-color: #c2c2c2;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(196, 84, 75, 0.15);
}

/* File Upload */
.admuser-file-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f8f8;
}

.admuser-file-wrapper input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.admuser-file-label {
    flex: 1;
    padding: 0.6rem 0.8rem;
    color: #666;
    font-size: 0.9rem;
}

.admuser-file-btn {
    background: #e5e5e5;
    color: #333;
    border: none;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.admuser-file-btn:hover {
    background: #d8d8d8;
}

/* Footer Buttons */
.admuser-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.admuser-cancel-btn {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.admuser-cancel-btn:hover {
    background: #ebebeb;
}

.admuser-submit-btn {
    background: #c4544b;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s;
}

.admuser-submit-btn:hover {
    background: #a8433b;
}

/* Spinner for loading effect */
.admuser-loading {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #fff;
    border-radius: 50%;
    animation: admuser-spin 0.8s linear infinite;
    vertical-align: middle;
    margin-right: 6px;
}

@keyframes admuser-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Normalize select styling across browsers (especially Safari) */
.admuser-form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
    transition: all 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23888' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 0.8rem auto;
}

/* Add consistent focus style */
.admuser-form-group select:focus {
    border-color: #c2c2c2;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(196, 84, 75, 0.15);
}

/* Fix padding on Safari so height matches input fields */
@supports (-webkit-appearance: none) {
    .admuser-form-group select {
        line-height: 1.4;
        padding-right: 2rem;
        /* extra space for custom arrow */
    }
}

/* Base Layout Fixes */
.main-navigation {
    margin-top: 0;
    position: relative;
    z-index: 1000;
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

/* Hide mobile toggle on desktop */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 26px;
    height: 3px;
    background: #fff;
    display: block;
    transition: all .3s ease;
}

/* Mobile Menu Default Hidden */
.nav-menu {
    display: flex;
    gap: 25px;
}

@media (max-width: 992px) {

    /* Show toggle */
    .mobile-menu-toggle {
        display: flex;
    }

    /* Stack items */
    .navbar-content {
        flex-wrap: wrap;
    }

    /* Hide menu initially */
    .navbar-menu-section {
        width: 100%;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
    }

    .navbar-auth-section {
        display: none;
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
    }

    .nav-menu.active {
        display: flex;
    }

    /* Auth buttons stack */
    .navbar-auth-section {
        width: 100%;
        margin-top: 10px;
    }

    .auth-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    /* Mega-menus disabled on mobile */
    .mega-dropdown:hover .mega-menu {
        display: none !important;
    }
}



.hero-background .nx-bg-bubble {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.4;
}

/* --- Background Bubbles --- */
.nx-bg-bubble-1 {
    width: 400px;
    height: 400px;
    top: 12%;
    right: 10%;
    background: rgba(255, 138, 0, 0.3);
    animation: nx-pulseBubble 5s infinite ease-in-out;
}

.nx-bg-bubble-2 {
    width: 320px;
    height: 320px;
    bottom: 20%;
    left: 8%;
    background: rgba(255, 138, 0, 0.2);
    animation: nx-pulseBubble 7s infinite ease-in-out;
}

.nx-bg-bubble-3 {
    width: 300px;
    height: 300px;
    top: 45%;
    left: 45%;
    background: rgba(255, 255, 255, 0.1);
    animation: nx-pulseBubble 6s infinite ease-in-out;
}

@keyframes nx-pulseBubble {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.4;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.7;
    }
}

.founder-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
    width: 100%;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select-display {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    color: #333;
}

.custom-select-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    max-height: 260px;
    overflow: hidden;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-select-search {
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
}

.custom-select-options {
    max-height: 220px;
    overflow-y: auto;
}

.custom-select-option {
    padding: 10px;
    cursor: pointer;
    color: #333;
}

.custom-select-option:hover {
    background: #f0f0f0;
}