:root {
    --primary: #1e3a5f;
    --primary-light: #2d4a6f;
    --primary-dark: #152a45;
    --accent: #dee27a;
    --accent-light: #e8ed9a;
    --secondary: #4a5568;
    --lime: #718096;
    --lime-light: #a0aec0;
    --text-dark: #1a202c;
    --text-light: #4a5568;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --border: #e2e8f0;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 2px 4px rgba(0,0,0,0.08);
    --shadow-lg: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-xl: 0 8px 12px rgba(0,0,0,0.12);
}

/* Loader */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

/* Container */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1300px;
        padding: 0 30px;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1100px;
        padding: 0 25px;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 1000px;
        padding: 0 20px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 900px;
        padding: 0 20px;
    }

    html {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

    .section-title p {
        font-size: 0.9rem;
    }

    .services-grid,
    .features-grid {
        gap: 15px;
    }

    .service-card,
    .feature-item {
        padding: 18px;
    }

    .service-icon,
    .feature-item i {
        font-size: 1.6rem;
    }

    .service-card h3,
    .feature-item h3 {
        font-size: 1rem;
    }

    .service-card p,
    .feature-item p {
        font-size: 0.85rem;
    }

    .process-steps {
        gap: 12px;
    }

    .process-step {
        padding: 18px;
    }

    .step-number {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
    }

    .step-content i {
        font-size: 1.8rem;
    }

    .step-content h3 {
        font-size: 0.9rem;
    }

    .step-content p {
        font-size: 0.75rem;
    }

    .nationalities-grid {
        gap: 12px;
    }

    .nationality-card {
        padding: 18px;
    }

    .nationality-card h3 {
        font-size: 0.95rem;
    }

    .nationality-card p {
        font-size: 0.75rem;
    }

    .about-content {
        gap: 25px;
    }

    .about-text h2 {
        font-size: 1.8rem;
    }

    .about-text p {
        font-size: 0.9rem;
    }

    .about-image {
        min-height: 200px;
        padding: 20px;
    }

    .about-image-inner {
        padding: 15px;
    }

    .about-image-inner i {
        font-size: 40px;
    }

    .about-image-inner h3 {
        font-size: 1rem;
    }

    .about-image-inner p {
        font-size: 0.8rem;
    }

    .contact-grid {
        gap: 12px;
    }

    .contact-card {
        padding: 18px;
    }

    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .contact-card h3 {
        font-size: 0.95rem;
    }

    .contact-card p {
        font-size: 0.8rem;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 850px;
        padding: 0 20px;
    }

    .section-title h2 {
        font-size: 1.7rem;
    }

    .section-title p {
        font-size: 0.9rem;
    }

    .services-grid,
    .features-grid {
        gap: 15px;
    }

    .service-card,
    .feature-item {
        padding: 18px;
    }

    .service-icon,
    .feature-item i {
        font-size: 1.5rem;
    }

    .service-card h3,
    .feature-item h3 {
        font-size: 0.95rem;
    }

    .service-card p,
    .feature-item p {
        font-size: 0.8rem;
    }

    .process-steps {
        gap: 12px;
    }

    .process-step {
        padding: 16px;
    }

    .step-number {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .step-content i {
        font-size: 1.6rem;
    }

    .step-content h3 {
        font-size: 0.85rem;
    }

    .step-content p {
        font-size: 0.7rem;
    }

    .nationalities-grid {
        gap: 12px;
    }

    .nationality-card {
        padding: 16px;
    }

    .nationality-card h3 {
        font-size: 0.9rem;
    }

    .nationality-card p {
        font-size: 0.7rem;
    }

    .about-text h2 {
        font-size: 1.7rem;
    }

    .about-text p {
        font-size: 0.85rem;
    }

    .about-image {
        min-height: 180px;
        padding: 18px;
    }

    .about-image-inner {
        padding: 14px;
    }

    .about-image-inner i {
        font-size: 38px;
    }

    .about-image-inner h3 {
        font-size: 0.95rem;
    }

    .about-image-inner p {
        font-size: 0.75rem;
    }

    .contact-grid {
        gap: 12px;
    }

    .contact-card {
        padding: 16px;
    }

    .contact-icon {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .contact-card h3 {
        font-size: 0.9rem;
    }

    .contact-card p {
        font-size: 0.75rem;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }

    .section-title h2 {
        font-size: 1.6rem;
    }

    .section-title p {
        font-size: 0.85rem;
    }

    .services-grid,
    .features-grid {
        gap: 12px;
    }

    .service-card,
    .feature-item {
        padding: 16px;
    }

    .service-icon,
    .feature-item i {
        font-size: 1.4rem;
    }

    .service-card h3,
    .feature-item h3 {
        font-size: 0.9rem;
    }

    .service-card p,
    .feature-item p {
        font-size: 0.75rem;
    }

    .process-steps {
        gap: 10px;
    }

    .process-step {
        padding: 14px;
    }

    .step-number {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
    }

    .step-content i {
        font-size: 1.4rem;
    }

    .step-content h3 {
        font-size: 0.8rem;
    }

    .step-content p {
        font-size: 0.65rem;
    }

    .nationalities-grid {
        gap: 10px;
    }

    .nationality-card {
        padding: 14px;
    }

    .nationality-card h3 {
        font-size: 0.85rem;
    }

    .nationality-card p {
        font-size: 0.65rem;
    }

    .about-text h2 {
        font-size: 1.6rem;
    }

    .about-text p {
        font-size: 0.8rem;
    }

    .about-image {
        min-height: 160px;
        padding: 16px;
    }

    .about-image-inner {
        padding: 12px;
    }

    .about-image-inner i {
        font-size: 35px;
    }

    .about-image-inner h3 {
        font-size: 0.9rem;
    }

    .about-image-inner p {
        font-size: 0.7rem;
    }

    .contact-grid {
        gap: 10px;
    }

    .contact-card {
        padding: 14px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .contact-card h3 {
        font-size: 0.85rem;
    }

    .contact-card p {
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

    .section-title p {
        font-size: 0.85rem;
    }

    .services-grid,
    .features-grid {
        gap: 12px;
    }

    .service-card,
    .feature-item {
        padding: 15px;
    }

    .service-icon,
    .feature-item i {
        font-size: 1.3rem;
    }

    .service-card h3,
    .feature-item h3 {
        font-size: 0.9rem;
    }

    .service-card p,
    .feature-item p {
        font-size: 0.8rem;
    }

    .process-steps {
        gap: 10px;
    }

    .process-step {
        padding: 14px;
    }

    .step-number {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .step-content i {
        font-size: 1.3rem;
    }

    .step-content h3 {
        font-size: 0.8rem;
    }

    .step-content p {
        font-size: 0.7rem;
    }

    .nationalities-grid {
        gap: 10px;
    }

    .nationality-card {
        padding: 14px;
    }

    .nationality-card h3 {
        font-size: 0.85rem;
    }

    .nationality-card p {
        font-size: 0.7rem;
    }

    .about-text h2 {
        font-size: 1.5rem;
    }

    .about-text p {
        font-size: 0.85rem;
    }

    .about-image {
        min-height: 150px;
        padding: 15px;
    }

    .about-image-inner {
        padding: 12px;
    }

    .about-image-inner i {
        font-size: 32px;
    }

    .about-image-inner h3 {
        font-size: 0.9rem;
    }

    .about-image-inner p {
        font-size: 0.75rem;
    }

    .contact-grid {
        gap: 10px;
    }

    .contact-card {
        padding: 14px;
    }

    .contact-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .contact-card h3 {
        font-size: 0.85rem;
    }

    .contact-card p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .section-title h2 {
        font-size: 1.4rem;
    }

    .section-title p {
        font-size: 0.8rem;
    }

    .services-grid,
    .features-grid {
        gap: 10px;
    }

    .service-card,
    .feature-item {
        padding: 14px;
    }

    .service-icon,
    .feature-item i {
        font-size: 1.2rem;
    }

    .service-card h3,
    .feature-item h3 {
        font-size: 0.85rem;
    }

    .service-card p,
    .feature-item p {
        font-size: 0.75rem;
    }

    .process-steps {
        gap: 8px;
    }

    .process-step {
        padding: 12px;
    }

    .step-number {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }

    .step-content i {
        font-size: 1.2rem;
    }

    .step-content h3 {
        font-size: 0.75rem;
    }

    .step-content p {
        font-size: 0.65rem;
    }

    .nationalities-grid {
        gap: 8px;
    }

    .nationality-card {
        padding: 12px;
    }

    .nationality-card h3 {
        font-size: 0.8rem;
    }

    .nationality-card p {
        font-size: 0.65rem;
    }

    .about-text h2 {
        font-size: 1.4rem;
    }

    .about-text p {
        font-size: 0.8rem;
    }

    .about-image {
        min-height: 140px;
        padding: 14px;
    }

    .about-image-inner {
        padding: 10px;
    }

    .about-image-inner i {
        font-size: 28px;
    }

    .about-image-inner h3 {
        font-size: 0.85rem;
    }

    .about-image-inner p {
        font-size: 0.7rem;
    }

    .contact-grid {
        gap: 8px;
    }

    .contact-card {
        padding: 12px;
    }

    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .contact-card h3 {
        font-size: 0.8rem;
    }

    .contact-card p {
        font-size: 0.7rem;
    }
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

@media (min-width: 1600px) {
    html {
        font-size: 17px;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 13px;
    }
}

.loader-logo {
    width: 150px;
    height: 150px;
    object-fit: contain;
    animation: pulseLogo 1.5s ease-in-out infinite;
}

@keyframes pulseLogo {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'Cairo', 'Poppins', sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--bg-white);
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 100px;
}

/* Header */
header {
    background: white;
    padding: 0.5rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--primary);
    text-decoration: none;
}

.logo-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo:hover .logo-image {
    transform: scale(1.05);
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
}

.logo-text span {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.9;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

nav a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.3s ease;
}

nav a:hover::after {
    width: 100%;
}

nav a:hover {
    color: var(--primary);
}

.cta-button {
    background: var(--accent);
    color: var(--primary-dark);
    padding: 12px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    gap: 8px;
}

.whatsapp-btn {
    background: #25D366;
    color: white;
}

.whatsapp-btn:hover {
    background: #128C7E;
}

.cta-button:hover {
    background: var(--accent-light);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 30px;
    height: 3px;
    background: var(--primary);
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, rgba(30,58,95,0.9) 0%, rgba(45,74,111,0.85) 50%, rgba(30,58,95,0.9) 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.hero h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 25px;
    opacity: 0.9;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 35px;
    opacity: 0.85;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

@media (max-width: 1366px) {
    .hero h1 {
        font-size: 3rem;
    }

    .hero h2 {
        font-size: 1.2rem;
    }

    .hero p {
        font-size: 1.1rem;
    }
}

@media (max-width: 1280px) {
    .hero h1 {
        font-size: 2.8rem;
    }

    .hero h2 {
        font-size: 1.1rem;
    }

    .hero p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero h2 {
        font-size: 1.1rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 1200px) {
    .section-title h2 {
        font-size: 1.8rem;
    }

    .section-title p {
        font-size: 0.85rem;
    }

    .services-grid,
    .features-grid {
        gap: 18px;
    }

    .service-card,
    .feature-item {
        padding: 18px;
    }

    .service-icon,
    .feature-item i {
        font-size: 1.8rem;
    }

    .service-card h3,
    .feature-item h3 {
        font-size: 1rem;
    }

    .service-card p,
    .feature-item p {
        font-size: 0.8rem;
    }

    .process-steps {
        gap: 12px;
    }

    .process-step {
        padding: 18px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .step-content i {
        font-size: 2rem;
    }

    .step-content h3 {
        font-size: 0.95rem;
    }

    .step-content p {
        font-size: 0.75rem;
    }

    .nationalities-grid {
        gap: 12px;
    }

    .nationality-card {
        padding: 18px;
    }

    .nationality-card h3 {
        font-size: 0.95rem;
    }

    .nationality-card p {
        font-size: 0.75rem;
    }

    .about-text h2 {
        font-size: 1.8rem;
    }

    .about-text p {
        font-size: 0.85rem;
    }

    .about-image {
        min-height: 220px;
        padding: 20px;
    }

    .about-image-inner {
        padding: 18px;
    }

    .about-image-inner i {
        font-size: 45px;
    }

    .about-image-inner h3 {
        font-size: 1.1rem;
    }

    .about-image-inner p {
        font-size: 0.8rem;
    }

    .contact-grid {
        gap: 12px;
    }

    .contact-card {
        padding: 18px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .contact-card h3 {
        font-size: 0.95rem;
    }

    .contact-card p {
        font-size: 0.8rem;
    }
}

@media (max-width: 992px) {
    .section-title h2 {
        font-size: 1.6rem;
    }

    .section-title p {
        font-size: 0.8rem;
    }

    .services-grid,
    .features-grid {
        gap: 15px;
    }

    .service-card,
    .feature-item {
        padding: 15px;
    }

    .service-icon,
    .feature-item i {
        font-size: 1.6rem;
    }

    .service-card h3,
    .feature-item h3 {
        font-size: 0.95rem;
    }

    .service-card p,
    .feature-item p {
        font-size: 0.75rem;
    }

    .process-steps {
        gap: 10px;
    }

    .process-step {
        padding: 15px;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .step-content i {
        font-size: 1.8rem;
    }

    .step-content h3 {
        font-size: 0.9rem;
    }

    .step-content p {
        font-size: 0.7rem;
    }

    .nationalities-grid {
        gap: 10px;
    }

    .nationality-card {
        padding: 15px;
    }

    .nationality-card h3 {
        font-size: 0.9rem;
    }

    .nationality-card p {
        font-size: 0.7rem;
    }

    .about-text h2 {
        font-size: 1.6rem;
    }

    .about-text p {
        font-size: 0.8rem;
    }

    .about-image {
        min-height: 200px;
        padding: 18px;
    }

    .about-image-inner {
        padding: 15px;
    }

    .about-image-inner i {
        font-size: 40px;
    }

    .about-image-inner h3 {
        font-size: 1rem;
    }

    .about-image-inner p {
        font-size: 0.75rem;
    }

    .contact-grid {
        gap: 10px;
    }

    .contact-card {
        padding: 15px;
    }

    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .contact-card h3 {
        font-size: 0.9rem;
    }

    .contact-card p {
        font-size: 0.75rem;
    }
}

.hero-left {
    text-align: right;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(222, 226, 122, 0.15);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid rgba(222, 226, 122, 0.3);
    animation: fadeIn 0.6s ease;
}

.tag-dot {
    width: 8px;
    height: 8px;
    background: #dee27a;
    border-radius: 50%;
}

.hero-tag span:last-child {
    font-size: 0.9rem;
    font-weight: 500;
    color: #dee27a;
}

.hero h1 {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
    animation: fadeInUp 0.6s ease 0.2s backwards;
}

@media (max-width: 1366px) {
    .hero h1 {
        font-size: 3rem;
    }
}

@media (max-width: 1200px) {
    .hero h1 {
        font-size: 2.5rem;
    }
}

.hero h1 .highlight {
    background: linear-gradient(135deg, #dee27a, #f1983e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero h2 {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0.9;
    animation: fadeInUp 0.6s ease 0.3s backwards;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.hero p {
    font-size: 0.8rem;
    max-width: 500px;
    margin-bottom: 30px;
    opacity: 0.85;
    line-height: 1.7;
    animation: fadeInUp 0.6s ease 0.4s backwards;
}

.hero-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    animation: fadeInUp 0.6s ease 0.5s backwards;
}

.hero-trust {
    display: flex;
    gap: 18px;
    animation: fadeInUp 0.6s ease 0.6s backwards;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
}

.trust-item i {
    color: #dee27a;
    font-size: 0.85rem;
}

.hero-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    animation: fadeIn 0.8s ease 0.5s backwards;
}

@media (max-width: 1200px) {
    .hero-right {
        grid-template-columns: repeat(3, 1fr);
        max-width: 600px;
        margin: 0 auto;
    }

    .hero-card:nth-child(3) {
        grid-column: span 1;
    }
}

.hero-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    transition: all 0.3s ease;
}

.hero-card:nth-child(3) {
    grid-column: span 2;
}

.hero-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(222, 226, 122, 0.3);
}

.card-icon {
    font-size: 1.5rem;
    color: #dee27a;
    margin-bottom: 8px;
}

.card-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-stat .number {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
}

.card-stat .label {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.75);
}

.hero-particles {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(222, 226, 122, 0.4);
    border-radius: 50%;
    animation: particleFloat 20s linear infinite;
    z-index: 1;
}

.hero-particles:nth-child(1) {
    top: 25%;
    left: 15%;
    animation-delay: 0s;
}

.hero-particles:nth-child(2) {
    top: 55%;
    right: 25%;
    animation-delay: 7s;
}

.hero-particles:nth-child(3) {
    bottom: 35%;
    left: 35%;
    animation-delay: 14s;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0;
    }
    5% {
        opacity: 0.6;
    }
    95% {
        opacity: 0.6;
    }
    100% {
        transform: translate(80px, -80px);
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(201,162,39,0.15) 0%, transparent 40%),
                radial-gradient(circle at 70% 70%, rgba(45,74,111,0.2) 0%, transparent 40%);
    animation: pulse 15s ease-in-out infinite;
}

.hero-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://blog.ostrovok.ru/wp-content/uploads/2022/05/12-5.jpg');
    background-size: cover;
    background-position: center;
    animation: zoomPan 20s ease-in-out infinite alternate;
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 58, 95, 0.4);
    z-index: 0;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 58, 95, 0.3) 0%, rgba(30, 58, 95, 0.6) 100%);
    z-index: 1;
}

.hero-float-element {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(222, 226, 122, 0.1);
    backdrop-filter: blur(5px);
    animation: float 6s ease-in-out infinite;
    z-index: 1;
}

.hero-float-element:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.hero-float-element:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.hero-float-element:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

.hero-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    animation: shimmer 8s ease-in-out infinite;
    z-index: 1;
}

.hero-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.4;
    animation: floatOrb 12s ease-in-out infinite;
}

.hero-glow-orb:nth-child(1) {
    width: 300px;
    height: 300px;
    background: rgba(201,162,39,0.3);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.hero-glow-orb:nth-child(2) {
    width: 250px;
    height: 250px;
    background: rgba(30,58,95,0.4);
    top: 60%;
    right: 15%;
    animation-delay: -4s;
}

.hero-glow-orb:nth-child(3) {
    width: 200px;
    height: 200px;
    background: rgba(201,162,39,0.25);
    bottom: 20%;
    left: 30%;
    animation-delay: -8s;
}

.hero-rotating-ring {
    position: absolute;
    border: 2px solid rgba(201,162,39,0.2);
    border-radius: 50%;
    animation: rotateRing 20s linear infinite;
}

.hero-rotating-ring:nth-child(4) {
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 25s;
}

.hero-rotating-ring:nth-child(5) {
    width: 750px;
    height: 750px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 30s;
    animation-direction: reverse;
    border-color: rgba(30,58,95,0.15);
}

.hero-rotating-ring:nth-child(6) {
    width: 900px;
    height: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 35s;
    border-color: rgba(201,162,39,0.1);
}

.hero-rotating-ring:nth-child(10) {
    width: 1050px;
    height: 1050px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 40s;
    border-color: rgba(30,58,95,0.12);
}

.hero-rotating-ring:nth-child(11) {
    width: 1200px;
    height: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 45s;
    animation-direction: reverse;
    border-color: rgba(201,162,39,0.08);
}

.hero-pulse-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    animation: pulseRing 4s ease-out infinite;
}

.hero-pulse-ring:nth-child(7) {
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 0s;
}

.hero-pulse-ring:nth-child(8) {
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 1.5s;
}

.hero-pulse-ring:nth-child(9) {
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 3s;
}

.hero-pulse-ring:nth-child(12) {
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 4.5s;
}

.hero-pulse-ring:nth-child(13) {
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 6s;
}

@keyframes pulse {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(180deg); }
}

@keyframes zoomPan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    100% {
        transform: scale(1.1) translate(-2%, -2%);
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 200%;
    }
}

@keyframes floatOrb {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(30px, -30px) scale(1.1);
    }
    50% {
        transform: translate(-20px, 20px) scale(0.9);
    }
    75% {
        transform: translate(-30px, -20px) scale(1.05);
    }
}

@keyframes borderPulse {
    0%, 100% {
        box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 0 0 0 rgba(222,226,122,0.4);
    }
    50% {
        box-shadow: 0 4px 15px rgba(222,226,122,0.3), 0 0 0 8px rgba(222,226,122,0);
    }
}

@keyframes rotateRing {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulseRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes float {
    0% { transform: translateY(0) translateX(0); }
    25% { transform: translateY(-20px) translateX(10px); }
    50% { transform: translateY(0) translateX(20px); }
    75% { transform: translateY(20px) translateX(10px); }
    100% { transform: translateY(0) translateX(0); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textShine {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 0.85; }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInDown 0.8s ease;
}

.hero-badge span:first-child {
    font-size: 1.2rem;
}

.hero-badge span:last-child {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--accent-light);
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    animation: fadeInUp 1s ease 0.2s backwards;
    background: linear-gradient(135deg, #ffffff 0%, var(--accent-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease 0.4s backwards;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-light);
}

.hero p {
    font-size: 1.15rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    opacity: 0.85;
    line-height: 1.8;
    animation: fadeInUp 1s ease 0.6s backwards;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.8s backwards;
}

.hero-stats {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 3rem;
    animation: fadeInUp 1s ease 1s backwards;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.hero-stat .stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent-light);
}

.hero-stat .stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.btn-primary {
    background: var(--accent);
    color: var(--primary-dark);
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:active::after {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    background: var(--accent-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-secondary {
    background: white;
    color: #EF4444;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #EF4444;
    cursor: pointer;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-secondary:hover {
    background: #EF4444;
    color: white;
    border-color: #EF4444;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Services Section */
.services {
    padding: 100px 0;
    background: #f8fafc;
}

/* Process Section */
.process {
    padding: 100px 0;
    background: linear-gradient(135deg, #3f90c6, #9fc14e);
    color: #434448;
    position: relative;
    overflow: hidden;
}

.process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(67,68,72,0.1)" stroke-width="1"/></svg>');
    background-size: 100px 100px;
    opacity: 0.5;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

.process-step {
    background: rgba(255,255,255,0.95);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    position: relative;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.step-number {
    width: 50px;
    height: 50px;
    background: #f1983e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-content i {
    font-size: 48px;
    color: #d0da52;
    margin-bottom: 20px;
}

.step-content h3 {
    font-size: 1.3rem;
    color: #434448;
    margin-bottom: 15px;
    font-weight: 700;
}

.step-content p {
    color: #434448;
    font-size: 0.95rem;
    line-height: 1.6;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #3f90c6, #9fc14e, #f1983e);
    border-radius: 3px;
}

.section-title p {
    font-size: 1.15rem;
    color: var(--text-light);
    max-width: 650px;
    margin: 25px auto 0;
    line-height: 1.8;
    font-weight: 400;
}

.process .section-title h2 {
    color: white;
}

.process .section-title h2::after {
    background: linear-gradient(90deg, white, #d0da52, white);
}

.process .section-title p {
    color: rgba(255,255,255,0.95);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.service-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(255,255,255,0.8);
    position: relative;
    overflow: hidden;
}


.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}


.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    transition: transform 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.service-card:hover .service-icon {
    transform: scale(1.05);
}

.service-icon.orange {
    background: var(--primary);
    color: white;
    box-shadow: var(--shadow-sm);
}

.service-icon.blue {
    background: var(--accent);
    color: var(--primary-dark);
    box-shadow: var(--shadow-sm);
}

.service-icon.lime {
    background: var(--secondary);
    color: white;
    box-shadow: var(--shadow-sm);
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: var(--text-dark);
    font-weight: 600;
}

.service-card p {
    color: var(--text-light);
    line-height: 1.8;
    font-size: 1rem;
}

/* Nationalities Section */
.nationalities {
    padding: 100px 0;
    background: #ffffff;
}

.nationalities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.nationality-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    border: 2px solid var(--border);
    position: relative;
    overflow: hidden;
}


.nationality-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
    animation: borderPulse 1.5s ease-in-out infinite;
}


.flag-image {
    width: 72px;
    height: 54px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin-bottom: 18px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease;
    border: 1px solid var(--border);
}

.nationality-card:hover .flag-image {
    transform: scale(1.05);
}

.nationality-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: var(--text-dark);
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.nationality-card p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

/* About Section */
.about {
    padding: 100px 0;
    background: #f1f5f9;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-text h2 {
    font-size: 2.8rem;
    color: var(--primary);
    margin-bottom: 2rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.about-text p {
    color: var(--text-light);
    line-height: 1.9;
    margin-bottom: 1.8rem;
    font-size: 1.05rem;
}

.about-stats {
    display: flex;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 35px 25px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(255,255,255,0.7);
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 150px;
}


.stat-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}


.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-image {
    background: url('https://www.simon-kucher.com/sites/default/files/2022-02/Website_NEW%20Header_Dubai_Conference.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 32px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    box-shadow: var(--shadow-xl);
    position: relative;
    overflow: hidden;
}

.about-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26,54,93,0.85), rgba(44,82,130,0.75));
    z-index: 1;
}

.about-image-inner {
    background: white;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    width: 100%;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 2;
}

.about-image-inner i {
    font-size: 90px;
    color: var(--primary);
    margin-bottom: 25px;
}

.about-image-inner h3 {
    color: var(--primary);
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.about-image-inner p {
    color: var(--text-light);
    line-height: 1.7;
}

/* Why Choose Us */
.why-us {
    padding: 90px 0;
    background: linear-gradient(135deg, rgba(30,58,95,0.9), rgba(30,58,95,0.85)), url('https://sovos.com/wp-content/uploads/2022/05/Will-the-Middle-East-be-Next-to-Accelerate-CTCs-.jpg.optimal.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    position: relative;
    overflow: hidden;
}

.why-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><circle cx="30" cy="30" r="2"/></g></g></svg>');
}

.why-us .section-title h2 {
    color: white;
}

.why-us .section-title p {
    color: rgba(255,255,255,0.9);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    position: relative;
    z-index: 1;
}

.feature-item {
    text-align: center;
    padding: 40px 25px;
    background: rgba(255,255,255,0.12);
    border-radius: 16px;
    backdrop-filter: blur(15px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255,255,255,0.2);
}

.feature-item:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.15);
    box-shadow: var(--shadow-lg);
    border-color: rgba(255,255,255,0.3);
}


.feature-item i {
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--accent-light);
    transition: transform 0.3s ease;
}

.feature-item:hover i {
    transform: scale(1.08);
}

.feature-item h3 {
    font-size: 1.5rem;
    margin-bottom: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.feature-item p {
    opacity: 0.95;
    line-height: 1.8;
    font-size: 1rem;
}

/* Contact Section */
.contact {
    padding: 100px 0;
    background: #f8fafc;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-header {
    text-align: center;
    margin-bottom: 20px;
}

.contact-header h2 {
    font-size: 2.8rem;
    color: var(--primary);
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.contact-header p {
    color: var(--text-light);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.contact-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    border: 2px solid var(--border);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: var(--primary-dark);
}

.phone-icon {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
    color: white;
}

.whatsapp-icon {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}

.email-icon {
    background: linear-gradient(135deg, #EF4444, #F87171);
    color: white;
}

.location-icon {
    background: linear-gradient(135deg, #F59E0B, #FBBF24);
    color: white;
}

.contact-card h3 {
    font-size: 1.4rem;
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-card p {
    color: var(--text-light);
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-link {
    display: inline-block;
    color: #e53e3e;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #c53030;
    transform: translateY(-2px);
}

.whatsapp-number {
    text-decoration: none;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

.whatsapp-number:hover {
    color: #25D366;
}

.phone-number {
    text-decoration: none;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

.phone-number:hover {
    color: var(--primary);
}

/* Footer */
footer {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></svg>');
    background-size: 100px 100px;
    opacity: 0.5;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.footer-section h3 {
    font-size: 1.4rem;
    margin-bottom: 25px;
    color: var(--accent-light);
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.footer-section p {
    opacity: 0.85;
    line-height: 1.8;
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: right;
}

.footer-logo {
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    display: inline-block;
    margin-bottom: 15px;
}

.footer-logo img {
    max-width: 100px;
    height: auto;
    display: block;
}

.footer-logo-section p {
    opacity: 0.9;
    line-height: 1.8;
    font-size: 0.9rem;
    max-width: 280px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-section ul li.email-item {
    font-size: 0.8rem;
    word-break: break-all;
}

.footer-section ul li a:hover {
    opacity: 1;
    color: var(--accent-light);
    transform: translateX(-5px);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-links a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    position: relative;
    z-index: 1;
}

.social-links a.orange {
    background: var(--primary);
}

.social-links a.blue {
    background: var(--accent);
    color: var(--primary-dark);
}

.social-links a.lime {
    background: var(--secondary);
    color: white;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.footer-bottom {
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0.7;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .nationalities-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    nav {
        position: fixed;
        top: 0;
    right: -100%;
        width: 70%;
        height: 100vh;
        background: white;
        padding: 100px 30px 30px;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -5px 0 20px rgba(0,0,0,0.15);
    }

    nav.active {
        right: 0;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    nav ul li {
        width: 100%;
        text-align: center;
    }

    nav ul li a {
        font-size: 1.3rem;
        padding: 18px;
        display: block;
        color: var(--text-dark);
        border-radius: 12px;
        transition: all 0.3s ease;
    }

    nav ul li a:hover {
        background: var(--bg-light);
        color: var(--primary);
    }

    .cta-button {
        display: none;
    }

    .hero {
        height: auto;
        padding: 60px 0;
        min-height: 100vh;
    }

    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-left {
        text-align: center;
    }

    .hero-tag {
        margin: 0 auto 15px;
        padding: 8px 16px;
    }

    .hero h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .hero h2 {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }

    .hero p {
        font-size: 0.9rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        line-height: 1.6;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 25px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .hero-trust {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-right {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-card {
        padding: 18px;
    }

    .hero-card:nth-child(3) {
        grid-column: span 1;
    }

    .card-icon {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .card-stat .number {
        font-size: 1.4rem;
    }

    .card-stat .label {
        font-size: 0.75rem;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

    .section-title p {
        font-size: 0.95rem;
    }

    .services,
    .about,
    .why-us,
    .contact,
    .nationalities,
    .process {
        padding: 60px 0;
    }

    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-image {
        min-height: 300px;
        padding: 30px;
    }

    .about-image-inner {
        padding: 25px;
    }

    .about-image-inner i {
        font-size: 60px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .nationalities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .contact-form {
        padding: 30px;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .process-step {
        padding: 25px 20px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .step-content i {
        font-size: 2.5rem;
    }

    .step-content h3 {
        font-size: 1.1rem;
    }

    .step-content p {
        font-size: 0.85rem;
    }

    footer {
        padding: 50px 0 25px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-logo-section {
        align-items: center;
        text-align: center;
    }

    .footer-logo-section p {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .hero h2 {
        font-size: 1.1rem;
    }

    .hero p {
        font-size: 0.95rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 280px;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

    .section-title p {
        font-size: 0.9rem;
    }

    .service-card,
    .feature-item {
        padding: 25px 20px;
    }

    .nationality-card {
        padding: 25px 15px;
    }

    .nationalities-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-card {
        padding: 25px 20px;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .process-step {
        padding: 20px 15px;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .step-content i {
        font-size: 2rem;
    }

    .step-content h3 {
        font-size: 1rem;
    }

    .step-content p {
        font-size: 0.8rem;
    }

    .about-text {
        padding: 0;
    }

    .about-text h2 {
        font-size: 1.8rem;
    }

    .about-text p {
        font-size: 0.9rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-section h3 {
        font-size: 1.1rem;
    }

    .footer-section ul li {
        font-size: 0.85rem;
    }
}
