/* Custom styles */
body{
    font-size: 1rem!important;
}
html {
    scroll-behavior: smooth;
    
}

.uk-text-primary{ color:#00AEEF!important;}
.uk-button-primary{ background-color: #FFD700!important; color:#666!important;}
#intro h1{ font-size: 3.75rem!important;}
#intro p{ font-size: 1.4rem!important; line-height: 2rem!important; color:#fff!important;}
@media screen and (max-width: 64em) {
    .uk-overlay{ padding: 15px 15px!important;}
    .uk-button{ line-height: 1rem!important; padding: 10px!important;}
    .intro h1{ font-size: 2.5rem!important;}
    .intro p{ font-size: 1.1rem!important; line-height: 1.5rem!important; color:#fff!important;}
}
.uk-navbar-item{
    font-size: 1.05rem!important;
}
.uk-logo{
    font-size: 1.6rem!important;
    font-weight: bold;
    color:#999!important;
}
/* Form styles */
input, textarea {
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}

input:focus, textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
    outline: none;
}

/* Mobile menu transition */
#mobileMenu {
    transition: all 0.3s ease-in-out;
}


/* Icon sizes */
.uk-navbar-item .bi{
    font-size: 1.3rem!important;
    font-weight: bold;
    color: #000;
}
#services{
    padding-top: 60px;
}