
		
        
        .banner-body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background: #f4f4f4;
            text-align: center;
        }
        
        .banner-top-banner {
            background: linear-gradient(90deg, #ff8c00, #ff4500);
            color: white;
            padding: 15px;
            font-size: 18px;
            font-weight: bold;
            
            width: 100%;
            top: 0;
            left: 0;
            z-index: 9999999999;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            animation: banner-slideDown 0.8s ease-in-out;
        }

        @keyframes banner-slideDown {
            from { top: -50px; }
            to { top: 0; }
        }

        .banner-main-content {
            margin-top: 100px;
            padding: 20px;
        }

        .banner-cta-button {
            display: inline-block;
            background: #ff4500;
            color: white;
            padding: 12px 25px;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 6px;
            transition: background 0.3s;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .banner-cta-button:hover {
            background: #cc3700;
        }

        .banner-container {
            max-width: 600px;
            margin: auto;
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        
		.swiper-slide {
            opacity: 1;
            transition: opacity 0.8s ease-out;
        }
        .swiper-slide.visible {
            opacity: 1;
        }
        /* Swiper container styling */
        .swiper {
            width: 100%;
            height: auto;
            padding: 20px 0;
            overflow: hidden;
            position: relative;
            z-index: 1;
        }
        
        /* Ensure swiper container maintains stable positioning */
        .swiper,
        .swiper * {
            box-sizing: border-box;
        }

        /* ========================================
           GAMING HERO SECTION STYLES
        ======================================== */
        
        .gaming-hero-section {
            position: relative;
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 0;
            overflow: hidden;
        }
        
        .gaming-hero-content {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .gaming-main-title {
            font-size: 4.5rem;
            font-weight: 800;
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
            margin-bottom: 2rem;
            line-height: 1.1;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .gaming-title-word {
            display: inline-block;
            opacity: 1;
            transform: none;
            will-change: transform;
            transition: all 0.3s ease;
        }
        
        .gaming-title-word:hover {
            color: #ff6b35;
            transform: scale(1.05);
            text-shadow: 0 0 20px rgba(255, 107, 53, 0.8);
        }
        
        .gaming-character-section {
            margin: 2rem 0;
        }
        
        .gaming-character-text {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
        }
        
        .gaming-catch-text {
            font-family: "Inter", "Inter Placeholder", sans-serif;
            font-size: 2rem;
            font-weight: 600;
            background: linear-gradient(321deg, rgb(251, 115, 17) 0%, rgb(255, 212, 0) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin: 0;
            text-align: center;
        }
        
        .gaming-the-text {
            font-family: "Inter", "Inter Placeholder", sans-serif;
            font-size: 1.8rem;
            font-weight: 600;
            background: linear-gradient(321deg, rgb(251, 115, 17) 0%, rgb(255, 212, 0) 142%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin: 0;
            text-align: center;
        }
        
        .gaming-pulse-text {
            font-family: "Inter", "Inter Placeholder", sans-serif;
            font-size: 3rem;
            font-weight: 500;
            background: linear-gradient(321deg, rgb(251, 115, 17) 0%, rgb(255, 212, 0) 123%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin: 0;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 3px;
        }
        
        .gaming-description {
            margin: 2rem 0;
            padding: 20px;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 15px;
            border: 2px solid rgba(255, 107, 53, 0.3);
        }
        
        .gaming-description p {
            color: #ffffff;
            font-size: 1.2rem;
            line-height: 1.6;
            margin: 0;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
        }
        
        .gaming-images-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }
        
        .gaming-image {
            position: absolute;
            border-radius: inherit;
            overflow: hidden;
        }
        
        .gaming-image img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            object-position: center center;
            object-fit: contain;
            transition: all 0.3s ease;
        }
        
        .gaming-image:hover img {
            transform: scale(1.1);
            filter: brightness(1.2);
        }
        
        .gaming-image-1 {
            top: 10%;
            right: 5%;
            width: 200px;
            height: 200px;
            opacity: 0.8;
            animation: float 6s ease-in-out infinite;
        }
        
        .gaming-image-2 {
            top: 20%;
            left: 5%;
            width: 180px;
            height: 180px;
            opacity: 0.7;
            animation: float 8s ease-in-out infinite reverse;
        }
        
        .gaming-image-3 {
            bottom: 20%;
            left: 10%;
            width: 250px;
            height: 250px;
            opacity: 0.9;
            animation: float 7s ease-in-out infinite;
        }
        
        .gaming-image-4 {
            top: 50%;
            right: 10%;
            width: 150px;
            height: 150px;
            opacity: 0.6;
            animation: float 5s ease-in-out infinite reverse;
        }
        
        .gaming-image-5 {
            bottom: 10%;
            right: 20%;
            width: 220px;
            height: 220px;
            opacity: 0.8;
            animation: float 9s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(5deg);
            }
        }
        
        /* Responsive Design for Gaming Hero */
        @media (max-width: 1200px) {
            .gaming-main-title {
                font-size: 3.5rem;
            }
            
            .gaming-image-1, .gaming-image-2, .gaming-image-3, .gaming-image-4, .gaming-image-5 {
                width: 80%;
                height: auto;
            }
        }
        
        @media (max-width: 768px) {
            .gaming-hero-section {
                min-height: 80vh;
                padding: 40px 0;
            }
            
            .gaming-main-title {
                font-size: 2.5rem;
                letter-spacing: 1px;
            }
            
            .gaming-catch-text {
                font-size: 1.5rem;
            }
            
            .gaming-the-text {
                font-size: 1.3rem;
            }
            
            .gaming-pulse-text {
                font-size: 2.2rem;
                letter-spacing: 2px;
            }
            
            .gaming-description p {
                font-size: 1rem;
            }
            
            .gaming-image-1, .gaming-image-2, .gaming-image-3, .gaming-image-4, .gaming-image-5 {
                width: 60%;
                opacity: 0.4;
            }
        }
        
        @media (max-width: 480px) {
            .gaming-main-title {
                font-size: 2rem;
            }
            
            .gaming-catch-text {
                font-size: 1.2rem;
            }
            
            .gaming-the-text {
                font-size: 1.1rem;
            }
            
            .gaming-pulse-text {
                font-size: 1.8rem;
            }
            
            .gaming-image-1, .gaming-image-2, .gaming-image-3, .gaming-image-4, .gaming-image-5 {
                width: 50%;
                opacity: 0.3;
            }
        }
        
        .swiper-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 1;
            display: flex;
            transition-property: transform;
            box-sizing: content-box;
            align-items: center;
            justify-content: center;
        }
        
        /* Prevent any transforms on swiper slides that could interfere with Swiper's positioning */
        .swiper-slide.swiper-slide-active,
        .swiper-slide.swiper-slide-next,
        .swiper-slide.swiper-slide-prev,
        .swiper-slide:hover,
        .swiper-slide:focus,
        .swiper-slide:active {
            transform: none !important;
        }
        
        /* Ensure swiper slides maintain their position */
        .swiper-slide * {
            transform: none !important;
        }
        
        .swiper-slide:hover * {
            transform: none !important;
        }
        
        .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            transition: box-shadow 0.3s ease, filter 0.3s ease;
            width: 100%;
            flex-shrink: 0;
            position: relative;
            z-index: 1;
            margin: 0;
            box-sizing: border-box;
            transform: none !important;
        }
        
        .swiper-slide img {
            width: 100%;
            height: auto;
            max-width: 100%;
            border-radius: 20px;
            transition: filter 0.3s ease, border-color 0.3s ease;
            cursor: pointer;
            border: 3px solid transparent;
            object-fit: cover;
            transform: none !important;
        }
        
        .swiper-slide:hover {
            z-index: 2 !important;
            position: relative !important;
        }
        
        .swiper-slide:hover::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(255, 140, 66, 0.1) 100%) !important;
            border-radius: 15px !important;
            z-index: 1 !important;
            pointer-events: none !important;
        }
        
        .swiper-slide img:hover {
            border-radius: 15px !important;
            border-color: rgba(255, 107, 53, 0.8) !important;
            filter: brightness(1.15) contrast(1.1) saturate(1.2) !important;
            border-width: 4px !important;
        }
        
        
        .swiper-slide a {
            display: block;
            transition: all 0.3s ease;
        }
        
        .swiper-slide a:hover {
            text-decoration: none;
        }
        
        /* Hide any pagination elements */
        .swiper-pagination {
            display: none !important;
        }
        
        .swiper-pagination-bullet {
            display: none !important;
        }
        
        .swiper-pagination-bullet-active {
            display: none !important;
        }
        
        .swiper-button-next, .swiper-button-prev {
            position: absolute !important;
            top: 55% !important;
            transform: translateY(-50%) !important;
            background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%) !important;
            border: none !important;
            border-radius: 50% !important;
            width: 60px !important;
            height: 60px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            z-index: 100 !important;
        }
        
        .swiper-button-next:hover, .swiper-button-prev:hover {
            background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%) !important;
            transform: translateY(-40%) scale(1.1) !important;
        }
        
        .swiper-button-next:hover::after, .swiper-button-prev:hover::after {
            transform: translate(-50%, -25%) !important;
        }
        
        .swiper-button-next::after, .swiper-button-prev::after {
            content: '' !important;
            font-family: 'Font Awesome 5 Free', Arial, sans-serif !important;
            font-weight: 900 !important;
            font-size: 18px !important;
            color: #ffffff !important;
            width: auto !important;
            height: auto !important;
            border: none !important;
            margin: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            line-height: 1 !important;
            position: absolute !important;
            top: 40% !important;
            left: 50% !important;
            transform: translate(-50%, -25%) !important;
        }
        
        .swiper-button-next::after {
            content: '❯' !important; /* Unicode heavy right arrow */
            font-family: Arial, sans-serif !important;
        }
        
        .swiper-button-prev::after {
            content: '❮' !important; /* Unicode heavy left arrow */
            font-family: Arial, sans-serif !important;
        }
        
        /* Fallback for browsers that don't support Font Awesome */
        @supports not (font-family: 'Font Awesome 5 Free') {
            .swiper-button-next::after {
                content: '▶' !important;
                font-family: Arial, sans-serif !important;
                position: absolute !important;
                top: 50% !important;
                left: 50% !important;
                transform: translate(-50%, -25%) !important;
            }
            
            .swiper-button-prev::after {
                content: '◀' !important;
                font-family: Arial, sans-serif !important;
                position: absolute !important;
                top: 50% !important;
                left: 50% !important;
                transform: translate(-50%, -25%) !important;
            }
        }
		#banner-body { display: none; }
        #pmaincontentofsite { display: block; }
  
        /* Modern About Section Styles */
        .modern-about-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 20px;
            padding: 40px;
            margin: -20px 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 107, 53, 0.1);
            position: relative;
            z-index: 10;
        }
        
        .about-content {
            max-width: 100%;
        }
        
        .about-text {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin: 40px 0;
            padding: 30px;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 107, 53, 0.15);
        }
        
        .about-paragraph {
            background: #ffffff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(255, 107, 53, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: #555555;
            line-height: 1.7;
            font-size: 15px;
            margin: 0;
            text-align: left;
            font-weight: 400;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        .about-paragraph::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
            transition: width 0.3s ease;
        }
        
        .about-paragraph:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
            border-color: #ff6b35;
        }
        
        .about-paragraph:hover::before {
            width: 6px;
        }
        
        .about-paragraph:first-child {
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
        }
        
        .about-paragraph:last-child {
            font-weight: 500;
            color: #2c3e50;
        }
        
        /* Full width paragraph styling */
        .about-paragraph-full-width {
            width: 100%;
            margin: 30px 0;
            padding: 0;
        }
        
        .about-paragraph-full-width .about-paragraph {
            width: 100%;
            max-width: none;
            margin: 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border: 2px solid #ff6b35;
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.15);
            font-weight: 600;
            color: #2c3e50;
            text-align: center;
            padding: 30px;
            border-radius: 15px;
        }
        
        /* Career Highlights Styling */
        .career-highlights {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin: 40px 0;
            padding: 30px;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 107, 53, 0.15);
        }
        
        .career-highlight-item {
            background: #ffffff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(255, 107, 53, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .career-highlight-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
            transition: width 0.3s ease;
        }
        
        .career-highlight-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
            border-color: #ff6b35;
        }
        
        .career-highlight-item:hover::before {
            width: 6px;
        }
        
        .career-highlight-item h4 {
            color: #2c3e50;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 15px;
            line-height: 1.4;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .career-highlight-item p {
            color: #555555;
            font-size: 15px;
            line-height: 1.7;
            margin: 0;
            text-align: left;
        }
        
        .tech-stack-section {
            background: #ffffff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(255, 107, 53, 0.15);
        }
        
        .tech-stack-title {
            color: #ff6b35;
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            text-transform: uppercase !important;
        }
        
        
        .tech-icons-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 25px;
            justify-items: center;
            align-items: center;
            justify-content: center;
            place-items: center;
        }
        
        .tech-icon-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px 15px;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 107, 53, 0.1);
            min-width: 100px;
            text-align: center;
        }
        
        .tech-icon-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2);
            border-color: #ff6b35;
        }
        
        .tech-icon {
            width: 60px;
            height: 60px;
            object-fit: contain;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }
        
        .tech-icon-item:hover .tech-icon {
            transform: scale(1.1);
        }
        
        .tech-name {
            color: #333333;
            font-size: 12px;
            font-weight: 600;
            text-align: center;
            line-height: 1.2;
        }
        
        @media (max-width: 768px) {
            .modern-about-section {
                padding: 25px;
                margin: 15px 0;
            }
            
            .about-text {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 25px;
                margin: 30px 0;
            }
            
            .about-paragraph {
                padding: 20px;
                font-size: 14px;
                line-height: 1.6;
            }
            
            .about-paragraph:first-child {
                font-size: 15px;
            }
            
            .about-paragraph-full-width {
                margin: 25px 0;
            }
            
            .about-paragraph-full-width .about-paragraph {
                padding: 25px;
                font-size: 14px;
            }
            
            .career-highlights {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 25px;
                margin: 30px 0;
            }
            
            .career-highlight-item {
                padding: 20px;
            }
            
            .career-highlight-item h4 {
                font-size: 16px;
            }
            
            .career-highlight-item p {
                font-size: 14px;
            }
            
            .tech-stack-section {
                padding: 20px;
            }
            
            .tech-icons-grid {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
                gap: 20px;
            }
            
            .tech-icon-item {
                padding: 15px 10px;
                min-width: 80px;
            }
            
            .tech-icon {
                width: 50px;
                height: 50px;
            }
            
            .tech-name {
                font-size: 11px;
            }
            
            /* Ensure Cutting-Edge Technologies section is visible on mobile */
            .block-title {
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
                margin: 20px 0 !important;
                padding: 15px 0 !important;
                position: relative !important;
                z-index: 15 !important;
            }
            
            .block-title h3 {
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
                font-size: 1.8rem !important;
                margin: 15px 0 !important;
                padding: 10px 0 !important;
                text-align: center !important;
                position: relative !important;
                z-index: 15 !important;
            }
        }
        
        @media (max-width: 480px) {
            .modern-about-section {
                padding: 20px;
                margin: 10px 0;
            }
            
            .about-text {
                grid-template-columns: 1fr;
                gap: 15px;
                padding: 20px;
                margin: 25px 0;
            }
            
            .about-paragraph {
                padding: 18px;
                font-size: 13px;
                line-height: 1.6;
            }
            
            .about-paragraph:first-child {
                font-size: 14px;
            }
            
            .about-paragraph-full-width {
                margin: 20px 0;
            }
            
            .about-paragraph-full-width .about-paragraph {
                padding: 20px;
                font-size: 13px;
            }
            
            .career-highlights {
                grid-template-columns: 1fr;
                gap: 15px;
                padding: 20px;
                margin: 25px 0;
            }
            
            .career-highlight-item {
                padding: 18px;
            }
            
            .career-highlight-item h4 {
                font-size: 15px;
                margin-bottom: 12px;
            }
            
            .career-highlight-item p {
                font-size: 13px;
                line-height: 1.6;
            }
            
            .tech-stack-title {
                font-size: 20px;
                text-transform: uppercase !important;
            }
            
            .tech-icons-grid {
                grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
                gap: 15px;
            }
            
            .tech-icon-item {
                padding: 12px 8px;
                min-width: 70px;
            }
            
            .tech-icon {
                width: 40px;
                height: 40px;
            }
            
            .tech-name {
                font-size: 10px;
            }
            
            /* Ensure Cutting-Edge Technologies section is visible on small mobile */
            .block-title {
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
                margin: 15px 0 !important;
                padding: 10px 0 !important;
                position: relative !important;
                z-index: 15 !important;
            }
            
            .block-title h3 {
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
                font-size: 1.5rem !important;
                margin: 10px 0 !important;
                padding: 8px 0 !important;
                text-align: center !important;
                line-height: 1.3 !important;
                position: relative !important;
                z-index: 15 !important;
            }
        }
        
        /* Section stacking order */
        .blog-one {
            position: relative;
            z-index: 5;
        }
        
        .video-one {
            position: relative;
            z-index: 1;
        }
        
        .cta-two {
            position: relative;
            z-index: 5;
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
        }
        
        /* Fix video section overlapping career section */
        .video-one.cta-two {
            position: relative;
            z-index: 1;
            margin-top: 60px !important;
            padding-top: 1px !important;
        }
        
        /* Reset decorative shapes to normal positioning */
        .cta-two__shape-1 {
            animation: binocularScan 4s ease-in-out infinite !important;
            filter: drop-shadow(0 10px 20px rgba(255, 107, 53, 0.3)) !important;
            left: 40px !important;
        }
        
        .cta-two__shape-2 {
            animation: binocularScan 4s ease-in-out infinite !important;
            filter: drop-shadow(0 8px 16px rgba(44, 62, 80, 0.4)) !important;
        }
        
        .cta-two__shape-3 {
            animation: pulseScale 3s ease-in-out infinite !important;
            filter: drop-shadow(0 6px 12px rgba(52, 152, 219, 0.3)) !important;
        }
        
        
        .section-title {
            animation: textGlow 2s ease-in-out infinite alternate !important;
            text-shadow: 0 0 20px rgba(255, 107, 53, 0.5) !important;
        }
        
        .career-intro {
            animation: slideInUp 1s ease-out 0.5s both !important;
        }
        
        .career-subtitle {
            animation: slideInUp 1s ease-out 0.8s both !important;
        }
        
        .career-highlight-item {
            animation: slideInLeft 1s ease-out both !important;
        }
        
        .career-highlight-item:nth-child(1) {
            animation-delay: 1.1s !important;
        }
        
        .career-highlight-item:nth-child(2) {
            animation-delay: 1.4s !important;
        }
        
        .career-highlight-item:nth-child(3) {
            animation-delay: 1.7s !important;
        }
        
        .career-btn {
            animation: buttonPulse 2s ease-in-out infinite, slideInUp 1s ease-out 2s both !important;
        }
        
        /* Career section background animation */
        .cta-two {
            position: relative;
            overflow: hidden;
        }
        
        .cta-two::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
            animation: shimmerEffect 4s ease-in-out infinite;
            z-index: 1;
        }
        
        .cta-two__content {
            position: relative;
            z-index: 2;
        }
        
        /* Enhanced career CTA animation */
        .career-cta {
            animation: slideInUp 1s ease-out 2.2s both !important;
            position: relative;
            overflow: hidden;
        }
        
        .career-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.2), transparent);
            animation: shimmerEffect 3s ease-in-out infinite 2.5s;
            z-index: 1;
        }
        
        .career-cta > * {
            position: relative;
            z-index: 2;
        }
        
        /* Additional keyframe for shimmer effect */
        @keyframes shimmerEffect {
            0% {
                left: -100%;
            }
            50% {
                left: 100%;
            }
            100% {
                left: 100%;
            }
        }
        
        /* Keyframe animations for decorative shapes */
        @keyframes flagPulse {
            0% {
                transform: translateX(-50%) scale(1) rotate(0deg) translateY(0px);
                filter: drop-shadow(0 10px 20px rgba(255, 107, 53, 0.3)) 
                        hue-rotate(0deg) saturate(1) brightness(1);
            }
            20% {
                transform: translateX(-50%) scale(1.15) rotate(5deg) translateY(-8px);
                filter: drop-shadow(0 15px 30px rgba(255, 107, 53, 0.5)) 
                        hue-rotate(20deg) saturate(1.2) brightness(1.2);
            }
            40% {
                transform: translateX(-50%) scale(1.3) rotate(-3deg) translateY(-12px);
                filter: drop-shadow(0 20px 40px rgba(255, 107, 53, 0.7)) 
                        hue-rotate(40deg) saturate(1.4) brightness(1.4);
            }
            60% {
                transform: translateX(-50%) scale(1.2) rotate(2deg) translateY(-6px);
                filter: drop-shadow(0 18px 35px rgba(255, 107, 53, 0.6)) 
                        hue-rotate(60deg) saturate(1.3) brightness(1.3);
            }
            80% {
                transform: translateX(-50%) scale(1.1) rotate(-1deg) translateY(-3px);
                filter: drop-shadow(0 12px 25px rgba(255, 107, 53, 0.4)) 
                        hue-rotate(80deg) saturate(1.1) brightness(1.1);
            }
            100% {
                transform: translateX(-50%) scale(1) rotate(0deg) translateY(0px);
                filter: drop-shadow(0 10px 20px rgba(255, 107, 53, 0.3)) 
                        hue-rotate(100deg) saturate(1) brightness(1);
            }
        }
        
        @keyframes binocularScan {
            0% {
                transform: translateX(0px) translateY(0px) scale(1);
                filter: drop-shadow(0 8px 16px rgba(44, 62, 80, 0.4)) brightness(1);
            }
            12.5% {
                transform: translateX(-8px) translateY(-5px) scale(1.05);
                filter: drop-shadow(0 10px 20px rgba(44, 62, 80, 0.5)) brightness(1.1);
            }
            25% {
                transform: translateX(-12px) translateY(-8px) scale(1.1);
                filter: drop-shadow(0 12px 24px rgba(44, 62, 80, 0.6)) brightness(1.2);
            }
            37.5% {
                transform: translateX(-8px) translateY(-5px) scale(1.05);
                filter: drop-shadow(0 10px 20px rgba(44, 62, 80, 0.5)) brightness(1.1);
            }
            50% {
                transform: translateX(0px) translateY(0px) scale(1);
                filter: drop-shadow(0 8px 16px rgba(44, 62, 80, 0.4)) brightness(1);
            }
            62.5% {
                transform: translateX(8px) translateY(-5px) scale(1.05);
                filter: drop-shadow(0 10px 20px rgba(44, 62, 80, 0.5)) brightness(1.1);
            }
            75% {
                transform: translateX(12px) translateY(-8px) scale(1.1);
                filter: drop-shadow(0 12px 24px rgba(44, 62, 80, 0.6)) brightness(1.2);
            }
            87.5% {
                transform: translateX(8px) translateY(-5px) scale(1.05);
                filter: drop-shadow(0 10px 20px rgba(44, 62, 80, 0.5)) brightness(1.1);
            }
            100% {
                transform: translateX(0px) translateY(0px) scale(1);
                filter: drop-shadow(0 8px 16px rgba(44, 62, 80, 0.4)) brightness(1);
            }
        }
        
        @keyframes pulseScale {
            0%, 100% {
                transform: scale(1);
                opacity: 0.8;
            }
            25% {
                transform: scale(1.15);
                opacity: 0.9;
            }
            50% {
                transform: scale(1.2);
                opacity: 1;
            }
            75% {
                transform: scale(1.1);
                opacity: 0.95;
            }
        }
        
        @keyframes textGlow {
            0% {
                text-shadow: 0 0 20px rgba(255, 107, 53, 0.5);
                transform: scale(1);
            }
            100% {
                text-shadow: 0 0 30px rgba(255, 107, 53, 0.8), 0 0 40px rgba(255, 107, 53, 0.3);
                transform: scale(1.02);
            }
        }
        
        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        /* Ensure career section is above video section */
        section#career {
            position: relative;
            z-index: 10;
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            overflow: visible !important;
            margin-bottom: 60px !important;
            padding-bottom: 1px !important;
        }
        
        /* Ensure career section content is above everything */
        section#career .container {
            position: relative;
            z-index: 20;
        }
        
        section#career .row {
            position: relative;
            z-index: 25;
        }
        
        .cta-two__content {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            position: relative !important;
            z-index: 15 !important;
        }
        
        /* Ensure career section and button are visible */
        .career-contact {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            text-align: center !important;
            margin-top: 30px !important;
            padding: 20px !important;
            position: relative !important;
            z-index: 15 !important;
        }
        
        .career-contact p {
            margin-bottom: 20px !important;
            font-size: 1.1rem !important;
        }
        
        .career-email {
            color: #ff6b35 !important;
            font-weight: 600 !important;
            text-decoration: none !important;
        }
        
        .career-email:hover {
            color: #ff8c42 !important;
            text-decoration: underline !important;
        }
        
        .career-btn {
            display: inline-block !important;
            visibility: visible !important;
            opacity: 1 !important;
            position: relative !important;
            z-index: 20 !important;
            background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%) !important;
            border: none !important;
            color: #ffffff !important;
            padding: 20px 40px !important;
            border-radius: 12px !important;
            font-weight: 700 !important;
            text-transform: uppercase !important;
            letter-spacing: 2px !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
            text-decoration: none !important;
            font-size: 1.2rem !important;
            min-width: 200px !important;
            text-align: center !important;
        }
        
        .career-btn:hover {
            background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%) !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
            color: #ffffff !important;
            text-decoration: none !important;
        }
        
        /* Make the button more prominent and visible */
        .career-cta {
            background: rgba(255, 255, 255, 0.95) !important;
            padding: 50px 30px !important;
            border-radius: 15px !important;
            margin: 40px 0 60px 0 !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
            border: 2px solid #ff6b35 !important;
            min-height: 300px !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
        }
        
        .career-cta h2 {
            color: #2c3e50 !important;
            font-size: 2rem !important;
            margin-bottom: 20px !important;
        }
        
        .career-cta-text {
            color: #555555 !important;
            font-size: 1.1rem !important;
            line-height: 1.6 !important;
            margin-bottom: 25px !important;
        }

        /* Modern Navigation Styles - Dark Theme */
        .modern-header {
            position: fixed;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: auto;
            min-width: 1000px;
            max-width: 98vw;
            z-index: 9999999999;
            background: rgba(20, 20, 20, 0.95);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 0 0 50px 50px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 107, 53, 0.1);
            padding: 0;
        }
        
        .modern-nav {
            position: relative;
            padding: 15px 0;
        }
        
        .modern-header.scrolled {
            background: rgba(15, 15, 15, 0.98);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 40px rgba(255, 107, 53, 0.15);
        }
        
        /* Removed hidden class - navbar will always be visible */
        
        /* Add padding to body to account for fixed navbar */
        body {
            padding-top: 0;
        }
        
        /* Banner background positioning */
        .banner-one {
            margin-top: 0;
            padding-top: 100px;
            background-position: center top !important;
            background-attachment: scroll;
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        .banner-one .container {
            padding-top: 100px !important;
        }
        
        /* Make all funfact-one__single elements the same size */
        .funfact-one__single {
            min-height: 200px !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
            padding: 30px 20px !important;
            margin: 20px !important;
            text-align: center !important;
            background: #ffffff !important;
            border-radius: 15px !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
            border: 2px solid #f0f0f0 !important;
            transition: all 0.3s ease !important;
        }
        
        .funfact-one__single:hover {
            transform: translateY(-5px) !important;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
            border-color: #ff6b35 !important;
        }
        
        .funfact-one__single .counter {
            font-size: 3rem !important;
            font-weight: 800 !important;
            color: #2c3e50 !important;
            margin: 0 !important;
            line-height: 1 !important;
        }
        
        .funfact-one__single span {
            font-size: 3rem !important;
            font-weight: 800 !important;
            color: #ff6b35 !important;
            margin: 0 !important;
            line-height: 1 !important;
        }
        
        .funfact-one__single p {
            font-size: 1.1rem !important;
            font-weight: 600 !important;
            color: #7c7d8a !important;
            margin: 15px 0 0 0 !important;
            text-transform: uppercase !important;
            letter-spacing: 0.5px !important;
            line-height: 1.2 !important;
        }
        
        /* Make Our Games heading text black */
        .our-games-heading {
            color: #000000 !important;
        }
        
        h3.our-games-heading {
            color: #000000 !important;
        }
        
        /* Make Achievements heading text black */
        .achievements-heading {
            color: #000000 !important;
        }
        
        h3.achievements-heading {
            color: #000000 !important;
        }
        
        h3.achievements-heading strong {
            color: #000000 !important;
        }
        
        /* Make WE ARE HIRING heading text black */
        .section-title {
            color: #000000 !important;
        }
        
        h3.section-title {
            color: #000000 !important;
        }
        
        /* Fix zimed-icon width inconsistencies - properly circular backgrounds */
        .contact-one__infos-icon {
            width: 88px !important;
            height: 88px !important;
            min-width: 88px !important;
            min-height: 88px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex-shrink: 0 !important;
            border-radius: 50% !important;
            background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 100%) !important;
        }
        
        .contact-one__infos-icon i {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 22px !important;
            color: #fff !important;
            text-align: center !important;
            line-height: 1 !important;
            background: none !important;
            width: auto !important;
            height: auto !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        
        /* Specific gradient backgrounds for each icon */
        .contact-one__infos-single:nth-child(1) .contact-one__infos-icon {
            background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%) !important;
        }
        
        .contact-one__infos-single:nth-child(2) .contact-one__infos-icon {
            background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%) !important;
        }
        
        .contact-one__infos-single:nth-child(3) .contact-one__infos-icon {
            background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%) !important;
        }
        
        /* Specific fix for all zimed icons */
        .contact-one__infos-icon .zimed-icon-message,
        .contact-one__infos-icon .zimed-icon-placeholder,
        .contact-one__infos-icon .zimed-icon-phone-call {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            text-align: center !important;
            line-height: 1 !important;
            width: auto !important;
            height: auto !important;
            font-size: 22px !important;
            color: #fff !important;
            background: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        
        .contact-one__infos-single {
            display: flex !important;
            align-items: center !important;
            gap: 20px !important;
            margin-bottom: 20px !important;
        }
        
        .contact-one__infos-content {
            flex: 1 !important;
        }
        
        /* Modern redesigned contact section - matching form styling */
        .contact-one__content {
            padding: 25px !important;
            background: #ffffff !important;
            border-radius: 20px !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
            margin: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
        }
        
        .contact-one__infos {
            display: grid !important;
            grid-template-columns: 1fr !important;
            gap: 15px !important;
            width: 100% !important;
        }
        
        .contact-one__infos-single {
            display: flex !important;
            align-items: center !important;
            background: #f8f9fa !important;
            padding: 15px !important;
            border-radius: 12px !important;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
            transition: all 0.3s ease !important;
            border-left: 4px solid #ff6b35 !important;
            gap: 15px !important;
        }
        
        .contact-one__infos-single:hover {
            transform: translateY(-2px) !important;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
            background: #ffffff !important;
        }
        
        .contact-one__infos-single:nth-child(1) {
            border-left-color: #3498db !important;
        }
        
        .contact-one__infos-single:nth-child(2) {
            border-left-color: #e74c3c !important;
        }
        
        .contact-one__infos-single:nth-child(3) {
            border-left-color: #27ae60 !important;
        }
        
        .contact-one__infos-content {
            flex: 1 !important;
        }
        
        .contact-one__infos-content h3 {
            color: #2c3e50 !important;
            font-size: 1.2rem !important;
            font-weight: 600 !important;
            margin-bottom: 5px !important;
            text-transform: uppercase !important;
            letter-spacing: 0.5px !important;
        }
        
        .contact-one__infos-content p {
            color: #7f8c8d !important;
            font-size: 1rem !important;
            line-height: 1.5 !important;
            margin: 0 !important;
        }
        
        .contact-one__infos-content a {
            color: #ff6b35 !important;
            text-decoration: none !important;
            font-weight: 500 !important;
            transition: color 0.3s ease !important;
        }
        
        .contact-one__infos-content a:hover {
            color: #2c3e50 !important;
        }
        
        .contact1-form {
            text-align: center !important;
        }
        
        .contact1-form .block-title {
            text-align: center !important;
        }
        
        .contact1-form .wrap-input1 {
            text-align: center !important;
        }
        
        .contact1-form .container-contact1-form-btn {
            text-align: center !important;
        }
        
        /* Make contact form take full width of parent col-lg-6 */
        .contact1-form {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            padding: 25px !important;
        }
        
        .contact1-form .wrap-input1 {
            width: 100% !important;
            margin-bottom: 15px !important;
        }
        
        .contact1-form .input1 {
            width: 100% !important;
            max-width: 100% !important;
        }
        
        .contact1-form .container-contact1-form-btn {
            width: 100% !important;
            text-align: center !important;
        }
        
        .contact1-form .thm-btn {
            width: 100% !important;
            max-width: 200px !important;
            margin: 0 auto !important;
        }
        
        /* Submit button with black gradient */
        .contact-one__form-btn {
            background: linear-gradient(135deg, #2c3e50 0%, #000000 100%) !important;
            border: none !important;
            color: #ffffff !important;
            padding: 15px 30px !important;
            border-radius: 8px !important;
            font-weight: 600 !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3) !important;
            animation: buttonPulse 2.5s ease-in-out infinite !important;
        }
        
        .contact-one__form-btn:hover {
            background: linear-gradient(135deg, #000000 0%, #2c3e50 100%) !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4) !important;
            color: #ffffff !important;
            animation-play-state: paused !important;
        }
        
        .contact-one__form-btn span {
            color: #ffffff !important;
        }
        
        /* Modern Footer Redesign */
        .site-footer {
            background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%) !important;
            position: relative !important;
            overflow: hidden !important;
            border-top: 3px solid #ff6b35 !important;
        }
        
        .site-footer__upper {
            padding: 60px 0 40px 0 !important;
            background: transparent !important;
            position: relative !important;
            z-index: 5 !important;
        }
        
        .footer-widget__about {
            margin-bottom: 40px !important;
        }
        
        .footer-widget__logo img {
            height: 60px !important;
            width: auto !important;
            filter: brightness(0) invert(1) !important;
        }
        
        .footer-widget__title {
            color: #ffffff !important;
            font-size: 1.5rem !important;
            font-weight: 700 !important;
            margin-bottom: 25px !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            position: relative !important;
        }
        
        .footer-widget__title::after {
            content: '' !important;
            position: absolute !important;
            bottom: -8px !important;
            left: 0 !important;
            width: 50px !important;
            height: 3px !important;
            background: linear-gradient(90deg, #ff35dd, #2c3e50) !important;
            border-radius: 2px !important;
        }
        
        .footer-widget p {
            color: #b0b0b0 !important;
            font-size: 1rem !important;
            line-height: 1.6 !important;
            margin-bottom: 20px !important;
        }
        
        .footer-widget p a {
            color: #ff6b35 !important;
            text-decoration: none !important;
            font-weight: 500 !important;
            transition: all 0.3s ease !important;
        }
        
        .footer-widget p a:hover {
            color: #ffffff !important;
            text-decoration: underline !important;
        }
        
        .footer-widget__links-wrap {
            display: block !important;
            position: relative !important;
            z-index: 10001 !important;
        }
        
        .footer-widget__links ul {
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
            position: relative !important;
            z-index: 999999999 !important;
            pointer-events: auto !important;
            isolation: isolate !important;
        }
        
        .footer-widget__links ul li {
            margin-bottom: 12px !important;
            position: relative !important;
            z-index: 999999999 !important;
            pointer-events: auto !important;
        }
        
        .footer-widget__links ul li a {
            color: #b0b0b0 !important;
            text-decoration: none !important;
            font-size: 1rem !important;
            font-weight: 400 !important;
            transition: all 0.3s ease !important;
            display: flex !important;
            align-items: center !important;
            position: relative !important;
            padding-left: 25px !important;
            cursor: pointer !important;
            z-index: 999999999 !important;
            pointer-events: auto !important;
            user-select: none !important;
            -webkit-user-select: none !important;
            -moz-user-select: none !important;
            -ms-user-select: none !important;
            isolation: isolate !important;
            transform: translateZ(0) !important;
            will-change: transform !important;
        }
        
        .footer-widget__links ul li a::before {
            content: '▶' !important;
            position: absolute !important;
            left: 0 !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            color: #ff6b35 !important;
            font-size: 0.8rem !important;
            transition: all 0.3s ease !important;
            line-height: 1 !important;
        }
        
        .footer-widget__links ul li a:hover {
            color: #ffffff !important;
            transform: translateX(5px) !important;
        }
        
        .footer-widget__links ul li a:hover::before {
            transform: translateY(-50%) translateX(3px) !important;
        }
        
        .site-footer__bottom {
            background: rgba(0, 0, 0, 0.3) !important;
            padding: 25px 0 !important;
            border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
            position: relative !important;
            z-index: 5 !important;
        }
        
        .site-footer__social {
            display: flex !important;
            justify-content: center !important;
            gap: 20px !important;
            margin-bottom: 20px !important;
        }
        
        .site-footer__social a {
            width: 45px !important;
            height: 45px !important;
            background: rgba(255, 255, 255, 0.1) !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            color: #ffffff !important;
            font-size: 1.2rem !important;
            transition: all 0.3s ease !important;
            text-decoration: none !important;
        }
        
        .site-footer__social a:hover {
            background: #ff6b35 !important;
            transform: translateY(-3px) !important;
            box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4) !important;
        }
        
        /* Animated social icons */
        .site-footer__social a {
            animation: socialFloat 4s ease-in-out infinite !important;
        }
        
        .site-footer__social a:nth-child(1) {
            animation-delay: 0s !important;
        }
        
        .site-footer__social a:nth-child(2) {
            animation-delay: 0.5s !important;
        }
        
        .site-footer__social a:nth-child(3) {
            animation-delay: 1s !important;
        }
        
        .site-footer__social a:nth-child(4) {
            animation-delay: 1.5s !important;
        }
        
        .site-footer__social a:nth-child(5) {
            animation-delay: 2s !important;
        }
        
        @keyframes socialFloat {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-5px);
            }
        }
        
        /* Fix z-index issues with cta-one circles */
        .cta-one__circle-1,
        .cta-one__circle-2,
        .cta-one__circle-3 {
            z-index: -1 !important;
        }
        
        /* Ensure footer links are above cta-one circles */
        .footer-widget__links {
            position: relative !important;
            z-index: 999999999 !important;
            isolation: isolate !important;
            pointer-events: auto !important;
        }
        
        /* Force footer section to highest layer */
        .site-footer {
            position: relative !important;
            z-index: 999999999 !important;
            isolation: isolate !important;
        }
        
        .site-footer__upper {
            position: relative !important;
            z-index: 999999999 !important;
            isolation: isolate !important;
        }
        
        /* Removed conflicting animations for better clickability */
        
        /* Scroll to top button styling - orange gradient theme */
        .scroll-to-top {
            background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%) !important;
            border: none !important;
            color: #ffffff !important;
            width: 50px !important;
            height: 50px !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3) !important;
            transition: all 0.3s ease !important;
            animation: buttonPulse 2.5s ease-in-out infinite !important;
            opacity: 0.9 !important;
            z-index: 999999999 !important;
            pointer-events: auto !important;
            isolation: isolate !important;
        }
        
        .scroll-to-top:hover {
            background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%) !important;
            transform: translateY(-2px) scale(1.05) !important;
            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
            animation-play-state: paused !important;
            opacity: 1 !important;
        }
        
        .scroll-to-top i {
            color: #ffffff !important;
            font-size: 18px !important;
            font-weight: bold !important;
        }
        
        /* Auto-hide functionality for scroll-to-top button */
        .scroll-to-top {
            transition: all 0.3s ease !important;
        }
        
        .scroll-to-top.hidden {
            opacity: 0 !important;
            visibility: hidden !important;
            transform: translateY(20px) !important;
        }
        
        .scroll-to-top.visible {
            opacity: 0.9 !important;
            visibility: visible !important;
            transform: translateY(0) !important;
        }
        
        /* Responsive adjustments for scroll-to-top button */
        @media (max-width: 768px) {
            .scroll-to-top {
                width: 45px !important;
                height: 45px !important;
            }
            
            .scroll-to-top i {
                font-size: 16px !important;
            }
        }
        
        @media (max-width: 480px) {
            .scroll-to-top {
                width: 40px !important;
                height: 40px !important;
            }
            
            .scroll-to-top i {
                font-size: 14px !important;
            }
        }
        
        /* Equal height columns for About Us section */
        .cta-three .row {
            display: flex !important;
            align-items: stretch !important;
        }
        
        .cta-three .col-lg-6 {
            display: flex !important;
            flex-direction: column !important;
            min-height: 100% !important;
        }
        
        .cta-three__content {
            display: flex !important;
            flex-direction: column !important;
            height: 100% !important;
            min-height: 400px !important;
            justify-content: center !important;
            padding: 40px 30px !important;
            background: rgba(255, 255, 255, 0.95) !important;
            border-radius: 20px !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
            margin: 20px 0 !important;
            animation: contentSlideIn 1s ease-out !important;
            position: relative !important;
            overflow: hidden !important;
        }
        
        .cta-three__content::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: -100% !important;
            width: 100% !important;
            height: 100% !important;
            background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent) !important;
            animation: shimmerEffect 3s ease-in-out infinite !important;
            z-index: 1 !important;
        }
        
        .cta-three__box {
            margin-bottom: 20px !important;
            padding: 20px !important;
            background: #f8f9fa !important;
            border-radius: 12px !important;
            border-left: 4px solid #ff6b35 !important;
            transition: all 0.3s ease !important;
            animation: boxSlideIn 0.8s ease-out !important;
            position: relative !important;
            z-index: 2 !important;
        }
        
        .cta-three__box:nth-child(1) {
            animation-delay: 0.2s !important;
        }
        
        .cta-three__box:nth-child(2) {
            animation-delay: 0.4s !important;
        }
        
        .cta-three__box:hover {
            transform: translateY(-2px) scale(1.02) !important;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
            background: #ffffff !important;
            border-left-width: 6px !important;
        }
        
        .cta-three__box p {
            margin: 0 !important;
            color: #2c3e50 !important;
            line-height: 1.6 !important;
        }
        
        .cta-three__box p strong {
            color: #ff6b35 !important;
            font-size: 1.2rem !important;
            font-weight: 700 !important;
        }
        
        .block-title h3 {
            color: #2c3e50 !important;
            font-size: 2.5rem !important;
            font-weight: 700 !important;
            margin-bottom: 30px !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            animation: titleSlideIn 1.2s ease-out !important;
            position: relative !important;
            z-index: 2 !important;
        }
        
        .block-title h3::after {
            content: '' !important;
            position: absolute !important;
            bottom: -10px !important;
            left: 0 !important;
            width: 0 !important;
            height: 3px !important;
            
            animation: underlineExpand 1.5s ease-out 0.5s forwards !important;
        }
        
        .block-title__bubbles {
            display: none !important;
        }
        
        /* Responsive adjustments for About Us section */
        @media (max-width: 768px) {
            .cta-three__content {
                min-height: 350px !important;
                padding: 30px 20px !important;
                margin: 15px 0 !important;
            }
            
            .cta-three__box {
                padding: 15px !important;
                margin-bottom: 15px !important;
            }
            
            .block-title h3 {
                font-size: 2rem !important;
                margin-bottom: 25px !important;
            }
            
            .cta-three__box p strong {
                font-size: 1.1rem !important;
            }
        }
        
        @media (max-width: 480px) {
            .cta-three__content {
                min-height: 300px !important;
                padding: 25px 15px !important;
                margin: 10px 0 !important;
            }
            
            .cta-three__box {
                padding: 12px !important;
                margin-bottom: 12px !important;
            }
            
            .block-title h3 {
                font-size: 1.8rem !important;
                margin-bottom: 20px !important;
            }
            
            .cta-three__box p strong {
                font-size: 1rem !important;
            }
        }
        
        /* About Us section animations */
        @keyframes contentSlideIn {
            0% {
                opacity: 0;
                transform: translateX(-50px);
            }
            100% {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        @keyframes shimmerEffect {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }
        
        @keyframes boxSlideIn {
            0% {
                opacity: 0;
                transform: translateY(30px) scale(0.9);
            }
            100% {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }
        
        @keyframes titleSlideIn {
            0% {
                opacity: 0;
                transform: translateY(-30px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes underlineExpand {
            0% {
                width: 0;
            }
            100% {
                width: 100%;
            }
        }
        
        /* Cutting-Edge Technologies heading styling */
        h3:contains("Cutting-Edge Technologies"),
        .section-title:contains("Cutting-Edge Technologies") {
            padding-top: 40px !important;
            margin-top: 20px !important;
        }
        
        /* Alternative selector for Cutting-Edge Technologies heading */
        .section-title,
        h3.section-title {
            padding-top: 40px !important;
            margin-top: 20px !important;
        }
        
        /* Specific styling for Cutting-Edge Technologies heading */
        .block-title h3,
        .section-title h3,
        h3 {
            padding-top: 40px !important;
            margin-top: 20px !important;
        }
        
        /* More specific targeting for the technologies section */
        .technologies-section h3,
        .tech-section h3,
        .features-section h3 {
            padding-top: 50px !important;
            margin-top: 30px !important;
        }
        
        /* Remove vertical spacing between Connect with Us Today and Drop Us a Line */
        .contact1-form .block-title p {
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
        }
        
        .contact1-form .block-title h3 {
            margin-top: 0 !important;
            padding-top: 0 !important;
        }
        
        .contact1-form .block-title {
            margin-bottom: 15px !important;
        }
        
        /* Gradient lines below all headings - partial width from left */
        .section-title::after,
        h3.section-title::after,
        .block-title h3::after,
        h3::after {
            content: '' !important;
            position: absolute !important;
            bottom: -10px !important;
            left: 0 !important;
            width: 50px !important;
            height: 3px !important;
            
            border-radius: 2px !important;
        }
        
        /* Ensure headings have relative positioning for ::after to work */
        .section-title,
        h3.section-title,
        .block-title h3,
        h3 {
            position: relative !important;
        }
        
        /* Swiper slider navigation buttons styling */
        
        .swiper-button-next {
            right: 20px !important;
        }
        
        .swiper-button-prev {
            left: 20px !important;
        }
        
        
        /* Responsive adjustments for slider buttons */
        @media (max-width: 768px) {
            .swiper-button-next,
            .swiper-button-prev {
                width: 50px !important;
                height: 50px !important;
            }
            
            .swiper-button-next::after {
                font-size: 16px !important;
            }
            
            .swiper-button-prev::after {
                font-size: 16px !important;
            }
            
            .swiper-button-next {
                right: 15px !important;
            }
            
            .swiper-button-prev {
                left: 15px !important;
            }
            
            /* Mobile swiper fixes */
            .swiper-container {
                width: 100% !important;
                height: auto !important;
                overflow: visible !important;
            }
            
            .swiper-wrapper {
                display: flex !important;
                align-items: center !important;
                width: 100% !important;
            }
            
            .swiper-slide {
                width: 100% !important;
                max-width: 280px !important;
                height: auto !important;
                opacity: 1 !important;
                transform: none !important;
                flex-shrink: 0 !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
            }
            
            .swiper-slide img {
                width: 100% !important;
                height: auto !important;
                max-width: 280px !important;
                border-radius: 12px !important;
            }
        }
        
        @media (max-width: 480px) {
            .swiper-slide {
                max-width: 250px !important;
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
            }
            
            .swiper-slide img {
                max-width: 250px !important;
            }
        }
        
        /* Ensure perfect centering on mobile */
        @media (max-width: 768px) {
            .swiper-container {
                display: flex !important;
                justify-content: center !important;
                align-items: center !important;
            }
            
            .swiper-wrapper {
                justify-content: center !important;
            }
        }
        
        /* Comprehensive device-specific optimizations for Glide */
        
        /* Extra small devices (320px - 575px) */
        @media (max-width: 575px) {
            .swiper-button-next,
            .swiper-button-prev {
                width: 45px !important;
                height: 45px !important;
            }
            
            .swiper-button-next::after {
                font-size: 14px !important;
            }
            
            .swiper-button-prev::after {
                font-size: 14px !important;
            }
            
            .swiper-button-next {
                right: 10px !important;
            }
            
            .swiper-button-prev {
                left: 10px !important;
            }
        }
        
        /* Small devices (576px - 767px) */
        @media (min-width: 576px) and (max-width: 767px) {
            .swiper-button-next,
            .swiper-button-prev {
                width: 50px !important;
                height: 50px !important;
            }
        }
        
        /* Medium devices (768px - 991px) */
        @media (min-width: 768px) and (max-width: 991px) {
            .swiper-button-next,
            .swiper-button-prev {
                width: 55px !important;
                height: 55px !important;
            }
        }
        
        /* Large devices (992px - 1199px) */
        @media (min-width: 992px) and (max-width: 1199px) {
            .glide__slide img {
                max-width: 160px !important;
            }
        }
        
        /* Extra large devices (1200px - 1399px) */
        @media (min-width: 1200px) and (max-width: 1399px) {
            .glide__slide img {
                max-width: 150px !important;
            }
        }
        
        /* XXL devices (1400px - 1599px) */
        @media (min-width: 1400px) and (max-width: 1599px) {
            .glide__slide img {
                max-width: 140px !important;
            }
        }
        
        /* Ultra wide devices (1600px+) */
        @media (min-width: 1600px) {
            .glide__slide img {
                max-width: 130px !important;
            }
        }
        
        /* Mobile-specific fixes for translation issues */
        @media (max-width: 767px) {
            .swiper {
                overflow: hidden !important;
                width: 100% !important;
                padding: 10px 0 !important;
            }
            
            .swiper-wrapper {
                width: 100% !important;
                display: flex !important;
                align-items: center !important;
            }
            
            .swiper-slide {
                flex-shrink: 0 !important;
                box-sizing: border-box !important;
                padding: 5px !important;
            }
            
            .swiper-slide img {
                width: 100% !important;
                height: auto !important;
                border-radius: 15px !important;
            }
        }
        
        /* Extra small mobile devices */
        @media (max-width: 480px) {
            .swiper {
                padding: 5px 0 !important;
            }
            
            .swiper-slide {
                padding: 3px !important;
            }
            
            .swiper-slide img {
                border-radius: 12px !important;
            }
        }
        
        /* Touch device optimizations */
        @media (hover: none) and (pointer: coarse) {
            .swiper-slide img {
                transition: transform 0.2s ease !important;
            }
            
            .swiper-slide:active {
                transform: translateY(-4px) !important;
            }
            
            .swiper-slide:active img {
                transform: scale(1.05) !important;
                box-shadow: 0 12px 30px rgba(255, 107, 53, 0.4) !important;
            }
        }
        
        /* Reduced motion for accessibility */
        @media (prefers-reduced-motion: reduce) {
            .swiper-slide,
            .swiper-slide img {
                transition: none !important;
            }
            
            .swiper-slide:hover {
                transform: none !important;
            }
            
            .swiper-slide img:hover {
                transform: none !important;
            }
        }
        
        /* High DPI displays */
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .glide__slide img {
                image-rendering: -webkit-optimize-contrast !important;
                image-rendering: crisp-edges !important;
            }
        }
        
        @media (max-width: 480px) {
            .swiper-button-next,
            .swiper-button-prev {
                width: 40px !important;
                height: 40px !important;
            }
            
            .swiper-button-next::after {
                font-size: 12px !important;
            }
            
            .swiper-button-prev::after {
                font-size: 12px !important;
            }
            
            .swiper-button-next {
                right: 10px !important;
            }
            
            .swiper-button-prev {
                left: 10px !important;
            }
        }
        
        .site-footer__bottom p {
            text-align: center !important;
            color: #b0b0b0 !important;
            font-size: 0.9rem !important;
            margin: 0 !important;
        }
        
        /* Enhanced footer animations */
        [class*=site-footer__shape-] {
            position: absolute !important;
            z-index: 10 !important;
            opacity: 0.6 !important;
        }
        
        .site-footer__shape-1 {
            top: -2.5% !important;
            left: 3% !important;
            animation: floatUpDown 6s ease-in-out infinite !important;
        }
        
        .site-footer__shape-2 {
            bottom: 15% !important;
            right: 4% !important;
            z-index: 9999 !important;
            animation: floatUpDown 8s ease-in-out infinite reverse !important;
        }
        
        .site-footer__shape-3 {
            left: calc(50% - 231.5px) !important;
            bottom: calc(0% - 231px) !important;
            opacity: 0.4 !important;
            z-index: 9999 !important;
            animation: shape3Dance 12s ease-in-out infinite !important;
        }
        
        /* New animation keyframes */
        @keyframes floatUpDown {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-20px);
            }
        }
        
        @keyframes rotateSlow {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        
        @keyframes shape3Dance {
            0% {
                transform: translateY(0px) scale(1);
                opacity: 0.4;
            }
            25% {
                transform: translateY(-30px) scale(1.1);
                opacity: 0.6;
            }
            50% {
                transform: translateY(-15px) scale(0.9);
                opacity: 0.3;
            }
            75% {
                transform: translateY(-40px) scale(1.05);
                opacity: 0.7;
            }
            100% {
                transform: translateY(0px) scale(1);
                opacity: 0.4;
            }
        }
        
        @keyframes pulseGlow {
            0%, 100% {
                opacity: 0.6;
                transform: scale(1);
            }
            50% {
                opacity: 0.8;
                transform: scale(1.05);
            }
        }
        
        /* Add floating particles effect */
        .site-footer::before {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            background-image: 
                radial-gradient(circle at 20% 20%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(44, 62, 80, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 60%, rgba(255, 107, 53, 0.05) 0%, transparent 50%);
            animation: pulseGlow 10s ease-in-out infinite !important;
            z-index: 0 !important;
        }
        
        /* Continuous button animations */
        @keyframes buttonPulse {
            0% {
                box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
                transform: scale(1);
            }
            50% {
                box-shadow: 0 6px 25px rgba(44, 62, 80, 0.5);
                transform: scale(1.02);
            }
            100% {
                box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
                transform: scale(1);
            }
        }
        
        @keyframes buttonGlow {
            0% {
                box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3), 0 0 0 0 rgba(44, 62, 80, 0.4);
            }
            50% {
                box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3), 0 0 20px 5px rgba(44, 62, 80, 0.2);
            }
            100% {
                box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3), 0 0 0 0 rgba(44, 62, 80, 0.4);
            }
        }
        
        /* Watch Our Videos button styling to match other buttons */
        .video-one__content h3 a {
            background: linear-gradient(135deg, #2c3e50 0%, #000000 100%) !important;
            border: none !important;
            color: #ffffff !important;
            padding: 15px 30px !important;
            border-radius: 8px !important;
            font-weight: 600 !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3) !important;
            text-decoration: none !important;
            display: inline-block !important;
            font-size: 1rem !important;
            animation: buttonPulse 2s ease-in-out infinite !important;
        }
        
        .video-one__content h3 a:hover {
            background: linear-gradient(135deg, #000000 0%, #2c3e50 100%) !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4) !important;
            color: #ffffff !important;
            text-decoration: none !important;
            animation-play-state: paused !important;
        }
        
        .video-one__content h3 a i {
            margin-right: 8px !important;
            color: #ffffff !important;
        }
        
        /* Career button with black gradient */
        .career-btn {
            background: linear-gradient(135deg, #2c3e50 0%, #000000 100%) !important;
            border: none !important;
            color: #ffffff !important;
            padding: 15px 30px !important;
            border-radius: 8px !important;
            font-weight: 600 !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3) !important;
            animation: buttonGlow 3s ease-in-out infinite !important;
        }
        
        .career-btn:hover {
            background: linear-gradient(135deg, #000000 0%, #2c3e50 100%) !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 6px 20px rgba(44, 62, 80, 0.4) !important;
            color: #ffffff !important;
            animation-play-state: paused !important;
        }
        
        
        .nav-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            padding: 0 40px;
            min-width: fit-content;
            white-space: nowrap;
            max-width: 100%;
            overflow: hidden;
        }
        
        .nav-logo .logo-img {
            height: 50px;
            width: auto;
            transition: all 0.3s ease;
        }
        
        .nav-logo .logo-img:hover {
            transform: scale(1.05);
        }
        
        .desktop-menu {
            display: flex;
        }
        
        .nav-list {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 35px;
            flex-wrap: nowrap;
            align-items: center;
        }
        
        .nav-item {
            position: relative;
        }
        
        .nav-link {
            color: #ffffff;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
            padding: 10px 0;
            position: relative;
            transition: all 0.3s ease;
            white-space: nowrap;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: #ff6b35;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after,
        .nav-item.current .nav-link::after {
            width: 100%;
        }
        
        .nav-link:hover {
            color: #ff6b35;
        }
        
        .mobile-menu-toggle {
            display: none;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .hamburger-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 10px;
            display: flex;
            flex-direction: column;
            gap: 4px;
            transition: all 0.3s ease;
        }
        
        .hamburger-line {
            width: 25px;
            height: 3px;
            background: #ffffff;
            transition: all 0.3s ease;
            border-radius: 2px;
        }
        
        .hamburger-btn:hover .hamburger-line {
            background: #ff6b35;
        }
        
        .hamburger-btn.active .hamburger-line:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }
        
        .hamburger-btn.active .hamburger-line:nth-child(2) {
            opacity: 0;
        }
        
        .hamburger-btn.active .hamburger-line:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }
        
        /* Mobile Menu Styles */
        .mobile-menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9999999998;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .mobile-menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 320px;
            height: 100%;
            background: #1a1a1a;
            z-index: 9999999999;
            transition: right 0.3s ease;
            display: flex;
            flex-direction: column;
            box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
        }
        
        .mobile-menu.active {
            right: 0;
        }
        
        .mobile-menu-header {
            padding: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .mobile-menu-logo img {
            height: 40px;
            width: auto;
        }
        
        .mobile-menu-close {
            background: none;
            border: none;
            cursor: pointer;
            padding: 5px;
            position: relative;
            width: 30px;
            height: 30px;
        }
        
        .close-line {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            height: 2px;
            background: #ffffff;
            transform-origin: center;
        }
        
        .close-line:nth-child(1) {
            transform: translate(-50%, -50%) rotate(45deg);
        }
        
        .close-line:nth-child(2) {
            transform: translate(-50%, -50%) rotate(-45deg);
        }
        
        .mobile-menu-nav {
            flex: 1;
            padding: 20px 0;
        }
        
        .mobile-nav-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .mobile-nav-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .mobile-nav-link {
            display: block;
            padding: 15px 20px;
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .mobile-nav-link:hover,
        .mobile-nav-item.current .mobile-nav-link {
            background: #ff6b35;
            color: #fff;
        }
        
        .mobile-menu-footer {
            padding: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .mobile-menu-social {
            display: flex;
            gap: 15px;
            justify-content: center;
        }
        
        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            text-decoration: none;
            border-radius: 50%;
            transition: all 0.3s ease;
        }
        
        .social-link:hover {
            background: #ff6b35;
            color: #fff;
            transform: translateY(-2px);
        }
        
        /* Responsive Design */
        @media (max-width: 1199px) {
            .desktop-menu {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: block;
            }
            
            .nav-container {
                justify-content: center;
                gap: 0;
                padding: 0 20px;
                white-space: nowrap;
            }
        }
        
        @media (max-width: 900px) {
            .modern-header {
                min-width: auto;
                width: 100%;
                border-radius: 0;
                max-width: 100vw;
            }
            
            .nav-container {
                padding: 0 20px;
                justify-content: center;
                white-space: nowrap;
                gap: 20px;
            }
            
            .nav-list {
                gap: 20px;
            }
            
            .nav-link {
                font-size: 0.95rem;
                padding: 8px 0;
            }
        }
        
        @media (max-width: 768px) {
            .modern-header {
                min-width: auto;
                width: 100%;
                border-radius: 0;
            }
            
            .nav-container {
                padding: 0 15px;
                justify-content: center;
                white-space: nowrap;
            }
            
            .nav-logo .logo-img {
                height: 40px;
            }
            
            .mobile-menu {
                width: 100%;
                right: -100%;
            }
            
            .mobile-menu-toggle {
                right: 10px;
            }
            
            .banner-one .container {
                padding-top: 80px !important;
            }
            
            .funfact-one__single {
                min-height: 150px !important;
                padding: 20px 15px !important;
                margin: 15px !important;
            }
            
            .funfact-one__single .counter,
            .funfact-one__single span {
                font-size: 2.5rem !important;
            }
            
            .funfact-one__single p {
                font-size: 1rem !important;
                margin: 10px 0 0 0 !important;
            }
            
            .contact-one__infos-icon {
                width: 60px !important;
                height: 60px !important;
                min-width: 60px !important;
                min-height: 60px !important;
                border-radius: 50% !important;
            }
            
            .contact-one__infos-icon i {
                font-size: 20px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            
            .contact-one__infos-icon .zimed-icon-message,
            .contact-one__infos-icon .zimed-icon-placeholder,
            .contact-one__infos-icon .zimed-icon-phone-call {
                font-size: 20px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            
            .contact-one__content {
                padding: 20px !important;
            }
            
            .contact-one__infos {
                gap: 20px !important;
            }
            
            .contact-one__infos-single {
                padding: 20px !important;
                gap: 15px !important;
                flex-direction: column !important;
                text-align: center !important;
            }
            
            .contact-one__infos-content h3 {
                font-size: 1.1rem !important;
            }
            
            .contact-one__infos-content p {
                font-size: 0.9rem !important;
            }
            
            .contact1-form {
                padding: 20px !important;
            }
            
            .contact1-form .wrap-input1 {
                margin-bottom: 15px !important;
            }
            
            .contact1-form .thm-btn {
                max-width: 150px !important;
            }
            
            .career-btn {
                padding: 12px 25px !important;
                font-size: 0.9rem !important;
                display: inline-block !important;
                visibility: visible !important;
                opacity: 1 !important;
            }
            
            .career-contact {
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
                text-align: center !important;
                margin-top: 15px !important;
            }
            
            .contact-one__form-btn {
                padding: 12px 25px !important;
                font-size: 0.9rem !important;
            }
            
            .video-one__content h3 a {
                padding: 12px 25px !important;
                font-size: 0.9rem !important;
            }
        }
        
        @media (max-width: 700px) {
            .nav-list {
                gap: 15px;
            }
            
            .nav-link {
                font-size: 0.9rem;
                padding: 6px 0;
            }
        }
        
        @media (max-width: 600px) {
            .modern-header {
                min-width: auto;
                width: 100%;
                border-radius: 0;
            }
            
            .nav-container {
                padding: 0 10px;
                gap: 15px;
            }
            
            .nav-logo .logo-img {
                height: 35px;
            }
            
            .nav-list {
                gap: 12px;
            }
            
            .nav-link {
                font-size: 0.85rem;
                padding: 5px 0;
            }
        }
        
        @media (max-width: 500px) {
            .desktop-menu {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: block;
            }
        }
        
        @media (max-width: 480px) {
            .nav-container {
                padding: 0 8px;
                gap: 10px;
            }
            
            .funfact-one__single {
                min-height: 120px !important;
                padding: 15px 10px !important;
                margin: 10px !important;
            }
            
            .funfact-one__single .counter,
            .funfact-one__single span {
                font-size: 2rem !important;
            }
            
            .funfact-one__single p {
                font-size: 0.9rem !important;
                margin: 8px 0 0 0 !important;
            }
            
            .contact-one__infos-icon {
                width: 55px !important;
                height: 55px !important;
                min-width: 55px !important;
                min-height: 55px !important;
                border-radius: 50% !important;
            }
            
            .contact-one__infos-icon i {
                font-size: 18px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            
            .contact-one__infos-icon .zimed-icon-message,
            .contact-one__infos-icon .zimed-icon-placeholder,
            .contact-one__infos-icon .zimed-icon-phone-call {
                font-size: 18px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            
            .contact-one__infos-single {
                gap: 12px !important;
                margin-bottom: 25px !important;
                max-width: 300px !important;
            }
            
            .contact-one__content {
                padding: 15px !important;
            }
            
            .contact-one__infos {
                gap: 15px !important;
            }
            
            .contact-one__infos-single {
                padding: 15px !important;
                gap: 12px !important;
            }
            
            .contact-one__infos-content h3 {
                font-size: 1rem !important;
            }
            
            .contact-one__infos-content p {
                font-size: 0.85rem !important;
            }
            
            .contact1-form {
                padding: 15px !important;
            }
            
            .contact1-form .wrap-input1 {
                margin-bottom: 12px !important;
            }
            
            .contact1-form .thm-btn {
                max-width: 120px !important;
            }
            
            .career-btn {
                padding: 10px 20px !important;
                font-size: 0.8rem !important;
                display: inline-block !important;
                visibility: visible !important;
                opacity: 1 !important;
            }
            
            .career-contact {
                display: block !important;
                visibility: visible !important;
                opacity: 1 !important;
                text-align: center !important;
                margin-top: 12px !important;
            }
            
            .contact-one__form-btn {
                padding: 10px 20px !important;
                font-size: 0.8rem !important;
            }
            
            .video-one__content h3 a {
                padding: 10px 20px !important;
                font-size: 0.8rem !important;
            }
            
            /* Footer responsive design */
            .site-footer__upper {
                padding: 40px 0 30px 0 !important;
            }
            
            .footer-widget__title {
                font-size: 1.3rem !important;
                margin-bottom: 20px !important;
            }
            
            .footer-widget p {
                font-size: 0.9rem !important;
            }
            
            .footer-widget__links ul li a {
                font-size: 0.9rem !important;
            }
            
            .site-footer__social {
                gap: 15px !important;
            }
            
            .site-footer__social a {
                width: 40px !important;
                height: 40px !important;
                font-size: 1.1rem !important;
            }
            
            .site-footer__upper {
                padding: 30px 0 20px 0 !important;
            }
            
            .footer-widget__title {
                font-size: 1.2rem !important;
                margin-bottom: 15px !important;
            }
            
            .footer-widget p {
                font-size: 0.85rem !important;
            }
            
            .footer-widget__links ul li a {
                font-size: 0.85rem !important;
            }
            
            .site-footer__social {
                gap: 12px !important;
            }
            
            .site-footer__social a {
                width: 35px !important;
                height: 35px !important;
                font-size: 1rem !important;
            }
        }
            
        .nav-logo .logo-img {
            height: 35px;
        }

