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

body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
}

.hero {
    position: relative;
    min-height: 100vh;
    background: #000000ee;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    /* padding: 8rem; */
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/u2112587116_isometric_battle_arena_inspired_by_ancient_Indian_e_58a7f73a-ac3a-4c0d-8510-53299c1705b6.png');
    background-size: cover;
    background-position: center;
    opacity: 0.45;
}

.webp .hero::before {
    background-image: url('img/webp/u2112587116_isometric_battle_arena_inspired_by_ancient_Indian_e_58a7f73a-ac3a-4c0d-8510-53299c1705b6.webp');
}

.hero-2 {
    position: relative;
    background: #000000ee;
    display: flex;
    justify-content: center;
}

.hero-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/u2112587116_a_zoomed_out_isometric_2.5D_top-down_view_of_the_ou_afd01481-b55a-43ea-9a66-7e08e7cad290.png');
    background-size: cover;
    background-position: center;
    opacity: 0.35;
}

.hero-3 {
    position: relative;
    background: #000000ee;
    padding-top: 15vh;
    text-align: center;
    justify-content: center;
}

.hero-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/u2112587116_an_isometric_2.5D_scene_inspired_by_the_art_style_o_ef1b9aa6-c7a3-4143-91d3-bd01dc37961d.png');
    background-size: cover;
    background-position: center;
    opacity: 0.25;
}

.webp .hero-3::before {
    background-image: url('img/webp/u2112587116_an_isometric_2.5D_scene_inspired_by_the_art_style_o_ef1b9aa6-c7a3-4143-91d3-bd01dc37961d.webp');
}

.hero-4 {
    position: relative;
    background: #000000ee;
    display: flex;
    justify-content: center;
}

.hero-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/u2112587116_an_isometric_2.5D_scene_of_a_sacred_forest_from_Ind_9007da94-072b-463a-923f-064f6c023731.png');
    background-size: cover;
    background-position: center;
    opacity: 0.35;
}

.webp .hero-4::before {
    background-image: url('img/webp/u2112587116_an_isometric_2.5D_scene_of_a_sacred_forest_from_Ind_9007da94-072b-463a-923f-064f6c023731.webp');
}


.hero-5 {
    position: relative;
    background: #000000ee;
    padding-top: 15vh;
    text-align: center;
    justify-content: center;
}

.hero-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/u2112587116_isometric_2.5D_top-down_scene_of_a_group_of_small_p_2d23909d-331c-41c3-a6c6-c92c2bd24681.png');
    background-size: cover;
    background-position: center;
    opacity: 0.45;
}

.webp .hero-5::before {
    background-image: url('img/webp/u2112587116_isometric_2.5D_top-down_scene_of_a_group_of_small_p_2d23909d-331c-41c3-a6c6-c92c2bd24681.webp');
}


.hero-6 {
    position: relative;
    padding-top: 5vh;
    text-align: center;
    justify-content: center;
    background: linear-gradient(to bottom, #000000cc, #000000ff);
    padding-bottom: 45%;
}

.hero-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/u2112587116_a_grand_forge-temple_of_the_gods_divine_weapons_dis_f1bc6a6b-e82b-4208-924f-2e543f073bfb.png');
    background-size: cover;
    background-position: center;
    opacity: 1.0;
}

.hero-features {
    position: relative;
    padding-top: 5vh;
    display: flex;
    justify-content: center;
    background: #000d;
}

.hero-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/u2112587116_isometric_2.5D_scene_of_a_majestic_Indian_god-king__df73ff3e-61b4-462f-9b01-a1b466a3d96e.png');
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}

.hero-7 {
    position: relative;
    /* min-height: 100vh; */
    background: linear-gradient(120deg, #5e17eb 0%, #313131 45%, #000000 100%);
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    padding-bottom: clamp(20px, 10%, 100px);
}

.hero-7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: black;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
}


.hero-8 {
    position: relative;
    /* min-height: clamp(80%, 600px, 800px); */
    background: #000000ee;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    padding-bottom: clamp(20px, 10%, 100px);
}

.hero-8::before {
    background-image: url('img/u2112587116_isometric_2.5D_scene_of_a_grand_ancient_Indian_ashr_50c39fc1-e91c-4485-bfc7-5c59e6f63795.png');
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.35;
}

.hamburger {
    position: fixed;
    top: 2rem;
    left: 2rem;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 10;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 2px;
}

.card-front-text{
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #93c5fd;
    line-height: 1.6;
    text-align: left;
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 1200px;
    color: #93c5fd;
    width: 100%;
}

.title {
    font-size: clamp(4rem, 10vw, 8rem);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    text-align: left;

    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-family: "Sora", sans-serif;
    padding-top: 6rem;
    padding-left: 10%;
}
.title-2 {
    font-size: clamp(2rem, 10vw, 4rem);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    text-align: left;
    color: #93c5fd;

    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-family: "Sora", sans-serif;
    padding-top: 6rem;
    padding-left: 10%;
}

.subtitle {
    position: relative;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    color: #93c5fd;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1rem;
    padding-left: 10%;
    font-family: "Sora", sans-serif;
}
.tagline {
    position: relative;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    color: #93c5fd;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1rem;
    font-family: "Sora", sans-serif;
}
.top-tagline {
    position: relative;
    font-size: clamp(2rem, 5vw, 4rem);
    color: #93c5fd;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1rem;
    font-family: "Sora", sans-serif;
}
.bottom-tagline {
    position: absolute;
    font-size: clamp(1.2rem, 3vw, 2.8rem);
    color: #93c5fd;
    font-weight: 350;
    line-height: 1.2;
    margin-bottom: 1rem;
    left: 0;
    right: 0;
    font-family: "Sora", sans-serif;
}


.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 4rem;
    margin-bottom: 5vw;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem 1rem;
    margin: 1rem;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(139, 92, 246, 0.3);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

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

.feature-text {
    font-size: 1.3rem;
    color: #e0e7ff;
    line-height: 1.6;
}

.footnote {
    position: absolute;
    bottom: 100%;
    left: 2rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    font-style: italic;
}

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

/* Carousel Section Styles */
.carousel-section {
    position: relative;
    min-height: 100vh;
    background: #000000ee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.carousel-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('img/u2112587116_isometric_battle_arena_inspired_by_ancient_Indian_e_58a7f73a-ac3a-4c0d-8510-53299c1705b6.png');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
}

.webp .carousel-section::before {
    background-image: url('img/webp/u2112587116_isometric_battle_arena_inspired_by_ancient_Indian_e_58a7f73a-ac3a-4c0d-8510-53299c1705b6.webp');
}

.carousel-content {
    position: relative;
    z-index: 1;
    margin-top: 5%;
    width: 90%;
}

.carousel-title {
    font-size: clamp(3rem, 6vw, 5rem);
    background: linear-gradient(135deg, #a78bfa 0%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4rem;
    text-align: center;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.carousel-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease;
}

.carousel-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(139, 92, 246, 0.3);
}

.carousel-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 3rem;
    font-weight: bold;
}

.carousel-info {
    padding: 2rem;
    text-align: center;
}

.carousel-card-title {
    font-size: 2rem;
    color: #e0e7ff;
    margin-bottom: 1rem;
    font-family: "Sora", sans-serif;
    font-weight: 600;
}

.carousel-card-description {
    font-size: 1.2rem;
    color: #93c5fd;
    line-height: 1.6;
}

.carousel-card-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    margin-top: 1rem;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicator.active {
    background: #a78bfa;
    transform: scale(1.3);
}

@media (max-width: 768px) {
    .carousel-title {
        font-size: 2rem;
    }
    
    .carousel-image {
        height: 300px;
    }
    
}

.weapons-card-3-bg {
    background-image: url('img/u2112587116_a_grand_forge-temple_of_the_gods_divine_weapons_dis_f1bc6a6b-e82b-4208-924f-2e543f073bfb.png');
    background-size: cover; 
    background-position: center;
}
.webp .weapons-card-3-bg {
    background-image: url('img/webp/u2112587116_a_grand_forge-temple_of_the_gods_divine_weapons_dis_f1bc6a6b-e82b-4208-924f-2e543f073bfb.webp');
    background-size: cover; 
    background-position: center;
}

.world-carousel-card-1-bg {
    background-image: url('img/u2112587116_isometric_2.5D_scene_of_a_grand_ancient_Indian_ashr_edb619b6-85d0-4ea3-bb98-4423cabb9661.png');
    background-size: cover; 
    background-position: center;
}
.webp .world-carousel-card-1-bg {
    background-image: url('img/webp/u2112587116_isometric_2.5D_scene_of_a_grand_ancient_Indian_ashr_edb619b6-85d0-4ea3-bb98-4423cabb9661.webp');
    background-size: cover; 
    background-position: center;
}

.world-carousel-card-2-bg {
    background-image: url('img/u2112587116_an_isometric_2.5D_scene_inspired_by_the_art_style_o_30530c05-4255-492f-b2ab-c24e268a3eb4.png');
    background-size: cover; 
    background-position: center;
}
.webp .world-carousel-card-2-bg {
    background-image: url('img/webp/u2112587116_an_isometric_2.5D_scene_inspired_by_the_art_style_o_30530c05-4255-492f-b2ab-c24e268a3eb4.webp');
}

.world-carousel-card-3-bg {
    background-image: url('img/u2112587116_an_isometric_2.5D_top-down_scene_of_the_outside_of__3c1d1320-2056-4919-8d61-dc7603e2b82b.png');
    background-size: cover; 
    background-position: center;
}
.webp .world-carousel-card-3-bg {
    background-image: url('img/webp/u2112587116_an_isometric_2.5D_top-down_scene_of_the_outside_of__3c1d1320-2056-4919-8d61-dc7603e2b82b.webp');
    background-size: cover; 
    background-position: center;
}

.classes-carousel-card-1-bg {
    background-image: url('img/u2112587116_a_heroic_figure_in_ornate_red_armor_inspired_by_anc_cdd1541e-1c23-40d2-9010-5b060867d226.png');
    background-size: cover; 
    background-position: center;
}
.webp .classes-carousel-card-1-bg {
    background-image: url('img/webp/u2112587116_a_heroic_figure_in_ornate_red_armor_inspired_by_anc_cdd1541e-1c23-40d2-9010-5b060867d226.webp');
    background-size: cover; 
    background-position: center;
}

.classes-carousel-card-2-bg {
    background-image: url('img/u2112587116_isometric_2.5D_top-down_scene_of_an_Indian_mythic_a_3c33e3b9-13f1-484f-857f-4e5fb65fd382.png');
    background-size: cover; 
    background-position: center;
}
.webp .classes-carousel-card-2-bg {
    background-image: url('img/webp/u2112587116_isometric_2.5D_top-down_scene_of_an_Indian_mythic_a_3c33e3b9-13f1-484f-857f-4e5fb65fd382.webp');
    background-size: cover; 
    background-position: center;
}

.classes-carousel-card-3-bg {
    background-image: url('img/u2112587116_isometric_2.5D_top-down_scene_of_a_serene_female_sa_fe131ba5-9885-4c24-b4c1-6c514b809e68.png');
    background-size: cover; 
    background-position: center;
}
.webp .classes-carousel-card-3-bg {
    background-image: url('img/webp/u2112587116_isometric_2.5D_top-down_scene_of_a_serene_female_sa_fe131ba5-9885-4c24-b4c1-6c514b809e68.webp');
    background-size: cover; 
    background-position: center;
}

.split-section {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15vh;
    background-color: rgba(255, 255, 255, 0.0);
}
.split-section-long-height {
    min-height: 60vh;
}

.split {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.0);
}

/* Left and right distinct backgrounds — change colors or images as needed */
.split-left {
    background: url('img/u2112587116_Isometric_2.5D_top-down_view_of_a_rustic_Indian_ash_a7bf9c6b-06f6-4f6b-855d-ed6c4a1fd2fe.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.0);
}
.webp .split-left {
    background-image: url('img/webp/u2112587116_Isometric_2.5D_top-down_view_of_a_rustic_Indian_ash_a7bf9c6b-06f6-4f6b-855d-ed6c4a1fd2fe.webp');
}

.split-right {
    background-image: url('img/u2112587116_rustic_Indian_ashram_made_of_wood_and_thatch_beside_7557e5a0-92fb-4ce0-807f-4a6245848f15.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.0);
}
.webp .split-right {
    background-image: url('img/webp/u2112587116_rustic_Indian_ashram_made_of_wood_and_thatch_beside_7557e5a0-92fb-4ce0-807f-4a6245848f15.webp');
}

/* Optional: add subtle decorative overlay and blur for depth */
.split::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    backdrop-filter: blur(2px);
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.0);
}

.split-inner-subtitle {
    padding-top: 40%;

}
.split-inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
    width: 100%;
    text-shadow: 0 2px 4px rgba(0,0,0,1.0);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.split-sub {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    color: rgba(255,255,255,0.9);
    line-height: 1.4;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 768px) {
    .split-section {
        flex-direction: column;
        min-height: auto;
    }
    .split {
        padding: 2rem;
        min-height: 36vh;
    }
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.small-text{
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin-top: 1rem;
}
.card-title{
    max-width: 800px;
    margin: 0 auto;
    font-size: 2rem;
    color: #93c5fd;
    line-height: 1.6;
}
.card-text{
    max-width: 80%;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #93c5fd;
    line-height: 1.6;
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #212529;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin: 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    opacity: 0.7;
    cursor: not-allowed;
}
.btn-outline-primary {
    color: #007bff; /* Primary color for text */
    border-color: #007bff; /* Primary color for border */
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #fff; /* White text on hover/focus/active */
    background-color: #007bff; /* Primary background on hover/focus/active */
    border-color: #007bff; /* Primary border on hover/focus/active */
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

/* Collapsible Form Styles */
.collapsible-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
    opacity: 0;
    margin: 0 auto;
}

.collapsible-form.active {
    max-height: 1000px;
    opacity: 1;
    margin: 2rem auto;
}

.collapsible-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(147, 197, 253, 0.3);
    border-radius: 20px;
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
}

.collapsible-content p {
    color: #93c5fd;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Loading Overlay */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.loading-overlay.active {
    opacity: 1;
    visibility: visible;
}

.loading-overlay p {
    color: #93c5fd;
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: 500;
}

/* Spinner Animation */
.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(147, 197, 253, 0.2);
    border-top: 4px solid #a78bfa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: #93c5fd;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    font-family: "Noto Sans", sans-serif;
    color: #e0e7ff;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(147, 197, 253, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #a78bfa;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.2);
}

.form-control::placeholder {
    color: rgba(147, 197, 253, 0.5);
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.form-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(147, 197, 253, 0.2);
}

.form-actions .btn {
    margin: 0;
    cursor: pointer;
}

/* Responsive collapsible form */
@media (max-width: 768px) {
    .collapsible-content {
        padding: 1.5rem;
        max-width: 95%;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .form-actions .btn {
        width: 100%;
    }
}

/* Player Count Animation */
#playerCount {
    display: inline-block;
    min-width: 3ch;
    text-align: center;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

#playerCount.updating {
    animation: countFlicker 0.5s ease-in-out;
}

@keyframes countFlicker {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1);
    }
}

