.elementor-5528 .elementor-element.elementor-element-9054b51{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7b907d8 */@keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @keyframes slideIn {
            from { opacity: 0; transform: translateX(-20px); }
            to { opacity: 1; transform: translateX(0); }
        }
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        h1 {
            text-align: center;
            font-size: 32px;
            color: #1a2a4a;
            margin-bottom: 20px;
            opacity: 0;
            animation: fadeIn 1s forwards;
        }
        h2 {
            font-size: 24px;
            color: #1a2a4a;
            margin: 40px 0 20px;
            opacity: 0;
            animation: fadeIn 1s forwards;
        }
        .country-section {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
        }
        .country-section img {
            width: 40px;
            height: auto;
            vertical-align: middle;
            margin-right: 10px;
        }
        .country-section ul {
            list-style: none;
            padding: 0;
            columns: 2;
            column-gap: 40px;
        }
        .country-section li {
            font-size: 16px;
            color: #495057;
            margin-bottom: 10px;
            opacity: 0;
            animation: slideIn 0.5s forwards;
        }
        .country-section li strong {
            color: #1a2a4a;
        }
        .cta-button {
            text-align: center;
            margin-top: 40px;
        }
        .cta-button a {
            display: inline-block;
            background: #E63946;
            color: white;
            padding: 12px 30px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s;
            transform: translateY(0);
            box-shadow: none;
        }
        .cta-button a:hover {
            background: #c1121f;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }/* End custom CSS */