/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

/* Header Styles */
.header {
    background-color: #e5dbdb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* padding: 1rem 0; */
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
}

/* Header Left - Logo Image */
.header-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.logo-image {
    height: 100%;
    width: auto;
    object-fit: contain;
    max-width: 150px;
    margin-left: -150px;
}

/* Header Center - Logo Text */
.header-center {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
    border: 2px solid #3498db;
    border-radius: 4px;
    background-color: #ecf0f1;
}
.school-heading {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 60px;
  text-transform: uppercase;
  color:rgb(3, 3, 84);
   text-shadow: 2px 2px 4px #2c3e50;
     /* text-shadow: 0 3px 3px #2c3e50; */
}
/* .school-heading span{
    color: #e67e22;
} */
.lead_logo{
    height: 120px;
    width: 120px;
    padding: 20px;
}

/* Header Right - Correspondent */
.header-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
}

.correspondent-image {
    width: 150px;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    /* border: 3px solid #3498db; */
    margin-bottom: 0.5rem;
    margin-right: -150px;
    margin-top: 15px;
}

.correspondent-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
      margin-right: -150px;
}

/* Navigation Styles */
.navigation {
    /* background-color: #2c3e50; */
    position: relative;
    /* width: 70%;
    margin-left: 15%; */
    background-color:rgb(3, 3, 84);
}

.nav-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    min-height: 60px;
}

.nav-left,
.nav-right {
    flex: 1;
}

.nav-center {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 1rem 0;
    transition: color 0.3s ease;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    font-size: 1rem;
}

.nav-link:hover,
.nav-link.active {
    color: #e67e22;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
    background-color: #34495e;
    border-top: 1px solid #4a5f7a;
}

.mobile-nav-links {
    list-style: none;
    padding: 1rem 2rem;
}

.mobile-nav-links li {
    margin: 0.5rem 0;
}

.mobile-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 0.75rem 0;
    display: block;
    transition: color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    color: #e67e22;
}

/* Main Content */
/* .main-content {
    background-image: url(./images/baby\ girl\ going\ to\ school\ images.jpg);
    padding: 3rem 0;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.content-container h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.content-container p {
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
} */
/* 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9fbff;
} */

.hero {
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  padding: 60px 20px;
  background: linear-gradient(to bottom right,rgb(249, 244, 222), rgb(246, 246, 224));
}

.hero-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.hero-text {
  flex: 1 1 400px;
}

.hero-text h1 {
  font-size: 36px;
  color: #2b4a8b;
  margin-bottom: 15px;
}

.hero-text h1 span {
  color: #08378c;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-text .intro {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}

.btn {
  margin-top: 20px;
  display: inline-block;
  padding: 12px 24px;
  background-color: #2b4a8b;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #17407a;
}

.hero-image {
  flex: 1 1 400px;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive Media Queries */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 28px;
    margin-top: -150px;
  }

  .hero-text .intro {
    font-size: 16px;
  }

  .btn {
    margin-top: 100px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .hero-image img {
    max-width: 90%;
  }
}

.digital-classes {
  padding: 60px 20px;
  background-color: #f0f8ff;
}

.digital-classes .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.text-content {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.text-content h2 {
  font-size: 2em;
  /* color: #2e3a59; */
   color: #2b4a8b;
  margin-bottom: 15px;
}

.text-content p {
  font-size: 1.1em;
  color: #444;
  line-height: 1.6;
}

.text-content strong {
    color: orangered;
}

.image-content {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  text-align: center;
}

.image-content img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .digital-classes .container {
    flex-direction: column;
  }

  .text-content,
  .image-content {
    padding: 10px;
  }
}


/* General Body & Container Styles (Add if not already present) */
/* body {
    margin: 0;
    font-family: 'Arial', sans-serif; Or your preferred font
    line-height: 1.6;
    color: #333;
} */

.container {
    max-width: 1200px; /* Max width for your content */
    margin: 0 auto; /* Center the container */
    padding: 0 15px; /* Add some padding on sides for smaller screens */
}

/* Section Header Styles (Add if not already present) */
.section-header {
    text-align: center; /* Center the heading and subtitle */
    margin-bottom: 3rem; /* Space below the header */
}

.section-title {
    font-size: 2.5rem;
    color: #2c5aa0; /* Your desired blue */
    margin-bottom: 0.8rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px; /* Limit width for better readability */
    margin: 0 auto; /* Center the subtitle paragraph */
}


/* Programs Section */
.programs {
    padding: 5rem 0; /* Keep original padding */
    background-color:azure; /* A light background for the section */
}

.programs-grid {
    display: grid;
    /* On desktop: 3 columns, each taking equal space */
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; /* Gap between cards */
    /* Ensure the grid itself is centered within its container */
    justify-content: center;
    align-items: start; /* Align items to the start of their grid cell */
}

.program-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Ensure cards in a row have equal height */
    display: flex; /* Use flexbox for internal alignment */
    flex-direction: column; /* Stack content vertically */
    justify-content: space-between; /* Distribute space between elements */
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program-icon {
    font-size: 3rem;
    color: #ffa500; /* Your desired orange */
    margin-bottom: 1.5rem;
}

.program-card h3 {
    font-size: 1.5rem;
    color: #2c5aa0;
    margin-bottom: 1rem;
}

.program-card p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex-grow: 1; /* Allow paragraph to take up available space for equal height */
}

.program-card ul {
    list-style: none;
    text-align: left; /* Keep list items left-aligned within the card */
    padding: 0; /* Remove default padding */
    margin-top: auto; /* Push the list to the bottom of the card for equal height */
}

.program-card li {
    padding: 0.5rem 0;
    color: #555;
    position: relative;
    padding-left: 1.5rem; /* Base padding for the content */
}

.program-card li:before {
    content: "✓";
    position: absolute;
    left: 0; /* Base position for the tick mark */
    color: #ffa500; /* Your desired orange */
    font-weight: bold;
}

/* --- Responsive Adjustments --- */

/* For tablets and larger mobiles (e.g., screens up to 992px) */
@media (max-width: 992px) {
    .programs-grid {
        /* On tablets: 2 columns */
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem; /* Slightly reduced gap */
    }

    /* Adjust list item spacing for tablets */
    .program-card li {
        padding-left: 1.8rem; /* Increase space for tick mark */
    }

    .program-card li:before {
        left: 0.3rem; /* Push tick mark slightly to the right */
    }
}

/* For smaller mobiles (e.g., screens up to 576px) */
@media (max-width: 576px) {
    .programs {
        padding: 3rem 0; /* Less vertical padding on small screens */
    }

    .section-title {
        font-size: 2rem; /* Smaller title on small screens */
    }

    .section-subtitle {
        font-size: 0.95rem; /* Smaller subtitle on small screens */
        padding: 0 10px; /* Add some horizontal padding */
    }

    .programs-grid {
        /* On small mobiles: 1 column */
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .program-card {
        padding: 1.5rem; /* Reduced padding inside cards */
    }

    .program-icon {
        font-size: 2.5rem; /* Smaller icons on small screens */
        margin-bottom: 1rem;
    }

    .program-card h3 {
        font-size: 1.3rem; /* Smaller heading inside cards */
        margin-bottom: 0.8rem;
    }

    .program-card p {
        font-size: 0.95rem; /* Smaller paragraph text */
        margin-bottom: 1rem;
    }

    .program-card ul {
        /* On mobile, allow list to wrap if needed */
        width: 100%;
    }

    .program-card li {
        font-size: 0.9rem; /* Smaller list items */
        padding: 0.4rem 0;
        /* Key Change for Mobile: Increase padding-left */
        padding-left: 1.8rem; /* More space for the tick mark */
    }

    .program-card li:before {
        /* Key Change for Mobile: Adjust position of tick mark */
        left: 0.2rem; /* Push the tick mark slightly to the right */
    }
}
/* Tablet Styles */
@media (max-width: 1024px) {
    .header-container,
    .nav-container {
        padding: 0 1.5rem;
    }
    
    .nav-links {
        gap: 1.5rem;
    }
    
    .center-logo {
        font-size: 1.3rem;
        padding: 0.4rem 0.8rem;
    }
    
    .correspondent-image {
        width: 50px;
        height: 50px;
    }
    
    .correspondent-text {
        font-size: 0.8rem;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .header-container {
        padding: 0 1rem;
        flex-wrap: wrap;
        min-height: 70px;
    }
    
    .header-left {
        flex: 0 0 auto;
        margin-right: 1rem;
    }
    
    .logo-image {
        height: 40px;
        max-width: 40px;
    }
    
    .header-center {
        flex: 1;
        justify-content: center;
    }
    
    .logo-image{
        font-size: 1.1rem;
        padding: 0.3rem 0.6rem;
    }
    
    .header-right {
        flex: 0 0 auto;
        margin-left: 1rem;
    }
    
    .correspondent-image {
        width: 45px;
        height: 45px;
    }
    
    .correspondent-text {
        font-size: 0.7rem;
    }
    
    /* Mobile Navigation */
    .nav-container {
        padding: 0 1rem;
    }
    
    .nav-links {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex;
    }
    
    .mobile-nav.active {
        display: block;
    }
    
    .content-container {
        padding: 0 1rem;
    }
    
    .content-container h1 {
        font-size: 2rem;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .header-container {
        min-height: 60px;
    }
    
    .logo-image {
        height: 100px;
        max-width: 100px;
    }
    
    .center-logo {
        font-size: 1rem;
        padding: 0.25rem 0.5rem;
    }
    
    .correspondent-image {
        width: 100px;
        height: 100px;
    }
    
    .correspondent-text {
        font-size: 0.65rem;
    }
    
    .nav-container {
        min-height: 50px;
    }
    
    .content-container h1 {
        font-size: 1.8rem;
    }
    
    .content-container p {
        font-size: 1rem;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .school-heading {
    font-size: 28px;  /* Smaller size for mobiles */
  }
}

@media (max-width: 480px) {
  .school-heading {
    font-size: 22px; /* Even smaller for very small screens */
  }
}

/* Animation for Mobile Menu */
.mobile-menu-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #001f3f;
 
    color: #e0e7ff;

} */

footer {
    background-color: #001f3f;
    /* Navy blue background */
    color: #e0e7ff;
    padding: 3rem 2rem;
}

footer h3 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
    text-decoration: underline;
    text-underline-offset: 8px;
    /* Adjust this value as needed */
}

/* Grid container for footer columns */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Contact & Icons */
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 0.95rem;
    color: #b0b7c3;
}

.contact-item svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 0.8rem;
    fill: #a3aed0;
}

/* Recent Blog */
.recent-blog-item {
    display: flex;
    margin-bottom: 1.2rem;
}

.recent-blog-item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin-right: 1rem;
    border-radius: 0.25rem;
}

.recent-blog-text {
    flex: 1;
}

.recent-blog-text p {
    font-size: 0.90rem;
    color: #e0e7ff;
    margin: 0 0 0.4rem 0;
    line-height: 1.3;
}

.recent-blog-meta {
    font-size: 0.75rem;
    color: #e0e7ff;
    display: flex;
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    gap: 8px;
    /* Space between lines */
    margin-top: 10px;
}

.recent-blog-meta span {
    display: flex;
    align-items: center;
    /* gap: 0.25rem; */
    gap: 6px;
    font-size: 0.9rem;
    color: #e0e7ff;
    font-style: normal;
}

.recent-blog-meta svg {
    width: 16px;
    height: 16px;
    fill: #cccfdc;
}

/* Links */
.links-list {
    list-style: none;
    padding-left: 20%;
    font-size: 0.95rem;
    color: #e0e7ff;
}

.link {
    padding-left: 20%;
}

.links-list li {
    margin-bottom: 0.8rem;
    transition: color 0.3s ease;
    cursor: pointer;
}

.links-list li:hover {
    color: #818cf8;
}

.links-list li::before {
    content: "→";
    margin-right: 0.5rem;
    color: #818cf8;
    font-weight: bold;
}

/* Subscribe Us */
.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 280px;
}

.subscribe-form input[type="email"] {
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 0.3rem;
    background-color: whitesmoke;
    color: #172554;
    font-size: 1rem;
    outline: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.subscribe-form input[type="email"]::placeholder {
    color: #94a3b8;
}

.subscribe-form input[type="email"]:focus {
    background-color: white;
    color: black;
}

.subscribe-form button {
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 0.3rem;
    background-color: #5c5ac9;
    color: #f3f4f6;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
    background-color: #4e49b4;
}

/* Social buttons */
.social-buttons {
    margin-top: 2rem;
}

.social-buttons h4 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-decoration: underline;
    text-underline-offset: 8px;
    /* Adjust this value as needed */
}

.social-icons {
    display: flex;
    gap: 1.2rem;
}

.social-icons button {
    background-color: #172554;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    color: #cbd5e1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
}

.social-icons button:hover {
    background-color: #4e49b4;
    color: #eff6ff;
}


.footer-bottom {
    text-align: center;
    /* Center the text */
    margin-top: 20px;
    /* Spacing above footer text */
    background-color: #172554;
    /* New background color for footer-bottom */
    color: #f3f4f6;
    /* Text color for contrast */
    padding: 1rem;
    /* Padding for better spacing */
}


/* Media Query for mobile */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    /* Center the subscribe section on smaller screens */
    .subscribe-form {
        max-width: 100%;
        width: 100%;
    }

    /* Adjust footer bottom on mobile */
    .footer-bottom {
        text-align: center;
        margin-top: 2rem;
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .recent-blog-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .recent-blog-item img {
        margin-bottom: 0.5rem;
        margin-right: 0;
        width: 100%;
        height: auto;
        border-radius: 0.5rem;
    }

    .social-icons {
        justify-content: center;
    }
}


/* Reset and Base Styles */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
} */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./images/pexels-rdne-8363087.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    
}

.hero-title {
    text-align: center;
    margin-bottom: 4rem;
}

.hero-title h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #f97316, #ea580c);
    margin: 0 auto;
    border-radius: 2px;
}

/* Statistics Grid */
.stats-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
     grid-template-columns: repeat(4, 1fr);
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.stat-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 1rem;
    color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.stat-icon-blue {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.stat-icon-green {
    background: linear-gradient(135deg, #10b981, #047857);
}

.stat-icon-purple {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.stat-icon-orange {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

.stat-icon-red {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 0.9rem;
    color: #e5e7eb;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title h1 {
        font-size: 3rem;
        margin-top: -500px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1.5rem;
    }
    
    .about-grid {
        gap: 3rem;
    }
    
    .about-content h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .hero-title h1 {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .hero-content {
        padding: 0 15px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .stat-card {
        padding: 1.5rem;
    }
    
    .stat-value {
        font-size: 2rem;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .hero-title h1 {
        font-size: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .stat-card {
        padding: 1rem;
    }
    
    .stat-value {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
}

/* Animation and Scroll Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-card {
    animation: fadeInUp 0.6s ease forwards;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }
.stat-card:nth-child(5) { animation-delay: 0.5s; }

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animation for images */
.about-image {
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

.about-image:nth-child(1) { animation-delay: 0.2s; }
.about-image:nth-child(2) { animation-delay: 0.4s; }

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}