body {
    font-family: 'Roboto', sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

.navbar {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff !important;
}

    .navbar-brand span {
        font-size: 16px;
        font-weight: 400;
    }

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 0.6rem;
    transition: color 0.3s ease;
}

    .navbar-nav .nav-link:hover {
        color: #00FF8C !important;
    }

.social-icons a {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
    text-decoration: none;
}

.new-drop-menu {
    background: #030304;
    color: #fff;
    border: 1px solid #00ff8c;
}

    .new-drop-menu .dropdown-item {
        color: #fff !important;
    }

        .new-drop-menu .dropdown-item:hover {
            background-color: #00ff8c !important;
        }

.social-icons a:hover {
    color: #00FF8C;
}

.register-btn {
    background: #00FF8C;
    color: #000;
    padding: 0.3rem 1rem;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .register-btn:hover {
        background: #00e67a;
        color: #000;
        transform: translateY(-2px);
    }

.hero-section {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://readdy.ai/api/search-image?query=dynamic%20dance%20competition%20stage%20with%20colorful%20spotlights%20purple%20pink%20green%20blue%20lighting%20effects%20dancers%20performing%20on%20dark%20stage%20professional%20photography%20cinematic%20atmosphere&width=1920&height=1080&seq=hero-bg&orientation=landscape');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 125px;
    padding-bottom: 25px;
}

.status-badges {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.badge-live {
    background: #FF4444;
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.badge-auditions {
    background: #00FF8C;
    color: #000;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.hero-title {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 0.8;
    margin-bottom: 0;
}

.season-text {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #00FF8C -2%, #FF4081 44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 0.8;
}

.hero-description {
    font-size: 1rem;
    color: #ccc;
    margin: 2rem 0;
    max-width: 500px;
}

.judge-info {
    display: flex;
    align-items: center;
    margin: 2rem 0 1rem 0rem;
}

.judge-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
    border: 2px solid #00e67a;
}

    .judge-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

.judge-name {
    font-weight: 600;
    margin-bottom: 0;
    color: #00e67a;
}

.judge-title {
    font-size: 0.9rem;
    color: #ccc;
}

.countdown-container {
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 15px;
    margin: 2rem 0;
    max-width: 204px;
}

.countdown-title {
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.countdown-timer {
    display: flex;
    gap: 1rem;
}

.countdown-item {
    text-align: center;
}

.countdown-number {
    font-size: 2rem;
    font-weight: 700;
    color: #00FF8C;
    display: block;
}

.countdown-label {
    font-size: 0.8rem;
    color: #ccc;
    text-transform: uppercase;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    align-items: center;
}

.btn-primary-custom {
    background: #00FF8C;
    color: #000;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

    .btn-primary-custom:hover {
        background: #00e67a;
        color: #000;
        transform: translateY(-2px);
    }

.btn-secondary-custom {
    background: transparent;
    color: #fff;
    padding: 0.8rem 2rem;
    border: 2px solid #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-secondary-custom:hover {
        background: #fff;
        color: #000;
    }

.featured-dancer {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 300px;
    border: 1px solid #00e67a;
    height: 400px;
    transform: translateY(-50%);
    background: url('https://readdy.ai/api/search-image?query=professional%20dancer%20woman%20in%20black%20outfit%20confident%20pose%20studio%20lighting%20elegant%20dance%20position%20contemporary%20style&width=300&height=400&seq=featured-dancer&orientation=portrait');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
}

    .featured-dancer img {
        border-radius: 20px;
        width: 100%;
        height: 100%;
    }

.dancer-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #00FF8C;
    color: #000;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
}

.carousel-indicators {
    gap: 8px;
}

    .carousel-indicators button {
        width: 12px !important;
        height: 12px !important;
        background: #869180 !important;
        border-radius: 50% !important;
        box-sizing: border-box;
        border: none !important;
    }

        .carousel-indicators button.active {
            background: #00e67a !important;
        }

.indicator-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

    .indicator-dot.active {
        background: #00FF8C;
    }

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 4rem;
    }

    .season-text {
        font-size: 3rem;
    }

    .featured-dancer {
        position: static;
        transform: none;
        width: 100%;
        height: 300px;
        margin-top: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .countdown-timer {
        justify-content: space-between;
    }

    .countdown-number {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 3rem;
    }

    .season-text {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .social-icons {
        justify-content: center;
        margin-top: 1rem;
    }
}

/* ==================================Section 2======================== */
.stats-container {
    background-color: #2C3E50;
    padding: 2rem 0;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.stat-item {
    text-align: center;
    padding: 1rem;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
}

.icon-green {
    background-color: #4AE087;
}

.icon-pink {
    background-color: #FF69B4;
}

.icon-blue {
    background-color: #4A90E2;
}

.icon-coral {
    background-color: #FF6B6B;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: #BDC3C7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 2rem;
    }

    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .stats-container {
        padding: 1.5rem 0;
    }
}

@media (max-width: 576px) {
    .stat-number {
        font-size: 1.8rem;
    }

    .stat-icon {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }
}

/* ==================================Section 2 eND======================== */
/* ==================================Section 3 Start======================== */
.main-container {
    color: #ffffff;
    min-height: 100vh;
    padding: 4rem 0;
}

.header-section {
    text-align: center;
    margin-bottom: 3rem;
}

.header-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

    .header-title .featured {
        color: #ffffff;
    }

    .header-title .videos {
        color: #4ade80;
    }

.header-subtitle {
    color: #94a3b8;
    font-size: 1.1rem;
}

.video-section {
    background-color: #232936;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}

.video-player {
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

    .video-player iframe {
        width: 100%;
        height: 100%;
    }

.video-duration {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}

.video-info {
    padding: 1.5rem;
}

.video-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.video-meta {
    color: #94a3b8;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.video-description {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.action-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-primary-custom-feature {
    background-color: #4ade80;
    border: none;
    color: #1a1f2e;
    font-weight: 500;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .btn-primary-custom-feature:hover {
        background-color: #22c55e;
        color: #1a1f2e;
    }

.sidebar {
    background-color: #232936;
    border-radius: 12px;
    padding: 1.5rem;
}

.sidebar-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.video-card {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 0.75rem;
}

    .video-card:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .video-card:last-child {
        margin-bottom: 0;
    }

.video-thumbnail {
    width: 80px;
    height: 45px;
    background-color: #334155;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    position: relative;
}

.video-card-info {
    flex: 1;
    min-width: 0;
}

.video-card-title {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-card-meta {
    color: #94a3b8;
    font-size: 0.75rem;
}

.activate-windows {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    color: #64748b;
    font-size: 0.875rem;
    text-align: right;
}

@media (max-width: 991.98px) {
    .main-container {
        padding: 2rem 0;
    }

    .header-title {
        font-size: 2rem;
    }

    .sidebar {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .header-title {
        font-size: 1.75rem;
    }

    .action-buttons {
        justify-content: center;
    }

    .video-card {
        gap: 0.5rem;
    }

    .video-thumbnail {
        width: 60px;
        height: 34px;
    }
}

/* ==================================Section 3 eND======================== */
/* ==================================Section 4 Start======================== */
.main-container-2 {
    background-color: #1f2937;
    color: white;
    padding: 4rem 0rem;
    min-height: 100vh;
}

.header-section {
    text-align: center;
    margin-bottom: 4rem;
}

.main-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.title-green {
    color: #4ade80;
}

.subtitle {
    color: #9ca3af;
    font-size: 1.1rem;
}

.dance-card {
    background-color: #111827;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
    transition: transform 0.3s ease;
}

    .dance-card iframe {
        width: 100%;
        height: 200px;
    }

    .dance-card:hover {
        transform: translateY(-5px);
    }

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.new-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ef4444;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: bold;
    z-index: 10;
}

.card-content {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: white;
}

.card-description {
    color: #9ca3af;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.card-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.detail-item {
    text-align: left;
}

.detail-label {
    color: #9ca3af;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.detail-value {
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
}

.apply-btn {
    width: 100%;
    background-color: #4ade80;
    border: none;
    color: white;
    padding: 0.75rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

    .apply-btn:hover {
        background-color: #22c55e;
        color: white;
    }

.whole-theme .judge-image::after {
    display: none !important;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }

    .main-container-2 {
        padding: 2rem 1rem;
    }
}

/* ==================================Section 4 eND======================== */
/* ==================================Section 5 Start======================== */
.header-pre {
    text-align: center;
    padding: 60px 0 40px;
}

    .header-pre .headering-header {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .header-pre p {
        color: #8B949E;
    }

.process-step {
    position: relative;
    text-align: center;
    padding: 20px;
    z-index: 3;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #40C057;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: bold;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00FF8C;
    margin: 20px auto;
    font-size: 20px;
}

.step-title {
    font-size: 1.5rem;
    margin: 15px 0;
}

.step-description {
    color: #8B949E;
    margin-bottom: 20px;
}

.pro-tips {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

    .pro-tips h6 {
        color: #40C057;
        margin-bottom: 15px;
    }

    .pro-tips ul {
        list-style: none;
        padding: 0;
    }

    .pro-tips li {
        color: #8B949E;
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
    }

        .pro-tips li:before {
            content: "✓";
            color: #40C057;
            position: absolute;
            left: 0;
        }

.cta-section {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 40px 20px;
    margin: 60px auto;
    max-width: 800px;
}

.btn-primary-2 {
    background-color: #40C057;
    border: none;
    padding: 10px 30px;
    margin: 10px;
}

.btn-outline-new-cus {
    border: 2px solid #40C057;
    color: #40C057;
    background: transparent;
    padding: 10px 30px;
    margin: 10px;
}

@media (min-width: 768px) {
    .process-steps {
        display: flex;
        justify-content: space-between;
    }

    .process-step {
        flex: 1;
        margin: 0 5px;
    }

        .process-step:not(:last-child):after {
            content: "";
            position: absolute;
            top: 35px;
            right: -50%;
            width: 100%;
            height: 2px;
            background: #40C057;
            z-index: -1;
        }
}

/* ==================================Section 5 eND======================== */
/* ==================================Section 6 Start======================== */
.bg-all {
    background-color: #0F1729;
    padding: 4rem 0;
    color: white;
}

.main-title-6 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

    .main-title-6 .highlight {
        color: #4ADE80;
    }

.subtitle {
    color: #9CA3AF;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.judge-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
    position: relative;
}

    .judge-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    }

.judge-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.judge-image-large {
    height: auto;
}

.judge-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.judge-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.dance-style {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #4ADE80;
    color: #0F1729;
    padding: 0.4rem 0.8rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
}

.judge-info-new {
    padding: 1.5rem;
}

.judge-name-new {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.judge-role-name {
    color: #4ADE80;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.judge-description {
    color: #9CA3AF;
    font-size: 0.85rem;
    line-height: 1.5;
}

.mentorship-section {
    margin-top: 4rem;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 1.5rem;
    text-align: center;
}

.mentorship-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.mentorship-description {
    color: #9CA3AF;
    font-size: 1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.mentorship-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.mentorship-tag {
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .mentorship-tag:hover {
        transform: scale(1.05);
    }

.tag-feedback {
    background: #4ADE80;
    color: #0F1729;
}

.tag-technique {
    background: #EC4899;
    color: white;
}

.tag-guidance {
    background: #3B82F6;
    color: white;
}

.tag-network {
    background: #F97316;
    color: white;
}

@media (max-width: 768px) {
    .main-title-6 {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .mentorship-section {
        margin-top: 3rem;
        padding: 2rem 1rem;
    }

    .mentorship-title {
        font-size: 1.75rem;
    }

    .mentorship-tags {
        flex-direction: column;
        align-items: center;
    }

    .mentorship-tag {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 576px) {
    .main-title-6 {
        font-size: 2rem;
    }

    .judge-image {
        height: 250px;
    }

    .judge-info-new {
        padding: 1rem;
    }
}

/* ==================================Section 6 eND======================== */
/* ==================================Section 7 Start======================== */
.partners-container {
    background-color: #1a1f2d;
    color: #ffffff;
    padding: 3rem 0px;
}

.partners-header {
    text-align: center;
    margin-bottom: 3rem;
}

.partners-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

    .partners-title .highlight {
        color: #00d4aa;
    }

.partners-subtitle {
    font-size: 1.1rem;
    color: #a0a9b8;
    margin-bottom: 2.5rem;
}

.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-tab {
    background-color: #2a3441;
    border: none;
    color: #a0a9b8;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .filter-tab.active {
        background-color: #00d4aa;
        color: #1a1f2d;
    }

    .filter-tab:hover {
        background-color: #3a4551;
    }

    .filter-tab.active:hover {
        background-color: #00c49a;
    }

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.partner-card {
    background-color: #2a3441;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #3a4551;
}

    .partner-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

.partner-logo {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .partner-logo i {
        font-size: 2.5rem;
        color: #1a1f2d;
    }

.partner-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.partner-type {
    font-size: 0.9rem;
    color: #00d4aa;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.partner-description {
    font-size: 0.85rem;
    color: #a0a9b8;
}

@media (max-width: 768px) {
    .partners-container {
        padding: 1.5rem 0rem;
    }

    .partners-title {
        font-size: 2rem;
    }

    .partners-subtitle {
        font-size: 1rem;
    }

    .filter-tabs {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 0.5rem;
    }

        .filter-tabs::-webkit-scrollbar {
            height: 4px;
        }

        .filter-tabs::-webkit-scrollbar-track {
            background: #2a3441;
            border-radius: 2px;
        }

        .filter-tabs::-webkit-scrollbar-thumb {
            background: #00d4aa;
            border-radius: 2px;
        }

    .partners-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .partner-card {
        padding: 1.5rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .partners-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ==================================Section 7 eND======================== */
/* ==================================Section 8 Start======================== */
.partnership-section {
    color: #ffffff;
    background: linear-gradient(135deg, #1a1f2b 0%, #2c3e50 100%);
    padding: 4rem 0;
    min-height: 100vh;
}

.section-title-7 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #ffffff;
}

.section-subtitle-7 {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #94a3b8;
    font-weight: 400;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 5rem;
}

.benefit-card {
    text-align: center;
    padding: 1.5rem;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #ffffff;
}

.icon-green {
    background-color: #10b981;
}

.icon-pink {
    background-color: #ec4899;
}

.icon-blue {
    background-color: #3b82f6;
}

.icon-red {
    background-color: #ef4444;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.benefit-description {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.6;
}

.cta-section {
    text-align: center;
    padding-top: 2rem;
}

.cta-title-7 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.cta-description-7 {
    font-size: 1.125rem;
    color: #94a3b8;
    margin-bottom: 2rem;
}

.cta-button-7 {
    background-color: #10b981;
    color: #ffffff;
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

    .cta-button-7:hover {
        background-color: #059669;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
    }

@media (max-width: 768px) {
    .section-title-7 {
        font-size: 2rem;
    }

    .cta-title-7 {
        font-size: 1.75rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 3rem;
    }

    .partnership-section {
        padding: 2rem 0;
    }
}

@media (max-width: 576px) {
    .section-title-7 {
        font-size: 1.75rem;
    }

    .cta-title-7 {
        font-size: 1.5rem;
    }

    .benefit-icon {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
}

/* ==================================Section 8 eND======================== */
/* ==================================Section 9 Start======================== */
.index-9-contain {
    background-color: #1A1B26;
    color: #ffffff;
}

.header-section-9 {
    margin-bottom: 60px;
}

.main-title-9 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: auto;
    text-align: center;
}

.green-text {
    color: #2ECA7F;
}

.subtitle-9 {
    font-size: 1.1rem;
    color: #9CA3AF;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.prize-cards-section {
    margin-bottom: 80px;
}

.prize-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
}

    .prize-card:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(46, 202, 127, 0.3);
    }

.prize-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
}

.prize-list {
    list-style: none;
    padding: 0;
}

    .prize-list li {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        font-size: 1rem;
        color: #E5E7EB;
    }

        .prize-list li:before {
            content: "✓";
            color: #2ECA7F;
            font-weight: bold;
            margin-right: 12px;
            font-size: 1.2rem;
        }

.special-awards-section {
    margin-top: 80px;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: #ffffff;
}

.award-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

    .award-card:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(46, 202, 127, 0.3);
    }

.award-icon {
    width: 60px;
    height: 60px;
    background-color: #2ECA7F;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
}

.award-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.award-amount {
    font-size: 1rem;
    font-weight: 600;
    color: #2ECA7F;
}

@media (max-width: 768px) {
    .main-title-9 {
        font-size: 2.2rem;
    }

    .subtitle-9 {
        font-size: 1rem;
    }

    .prize-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .award-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .main-title-9 {
        font-size: 1.8rem;
    }

    .header-section-9 {
        margin-bottom: 40px;
    }

    .special-awards-section {
        margin-top: 60px;
    }

    .section-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}

/* ==================================Section 9 eND======================== */
/* ==================================Section 10 Start======================== */
.index-10-contain {
    color: #ffffff;
    background-color: #0F1218;
    min-height: 100vh;
}

.experience-card {
    background-color: #171C23;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-bottom: 3rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.experience-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
}

.feature-list-9 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item-9 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
}

.feature-icon-9 {
    width: 24px;
    height: 24px;
    background-color: #36F195;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

    .feature-icon-9::after {
        content: '✓';
        color: #000;
        font-weight: bold;
        font-size: 0.8rem;
    }

.feature-content h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

.feature-content p {
    color: #8B9299;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.stage-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #4A1A4A, #1A1A4A);
    border-radius: 0.75rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

    .stage-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 30%, #FF4444 2px, transparent 2px), radial-gradient(circle at 80% 30%, #FF4444 2px, transparent 2px), linear-gradient(45deg, transparent 40%, #4A90E2 42%, #4A90E2 58%, transparent 60%), linear-gradient(-45deg, transparent 40%, #4A90E2 42%, #4A90E2 58%, transparent 60%), linear-gradient(135deg, transparent 30%, #87CEEB 32%, #87CEEB 68%, transparent 70%);
        background-size: 100% 100%, 100% 100%, 20% 100%, 20% 100%, 15% 100%;
        background-position: 0 0, 0 0, 10% 0, 30% 0, 50% 0;
        animation: lightShow 3s ease-in-out infinite alternate;
    }

@keyframes lightShow {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}

.watch-btn {
    background-color: #36F195;
    color: #000;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    .watch-btn:hover {
        background-color: #2EE085;
        color: #000;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(54, 241, 149, 0.3);
    }

.prize-section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.prize-card {
    background: linear-gradient(135deg, #1A2F1A, #0F1F0F);
    border: 2px solid #36F195;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
}

.prize-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.prize-amount {
    color: #36F195;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(54, 241, 149, 0.3);
}

.prize-subtitle {
    color: #8B9299;
    font-size: 1rem;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .experience-card {
        padding: 2rem 1.5rem;
    }

    .experience-title {
        font-size: 1.75rem;
    }

    .prize-amount {
        font-size: 2.5rem;
    }

    .stage-image {
        height: 150px;
    }

    .feature-item-9 {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 576px) {
    .experience-title {
        font-size: 1.5rem;
    }

    .prize-amount {
        font-size: 2rem;
    }

    .prize-card {
        padding: 2rem 1.5rem;
    }
}

/* ==================================Section 10 eND======================== */
/* ==================================Section 11 Start======================== */
.contain-11-full {
    background-color: #1A1D24;
    color: #ffffff;
}

.header-section-11 {
    text-align: center;
    margin-bottom: 50px;
}

.main-title-11 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.title-accent {
    color: #2ECC71;
}

.subtitle-11 {
    color: #9CA3AF;
    font-size: 1rem;
    font-weight: 400;
}

.download-section {
    background-color: #1E222A;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.download-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.download-subtitle-11 {
    color: #9CA3AF;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.download-btn {
    background-color: #2ECC71;
    color: #000000;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

    .download-btn:hover {
        background-color: #27AE60;
        color: #ffffff;
    }

.sections-list {
    margin-bottom: 30px;
}

.section-item {
    background-color: #1E222A;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.section-header {
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    border: none;
    background: none;
    color: #ffffff;
    width: 100%;
    text-align: left;
}

    .section-header:hover {
        background-color: #252A34;
    }

.warning-notice {
    background-color: #4A1F1F;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 40px;
    border-left: 4px solid #DC3545;
}

.warning-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.warning-title {
    color: #F8D7DA;
    font-weight: 600;
    font-size: 1rem;
}

.warning-text {
    color: #F8D7DA;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-section {
    text-align: center;
}

.footer-question {
    color: #9CA3AF;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.contact-btn {
    background-color: #2ECC71;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

    .contact-btn:hover {
        background-color: #27AE60;
        color: #ffffff;
    }

@media (max-width: 768px) {
    .main-title-11 {
        font-size: 2rem;
    }

    .download-section {
        padding: 30px 20px;
    }

    .section-header {
        padding: 18px 20px;
        font-size: 0.95rem;
    }

    .warning-notice {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .main-title-11 {
        font-size: 1.75rem;
    }

    .download-section {
        padding: 25px 15px;
    }

    .section-header {
        padding: 16px 18px;
    }
}

/* ==================================Section 11 eND======================== */
/* ==================================Section 12 Start======================== */
.contain-12-full {
    background: linear-gradient(135deg, #1a1f2e 0%, #2d3748 100%);
    color: #ffffff;
}

.page-header-12 {
    text-align: center;
    margin-bottom: 3rem;
}

.page-title-12 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.highlight-green {
    color: #10b981;
}

.page-subtitle-12 {
    color: #9ca3af;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.search-section {
    margin-bottom: 2.5rem;
}

.search-container {
    position: relative;
}

.search-input {
    width: 100%;
    background: #374151;
    border: 1px solid #4b5563;
    border-radius: 0.5rem;
    padding: 1rem 1rem 1rem 3rem;
    color: #ffffff;
    font-size: 1rem;
}

    .search-input::placeholder {
        color: #9ca3af;
    }

    .search-input:focus {
        outline: none;
        border-color: #10b981;
        box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
    }

.search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1.2rem;
}

.category-nav {
    margin-bottom: 2rem;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    background: #374151;
    border: 1px solid #4b5563;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
    cursor: pointer;
}

    .category-item:hover,
    .category-item.active {
        background: #10b981;
        border-color: #10b981;
        color: #ffffff;
        text-decoration: none;
    }

.faq-section {
    margin-bottom: 3rem;
}

.faq-item {
    background: #374151;
    border: 1px solid #4b5563;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.2s;
}

    .faq-item:hover {
        border-color: #6b7280;
    }

.faq-header {
    padding: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.faq-category {
    background: #10b981;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.faq-question {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    font-size: 17px;
    flex: 1;
}

.faq-content {
    padding: 0 1.25rem 1.25rem;
    color: #d1d5db;
    line-height: 1.6;
    display: none;
}

    .faq-content.active {
        display: block;
    }

.support-section {
    background: #4b5563;
    border-radius: 0.75rem;
    padding: 2.5rem;
    text-align: center;
}

.support-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.support-text {
    color: #d1d5db;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.support-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-support {
    background: #10b981;
    border: 1px solid #10b981;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

    .btn-support:hover {
        background: #059669;
        border-color: #059669;
        color: #ffffff;
        text-decoration: none;
    }

.btn-outline-12 {
    background: transparent;
    border: 1px solid #6b7280;
    color: #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

    .btn-outline-12:hover {
        border-color: #10b981;
        color: #10b981;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .page-title-12 {
        font-size: 2rem;
    }

    .category-list {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }

    .category-item {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .support-section {
        padding: 2rem 1.5rem;
    }

    .support-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-support,
    .btn-outline-12 {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 576px) {
    .faq-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .faq-question {
        font-size: 0.95rem;
    }
}

/* ==================================Section 12 eND======================== */
/* ==================================Section 13 Start======================== */
.contact-container {
    background-color: #1E2024;
    color: white;
}

.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

    .contact-title .highlight {
        color: #4CAF50;
    }

.contact-subtitle {
    color: #9CA3AF;
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

.form-section {
    background-color: #2A2D35;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

    .form-section h3 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #E5E7EB;
}

.required::after {
    content: " *";
    color: #EF4444;
}

.form-control {
    background-color: #374151;
    border: 1px solid #4B5563;
    color: white;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    width: 100%;
}

    .form-control:focus {
        background-color: #374151;
        border-color: #4CAF50;
        color: white;
        box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
    }

    .form-control::placeholder {
        color: #9CA3AF;
    }

.form-select {
    background-color: #374151;
    border: 1px solid #4B5563;
    color: white;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    width: 100%;
}

    .form-select:focus {
        background-color: #374151;
        border-color: #4CAF50;
        color: white;
        box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
    }

.message-textarea {
    min-height: 120px;
    resize: vertical;
}

.character-count {
    text-align: right;
    font-size: 0.8rem;
    color: #9CA3AF;
    margin-top: 0.25rem;
}

.send-btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .send-btn:hover {
        background-color: #45A049;
    }

.quick-contact {
    background-color: #2A2D35;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

    .quick-contact h3 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #374151;
}

    .contact-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.whatsapp-icon {
    background-color: #25D366;
}

.email-icon {
    background-color: #3B82F6;
}

.phone-icon {
    background-color: #EF4444;
}

.contact-details h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-details p {
    font-size: 0.9rem;
    color: #9CA3AF;
    margin-bottom: 0.25rem;
}

.contact-link {
    color: #4CAF50;
    text-decoration: none;
    font-size: 0.9rem;
}

.office-locations {
    background-color: #2A2D35;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

    .office-locations h3 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.office-item {
    margin-bottom: 2rem;
}

    .office-item:last-child {
        margin-bottom: 0;
    }

    .office-item h4 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .office-item p {
        font-size: 0.9rem;
        color: #9CA3AF;
        margin-bottom: 0.25rem;
    }

.social-section {
    background-color: #2A2D35;
    border-radius: 12px;
    padding: 2rem;
}

    .social-section h3 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

.social-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    text-decoration: none;
    color: white;
    transition: opacity 0.2s;
}

    .social-link:hover {
        opacity: 0.8;
        color: white;
    }

    .social-link i {
        font-size: 1.25rem;
        margin-right: 0.75rem;
    }

    .social-link span {
        font-size: 0.9rem;
        font-weight: 500;
    }

.instagram {
    background: linear-gradient(45deg, #833AB4, #FD1D1D);
}

.youtube {
    background-color: #FF0000;
}

.facebook {
    background-color: #1877F2;
}

.twitter {
    background-color: #030303;
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 2rem;
    }

    .form-section,
    .quick-contact,
    .office-locations,
    .social-section {
        padding: 1.5rem;
    }

    .social-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .main-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: start;
    }
}

/* ==================================Section 13 eND======================== */
/* ==================================Section 14 Start======================== */
.footer-section-bootom {
    color: #ffffff;
    background-color: #1A1F2D;
    padding: 60px 0px;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-description {
    color: #9CA3AF;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 350px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    background-color: #2A2F3D;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .footer-social-icon:hover {
        background-color: #4AFA91;
        color: #1A1F2D;
    }

.footer-column h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

    .footer-column ul li {
        margin-bottom: 12px;
    }

        .footer-column ul li a {
            color: #9CA3AF;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

            .footer-column ul li a:hover {
                color: #ffffff;
            }

.bottom-footer {
    border-top: 1px solid #374151;
    margin-top: 50px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    color: #6B7280;
    font-size: 0.85rem;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-item-bottom {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9CA3AF;
    font-size: 0.85rem;
}
.copyright a{
    color:#00FF9D;
    text-decoration:none;
}
.contact-item-bottom span a {
    color: #9CA3AF;
    font-size: 0.85rem;
    text-decoration: none
}

    .contact-item-bottom i {
        color: #4AFA91;
    }

.legal-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

    .legal-links a {
        color: #6B7280;
        text-decoration: none;
        font-size: 0.85rem;
        transition: color 0.3s ease;
    }

        .legal-links a:hover {
            color: #ffffff;
        }

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .action-buttons {
        justify-content: center;
    }

    .bottom-footer {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        margin-top:5px ;
    }

    .contact-info {
        justify-content: center;
    }

    .legal-links {
        justify-content: center;
    }

    .footer-social-icons {
        justify-content: start;
    }
}

@media (max-width: 576px) {
    .footer-logo {
        font-size: 1.5rem;
        text-align: center;
    }

    .newsletter-section {
        text-align: center;
    }

    .footer-column {
        margin-bottom: 30px;
    }
}

/* ==================================Section 14 eND======================== */

#maincontent .image-overlay {
    display: none !important;
}
/* ================================= registration-container eND======================== */

.registration-container {
    padding: 60px 0px 30px 0px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    color: white;
}

.registration-container-form {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.registration-title {
    text-align: center;
    margin-bottom: 2rem;
}

    .registration-title h1 {
        font-size: 2.5rem;
        font-weight: 700;
        background: linear-gradient(135deg, #00FF9D, #00E5FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0.5rem;
    }

    .registration-title p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.1rem;
    }

#registrationForm .form-section {
    margin-bottom: 2.5rem;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #00FF9D;
    display: flex;
    align-items: center;
}

    .section-title i {
        margin-right: 0.5rem;
    }

#registrationForm .form-group {
    margin-bottom: 1.5rem;
}

#registrationForm .form-label {
    color: white;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.required-2 {
    color: #ff4757;
}

#registrationForm .form-control,
#registrationForm .form-select {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: white;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    #registrationForm .form-control:focus,
    #registrationForm .form-select:focus {
        background: rgba(255, 255, 255, 0.15);
        border-color: #00FF9D;
        box-shadow: 0 0 0 0.2rem rgba(0, 255, 157, 0.25);
        color: white;
    }

    #registrationForm .form-control::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    #registrationForm .form-select option {
        background: #1a1a2e;
        color: white;
    }

.gender-options {
    display: flex;
    gap: 2rem;
    margin-top: 0.5rem;
}

#registrationForm .form-check {
    display: flex;
    align-items: center;
}

#registrationForm .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
}

    #registrationForm .form-check-input:checked {
        background-color: #00FF9D;
        border-color: #00FF9D;
    }

#registrationForm .form-check-label {
    color: white;
    font-weight: 500;
}

.upload-zone {
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

    .upload-zone:hover {
        border-color: #00FF9D;
        background: rgba(0, 255, 157, 0.05);
    }

    .upload-zone.dragover {
        border-color: #00FF9D;
        background: rgba(0, 255, 157, 0.1);
    }

.upload-icon {
    font-size: 3rem;
    color: #00FF9D;
    margin-bottom: 1rem;
}

.upload-text {
    color: white;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.upload-subtext {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.file-input {
    display: none;
}

.file-preview {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0, 255, 157, 0.1);
    border-radius: 10px;
    display: none;
}

    .file-preview.show {
        display: block;
    }

.file-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-name {
    color: #00FF9D;
    font-weight: 500;
}

.file-size {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.remove-file {
    background: none;
    border: none;
    color: #ff4757;
    cursor: pointer;
    font-size: 1.2rem;
}

.progress {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-top: 0.5rem;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #00FF9D, #00E5FF);
    transition: width 0.3s ease;
}

.error-message {
    color: #ff4757;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
}

    .error-message.show {
        display: block;
    }

.submit-section {
    text-align: center;
    margin-top: 3rem;
}

#registrationForm .btn-submit {
    background: linear-gradient(135deg, #00FF9D, #00E5FF);
    border: none;
    padding: 1rem 3rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    color: black;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
}

    #registrationForm .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 35px rgba(0, 255, 157, 0.4);
    }

    #registrationForm .btn-submit:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.loading-spinner {
    display: none;
    margin-right: 0.5rem;
}

    .loading-spinner.show {
        display: inline-block;
    }

@media (max-width: 768px) {
    .registration-container {
        padding: 2rem 1.5rem;
    }

    .registration-container-form {
        padding: 1rem;
    }

    .registration-title h1 {
        font-size: 1.5rem;
    }

    .submit-section {
        margin-top: 1rem;
    }

    .gender-options {
        flex-direction: column;
        gap: 1rem;
    }

    .upload-zone {
        padding: 1.5rem 1rem;
    }

    .upload-icon {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {

    .registration-container {
        padding: 10px 0px 10px 0px;
    }

    .section-title {
        font-size: 1.1rem;
    }
}

.content-section-15 {
    padding: 35px 0;
    background: #111;
    color: #fff;
}

    .content-section-15:nth-child(even) {
        color: #fff;
        background: #1a1a1a;
    }

.section-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.content-block {
    padding: 2rem;
}

    .content-block h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: #fff;
    }

    .content-block h3 {
        font-size: 1.5rem;
        color: #00FF9D;
        margin-bottom: 1rem;
    }

    .content-block p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        color: #ccc;
    }

.feature-list-15 {
    list-style: none;
    padding: 0;
}

    .feature-list-15 li {
        padding: 0.5rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .feature-list-15 li svg {
            fill: #00FF9D;
            width: 1.2rem;
        }

@media (max-width: 768px) {
    .content-section-15 {
        padding: 50px 0;
    }

    .content-block {
        padding: 1rem;
        margin-top: 2rem;
    }

        .content-block h2 {
            font-size: 2rem;
        }
}


/*//------------Media------//*/
.heding h2 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
}

    .heding h2 span {
        color: #4ade80;
    }


.carousel-wrapper {
    padding: 50px 170px;
}

.carousel-img {
    height: 74px;
    width: 114px !important;
    border-radius: 9px;
}

.carousel-img {
    height: 74px;
    width: 114px !important;
    border-radius: 9px;
}

@media (max-width: 768px) {
    .carousel-wrapper {
        padding: 19px 50px;
    }

    .carousel-img {
        width: 100% !important;
        height: 100px;
    }
}
