* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

/* Ensure navbar transparency - High specificity to override other styles */
.navbar:not(.navbar-scrolled),
nav.navbar:not(.navbar-scrolled),
.navbar.navbar-expand-lg:not(.navbar-scrolled),
.navbar.navbar-dark:not(.navbar-scrolled),
header:not(.scrolled),
header.sticky-top:not(.scrolled),
.sticky-top:not(.scrolled) {
    background: transparent !important;
    background-color: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    background: linear-gradient(135deg, 
        rgba(236, 254, 255, 0.95) 0%, 
        rgba(224, 242, 254, 0.9) 25%, 
        rgba(220, 252, 231, 0.95) 50%, 
        rgba(191, 219, 254, 0.9) 75%, 
        rgba(240, 253, 250, 0.95) 100%);
    min-height: 100vh;
    color: #1f2937;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Blog Detail Page Styles */
.blog-content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.blog-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.blog-content li {
    margin-bottom: 0.5rem;
    color: #374151;
    font-size: 1rem;
    line-height: 1.6;
}

.blog-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 1rem;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tag {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Ensure smooth scrolling and animations work */
.blog-content {
    transition: all 0.3s ease;
}

.blog-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.25);
}


/* Animated Background Bubbles */
.bubble-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    opacity: 0.25;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
}

.bubble-1 {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #34d399, #60a5fa);
    left: 10%;
    top: 20%;
}

.bubble-2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #60a5fa, #34d399);
    left: 85%;
    top: 15%;
}

.bubble-3 {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #34d399, #60a5fa);
    left: 70%;
    top: 60%;
}

.bubble-4 {
    width: 70px;
    height: 70px;
    background: linear-gradient(225deg, #60a5fa, #34d399);
    left: 5%;
    top: 70%;
}

.bubble-5 {
    width: 90px;
    height: 90px;
    background: linear-gradient(180deg, #34d399, #60a5fa);
    left: 40%;
    top: 10%;
}

.bubble-6 {
    width: 50px;
    height: 50px;
    background: linear-gradient(315deg, #60a5fa, #34d399);
    left: 60%;
    top: 85%;
}

/* Animations */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1) rotate(180deg);
        opacity: 1;
    }
}

.floating-animation {
    animation: float 6s ease-in-out infinite;
}

.fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

.pulse-animation {
    animation: pulse 3s ease-in-out infinite;
}

/* Slide up animation for all elements */
.slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}

.slide-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Glass effect */
.glass-card {
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(16, 185, 129, 0.4);
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.2);
    border-radius: 16px;
}

.glass-card-no-hover {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(16, 185, 129, 0.4);
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.2);
    border-radius: 16px;
}

.glow-effect {
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.5);
}

/* Gradient text */
.gradient-text {
    background: linear-gradient(45deg, #1e3a8a, #064e3b);
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 0;
    background: none;
    border-bottom: none;
    width: 100%;
    transition: all 0.3s ease;
}

/* Modern Header / Navbar improvements */
header, 
header.sticky-top,
nav.navbar .container {
    background: transparent !important;
    background-color: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.sticky-top {
    position: fixed !important;
    top: 0;
    z-index: 1020;
    width: 100%;
    transition: background-color 0.3s ease;
}

.navbar,
.navbar.navbar-expand-lg,
.navbar.navbar-dark {
    padding: 0.7rem 0;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.navbar-dark {
    background-color: transparent;
}

/* This class will be added via JavaScript when scrolling */
.navbar-scrolled {
    background-color: white !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Change text color when navbar is scrolled */
.navbar-scrolled .nav-link {
    color: #1f2937 !important;
}

.navbar-scrolled .nav-link:hover {
    color: #16a34a !important;
}

.navbar-scrolled .navbar-brand {
    color: #1f2937 !important;
}

.navbar-scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 41, 55, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #e6eef8 !important;
    font-weight: bold;
}

.navbar-brand img {
    border-radius: 8px;
}

.navbar-brand:hover {
    color: #fff !important;
    text-decoration: none;
}

.nav-link {
    color: #e6eef8 !important;
    padding: 0.6rem 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #fff !important;
}

.navbar-toggler {
    border: 0;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.btn-outline-success {
    color: #16a34a;
    border-color: rgba(255, 255, 255, 0.08);
    background-color: transparent;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #16a34a;
    border-color: #16a34a;
}

.btn-primary {
    background-color: #16a34a;
    border-color: #16a34a;
}

.btn-primary:hover {
    background-color: #15803d;
    border-color: #15803d;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.fw-bold {
    font-weight: bold !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-lg-0 {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

/* Responsive container padding */
@media (min-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0 2.5rem;
    }
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 0 auto;
}

.logo-image {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
}

.logo-image:hover {
    transform: scale(1.05);
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #059669, #1d4ed8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    animation: pulse 2s ease-in-out infinite;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.logo-text {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.25rem;
}

.nav-links {
    display: none;
    gap: 2rem;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-links a {
    text-decoration: none;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
}

.nav-links a:not(.nav-cta-button)::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #059669, #1d4ed8);
    transition: width 0.3s ease;
}

.nav-links a:hover:not(.nav-cta-button) {
    color: #059669;
    transform: translateY(-2px);
}

.nav-links a:hover:not(.nav-cta-button)::after {
    width: 100%;
}

.nav-cta-button {
    padding: 0.6rem 1.25rem;
    background: #1e3a8a;
    color: white !important;
    text-decoration: none !important;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(30, 58, 138, 0.3);
    border: none;
    cursor: pointer;
    position: relative;
}

.nav-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 58, 138, 0.5);
    background: #1e40af;
    color: white !important;
    text-decoration: none !important;
}

.mobile-menu-btn {
    display: block;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #374151;
    cursor: pointer;
    flex: 0 0 auto;
}

.mobile-nav {
    display: none;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #d1d5db;
}

.mobile-nav.active {
    display: flex;
}

.mobile-nav .nav-cta-button {
    margin-left: 0;
    margin-top: 0.5rem;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none !important;
}

/* Desktop contribute button container */
.nav-cta-container {
    display: none;
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .nav-links {
        display: flex;
    }
    
    .nav-cta-container {
        display: block;
    }
    
    .nav-cta-container .nav-cta-button {
        margin-left: 0;
    }
    
    .header{
        padding: 15px 0;
        backdrop-filter: blur(10px);
    }
    .mobile-menu-btn {
        display: none;
    }
}
@media(max-width:425px){
    .header {
        padding: 8px 0;
    }
    
    .logo-image {
        height: 50px;
    }
    
    .nav-cta-container {
        display: none;
    }
    
    .container {
        padding: 0 0.75rem;
    }
}

@media(max-width:768px) and (min-width:425px){
    
    .logo {
        display: flex;
        align-items: center;
        gap: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .logo-image {
        height: 60px;
    }
    .header{
        padding: 10px 0;
    }
    .nav-links a{
        font-size: 10px;
    }
}

/* Bootstrap Navbar Styles */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-light {
    background-color: rgba(248, 249, 250, 0.95);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    text-decoration: none;
    color: #1f2937;
    font-weight: bold;
}

.navbar-brand:hover {
    text-decoration: none;
    color: #059669;
}

.d-inline-block {
    display: inline-block !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-item {
    margin: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #1f2937;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease-in-out;
    position: relative;
}

.nav-link:hover {
    color: #059669;
    text-decoration: none;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    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;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn-outline-success {
    color: #059669;
    border-color: #059669;
    background-color: transparent;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #059669;
    border-color: #059669;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3);
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Bootstrap responsive utilities */
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    
    .form-inline .btn {
        margin-left: 0.5rem;
    }
    
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Additional custom styles for the updated navbar */
.navbar-brand span {
    color: #123456;
    font-weight: bold;
    font-size: 1.4rem;
}

.navbar .nav-link {
    font-weight: 500;
    position: relative;
    padding: 0.5rem 0.75rem;
}

.navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #059669, #1d4ed8);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar .nav-link:hover::after {
    width: 80%;
}

.navbar .btn-outline-success {
    border-radius: 25px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    border-width: 2px;
    transition: all 0.3s ease;
}

/* Mobile navbar styles */
@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: transparent !important;
        background-color: transparent !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        border-radius: 8px;
        padding: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .navbar-scrolled .navbar-collapse {
        background: white;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-nav {
        align-items: center;
    }
    
    .navbar-nav .nav-item {
        margin: 0.25rem 0;
    }
    
    .form-inline {
        justify-content: center;
        margin-top: 1rem;
    }
}
    
.nav-cta-container {
    display: none;
}
@media(max-width:1024px) and (min-width:768px){
    
    .nav-links a{
        font-size: 14px;
        gap: 1.5rem;
    }
    .logo-image {
        height: 70px;
    }
    
    .nav-links {
        gap: 1.5rem;
    }
}


/* Ensure full width sections */
.hero, .section, .footer {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Hero Section - Modern Dark Theme */
.hero {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Hero Carousel - Simplified */
.hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-carousel img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.05) brightness(0.5);
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-carousel img.active {
    opacity: 1;
}

/* Hero Overlay - Dark gradient */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 7, 18, 0.3), rgba(2, 6, 12, 0.6));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 1rem;
    text-align: center;
    color: #e6eef8;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-content .lead {
    font-size: 1.25rem;
    color: #94a3b8;
    margin-bottom: 2rem;
}

.hero-content p {
    color: #94a3b8;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.hero-content .btn {
    margin: 0.25rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.btn-outline-light {
    color: #e6eef8;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: transparent;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #e6eef8;
    border-color: #e6eef8;
}

.mt-3 {
    margin-top: 1rem !important;
}

/* Floating animation enhancement */
.floating-animation {
    display: inline-block;
    transform-origin: center;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero {
        min-height: 100vh;
    }
    
    .hero-content {
        padding: 5rem 1rem 3rem;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 575px) {
    .hero {
        min-height: 100vh;
    }
    
    .hero-content {
        padding: 4rem 1rem 2rem;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content .lead,
    .hero-content p {
        font-size: 1.1rem;
    }
    
    .hero-content .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}
    line-height: 1.1;
}

.hero .subtitle {
    font-size: clamp(1.4rem, 5vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 0.8rem;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
    letter-spacing: 0.8px;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #374151;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    font-weight: 500;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .hero h1 {
        font-size: clamp(2.2rem, 7vw, 4rem);
    }
    .hero .subtitle {
        font-size: clamp(1.8rem, 5.5vw, 3rem);
        text-shadow: 0 6px 25px rgba(16, 185, 129, 0.5);
        letter-spacing: 1px;
    }
    .hero p {
        font-size: 1.5rem;
    }
}

/* Buttons */
.btn {
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2;
}

.btn-primary {
    background: linear-gradient(45deg, #059669, #1d4ed8);
    color: white;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.5);
}

.btn-secondary {
    background: transparent;
    color: #059669;
    border: 2px solid #059669;
}

.btn-secondary:hover {
    background: #059669;
    color: white;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

/* Scroll Transition Effects */
.hero-content {
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.hero-content.scrolled {
    transform: translateY(-50px) scale(0.95);
    opacity: 0.3;
}

.hero-overlay {
    transition: all 0.6s ease-out;
}

.hero-overlay.scrolled {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
        rgba(236, 254, 255, 0.7) 0%, 
        rgba(224, 242, 254, 0.6) 25%, 
        rgba(220, 252, 231, 0.7) 50%, 
        rgba(191, 219, 254, 0.6) 75%, 
        rgba(240, 253, 250, 0.7) 100%);
}

.header {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hero .container {
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Enhanced parallax layers */
.hero-carousel .carousel-slide {
    transition: transform 0.6s ease-out;
}

.hero-carousel.scrolled .carousel-slide.active {
    transform: translateY(30px) scale(1.1);
}

/* Sections */
.section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: #374151;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-weight: 500;
}

/* About Section */
.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-description-card {
    padding: 2.5rem;
    margin-bottom: 3rem;
    text-align: left;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.08), 
        rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.about-description-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    transition: left 0.8s ease;
    z-index: 1;
}

.about-description-card:hover::before {
    left: 100%;
}

.about-description-card:hover {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.08), 
        rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.about-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #1f2937;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.about-description:last-of-type {
    margin-bottom: 0;
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    padding: 2rem 0;
}

.stat {
    text-align: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
}

.stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    transition: left 0.6s ease;
}

.stat:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(16, 185, 129, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(16, 185, 129, 0.3);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15), 
        rgba(16, 185, 129, 0.05));
}

.stat:hover::before {
    left: 100%;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #10b981, #059669, #047857);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    display: block;
    text-shadow: 0 2px 10px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
}

.stat:hover .stat-number {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.stat-label {
    font-size: 1rem;
    color: #374151;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.stat:hover .stat-label {
    color: #10b981;
    opacity: 1;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .about-description {
        text-align: center;
        padding: 0;
    }
    
    .stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

/* Grid layouts */
.grid {
    display: grid;
    gap: 2rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
    .grid-cols-2,
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Cards */
.card {
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.25);
}

.glass-card:hover:not(.about-description-card) {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 185, 129, 0.5);
    box-shadow: 0 20px 45px rgba(16, 185, 129, 0.3);
}

.team-member {
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.team-member:hover {
    transform: translateY(-8px) scale(1.03);
}

.team-member:hover .member-image {
    transform: scale(1.1) rotateY(5deg);
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.3);
}

.team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(16, 185, 129, 0.1), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.team-member:hover::before {
    left: 100%;
}

.member-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background: linear-gradient(45deg, #059669, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    border: 3px solid transparent;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.member-image:hover {
    border-color: rgba(16, 185, 129, 0.5);
}

.member-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.member-role {
    background: rgba(5, 118, 105, 0.15);
    color: #047857;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 600;
}

.member-bio {
    color: #374151;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Stats */
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #047857;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #374151;
    font-weight: 600;
}

/* Add achievement item hover effects */
.achievement-item {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.achievement-item:hover {
    transform: translateY(-5px);
}

.achievement-item:hover .contact-icon {
    transform: scale(1.2) rotate(10deg);
    color: #059669;
    transition: all 0.3s ease;
}

/* Stats styling without hover effects */
.stat {
    text-align: center;
}

/* Events and Gallery */
.event-card,
.gallery-item {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
}

.event-card:hover,
.gallery-item:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.3);
}

.event-card::before,
.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(16, 185, 129, 0.1), rgba(59, 130, 246, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.event-card:hover::before,
.gallery-item:hover::before {
    opacity: 1;
}

.event-image,
.gallery-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(45deg, #10b981, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.event-card:hover .event-image,
.gallery-item:hover .gallery-image {
    transform: scale(1.1);
}

.event-card:hover .event-image i,
.gallery-item:hover .gallery-image i {
    transform: rotateY(180deg) scale(1.2);
    transition: transform 0.6s ease;
}

.event-content {
    padding: 1.5rem;
}

.event-date {
    color: #10b981;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.event-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.event-description {
    color: #4b5563;
    line-height: 1.5;
}

/* Blog */
.blog-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    border: 1px solid #d1d5db;
    background: rgba(255, 255, 255, 0.7);
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 0.95rem;
    min-width: 120px;
    text-align: center;
    flex: 1;
    max-width: 150px;
}

.filter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #10b981, #3b82f6);
    transition: left 0.3s ease;
    z-index: -1;
}

.filter-btn:hover::before {
    left: 0;
}

.filter-btn:hover {
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.filter-btn.active {
    background: linear-gradient(45deg, #10b981, #3b82f6);
    color: white;
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.4);
}

.blog-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
}

.blog-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(16, 185, 129, 0.25);
}

.blog-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(59, 130, 246, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.blog-card:hover::after {
    opacity: 1;
}

.blog-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(45deg, #10b981, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.blog-card:hover .blog-image {
    transform: scale(1.08);
}

.blog-card:hover .blog-image i {
    transform: rotate(360deg) scale(1.3);
    transition: transform 0.8s ease;
}

.blog-content {
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.blog-card:hover .blog-content {
    transform: translateY(-5px);
}

.blog-meta {
    display: flex;
    gap: 0.5rem;
    color: #4b5563;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.blog-excerpt {
    color: #4b5563;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tag {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Testimonials */
.testimonial-card {
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.25);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(16, 185, 129, 0.05), rgba(59, 130, 246, 0.05));
    transition: left 0.6s ease;
    z-index: 1;
}

.testimonial-card:hover::before {
    left: 100%;
}

.testimonial-content {
    position: relative;
    z-index: 2;
    padding: 1.5rem;
}

.quote-icon {
    color: #059669;
    font-size: 2rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, #059669, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.author-info {
    flex-grow: 1;
}

.author-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.author-role {
    font-size: 0.875rem;
    color: #059669;
    font-weight: 500;
}

/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.contact-info {
    padding: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.contact-icon {
    color: #047857;
    font-size: 1.25rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.social-link img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    transform: scale(0);
    transition: transform 0.3s ease;
}

.social-link:hover::before {
    transform: scale(1);
}

.social-link:hover {
    transform: scale(1.2);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.5);
}

.contact-form {
    padding: 2rem;
}

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

.form-input,
.form-textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s;
    font-family: inherit;
    font-size: 0.95rem;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

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

select.form-input {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #374151;
}

select.form-input:focus {
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
}

select.form-input option {
    background: white;
    color: #1f2937;
    padding: 0.5rem;
}

select.form-input option:first-child {
    color: #9ca3af;
}

/* Placeholder styling for select */
select.form-input:invalid {
    color: #9ca3af;
}

/* Testimonial Submission Section */
.testimonial-submission-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-submission-centered {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .testimonial-submission-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .testimonial-submission-centered {
        max-width: 100%;
        padding: 0 1rem;
    }
}

.testimonial-form-container {
    padding: 2.5rem;
    width: 100%;
    max-width: 700px;
}

.testimonial-form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.testimonial-form-icon {
    font-size: 3rem;
    color: #059669;
    margin-bottom: 1rem;
    display: block;
}

.testimonial-form-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.form-label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.testimonial-textarea {
    min-height: 120px;
    resize: vertical;
}

.character-count {
    text-align: right;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

/* Star Rating */
.rating-container {
    margin-bottom: 0.5rem;
}

.star-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.star {
    font-size: 1.5rem;
    color: #d1d5db;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.star:hover,
.star.active {
    color: #fbbf24;
    transform: scale(1.1);
}

.star.hover {
    color: #fbbf24;
}

.rating-text {
    font-size: 0.875rem;
    color: #6b7280;
    font-style: italic;
}

/* Checkbox styling */
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.form-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #059669;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.checkbox-label {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4b5563;
    cursor: pointer;
    font-weight: normal;
}

.testimonial-submit-btn {
    width: auto;
    min-width: 180px;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    margin-top: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Form Messages */
.form-message {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}

.success-message {
    background: rgba(16, 185, 129, 0.1);
    border: 2px solid #10b981;
    color: #059669;
}

.success-message i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.success-message h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.error-message {
    background: rgba(239, 68, 68, 0.1);
    border: 2px solid #ef4444;
    color: #dc2626;
}

.error-message i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.error-message h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#submitBtn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

#submitBtn:disabled:hover {
    background: linear-gradient(45deg, #10b981, #3b82f6);
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.4);
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f3460 100%);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(16, 185, 129, 0.3);
    padding: 3rem 0 1rem;
    color: #e2e8f0;
}

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

.footer-section h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
}

.footer-links a:hover {
    color: #10b981;
    transform: translateX(5px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(16, 185, 129, 0.2);
    color: #cbd5e1;
    font-weight: 500;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 2rem;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #6b7280;
}

/* Utility classes */
.text-center { text-align: center; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.hidden { display: none; }

/* ================================
   COMPREHENSIVE RESPONSIVE DESIGN
   ================================ */

/* Mobile Small (320px - 479px) */
@media screen and (max-width: 479px) {
    .container {
        padding: 0 1rem;
    }
    
    /* Header */
    .header {
        padding: 0.5rem 0;
    }
    
    .logo-image {
        height: 35px;
    }
    
    /* Hero Section */
    .hero {
        padding: 8rem 0 4rem;
        text-align: center;
    }
    
    /* Hero Carousel Responsive */
    .carousel-slide img {
        transform: scale(1);
        transition: transform 8s ease-out;
    }
    
    .carousel-slide.active img {
        transform: scale(1.05);
    }
    
    .hero-overlay {
        backdrop-filter: blur(0.5px);
        background: linear-gradient(135deg, 
            rgba(236, 254, 255, 0.45) 0%, 
            rgba(224, 242, 254, 0.40) 25%, 
            rgba(220, 252, 231, 0.45) 50%, 
            rgba(191, 219, 254, 0.40) 75%, 
            rgba(240, 253, 250, 0.45) 100%);
    }
    
    .hero h1 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .hero p {
        font-size: 0.9rem;
        margin: 1rem 0;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
        width: 100%;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    /* About Section */
    .about-description {
        font-size: 1rem;
        text-align: center;
    }
    
    .stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stat {
        padding: 1.5rem 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    /* Grid layouts */
    .grid-cols-2,
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    /* Team Section */
    .team-member {
        padding: 1.5rem;
    }
    
    /* Blog filters */
    .blog-filters {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .filter-btn {
        width: 100%;
        max-width: none;
    }
    
    /* Forms */
    .contact-form,
    .testimonial-form-container {
        padding: 1.5rem;
    }
    
    .form-input,
    .form-textarea {
        font-size: 1rem;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Mobile Medium (480px - 767px) */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        padding: 0 1.5rem;
    }
    
    /* Hero Section */
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }
    
    .btn {
        width: auto;
        min-width: 140px;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 2.5rem;
    }
    
    /* Stats */
    .stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Grids */
    .grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Blog filters */
    .blog-filters {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .filter-btn {
        flex: none;
        min-width: 100px;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet (768px - 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding: 0 2rem;
    }
    
    /* Hero Section */
    .hero h1 {
        font-size: 2.8rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 2.8rem;
    }
    
    /* Stats */
    .stats {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* Grids */
    .grid-cols-3,
    .grid-cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Gallery */
    .grid-cols-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* Team members */
    .grid-cols-4 .team-member {
        padding: 1.5rem;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop Small (1024px - 1199px) */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 1000px;
    }
    
    /* Hero Section */
    .hero h1 {
        font-size: 3.2rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 3rem;
    }
    
    /* Grids maintain full columns */
    .grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .grid-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Desktop Large (1200px and up) */
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    
    /* Hero Section */
    .hero h1 {
        font-size: 3.5rem;
    }
    
    /* Section padding */
    .section {
        padding: 6rem 0;
    }
    
    /* Enhanced spacing for larger screens */
    .section-title {
        font-size: 3.2rem;
        margin-bottom: 1.5rem;
    }
    
    .section-subtitle {
        font-size: 1.3rem;
        margin-bottom: 4rem;
    }
}

/* Responsive Typography */
@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }
    h4 { font-size: 1.1rem; }
    
    .member-name,
    .blog-title,
    .event-title {
        font-size: 1.1rem;
    }
    
    .member-bio,
    .blog-excerpt,
    .event-description {
        font-size: 0.9rem;
    }
}

/* Navigation responsive enhancements */
@media screen and (max-width: 767px) {
    .mobile-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 1rem 2rem;
    }
    
    .mobile-nav a {
        display: block;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #374151;
        font-weight: 500;
    }
    
    .mobile-nav a:last-child {
        border-bottom: none;
    }
}

/* Card and component responsive adjustments */
@media screen and (max-width: 767px) {
    .glass-card,
    .team-member,
    .event-card,
    .blog-card,
    .testimonial-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .achievement-item {
        text-align: center;
    }
    
    .contact-icon {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-submission-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .testimonial-form-container,
    .testimonial-guidelines {
        order: 0;
    }
}

/* Gallery responsive adjustments */
#gallery .container {
    text-align: center;
}

.gallery-grid {
    gap: 20px;
}

.gallery-img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-caption {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #374151;
    font-weight: 500;
}

@media screen and (max-width: 1023px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .gallery-grid {
        grid-template-columns: 1fr !important;
    }
    
    .gallery-item {
        margin-bottom: 1rem;
    }
    
    .gallery-caption {
        font-size: 0.8rem;
    }
}

/* Form responsive enhancements */
@media screen and (max-width: 767px) {
    .star-rating {
        justify-content: center;
        margin: 1rem 0;
    }
    
    .star {
        font-size: 1.5rem;
        margin: 0 0.25rem;
    }
    
    .guideline-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .guideline-icon {
        align-self: center;
    }
}

/* Animation adjustments for mobile */
@media screen and (max-width: 767px) {
    .slide-up {
        transform: translateY(20px);
    }
    
    .slide-up.visible {
        transform: translateY(0);
        transition-duration: 0.4s;
    }
    
    .floating-animation {
        animation: none; /* Disable complex animations on mobile for performance */
    }
    
    /* Optimize carousel for mobile performance */
    .carousel-slide {
        transition: opacity 1s ease-in-out;
    }
    
    .carousel-slide img {
        transform: none;
        transition: none;
    }
    
    .carousel-slide.active img {
        transform: none;
    }
    
    .hero-overlay {
        backdrop-filter: none; /* Remove blur for better mobile performance */
    }
}

/* Additional responsive classes */
.submit-testimonial-section {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(59, 130, 246, 0.05));
    padding: 6rem 0;
}

.contact-form-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-form {
    max-width: 600px;
    width: 100%;
}

.contact-submit-btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
}

.form-success-message {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid #10b981;
    border-radius: 8px;
    color: #059669;
}

.form-error-message {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid #ef4444;
    border-radius: 8px;
    color: #dc2626;
}

@media screen and (max-width: 767px) {
    .submit-testimonial-section {
        padding: 4rem 0;
    }
    
    .contact-submit-btn {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}
