.elementor-1756 .elementor-element.elementor-element-a985e11{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1756 .elementor-element.elementor-element-55f0a35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1756 .elementor-element.elementor-element-f646d9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1756 .elementor-element.elementor-element-9ac39da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1756 .elementor-element.elementor-element-778f9bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1756 .elementor-element.elementor-element-245bcf7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1756 .elementor-element.elementor-element-a985e11{--content-width:1600px;}.elementor-1756 .elementor-element.elementor-element-245bcf7{--content-width:1600px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1756 .elementor-element.elementor-element-a985e11{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-121abb3 *//* ===== HERO SECTION - COMPLETE CSS ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
.navbar {
    position: sticky;
    top: 25px;
    left: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
    background: rgba(240, 245, 238, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(72, 157, 122, 0.15);
    border-radius: 60px;
    box-shadow: 0 25px 50px -20px rgba(26, 70, 51, 0.2),
                inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    z-index: 1000;
    padding: 12px 30px;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
    animation: navbarFloat 4s ease-in-out infinite;
}

@keyframes navbarFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* Scroll effect */
.navbar.scrolled {
    background: rgba(240, 245, 238, 0.85);
    backdrop-filter: blur(15px);
    border-color: rgba(72, 157, 122, 0.3);
    box-shadow: 0 30px 60px -20px rgba(26, 70, 51, 0.3),
                inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.navbar-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===== LOGO - HANDPICKED STONE ===== */
.navbar-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    position: relative;
}

.logo-stone {
    position: relative;
    width: 55px;
    height: 55px;
    background: linear-gradient(145deg, #1a4633, #2d6b4f);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px -10px #1a4633,
                0 0 0 2px rgba(255, 255, 255, 0.3),
                0 0 0 4px rgba(72, 157, 122, 0.2);
    animation: stoneShape 8s ease-in-out infinite;
}

@keyframes stoneShape {
    0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    25% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
    50% { border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%; }
    75% { border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%; }
}

.logo-stone span {
    font-size: 2rem;
    color: #ffd700;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}

.navbar-logo:hover .logo-stone span {
    transform: rotate(180deg) scale(1.2);
}

.logo-text {
    position: relative;
}

.logo-main {
    font-size: 1.3rem;
    font-weight: 700;
    color: #153728;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
    line-height: 1.2;
    display: block;
}

.logo-sanskrit {
    font-size: 0.7rem;
    color: #489d7a;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.7;
}

.logo-text::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #489d7a, #ffd700);
    border-radius: 2px;
}

/* ===== NAVIGATION ===== */
.nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.3);
    padding: 8px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-links li {
    position: relative;
}

.nav-links li a {
    text-decoration: none;
    color: #1f3d33;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    overflow: hidden;
}

.nav-links li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a4633, #489d7a);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    border-radius: 50px;
}

.nav-links li a:hover::before {
    opacity: 1;
}

.nav-links li a:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -8px #1a4633;
}

.nav-links li a.active {
    background: #1a4633;
    color: white;
    box-shadow: 0 10px 20px -8px #1a4633;
}

.nav-links li a.active::after {
    display: none;
}

/* Dropdown */
.nav-links li.dropdown {
    position: relative;
}

.nav-links li.dropdown > a {
    padding-right: 25px;
}

.nav-links li.dropdown > a::after {
    content: '▼';
    font-size: 0.6rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(72, 157, 122, 0.2);
    border-radius: 30px;
    padding: 15px 0;
    min-width: 250px;
    box-shadow: 0 30px 50px -20px rgba(26, 70, 51, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.nav-links li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 30px;
    color: #1f3d33;
    font-size: 0.95rem;
    border-radius: 0;
    white-space: nowrap;
}

.dropdown-menu li a:hover {
    background: rgba(72, 157, 122, 0.1);
    color: #1a4633;
    transform: none;
    box-shadow: none;
}

.dropdown-menu li a::before {
    display: none;
}

/* ===== NAVBAR ACTIONS ===== */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Contact Info */
.contact-wrapper {
    position: relative;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1a4633;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.contact-icon {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: #1a4633;
    color: white;
    transform: scale(1.1);
}

.contact-item span:last-child {
    border-bottom: 1px dotted transparent;
    transition: border-color 0.3s ease;
}

.contact-item:hover span:last-child {
    border-bottom-color: #1a4633;
}

/* Donate Button - Enhanced */
.donate-btn {
    background: linear-gradient(135deg, #1a4633, #0f3827);
    color: white;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px -8px #1a4633;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.donate-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    transition: left 0.6s ease;
}

.donate-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 30px -10px #1a4633;
    gap: 15px;
}

.donate-btn:hover::before {
    left: 100%;
}

.donate-btn .btn-icon {
    font-size: 1.2rem;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.2); }
    35% { transform: scale(1); }
    45% { transform: scale(1.1); }
}

.donate-btn span:last-child {
    position: relative;
}

/* Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    padding: 12px 15px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background: #1a4633;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1300px) {
    .contact-info {
        display: none;
    }
    
    .contact-wrapper {
        display: none;
    }
}

@media (max-width: 1100px) {
    .navbar {
        width: calc(100% - 40px);
        padding: 10px 20px;
    }
    
    .nav-links {
        position: fixed;
        top: 100px;
        left: 20px;
        right: 20px;
        width: auto;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
        border-radius: 40px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 0.4s ease;
        box-shadow: 0 40px 60px -20px rgba(26, 70, 51, 0.3);
        border: 1px solid rgba(72, 157, 122, 0.2);
    }
    
    .nav-links.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .nav-links li {
        width: 100%;
    }
    
    .nav-links li a {
        padding: 15px 20px;
        border-radius: 30px;
    }
    
    .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        background: rgba(72, 157, 122, 0.05);
        backdrop-filter: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin-top: 5px;
        margin-left: 20px;
        min-width: auto;
    }
    
    .nav-links li.dropdown:hover .dropdown-menu {
        transform: none;
    }
    
    .dropdown-menu li a {
        padding: 12px 20px;
    }
    
    .menu-toggle {
        display: flex;
    }
}

@media (max-width: 768px) {
    .navbar {
        top: 15px;
        padding: 8px 15px;
    }
    
    .logo-stone {
        width: 45px;
        height: 45px;
    }
    
    .logo-stone span {
        font-size: 1.6rem;
    }
    
    .logo-main {
        font-size: 1.1rem;
    }
    
    .logo-sanskrit {
        font-size: 0.6rem;
    }
    
    .donate-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .donate-btn .btn-icon {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .navbar {
        width: calc(100% - 20px);
        padding: 8px 12px;
    }
    .donate-btn {
        display: none !important;
    }
    
    .logo-text .logo-main {
        font-size: 1rem;
    }
    
    .logo-sanskrit {
        display: none;
    }
    
    .donate-btn span:last-child {
        display: none !important;
    }
    
    /* .donate-btn {
        padding: 10px 15px;
    } */
    
    .menu-toggle {
        padding: 10px 12px;
    }
}

/* Main Hero Section */
.hero-premium {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(145deg, #f0f7f2 0%, #e3efe8 50%, #d0e6da 100%) !important;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    padding: 80px 20px;
}

/* Desktop Only Class */
.desktop-only {
    display: block;
}

/* ===== BACKGROUND ELEMENTS ===== */
.hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(72, 157, 122, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(26, 70, 51, 0.1) 0%, transparent 50%) !important;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(26, 70, 51, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 70, 51, 0.03) 1px, transparent 1px) !important;
    background-size: 60px 60px;
    animation: gridMove 30s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, 60px); }
}

/* ===== ORBS ===== */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

.hero-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #489d7a, transparent 70%) !important;
    top: -200px;
    right: -100px;
    opacity: 0.2;
    animation: orbFloat1 20s ease-in-out infinite;
}

.hero-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #1a4633, transparent 70%) !important;
    bottom: -150px;
    left: -100px;
    opacity: 0.15;
    animation: orbFloat2 25s ease-in-out infinite;
}

.hero-orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ffd700, transparent 70%) !important;
    top: 40%;
    right: 30%;
    opacity: 0.1;
    animation: orbFloat3 18s ease-in-out infinite;
}

.hero-orb-4 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #ffffff, transparent 70%) !important;
    bottom: 20%;
    left: 20%;
    opacity: 0.1;
    animation: orbFloat4 15s ease-in-out infinite;
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.1); }
}

@keyframes orbFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, 20px) scale(1.2); }
}

@keyframes orbFloat4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, -20px) scale(1.2); }
}

/* ===== FLOATING PARTICLES ===== */
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.hero-particles .particle {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.15;
    animation: particleFloat 20s linear infinite;
}

.hero-particles .particle:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
.hero-particles .particle:nth-child(2) { top: 30%; right: 25%; animation-delay: 2s; }
.hero-particles .particle:nth-child(3) { bottom: 20%; left: 15%; animation-delay: 4s; }
.hero-particles .particle:nth-child(4) { bottom: 40%; right: 30%; animation-delay: 6s; }
.hero-particles .particle:nth-child(5) { top: 60%; left: 40%; animation-delay: 8s; }
.hero-particles .particle:nth-child(6) { top: 70%; right: 10%; animation-delay: 1s; }
.hero-particles .particle:nth-child(7) { bottom: 60%; left: 60%; animation-delay: 3s; }
.hero-particles .particle:nth-child(8) { top: 40%; left: 80%; animation-delay: 5s; }
.hero-particles .particle:nth-child(9) { bottom: 80%; right: 40%; animation-delay: 7s; }
.hero-particles .particle:nth-child(10) { top: 20%; left: 50%; animation-delay: 9s; }

@keyframes particleFloat {
    from {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.2;
    }
    to {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

/* ===== FLOATING NUMBERS ===== */
.floating-numbers-hero {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-numbers-hero .float-num {
    position: absolute;
    font-size: 4rem;
    font-weight: 700;
    color: rgba(26, 70, 51, 0.03) !important;
    font-family: 'Playfair Display', serif;
    white-space: nowrap;
    animation: numberFloat 25s linear infinite;
}

.floating-numbers-hero .float-num:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.floating-numbers-hero .float-num:nth-child(2) { top: 40%; right: 15%; animation-delay: 5s; }
.floating-numbers-hero .float-num:nth-child(3) { bottom: 30%; left: 20%; animation-delay: 2s; }
.floating-numbers-hero .float-num:nth-child(4) { top: 70%; right: 25%; animation-delay: 7s; }
.floating-numbers-hero .float-num:nth-child(5) { bottom: 50%; left: 40%; animation-delay: 3s; }
.floating-numbers-hero .float-num:nth-child(6) { top: 80%; right: 35%; animation-delay: 9s; }

@keyframes numberFloat {
    from {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 0.1;
    }
    80% {
        opacity: 0.1;
    }
    to {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

/* ===== MAIN CONTAINER ===== */
.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ===== LEFT CONTENT ===== */
.hero-content-left {
    position: relative;
    z-index: 10;
}

/* Top Row */
.hero-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

/* Hero Badge */
.hero-badge-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-badge {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #1a4633 !important;
    background: rgba(255, 255, 255, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(26, 70, 51, 0.1);
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(26, 70, 51, 0.2); }
    50% { box-shadow: 0 0 20px 5px rgba(26, 70, 51, 0.2); }
}

.badge-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #1a4633, transparent);
}

/* Trust Indicators - Desktop Only */
.hero-trust {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.trust-icon {
    color: #1a4633 !important;
    font-weight: 700;
    font-size: 1.2rem;
}

.trust-text {
    font-size: 0.9rem;
    color: #2a4a3a !important;
}

.trust-dot {
    width: 4px;
    height: 4px;
    background: #1a4633;
    border-radius: 50%;
    opacity: 0.3;
}

/* Main Title */
.hero-main-title {
    margin-bottom: 30px;
}

.title-line {
    display: block;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}

.title-word {
    display: inline-block;
    color: #153728 !important;
    margin-right: 10px;
    opacity: 0;
    transform: translateY(30px);
    animation: titleReveal 0.8s ease forwards;
}

.title-line:nth-child(1) .title-word:nth-child(1) { animation-delay: 0.1s; }
.title-line:nth-child(1) .title-word:nth-child(2) { animation-delay: 0.3s; }
.title-line:nth-child(2) .title-word:nth-child(1) { animation-delay: 0.5s; }
.title-line:nth-child(2) .title-word:nth-child(2) { animation-delay: 0.7s; }
.title-line:nth-child(3) .title-word:nth-child(1) { animation-delay: 0.9s; }
.title-line:nth-child(3) .title-word:nth-child(2) { animation-delay: 1.1s; }

.title-word.highlight {
    color: #1a4633 !important;
    position: relative;
}

.title-word.highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(72, 157, 122, 0.2) !important;
    z-index: -1;
}

@keyframes titleReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Description */
.hero-description {
    font-size: 1.1rem;
    color: #2a4a3a !important;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 500px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.3s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stats Grid - DESKTOP ONLY by default */
.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.5s forwards;
}

.hero-stat-card {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.hero-stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.5);
    border-color: #1a4633;
}

.stat-icon {
    font-size: 2rem;
    filter: drop-shadow(0 5px 10px rgba(26, 70, 51, 0.2));
}

.stat-content {
    text-align: left;
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a4633 !important;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.8rem;
    color: #2a4a3a !important;
    font-weight: 500;
}

/* CTA Buttons */
.hero-cta-group {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.7s forwards;
}

.hero-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #1a4633, #0f3827);
    color: white !important;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.1rem;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.hero-btn-primary .btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.hero-btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -10px #1a4633;
    gap: 20px;
}

.hero-btn-primary:hover .btn-glow {
    left: 100%;
}

.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    color: #1a4633 !important;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid rgba(26, 70, 51, 0.2);
    transition: all 0.4s ease;
}

.hero-btn-secondary:hover {
    background: #1a4633 !important;
    color: white;
    transform: translateY(-5px);
    gap: 15px;
}

/* ===== RIGHT CONTENT - SLIDER ===== */
.hero-content-right {
    position: relative;
    z-index: 10;
}

.premium-slider {
    position: relative;
}

.slider-main {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 40px 60px -20px rgba(26, 70, 51, 0.3);
    margin-bottom: 20px;
}

.slider-track-hero {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.slider-slide {
    min-width: 100%;
    position: relative;
    height: 500px;
}

.slide-image {
    position: absolute;
    inset: 0;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay-complex {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(26, 70, 51, 0.9) 0%,
        rgba(26, 70, 51, 0.4) 40%,
        rgba(72, 157, 122, 0.2) 80%,
        transparent 100%
    );
    z-index: 1;
}

/* Slide Content - Desktop Only */
.slide-content-premium {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    color: white !important;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.slider-slide:hover .slide-content-premium {
    transform: translateY(-10px);
}

.slide-category {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.slide-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.slide-desc {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 15px;
}

.slide-stats {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    opacity: 0.8;
}

.slide-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Slider Dots */
.slider-dots-hero {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 5;
}

.slider-dots-hero .dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots-hero .dot:hover {
    background: white;
    transform: scale(1.2);
}

.slider-dots-hero .dot.active {
    width: 30px;
    background: white;
    border-radius: 20px;
}

/* Bottom Stats Cards - Desktop Only */
.slider-bottom-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.bottom-stat-card {
    background: white;
    backdrop-filter: blur(10px);
    padding: 20px 15px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid rgba(26, 70, 51, 0.1);
    box-shadow: 0 20px 30px -10px rgba(26, 70, 51, 0.1);
    transition: all 0.3s ease;
}

.bottom-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 40px -10px rgba(26, 70, 51, 0.2);
    border-color: #1a4633 !important;
}

.bottom-stat-card .stat-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a4633 !important;
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
}

.bottom-stat-card .stat-label {
    font-size: 0.85rem;
    color: #2a4a3a !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== SCROLL INDICATOR ===== */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 20;
    opacity: 0;
    animation: fadeInUp 0.8s ease 2.1s forwards;
}

.scroll-text {
    font-size: 0.8rem;
    color: #1a4633;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.scroll-line {
    width: 100px;
    height: 2px;
    background: rgba(26, 70, 51, 0.2) !important;
    position: relative;
    overflow: hidden;
}

.scroll-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #1a4633;
    transition: width 0.1s ease;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-content-left {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }
    
    .hero-top-row {
        justify-content: center;
    }
    
    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-cta-group {
        justify-content: center;
    }
    
    .hero-content-right {
        max-width: 700px;
        margin: 0 auto;
    }
}

/* Mobile Layout - Exact Order */
@media (max-width: 768px) {
    .hero-premium {
        padding: 20px 10px !important;
    }
    
    .scroll-indicator {
        display: none !important;
    }
    
    .slide-content-premium {
        display: none !important;
    }
    
    /* HIDE these on mobile */
    .hero-stats-grid {
        display: none !important;
    }
    
    .slider-bottom-stats {
        display: none !important;
    }
    
    .hero-trust {
        display: none !important;
    }
    
    .desktop-only {
        display: none !important;
    }
    
    /* Container vertical */
    .hero-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    /* Content order */
    .hero-content-left {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
    }
    
    /* Description ke baad slider */
    .hero-description {
        order: 2 !important;
        margin-bottom: 20px !important;
    }
    
    /* Slider - description ke BAAD */
    .hero-content-right {
        order: 3 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 20px auto !important;
        padding: 0 10px !important;
    }
    
    /* Slider full width with padding */
    .premium-slider {
        width: 100% !important;
    }
    
    .slider-main {
        border-radius: 25px !important;
        width: 100% !important;
    }
    
    .slider-slide {
        height: 280px !important;
    }
    
    /* Buttons - sabse niche */
    .hero-cta-group {
        order: 4 !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 10px auto 0 auto !important;
        gap: 12px !important;
        padding: 0 10px !important;
    }
    
    .hero-cta-group .hero-btn-primary,
    .hero-cta-group .hero-btn-secondary {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 25px !important;
        font-size: 1rem !important;
    }
    
    /* Title adjust */
    .hero-main-title {
        margin-bottom: 15px !important;
    }
    
    .title-line {
        font-size: 2rem !important;
    }
    
    /* Badge adjust */
    .hero-badge-wrapper {
        margin-bottom: 10px !important;
        justify-content: center !important;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .hero-content-left,
    .hero-content-right {
        padding: 0 8px !important;
    }
    
    .slider-slide {
        height: 240px !important;
    }
    
    .hero-main-title {
        font-size: 1.8rem !important;
    }
    
    .title-line {
        font-size: 1.6rem !important;
    }
    
    .hero-description {
        font-size: 0.95rem !important;
    }
    
    .hero-cta-group {
        max-width: 280px !important;
        padding: 0 8px !important;
    }
}

/* Very small screens */
@media (max-width: 360px) {
    .hero-content-left,
    .hero-content-right {
        padding: 0 5px !important;
    }
    
    .slider-slide {
        height: 200px !important;
    }
    
    .hero-main-title {
        font-size: 1.5rem !important;
    }
    
    .hero-cta-group {
        max-width: 260px !important;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .hero-orb,
    .particle,
    .float-num,
    .hero-btn-primary .btn-glow {
        animation: none !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81a8f8c *//* ===== PREMIUM PROGRAMS SECTION - ULTRA LUXURY ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #0b1a14;
    overflow-x: hidden;
}

/* Main Section */
.premium-programs {
    position: relative;
    padding:  20px;
    background: linear-gradient(145deg, #f5faf7 0%, #e8f2ec 50%, #dae9e0 100%);
    overflow: hidden;
    isolation: isolate;
}

/* ===== LUXURY BACKGROUND ELEMENTS =====
.premium-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(26, 70, 51, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 70, 51, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
    animation: gridFloat 30s linear infinite;
}

@keyframes gridFloat {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.premium-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.4;
}

.premium-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(72, 157, 122, 0.3), transparent);
    top: -200px;
    right: -200px;
    animation: orbFloat 20s ease-in-out infinite;
}

.premium-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(26, 70, 51, 0.2), transparent);
    bottom: -150px;
    left: -150px;
    animation: orbFloat 25s ease-in-out infinite reverse;
}

.premium-orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    top: 40%;
    left: 30%;
    animation: orbPulse 8s ease-in-out infinite;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.05); }
}

@keyframes orbPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
}

.premium-bg-lines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(72, 157, 122, 0.02) 20px,
        rgba(72, 157, 122, 0.02) 40px
    );
    z-index: 0;
} */

/* ===== CONTAINER ===== */
.premium-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ===== PREMIUM HEADER ===== */
.premium-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.premium-tagline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.premium-tagline {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #1a4633;
    background: linear-gradient(135deg, rgba(26, 70, 51, 0.05), rgba(72, 157, 122, 0.05));
    padding: 8px 20px;
    border-radius: 100px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(72, 157, 122, 0.2);
    animation: taglineGlow 3s ease-in-out infinite;
}

@keyframes taglineGlow {
    0%, 100% { box-shadow: 0 0 10px rgba(72, 157, 122, 0.1); }
    50% { box-shadow: 0 0 20px rgba(72, 157, 122, 0.2); }
}

.premium-tagline-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1a4633, transparent);
}

/* Main Title - Cinematic Animation */
.premium-main-title {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2em;
    font-family: 'Playfair Display', serif;
}

.title-word {
    opacity: 0;
    transform: translateY(30px);
    animation: titleReveal 0.8s ease forwards;
}

.title-word-1 { animation-delay: 0.1s; }
.title-word-2 { animation-delay: 0.3s; }
.title-word-3 { animation-delay: 0.5s; }
.title-word-4 { 
    animation-delay: 0.7s;
    color: #1a4633;
    position: relative;
}

.title-word-4::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, transparent, rgba(72, 157, 122, 0.3), transparent);
    z-index: -1;
    animation: underlineGlow 2s ease-in-out infinite;
}

@keyframes titleReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes underlineGlow {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

/* Title Decoration */
.premium-title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1s forwards;
}

.decoration-diamond {
    color: #1a4633;
    font-size: 1.2rem;
    animation: rotateDiamond 6s linear infinite;
}

@keyframes rotateDiamond {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.decoration-line {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1a4633, #489d7a, #1a4633, transparent);
}

/* Description */
.premium-description {
    font-size: 1.2rem;
    color: #2a4a3a;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.2s forwards;
}

.description-highlight {
    color: #1a4633;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.description-highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(72, 157, 122, 0.2);
    border-radius: 10px;
    z-index: -1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== PREMIUM GRID ===== */
.premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* ===== PREMIUM CARD - ULTRA LUXURY ===== */
.premium-card {
    background: white;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 
        0 20px 40px -15px rgba(0, 40, 20, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.2, 0.9, 0.3, 1.1);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: cardReveal 0.8s ease forwards;
    animation-delay: calc(0.1s * var(--card-index));
}

.premium-card:nth-child(1) { --card-index: 1; animation-delay: 0.2s; }
.premium-card:nth-child(2) { --card-index: 2; animation-delay: 0.3s; }
.premium-card:nth-child(3) { --card-index: 3; animation-delay: 0.4s; }
.premium-card:nth-child(4) { --card-index: 4; animation-delay: 0.5s; }
.premium-card:nth-child(5) { --card-index: 5; animation-delay: 0.6s; }
.premium-card:nth-child(6) { --card-index: 6; animation-delay: 0.7s; }
.premium-card:nth-child(7) { --card-index: 7; animation-delay: 0.8s; }

@keyframes cardReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 2px;
    background: linear-gradient(145deg, rgba(72, 157, 122, 0.3), rgba(255, 255, 255, 0.5), rgba(26, 70, 51, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.premium-card:hover::before {
    opacity: 1;
}

.premium-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 40px 60px -15px rgba(26, 70, 51, 0.3),
        inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

/* Card Media */
.card-media {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.card-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.premium-card:hover .card-image {
    transform: scale(1.1);
}

.image-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(26, 70, 51, 0.9) 0%,
        rgba(26, 70, 51, 0.4) 40%,
        transparent 80%
    );
    z-index: 1;
}

.image-overlay-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.premium-card:hover .image-overlay-pattern {
    opacity: 1;
}

/* Card Icon */
.card-icon-circle {
    position: absolute;
    bottom: -30px;
    right: 25px;
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(26, 70, 51, 0.2);
    border: 3px solid white;
    z-index: 3;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.premium-card:hover .card-icon-circle {
    transform: rotate(10deg) scale(1.1);
    background: #1a4633;
    box-shadow: 0 20px 40px rgba(26, 70, 51, 0.3);
}

.card-icon {
    font-size: 2rem;
    transition: transform 0.4s ease;
}

.premium-card:hover .card-icon {
    transform: scale(1.1);
    filter: brightness(0) invert(1);
}

/* Card Category */
.card-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}

.premium-card:hover .card-category {
    opacity: 1;
    transform: translateY(0);
}

/* Card Content */
.card-content {
    padding: 45px 25px 30px 25px;
    background: white;
    position: relative;
}

.card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #153728;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: 'Playfair Display', serif;
    position: relative;
    display: inline-block;
}

.card-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #1a4633;
    transition: width 0.4s ease;
}

.premium-card:hover .card-title::after {
    width: 100%;
    background: linear-gradient(90deg, #1a4633, #489d7a);
}

.card-text {
    font-size: 0.95rem;
    color: #4a6458;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Card Stats */
.card-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid rgba(72, 157, 122, 0.2);
    border-bottom: 1px solid rgba(72, 157, 122, 0.2);
}

.stat {
    flex: 1;
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a4633;
    line-height: 1.2;
    transition: transform 0.3s ease;
}

.premium-card:hover .stat-value {
    transform: scale(1.1);
    color: #489d7a;
}

.stat-label {
    font-size: 0.75rem;
    color: #6b8b7c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, transparent, rgba(72, 157, 122, 0.3), transparent);
}

/* Card CTA */
.card-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a4633;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.cta-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.card-cta:hover {
    color: #489d7a;
    gap: 15px;
}

.card-cta:hover .cta-arrow {
    transform: translateX(5px);
}

/* ===== PREMIUM CTA BUTTON ===== */
.premium-cta-wrapper {
    text-align: center;
    position: relative;
    margin-top: 40px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.5s forwards;
}

.premium-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(72, 157, 122, 0.2), transparent 70%);
    filter: blur(30px);
    z-index: 0;
    animation: ctaGlow 3s ease-in-out infinite;
}

@keyframes ctaGlow {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.2); }
}

.premium-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #1a4633, #0f3827);
    color: white;
    text-decoration: none;
    padding: 18px 50px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s ease;
}

.premium-cta-button::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 60px;
    padding: 2px;
    background: linear-gradient(135deg, #489d7a, #1a4633, #489d7a);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.premium-cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px #1a4633;
    gap: 25px;
}

.premium-cta-button:hover::before {
    opacity: 1;
}

.cta-circle {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
}

.premium-cta-button:hover .cta-circle {
    transform: rotate(90deg);
    background: #489d7a;
}

.premium-cta-note {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #4a6458;
    letter-spacing: 1px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .premium-programs {
        padding: 80px 15px;
    }
        .premium-description {
            display: none !important;
    }
    .premium-main-title {
        font-size: 2.5rem;
        flex-direction: column;
        gap: 5px;
    }
    
    .premium-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .card-media {
        height: 220px;
    }
    
    .card-icon-circle {
        width: 60px;
        height: 60px;
    }
    
    .card-icon {
        font-size: 1.5rem;
    }
    
    .card-title {
        font-size: 1.4rem;
    }
    
    .premium-cta-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .premium-main-title {
        font-size: 2rem;
    }
    
    .premium-description {
            display: none !important;
    }
    
    .card-media {
        height: 200px;
    }
    
    .card-stats {
        flex-direction: column;
        gap: 10px;
    }
    
    .stat-divider {
        width: 50px;
        height: 1px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2528dc *//* ===== IMPACT PARALLAX SECTION - CINEMATIC EXPERIENCE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #0b1a14;
    overflow-x: hidden;
}

/* Main Section */
.impact-parallax {
    position: relative;
    padding: 120px 20px;
    background: linear-gradient(145deg, #0a1f16 0%, #1a4633 50%, #0f3827 100%);
    overflow: hidden;
    isolation: isolate;
    min-height: 100vh;
    color: white !important;
}

/* ===== PREMIUM BACKGROUND GRID (same as before) ===== */
.impact-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
    animation: gridFloat 30s linear infinite;
}

@keyframes gridFloat {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* Background Orbs */
.impact-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.2;
}

.impact-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #489d7a, transparent 70%);
    top: -200px;
    right: -200px;
    animation: orbFloat 20s ease-in-out infinite;
}

.impact-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #1a4633, transparent 70%);
    bottom: -150px;
    left: -150px;
    animation: orbFloat 25s ease-in-out infinite reverse;
}

.impact-orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ffd700, transparent 70%);
    top: 40%;
    left: 30%;
    opacity: 0.1;
    animation: orbPulse 8s ease-in-out infinite;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.05); }
}

@keyframes orbPulse {
    0%, 100% { opacity: 0.1; transform: scale(1); }
    50% { opacity: 0.2; transform: scale(1.2); }
}

.impact-bg-lines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.02) 20px,
        rgba(255, 255, 255, 0.02) 40px
    );
    z-index: 0;
}

/* ===== FLOATING NUMBERS BACKGROUND ===== */
.floating-numbers {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.float-num {
    position: absolute;
    font-size: 4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.03) !important;
    white-space: nowrap;
    font-family: 'Playfair Display', serif;
    animation: floatNumber 20s linear infinite;
}

.num-1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.num-2 {
    top: 30%;
    right: 10%;
    font-size: 5rem;
    animation-delay: 5s;
}

.num-3 {
    bottom: 20%;
    left: 15%;
    font-size: 6rem;
    animation-delay: 2s;
}

.num-4 {
    top: 60%;
    right: 20%;
    font-size: 4.5rem;
    animation-delay: 7s;
}

.num-5 {
    bottom: 40%;
    left: 40%;
    font-size: 5.5rem;
    animation-delay: 3s;
}

.num-6 {
    top: 70%;
    right: 30%;
    font-size: 4rem;
    animation-delay: 9s;
}

@keyframes floatNumber {
    from {
        transform: translateY(100vh) rotate(0deg);
    }
    to {
        transform: translateY(-100vh) rotate(360deg);
    }
}

/* ===== CONTAINER ===== */
.impact-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

/* ===== IMPACT HEADER ===== */
.impact-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.impact-tagline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.impact-tagline {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffd700 !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 8px 20px;
    border-radius: 100px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.impact-tagline-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
}

/* Impact Title */
.impact-title {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3em;
    font-family: 'Playfair Display', serif;
}

.impact-word {
    opacity: 0;
    transform: translateY(30px);
    animation: titleReveal 0.8s ease forwards;
}

.impact-word:nth-child(1) { animation-delay: 0.1s; }
.impact-word:nth-child(2) { animation-delay: 0.3s; }
.impact-word:nth-child(3) { animation-delay: 0.5s; }

.highlight {
    color: #ffd700 !important;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3) !important;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(255, 215, 0, 0.2) !important;
    z-index: -1;
}

@keyframes titleReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Impact Description */
.impact-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.7s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== IMPACT CARDS ===== */
.impact-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
    perspective: 1000px;
}

/* Impact Card */
.impact-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.1);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.impact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), 
                rgba(255, 215, 0, 0.2) 0%, 
                transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.impact-card:hover::before {
    opacity: 1;
}

.impact-card:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 40px 60px -15px rgba(0, 0, 0, 0.6);
}

/* Card Content */
.card-content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
}

.card-icon-bg {
    font-size: 4rem;
    margin-bottom: 20px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
    animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.card-number {
    font-size: 4rem;
    font-weight: 700;
    color: #ffd700 !important;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

.card-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: white !important;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Progress Bar */
.card-progress {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffd700, #ffaa00);
    border-radius: 10px;
    position: relative;
    animation: progressFill 2s ease-out forwards;
}

@keyframes progressFill {
    from { width: 0; }
}

.card-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.6;
}

/* Card Particles */
.card-stats-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.stat-particle {
    position: absolute;
    font-size: 1rem;
    opacity: 0;
    animation: particleFloat 3s ease-in-out infinite;
}

.impact-card:hover .stat-particle {
    opacity: 0.3;
}

.impact-card:nth-child(1) .stat-particle:nth-child(1) { top: 20%; left: 20%; animation-delay: 0s; }
.impact-card:nth-child(1) .stat-particle:nth-child(2) { top: 70%; right: 30%; animation-delay: 0.5s; }
.impact-card:nth-child(1) .stat-particle:nth-child(3) { bottom: 30%; left: 40%; animation-delay: 1s; }

@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(10px, -10px) rotate(10deg); }
    50% { transform: translate(0, -20px) rotate(0deg); }
    75% { transform: translate(-10px, -10px) rotate(-10deg); }
}

/* ===== IMPACT QUOTE ===== */
.impact-quote-wrapper {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
    padding: 40px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.quote-symbol {
    font-size: 8rem;
    color: #ffd700 !important;
    opacity: 0.2;
    position: absolute;
    top: -20px;
    left: 20px;
    font-family: serif;
}

.impact-quote {
    font-size: 1.8rem;
    font-weight: 400;
    color: white !important;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    position: relative;
    z-index: 2;
}

.quote-author {
    font-size: 1rem;
    color: #ffd700 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ===== STATS STRIP ===== */
.stats-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px);
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-big-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffd700 !important;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.stat-big-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-divider-vertical {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(255, 215, 0, 0.3), transparent);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .impact-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-strip {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .impact-parallax {
        padding: 80px 15px;
    }
    
    .impact-cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .impact-card {
        padding: 30px 20px;
    }
    
    .card-number {
        font-size: 3rem;
    }
    
    .impact-quote {
        font-size: 1.4rem;
    }
    
    .stats-strip {
        flex-direction: column;
        border-radius: 40px;
        padding: 30px;
    }
    
    .stat-divider-vertical {
        width: 100px;
        height: 1px;
    }
    
    .float-num {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .impact-title {
        font-size: 2rem;
    }
    
    .impact-quote {
        font-size: 1.2rem;
    }
    
    .quote-symbol {
        font-size: 5rem;
    }
    
    .stat-big-number {
        font-size: 2.5rem;
    }
    
    .impact-card {
        padding: 25px 15px;
    }
    
    .card-number {
        font-size: 2.5rem;
    }
    
    .card-icon-bg {
        font-size: 3rem;
    }
}

/* Mouse move effect for cards */
.impact-card {
    --x: 50%;
    --y: 50%;
}

.impact-card:hover {
    background: radial-gradient(circle at var(--x) var(--y), 
                rgba(255, 215, 0, 0.1) 0%, 
                rgba(255, 255, 255, 0.05) 50%);
}

/* Loading animation for numbers */
@keyframes countUp {
    from {
        content: '0';
    }
    to {
        content: attr(data-target);
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Custom cursor effect (optional) */
.impact-card {
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6cae8a *//* ===== TEAM SECTION - ULTRA PREMIUM ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f5faf7;
    overflow-x: hidden;
}

/* Main Section */
.team-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(145deg, #f0f7f2 0%, #e3efe8 50%, #d0e6da 100%);
    overflow: hidden;
    isolation: isolate;
    min-height: 100vh;
}

/* ===== PREMIUM BACKGROUND GRID ===== */
.team-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(26, 70, 51, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 70, 51, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
    animation: gridFloat 30s linear infinite;
}

@keyframes gridFloat {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* Background Orbs */
.team-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.15;
}

.team-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #489d7a, transparent 70%);
    top: -200px;
    right: -200px;
    animation: orbFloat 20s ease-in-out infinite;
}

.team-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #1a4633, transparent 70%);
    bottom: -150px;
    left: -150px;
    animation: orbFloat 25s ease-in-out infinite reverse;
}

.team-orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ffd700, transparent 70%);
    top: 40%;
    left: 30%;
    opacity: 0.08;
    animation: orbPulse 8s ease-in-out infinite;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.05); }
}

@keyframes orbPulse {
    0%, 100% { opacity: 0.08; transform: scale(1); }
    50% { opacity: 0.12; transform: scale(1.2); }
}

/* ===== FLOATING PARTICLES ===== */
.team-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.team-particles .particle {
    position: absolute;
    font-size: 2rem;
    opacity: 0.1;
    animation: particleFloat 20s linear infinite;
}

.team-particles .particle:nth-child(1) {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.team-particles .particle:nth-child(2) {
    top: 30%;
    right: 25%;
    font-size: 2.5rem;
    animation-delay: 5s;
}

.team-particles .particle:nth-child(3) {
    bottom: 20%;
    left: 15%;
    font-size: 3rem;
    animation-delay: 2s;
}

.team-particles .particle:nth-child(4) {
    bottom: 40%;
    right: 30%;
    font-size: 2rem;
    animation-delay: 7s;
}

.team-particles .particle:nth-child(5) {
    top: 60%;
    left: 40%;
    font-size: 2.8rem;
    animation-delay: 3s;
}

@keyframes particleFloat {
    from {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 0.15;
    }
    80% {
        opacity: 0.15;
    }
    to {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

/* ===== CONTAINER ===== */
.team-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

/* ===== TEAM HEADER ===== */
.team-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.team-tagline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.team-tagline {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #1a4633;
    background: rgba(255, 255, 255, 0.3);
    padding: 8px 20px;
    border-radius: 100px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(26, 70, 51, 0.1);
}

.team-tagline-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1a4633, transparent);
}

.team-title {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3em;
    font-family: 'Playfair Display', serif;
    color: #153728;
}

.team-word {
    opacity: 0;
    transform: translateY(30px);
    animation: titleReveal 0.8s ease forwards;
}

.team-word:nth-child(1) { animation-delay: 0.1s; }
.team-word:nth-child(2) { animation-delay: 0.3s; }
.team-word:nth-child(3) { animation-delay: 0.5s; }

.highlight {
    color: #1a4633;
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(72, 157, 122, 0.2);
    z-index: -1;
}

@keyframes titleReveal {
    to { opacity: 1; transform: translateY(0); }
}

.team-description {
    font-size: 1.2rem;
    color: #2a4a3a;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.7s forwards;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== TEAM GRID ===== */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    perspective: 2000px;
}

/* ===== TEAM CARD - 3D FLIP ===== */
.team-card {
    background: transparent;
    width: 100%;
    height: 450px;
    cursor: pointer;
    perspective: 2000px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px -15px rgba(26, 70, 51, 0.2);
    border-radius: 40px;
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 40px;
    overflow: hidden;
}

/* Card Front */
.card-front {
    background: white;
}

.member-image-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.member-image {
    width: 100%;
    height: 100%;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.team-card:hover .member-image img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(26, 70, 51, 0.8) 0%,
        rgba(26, 70, 51, 0.3) 40%,
        transparent 80%
    );
    z-index: 1;
}

.member-icon {
    position: absolute;
    bottom: -25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #1a4633;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    border: 3px solid white;
    z-index: 3;
    box-shadow: 0 10px 20px rgba(26, 70, 51, 0.3);
}

.member-info {
    padding: 30px 25px 25px;
    text-align: left;
}

.member-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #153728;
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
}

.member-role {
    font-size: 0.95rem;
    color: #1a4633;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.member-quote {
    font-size: 0.95rem;
    color: #4a6458;
    font-style: italic;
    padding-left: 15px;
    border-left: 3px solid #489d7a;
}

/* Card Back */
.card-back {
    background: linear-gradient(135deg, #1a4633, #0f3827);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.back-content {
    text-align: center;
}

.back-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.back-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

.back-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.back-stat {
    text-align: center;
}

.back-stat .stat-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffd700;
    line-height: 1;
}

.back-stat span:last-child {
    font-size: 0.8rem;
    opacity: 0.8;
}

.member-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
    background: #ffd700;
    color: #1a4633;
    transform: translateY(-5px);
}

/* ===== TEAM CTA ===== */
.team-cta {
    text-align: center;
    position: relative;
    margin-top: 40px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.5s forwards;
}

.team-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(26, 70, 51, 0.2), transparent 70%);
    filter: blur(30px);
    z-index: 0;
    animation: ctaGlow 3s ease-in-out infinite;
}

@keyframes ctaGlow {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.2); }
}

.team-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #1a4633, #0f3827);
    color: white;
    text-decoration: none;
    padding: 18px 50px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s ease;
}

.team-cta-button::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 60px;
    padding: 2px;
    background: linear-gradient(135deg, #489d7a, #1a4633, #489d7a);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px #1a4633;
    gap: 25px;
}

.team-cta-button:hover::before {
    opacity: 1;
}

/* ===== YEH ADD KARO - CTA CIRCLE ICON CSS ===== */
/* .team-cta .cta-circle {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.3);
} */

/* .team-cta-button:hover .cta-circle {
    transform: rotate(90deg) scale(1.1);
    background: #489d7a;
    border-color: #489d7a;
} */

.team-cta-note {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #4a6458;
    letter-spacing: 1px;
}
/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 60px 15px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .team-card {
        height: 400px;
    }
    
    .member-image-wrapper {
        height: 240px;
    }
    
    .member-name {
        font-size: 1.3rem;
    }
    
    .back-stats {
        gap: 15px;
    }
    
    .back-stat .stat-num {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .team-title {
        font-size: 2rem;
    }
    
    .team-card {
        height: 380px;
    }
    
    .member-image-wrapper {
        height: 220px;
    }
    
    .member-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .team-cta-button {
        padding: 15px 30px;
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5d9896 *//* ===== CTA SECTION - ULTIMATE DONATE/VOLUNTEER ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f5faf7;
    overflow-x: hidden;
}

/* Main Section */
.cta-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(145deg, #f0f7f2 0%, #e3efe8 50%, #d0e6da 100%);
    overflow: hidden;
    isolation: isolate;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* ===== PREMIUM BACKGROUND GRID ===== */
.cta-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(26, 70, 51, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 70, 51, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
    animation: gridFloat 30s linear infinite;
}

@keyframes gridFloat {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* Background Orbs */
.cta-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.15;
}

.cta-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #489d7a, transparent 70%);
    top: -200px;
    right: -200px;
    animation: orbFloat 20s ease-in-out infinite;
}

.cta-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #1a4633, transparent 70%);
    bottom: -150px;
    left: -150px;
    animation: orbFloat 25s ease-in-out infinite reverse;
}

.cta-orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ffd700, transparent 70%);
    top: 40%;
    left: 30%;
    opacity: 0.08;
    animation: orbPulse 8s ease-in-out infinite;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.05); }
}

@keyframes orbPulse {
    0%, 100% { opacity: 0.08; transform: scale(1); }
    50% { opacity: 0.12; transform: scale(1.2); }
}

/* ===== FLOATING HEARTS ===== */
.floating-hearts {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-hearts .heart {
    position: absolute;
    font-size: 2rem;
    opacity: 0.15;
    animation: heartFloat 20s linear infinite;
}

.floating-hearts .heart:nth-child(1) {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
    font-size: 2.5rem;
}

.floating-hearts .heart:nth-child(2) {
    top: 30%;
    right: 25%;
    font-size: 3rem;
    animation-delay: 5s;
}

.floating-hearts .heart:nth-child(3) {
    bottom: 20%;
    left: 15%;
    font-size: 2.8rem;
    animation-delay: 2s;
}

.floating-hearts .heart:nth-child(4) {
    bottom: 40%;
    right: 30%;
    font-size: 2.2rem;
    animation-delay: 7s;
}

.floating-hearts .heart:nth-child(5) {
    top: 60%;
    left: 40%;
    font-size: 3.2rem;
    animation-delay: 3s;
}

@keyframes heartFloat {
    from {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.2;
    }
    to {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

/* ===== CONTAINER ===== */
.cta-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

/* ===== MAIN CTA CARD ===== */
.cta-card {
    position: relative;
    background: white;
    border-radius: 60px;
    padding: 60px 50px;
    box-shadow: 0 40px 60px -20px rgba(26, 70, 51, 0.3);
    overflow: hidden;
    border: 1px solid rgba(26, 70, 51, 0.1);
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.cta-card:hover {
    transform: translateY(-10px);
}

/* Card Glow Effect */
.cta-card-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(26, 70, 51, 0.05), transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
    animation: cardGlow 4s ease-in-out infinite;
}

@keyframes cardGlow {
    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.2); }
}

/* Pattern Overlay */
.cta-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(26, 70, 51, 0.03) 2px, transparent 2px);
    background-size: 30px 30px;
    z-index: 0;
}

/* Content */
.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Tagline */
.cta-tagline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.cta-tagline {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #1a4633;
    background: rgba(26, 70, 51, 0.05);
    padding: 8px 20px;
    border-radius: 100px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(26, 70, 51, 0.1);
}

.cta-tagline-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1a4633, transparent);
}

/* Title */
.cta-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3em;
    font-family: 'Playfair Display', serif;
    color: #153728;
}

.cta-word {
    opacity: 0;
    transform: translateY(30px);
    animation: titleReveal 0.8s ease forwards;
}

.cta-word:nth-child(1) { animation-delay: 0.1s; }
.cta-word:nth-child(2) { animation-delay: 0.3s; }
.cta-word:nth-child(3) { animation-delay: 0.5s; }

.highlight {
    color: #1a4633;
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(72, 157, 122, 0.2);
    z-index: -1;
    border-radius: 10px;
}

@keyframes titleReveal {
    to { opacity: 1; transform: translateY(0); }
}

/* Description */
.cta-description {
    font-size: 1.2rem;
    color: #2a4a3a;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.7;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.7s forwards;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Stats Strip */
.cta-stats-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(26, 70, 51, 0.03);
    border-radius: 60px;
    border: 1px solid rgba(26, 70, 51, 0.1);
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.9s forwards;
}

.cta-stat-item {
    text-align: center;
}

.cta-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #1a4633;
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
}

.cta-stat-label {
    font-size: 0.85rem;
    color: #4a6458;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-stat-divider {
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, transparent, rgba(26, 70, 51, 0.2), transparent);
}

/* Buttons */
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.1s forwards;
}

/* Primary Button */
.cta-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #ff4757, #ff6b81);
    color: white;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.2rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 30px -10px rgba(255, 71, 87, 0.3);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    overflow: hidden;
}

.cta-btn-primary .btn-icon {
    font-size: 1.5rem;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.2); }
    35% { transform: scale(1); }
    45% { transform: scale(1.1); }
}

.cta-btn-primary .btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.cta-btn-primary:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 30px 40px -10px #ff4757;
    gap: 20px;
}

.cta-btn-primary:hover .btn-glow {
    left: 100%;
}

/* Secondary Button */
.cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    color: #1a4633;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.2rem;
    border: 2px solid rgba(26, 70, 51, 0.2);
    box-shadow: 0 20px 30px -10px rgba(26, 70, 51, 0.1);
    transition: all 0.4s ease;
}

.cta-btn-secondary .btn-icon {
    font-size: 1.5rem;
}

.cta-btn-secondary .btn-arrow {
    transition: transform 0.3s ease;
}

.cta-btn-secondary:hover {
    background: #1a4633;
    color: white;
    transform: translateY(-5px);
    gap: 20px;
    box-shadow: 0 30px 40px -10px #1a4633;
}

.cta-btn-secondary:hover .btn-arrow {
    transform: translateX(5px);
}

/* Trust Badges */
.trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(26, 70, 51, 0.02);
    border-radius: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.3s forwards;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-icon {
    color: #1a4633;
    font-weight: 700;
    font-size: 1.2rem;
}

.badge-text {
    font-size: 0.9rem;
    color: #2a4a3a;
    font-weight: 500;
}

.badge-divider {
    width: 1px;
    height: 20px;
    background: rgba(26, 70, 51, 0.2);
}

/* Payment Partners */
.payment-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 1.5s forwards;
}

.partner-label {
    font-size: 0.9rem;
    color: #4a6458;
    font-weight: 500;
}

.partner-icons {
    display: flex;
    gap: 15px;
}

.partner {
    padding: 5px 12px;
    background: rgba(26, 70, 51, 0.05);
    border-radius: 30px;
    font-size: 0.85rem;
    color: #1a4633;
    font-weight: 500;
    border: 1px solid rgba(26, 70, 51, 0.1);
    transition: all 0.3s ease;
}

.partner:hover {
    background: #1a4633;
    color: white;
    transform: translateY(-2px);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 15px;
    }
    
    .cta-card {
        padding: 40px 25px;
        border-radius: 40px;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
    
    .cta-description {
        font-size: 1rem;
    }
    
    .cta-stats-strip {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    
    .cta-stat-divider {
        width: 100px;
        height: 1px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 15px 30px;
        font-size: 1.1rem;
    }
    
    .trust-badges {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
    
    .badge-divider {
        width: 100px;
        height: 1px;
    }
    
    .payment-partners {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .cta-card {
        padding: 30px 20px;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-tagline {
        font-size: 0.85rem;
        letter-spacing: 2px;
    }
    
    .cta-stat-number {
        font-size: 1.8rem;
    }
    
    .partner-icons {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .cta-btn-primary .btn-icon {
        animation: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7eb0674 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #f0f7f2 0%, #e3efe8 100%);
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
}

/* ===== FOOTER MAIN STYLES ===== */
.footer {
    position: relative;
    width: 100%;
    background: rgba(26, 70, 51, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 60px 60px 30px;
    color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(72, 157, 122, 0.3);
    box-shadow: 0 -20px 40px rgba(26, 70, 51, 0.2);
    overflow: hidden;
}

/* Background Grid Effect */
.footer-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
}

/* Background Orbs */
.footer-bg-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 215, 0, 0.1), transparent 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

.footer-orb-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    background: rgba(46, 204, 113, 0.1);
}

.footer-orb-2 {
    width: 300px;
    height: 300px;
    bottom: -50px;
    left: -50px;
    background: rgba(255, 215, 0, 0.1);
}

/* ===== TOP SECTION ===== */
.footer-top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
}

/* Logo + Description */
.footer-about {
    max-width: 320px;
}

.footer-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-stone {
    position: relative;
    width: 55px;
    height: 55px;
    background: linear-gradient(145deg, #2d6b4f, #1a4633);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.3),
                0 0 0 2px rgba(255, 255, 255, 0.2);
    animation: stoneShape 8s ease-in-out infinite;
}

@keyframes stoneShape {
    0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    25% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
    50% { border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%; }
    75% { border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%; }
}

.footer-stone span {
    font-size: 2rem;
    color: #ffd700;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.3));
}

.footer-logo-text {
    position: relative;
}

.footer-logo-main {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
    line-height: 1.2;
    display: block;
}

.footer-logo-sanskrit {
    font-size: 0.7rem;
    color: #a0d8b3;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

/* ===== COLUMNS ===== */
.footer-col {
    position: relative;
}

.footer-col h4 {
    color: #ffd700;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    position: relative;
    padding-bottom: 8px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: linear-gradient(90deg, #ffd700, #489d7a);
    border-radius: 2px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.footer-col ul li a::before {
    content: '›';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    color: #ffd700;
    font-size: 1.2rem;
}

.footer-col ul li a:hover {
    color: #ffd700;
    padding-left: 15px;
}

.footer-col ul li a:hover::before {
    opacity: 1;
    left: 0;
}

/* ===== DIVIDER ===== */
.footer-divider {
    position: relative;
    z-index: 1;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 215, 0, 0.3), 
        rgba(72, 157, 122, 0.3), 
        rgba(255, 215, 0, 0.3), 
        transparent
    );
    margin: 40px auto 20px;
    max-width: 1400px;
}

/* ===== BOTTOM SECTION ===== */
.footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-bottom p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.credit {
    display: flex;
    align-items: center;
    gap: 5px;
}

.credit .heart {
    display: inline-block;
    animation: heartbeat 1.5s ease-in-out infinite;
    color: #ff4444;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.2); }
    35% { transform: scale(1); }
    45% { transform: scale(1.1); }
}

.credit .developer {
    color: #ffd700;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ===== SOCIAL ICONS ===== */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    animation: gentleFloat 4s ease-in-out infinite;
}

/* Individual Animation Delays */
.social-icon:nth-child(1) { animation-delay: 0s; }
.social-icon:nth-child(2) { animation-delay: 0.2s; }
.social-icon:nth-child(3) { animation-delay: 0.4s; }
.social-icon:nth-child(4) { animation-delay: 0.6s; }
.social-icon:nth-child(5) { animation-delay: 0.8s; }

@keyframes gentleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Brand Colors on Hover */
.social-icon[aria-label="Facebook"]:hover {
    background: #1877f2;
    transform: translateY(-5px) scale(1.1);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(24, 119, 242, 0.4);
}

.social-icon[aria-label="Instagram"]:hover {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcaf45);
    transform: translateY(-5px) scale(1.1);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(131, 58, 180, 0.4);
}

.social-icon[aria-label="Twitter"]:hover {
    background: #1da1f2;
    transform: translateY(-5px) scale(1.1);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(29, 161, 242, 0.4);
}

.social-icon[aria-label="LinkedIn"]:hover {
    background: #0a66c2;
    transform: translateY(-5px) scale(1.1);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(10, 102, 194, 0.4);
}

.social-icon[aria-label="YouTube"]:hover {
    background: #ff0000;
    transform: translateY(-5px) scale(1.1);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
}

/* Tooltip */
.social-icon::before {
    content: attr(aria-label);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
    pointer-events: none;
}

.social-icon:hover::before {
    opacity: 1;
    visibility: visible;
    top: -35px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .footer {
        padding: 50px 40px 25px;
    }
    
    .footer-top {
        gap: 30px;
    }
}

@media (max-width: 900px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-about {
        grid-column: span 2;
        max-width: 100%;
    }
    
    .footer-logo-wrapper {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 30px 20px;
    }
    
    .footer-top {
        gap: 25px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer-col h4 {
        font-size: 1rem;
    }
    
    .footer-col h4::after {
        width: 30px;
    }
    
    .footer-logo-main {
        font-size: 1.1rem;
    }
    
    .footer-logo-sanskrit {
        font-size: 0.65rem;
    }
    
    .footer-stone {
        width: 45px;
        height: 45px;
    }
    
    .footer-stone span {
        font-size: 1.6rem;
    }
    
    /* Hide tooltips on mobile */
    .social-icon::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .footer-top {
        grid-template-columns: 1fr;
    }
    
    .footer-about {
        grid-column: span 1;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .credit {
        justify-content: center;
    }
    
    .social-icons {
        gap: 8px;
    }
    
    .social-icon {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 20px 15px;
    }
    
    .footer-logo-sanskrit {
        display: none;
    }
    
    .footer-logo-main {
        font-size: 1rem;
    }
    
    .footer-stone {
        width: 40px;
        height: 40px;
    }
    
    .footer-stone span {
        font-size: 1.4rem;
    }
    
    .footer-about p {
        font-size: 13px;
    }
    
    .footer-col ul li a {
        font-size: 13px;
    }
    
    .footer-bottom p,
    .credit {
        font-size: 12px;
    }
}

/* Small Mobile */
@media (max-width: 360px) {
    .social-icons {
        gap: 5px;
    }
    
    .social-icon {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
}/* End custom CSS */