:root {
            --primary: #f05545;
            --secondary: #123e85;
            --light: #f8f9fa;
            --dark: #333;
            --gray: #6c757d;
            --white: #ffffff;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        header {
            background-color: var(--white);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        
        .container {
            /*width: 90%;*/
            /*max-width: 1200px;*/
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .main-container {
            display: flex;
            position: relative;
            flex-wrap:wrap;
        }
        
        .main-content {
            flex: 1;
            padding-right: 20px;
        }
        
        .sidebar {
            width: 250px;
            padding: 20px;
            background-color: var(--white);
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
            margin-top: 30px;
            border-radius: 10px;
            position: sticky;
            top: 100px;
            height: fit-content;
        }
        
        .sidebar-menu {
            list-style: none;
        }
        
        .sidebar-menu li {
            margin-bottom: 15px;
            border-bottom: 1px solid #eee;
            padding-bottom: 15px;
        }
        
        .sidebar-menu li:last-child {
            border-bottom: none;
        }
        
        .sidebar-menu a {
            color: var(--dark);
            text-decoration: none;
            display: flex;
            align-items: center;
            transition: color 0.3s;
            font-weight: 500;
        }
        
        .sidebar-menu a:hover {
            color: var(--primary);
        }
        
        .sidebar-menu-active{
            background: #f0554536;
            padding: 5px;
            border-radius: 15px;
        }
        
        .sidebar-menu .icon {
            margin-right: 10px;
            background-color: rgba(240, 85, 69, 0.1);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .sidebar-menu .icon svg {
            width: 16px;
            height: 16px;
            color: var(--primary);
        }
        
        .navbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
        }
        
        .logo {
            width: 120px;
        }
        
        .nav-links {
            display: flex;
            list-style: none;
        }
        
        .nav-links li {
            margin-left: 30px;
        }
        
        .nav-links a {
            color: var(--dark);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            font-size: 16px;
        }
        
        .nav-links a:hover {
            color: var(--primary);
        }
        
        
        
        /*.hero {*/
        /*    background: linear-gradient(rgba(18, 62, 133, 0.85), rgba(18, 62, 133, 0.85)), url('/api/placeholder/1200/600') center/cover;*/
        /*    color: white;*/
        /*    padding: 150px 0 50px 0px;*/
        /*    text-align: center;*/
        /*}*/
        
        /*.hero h1 {*/
        /*    font-size: 48px;*/
        /*    margin-bottom: 20px;*/
        /*    font-weight: 700;*/
        /*}*/
        
        /*.hero p {*/
        /*    font-size: 20px;*/
        /*    max-width: 800px;*/
        /*    margin: 0 auto 30px;*/
        /*    opacity: 0.9;*/
        /*}*/
        
         
        /* Hero Section */
        .hero-section {
            position: relative;
            background-image: linear-gradient(120deg, rgba(0, 30, 77, 0.85) 0%, rgba(0, 82, 204, 0.75) 100%);
            padding: 90px 0 0;
            color: white;
            overflow: hidden;
            border-radius: 0 0 var(--radius-lg) var(--radius-lg);
            min-height: 100px;
            height: min-content;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        .hero-content h1 {
            font-size: 3.2rem;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1.2;
        }
        
        .hero-content p {
            font-size: 1.1rem;
            opacity: 0.9;
            max-width: 600px;
            margin-bottom: 30px;
        }
        
        .hero-cta {
            background-color: var(--accent-color);
            color: white;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: var(--radius-sm);
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
            border: none;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
        }
        
        .hero-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
            color: white;
        }
        
        .hero-cta i {
            margin-left: 8px;
        }
        
        .hero-image-container {
            position: relative;
            z-index: 1;
        }
        
        .hero-image {
            width: 100%;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-lg);
            transform: perspective(1000px) rotateY(-10deg);
            transition: all 0.5s ease;
            position: relative;
            top: auto;
            border-radius: 20px;
        }
        
        .hero-pattern {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 50%;
            opacity: 0.1;
            background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
        }
        
        .btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: var(--primary);
            color: white;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
        }
        
        .btn:hover {
            background-color: #e03e30;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .section {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }
        
        .section-title h2 {
            font-size: 36px;
            color: var(--secondary);
            display: inline-block;
        }
        
        .section-title h2:after {
            content: '';
            display: block;
            width: 70px;
            height: 4px;
            background-color: var(--primary);
            margin: 15px auto 0;
        }
        
        .visa-types {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .visa-card {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .visa-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .visa-card-icon {
            background-color: var(--secondary);
            color: white;
            padding: 20px;
            text-align: center;
            font-size: 24px;
        }
        
        .visa-card-content {
            padding: 20px;
        }
        
        .visa-card h3 {
            margin-bottom: 15px;
            color: var(--secondary);
        }
        
        .visa-card p {
            margin-bottom: 20px;
            color: var(--gray);
        }
        
        .info-box {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .info-box h3 {
            color: var(--secondary);
            margin-bottom: 20px;
            font-size: 24px;
        }
        
        .guidelines-list {
            list-style: none;
        }
        
        .guidelines-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
        }
        
        .guidelines-list li:before {
            content: '→';
            color: var(--primary);
            position: absolute;
            left: 0;
            font-weight: bold;
        }
        
        .benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .benefit-card {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s;
        }
        
        .benefit-card:hover {
            transform: translateY(-5px);
        }
        
        .benefit-card img {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
        }
        
        .benefit-card h3 {
            margin-bottom: 15px;
            color: var(--secondary);
        }
        
        .process {
            counter-reset: process-counter;
        }
        
        .process-step {
            display: flex;
            margin-bottom: 30px;
            position: relative;
        }
        
        .step-number {
            background-color: var(--primary);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            flex-shrink: 0;
            margin-right: 20px;
        }
        
        .step-content {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex-grow: 1;
        }
        
        .step-content h3 {
            color: var(--secondary);
            margin-bottom: 10px;
        }
        
        /*.faq {*/
        /*    max-width: 800px;*/
        /*    margin: 0 auto;*/
        /*}*/
        
        /*.faq-item {*/
        /*    background-color: white;*/
        /*    border-radius: 10px;*/
        /*    margin-bottom: 20px;*/
        /*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
        /*    overflow: hidden;*/
        /*}*/
        
        /*.faq-question {*/
        /*    padding: 20px;*/
        /*    cursor: pointer;*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    align-items: center;*/
        /*    font-weight: 600;*/
        /*    color: var(--secondary);*/
        /*}*/
        
        /*.faq-answer {*/
        /*    padding: 0 20px 20px;*/
        /*    color: var(--gray);*/
        /*}*/
        
        
        .faq-item {
          margin-bottom: 15px;
          border: 1px solid #eaeaea;
          border-radius: 8px;
          overflow: hidden;
        }
        
        .faq-question {
          padding: 15px 20px;
          background-color: #f9f9f9;
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-weight: 500;
          transition: background-color 0.3s ease;
        }
        
        .faq-question:hover {
          background-color: #f0f0f0;
        }
        
        .faq-question.active {
          background-color: #f0f0f0;
        }
        
        .faq-answer {
          padding: 0 20px;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease;
          display: inline-table;
        }
        
        .faq-answer p {
          padding: 15px 0;
          margin: 0;
        }
        
        /* Smooth transition for the arrow icon */
        .faq-question svg {
          transition: transform 0.3s ease;
          min-width: 24px;
        }
        
        .cta {
            background: linear-gradient(rgba(240, 85, 69, 0.9), rgba(240, 85, 69, 0.9)), url('/api/placeholder/1200/600') center/cover;
            color: white;
            text-align: center;
            padding: 80px 0;
        }
        
        .cta h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }
        
        .cta p {
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto 30px;
            opacity: 0.9;
        }
        
        .cta .btn {
            background-color: white;
            color: var(--primary);
        }
        
        .cta .btn:hover {
            background-color: var(--secondary);
            color: white;
        }
        
        .contact-info {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: var(--white);
            border-radius: 10px;
            padding: 15px 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            z-index: 99;
        }
        
        .contact-info .phone-icon {
            background-color: var(--primary);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }
        
        .contact-info .phone-icon svg {
            width: 20px;
            height: 20px;
            fill: white;
        }
        
        .contact-info .text {
            line-height: 1.2;
        }
        
        .contact-info .text .help-text {
            font-size: 12px;
            color: var(--gray);
        }
        
        .contact-info .text .phone-number {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary);
        }
        
        .image-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 50px;
        }
        
        .image-grid img {
            width: 100%;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        footer {
            background-color: var(--secondary);
            color: white;
            padding: 50px 0 20px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-bottom: 30px;
        }
        
        .footer-column h3 {
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-column h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background-color: var(--primary);
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 10px;
        }
        
        .footer-column ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-column ul li a:hover {
            color: var(--primary);
        }
        
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.6);
            font-size: 14px;
        }
        
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 32px;
            }
            
            .hero p {
                font-size: 16px;
            }
            
            .section {
                padding: 60px 0;
            }
            
            .section-title h2 {
                font-size: 28px;
            }
            
            .image-grid {
                grid-template-columns: 1fr;
            }
            
            .contact-info {
                bottom: 20px;
                right: 20px;
                padding: 10px 15px;
            }
        }
        
        
          /* Responsive */
        @media (max-width: 991px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }
            
            .hero-section {
                padding: 120px 0 80px;
            }
            
            .hero-image-container {
                margin-top: 40px;
            }
            
            .featured-container {
                margin-top: 40px;
            }
        }
        
        @media (max-width: 767px) {
            .hero-content h1 {
                font-size: 2rem;
            }
            
            .hero-section {
                padding: 100px 0 60px;
            }
        }