body {
    font-family: 'Montserrat', sans-serif;
}

.fade-in-up { 
    opacity: 0; 
    transform: translateY(40px); 
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); 
}
.fade-in-left { 
    opacity: 0; 
    transform: translateX(-50px); 
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); 
}
.fade-in-right { 
    opacity: 0; 
    transform: translateX(50px); 
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); 
}
.scale-in { 
    opacity: 0; 
    transform: scale(0.9); 
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); 
}

.fade-in-up.visible, 
.fade-in-left.visible, 
.fade-in-right.visible,
.scale-in.visible {
    opacity: 1; 
    transform: translate(0) scale(1);
}

.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }

.tilt-card {
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.1s ease-out;
}
.tilt-content { 
    transform: translateZ(30px); 
} 

@keyframes marquee { 
    0% { transform: translateX(100%); } 
    100% { transform: translateX(-100%); } 
}
.animate-marquee { 
    display: inline-block; 
    animation: marquee 25s linear infinite; 
}

#mobile-menu { 
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out; 
    max-height: 0; 
    opacity: 0; 
    overflow: hidden; 
}
#mobile-menu.open { 
    max-height: 400px; 
    opacity: 1; 
}

.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-glow-red {
    text-shadow: 0 0 15px rgba(220, 38, 38, 0.6), 0 0 30px rgba(220, 38, 38, 0.4);
}
.text-glow-amber {
    text-shadow: 0 0 15px rgba(245, 158, 11, 0.6), 0 0 30px rgba(245, 158, 11, 0.4);
}

.timeline-track {
    position: absolute;
    left: 1.15rem;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #374151; 
    z-index: 0;
}
.timeline-fill {
    width: 100%;
    background-color: #dc2626; 
    height: 0%; 
    transition: height 0.3s ease-out;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.aspect-w-16 { 
    position: relative; 
    padding-bottom: 56.25%; 
}
.aspect-w-16 iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.aspect-facebook-vertical { 
    position: relative; 
    padding-bottom: 177.77%; 
}
.aspect-facebook-vertical iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.aspect-facebook-square { 
    position: relative; 
    padding-bottom: 100%; 
}
.aspect-facebook-square iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.skiptranslate iframe {
    display: none !important;
}

body {
    top: 0px !important; 
}

#goog-gt-tt, 
.goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

.hi-only { 
    display: none; 
}

body.hindi-mode .en-only { 
    display: none !important; 
}
body.hindi-mode .hi-only { 
    display: inline !important; 
    margin-left: 0.35rem;
    margin-right: 0.35rem;
}

.custom-scroll-zone {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.custom-scroll-zone::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll-zone::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 8px;
}

.custom-scroll-zone::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.custom-scroll-zone::-webkit-scrollbar-thumb:hover {
    background-color: #94a3b8;
}

.leaflet-container {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #f8fafc !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 12px !important;
    padding: 4px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.leaflet-popup-content {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #1f2937 !important;
}

audio::-webkit-media-controls-panel {
    background-color: #f8fafc;
}

div[class*="VIpgJd-"],
div[id*="goog-gt-"],
iframe.skiptranslate,
iframe.goog-te-banner-frame,
.goog-te-bubble-frame {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -10000 !important;
}
