.elementor-1786 .elementor-element.elementor-element-9ac7beb{--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;}/* Start custom CSS for html, class: .elementor-element-7059fec *//* ===== RESET & BASE STYLES ===== */
* {
    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;
    padding: 20px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

/* Premium Background Elements for Body */
.body-bg-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: -1;
    pointer-events: none;
}

.body-bg-orb {
    position: fixed;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(46, 204, 113, 0.1), transparent 70%);
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
}

.body-orb-1 {
    width: 500px;
    height: 500px;
    top: -100px;
    right: -100px;
    background: rgba(46, 204, 113, 0.1);
}

.body-orb-2 {
    width: 400px;
    height: 400px;
    bottom: -50px;
    left: -50px;
    background: rgba(26, 70, 51, 0.1);
}

.body-orb-3 {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 215, 0, 0.05);
}

/* ===== SCROLL INDICATOR ===== */
.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    opacity: 0;
    animation: fadeInUp 0.8s ease 2.1s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-text {
    font-size: 0.8rem;
    color: #1a4633;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.scroll-line {
    width: 100px;
    height: 2px;
    background: rgba(26, 70, 51, 0.2);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.scroll-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #1a4633;
    transition: width 0.1s ease;
}

/* ===== SEE OUR WORK LINE ===== */
.see-our-work {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 1.3rem;
    color: #1a4633;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    animation: glowPulse 2s infinite;
}

@keyframes glowPulse {
    0% { text-shadow: 0 0 5px rgba(26, 70, 51, 0.3); }
    50% { text-shadow: 0 0 15px rgba(46, 204, 113, 0.5); }
    100% { text-shadow: 0 0 5px rgba(26, 70, 51, 0.3); }
}

.see-our-work::before,
.see-our-work::after {
    content: '✦';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #1a4633;
    animation: rotateStar 3s linear infinite;
}

.see-our-work::before {
    left: -40px;
    animation: rotateStarLeft 3s linear infinite;
}

.see-our-work::after {
    right: -40px;
    animation: rotateStar 3s linear infinite;
}

@keyframes rotateStar {
    from { transform: translateY(-50%) rotate(0deg); }
    to { transform: translateY(-50%) rotate(360deg); }
}

@keyframes rotateStarLeft {
    from { transform: translateY(-50%) rotate(0deg); }
    to { transform: translateY(-50%) rotate(-360deg); }
}

.see-our-work:hover::before,
.see-our-work:hover::after {
    animation-duration: 1s;
    color: #2e8b57;
}

/* ===== HERO SECTION ===== */
.ngo-hero-section {
    max-width: 1400px;
    /* margin: 30px auto 60px; */
    padding: 60px 40px;
    background: linear-gradient(135deg, #e8f3e9 0%, #d4e8da 100%);
    border-radius: 50px;
    box-shadow: 0 20px 40px rgba(26, 70, 51, 0.15);
    animation: fadeIn 1s ease;
    border: 1px solid rgba(46, 204, 113, 0.2);
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Hero Section Inner Background Elements */
.ngo-hero-section .team-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: 30px 30px;
    z-index: 0;
    pointer-events: none;
}

.ngo-hero-section .team-bg-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(46, 204, 113, 0.1), transparent 70%);
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
}

.ngo-hero-section .team-orb-1 {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -50px;
    background: rgba(46, 204, 113, 0.15);
}

.ngo-hero-section .team-orb-2 {
    width: 250px;
    height: 250px;
    bottom: -30px;
    left: -30px;
    background: rgba(26, 70, 51, 0.15);
}

.ngo-hero-section .team-orb-3 {
    width: 200px;
    height: 200px;
    top: 30%;
    left: 20%;
    background: rgba(255, 215, 0, 0.1);
}

.ngo-hero-container {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.ngo-hero-content {
    flex: 1;
}

.ngo-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(46, 204, 113, 0.15);
    color: #1e5f3e;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    border: 1px solid rgba(46, 204, 113, 0.3);
    backdrop-filter: blur(5px);
}

.ngo-hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #1a3b2e;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ngo-highlight {
    color: #2e8b57;
    position: relative;
    display: inline-block;
}

.ngo-highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(46, 204, 113, 0.2);
    z-index: -1;
}

.ngo-hero-subtitle {
    font-size: 1.1rem;
    color: #2d4a3a;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    max-width: 600px;
}

.ngo-stats-row {
    display: flex;
    gap: 30px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.ngo-stat-item {
    text-align: left;
}

.ngo-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #1a4633;
    margin-bottom: 5px;
}

.ngo-stat-label {
    font-size: 0.9rem;
    color: #4a6b5a;
    font-weight: 500;
}

.ngo-hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ngo-btn-primary {
    padding: 15px 35px;
    background: #1a4633;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(26, 70, 51, 0.3);
}

.ngo-btn-primary:hover {
    background: #2e8b57;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(46, 139, 87, 0.4);
}

.ngo-btn-secondary {
    padding: 15px 35px;
    background: transparent;
    color: #1a4633;
    border: 2px solid #1a4633;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ngo-btn-secondary:hover {
    background: rgba(26, 70, 51, 0.05);
    transform: translateY(-3px);
    border-color: #2e8b57;
    color: #2e8b57;
}

.ngo-hero-image {
    flex: 1;
    position: relative;
}

.ngo-hero-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}

.ngo-hero-image:hover img {
    transform: scale(1.02);
}

.ngo-image-caption {
    text-align: center;
    margin-top: 15px;
    font-size: 0.9rem;
    color: #4a6b5a;
    font-style: italic;
}

/* ===== GALLERY HEADER ===== */
.gallery-header {
    text-align: center;
    margin: 60px 0 40px;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

.gallery-title {
    font-size: 3.5rem;
    font-weight: 600;
    color: #153728;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.gallery-subtitle {
    font-size: 1.1rem;
    color: #2a4a3a;
    opacity: 0.7;
    margin-top: 10px;
}

/* ===== YEAR NAVIGATOR ===== */
.year-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.year-btn {
    padding: 12px 32px;
    background: white;
    border: 2px solid rgba(26, 70, 51, 0.1);
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a4633;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.05);
}

.year-btn:hover {
    border-color: #1a4633;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -8px #1a4633;
}

.year-btn.active {
    background: #1a4633;
    color: white;
    border-color: #1a4633;
    box-shadow: 0 10px 25px -8px #1a4633;
}

/* ===== GALLERY CONTAINER ===== */
.gallery-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.year-section {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.year-section.active {
    display: block;
    opacity: 1;
}

/* ===== PHOTO GRID ===== */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    grid-auto-rows: 15px;
}

.photo-card {
    position: relative;
    grid-row-end: span 20;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 12px 25px -10px rgba(26, 70, 51, 0.15);
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.3, 1);
    opacity: 0;
    animation: cardAppear 0.6s ease forwards;
}

@keyframes cardAppear {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.photo-card:nth-child(1) { animation-delay: 0.1s; }
.photo-card:nth-child(2) { animation-delay: 0.2s; }
.photo-card:nth-child(3) { animation-delay: 0.3s; }
.photo-card:nth-child(4) { animation-delay: 0.4s; }
.photo-card:nth-child(5) { animation-delay: 0.5s; }
.photo-card:nth-child(6) { animation-delay: 0.6s; }
.photo-card:nth-child(7) { animation-delay: 0.7s; }
.photo-card:nth-child(8) { animation-delay: 0.8s; }
.photo-card:nth-child(9) { animation-delay: 0.9s; }

.photo-card-wide {
    grid-row-end: span 16;
}

.photo-card-tall {
    grid-row-end: span 28;
}

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    display: block;
}

.photo-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 35px -12px #1a4633;
}

.photo-card:hover img {
    transform: scale(1.05);
}

.photo-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 70, 51, 0.15), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.photo-card:hover::after {
    opacity: 1;
}

/* ===== STATS SECTION ===== */
.stats-section {
    background: linear-gradient(135deg, #1a4633, #2ecc71);
    padding: 60px 20px;
    margin: 80px auto;
    border-radius: 50px;
    color: white;
    box-shadow: 0 20px 40px rgba(26, 70, 51, 0.2);
    max-width: 1400px;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-item {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    backdrop-filter: blur(5px);
    animation: statPulse 2s infinite;
}

@keyframes statPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* ===== LIGHTBOX MODAL ===== */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 20, 15, 0.98);
    backdrop-filter: blur(10px);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.modal.active {
    display: flex;
}

.modal-content {
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
    animation: modalZoom 0.4s ease;
}

@keyframes modalZoom {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.modal-content img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 30px 60px -20px black;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 2001;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: white;
    color: #1a4633;
    transform: rotate(90deg);
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 2001;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-nav.prev {
    left: 30px;
}

.modal-nav.next {
    right: 30px;
}

.modal-nav:hover {
    background: white;
    color: #1a4633;
    transform: translateY(-50%) scale(1.1);
}

/* ===== SHINING EFFECT FOR BUTTONS ===== */
.btn-shining {
    position: relative;
    overflow: hidden;
}

.btn-shining::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 30%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 4s infinite;
    pointer-events: none;
}

@keyframes shine {
    0% {
        left: -60%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .photo-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
    
    .photo-card {
        grid-row-end: span 18;
    }
    
    .photo-card-wide {
        grid-row-end: span 14;
    }
    
    .photo-card-tall {
        grid-row-end: span 24;
    }
}

@media (max-width: 992px) {
    .ngo-hero-container {
        flex-direction: column;
    }
    
    .ngo-hero-title {
        font-size: 2.5rem;
    }
    
    .ngo-hero-content {
        text-align: center;
    }
    
    .ngo-stats-row {
        justify-content: center;
    }
    
    .ngo-hero-buttons {
        justify-content: center;
    }
    
    .gallery-title {
        font-size: 2.8rem;
    }
    
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .photo-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .photo-card {
        grid-row-end: span 16;
    }
    
    .photo-card-wide {
        grid-row-end: span 12;
    }
    
    .photo-card-tall {
        grid-row-end: span 22;
    }
}

@media (max-width: 768px) {
    body {
        padding: 15px;
    }
    
    .ngo-hero-section {
        padding: 40px 20px;
    }
    
    .ngo-hero-title {
        font-size: 2rem;
    }
    
    .ngo-stats-row {
        gap: 20px;
    }
    
    .ngo-stat-number {
        font-size: 1.5rem;
    }
    
    .gallery-title {
        font-size: 2.2rem;
    }
    
    .gallery-subtitle {
        font-size: 1rem;
    }
    
    .see-our-work {
        font-size: 1.1rem;
    }
    
    .see-our-work::before,
    .see-our-work::after {
        font-size: 1.2rem;
    }
    
    .see-our-work::before {
        left: -30px;
    }
    
    .see-our-work::after {
        right: -30px;
    }
    
    .year-btn {
        padding: 10px 24px;
        font-size: 1rem;
    }
    
    .stats-section {
        padding: 40px 15px;
        margin: 40px 0;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
    
    .photo-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 12px;
        grid-auto-rows: 12px;
    }
    
    .photo-card {
        grid-row-end: span 18;
    }
    
    .photo-card-wide {
        grid-row-end: span 14;
    }
    
    .photo-card-tall {
        grid-row-end: span 24;
    }
    
    .modal-nav {
        width: 45px;
        height: 45px;
        font-size: 2rem;
    }
    
    .close-btn {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .ngo-stats-row {
        display: none;
    }
    
    .ngo-hero-buttons {
        flex-direction: column;
    }
    
    .ngo-btn-primary,
    .ngo-btn-secondary {
        width: 100%;
    }
    
    .gallery-title {
        font-size: 1.8rem;
    }
    
    .see-our-work {
        font-size: 1rem;
    }
    
    .see-our-work::before,
    .see-our-work::after {
        display: none;
    }
    
    .year-nav {
        gap: 8px;
    }
    
    .year-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    .stats-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .photo-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        grid-auto-rows: 10px;
    }
    
    .photo-card,
    .photo-card-wide,
    .photo-card-tall {
        grid-row-end: span 25;
    }
    
    .modal-nav {
        display: none;
    }
    
    .close-btn {
        top: 15px;
        right: 15px;
    }
}

/* ===== SCROLLBAR STYLING ===== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(26, 70, 51, 0.05);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #1a4633, #489d7a);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0f3827;
}


/* ----------------- navbar css starts from here --------------------------- */

.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;
    }
    
    .logo-text .logo-main {
        font-size: 1rem;
    }
    
    .logo-sanskrit {
        display: none;
    }
    
    .donate-btn span:last-child {
        display: none;
    }
    
    .donate-btn {
        display: none;
        padding: 10px 15px;
    }
    
    .menu-toggle {
        padding: 10px 12px;
    }
}

/* footer */

/* ===== FOOTER STYLES - MATCHING YOUR THEME ===== */
.footer {
    position: relative;
    width: calc(100% - 60px);
    margin: 60px auto 25px;
    background: rgba(26, 70, 51, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 40px 40px 25px 25px;
    border: 1px solid rgba(72, 157, 122, 0.2);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 50px 40px 25px;
}

/* Background Grid */
.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: 40px 40px;
    pointer-events: none;
    z-index: 0;
}

/* Background Orbs */
.footer-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

.footer-orb-1 {
    width: 350px;
    height: 350px;
    top: -100px;
    right: -100px;
    background: rgba(46, 204, 113, 0.08);
}

.footer-orb-2 {
    width: 250px;
    height: 250px;
    bottom: -80px;
    left: -80px;
    background: rgba(255, 215, 0, 0.08);
}

/* Footer Container */
.footer-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.8fr 1.2fr 1.5fr 1fr;
    gap: 35px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Footer Columns */
.footer-col {
    display: flex;
    flex-direction: column;
}

/* Logo Section */
.footer-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.footer-stone {
    width: 50px;
    height: 50px;
    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 10px 20px -8px rgba(0,0,0,0.3);
    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: 1.8rem;
    color: #ffd700;
}

.footer-logo-main {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    font-family: 'Playfair Display', serif;
    display: block;
}

.footer-logo-sanskrit {
    font-size: 0.65rem;
    color: #a0d8b3;
    font-style: italic;
    letter-spacing: 2px;
}

.footer-description {
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* Column Headings */
.footer-col h4 {
    color: #ffd700;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    padding-bottom: 8px;
    position: relative;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #ffd700, #489d7a);
    border-radius: 2px;
}

/* Menu Lists */
.footer-menu {
    list-style: none;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.footer-menu li a::before {
    content: '›';
    position: absolute;
    left: -12px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #ffd700;
}

.footer-menu li a:hover {
    color: #ffd700;
    padding-left: 15px;
}

.footer-menu li a:hover::before {
    opacity: 1;
    left: 0;
}

/* Contact List */
.footer-contact {
    list-style: none;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    word-break: break-word;
}

.footer-contact li .contact-icon {
    font-size: 1rem;
    min-width: 24px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact li a:hover {
    color: #ffd700;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icon {
    width: 38px;
    height: 38px;
    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.2rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    border-color: transparent;
}

.social-icon[aria-label="Facebook"]:hover { background: #1877f2; }
.social-icon[aria-label="Instagram"]:hover { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcaf45); }
.social-icon[aria-label="Twitter"]:hover { background: #1da1f2; }
.social-icon[aria-label="LinkedIn"]:hover { background: #0a66c2; }
.social-icon[aria-label="YouTube"]:hover { background: #ff0000; }

/* 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: 35px auto 20px;
    max-width: 1400px;
}

/* Bottom Bar */
.footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 5px;
}

.footer-bottom p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.credit {
    display: flex;
    align-items: center;
    gap: 5px;
}

.credit .heart {
    color: #ff4444;
    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); }
}

.credit .developer {
    color: #ffd700;
    font-weight: 600;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .footer {
        width: calc(100% - 40px);
        padding: 40px 30px 20px;
    }
    
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-about-col {
        grid-column: span 2;
    }
    
    .footer-social-col {
        grid-column: span 2;
    }
    
    .social-icons {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .footer {
        width: calc(100% - 30px);
        margin: 40px auto 20px;
        padding: 35px 25px 20px;
        border-radius: 35px 35px 20px 20px;
    }
    
    .footer-container {
        gap: 25px;
    }
    
    .footer-stone {
        width: 45px;
        height: 45px;
    }
    
    .footer-stone span {
        font-size: 1.6rem;
    }
    
    .footer-logo-main {
        font-size: 1.1rem;
    }
    
    .footer-logo-sanskrit {
        font-size: 0.6rem;
    }
    
    .footer-description {
        font-size: 0.8rem;
    }
    
    .footer-col h4 {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    .footer-col h4::after {
        width: 35px;
    }
    
    .footer-menu li a,
    .footer-contact li {
        font-size: 0.8rem;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .credit {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer {
        width: calc(100% - 20px);
        padding: 30px 20px 15px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-about-col,
    .footer-social-col {
        grid-column: span 1;
    }
    
    .footer-logo-sanskrit {
        display: none;
    }
    
    .footer-stone {
        width: 40px;
        height: 40px;
    }
    
    .footer-stone span {
        font-size: 1.4rem;
    }
    
    .footer-logo-main {
        font-size: 1rem;
    }
    
    .footer-description {
        font-size: 0.75rem;
    }
    
    .footer-col h4 {
        font-size: 0.95rem;
    }
    
    .footer-menu li a,
    .footer-contact li {
        font-size: 0.75rem;
    }
    
    .footer-contact li {
        gap: 8px;
    }
    
    .footer-contact li .contact-icon {
        font-size: 0.9rem;
        min-width: 20px;
    }
    
    .social-icons {
        gap: 10px;
        justify-content: center;
    }
    
    .social-icon {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
    
    .footer-divider {
        margin: 25px auto 15px;
    }
    
    .footer-bottom p,
    .credit {
        font-size: 0.7rem;
    }
}

@media (max-width: 360px) {
    .footer {
        padding: 25px 15px 12px;
    }
    
    .social-icons {
        gap: 8px;
    }
    
    .social-icon {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }
}

/* navbar css */
.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;
    }
    
    .logo-text .logo-main {
        font-size: 1rem;
    }
    
    .logo-sanskrit {
        display: none;
    }
    
    .donate-btn span:last-child {
        display: none;
    }
    
    .donate-btn {
        padding: 10px 15px;
    }
    
    .menu-toggle {
        padding: 10px 12px;
    }
}/* End custom CSS */