        /* Modern Hero Section */
        .russia-hero {
            background: linear-gradient(135deg, #0d6efd 0%, #6c5ce7 100%);
            color: white;
            padding: 50px 0 50px;
            text-align: left;
            position: relative;
            margin-top: 0;
            overflow: hidden;
        }

        .russia-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHJlY3Qgd2lkdGg9IjUwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMDMpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3BhdHRlcm4pIi8+PC9zdmc+');
            opacity: 0.4;
            z-index: 1;
        }

        .russia-hero .container {
            position: relative;
            z-index: 2;
        }

        .russia-hero h1 {
            color: white;
            font-weight: 800;
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .russia-hero .lead {
            color: rgba(255, 255, 255, 0.95);
            font-size: 1.4rem;
            max-width: 700px;
            margin-bottom: 2.5rem;
            font-weight: 400;
            line-height: 1.6;
        }

        .hero-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 10px 20px;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            backdrop-filter: blur(5px);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .hero-cta {
            display: inline-flex;
            align-items: center;
            background: white;
            color: #0d6efd;
            padding: 15px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            font-size: 1.1rem;
        }

        .hero-cta i {
            margin-left: 10px;
            transition: transform 0.3s ease;
        }

        .hero-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(13, 110, 253, 0.4);
        }

        .hero-cta:hover i {
            transform: translateX(5px);
        }

        .hero-cta i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .hero-cta:hover i {
            transform: translateX(5px);
        }

        @media (max-width: 768px) {
            .russia-hero {
                padding: 50px 0 60px;
                text-align: center;
            }

            .russia-hero h1 {
                font-size: 2.2rem;
            }

            .russia-hero .lead {
                font-size: 1.1rem;
            }
        }

        /* Modern Section Styling */
        .russia-section {
            background: #fff;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .russia-section.alternate {
            background: #f8f9fa;
        }

        .section-header {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px;
            position: relative;
        }

        .section-header h2 {
            color: #1a365d;
            font-weight: 800;
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }

        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #0d6efd, #6c5ce7);
            border-radius: 2px;
        }

        .section-header p {
            color: #6c757d;
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 0;
        }

        .russia-title {
            color: #1a365d;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 10px;
        }

        .russia-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #0d6efd, #6c5ce7);
            border-radius: 3px;
        }

        .card {
            border: none;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: none;
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: none;
        }

        .card-body {
            padding: 2rem;
        }

        .card-title {
            color: #1a365d;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .card-text {
            color: #4a5568;
            line-height: 1.7;
        }

        .icon-box {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: #0d6efd;
            font-size: 28px;
            transition: all 0.3s ease;
        }

        .card:hover .icon-box {
            background: linear-gradient(135deg, #0d6efd 0%, #6c5ce7 100%);
            color: white;
        }

        /* Modern Countries Dropdown Styling */
        .countries-dropdown {
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin: 2rem 0;
        }

        .countries-header {
            background: linear-gradient(135deg, #0d6efd 0%, #6c5ce7 100%);
            color: white;
            padding: 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
        }

        .countries-header i {
            transition: transform 0.3s ease;
        }

        .countries-header.collapsed i {
            transform: rotate(-90deg);
        }

        .countries-list {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            padding: 20px !important;
            margin: 0;
            background: #f8f9fa;
            border-radius: 0 0 12px 12px;
            transition: all 0.3s ease;
            max-height: 500px;
            overflow-y: auto;
        }

        .countries-list.collapse:not(.show) {
            display: none;
        }

        .country-group {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            width: 100%;
        }

        .country-item {
            flex: 1 1 calc(20% - 12px);
            min-width: 150px;
            background: white;
            border-radius: 10px;
            transition: all 0.3s ease;
            padding: 15px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            border: 1px solid #edf2f7;
        }

        .country-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(13, 110, 253, 0.1);
            border-color: rgba(13, 110, 253, 0.2);
        }

        .country-item a {
            color: #2d3748;
            text-decoration: none;
            font-weight: 500;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: color 0.2s ease;
        }

        .country-item img {
            width: 40px;
            height: 30px;
            object-fit: cover;
            border-radius: 4px;
            margin-bottom: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .country-item a:hover {
            color: #0d6efd;
        }

        .country-item a.active {
            color: #0d6efd;
            font-weight: 600;
        }

        @media (max-width: 992px) {
            .country-item {
                flex: 1 1 calc(25% - 12px);
            }
        }

        @media (max-width: 768px) {
            .country-item {
                flex: 1 1 calc(33.333% - 10px);
                min-width: 120px;
                padding: 12px 8px;
            }
        }

        @media (max-width: 576px) {
            .country-item {
                flex: 1 1 calc(50% - 10px);
            }
        }

        /* Modern Header and Navigation */
        #header {
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            padding: 10px 0;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 997;
            transition: all 0.3s ease;
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
        }

        .scrolled {
            padding: 8px 0 !important;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
        }

        #header .container-fluid {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
        }

        .logo {
            position: relative;
            z-index: 1001;
        }

        .logo img {
            max-height: 50px;
            transition: all 0.3s ease;
        }

        .scrolled .logo img {
            max-height: 40px;
        }

        #navmenu {
            margin: 0 auto;
            padding: 0;
            display: block !important;
            width: 100%;
            flex: 1;
            position: relative;
            z-index: 1000;
        }

        #navmenu > ul {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            padding: 0;
            list-style: none;
            width: 100%;
            max-width: 1000px;
            position: relative;
        }

        #navmenu > ul > li {
            position: relative;
            padding: 10px 0;
            margin: 0 10px;
        }

        #navmenu > ul > li > a {
            color: #2c3e50;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 15px;
            padding: 8px 12px;
            border-radius: 6px;
            text-decoration: none;
            display: block;
            position: relative;
            transition: all 0.3s ease;
        }

        #navmenu > ul > li > a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 12px;
            right: 12px;
            height: 2px;
            background: linear-gradient(90deg, #0d6efd, #6c5ce7);
            opacity: 0;
            transform: translateY(5px);
            transition: all 0.3s ease;
            border-radius: 2px;
        }

        #navmenu > ul > li > a:hover,
        #navmenu > ul > li > a.active {
            color: #0d6efd;
            text-decoration: none;
        }

        #navmenu > ul > li > a:hover::before,
        #navmenu > ul > li > a.active::before {
            opacity: 1;
            transform: translateY(8px);
        }

        /* Mobile Navigation */
        .mobile-nav-toggle {
            display: none;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            margin: 0 0 0 10px;
            cursor: pointer;
            line-height: 0;
            transition: 0.5s;
            z-index: 9999;
            color: #1a365d;
            border: 1px solid rgba(26, 54, 93, 0.1);
            border-radius: 4px;
            background: #fff;
        }

        .mobile-nav-toggle i {
            font-size: 24px;
            line-height: 0;
        }

        /* Mobile Navigation Toggle */
        .mobile-nav-toggle {
            color: #1a365d;
            font-size: 28px;
            cursor: pointer;
            display: none;
            line-height: 0;
            transition: 0.5s;
            z-index: 9999;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

        .mobile-nav-toggle.bi-x {
            color: #1a365d;
        }

        .mobile-nav-hide, .mobile-nav-show {
            transition: 0.2s;
        }

        .mobile-nav-hide {
            display: none !important;
        }

        .mobile-nav-active .mobile-nav-show {
            display: none !important;
        }

        .mobile-nav-active .mobile-nav-hide {
            display: flex !important;
        }

        /* Desktop Navigation */
        .navmenu {
            position: relative;
            display: block;
            z-index: 1;
        }

        /* Mobile Navigation */
        @media (max-width: 991.98px) {
            #navmenu {
                position: fixed;
                top: 0;
                right: -400px;
                bottom: 0;
                width: 300px;
                background: #fff;
                z-index: 9998;
                transition: 0.5s;
                box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
                padding: 70px 20px 20px;
                overflow-y: auto;
            }

            .mobile-nav-active #navmenu {
                right: 0;
            }

            .mobile-nav-toggle {
                display: flex !important;
                align-items: center;
                justify-content: center;
                width: 50px;
                height: 50px;
                margin-left: 15px;
                cursor: pointer;
                z-index: 9999;
            }
        }

        .navmenu > ul {
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .navmenu > ul > li {
            position: relative;
            padding: 0 10px;
        }

        .navmenu > ul > li > a {
            display: flex;
            align-items: center;
            padding: 8px 12px;
            font-size: 15px;
            color: #2c3e50;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
            border-radius: 6px;
        }

        #navmenu > ul > li > a:hover,
        #navmenu > ul > li > a:focus,
        #navmenu > ul > li > a.active {
            color: #0d6efd;
            background: rgba(13, 110, 253, 0.1);
        }

        #navmenu > ul > li > a:hover::after,
        #navmenu > ul > li > a:focus::after,
        #navmenu > ul > li > a.active::after {
            opacity: 1;
            transform: translateY(0);
        }

        .navmenu .dropdown > a:not(.no-arrow):after {
            content: "\f282";
            font-family: "bootstrap-icons";
            font-size: 12px;
            margin-left: 5px;
            transition: 0.3s;
        }

        .navmenu .dropdown.active > a:after {
            transform: rotate(180deg);
        }

        @media (max-width: 991px) {
            .mobile-nav-toggle {
                display: flex !important;
            }
            .mobile-nav-active #navmenu > ul,
            #navmenu > ul.mobile-nav-active {
                display: flex !important;
                animation: fadeInDown 0.3s ease-out;
            }

            #navmenu > ul > li {
                width: 100%;
                padding: 0;
                margin: 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            }

            #navmenu > ul > li:last-child {
                border-bottom: none;
            }

            #navmenu > ul > li > a {
                padding: 14px 20px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                color: #2c3e50;
                text-decoration: none;
                font-weight: 500;
                transition: all 0.2s ease;
            }

            #navmenu > ul > li > a:hover,
            #navmenu > ul > li > a:focus {
                background-color: rgba(13, 110, 253, 0.05);
                color: #0d6efd;
            }

            .dropdown > a::after {
                display: none !important;
            }

            .dropdown.active > a::after {
                transform: rotate(180deg);
            }

            .dropdown ul {
                position: static !important;
                box-shadow: none !important;
                margin: 0 !important;
                padding: 0 0 0 15px !important;
                min-width: auto !important;
                display: none;
                animation: fadeIn 0.3s ease-out;
                background-color: #f8f9fa;
                border-radius: 0 0 8px 8px;
            }

            .dropdown.active ul {
                display: block;
                padding: 10px 15px 10px 30px !important;
            }

            .country-group {
                flex-direction: column;
                gap: 8px;
                margin: 0;
            }

            #navmenu > ul {
                display: none !important;
                position: fixed;
                top: 80px;
                left: 15px;
                right: 15px;
                background: #fff;
                border-radius: 12px;
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
                padding: 15px 0;
                z-index: 1000;
                max-height: calc(100vh - 120px);
                overflow-y: auto;
                flex-direction: column;
                gap: 0;
                margin: 0;
                list-style: none;
            }

            .mobile-nav-active #navmenu > ul,
            #navmenu > ul.mobile-nav-active {
                display: flex !important;
                animation: fadeInDown 0.3s ease-out;
            }

            #navmenu > ul > li {
                width: 100%;
                padding: 0;
                margin: 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            }

            #navmenu > ul > li:last-child {
                border-bottom: none;
            }

            #navmenu > ul > li > a {
                padding: 14px 20px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                color: #2c3e50;
                text-decoration: none;
                font-weight: 500;
                transition: all 0.2s ease;
            }

            #navmenu > ul > li > a:hover,
            #navmenu > ul > li > a:focus {
                background-color: rgba(13, 110, 253, 0.05);
                color: #0d6efd;
            }

            .listing-dropdown > a::after {
            display: none !important;
        }

            .listing-dropdown.active > a::after {
                transform: rotate(180deg);
            }

            .listing-dropdown .countries-list {
                position: static !important;
                box-shadow: none !important;
                margin: 0 !important;
                padding: 0 0 0 15px !important;
                min-width: auto !important;
                display: none;
                animation: fadeIn 0.3s ease-out;
                background-color: #f8f9fa;
                border-radius: 0 0 8px 8px;
            }

            .listing-dropdown.active .countries-list {
                display: block;
                padding: 10px 15px 10px 30px !important;
            }

            .country-group {
                flex-direction: column;
                gap: 8px;
                margin: 0;
            }
        }

        /* Mobile menu visibility fix */
        .mobile-nav-toggle {
            display: none !important; /* Hide by default */
        }

        @media (max-width: 1199.98px) {
            .mobile-nav-toggle {
                display: flex !important; /* Show only on mobile */
            }

            /* Ensure desktop menu is hidden on mobile */
            #navmenu > ul {
                display: none !important;
            }

            /* Show menu when active */
            .mobile-nav-active #navmenu > ul {
                display: flex !important;
            }
        }

        /* Dropdown positioning fix */
        .listing-dropdown {
            position: relative;
        }

        .listing-dropdown .countries-list {
            position: absolute;
            right: 0;
            left: auto;
            min-width: 500px;
            max-width: 90vw;
        }

        @media (max-width: 1199.98px) {
            .listing-dropdown .countries-list {
                position: static !important;
                min-width: auto !important;
                max-width: 100%;
                padding: 0 15px !important;
                margin: 0 !important;
            }
        }

        /* Simple list styling with text overflow fixes */
        .russia-section ul li {
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
            margin-bottom: 8px;
            line-height: 1.6;
        }

        /* Modern FAQ Section */
        .faq-section {
            background: #f8f9fa;
            padding: 80px 0;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            background: white;
            border-radius: 12px;
            margin-bottom: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
            border: 1px solid #edf2f7;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:last-child {
            margin-bottom: 0;
        }

        .faq-question {
            padding: 20px 25px;
            cursor: pointer;
            position: relative;
            font-weight: 600;
            color: #1a365d;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: #f8f9fa;
        }

        .faq-question::after {
            content: '\f282';
            font-family: 'bootstrap-icons';
            font-size: 1.2rem;
            color: #0d6efd;
            transition: all 0.3s ease;
        }

        .faq-item.active .faq-question::after {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .faq-item.active .faq-answer {
            max-height: 1000px;
        }

        .faq-answer-content {
            padding: 0 25px 25px;
            color: #4a5568;
            line-height: 1.7;
        }

        .faq-answer-content ul {
            padding-left: 20px;
            margin: 15px 0;
        }

        .faq-answer-content li {
            margin-bottom: 8px;
            position: relative;
            padding-left: 15px;
        }

        .faq-answer-content li::before {
            content: '•';
            color: #0d6efd;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        /* Modern List Styling */
        .russia-section ul {
            list-style: none;
            padding: 0;
            margin: 0 0 2rem 0;
        }

        .russia-section ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
            color: #4a5568;
            line-height: 1.7;
        }

        .russia-section ul li::before {
            content: '\f26a';
            font-family: 'bootstrap-icons';
            position: absolute;
            left: 0;
            top: 2px;
            color: #0d6efd;
            font-size: 0.9rem;
        }

        .russia-section ul li strong {
            display: block;
            color: #1a365d;
            margin: 15px 0 8px;
            font-weight: 600;
        }

        /* Basic nested lists */
        .russia-section ul li ul {
            margin-top: 5px;
            padding-left: 20px;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .russia-section ul li {
                padding-right: 5px;
            }
        }

        /* Standard list styling for benefits */
        .benefits-list {
            list-style: none;
            padding-left: 0;
            margin: 15px 0;
        }

        .benefits-list li {
            margin-bottom: 10px;
            line-height: 1.6;
            color: #333;
            padding-left: 25px;
            position: relative;
        }

        .benefits-list li:before {
            content: "•";
            color: #0d6efd;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            position: absolute;
            left: 0;
        }

        /* Main content container */
        .main {
            padding: 2rem 1rem;
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
            box-sizing: border-box;
        }

        /* Content sections */
        .content-section {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: none;
            padding: 2.5rem;
            margin: 1.5rem auto;
            border: 1px solid rgba(0,0,0,0.04);
        }

        /* Center content */
        .content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
            width: 100%;
            box-sizing: border-box;
        }

        /* Ensure proper spacing for mobile */
        @media (max-width: 768px) {
            .content-section {
                padding: 1.5rem;
                margin: 1rem 0;
            }

            .main {
                padding: 1rem 0.5rem;
            }
        }

        /* Table styling */
        .table {
            background: #fff !important;
            border-radius: 8px;
            overflow: hidden;
        }

        .table th, .table td {
            border-color: #e9ecef;
            padding: 1rem;
        }

        .table thead th {
            background-color: #f8f9fa;
            border-bottom: 2px solid #dee2e6;
        }