/* Logo */
.uk-logo img {
    width: 100px;
}

/* Layout and Background Colors */
.uk-background-primary {
    background-color: #283c92!important;
}

.uk-background-secondary {
    background-color: #ecedf5!important;
}

.uk-background-white {
    background-color: white!important;
}

.uk-section-primary {
    background-color: #283c92!important;
}

.uk-section-muted {
    background-color: #f9f9f9!important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: #283c92!important;
    margin: 0 0 1.4rem!important;
    line-height: 1.2!important;
    letter-spacing: -0.02em!important;
}

.heading-title {
    font-weight: 700!important;
    text-decoration: none!important;
    font-family: Jost, sans-serif!important;
    font-style: normal!important;
    font-size: 72px;
    margin: 0 0 1.4rem!important;
    line-height: 1.2!important;
    letter-spacing: -0.02em!important;
}

.heading-title-h2 {
    font-weight: 700!important;
    text-decoration: none!important;
    font-family: Jost, sans-serif!important;
    font-style: normal!important;
    font-size: 52px!important;
    margin: 0 0 1.4rem!important;
    line-height: 1.2!important;
    letter-spacing: -0.02em!important;
}

.title-description {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.6;
}

.testimonial-text {
    margin-bottom: 40px;
    font-size: 18px;
}

/* Text Colors */
.uk-text-white {
    color: #fff!important;
}

.uk-text-primary {
    color: #283c92!important;
}

/* Components */
.uk-inline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: none!important;
    border-radius: 0 0 4px 4px;
}

.uk-overlay {
    background: rgba(0, 0, 0, 0.0)!important; 
    padding: 10px 30px!important;
}

.uk-gallery img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* Lists */
.uk-list-divider > :nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #283c92!important;
}

/* Buttons */
.uk-button-secondary {
    background-color: #c9ff45!important;
    color: #222222!important;
}

/* Timeline */
.uk-timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.uk-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: 2px;
    background: #e5e5e5;
}

.uk-timeline > li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
}

.uk-timeline-icon {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 4px solid #283c92;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uk-timeline-icon span {
    color: white;
}

.uk-timeline-content {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
}

.uk-timeline-content h4 {
    margin-top: 0;
    color: #333;
}

.uk-timeline-content p {
    color: #666;
}

/* Navigation */
.uk-navbar-nav > li > a {
    padding: 0 0;
    color: #ffffff!important;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

/* Off-canvas */
.uk-offcanvas-bar {
    padding: 20px;
}

.uk-nav-sub {
    padding: 15px;
}

.uk-offcanvas-bar .uk-nav-sub a {
    color: rgba(255,255,255,0.8);
}

.uk-offcanvas-bar .uk-nav-sub a:hover {
    color: #fff;
}

/* Hero Section */
.uk-hero {
    height: 60vh;
}

.uk-hero-container {
    height: 100%;
}

/* Responsive Design */
/* Large Screens (default styles above) */

/* Tablet */
@media (min-width: 768px) and (max-width: 959px) {
    .heading-title {
        font-size: 48px!important;
    }
    
    .heading-title-h2 {
        font-size: 42px!important;
    }
    
    .uk-hero {
        height: 80vh;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .heading-title {
        font-size: 32px!important;
    }
    
    h1 {
        font-size: calc(72px * 0.8)!important;
    }
    
    .heading-title-h2 {
        font-size: 32px!important;
    }
    
    .title-description {
        font-size: 18px;
    }
    
    .uk-hero {
        height: 70vh;
    }
    
    .uk-gallery img {
        height: 250px;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .heading-title {
        font-size: 28px!important;
    }
    
    .heading-title-h2 {
        font-size: 24px!important;
    }
    
    .title-description {
        font-size: 16px;
    }
    
    .uk-hero {
        height: 60vh;
    }
}

.uk-button-primary {
    background-color: #273c92!important;
}

.uk-button-secondary {
background-color:#e0c600;
}
           