        body {
            font-family: 'Poppins', sans-serif;
            cursor: none;
            overflow-x: hidden;
        }

        /* Custom Cursor */
        .custom-cursor {
            position: fixed;
            width: 20px;
            height: 20px;
            border: 3px solid #FF6606;
            border-radius: 50%;
            pointer-events: none;
            z-index: 10000;
            transition: all 0.1s ease;
            mix-blend-mode: difference;
        }

        .cursor-follower {
            position: fixed;
            width: 50px;
            height: 50px;
            border: 2px solid rgba(255, 102, 6, 0.6);
            border-radius: 50%;
            pointer-events: none;
            z-index: 9999;
            transition: all 0.2s ease;
            background: rgba(255, 102, 6, 0.15);
        }

        @keyframes pulseSlide {

            0%,
            100% {
                transform: scale(1);
                opacity: 1;
            }

            50% {
                transform: scale(1.02);
                opacity: 0.9;
            }
        }

        .slide-image {
            animation: pulseSlide 3s ease-in-out infinite;
        }

        .hero-image {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .typing-text {
            display: inline-block;
        }

        /* Continuous Typing Animation */
        @keyframes continuousType {

            0%,
            100% {
                width: 0;
            }

            50% {
                width: 75%;
            }
        }

        .typing-wrapper {
            display: inline-block;
            position: relative;
        }

        .typing-text-continuous {
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            animation: continuousType 7s ease-in-out infinite;
            border-right: 3px solid #FF6606;
        }

        /* Rotating Text around Video Button */
        .rotating-text {
            position: absolute;
            width: 120px;
            height: 120px;
            animation: rotate 10s linear infinite;
        }

        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        .rotating-text span {
            position: absolute;
            left: 50%;
            font-size: 12px;
            font-weight: 600;
            color: white;
            text-transform: uppercase;
            transform-origin: 0 60px;
        }

        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }

        .video-modal.active {
            display: flex;
        }

        .video-container {
            position: relative;
            width: 90%;
            max-width: 900px;
            aspect-ratio: 16/9;
        }

        .video-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        .close-modal {
            position: absolute;
            top: -40px;
            right: 0;
            background: #FF6606;
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            line-height: 40px;
            text-align: center;
        }

        .video-btn {
            background: rgba(255, 102, 6, 0.9);
            backdrop-filter: blur(10px);
            border: 2px solid white;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .video-btn:hover {
            background: rgba(5, 31, 90, 0.9);
            transform: scale(1.1);
        }

        /* Glassmorphism Navbar */
        .glass-nav {
            background: rgba(0, 20, 80, 0.2);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
        }

        /* Mobile Menu */
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 70%;
            height: 100vh;
            background: rgba(5, 31, 90, 0.95);
            backdrop-filter: blur(10px);
            transition: right 0.3s ease;
            z-index: 999;
            padding-top: 80px;
        }

        .mobile-menu.active {
            right: 0;
        }

        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 998;
        }

        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Mobile responsive */
        @media (max-width: 768px) {
            body {
                cursor: auto;
            }

            .custom-cursor,
            .cursor-follower {
                display: none;
            }

            .rotating-text {
                width: 100px;
                height: 100px;
            }

            .rotating-text span {
                font-size: 10px;
                transform-origin: 0 50px;
            }
        }

        .projects-top-border-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            /* <- এখানে width দিতে হবে */
            height: 30px;
            background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcz4KICAgIDxwYXR0ZXJuIGlkPSJydWxlciIgd2lkdGg9IjIwIiBoZWlnaHQ9IjMwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjMwIiBmaWxsPSIjZjhmOWZhIi8+CiAgICAgIDxyZWN0IHg9IjkiIHk9IjAiIHdpZHRoPSIyIiBoZWlnaHQ9IjMwIiBmaWxsPSIjMGEyOTQyIi8+CiAgICAgIDxyZWN0IHg9IjUiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjIwIiBmaWxsPSIjMGEyOTQyIi8+CiAgICAgIDxyZWN0IHg9IjE1IiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIyMCIgZmlsbD0iIzBhMjk0MiIvPgogICAgICA8cmVjdCB4PSIyIiB5PSIwIiB3aWR0aD0iMC41IiBoZWlnaHQ9IjE1IiBmaWxsPSIjMGEyOTQyIi8+CiAgICAgIDxyZWN0IHg9IjgiIHk9IjAiIHdpZHRoPSIwLjUiIGhlaWdodD0iMTUiIGZpbGw9IiMwYTI5NDIiLz4KICAgICAgPHJlY3QgeD0iMTIiIHk9IjAiIHdpZHRoPSIwLjUiIGhlaWdodD0iMTUiIGZpbGw9IiMwYTI5NDIiLz4KICAgICAgPHJlY3QgeD0iMTgiIHk9IjAiIHdpZHRoPSIwLjUiIGhlaWdodD0iMTUiIGZpbGw9IiMwYTI5NDIiLz4KICAgIDwvcGF0dGVybj4KICA8L2RlZnM+CiAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMzAiIGZpbGw9InVybCgjcnVsZXIpIi8+Cjwvc3ZnPg==');
            background-repeat: repeat-x;
            background-size: auto 100%;
        }


        .stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: white;
            line-height: 1;
        }

        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .stat-card {
            animation: countUp 0.6s ease-out forwards;
        }

        .card-radius {
            border-radius: 30px 30px 0px 30px;
        }

        .clip-path-left {
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
        }

        .gallery-item {
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        #imageModal {
            backdrop-filter: blur(10px);
        }

        .dropdown {
        position: relative;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: rgba(5, 31, 90, 0.95);
        backdrop-filter: blur(10px);
        min-width: 200px;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 100;
        margin-top: 10px;
    }

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

    .dropdown-menu a {
        display: block;
        padding: 12px 20px;
        color: white;
        text-decoration: none;
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dropdown-menu a:last-child {
        border-bottom: none;
    }

    .dropdown-menu a:hover {
        background: rgba(255, 102, 6, 0.2);
        color: #FF6606;
        padding-left: 25px;
    }

    /* Mobile Dropdown Styles */
    .mobile-dropdown-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 20px;
    }

    .mobile-dropdown-content.active {
        max-height: 300px;
    }

    .mobile-dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .dropdown-arrow {
        transition: transform 0.3s ease;
        display: inline-block;
        margin-left: 5px;
    }

    .dropdown-arrow.active {
        transform: rotate(180deg);
    }

     .team-card {
        transition: all 0.4s ease;
    }

    .team-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 25px 50px rgba(255, 102, 6, 0.25);
    }
    /* Image Hover Effect */
    .team-card img {
        transition: all 0.4s ease;
    }

    .team-card:hover img {
        transform: scale(1.05);
    }