
html {
scroll-behavior: smooth;
scroll-padding-top: 80px;
}

body{ scroll-behavior: smooth;}
:root {
    --primary: #1a4b8e;
    --secondary: #f8b739;
    --accent: #e74c3c;
    --light: #f5f7fa;
    --dark: #1b252e;
    --text: #333;
    --sub: #859ee2;
    --glass: rgba(255, 255, 255, 0.15); 
    --base:  #c2dafc;
    --htext:#fbff02;

}  

* {scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}


body {
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
   padding-top: 80px;
}
/* Header */

header {
    background: linear-gradient(135deg, var(--primary), #3880e4d8);
    color: white;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
padding-top: 5px;
padding-bottom: 5px;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding:0 2rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.logo-text h1 {
    font-size: 1.5rem;
    line-height: 1.2;
}

.logo-text span {
    font-size: 0.9rem;
    opacity: 0.9;
    display: block;
}
nav ul {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    scroll-behavior: smooth;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
scroll-behavior: smooth;
}

nav a:hover {
    color: var(--htext);
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--htext);
    transition: width 0.3s ease;
}

nav a:hover::after {
    width: 100%;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}


/* Hero Section */

.hero {
    background-image: url('https://plus.unsplash.com/premium_photo-1713229182244-d617b76349d2?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;   
    position: relative;
    color: white;
    text-align: center;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
   padding-top: 20px;
  
  
}

.particles-container {
position: absolute;
top: 1;
left: 1;
width: 100%;
height: 100%;
z-index: 0;
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.hero-content {
position: relative;
z-index: 1;
max-width: 800px;
padding: 0 2rem;
}

/* Particle Animation */
@keyframes float {
1% {
transform: translateY(0) rotate(0deg);
opacity: 0.8;
}
100% {
transform: translateY(-100vh) rotate(360deg);
opacity: 0;
}

}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 2.9rem;
    margin-bottom: 2rem;
    line-height: 1.2;
    padding-top: 4rem;
    
    color: #ffffff;
}

    .hero h2 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding-top: 1rem;
    color: #f5f5f5;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn {
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background: var(--secondary);
    color: var(--dark);
    border: 2px solid var(--light);
}

.btn-primary:hover {
    background: transparent;
    color: var(--light);
}

.btn-secondary {
   
    background: white;
    color: var(--dark);
    border: 2px solid white;
}

.btn-secondary:hover {
    background: transparent;
    color: white;
}

/* About Section */

.about {
padding: 1rem 1.5rem;
background-color: #eeeeee;


/* Centered Header with Yellow Line */
.section-title {
text-align: center;
margin-bottom: 3rem;
}

.section-title h2 {
font-size: 2.2rem;
color: #1a4a8e;
margin-bottom: 1rem;
position: relative;
display: inline-block;
}

.section-title h2::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: #f8b739;
}

.section-title p {
font-size: 1.1rem;
color: #666;
max-width: 600px;
margin: 0 auto;
}

/* School Image */
.about-img-container {
width: 100%;
max-width: 600px;
margin: 0 auto 2.5rem;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-img-container img {
width: 100%;
height: auto;
display: block;
}

/* Paragraphs in a Line */
.about-paragraphs {
max-width: 1000px;
margin: 0 auto 3rem;
}

.about-paragraphs h3 {
font-size: 1.8rem;
color: #1a4a8e;
text-align: center;
margin-bottom: 2rem;
}

.paragraph-row {
display: flex;
gap: 2rem;
}

.paragraph-row p {
flex: 1;
font-size: 1.1rem;
line-height: 1.7;
color: #444;
}

/* Feature Cards */
.feature-cards-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
max-width: 1100px;
margin: 0 auto;
}

.feature-card {
background: white;
padding: 2rem 1.5rem;
border-radius: 8px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: transform 0.3s ease;
}

.feature-card:hover {
transform: translateY(-5px);
}

.feature-icon {
font-size: 2.5rem;
color: #f8b739;
margin-bottom: 1rem;
}

.feature-card h4 {
font-size: 1.3rem;
color: #1a4a8e;
margin-bottom: 0.5rem;
}

.feature-card p {
font-size: 0.95rem;
color: #666;
margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
.paragraph-row {
flex-direction: column;
gap: 1rem;
}

.about {
padding: 3rem 1rem;
}

.feature-cards-container {
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 480px) {
.feature-cards-container {
grid-template-columns: 1fr;
}

.section-title h2 {
font-size: 1.8rem;
}
}
}

    /* Base Styles */
    :root {
        --primary: #1a4a8e;
        --secondary: #f8b739;
        --light: #f8f9fa;
        --dark: #212529;
        --transition: all 0.3s ease;
    }

    body {
        font-family: 'Segoe UI', sans-serif;
        margin: 0;
        padding: 0;
        background-color: var(--light);
    }

    /* Gallery Section */
    .gallery {
        padding: 2rem 2rem;
        background: white;
    }

    .section-container {
        max-width: 1000px;
        margin: 0 auto;
    }

    .section-title {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .section-title h2 {
        color: var(--primary);
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .section-title p {
        color: var(--dark);
        font-size: 1.1rem;
    }

    /* Gallery Grid */
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 1rem;
    }

    .gallery-item {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        aspect-ratio: 4/3;
        cursor: pointer;
        transition: var(--transition);
    }

    .gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .gallery-item img {
        width: 100%;
        height: 95%;
        object-fit: cover;
        transition: var(--transition);
    }

    .gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        background: rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: var(--transition);
    }

    .gallery-item:hover .gallery-overlay {
        opacity: 1;
    }

    .gallery-overlay i {
        color: white;
        font-size: 2rem;
    }

    /* View More Button */
    .glt-button {
        text-align: center;
        margin-top: 3rem;
    }

    .btn {
        display: inline-block;
        padding: 12px 24px;
        background-color: var(--primary);
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 600;
        transition: var(--transition);
    }

    .btn:hover {
        background-color: var(--secondary);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    /* Lightbox Styles */
    .lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s ease;
        touch-action: none;
    }

    .lightbox.active {
        display: block;
        opacity: 1;
    }

    .lightbox-content {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
    }

    #lightbox-img {
        max-width: 90%;
        max-height: 80vh;
        object-fit: contain;
        transform: scale(1) translate(0, 0);
        transition: transform 0.3s ease;
        cursor: zoom-in;
        user-select: none;
    }

    #lightbox-img.zoomed {
        cursor: grab;
    }

    .caption-container {
        color: white;
        text-align: center;
        margin-top: 15px;
        max-width: 80%;
    }

    .close-btn {
        position: absolute;
        top: 25px;
        right: 25px;
        color: white;
        font-size: 2.5rem;
        cursor: pointer;
        background: none;
        border: none;
        z-index: 1001;
        transition: var(--transition);
    }

    .close-btn:hover {
        color: var(--secondary);
        transform: scale(1.2);
    }

    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 2rem;
        cursor: pointer;
        background: rgba(0,0,0,0.5);
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        z-index: 1001;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
    }

    .nav-btn:hover {
        background: rgba(0,0,0,0.8);
    }

    .prev-btn {
        left: 25px;
    }

    .next-btn {
        right: 25px;
    }

    /* Zoom Controls */
    .zoom-controls {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        background: rgba(0,0,0,0.7);
        padding: 10px 20px;
        border-radius: 50px;
        z-index: 1001;
    }

    .zoom-btn {
        background: none;
        border: none;
        color: white;
        font-size: 1.2rem;
        cursor: pointer;
        padding: 5px;
        transition: var(--transition);
    }

    .zoom-btn:hover {
        color: var(--secondary);
        transform: scale(1.1);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .gallery-grid {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
        }
        
        .section-title h2 {
            font-size: 2rem;
        }
        
        .nav-btn {
            width: 40px;
            height: 40px;
            font-size: 1.5rem;
        }
        
        .close-btn {
            top: 15px;
            right: 15px;
            font-size: 2rem;
        }
        
        .zoom-controls {
            bottom: 20px;
        }
    }

    @media (max-width: 480px) {
        .gallery {
            padding: 2rem 1rem;
        }
        
        .gallery-grid {
            grid-template-columns: 1fr;
        }
    }
.leadership {
padding: 2rem 2rem;
background-color: var(--base);
}

.section-container {
max-width: 800px; /* Slightly narrower for better focus */
margin: 0 auto;
}

.leader-card {
display: flex;
flex-direction: column;
gap: 0.1rem;
margin-bottom: 1rem;
padding: 1rem;
}

.leader-img {
width: 100%;
max-width: 600px;
margin: 0 auto 2.5rem;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.363);
}

.leader-img img {
width: 100%;
height: auto;
display: block;
}

.leader-meta {
text-align: center;
margin-top: 1cqb;
}

.leader-meta h3 {
font-size: 1.8rem;
color: var(--primary);
margin-bottom: 0.1rem;
}

.leader-title {
font-weight: 600;
color: var(--primary);
display: block;
font-size: 1.1rem;
}

.leader-message {
font-style: italic;
position: relative;
padding: 1rem 1.5rem;
border-left: 3px solid var(--secondary);
background: rgba(255,255,255,0.05);
border-radius: 0 8px 8px 0;
}

/* Glass Effect (Unchanged) */
.leader-card.glass-card {
--glass: rgba(255, 255, 255, 0.12);
--glass-border: rgba(255, 255, 255, 0.15);
background: linear-gradient(
135deg,
rgba(26, 74, 142, 0.247),
rgba(255, 255, 255, 0.356)
);
}

.leader-card.glass-card::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(
circle at 20% 30%,
rgba(248, 183, 57, 0.08) 0%,
transparent 80%
);
pointer-events: none;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
.leader-img {
max-width: 280px; /* Keeps photos large on mobile */
}

.leader-card {
padding: 1.8rem;
}
}
/* Glass Effect Contact Section CSS */

:root {
--glass-bg: rgba(255, 255, 255, 0.08);
--glass-border: rgba(255, 255, 255, 0.15);
--glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
--school-blue: #668bc0;
--accent-gold: #f8b739;
--text-light: rgba(255, 255, 255, 0.9);
}

.contact {
padding: 1rem 1rem;
background: linear-gradient(135deg, #1a1a2e, #16213e);
position: relative;
}

.glass-contact-container {
max-width: 700px;
margin: 0 auto;
display: flex;
justify-content: center;
}

.glass-contact-info {
background: var(--glass-bg);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-radius: 20px;
border: 1px solid var(--glass-border);
box-shadow: var(--glass-shadow);
padding: 2rem;
width: 80%;
max-width: 400px;
transition: all 0.4s ease;
}

.glass-contact-info:hover {
transform: translateY(-10px);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
background: rgba(255, 255, 255, 0.12);
}

.glass-contact-info h3 {
color: white;
font-size: 2rem;
margin-bottom: 1rem;
position: relative;


}

.glass-contact-info h3::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 3px;
background: var(--accent-gold);
}

.glass-contact-subtitle {
color: #f3f3f3;
margin-bottom: 1.8rem;
font-size: 1.1rem;
opacity: 1;
}

.glass-contact-details {
display: grid;
gap: 2rem;
}

.glass-contact-item {
display: flex;
gap: 1.5rem;
align-items: flex-start;
}

.glass-contact-icon {
width: 50px;
height: 50px;
background: rgba(199, 137, 137, 0.1);
border: 1px solid rgba(248, 183, 57, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--accent-gold);
font-size: 1.2rem;
flex-shrink: 0;
transition: all 0.3s ease;
}

.glass-contact-item:hover .glass-contact-icon {
background: var(--accent-gold);
color: var(--school-blue);
transform: scale(1.1);
}

.glass-contact-text h4 {
color: white;
margin-bottom: 0.3rem;
font-size: 1.2rem;
}

.glass-contact-text p {
color: #fdfeff;
line-height: 1.6;
opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
.glass-contact-info {
padding: 2rem;
}

.glass-contact-item {
flex-direction: column;
gap: 1rem;
}

.glass-contact-icon {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
/*  Contact Section CSS */ 
:root {
--glass-bg: rgba(107, 107, 107, 0.1);
--glass-border: rgba(255, 255, 255, 0.15);
--glass-highlight: rgba(255, 255, 255, 0.05);
--school-blue: #58759e;
--accent-gold: #f8b739;
--text-light: rgb(0, 0, 0);
}

.glass-contact-form {
background: linear-gradient(
80deg,
var(--base),
var(--glass-highlight)
);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-radius: 16px;
border: 1px solid var(--base);
box-shadow: 
0 8px 32px rgba(0, 0, 0, 0.322),
inset 0 4px 12px rgba(214, 211, 211, 0);
padding: 2rem;
width: 100%;
max-width: 450px;
height: 100%;
max-height: 550px;
margin: 0 auto;
transition: all 0.4s ease;
}

.glass-contact-form:hover {
transform: translateY(-5px);
box-shadow: 
0 12px 40px rgba(88, 88, 88, 0.877),
inset 0 6px 16px rgba(199, 199, 199, 0.726);
}

.form-header {
margin-bottom: 1%;
text-align: center;
}

.form-header h2 {
color: rgb(14, 12, 12);
font-size: 2rem;
margin-bottom: 0.3rem;
font-weight: 600;
}

.glass-divider {
height: 3px;
width: 70px;
background: var(--accent-gold);
margin: 0 auto 1.5rem;
border-radius: 3px;
transition: all 0.4s ease;
}

.glass-contact-form:hover .glass-divider {
width: 110px;
}

.form-group {
position: relative;
margin-bottom: 1rem;
}

.form-group label {
display: block;
color: var(--text-light);
margin-bottom: 0.1rem;
font-size: 0.9rem;
transition: all 0.3s ease;
}

.glass-input,
.glass-textarea {
width: 100%;
padding: 0.6rem 1rem;
background: rgba(131, 131, 131, 0.288);
border: 1px solid rgba(255, 255, 255, 0);
border-radius: 8px;
color: rgba(0, 0, 0, 0.911);
font-family: inherit;
transition: all 0.3s ease;
}

.glass-input::placeholder,
.glass-textarea::placeholder {
color: rgba(0, 0, 0, 0.6);
}

.glass-input:focus,
.glass-textarea:focus {
outline: none;
border-color: var(--accent-gold);
background: rgba(255, 255, 255, 0.15);
box-shadow: 0 0 0 2px rgba(240, 192, 62, 0.856);
}

.glass-textarea {
min-height: 100px;
resize: vertical;
}

.input-focus {
position: cursor ;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--accent-gold);
transition: all 0.4s ease;
}

.glass-input:focus ~ .input-focus,
.glass-textarea:focus ~ .input-focus {
width: 100%;
}

.glass-submit-btn {
background: linear-gradient(135deg, var(--school-blue), var(--accent-gold));
color: white;
box-shadow: 0 5px 15px rgba(95, 87, 68, 0.664);
border: none;
padding: 1em 1.5rem;
border-radius: 8px;
font-weight: 500;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.8rem;
margin-top: 0.1rem;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
width: 100%;
position: relative;
overflow: hidden;
}

.glass-submit-btn:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(22, 18, 8, 0.842);
}

.glass-submit-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: all 0.6s ease;
}

.glass-submit-btn:hover::before {
left: 100%;
}

.submit-arrow {
transition: all 0.3s ease;
}

.glass-submit-btn:hover .submit-arrow {
transform: translateX(8px);
}

/* Animations */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

.glass-contact-form {
animation: fadeIn 0.8s ease-out forwards;
}

/* Responsive Design */
@media (max-width: 768px) {
.glass-contact-form {
padding: 1.5rem;
}

.form-header h2 {
font-size: 1.5rem;
}
}
/* Footer */
footer {
    background: var(--dark);
    color: white;
    padding: 3rem 2rem 0.2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--secondary);
}

.footer-col p {
    margin-bottom: 1rem;
    opacity: 0.8;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
    padding-left: 5px;
    color: var(--secondary);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--secondary);
    color: var(--dark);
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 1rem ;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0.7;
    font-size: 0.9rem;
    padding-bottom: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
    .about-content {
        grid-template-columns: 1fr;
    }
    
    .about-img {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    nav ul {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: var(--primary);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        transition: all 0.5s ease;
    }
    
    nav ul.active {
        left: 0;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
.glass-card {
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
}


@media (max-width: 576px) {
    .header-container {
        padding: 0 1rem;
    }
    
    .logo-text h1 {
        font-size: 1.2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .btn {
        width: 100%;
        text-align: center;
    }
    
    .about-features {
        grid-template-columns: 1fr;
    }
}

/* Add this to your CSS */
.hero {
  position: relative;
  overflow: hidden;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
