/* Global Styles */
:root {
    --primary-color: #0d47a1;
    --secondary-color: #42a5f5;
    --accent-color: #1565c0;
    --dark-color: #102a43;
    --light-color: #f4f7fb;
    --danger-color: #e74c3c;
    --warning-color: #f39c12;
    --success-color: #42a5f5;
    --info-color: #64b5f6;
    --page-bg: #eef4fb;
    --page-text: #1f2933;
}

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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--page-text);
    background-color: var(--page-bg);
}

html {
    scroll-behavior: smooth;
}

[data-theme="dark"] body {
    background-color: #101922;
    color: #e2e8f0;
}

[data-theme="dark"] header {
    background: rgba(16, 25, 34, 0.75);
    color: #e2e8f0;
    border-bottom: 1px solid #1f2a3a;
}

[data-theme="dark"] nav ul li a {
    color: #e2e8f0;
}

[data-theme="dark"] nav ul li a.active,
[data-theme="dark"] nav ul li a:hover,
[data-theme="dark"] .nav-menu-dropdown summary:hover,
[data-theme="dark"] .nav-menu-dropdown details[open] summary {
    color: #7ab4ff;
    background: rgba(19, 127, 236, 0.18);
}

[data-theme="twilight-sky"] {
    --primary-color: #6366f1;
    --secondary-color: #8b9cf8;
    --accent-color: #6366f1;
    --page-bg: #0f172a;
    --page-text: #e2e8f0;
}

[data-theme="midnight-rose"] {
    --primary-color: #e11d48;
    --secondary-color: #f43f5e;
    --accent-color: #e11d48;
    --page-bg: #1a1112;
    --page-text: #f8fafc;
}

[data-theme="serene-forest"] {
    --primary-color: #059669;
    --secondary-color: #10b981;
    --accent-color: #059669;
    --page-bg: #061611;
    --page-text: #e2e8f0;
}

[data-theme="morning-chai"] {
    --primary-color: #d97706;
    --secondary-color: #f59e0b;
    --accent-color: #d97706;
    --page-bg: #fffdf9;
    --page-text: #1f2933;
}

[data-theme="cotton-candy"] {
    --primary-color: #8b5cf6;
    --secondary-color: #a78bfa;
    --accent-color: #8b5cf6;
    --page-bg: #f5f3ff;
    --page-text: #1f2933;
}

[data-theme="spring-wellness"] {
    --primary-color: #10b981;
    --secondary-color: #34d399;
    --accent-color: #10b981;
    --page-bg: #f0fdf4;
    --page-text: #1f2933;
}

[data-theme="twilight-sky"] header,
[data-theme="midnight-rose"] header,
[data-theme="serene-forest"] header,
[data-theme="morning-chai"] header,
[data-theme="cotton-candy"] header,
[data-theme="spring-wellness"] header {
    background: rgba(16, 25, 34, 0.75);
    color: #e2e8f0;
    border-bottom: 1px solid #1f2a3a;
}

[data-theme="twilight-sky"] nav ul li a,
[data-theme="midnight-rose"] nav ul li a,
[data-theme="serene-forest"] nav ul li a,
[data-theme="morning-chai"] nav ul li a,
[data-theme="cotton-candy"] nav ul li a,
[data-theme="spring-wellness"] nav ul li a {
    color: #e2e8f0;
}

[data-theme="twilight-sky"] nav ul li a.active,
[data-theme="twilight-sky"] nav ul li a:hover,
[data-theme="midnight-rose"] nav ul li a.active,
[data-theme="midnight-rose"] nav ul li a:hover,
[data-theme="serene-forest"] nav ul li a.active,
[data-theme="serene-forest"] nav ul li a:hover,
[data-theme="morning-chai"] nav ul li a.active,
[data-theme="morning-chai"] nav ul li a:hover,
[data-theme="cotton-candy"] nav ul li a.active,
[data-theme="cotton-candy"] nav ul li a:hover,
[data-theme="spring-wellness"] nav ul li a.active,
[data-theme="spring-wellness"] nav ul li a:hover,
[data-theme="twilight-sky"] .nav-menu-dropdown summary:hover,
[data-theme="twilight-sky"] .nav-menu-dropdown details[open] summary,
[data-theme="midnight-rose"] .nav-menu-dropdown summary:hover,
[data-theme="midnight-rose"] .nav-menu-dropdown details[open] summary,
[data-theme="serene-forest"] .nav-menu-dropdown summary:hover,
[data-theme="serene-forest"] .nav-menu-dropdown details[open] summary,
[data-theme="morning-chai"] .nav-menu-dropdown summary:hover,
[data-theme="morning-chai"] .nav-menu-dropdown details[open] summary,
[data-theme="cotton-candy"] .nav-menu-dropdown summary:hover,
[data-theme="cotton-candy"] .nav-menu-dropdown details[open] summary,
[data-theme="spring-wellness"] .nav-menu-dropdown summary:hover,
[data-theme="spring-wellness"] .nav-menu-dropdown details[open] summary {
    color: #cbd5f5;
    background: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .features,
[data-theme="dark"] .about,
[data-theme="dark"] .quick-links,
[data-theme="dark"] .news,
[data-theme="dark"] .mindful-why,
[data-theme="dark"] .core-pillars,
[data-theme="dark"] .mindful-cta {
    background: #101922;
}

[data-theme="dark"] .feature-card,
[data-theme="dark"] .about-content,
[data-theme="dark"] .link-card,
[data-theme="dark"] .news-card,
[data-theme="dark"] .mes,
[data-theme="dark"] .message {
    background: #182430;
    color: #e2e8f0;
}

[data-theme="dark"] .link-card {
    border: 1px solid #1f2a3a;
}

[data-theme="dark"] .news-card,
[data-theme="dark"] .feature-card {
    box-shadow: 0 10px 25px rgba(3, 8, 20, 0.45);
}

[data-theme="dark"] .features h2,
[data-theme="dark"] .about h2,
[data-theme="dark"] .quick-links h2,
[data-theme="dark"] .news h2,
[data-theme="dark"] .feature-card h3,
[data-theme="dark"] .news-card h3,
[data-theme="dark"] .about-text,
[data-theme="dark"] .link-card,
[data-theme="dark"] .mass h1,
[data-theme="dark"] .mass h2 {
    color: #f8fafc;
}

[data-theme="dark"] .about-text p,
[data-theme="dark"] .news-card p,
[data-theme="dark"] .mass p,
[data-theme="dark"] .link-card span,
[data-theme="dark"] .news-card a {
    color: #cbd5f5;
}

[data-theme="twilight-sky"] .features,
[data-theme="twilight-sky"] .about,
[data-theme="twilight-sky"] .quick-links,
[data-theme="twilight-sky"] .news,
[data-theme="twilight-sky"] .mindful-why,
[data-theme="twilight-sky"] .core-pillars,
[data-theme="twilight-sky"] .mindful-cta,
[data-theme="midnight-rose"] .features,
[data-theme="midnight-rose"] .about,
[data-theme="midnight-rose"] .quick-links,
[data-theme="midnight-rose"] .news,
[data-theme="midnight-rose"] .mindful-why,
[data-theme="midnight-rose"] .core-pillars,
[data-theme="midnight-rose"] .mindful-cta,
[data-theme="serene-forest"] .features,
[data-theme="serene-forest"] .about,
[data-theme="serene-forest"] .quick-links,
[data-theme="serene-forest"] .news,
[data-theme="serene-forest"] .mindful-why,
[data-theme="serene-forest"] .core-pillars,
[data-theme="serene-forest"] .mindful-cta {
    background: var(--page-bg);
}

[data-theme="twilight-sky"] .feature-card,
[data-theme="twilight-sky"] .about-content,
[data-theme="twilight-sky"] .link-card,
[data-theme="twilight-sky"] .news-card,
[data-theme="twilight-sky"] .mes,
[data-theme="twilight-sky"] .message,
[data-theme="midnight-rose"] .feature-card,
[data-theme="midnight-rose"] .about-content,
[data-theme="midnight-rose"] .link-card,
[data-theme="midnight-rose"] .news-card,
[data-theme="midnight-rose"] .mes,
[data-theme="midnight-rose"] .message,
[data-theme="serene-forest"] .feature-card,
[data-theme="serene-forest"] .about-content,
[data-theme="serene-forest"] .link-card,
[data-theme="serene-forest"] .news-card,
[data-theme="serene-forest"] .mes,
[data-theme="serene-forest"] .message {
    background: #182430;
    color: #e2e8f0;
}

[data-theme="twilight-sky"] .features h2,
[data-theme="twilight-sky"] .about h2,
[data-theme="twilight-sky"] .quick-links h2,
[data-theme="twilight-sky"] .news h2,
[data-theme="twilight-sky"] .feature-card h3,
[data-theme="twilight-sky"] .news-card h3,
[data-theme="twilight-sky"] .about-text,
[data-theme="twilight-sky"] .link-card,
[data-theme="twilight-sky"] .mass h1,
[data-theme="twilight-sky"] .mass h2,
[data-theme="midnight-rose"] .features h2,
[data-theme="midnight-rose"] .about h2,
[data-theme="midnight-rose"] .quick-links h2,
[data-theme="midnight-rose"] .news h2,
[data-theme="midnight-rose"] .feature-card h3,
[data-theme="midnight-rose"] .news-card h3,
[data-theme="midnight-rose"] .about-text,
[data-theme="midnight-rose"] .link-card,
[data-theme="midnight-rose"] .mass h1,
[data-theme="midnight-rose"] .mass h2,
[data-theme="serene-forest"] .features h2,
[data-theme="serene-forest"] .about h2,
[data-theme="serene-forest"] .quick-links h2,
[data-theme="serene-forest"] .news h2,
[data-theme="serene-forest"] .feature-card h3,
[data-theme="serene-forest"] .news-card h3,
[data-theme="serene-forest"] .about-text,
[data-theme="serene-forest"] .link-card,
[data-theme="serene-forest"] .mass h1,
[data-theme="serene-forest"] .mass h2 {
    color: #f8fafc;
}

[data-theme="twilight-sky"] .about-text p,
[data-theme="twilight-sky"] .news-card p,
[data-theme="twilight-sky"] .mass p,
[data-theme="twilight-sky"] .link-card span,
[data-theme="twilight-sky"] .news-card a,
[data-theme="midnight-rose"] .about-text p,
[data-theme="midnight-rose"] .news-card p,
[data-theme="midnight-rose"] .mass p,
[data-theme="midnight-rose"] .link-card span,
[data-theme="midnight-rose"] .news-card a,
[data-theme="serene-forest"] .about-text p,
[data-theme="serene-forest"] .news-card p,
[data-theme="serene-forest"] .mass p,
[data-theme="serene-forest"] .link-card span,
[data-theme="serene-forest"] .news-card a {
    color: #cbd5f5;
}

:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .bg-primary {
    background-color: var(--primary-color) !important;
}

:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .text-primary {
    color: var(--primary-color) !important;
}

:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .border-primary {
    border-color: var(--primary-color) !important;
}

:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .bg-background-light,
:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .bg-background-dark {
    background-color: var(--page-bg) !important;
}

:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .text-slate-900,
:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .text-slate-800,
:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .text-slate-700,
:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .text-slate-600,
:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .text-slate-500 {
    color: #e2e8f0 !important;
}

:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .text-slate-400,
:is([data-theme="twilight-sky"], [data-theme="midnight-rose"], [data-theme="serene-forest"]) .text-slate-300 {
    color: #cbd5f5 !important;
}

:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .bg-primary {
    background-color: var(--primary-color) !important;
}

:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .text-primary {
    color: var(--primary-color) !important;
}

:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .border-primary {
    border-color: var(--primary-color) !important;
}

:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .bg-background-light,
:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .bg-background-dark {
    background-color: var(--page-bg) !important;
}

:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .text-slate-900,
:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .text-slate-800,
:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .text-slate-700,
:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .text-slate-600,
:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .text-slate-500 {
    color: #1f2933 !important;
}

:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .text-slate-400,
:is([data-theme="morning-chai"], [data-theme="cotton-candy"], [data-theme="spring-wellness"]) .text-slate-300 {
    color: #475569 !important;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
   
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: color 0.2s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:hover {
    /* background: #2980b9; */
    background: #2c3e50;
    transform: translateY(-2px);
}

.cta-button {
    background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 999px;
}

.cta-button:hover {
    background: linear-gradient(120deg, var(--secondary-color), var(--accent-color));
}

/* Header Styles */
header {
    background: rgba(227, 242, 253, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    color: #0d47a1;
    backdrop-filter: blur(8px);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    margin-right: 15px;
}

.logo h1 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    /* color: var(--dark-color); */
}

nav ul {
    display: flex;
    align-items: center;
    gap: 14px;
}

nav ul li {
    margin-left: 0;
}

.nav-menu-dropdown {
    position: relative;
}

.nav-menu-dropdown summary {
    list-style: none;
    cursor: pointer;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 999px;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nav-menu-dropdown summary::-webkit-details-marker {
    display: none;
}

.nav-menu-dropdown summary:hover,
.nav-menu-dropdown details[open] summary {
    color: var(--accent-color);
    background: rgba(13, 71, 161, 0.1);
}

.nav-menu-panel {
    position: absolute;
    top: 115%;
    left: 0;
    min-width: 260px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(13, 71, 161, 0.12);
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.2);
    padding: 10px;
    backdrop-filter: blur(12px);
    z-index: 1100;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-menu-dropdown details[open] .nav-menu-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-menu-panel a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #0d47a1;
    font-weight: 500;
    border-radius: 10px;
    margin: 0;
}

.nav-menu-panel a:hover {
    background: rgba(13, 71, 161, 0.12);
}

.dropdown-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(13, 71, 161, 0.08);
    color: #0d47a1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.dropdown-item-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dropdown-item-title {
    font-weight: 600;
    font-size: 0.95rem;
}

.dropdown-item-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
}

[data-theme="dark"] .nav-menu-panel {
    background: rgba(24, 36, 48, 0.95);
    border-color: rgba(148, 163, 184, 0.2);
    box-shadow: 0 22px 50px rgba(3, 8, 20, 0.5);
}

[data-theme="dark"] .nav-menu-panel a {
    color: #e2e8f0;
}

[data-theme="dark"] .nav-menu-panel a:hover {
    background: rgba(19, 127, 236, 0.18);
}

[data-theme="dark"] .dropdown-item-icon {
    background: rgba(19, 127, 236, 0.2);
    color: #93c5fd;
}

[data-theme="dark"] .dropdown-item-subtitle {
    color: #94a3b8;
}

.dropdown-icon {
    font-size: 0.7rem;
    transition: transform 0.2s ease;
}

.nav-menu-dropdown details[open] .dropdown-icon {
    transform: rotate(180deg);
}

nav ul li a {
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 999px;
    position: relative;
    color: #0d47a1;
}

nav ul li a.active,
nav ul li a:hover {
    color: var(--accent-color);
    background: rgba(13, 71, 161, 0.1);
}

nav ul li a.active:after,
nav ul li a:hover:after {
    content: none;
}

nav ul li a.btn {
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
    color: #fff;
}

nav ul li a.btn:hover:after {
    display: none;
}

nav ul li a.btn:hover {
    color: #fff;
    background: linear-gradient(120deg, var(--secondary-color), var(--accent-color));
    transform: translateY(-1px);
}

.auth-buttons button {
    margin-left: 10px;
    padding: 8px 15px;
}

.auth-buttons button:first-child {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.auth-buttons button:first-child:hover {
    background: var(--primary-color);
    color: white;
}

.mobile-menu {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 900;
}

.nav-mobile-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(13, 71, 161, 0.1);
    font-weight: 600;
    color: #0d47a1;
}

.nav-close {
    border: none;
    background: rgba(13, 71, 161, 0.08);
    color: #0d47a1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(6, 12, 24, 0.78), rgba(6, 12, 24, 0.65)), url('medium-shot-woman-training-home.jpg') center center/cover;
    color: white;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.hero h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 24px 0 16px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 12px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-btn.primary {
    background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    box-shadow: 0 16px 30px rgba(13, 71, 161, 0.25);
}

.hero-btn.primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(13, 71, 161, 0.3);
}

.hero-btn.secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.hero-members {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
}

.member-avatars {
    display: flex;
    align-items: center;
}

.member-avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    margin-left: -10px;
}

.member-avatar:first-child {
    margin-left: 0;
}

/* Features Section */
.features {
    padding: 80px 0;
    background: white;
}

.features h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.2rem;
    color: var(--dark-color);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card {
    background: var(--light-color);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.feature-card i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.feature-card h3 {
    margin-bottom: 15px;
    color: var(--dark-color);
}

/* About Section */
.about {
    padding: 80px 0;
    background: #f5f7fa;
}

.about h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.2rem;
    color: var(--dark-color);
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-text {
    flex: 1;
}

.about-text p {
    margin-bottom: 20px;
}

.about-text ul {
    margin-top: 20px;
}

.about-text ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.about-text ul li i {
    margin-right: 10px;
    color: var(--secondary-color);
}

.about-image {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Quick Links Section */
.quick-links {
    padding: 80px 0;
    background: white;
}

.quick-links h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.2rem;
    color: var(--dark-color);
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.link-card {
    background: var(--light-color);
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    color: var(--dark-color);
}

.link-card:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(13, 71, 161, 0.2);
}

.link-card i {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

.link-card span {
    font-weight: 500;
}

/* News Section */
.news {
    padding: 80px 0;
    background: #f5f7fa;
}

.news h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.2rem;
    color: var(--dark-color);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

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

.news-card:hover {
    transform: translateY(-10px);
}

.news-date {
    background: var(--accent-color);
    color: white;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 999px;
}

.news-card-content {
    padding: 20px;
}

.news-card h3 {
    margin-bottom: 10px;
    color: var(--dark-color);
}

.news-card p {
    margin-bottom: 15px;
    color: #666;
}

.news-card a {
    color: var(--accent-color);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.news-card a:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.news-card a:hover:after {
    transform: translateX(5px);
}

/* Footer Styles */
footer {
    background: var(--dark-color);
    color: white;
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-about h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.footer-about p {
    margin-bottom: 15px;
    opacity: 0.8;
}

.footer-links h3,
.footer-social h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

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

.footer-links ul li a {
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links ul li a:hover {
    opacity: 1;
}

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

.social-icons a {
    color: white;
    font-size: 1.3rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.social-icons a:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    opacity: 0.7;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: var(--secondary-color);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-legal a:hover {
    opacity: 1;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    /* position: relative; */
    animation: modalopen 0.5s;
}

@keyframes modalopen {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.5rem;
    color: #aaa;
    cursor: pointer;
}

.close:hover {
    color: #333;
}

.clos {
    position: absolute;
    top: 15px;
    /* right: 5px; */
    margin-left: 45%;
    font-size: 2.5rem;
    color: #aaa;
    cursor: pointer;
}

.clos:hover {
    color: #333;
}

.modal h2 {
    margin-bottom: 20px;
    text-align: center;
    color: var(--dark-color);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-options label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: normal;
    cursor: pointer;
}

.form-options a {
    color: var(--primary-color);
}

.terms label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-weight: normal;
    cursor: pointer;
}

.terms input {
    margin-top: 3px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(120deg, var(--accent-color), var(--secondary-color));
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(13, 71, 161, 0.25);
}

.form-footer {
    text-align: center;
    margin-top: 20px;
}

.form-footer p {
    color: #666;
}

.form-footer a {
    font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .about-content {
        flex-direction: column;
    }
    
    .about-image {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    header .container {
        padding: 14px 12px;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: min(320px, 85%);
        background: rgba(255, 255, 255, 0.1);
        box-shadow: none;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        z-index: 1001;
        display: flex;
        flex-direction: column;
    }

    body.nav-open nav {
        transform: translateX(0);
    }

    body.nav-open .nav-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    nav ul {
        flex-direction: column;
        padding: 20px;
        gap: 10px;
        background: transparent;
    }

    nav ul li {
        margin: 0;
    }

    nav ul li a {
        width: 100%;
        display: block;
        font-size: 1rem;
        background: rgba(255, 255, 255, 0.1);
        color: var(--primary-color);
        border: 1px solid rgba(13, 71, 161, 0.15);
    }
    
    .mobile-menu {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 999px;
        background: rgba(13, 71, 161, 0.1);
        color: #0d47a1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-mobile-header {
        display: flex;
    }
    
    .auth-buttons {
        display: none;
    }
    
.hero h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .hero h2 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
.modal-content {
        margin: 20% auto;
        padding: 20px;
    }
    
.footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
.footer-legal {
        justify-content: center;
    }
}
.ko{
    margin: 3% auto 2%;
    width: min(100%, 960px);
}

.kt{
   

   
}
.hj h1{
    color: #0d47a1;
}
.kt div{
    width: min(700px, 100%);
    background:linear-gradient(180deg, #90caf9, #e3f2fd);
    padding: clamp(1.5rem, 4vw, 3.75rem);
    border-radius: 40px;
    position: relative;
}

.kt  p input{
    padding: 20px;

   
}

.kt form{
    padding: 30px;
}

form input{
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border-radius: 10px;
}
form textarea{
    width: 100%;
    max-width: 100%;
    padding: 25px;
}
form button{
    padding: 15px;
    margin-top: 10px;
    border-radius: 20px;
    border: none;
  background-color: #2c3e50;
  color: white;
}

.bg{
    padding: 0 1rem;
    position: relative;
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.ll{
    border: 2px solid black;
}

.close{
     position: absolute; 
    top: 5px;
    right: 10px;
    font-size: 2.7rem;
    color: black;
    cursor: pointer;
    
}

.pp{
    display: inline-block;
}

.jk{
    background-color: rgba(13, 71, 161, 0.08);
    padding: 2%;
    margin: 20px;
    border-radius: 18px;
}
.mj{
    background-color: var(--accent-color);
    padding: 20px;
    color: white;
    border-radius: 12px;
}

button{
    background-color: var(--accent-color);
    color: #fff;
}

.kit{
     color: #0d47a1;
}

/* Story/message split sections */
.mes {
    display: flex;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
    justify-content: space-between;
    padding: clamp(1rem, 3vw, 2.5rem);
    border-radius: 24px;
    background: white;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    flex-wrap: wrap;
}

.mass,
.mespic {
    flex: 1 1 320px;
}

.mass h1,
.mass h2 {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.mass p {
    color: #425466;
}

.mespic {
    text-align: center;
}

.mespic img,
.pp,
.p2 {
    width: 100%;
    max-width: 520px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
    object-fit: cover;
}

.km {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.9rem 1.75rem;
    margin-top: 1.5rem;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.km:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(13, 71, 161, 0.25);
}

@media (max-width: 768px) {
    .mes {
        padding: 1.5rem;
    }

    .mass,
    .mespic {
        flex: 1 1 100%;
        text-align: center;
    }

    .mass p {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .mrr .mrr-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mrr-badge {
        width: 100%;
        text-align: center;
    }

    .mrr-track {
        width: 100%;
    }
}
