/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Prevent external CSS conflicts and ensure isolation */
*:not(.chaty *):not(.chaty-chat-view *):not(.chaty-outer-forms *):not(.fa *):not(.fas *):not(.far *):not(.fab *):not(.fal *):not(.fad *) {
    box-sizing: border-box;
}

/* Prevent Font Awesome from affecting our styles */
.fa, .fas, .far, .fab, .fal, .fad {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

body {
    font-family: 'Noto Sans Devanagari', sans-serif !important;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

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

/* Ensure main content uses our font family */
.main-content,
.main-header,
.footer,
.page-header {
    font-family: 'Noto Sans Devanagari', sans-serif !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Yellow Bar */
.top-bar {
    background-color: #FFD700;
    padding: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 60px;
    width: 100%;
    z-index: 1000;
}

/* Social Icons on Left */
.social-icons-left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #dc3545;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.social-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* White Content Area */
.white-content-area {
    background-color: white;
    margin: 0 auto;
    width: 75%;
    max-width: 1200px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 10px 15px;
    min-height: 50px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.updates-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
    flex-shrink: 0;
}

.updates-btn:hover {
    background-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
}

.updates-btn i {
    font-size: 12px;
}

.scrolling-text {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    min-width: 0;
    max-width: 100%;
}

.scrolling-text span {
    color: #dc3545;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.2;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
}

.contact-info i {
    color: #333;
    font-size: 12px;
}

.phone-link {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.phone-link:hover {
    color: #dc3545;
    text-decoration: none;
}

/* Main Header Section */
.main-header {
    background-color: white;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px 0;
    min-height: 60px;
}

.logo-org-section {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    margin-left: 0;
    min-width: 0;
    position: relative;
    z-index: 5;
}

.logo {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 3px solid #dc3545;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #ba3e3e;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10;
    /* Debug: Make logo container very visible */
    min-width: 85px;
    min-height: 85px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
}

.organization-info {
    flex: 1;
    text-align: left;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
    overflow: visible;
}

.org-name {
    font-size: 28px;
    font-weight: 900;
    color: #dc3545;
    margin-bottom: 5px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    letter-spacing: -0.3px;
    width: 100%;
    overflow: visible;
}

.org-tagline {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin: 0;
    font-style: italic;
    white-space: nowrap;
    width: 100%;
}

.action-section {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    min-width: 180px;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: 10%;
    padding: 5px 0;
    overflow: visible;
}

/* Removed login-section positioning - now all buttons are in action-section */

.action-btn {
    background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
    color: white;
    border: none;
    padding: 9px 14px;
    border-radius: 22px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
    position: relative;
    z-index: 100;
    flex-shrink: 0;
}

.action-btn:hover {
    background-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.action-btn i {
    font-size: 14px;
}


.language-selector {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 5px;
}

.lang-dropdown {
    background-color: white;
    border: 2px solid #dc3545;
    border-radius: 4px;
    padding: 7px 11px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    min-width: 106px;
}

.lang-dropdown:focus {
    outline: none;
    border-color: #c82333;
}

/* Red Navigation Bar */
.nav-bar {
    background-color: #dc3545;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: all 0.3s ease;
}

.nav-bar .main-navigation {
    display: flex;
    justify-content: center;
}

.nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.nav-links-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nav-donate-right {
    display: flex;
    align-items: center;
}

.nav-bar .nav-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-bar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateY(-1px);
}

.nav-bar .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 600;
    border-bottom: 3px solid #FFD700;
    transform: translateY(-1px);
}

.nav-bar .nav-link.donate-btn i {
    margin-right: 5px;
}

.action-btn.membership { 
    background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
    box-shadow: 0 3px 10px rgba(220, 53, 69, 0.4);
    font-weight: 700;
    padding: 9px 15px;
    font-size: 11px;
}
.action-btn.membership:hover { 
    background: linear-gradient(135deg, #c82333 0%, #c0392b 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.5);
}

.action-btn.login { 
    background-color: #dc3545; 
}
.action-btn.login:hover { 
    background-color: #c82333; 
}

/* Donate button styling for navigation bar only */
.nav-bar .nav-link.donate-btn {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #333;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.nav-bar .nav-link.donate-btn:hover {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Show mobile menu toggle in header on mobile */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex !important;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: #dc3545;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Side Navigation */
.mobile-side-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    display: block;
}

.mobile-side-nav.active {
    visibility: visible;
    opacity: 1;
}

.mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.mobile-nav-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-side-nav.active .mobile-nav-content {
    transform: translateX(0);
}

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

.mobile-nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-nav-logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.mobile-nav-logo h3 {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.mobile-nav-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-nav-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.mobile-nav-menu {
    padding: 20px 0;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.mobile-nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #FFD700;
    transform: translateX(5px);
}

.mobile-nav-link i {
    width: 20px;
    text-align: center;
    font-size: 18px;
}

.mobile-nav-link.logout {
    color: #ff6b6b;
}

.mobile-nav-link.donate {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #333;
    margin: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.mobile-nav-link.donate:hover {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

/* Body scroll lock when mobile nav is open */
body.nav-open {
    overflow: hidden;
}

/* Mobile navigation active link styling */
.mobile-nav-link.active {
    background: rgba(255, 255, 255, 0.15);
    border-left-color: #FFD700;
    font-weight: 600;
}

/* Mobile navigation smooth scrolling */
.mobile-nav-content {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.mobile-nav-content::-webkit-scrollbar {
    width: 6px;
}

.mobile-nav-content::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-nav-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.mobile-nav-content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .white-content-area {
        width: 95%;
    }
    
    .content-wrapper {
        gap: 10px;
    }
    
    .scrolling-text span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .top-bar {
        display: block;
        padding: 10px 0;
    }
    
    .white-content-area {
        width: 95%;
        padding: 8px 12px;
    }
    
    .content-wrapper {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .updates-btn {
        font-size: 12px;
        padding: 6px 12px;
        width: 100%;
        text-align: center;
    }
    
    .scrolling-text {
        width: 100%;
        font-size: 11px;
    }
    
    .contact-info {
        font-size: 12px;
    }
    
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .logo-org-section {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        margin-left: 0;
    }
    
    .organization-info {
        text-align: center;
        min-width: auto;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    
    .action-section {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        min-width: 250px;
        margin-right: 0;
        margin-left: 0;
    }
    
    .language-selector {
        margin: 0;
    }
    
    /* Hide red navigation bar completely on mobile */
    .nav-bar {
        display: none;
    }
    
    /* Adjust header layout for mobile menu toggle */
    .header-content {
        position: relative;
        padding-left: 70px; /* Space for mobile menu toggle */
    }
    
    .logo-org-section {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    
    .logo {
        flex-shrink: 0;
    }
    
    .organization-info {
        flex: 1;
        min-width: 0; /* Allow text to wrap */
    }
    
    .nav-donate-right {
        justify-content: center;
    }
    
    .nav-bar .nav-link {
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .org-name {
        font-size: 32px;
        font-weight: 900;
        white-space: normal;
        letter-spacing: -0.3px;
        line-height: 1.15;
        overflow: visible;
        text-overflow: unset;
    }
    
    .org-tagline {
        white-space: normal;
    }
    
    .action-btn {
        font-size: 9px;
        padding: 6px 10px;
        min-width: 120px;
        text-align: center;
    }
    
    .action-btn.membership,
    .action-btn.login {
        font-size: 9px;
        padding: 6px 10px;
        min-width: 120px;
        text-align: center;
    }
    
}

@media (max-width: 480px) {
    .container {
        padding: 0 8px;
    }
    
    .top-bar {
        display: block !important;
        padding: 8px 0;
        background-color: #FFD700;
        min-height: auto;
    }
    
    .white-content-area {
        width: 98%;
        padding: 6px 10px;
    }
    
    .content-wrapper {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    
    .updates-btn {
        font-size: 11px;
        padding: 5px 10px;
        width: 100%;
        text-align: center;
    }
    
    .scrolling-text {
        font-size: 10px;
        width: 100%;
    }
    
    .contact-info {
        font-size: 11px;
    }
    
    .social-icons-left {
        display: none;
    }
    
    .header-content {
        gap: 15px;
    }
    
    .logo-org-section {
        margin-left: 0;
    }
    
    .logo {
        width: 92px;
        height: 92px;
    }
    
    .org-name {
        font-size: 26px;
        font-weight: 900;
        white-space: normal;
        letter-spacing: -0.2px;
        line-height: 1.2;
        overflow: visible;
        text-overflow: unset;
    }
    
    .org-tagline {
        font-size: 12px;
        white-space: normal;
    }
    
    .action-section {
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        align-items: center;
        min-width: 200px;
        margin-right: 0;
        margin-left: 0;
    }
    
    .action-btn {
        font-size: 8px;
        padding: 5px 8px;
        text-align: center;
        min-width: 100px;
    }
    
    .action-btn.membership,
    .action-btn.login {
        font-size: 8px;
        padding: 5px 8px;
        text-align: center;
        min-width: 100px;
    }
    
    
    .language-selector {
        flex-shrink: 0;
    }
    
    .lang-dropdown {
        font-size: 8px;
        padding: 5px 8px;
        min-width: 96px;
    }
    
    /* Ensure red navigation bar is hidden on smaller mobile screens too */
    .nav-bar {
        display: none !important;
    }
    
    /* Mobile navigation styles for smaller screens */
    .mobile-nav-content {
        width: 280px;
    }
    
    .mobile-nav-link {
        font-size: 15px;
        padding: 12px 15px;
    }
    
    .mobile-nav-logo h3 {
        font-size: 13px;
    }
    
    /* Additional mobile header adjustments */
    .header-content {
        padding-left: 60px;
    }
    
    .logo-org-section {
        gap: 10px;
    }
    
    .org-name {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    
    .org-tagline {
        display: none; /* Hide tagline on mobile */
    }
}

/* Sliding Animation Section */
.sliding-animation-section {
    position: relative;
    height: 80vh;
    min-height: 600px;
    max-height: 800px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    margin: 0;
    padding: 0;
    perspective: 1000px;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-track {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 1.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.slide {
    width: 33.333%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all 0.6s ease;
}

.slide:hover {
    transform: scale(1.02);
}


.slide-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Enhanced Parallax Background Images */
.parallax-bg {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.02);
}

.slide:hover .parallax-bg {
    transform: scale(1.05) translateY(-5px) translateX(3px);
}

/* Enhanced parallax on mouse move */
.slide.active .parallax-bg {
    transform: translateZ(0) scale(1.02);
}

/* Parallax layers for depth effect */
.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 2;
    transition: opacity 0.6s ease;
}

.slide:hover::before {
    opacity: 0.7;
}

/* Slide Overlay */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all 0.6s ease;
}

.slide:hover .slide-overlay {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.1);
    transition: transform 0.3s ease;
}

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

/* Logo Overlay */
.slide-logo-overlay {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 30px;
    animation: logoFloat 3s ease-in-out infinite;
    transition: opacity 1.3s ease-in-out, transform 1.3s ease-in-out;
}

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

.overlay-logo {
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: logoGlow 2s ease-in-out infinite alternate;
}

@keyframes logoGlow {
    0% { filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4)) brightness(1); }
    100% { filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4)) brightness(1.1); }
}

.overlay-logo:hover {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.6)) brightness(1.2);
}

/* Text Overlay */
.slide-text-overlay {
    text-align: center;
    color: white;
    z-index: 10;
    animation: textSlideUp 1s ease-out;
    transition: opacity 1.3s ease-in-out, transform 1.3s ease-in-out;
}

/* Fade out effects */
.slide-logo-overlay.fade-out {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
}

.slide-text-overlay.fade-out {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
}

@keyframes textSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade in animation for new slides */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Apply fade in to new slide elements */
.slide.active .slide-logo-overlay {
    animation: logoFloat 3s ease-in-out infinite, fadeInDown 1.5s ease-out;
}

.slide.active .slide-text-overlay {
    animation: textSlideUp 1.5s ease-out, fadeInUp 1.5s ease-out;
}

.trust-name {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
    animation: textGlow 2s ease-in-out infinite alternate;
}

@keyframes textGlow {
    0% { 
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5); 
    }
    100% { 
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 255, 255, 0.4); 
    }
}

.trust-subtitle {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.4);
}

.trust-tagline {
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.3);
    font-style: italic;
    animation: taglinePulse 3s ease-in-out infinite;
}

@keyframes taglinePulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

/* Slide Animation Keyframes */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideOut {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px) scale(1.05);
    }
}

/* Enhanced Parallax Effects */
.parallax-bg {
    will-change: transform, filter;
    backface-visibility: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
}

/* Continuous subtle parallax animation */
@keyframes parallaxFloat {
    0%, 100% { 
        transform: translateZ(0) scale(1.02) translateY(0px) translateX(0px); 
    }
    25% { 
        transform: translateZ(0) scale(1.02) translateY(-2px) translateX(1px); 
    }
    50% { 
        transform: translateZ(0) scale(1.02) translateY(-3px) translateX(0px); 
    }
    75% { 
        transform: translateZ(0) scale(1.02) translateY(-2px) translateX(-1px); 
    }
}

.slide.active .parallax-bg {
    animation: parallaxFloat 8s ease-in-out infinite;
}

/* Enhanced hover parallax */
.slide:hover .parallax-bg {
    animation-play-state: paused;
    transform: scale(1.03) translateY(-3px) translateX(2px) rotateX(0.5deg) rotateY(0.5deg);
    filter: brightness(1.02) contrast(1.05) saturate(1.02);
}

/* Smooth transitions for all interactive elements */
.slider-nav, .dot, .slide {
    will-change: transform, opacity;
}

/* Navigation Controls */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    animation: navPulse 2s ease-in-out infinite;
}

@keyframes navPulse {
    0%, 100% { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); }
    50% { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2); }
}

.slider-nav:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 255, 255, 0.3);
}

.slider-nav.prev {
    left: 30px;
}

.slider-nav.next {
    right: 30px;
}

/* Dots Indicator */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.dot.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.4);
    animation: dotPulse 1.5s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.4); }
    50% { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 25px rgba(255, 255, 255, 0.6); }
}

.dot:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5));
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Responsive Design for Slider */
@media (max-width: 1024px) {
    .sliding-animation-section {
        height: 70vh;
        min-height: 500px;
        max-height: 600px;
    }
    
    .overlay-logo {
        max-width: 200px;
        max-height: 200px;
    }
    
    .trust-name {
        font-size: 2.8rem;
        color: #ffffff;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.4);
    }
    
    .trust-subtitle {
        font-size: 1.6rem;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .trust-tagline {
        font-size: 1.1rem;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 768px) {
    .sliding-animation-section {
        height: 60vh;
        min-height: 400px;
        max-height: 500px;
    }
    
    .overlay-logo {
        max-width: 150px;
        max-height: 150px;
    }
    
    .trust-name {
        font-size: 2.2rem;
        color: #ffffff;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.4);
    }
    
    .trust-subtitle {
        font-size: 1.4rem;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .trust-tagline {
        font-size: 1rem;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.3);
    }
    
    /* Hide slider navigation buttons on mobile */
    .slider-nav {
        display: none;
    }
    
    /* Make dots smaller and more attractive on mobile */
    .slider-dots {
        bottom: 20px;
        gap: 8px;
    }
    
    .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        border: 2px solid rgba(255, 255, 255, 0.6);
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }
    
    .dot.active {
        background: #FFD700;
        border-color: #FFD700;
        transform: scale(1.2);
        box-shadow: 0 4px 12px rgba(255, 215, 0, 0.6);
    }
    
    .dot:hover {
        background: rgba(255, 255, 255, 0.8);
        transform: scale(1.1);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 480px) {
    .sliding-animation-section {
        height: 50vh;
        min-height: 350px;
        max-height: 400px;
    }
    
    .overlay-logo {
        max-width: 120px;
        max-height: 120px;
    }
    
    .trust-name {
        font-size: 1.8rem;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .trust-subtitle {
        font-size: 1.2rem;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.3);
    }
    
    .trust-tagline {
        font-size: 0.9rem;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 6px rgba(0, 0, 0, 0.3);
    }
    
    /* Ensure slider navigation buttons are hidden on smaller mobile screens */
    .slider-nav {
        display: none !important;
    }
    
    /* Enhanced dots for smaller mobile screens */
    .slider-dots {
        bottom: 15px;
        gap: 6px;
    }
    
    .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.7);
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
    
    .dot.active {
        background: #FFD700;
        border-color: #FFD700;
        transform: scale(1.3);
        box-shadow: 0 3px 8px rgba(255, 215, 0, 0.7);
    }
    
    .dot:hover {
        background: rgba(255, 255, 255, 0.9);
        transform: scale(1.2);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    }
}

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

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    opacity: 0.9;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.2) 0%, transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

/* Logo Section */
.hero-logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modern-logo {
    position: relative;
    text-align: center;
}

.logo-container {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    filter: brightness(1.1) contrast(1.1) saturate(1.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.logo-badge {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #333;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Main Content */
.hero-main-content {
    color: white;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #FFD700;
}

.hero-badge i {
    font-size: 0.8rem;
}

.hero-title {
    margin-bottom: 30px;
}

.title-main {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #ffffff, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-sub {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.hero-description {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0 auto 40px auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
}

/* Stats Section */
.hero-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 150px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #dc3545;
    margin-bottom: 8px;
    text-shadow: none;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Action Buttons */
.hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.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: left 0.5s;
}

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

.btn-primary {
    background: linear-gradient(45deg, #dc3545, #c82333);
    color: white;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(45deg, #c82333, #a71e2a);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(220, 53, 69, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: rgb(89, 11, 11);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
}

.trust-item i {
    color: #FFD700;
    font-size: 1rem;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.scroll-arrow {
    font-size: 1.5rem;
    margin-bottom: 10px;
    animation: bounce 2s infinite;
}

.scroll-text {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Main Content Styles */
.main-content {
    min-height: 60vh;
    padding: 40px 0;
}

/* Button styles are defined in the hero section above - removing duplicate definition */

.btn-primary {
    background: #dc3545;
    color: white;
}

.btn-primary:hover {
    background: #c82333;
    color: white;
}

.btn-donate {
    background: #FFD700;
    color: #333;
    font-weight: 700;
}

.btn-donate:hover {
    background: #FFA500;
    color: #333;
}

.about-preview {
    text-align: center;
    padding: 40px 0;
}

.about-preview h3 {
    font-size: 28px;
    color: #dc3545;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-preview p {
    font-size: 16px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Footer Styles */
.footer {
    background-color: #333;
    color: white;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h4 {
    color: #dc3545;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-section p {
    margin-bottom: 8px;
    color: #ccc;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #dc3545;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 20px;
    text-align: center;
    color: #999;
}

/* Modern Hero Section Responsive */
@media (max-width: 1024px) {
    .hero-content {
        padding: 40px 0;
    }
    
    .title-main {
        font-size: 3rem;
    }
    
    .title-sub {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .modern-hero {
        min-height: 90vh;
        padding: 40px 0;
    }
    
    .hero-content {
        gap: 40px;
        padding: 40px 0;
    }
    
    .title-main {
        font-size: 2.5rem;
    }
    
    .title-sub {
        font-size: 1.5rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .hero-stats {
        gap: 25px;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    
    .stat-item {
        width: 100%;
        max-width: 300px;
        padding: 25px 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .trust-indicators {
        justify-content: center;
        gap: 20px;
    }
    
}

@media (max-width: 480px) {
    .modern-hero {
        min-height: 80vh;
        padding: 20px 0;
    }
    
    .hero-content {
        gap: 30px;
        padding: 20px 0;
    }
    
    .title-main {
        font-size: 2rem;
    }
    
    .title-sub {
        font-size: 1.3rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .hero-stats {
        gap: 20px;
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }
    
    .stat-item {
        width: 100%;
        max-width: 250px;
        padding: 25px 15px;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .trust-indicators {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    
    .hero-badge {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .scroll-indicator {
        bottom: 20px;
    }
}

/* About Section Styles */
.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23dc3545" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23dc3545" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23dc3545" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23dc3545" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23dc3545" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.about-text {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    text-align: justify;
}

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

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 10px;
    color: white;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.4);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #FFD700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-logo {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    filter: brightness(1.05) contrast(1.1);
}

.about-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.about-values {
    background: rgba(255, 255, 255, 0.95);
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.about-values h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 50px;
    position: relative;
}

.about-values h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

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

.value-item {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(248, 249, 250, 0.8));
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 53, 69, 0.1);
    position: relative;
    overflow: hidden;
}

.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.1), transparent);
    transition: left 0.5s ease;
}

.value-item:hover::before {
    left: 100%;
}

.value-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: rgba(220, 53, 69, 0.3);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.value-item:hover .value-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(220, 53, 69, 0.4);
}

.value-icon i {
    font-size: 2rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.value-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.value-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* About Section Responsive */
@media (max-width: 1024px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        margin-bottom: 60px;
    }
    
    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .stat-item {
        padding: 16px 18px;
    }
    
    .stat-number {
        font-size: 1.9rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 50px 0;
    }
    
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
    }
    
    .about-text {
        padding: 25px 15px;
        margin: 0 10px;
    }
    
    .about-description {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: left;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .stat-item {
        padding: 8px 6px;
        border-radius: 6px;
    }
    
    .stat-number {
        font-size: 1.1rem;
        margin-bottom: 3px;
    }
    
    .stat-label {
        font-size: 0.65rem;
        letter-spacing: 0.2px;
        line-height: 1.1;
    }
    
    .about-logo {
        max-width: 200px;
        height: auto;
    }
    
    .about-values {
        padding: 30px 15px;
        margin: 0 10px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .value-item {
        padding: 20px 15px;
        text-align: center;
    }
    
    .value-item h4 {
        font-size: 1.2rem;
        margin: 15px 0 10px;
    }
    
    .value-item p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .about-values h3 {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .value-item {
        padding: 25px 15px;
    }
    
    .value-icon {
        width: 70px;
        height: 70px;
    }
    
    .value-icon i {
        font-size: 1.8rem;
    }
    
    .value-item h4 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 30px 0;
    }
    
    .container {
        padding: 0 10px;
        max-width: 100%;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .about-content {
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .about-text {
        padding: 20px 12px;
        margin: 0 5px;
    }
    
    .about-description {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        margin-top: 25px;
    }
    
    .stat-item {
        padding: 6px 4px;
        border-radius: 5px;
    }
    
    .stat-number {
        font-size: 1rem;
        margin-bottom: 2px;
    }
    
    .stat-label {
        font-size: 0.6rem;
        letter-spacing: 0.1px;
        line-height: 1;
    }
    
    .about-logo {
        max-width: 150px;
        height: auto;
    }
    
    .about-values {
        padding: 25px 10px;
        margin: 0 5px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .value-item {
        padding: 15px 10px;
    }
    
    .value-item h4 {
        font-size: 1.1rem;
        margin: 12px 0 8px;
    }
    
    .value-item p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    .about-values h3 {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    
    /* Timeline improvements for small mobile */
    .timeline {
        padding: 0 5px;
    }
    
    .timeline-item {
        padding-left: 25px;
        margin-bottom: 20px;
    }
    
    .timeline-year {
        min-width: 35px;
        padding: 4px 6px;
        font-size: 0.65rem;
    }
    
    .timeline-content {
        padding: 15px 20px;
    }
    
    .timeline-content h4 {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .timeline-content p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    /* Leadership section improvements */
    .leadership-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .leader-card {
        padding: 20px 15px;
        margin: 0 5px;
    }
    
    .leader-photo {
        width: 70px;
        height: 70px;
    }
    
    .leader-info h4 {
        font-size: 1.1rem;
    }
    
    .leader-info p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    /* Achievements section improvements */
    .achievements-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .achievement-card {
        padding: 20px 15px;
        margin: 0 5px;
    }
    
    .achievement-number {
        font-size: 1.5rem;
    }
    
    .achievement-title {
        font-size: 1rem;
    }
    
    .achievement-description {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    /* Community impact improvements */
    .impact-stories {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .story-card {
        margin: 0 5px;
    }
    
    .story-content {
        padding: 15px 12px;
    }
    
    .story-content h4 {
        font-size: 1.1rem;
    }
    
    .story-quote {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* Testimonials improvements */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-card {
        padding: 20px 15px;
        margin: 0 5px;
    }
    
    .testimonial-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .value-item {
        padding: 20px 12px;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .value-icon i {
        font-size: 1.5rem;
    }
    
    .value-item h4 {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    .value-item p {
        font-size: 0.9rem;
    }
}

/* Mission & Vision Section */
.mission-vision-section {
    margin: 80px 0;
    position: relative;
    z-index: 2;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.mission-card, .vision-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
}

.card-icon i {
    font-size: 2rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.mission-card h3, .vision-card h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 20px;
}

.mission-card p, .vision-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 25px;
    text-align: justify;
}

.mission-points, .vision-points {
    list-style: none;
    padding: 0;
}

.mission-points li, .vision-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: #555;
}

.mission-points li i, .vision-points li i {
    color: #dc3545;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* History & Timeline Section */
.history-section {
    margin: 80px 0;
    position: relative;
    z-index: 2;
}

.history-section h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 50px;
    position: relative;
}

.history-section h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #dc3545, #FFD700);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-year {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
    position: relative;
    z-index: 2;
    min-width: 100px;
    text-align: center;
}

.timeline-content {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex: 1;
    position: relative;
}

.timeline-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 10px;
}

.timeline-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Leadership Section */
.leadership-section {
    margin: 80px 0;
    position: relative;
    z-index: 2;
}

.leadership-section h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 50px;
    position: relative;
}

.leadership-section h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.leader-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.leader-image {
    margin-bottom: 25px;
}

.leader-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #dc3545;
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
    transition: transform 0.3s ease;
}

.leader-card:hover .leader-photo {
    transform: scale(1.05);
}

.leader-info h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 8px;
}

.leader-title {
    font-size: 1rem;
    color: #FFD700;
    font-weight: 600;
    margin-bottom: 15px;
}

.leader-bio {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.leader-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.leader-social a {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader-social a:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
}

/* Achievements Section */
.achievements-section {
    margin: 80px 0;
    position: relative;
    z-index: 2;
}

.achievements-section h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 50px;
    position: relative;
}

.achievements-section h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

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

.achievement-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.achievement-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
}

.achievement-icon i {
    font-size: 2rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.achievement-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #dc3545;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.achievement-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.achievement-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Community Impact Section */
.community-impact-section {
    margin: 80px 0;
    position: relative;
    z-index: 2;
}

.community-impact-section h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 50px;
    position: relative;
}

.community-impact-section h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

.impact-stories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.story-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.story-image {
    height: 200px;
    overflow: hidden;
}

.story-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.story-card:hover .story-photo {
    transform: scale(1.05);
}

.story-content {
    padding: 30px;
}

.story-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 15px;
}

.story-quote {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}

.story-quote::before {
    content: '"';
    font-size: 3rem;
    color: #dc3545;
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0.3;
}

.story-author {
    font-size: 0.9rem;
    color: #dc3545;
    font-weight: 600;
    text-align: right;
}

/* Testimonials Section */
.testimonials-section {
    margin: 80px 0;
    position: relative;
    z-index: 2;
}

.testimonials-section h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 50px;
    position: relative;
}

.testimonials-section h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

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

.testimonial-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

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

.quote-icon {
    color: #dc3545;
    font-size: 2rem;
    margin-bottom: 20px;
    opacity: 0.7;
}

.testimonial-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-author {
    border-top: 1px solid rgba(220, 53, 69, 0.2);
    padding-top: 20px;
}

.author-info h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 5px;
}

.author-info span {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

/* Call to Action Section */
.cta-section {
    margin: 80px 0;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 25px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="2" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
    opacity: 0.3;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-content p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: white;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
}

/* Responsive Styles for New Sections */
@media (max-width: 1024px) {
    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: row !important;
        padding-left: 60px;
    }
    
    .timeline-year {
        position: absolute;
        left: 0;
        min-width: 60px;
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    
    .leadership-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }
    
    .achievements-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 25px;
    }
    
    .impact-stories {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .mission-vision-section, .history-section, .leadership-section, 
    .achievements-section, .community-impact-section, .testimonials-section {
        margin: 50px 0;
        padding: 0 15px;
    }
    
    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .mission-card, .vision-card {
        padding: 25px 15px;
        margin: 0 10px;
    }
    
    .mission-card h3, .vision-card h3 {
        font-size: 1.5rem;
    }
    
    .history-section h3, .leadership-section h3, .achievements-section h3,
    .community-impact-section h3, .testimonials-section h3 {
        font-size: 2rem;
    }
    
    .timeline {
        padding: 0 10px;
    }
    
    .timeline-item {
        padding-left: 40px;
        margin-bottom: 30px;
    }
    
    .timeline-year {
        min-width: 45px;
        padding: 6px 10px;
        font-size: 0.75rem;
    }
    
    .timeline-content h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .timeline-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .timeline-content {
        padding: 20px 25px;
    }
    
    .leader-card {
        padding: 25px 20px;
    }
    
    .leader-photo {
        width: 100px;
        height: 100px;
    }
    
    .achievement-card {
        padding: 30px 20px;
    }
    
    .achievement-number {
        font-size: 2rem;
    }
    
    .story-content {
        padding: 25px 20px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .cta-section {
        padding: 40px 20px;
    }
    
    .cta-content h3 {
        font-size: 2rem;
    }
    
    .cta-content p {
        font-size: 1.1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .mission-vision-section, .history-section, .leadership-section, 
    .achievements-section, .community-impact-section, .testimonials-section {
        margin: 30px 0;
        padding: 0 10px;
    }
    
    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mission-card, .vision-card {
        padding: 20px 12px;
        margin: 0 5px;
    }
    
    .mission-card h3, .vision-card h3 {
        font-size: 1.3rem;
    }
    
    .mission-card p, .vision-card p {
        font-size: 1rem;
    }
    
    .history-section h3, .leadership-section h3, .achievements-section h3,
    .community-impact-section h3, .testimonials-section h3 {
        font-size: 1.8rem;
    }
    
    .timeline-item {
        padding-left: 40px;
    }
    
    .timeline-year {
        min-width: 40px;
        padding: 6px 10px;
        font-size: 0.7rem;
    }
    
    .timeline-content {
        padding: 15px 20px;
    }
    
    .timeline-content h4 {
        font-size: 1.1rem;
    }
    
    .timeline-content p {
        font-size: 0.9rem;
    }
    
    .leader-card {
        padding: 20px 15px;
    }
    
    .leader-photo {
        width: 80px;
        height: 80px;
    }
    
    .leader-info h4 {
        font-size: 1.2rem;
    }
    
    .achievement-card {
        padding: 25px 15px;
    }
    
    .achievement-number {
        font-size: 1.8rem;
    }
    
    .achievement-title {
        font-size: 1.1rem;
    }
    
    .story-content {
        padding: 20px 15px;
    }
    
    .story-content h4 {
        font-size: 1.2rem;
    }
    
    .testimonial-card {
        padding: 20px 15px;
    }
    
    .cta-section {
        padding: 30px 15px;
    }
    
    .cta-content h3 {
        font-size: 1.8rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
}

/* Page Header Styles */
.page-header {
    background: linear-gradient(135deg, #dc3545, #c82333);
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="page-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="2" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23page-pattern)"/></svg>');
    opacity: 0.3;
}

.page-header-content {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #FFD700;
}

.breadcrumb .separator {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb .current {
    color: #FFD700;
    font-weight: 600;
}

/* Preview Actions */
.preview-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Enhanced Footer Styles */
.footer {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    padding: 60px 0 20px;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23dc3545" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-pattern)"/></svg>');
    opacity: 0.3;
}

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

.footer-section h4 {
    color: #FFD700;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #dc3545;
}

.footer-section p {
    color: #bdc3c7;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

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

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-section ul li a:hover {
    color: #FFD700;
    transform: translateX(5px);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
    background: linear-gradient(135deg, #c82333, #a71e2a);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #bdc3c7;
}

.contact-item i {
    color: #FFD700;
    width: 20px;
    text-align: center;
}

.contact-item a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #FFD700;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright p {
    color: #95a5a6;
    margin: 0;
    font-size: 0.9rem;
}

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

.footer-links a {
    color: #95a5a6;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FFD700;
}

/* Page Header Responsive */
@media (max-width: 768px) {
    .page-header {
        padding: 60px 0 40px;
    }
    
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .page-header p {
        font-size: 1.1rem;
    }
    
    .preview-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-header {
        padding: 40px 0 30px;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .page-header p {
        font-size: 1rem;
    }
    
    .breadcrumb {
        font-size: 0.8rem;
    }
}

/* Newsletter Styles */
.newsletter-form {
    margin-bottom: 20px;
}

.newsletter-input-group {
    display: flex;
    gap: 0;
    margin-bottom: 15px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-form input[type="email"]:focus {
    background: white;
    box-shadow: inset 0 0 0 2px #dc3545;
}

.newsletter-form input[type="email"]::placeholder {
    color: #999;
    font-style: italic;
}

.newsletter-btn {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #c82333, #a71e2a);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.newsletter-btn i {
    font-size: 0.9rem;
}

.newsletter-message {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 10px;
}

.newsletter-message p {
    color: #28a745;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
}

.newsletter-benefits {
    margin-top: 15px;
}

.newsletter-benefits small {
    color: #bdc3c7;
    line-height: 1.6;
    display: block;
}

.newsletter-benefits i {
    color: #FFD700;
    margin-right: 8px;
    font-size: 0.8rem;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .newsletter-input-group {
        flex-direction: column;
        gap: 10px;
    }
    
    .newsletter-btn {
        border-radius: 25px;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .footer-section h4 {
        font-size: 1.1rem;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-links {
        gap: 10px;
    }
    
    .footer-links a {
        font-size: 0.8rem;
    }
}

/* Donation Form Styles */
.donation-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.donation-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="donation-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="2" fill="%23dc3545" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23donation-pattern)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.donation-form-container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.donation-form-header {
    background: linear-gradient(135deg, #dc3545, #c82333);
    padding: 40px 30px;
    text-align: center;
    color: white;
    position: relative;
}

.donation-form-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="header-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23header-pattern)"/></svg>');
    opacity: 0.3;
}

.trust-logo {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.trust-logo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

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

.donation-form-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.donation-form-header h2::before {
    content: '🙏';
    font-size: 1.5rem;
}

.donation-form-header p {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
    position: relative;
    z-index: 2;
}

.donation-form {
    padding: 40px 30px;
}

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

.input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.input-group:focus-within {
    border-color: #dc3545;
    background: white;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.input-group i {
    color: #dc3545;
    font-size: 1.1rem;
    margin-right: 12px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.input-group input,
.input-group select,
.input-group textarea {
    flex: 1;
    border: none;
    background: transparent;
    padding: 15px 0;
    font-size: 1rem;
    color: #333;
    outline: none;
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
    color: #999;
    font-style: italic;
}

.input-group select {
    cursor: pointer;
    color: #333;
}

.input-group textarea {
    resize: vertical;
    min-height: 80px;
    padding: 15px 0;
}

.tax-deduction-section {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.05), rgba(255, 215, 0, 0.05));
    border: 2px solid rgba(220, 53, 69, 0.1);
    border-radius: 15px;
    padding: 25px;
    margin: 30px 0;
}

.tax-deduction-section h4 {
    color: #dc3545;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.payment-method-section {
    margin: 30px 0;
}

.payment-method-section h4 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.payment-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.payment-option {
    flex: 1;
    min-width: 200px;
    cursor: pointer;
}

.payment-option input[type="radio"] {
    display: none;
}

.payment-option-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #333;
}

.payment-option input[type="radio"]:checked + .payment-option-content {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border-color: #dc3545;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.payment-option-content i {
    font-size: 1.2rem;
}

.terms-section {
    margin: 30px 0;
    text-align: center;
}

.terms-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

.terms-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #dc3545;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.terms-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #dc3545;
    border-color: #dc3545;
}

.terms-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '✓';
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.terms-checkbox a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.terms-checkbox a:hover {
    color: #c82333;
    text-decoration: underline;
}

.donate-btn {
    width: 100%;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.donate-btn:hover {
    background: linear-gradient(135deg, #20c997, #17a2b8);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.4);
}

.donate-btn:active {
    transform: translateY(0);
}

.bank-details {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.05), rgba(255, 215, 0, 0.05));
    border: 2px solid rgba(220, 53, 69, 0.2);
    border-radius: 15px;
    padding: 25px;
    margin-top: 30px;
}

.bank-details h4 {
    color: #dc3545;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.bank-info {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}

.bank-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bank-item strong {
    color: #dc3545;
    font-weight: 600;
}

.bank-note {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    border-radius: 8px;
    padding: 15px;
    color: #28a745;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

/* Why Donate Section */
.why-donate-section {
    padding: 80px 0;
    background: white;
    position: relative;
    z-index: 2;
}

.why-donate-section h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 50px;
    position: relative;
}

.why-donate-section h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

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

.reason-item {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 250, 0.9));
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 53, 69, 0.1);
    position: relative;
    overflow: hidden;
}

.reason-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.1), transparent);
    transition: left 0.5s ease;
}

.reason-item:hover::before {
    left: 100%;
}

.reason-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: rgba(220, 53, 69, 0.3);
}

.reason-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.reason-item:hover .reason-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(220, 53, 69, 0.4);
}

.reason-icon i {
    font-size: 2rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.reason-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.reason-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 0;
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close:hover {
    color: #dc3545;
    background: white;
    transform: scale(1.1);
}

.modal-content h3 {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    padding: 20px 30px;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 20px 20px 0 0;
}

.modal-body {
    padding: 30px;
}

.modal-body p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.modal-body ul {
    list-style: none;
    padding: 0;
}

.modal-body ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.modal-body ul li:last-child {
    border-bottom: none;
}

.modal-body ul li::before {
    content: '✓';
    color: #dc3545;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Responsive Design for Donation Form */
@media (max-width: 768px) {
    .donation-section {
        padding: 40px 0;
    }
    
    .donation-form-container {
        margin: 0 15px;
        border-radius: 15px;
    }
    
    .donation-form-header {
        padding: 30px 20px;
    }
    
    .donation-form-header h2 {
        font-size: 1.5rem;
    }
    
    .trust-logo img {
        width: 100px;
        height: 100px;
    }
    
    .donation-form {
        padding: 30px 20px;
    }
    
    .payment-options {
        flex-direction: column;
    }
    
    .payment-option {
        min-width: auto;
    }
    
    .why-donate-section {
        padding: 60px 0;
    }
    
    .why-donate-section h3 {
        font-size: 2rem;
    }
    
    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .reason-item {
        padding: 25px 15px;
    }
    
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .modal-body {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .donation-form-container {
        margin: 0 10px;
    }
    
    .donation-form-header {
        padding: 25px 15px;
    }
    
    .donation-form-header h2 {
        font-size: 1.3rem;
    }
    
    .trust-logo img {
        width: 80px;
        height: 80px;
    }
    
    .donation-form {
        padding: 25px 15px;
    }
    
    .input-group {
        padding: 0 12px;
    }
    
    .input-group input,
    .input-group select,
    .input-group textarea {
        padding: 12px 0;
        font-size: 0.95rem;
    }
    
    .donate-btn {
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    .why-donate-section h3 {
        font-size: 1.8rem;
    }
    
    .reason-icon {
        width: 70px;
        height: 70px;
    }
    
    .reason-icon i {
        font-size: 1.8rem;
    }
    
    .reason-item h4 {
        font-size: 1.2rem;
    }
    
    .reason-item p {
        font-size: 0.95rem;
    }
}


/* CSS Isolation for External Plugins */
.chaty,
.chaty *,
.chaty-chat-view,
.chaty-chat-view *,
.chaty-outer-forms,
.chaty-outer-forms * {
    font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif !important;
}

/* News Ticker Isolation */
.fd-elementor-news-ticker,
.fd-elementor-news-ticker * {
    font-family: inherit;
}

/* Elementor Widget Isolation */
.elementor-widget,
.elementor-widget * {
    box-sizing: border-box;
}

/* Minimal conflict prevention - only for external plugins */
.bbkct-page-wrapper .fa,
.bbkct-page-wrapper .fas,
.bbkct-page-wrapper .far,
.bbkct-page-wrapper .fab,
.bbkct-page-wrapper .fal,
.bbkct-page-wrapper .fad {
    font-family: "Font Awesome 6 Free" !important;
}

/* Certificates Section */
.certificates-section {
    margin: 80px 0;
    position: relative;
    z-index: 2;
}

.certificates-section h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 20px;
    position: relative;
}

.certificates-section h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(45deg, #dc3545, #FFD700);
    border-radius: 2px;
}

.certificates-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

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

.certificate-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

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

.certificate-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.certificate-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.certificate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(220, 53, 69, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.certificate-card:hover .certificate-overlay {
    opacity: 1;
}

.certificate-card:hover .certificate-photo {
    transform: scale(1.1);
}

.view-certificate {
    background: white;
    color: #dc3545;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.view-certificate:hover {
    background: #FFD700;
    color: #333;
    transform: scale(1.05);
}

.certificate-info {
    padding: 25px;
}

.certificate-info h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 12px;
}

.certificate-number {
    font-size: 0.9rem;
    color: #FFD700;
    font-weight: 600;
    margin-bottom: 8px;
}

.certificate-date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.certificate-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Certificate Verification */
.certificate-verification {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(255, 215, 0, 0.1));
    border: 2px solid rgba(220, 53, 69, 0.2);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.certificate-verification::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="verify-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23dc3545" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23verify-pattern)"/></svg>');
    opacity: 0.3;
}

.verification-content {
    position: relative;
    z-index: 2;
}

.verification-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.verification-content h4 i {
    color: #FFD700;
}

.verification-content p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.verification-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.verification-link {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.verification-link:hover {
    background: linear-gradient(135deg, #c82333, #a71e2a);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
    color: white;
}

/* Certificate Modal */
.certificate-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 0;
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-modal:hover {
    color: #dc3545;
    background: white;
    transform: scale(1.1);
}

.modal-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 400px;
}

.modal-certificate-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.modal-certificate-info {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-certificate-info h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 20px;
}

.modal-certificate-info p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.modal-certificate-info p:first-of-type {
    color: #FFD700;
    font-weight: 600;
}

/* Certificates Section Responsive */
@media (max-width: 1024px) {
    .certificates-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
    
    .modal-body {
        grid-template-columns: 1fr;
    }
    
    .modal-certificate-image {
        border-radius: 20px 20px 0 0;
        height: 300px;
    }
    
    .modal-certificate-info {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .certificates-section {
        margin: 60px 0;
    }
    
    .certificates-section h3 {
        font-size: 2rem;
    }
    
    .certificates-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
    }
    
    .certificates-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .certificate-info {
        padding: 20px;
    }
    
    .certificate-info h4 {
        font-size: 1.2rem;
    }
    
    .certificate-verification {
        padding: 30px 20px;
    }
    
    .verification-content h4 {
        font-size: 1.3rem;
    }
    
    .verification-links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .verification-link {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .modal-certificate-info {
        padding: 25px 20px;
    }
    
    .modal-certificate-info h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .certificates-section {
        margin: 40px 0;
    }
    
    .certificates-section h3 {
        font-size: 1.8rem;
    }
    
    .certificates-subtitle {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
    
    .certificate-info {
        padding: 15px;
    }
    
    .certificate-info h4 {
        font-size: 1.1rem;
    }
    
    .certificate-number, .certificate-date {
        font-size: 0.85rem;
    }
    
    .certificate-description {
        font-size: 0.9rem;
    }
    
    .certificate-verification {
        padding: 25px 15px;
    }
    
    .verification-content h4 {
        font-size: 1.2rem;
    }
    
    .verification-content p {
        font-size: 0.95rem;
    }
    
    .modal-content {
        width: 98%;
        margin: 5% auto;
    }
    
    .modal-certificate-info {
        padding: 20px 15px;
    }
    
    .modal-certificate-info h3 {
        font-size: 1.3rem;
    }
    
    .modal-certificate-info p {
        font-size: 0.9rem;
    }
}

/* User Menu Styles */
.user-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin-left: 0;
    overflow: visible;
    justify-content: flex-end;
    position: relative;
}

.user-welcome {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.action-btn.dashboard {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.action-btn.dashboard:hover {
    background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.action-btn.logout {
    background: white;
    color: black;
    border: 2px solid #dc3545;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.action-btn.logout:hover {
    background: #f8f9fa;
    color: black;
    border-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* User Dropdown Menu */
.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-dropdown-toggle {
    background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
    color: white;
    border: none;
    padding: 9px 14px;
    border-radius: 22px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
    position: relative;
    z-index: 100;
    flex-shrink: 0;
}

.user-dropdown-toggle:hover {
    background-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.user-dropdown-toggle i {
    font-size: 14px;
}

.user-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 5px;
}

.user-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px 12px 0 0;
}

.user-dropdown-header .user-name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.user-dropdown-item {
    display: block;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f8f9fa;
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-dropdown-item:last-child {
    border-bottom: none;
    border-radius: 0 0 12px 12px;
}

.user-dropdown-item:hover {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    transform: translateX(5px);
}

.user-dropdown-item i {
    font-size: 12px;
    width: 16px;
    text-align: center;
}

.user-dropdown-item.logout:hover {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

/* Responsive user menu */
@media (max-width: 768px) {
    .user-menu {
        flex-direction: column;
        gap: 5px;
        align-items: stretch;
    }
    
    .user-welcome {
        text-align: center;
        font-size: 12px;
    }
    
    .action-btn.dashboard,
    .action-btn.logout {
        font-size: 8px;
        padding: 4px 6px;
    }
}

@media (max-width: 480px) {
    .user-menu {
        gap: 3px;
    }
    
    .user-welcome {
        font-size: 11px;
    }
    
    .action-btn.dashboard,
    .action-btn.logout {
        font-size: 7px;
        padding: 3px 5px;
    }
    
    .action-btn.membership,
    .action-btn.login {
        font-size: 7px;
        padding: 3px 5px;
        min-width: 90px;
        text-align: center;
    }
}

/* News & Updates Modal Styles */
.news-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.news-modal.modal-open {
    opacity: 1;
    visibility: visible;
}

.news-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    cursor: pointer;
}

.news-modal-content {
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    transform: scale(0.8) translateY(50px);
    transition: all 0.3s ease;
    border: 3px solid #d32f2f;
}

.news-modal.modal-open .news-modal-content {
    transform: scale(1) translateY(0);
}

.news-modal-header {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    color: white;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
}

.news-modal-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.close-news-modal-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 12px 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.close-news-modal-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.news-modal-body {
    padding: 0;
    max-height: 60vh;
    overflow-y: auto;
}

.news-list {
    padding: 20px 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.news-list::-webkit-scrollbar {
    width: 8px;
}

.news-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.news-list::-webkit-scrollbar-thumb {
    background: #d32f2f;
    border-radius: 4px;
}

.news-list::-webkit-scrollbar-thumb:hover {
    background: #b71c1c;
}

.news-item {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d32f2f;
    transition: all 0.3s ease;
    animation: fadeInUp 0.5s ease-out;
    border: 1px solid #e9ecef;
}

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

.news-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.news-item.priority-high {
    border-left-color: #dc3545;
    background: linear-gradient(135deg, #fff5f5 0%, #f8f9fa 100%);
    border-color: #f5c6cb;
}

.news-item.priority-medium {
    border-left-color: #ffc107;
    background: linear-gradient(135deg, #fffbf0 0%, #f8f9fa 100%);
    border-color: #ffeaa7;
}

.news-item.priority-low {
    border-left-color: #28a745;
    background: linear-gradient(135deg, #f0fff4 0%, #f8f9fa 100%);
    border-color: #c3e6cb;
}

.news-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 15px;
}

.news-item-header h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    flex: 1;
    line-height: 1.3;
}

.news-date {
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 12px;
    white-space: nowrap;
    border: 1px solid #dee2e6;
}

.news-content {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.loading-news,
.no-news,
.error-news {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-size: 16px;
    font-weight: 600;
}

.loading-news i {
    color: #d32f2f;
    margin-right: 10px;
}

.no-news {
    color: #28a745;
}

.error-news {
    color: #dc3545;
}

/* Enhanced scrolling text animation */
.scrolling-text {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

#newsTickerContent {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: scrollText 30s linear infinite;
    font-weight: 600;
    color: #333;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.ticker-item {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    color: #333;
}

.ticker-separator {
    color: #dc3545;
    font-weight: bold;
    margin: 0 10px;
}

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.scrolling-text:hover #newsTickerContent {
    animation-play-state: paused;
}

/* Enhanced updates button with chevron */
.updates-btn i:last-child {
    transition: transform 0.3s ease;
    font-size: 10px;
}

.updates-btn:hover i:last-child {
    transform: scale(1.2);
}

/* Responsive design for news modal */
@media (max-width: 768px) {
    .news-section {
        padding: 40px 0;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .news-card {
        margin-bottom: 20px;
    }
    
    .news-modal-content {
        width: 95%;
        max-height: 85vh;
        margin: 20px;
    }
    
    .news-modal-header {
        padding: 20px 25px;
    }
    
    .news-modal-header h3 {
        font-size: 20px;
    }
    
    .news-list {
        padding: 15px 20px;
    }
    
    .news-item {
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .news-item-header {
        flex-direction: column;
        gap: 10px;
    }
    
    .news-item-header h4 {
        font-size: 16px;
    }
    
    .news-date {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    
    .white-content-area {
        width: 98%;
        padding: 6px 10px;
    }
    
    .updates-btn {
        font-size: 11px;
        padding: 5px 10px;
    }
    
    .scrolling-text {
        font-size: 10px;
    }
    
    .news-section {
        padding: 30px 0;
    }
    
    .news-modal-content {
        width: 98%;
        max-height: 90vh;
        margin: 10px;
        border-radius: 15px;
    }
    
    .news-modal-header {
        padding: 15px 20px;
    }
    
    .news-modal-header h3 {
        font-size: 18px;
    }
    
    .close-news-modal-btn {
        padding: 10px 12px;
        font-size: 16px;
    }
    
    .news-list {
        padding: 10px 15px;
    }
    
    .news-item {
        padding: 15px;
        margin-bottom: 12px;
        border-radius: 12px;
    }
    
    .news-item-header h4 {
        font-size: 14px;
    }
    
    .news-content {
        font-size: 13px;
    }
    
    .news-date {
        font-size: 11px;
        padding: 3px 6px;
    }
}
