
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Lexend', sans-serif;
    color: #212529;
    line-height: 1.6;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #0B3954;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: #E63946;
    text-decoration: none;
}

.iti {
  width: 100%;
}


.section-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    color: #0B3954;
}

.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #E63946;
    margin-top: 0.5rem;
}

.uk-text-center .section-title:after {
    margin-left: auto;
    margin-right: auto;
}


.uk-navbar-container {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.uk-navbar-nav > li > a {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
    text-transform: none;
    min-height: 80px;
}

.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-active > a {
    color: #E63946;
}

.uk-navbar-dropdown {
    padding: 20px;
    width: 220px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.uk-navbar-dropdown-nav > li > a {
    color: #495057;
    font-size: 0.9rem;
    padding: 8px 0;
}

.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li.uk-active > a {
    color: #E63946;
}


.hero-section {
    position: relative;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
}

.hero-overlay {
    background-color: rgba(11, 57, 84, 0.65);
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.uk-button {
    font-weight: 500;
    text-transform: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.uk-button-primary {
    background-color: #E63946;
    color: #FFFFFF;
    border: none;
}

.uk-button-primary:hover {
    background-color: #d62f3c;
    color: #FFFFFF;
}

.uk-button-secondary {
    background-color: #2A9D8F;
    color: #FFFFFF;
    border: none;
}

.uk-button-secondary:hover {
    background-color: #24897d;
    color: #FFFFFF;
}

.uk-button-default {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.uk-button-default:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border-color: #FFFFFF;
}


.uk-card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uk-card-hover:hover {
    transform: translateY(-5px);
}

.uk-card-default {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-primary {
    background-color: #0B3954;
}

.uk-card-secondary {
    background-color: #2A9D8F;
}

.uk-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.uk-card-body {
    padding: 30px;
}


.stats-card {
    padding: 40px;
}

.stats-card .counter {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
    color: #0B3954;
}

.stats-card p {
    font-size: 0.9rem;
    color: #6C757D;
    margin-bottom: 0;
}


.process-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #F4A261;
    color: #FFFFFF;
    font-size: 1.5rem;
}

.process-icon i {
    font-size: 1.5rem;
}


.thank-you-icon {
    font-size: 5rem;
    color: #2A9D8F;
    margin-bottom: 1.5rem;
}


.uk-section-secondary {
    background-color: #0B3954;
    padding: 60px 0 30px;
}

.uk-section-secondary h4 {
    color: #FFFFFF;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.uk-section-secondary p,
.uk-section-secondary a,
.uk-section-secondary li {
    color: rgba(255, 255, 255, 0.8);
}

.uk-section-secondary a:hover {
    color: #F4A261;
}

.uk-section-secondary hr {
    border-top-color: rgba(255, 255, 255, 0.1);
}


#cookie-consent-banner {
    background-color: #FFFFFF;
    z-index: 1000;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
}


.chart-container {
    position: relative;
    width: 100%;
}


.faq-section {
    scroll-margin-top: 100px;
}

.uk-accordion-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #0B3954;
    padding: 15px 0;
    border-bottom: 1px solid #E9ECEF;
}

.uk-accordion-title:hover,
.uk-accordion-title:focus {
    color: #E63946;
}

.uk-accordion-content {
    padding: 20px 0;
}


.uk-form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.uk-input,
.uk-textarea,
.uk-select {
    border-radius: 4px;
    border: 1px solid #CED4DA;
}

.uk-input:focus,
.uk-textarea:focus,
.uk-select:focus {
    border-color: #2A9D8F;
}


.uk-table th {
    font-weight: 600;
    background-color: #F5F5F5;
}


@media (max-width: 960px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .uk-card-body {
        padding: 20px;
    }
    
    .stats-card {
        padding: 30px;
    }
    
    .stats-card .counter {
        font-size: 2.5rem;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 14px;
    }
    
    .hero-section {
        height: 50vh;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section p {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .uk-card-body {
        padding: 15px;
    }
    
    .stats-card {
        padding: 20px;
    }
    
    .stats-card .counter {
        font-size: 2rem;
    }
    
    .process-icon {
        width: 50px;
        height: 50px;
    }
}