  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
 * {
            font-family: 'Poppins', sans-serif;
        }
        :root {
            --primary: #1493a3;
            --primary-600: #107f8d;
            --primary-700: #0b6a74;
            --primary-50: #e6f8fa;
            --dark: #0b3940;
            --muted: #5f6b6d;
            --accent: #f5b942;
            --surface: #ffffff;
              --navbar-height-mobile: 64px;
    --navbar-height-desktop: 80px;
        }
        
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .fade-in-up {
            animation: fadeInUp 0.6s ease-out forwards;
        }
        
        .lazy-load {
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .lazy-load.loaded {
            opacity: 1;
        }
        
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.9);
        }
        
        .modal.show {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .slider-container {
            position: relative;
            overflow: hidden;
        }
        #sliderTrack {
    transition: transform 0.5s ease-in-out;
}

        
       @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-in-up { animation: fadeInUp 0.6s ease-out forwards; }
.lazy-load { opacity: 0; transition: opacity 0.3s; }
.lazy-load.loaded { opacity: 1; }
.modal { display:none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); }
.modal.show { display:flex; align-items: center; justify-content: center; }
.slider-container { position: relative; overflow: hidden; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.logo-scroll { animation: scroll 30s linear infinite; }
  @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
        
        @keyframes glow {
            0%, 100% { box-shadow: 0 0 20px rgba(20, 147, 163, 0.3); }
            50% { box-shadow: 0 0 40px rgba(20, 147, 163, 0.6); }
        }
        
        @keyframes sparkle {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }
        
        .fade-in-up {
            animation: fadeInUp 0.6s ease-out forwards;
        }
        
        .float-animation { 
            animation: float 6s ease-in-out infinite; 
        }
        
        .glow-animation { 
            animation: glow 3s ease-in-out infinite; 
        }
        
        .glass-effect {
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .hover-3d {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .hover-3d:hover {
            transform: perspective(1000px) rotateX(5deg) rotateY(5deg) translateZ(20px) scale(1.02);
        }
        
        .sparkle {
            position: relative;
            overflow: hidden;
        }
        
        .sparkle::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(20, 147, 163, 0.2), transparent);
            transform: rotate(45deg);
            animation: sparkle 4s infinite;
        }
        
        .lazy-load {
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .lazy-load.loaded {
            opacity: 1;
        }
        
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(11, 57, 64, 0.95);
            backdrop-filter: blur(10px);
        }
        
        .modal.show {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .download-counter {
            background: linear-gradient(45deg, #10b981, #059669);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 600;
        }
        
        .premium-card {
            background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(230,248,250,0.8) 100%);
            border: 1px solid rgba(20, 147, 163, 0.1);
            box-shadow: 0 20px 40px rgba(20, 147, 163, 0.1);
            transition: all 0.4s ease;
        }
        
        .premium-card:hover {
            box-shadow: 0 30px 60px rgba(20, 147, 163, 0.2);
            border-color: rgba(20, 147, 163, 0.3);
        }
          .glass-morphism {
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.18);
        }
        
        .floating-card {
            transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .floating-card:hover {
            transform: perspective(1000px) rotateX(5deg) rotateY(5deg) translateY(-10px);
        }
        
        .gradient-overlay {
            background: linear-gradient(135deg, rgba(20, 147, 163, 0.9), rgba(245, 185, 66, 0.8));
        }
        
        .ripple-effect {
            position: relative;
            overflow: hidden;
        }
        
        .ripple-effect::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }
        
        .ripple-effect:hover::after {
            width: 300px;
            height: 300px;
        }
        
        .video-container {
            position: relative;
            background: linear-gradient(45deg, #1493a3, #f5b942);
            border-radius: 20px;
            padding: 4px;
        }
        
        .video-inner {
            background: white;
            border-radius: 16px;
            overflow: hidden;
        }
        
        .category-filter {
            backdrop-filter: blur(8px);
            background: rgba(20, 147, 163, 0.1);
        }
        
        .category-filter.active {
            background: var(--primary);
            color: white;
        }
        
        .masonry-item {
            break-inside: avoid;
            margin-bottom: 1.5rem;
        }
        
        @supports (display: grid) {
            .masonry-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
                gap: 1.5rem;
                align-items: start;
            }
            .masonry-item {
                margin-bottom: 0;
            }
        }
        
        .shine-effect {
            position: relative;
            overflow: hidden;
        }
        
        .shine-effect::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
            transform: translateX(-100%);
            transition: transform 0.6s;
        }
        
        .shine-effect:hover::before {
            transform: translateX(100%);
        }
        
        .pulse-glow {
            animation: pulse-glow 2s infinite;
        }
        
        @keyframes pulse-glow {
            0%, 100% {
                box-shadow: 0 0 20px rgba(20, 147, 163, 0.3);
            }
            50% {
                box-shadow: 0 0 40px rgba(20, 147, 163, 0.6);
            }
        }
    /* Gallery specific styles */
.gallery-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.gallery-card:nth-child(1) { animation-delay: 0.1s; }
.gallery-card:nth-child(2) { animation-delay: 0.2s; }
.gallery-card:nth-child(3) { animation-delay: 0.3s; }
.gallery-card:nth-child(4) { animation-delay: 0.4s; }
.gallery-card:nth-child(5) { animation-delay: 0.5s; }
.gallery-card:nth-child(6) { animation-delay: 0.6s; }
.gallery-card:nth-child(7) { animation-delay: 0.7s; }
.gallery-card:nth-child(8) { animation-delay: 0.8s; }

.gallery-card .group:hover {
    transform: translateY(-8px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Category filter styles */
.category-filter {
    backdrop-filter: blur(8px);
    background: rgba(20, 147, 163, 0.1);
}

.category-filter.active {
    background: var(--primary);
    color: white;
}

/* Video container styles */
.video-container {
    position: relative;
    background: linear-gradient(45deg, #1493a3, #f5b942);
    border-radius: 20px;
    padding: 4px;
}

.video-inner {
    background: white;
    border-radius: 16px;
    overflow: hidden;
}

.pulse-glow {
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(20, 147, 163, 0.3);
    }
    50% {
        box-shadow: 0 0 40px rgba(20, 147, 163, 0.6);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #galleryGrid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    .gallery-card .group {
        min-height: 320px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #galleryGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

/* Animation delays for background elements */
.animation-delay-2000 {
    animation-delay: 2s;
}

.animation-delay-4000 {
    animation-delay: 4s;
}

/* Additional hover effects */
.gallery-card .group {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.gallery-card .group:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Badge hover effects */
.gallery-card span[class*="bg-"] {
    transition: all 0.2s ease;
}

.gallery-card:hover span[class*="bg-"] {
    transform: scale(1.05);
}    



  .indicator.active {
    width: 2rem;
    background-color: white;
  }
  .indicator:not(.active) {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .indicator:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }

     
        /* Animated Gradient Background */
        .hero-gradient {
            background: linear-gradient(135deg, #0b3940 0%, #1493a3 25%, #107f8d 50%, #0b6a74 75%, #043d43 100%);
            background-size: 300% 300%;
            animation: gradientMove 15s ease infinite;
            position: relative;
            overflow: hidden;
        }
        
        @keyframes gradientMove {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        
        /* Floating Particles */
        .particle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.15;
            animation: float 20s infinite ease-in-out;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0) translateX(0); }
            25% { transform: translateY(-100px) translateX(50px); }
            50% { transform: translateY(-50px) translateX(-30px); }
            75% { transform: translateY(-150px) translateX(80px); }
        }
        
        .particle-1 { width: 100px; height: 100px; background: #f5b942; top: 10%; left: 15%; animation-delay: 0s; }
        .particle-2 { width: 80px; height: 80px; background: #33c7d7; top: 50%; right: 10%; animation-delay: 5s; }
        .particle-3 { width: 60px; height: 60px; background: #f5b942; bottom: 20%; left: 70%; animation-delay: 2s; }
        .particle-4 { width: 120px; height: 120px; background: #66d5e1; top: 30%; right: 25%; animation-delay: 7s; }
        
        /* Wave Pattern */
        .wave-pattern {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 150px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.1' d='M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-size: cover;
            opacity: 0.3;
        }
        
        /* Floating Animation */
        .float-element {
            animation: floatUpDown 3s ease-in-out infinite;
        }
        
        @keyframes floatUpDown {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
        
        /* Glass Card */
        .glass-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }
        
        /* Glowing Button */
        .glow-btn {
            position: relative;
            background: linear-gradient(135deg, #f5b942, #e8a325);
            box-shadow: 0 10px 30px rgba(245, 185, 66, 0.4);
            transition: all 0.3s ease;
        }
        
        .glow-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }
        
        .glow-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(245, 185, 66, 0.6);
        }
        
        .glow-btn:hover::before {
            transform: translateX(100%);
        }
        
        /* Outline Button */
        .outline-btn {
            border: 2px solid rgba(255, 255, 255, 0.8);
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }
        
        .outline-btn:hover {
            background: white;
            color: #1493a3;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
        }
        
        /* Counter Animation */
        .stat-number {
            display: inline-block;
            font-weight: 800;
            color: #f5b942;
            text-shadow: 0 2px 10px rgba(245, 185, 66, 0.3);
        }
        
        /* Badge Pulse */
        .badge-free {
            animation: badgePulse 2s ease-in-out infinite;
        }
        
        @keyframes badgePulse {
            0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245, 185, 66, 0.7); }
            50% { transform: scale(1.05); box-shadow: 0 0 20px 10px rgba(245, 185, 66, 0); }
        }
        
        /* Image Glow */
        .image-glow {
            position: relative;
            transition: all 0.5s ease;
        }
        
        .image-glow::after {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            background: linear-gradient(135deg, #f5b942, #1493a3);
            border-radius: 24px;
            z-index: -1;
            opacity: 0;
            filter: blur(20px);
            transition: opacity 0.5s ease;
        }
        
        .image-glow:hover::after {
            opacity: 0.6;
        }
        
        .image-glow:hover {
            transform: scale(1.02) translateY(-5px);
        }
        
        /* Text Gradient */
        .text-gradient {
            background: linear-gradient(135deg, #ffffff 0%, #f5b942 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        /* Stats Card Hover */
        .stat-card {
            transition: all 0.3s ease;
        }
        
        .stat-card:hover {
            transform: translateY(-10px) scale(1.05);
            background: rgba(255, 255, 255, 0.15);
        }
        
        /* Icon Rotation */
        .icon-rotate {
            transition: transform 0.3s ease;
        }
        
        .stat-card:hover .icon-rotate {
            transform: rotate(360deg);
        }
        
        /* Shimmer Effect */
        .shimmer {
            position: relative;
            overflow: hidden;
        }
        
        .shimmer::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            animation: shimmer 3s infinite;
        }
        
        @keyframes shimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }

               /* Diagonal Split Background */
        .diagonal-hero {
            position: relative;
            background: linear-gradient(135deg, #0b3940 0%, #1493a3 50%, #107f8d 100%);
            overflow: hidden;
        }
        
        .diagonal-hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            background: linear-gradient(135deg, #f5b942 0%, #e8a325 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
            opacity: 0.15;
        }
        
        /* Animated Circles */
        .circle-bg {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
            animation: circleFloat 20s infinite ease-in-out;
        }
        
        @keyframes circleFloat {
            0%, 100% { transform: translate(0, 0) scale(1); }
            25% { transform: translate(50px, -50px) scale(1.1); }
            50% { transform: translate(-30px, 50px) scale(0.9); }
            75% { transform: translate(70px, 30px) scale(1.05); }
        }
        
        .circle-1 {
            width: 400px;
            height: 400px;
            background: #f5b942;
            top: -100px;
            right: 10%;
            animation-delay: 0s;
        }
        
        .circle-2 {
            width: 300px;
            height: 300px;
            background: #66d5e1;
            bottom: -50px;
            left: 5%;
            animation-delay: 3s;
        }
        
        .circle-3 {
            width: 200px;
            height: 200px;
            background: #f5b942;
            top: 40%;
            left: 30%;
            animation-delay: 6s;
        }
        
        /* Grid Pattern Overlay */
        .grid-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
            background-size: 50px 50px;
            pointer-events: none;
        }
        
        /* Floating Badge */
        .floating-badge {
            animation: floatBadge 4s ease-in-out infinite;
        }
        
        @keyframes floatBadge {
            0%, 100% { transform: translateY(0) rotate(-5deg); }
            50% { transform: translateY(-15px) rotate(5deg); }
        }
        
        /* Neon Text Effect */
        .neon-text {
            text-shadow: 
                0 0 5px rgba(245, 185, 66, 0.6),
                0 0 20px rgba(245, 185, 66, 0.4),
                0 0 30px rgba(245, 185, 66, 0.3),
                0 0 40px rgba(245, 185, 66, 0.2);
            animation: neonPulse 2s ease-in-out infinite;
        }
        
        @keyframes neonPulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.8; }
        }
        
        /* 3D Card Effect */
        .card-3d {
            transform-style: preserve-3d;
            transition: all 0.5s ease;
        }
        
        .card-3d:hover {
            transform: rotateY(5deg) rotateX(5deg) translateZ(20px);
        }
        
        .card-3d::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.594), transparent);
            border-radius: inherit;
            opacity: 0;
            transition: opacity 0.5s ease;
            border-radius: 16px;
        }
        
        .card-3d:hover::before {
            opacity: 1;
        }
        
        /* Button Gradient */
        .btn-gradient {
            background: linear-gradient(135deg, #f5b942 0%, #e8a325 50%, #f5b942 100%);
            background-size: 200% 100%;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        
        .btn-gradient::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }
        
        .btn-gradient:hover {
            background-position: 100% 0;
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(245, 185, 66, 0.4);
        }
        
        .btn-gradient:hover::after {
            width: 300px;
            height: 300px;
        }
        
        /* Glass Button */
        .btn-glass {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
        }
        
        .btn-glass:hover {
            background: rgba(255, 255, 255, 0.25);
            border-color: rgba(255, 255, 255, 0.5);
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        
        /* Feature Icon Animation */
        .feature-icon {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: all 0.4s ease;
        }
        
        .feature-icon:hover {
            transform: translateY(-10px) scale(1.05);
            background: linear-gradient(135deg, rgba(245, 185, 66, 0.3), rgba(245, 185, 66, 0.1));
            border-color: rgba(245, 185, 66, 0.5);
        }
        
        .feature-icon svg {
            transition: all 0.4s ease;
        }
        
        .feature-icon:hover svg {
            transform: scale(1.2) rotate(10deg);
        }
        
        /* Typing Animation */
        .typing-text::after {
            content: '|';
            animation: blink 1s infinite;
        }
        
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }
        
        /* Image Float */
        .image-float {
            animation: imageFloat 6s ease-in-out infinite;
        }
        
        @keyframes imageFloat {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            25% { transform: translateY(-20px) rotate(2deg); }
            50% { transform: translateY(-10px) rotate(-2deg); }
            75% { transform: translateY(-25px) rotate(1deg); }
        }
        
        /* Starburst Effect */
        .starburst {
            position: absolute;
            width: 100px;
            height: 100px;
            animation: rotateStar 20s linear infinite;
        }
        
        @keyframes rotateStar {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        .starburst::before,
        .starburst::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent 40%, rgba(245, 185, 66, 0.1) 50%, transparent 60%);
        }
        
        .starburst::after {
            transform: rotate(90deg);
        }
        
        /* Benefits List */
        .benefit-item {
            opacity: 0;
            transform: translateX(-30px);
            animation: slideInLeft 0.6s ease forwards;
        }
        
        @keyframes slideInLeft {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        .benefit-item:nth-child(1) { animation-delay: 0.2s; }
        .benefit-item:nth-child(2) { animation-delay: 0.4s; }
        .benefit-item:nth-child(3) { animation-delay: 0.6s; }
        .benefit-item:nth-child(4) { animation-delay: 0.8s; }
        
        /* Scroll Indicator */
        .scroll-indicator {
            animation: bounce 2s infinite;
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
            40% { transform: translateY(-10px); }
            60% { transform: translateY(-5px); }
        }
        
        /* Tooltip Styles */
        .tooltip-container {
            position: relative;
            cursor: pointer;
        }
        
        .tooltip {
            position: absolute;
            right: 120%;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            color: #0b3940;
            padding: 12px 20px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            z-index: 100;
        }
        
        .tooltip::after {
            content: '';
            position: absolute;
            right: -8px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 8px solid white;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
        }
        
        .tooltip-container:hover .tooltip {
            opacity: 1;
            right: 110%;
        }
        
        .quick-link {
            transition: all 0.3s ease;
        }
        
        .quick-link:hover {
            transform: scale(1.1);
        }
        
        .quick-link:active {
            transform: scale(0.95);
        }
        .acc-panel{
  overflow:hidden;
  height:0;
  transition: height .3s ease;
  will-change: height;
}

/* World map logos marquee */
  #referanslar .logo-marquee{
    display:flex;
    width:max-content;              /* içerik kadar genişlik */
    animation:logos-marquee 35s linear infinite;
  }
  #referanslar .logo-marquee:hover{ animation-play-state:paused; } /* hover’da durdurma opsiyonu */
  @keyframes logos-marquee{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-50%); }  /* iki şerit olduğu için -50% */
  }
   .slider-wrapper {
            position: relative;
            overflow: hidden;
        }
        
        .slider-track {
            display: flex;
            transition: transform 0.7s ease-in-out;
        }
        
        .slider-item {
            min-width: 100%;
            flex-shrink: 0;
        }
        
        .slider-dot {
            transition: all 0.3s ease;
        }


   /* Logo Band Animasyonları */
        @keyframes marquee-left {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }
        
        @keyframes marquee-right {
            from { transform: translateX(-50%); }
            to { transform: translateX(0); }
        }
        
        .marquee-track {
            display: flex;
            gap: 32px;
            align-items: center;
            white-space: nowrap;
            will-change: transform;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }
        
        .marquee-track[data-band="top"] {
            animation-name: marquee-left;
        }
        
        .marquee-track[data-band="bottom"] {
            animation-name: marquee-right;
        }
        
        .logo-band:hover .marquee-track {
            animation-play-state: paused;
        }
        
        .logo-item {
            height: 48px;
            width: auto;
            object-fit: contain;
            filter: grayscale(0.3) drop-shadow(0 2px 4px rgba(0,0,0,0.1));
            transition: all 0.3s ease;
        }
        
        .logo-item:hover {
            filter: grayscale(0) drop-shadow(0 4px 8px rgba(20, 147, 163, 0.3));
            transform: scale(1.1);
        }
        
        @media (min-width: 1024px) {
            .logo-item { height: 52px; }
        }
        
        @media (prefers-reduced-motion: reduce) {
            .marquee-track { animation: none !important; }
        }
        
        .logo-band {
            padding: 20px 0;
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(10px);
        }


  /* MOBILE SLIDER STYLES */
        .mobile-slider-track {
            display: flex;
            transition: transform 0.7s ease-in-out;
        }
        
        .mobile-slider-item {
            min-width: 100%;
            flex-shrink: 0;
        }
        
        .mobile-indicator.active {
            width: 1.5rem;
            background-color: white;
        }
        
        .mobile-indicator:not(.active) {
            background-color: rgba(255, 255, 255, 0.5);
        }
        
        /* DESKTOP SLIDER STYLES */
        .desktop-slider-track {
            display: flex;
            transition: transform 0.7s ease-in-out;
        }
        
        .desktop-slider-item {
            min-width: 100%;
            flex-shrink: 0;
        }
        
        .desktop-indicator.active {
            width: 2rem;
            background-color: white;
        }
        
        .desktop-indicator:not(.active) {
            background-color: rgba(255, 255, 255, 0.5);
        }
        
        /* VISIBILITY CONTROL */
        .mobile-only {
            display: block;
        }
        
        .desktop-only {
            display: none;
        }
        
        @media (min-width: 1024px) {
            .mobile-only {
                display: none;
            }
            .desktop-only {
                display: block;
            }
        }


    .animation-delay-2000 { animation-delay: 2s; }
    .animation-delay-4000 { animation-delay: 4s; }
/* Animasyon */
@keyframes marquee-left {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}
@keyframes marquee-right {
  from { transform: translate3d(-50%,0,0); }
  to   { transform: translate3d(0,0,0); }
}

/* Track ve bant */
.logo-band {
  padding: 20px 0;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
  overflow: hidden;            /* taşmaları kes */
}
.marquee-track {
  display: flex;
  width: max-content;          /* içerik kadar genişlik */
  gap: 24px;
  align-items: center;
  white-space: nowrap;
  will-change: transform;      /* animasyon ipucu */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.marquee-track[data-band="top"] { animation-name: marquee-left; }
.marquee-track[data-band="bottom"] { animation-name: marquee-right; }

/* Sabit Karo (tile) – ölçüler tek tip */
.logo-tile {
  flex: 0 0 150px;             /* sabit genişlik */
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

/* Görsel – kutuya taşmadan sığsın */
.logo-item {
  display: block;
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;         /* taşmadan sığdırır */
  filter: grayscale(.3) drop-shadow(0 2px 4px rgba(0,0,0,.1));
  transition: transform .25s ease, filter .25s ease;
}
.logo-item:hover {
  filter: grayscale(0) drop-shadow(0 4px 8px rgba(20,147,163,.3));
  transform: scale(1.06);
}

@media (min-width: 1024px) {
  .logo-tile { width: 160px; height: 64px; }
  .logo-item { max-height: 48px; }
}

/* Erişilebilirlik: hareketi azalt */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none !important; }
}
/* Bant kapsayıcı – taşmaları kes */
.logo-band{overflow:hidden;position:relative}

/* SNAP modu (mobil) */
.logo-band.is-snap{
  overflow-x:auto;
  scroll-snap-type:x mandatory;   /* snap container */
  -webkit-overflow-scrolling:touch;
  padding:14px 0;
}

/* Tile ve img */
.logo-tile{flex:0 0 150px;width:150px;height:60px;display:flex;align-items:center;justify-content:center;padding:8px 10px;background:#fff;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.06)}
.logo-item{display:block;max-width:100%;max-height:44px;object-fit:contain}

/* Mobil ölçüler */
@media (max-width:640px){
  .marquee-track{animation:none!important;transform:translate3d(0,0,0)!important}
  .logo-band.is-snap .logo-tile{flex-basis:120px;width:120px;scroll-snap-align:start}
  .logo-band.is-snap::before,
  .logo-band.is-snap::after{
    content:"";position:absolute;top:0;bottom:0;width:24px;pointer-events:none}
  .logo-band.is-snap::before{left:0;background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0))}
  .logo-band.is-snap::after{right:0;background:linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,0))}
}

/* Erişilebilirlik: hareket azalt */
@media (prefers-reduced-motion: reduce){
  .marquee-track{animation:none!important}
}

/* Mobile menu smooth transition */
#mobile-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

#mobile-menu.active {
    max-height: 600px;
}

/* Mobile menu link animations */
.mobile-menu-link {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
}

#mobile-menu.active .mobile-menu-link {
    opacity: 1;
    transform: translateX(0);
}

#mobile-menu.active .mobile-menu-link:nth-child(1) { transition-delay: 0.05s; }
#mobile-menu.active .mobile-menu-link:nth-child(2) { transition-delay: 0.1s; }
#mobile-menu.active .mobile-menu-link:nth-child(3) { transition-delay: 0.15s; }
#mobile-menu.active .mobile-menu-link:nth-child(4) { transition-delay: 0.2s; }
#mobile-menu.active .mobile-menu-link:nth-child(5) { transition-delay: 0.25s; }
#mobile-menu.active .mobile-menu-link:nth-child(6) { transition-delay: 0.3s; }
#mobile-menu.active .mobile-menu-link:nth-child(7) { transition-delay: 0.35s; }
#mobile-menu.active .mobile-menu-link:nth-child(8) { transition-delay: 0.4s; }
#mobile-menu.active .mobile-menu-link:nth-child(9) { transition-delay: 0.45s; }
#mobile-menu.active .mobile-menu-link:nth-child(10) { transition-delay: 0.5s; }

/* Hero section padding - navbar için boşluk */
.hero-section,
#anasayfa,
section[id="anasayfa"] {
    padding-top: var(--navbar-height-mobile) !important;
}

@media (min-width: 1024px) {
    .hero-section,
    #anasayfa,
    section[id="anasayfa"] {
        padding-top: var(--navbar-height-desktop) !important;
    }
}

/* Diagonal hero için ek düzenleme */
.diagonal-hero {
    padding-top: var(--navbar-height-mobile);
}

@media (min-width: 1024px) {
    .diagonal-hero {
        padding-top: var(--navbar-height-desktop);
    }
}

/* Mobile menu button hover effect */
#mobile-menu-btn {
    transition: all 0.2s ease;
}

#mobile-menu-btn:hover {
    background-color: rgba(20, 147, 163, 0.1);
    border-radius: 0.5rem;
}

#mobile-menu-btn:active {
    transform: scale(0.95);
}

/* Mobile menu links compact styling */
@media (max-width: 1023px) {
    #mobile-menu a {
        padding: 0.5rem 0.75rem;
        border-radius: 0.375rem;
        transition: all 0.2s ease;
    }
    
    #mobile-menu a:hover {
        background-color: rgba(20, 147, 163, 0.05);
    }
}

/* Navbar logo responsive sizing */
@media (max-width: 1023px) {
    nav img[alt="İTO"] {
        height: 2.5rem !important; /* h-10 = 40px */
    }
    
    nav .text-sm {
        font-size: 0.75rem !important; /* text-xs */
    }
    
    nav .text-lg {
        font-size: 0.875rem !important; /* text-sm */
    }
    
    nav .border-l {
        height: 1.5rem !important; /* h-6 */
    }
}

@media (min-width: 1024px) {
    nav img[alt="İTO"] {
        height: 4rem !important; /* h-16 = 64px */
    }
}

/* Fix navbar z-index conflicts */
nav {
    z-index: 999 !important;
}

/* Ensure smooth scrolling works with fixed navbar */
html {
    scroll-padding-top: var(--navbar-height-mobile);
}

@media (min-width: 1024px) {
    html {
        scroll-padding-top: var(--navbar-height-desktop);
    }
}