.uk-background-primary {
    background-color: #ff9186!important;
}

html {
    font-family: "Source Sans 3", sans-serif;
    background-color: #f8f8f8;
}

.uk-logo img {
    height: 50px;
}

.uk-navbar-nav > li > a {
    padding: 0 0;
    color: #000;
    text-transform: uppercase;
    transition: .1s ease-in-out;
      transition-property: all;
    transition-property: color,background-color;
}

.uk-section-secondary {
    background: #000;
}

.home-hero-section {
    background-image: url('/site/templates/images/hero.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-section {
    background-color: #ff9186;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.home-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Adjust opacity as needed */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-cta {
    background-color: #ffffff;
    color: #ff9186;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-cta:hover {
    background-color: #ff9186;
    color: #ffffff;
    text-decoration: none;
}

.hero-graphic {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}
.news-section {
    padding: 80px 0;
}
.news-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.1);
}
.news-card-media {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.news-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.news-card:hover .news-card-media img {
    transform: scale(1.05);
}
.news-card-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.news-card-body {
    padding: 24px;
}
.news-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}
.news-card-excerpt {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 16px;
}
.news-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #999;
}
.news-card-read-more {
    color: #ff9186;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}
.news-card-read-more:hover {
    color: #2980b9;
    text-decoration: none;
}




.courses-section {
    background-color: #ff9186;
    padding: 80px 0;
}

.course-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.1);
}



.course-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.course-description {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    min-height: 60px;
}

.course-meta {
    display: flex;
    justify-content: space-around;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.course-enroll-btn {
    width: 100%;
}

.uk-button-primary {
    background-color: #ff9186;
    color: #ffffff;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.uk-button-primary:hover {
    background-color: #2980b9;
}


/* About Us Page Styles */
.about-hero {
    background-color: #ff9186;
    color: #fff;
}

.about-hero .hero-title,
.about-hero .hero-subtitle {
    color: #fff;
}

.about-section {
    background-color: #f8f8f8;
}

.sidebar-nav {
    position: sticky;
    top: 100px;
}

.uk-nav-default > li > a {
    color: #333;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 4px;
}

.uk-nav-default > li > a:hover,
.uk-nav-default > li.uk-active > a {
    color: #ff9186;
}

.uk-card {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.uk-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

h2 {
    color: #333;
    border-bottom: 2px solid #ff9186;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h3 {
    color: #555;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .uk-width-1-4\@m,
    .uk-width-3-4\@m {
        width: 100%;
    }
    
    .sidebar-nav {
        position: static;
        margin-bottom: 30px;
    }
}



/* Brojčani pokazatelji rada Styles */
.stats-section {
}

.stats-card {
    background-color: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 40px 20px;
}

.stats-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.1);
}

.stats-icon {
    color: #ff9186;
    margin-bottom: 20px;
}

.stats-number {
    font-size: 3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.stats-label {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

/* Add animation to numbers */
@keyframes count-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-number {
    animation: count-up 1s ease-out;
}


/* Contact Page Styles */
.contact-hero {
    background-color: #ff9186;
    color: #333;
    padding: 60px 0;
}

.contact-hero .hero-title,
.contact-hero .hero-subtitle {
    color: #333;
}

.contact-section {
    background-color: #f8f8f8;
}

.contact-section .uk-card {
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-section .uk-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.contact-section h2 {
    color: #333;
    border-bottom: 2px solid #ff9186;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact-section .uk-form-label {
    font-weight: 600;
}

.contact-section .uk-button-primary {
    background-color: #ff9186;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 30px;
}

.contact-section .uk-button-primary:hover {
    background-color: #2980b9;
    color: #fff;
}

.contact-section .uk-list-large > li {
    padding: 20px 0;
}

.contact-section .uk-icon {
    color: #ff9186;
}

@media (max-width: 960px) {
    .uk-width-1-2\@m {
        width: 100%;
    }
    
    .contact-section .uk-card {
        margin-bottom: 30px;
    }
}

/* FAQ Page Styles */
.faq-hero {
    background-color: #ff9186;
    color: #333;
}

.faq-hero .hero-title,
.faq-hero .hero-subtitle {
    color: #fff;
}

.faq-section {
    background-color: #f8f8f8;
}

.uk-accordion-title {
    font-size: 1.2rem;
    color: #333;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.uk-accordion-title:hover,
.uk-accordion-title:focus {
    background-color: #ff9186;
    color: #fff;
}

.uk-accordion-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.uk-accordion > :nth-child(n+2) {
    margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .uk-accordion-title {
        font-size: 1.1rem;
    }
}


/* */

.course-hero {
    min-height: 60vh;
    position: relative;
}

.uk-heading-bullet::before {
    border-left: calc(5px + 0.1em) solid #ff9186;
}

.uk-list-primary > li::marker {
    color: #ff9186;
}

.uk-list-check > li {
    padding-left: 30px;
    position: relative;
}

.uk-list-check > li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff9186;
    font-weight: bold;
}

.uk-button-primary {
    background-color: #ff9186;
    color: #333;
    font-weight: bold;
    transition: all 0.3s ease;
}

.uk-button-primary:hover {
    background-color: #1865b2;
    color: #333;
}

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

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

[uk-slider] .uk-card {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

[uk-slider] .uk-card:hover {
    box-shadow: 0 14px 25px rgba(0,0,0,0.16);
    transform: translateY(-5px);
}

/* */

.uk-modal-dialog {
    border-radius: 8px;
}

.uk-modal-title {
    color: #333;
    border-bottom: 2px solid #ff9186;
    padding-bottom: 10px;
}

.uk-form-label {
    font-weight: bold;
}

.uk-input:focus,
.uk-textarea:focus {
    border-color: #ff9186;
}

.uk-button-primary {
    background-color: #ff9186;
    color: #fff;
}

.uk-button-primary:hover {
    background-color: #1865b2;
}

.uk-button-default {
    border-color: #ff9186;
    color: #333;
}

.uk-button-default:hover {
    background-color: #ff9186;
    color: #333;
}

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

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

.uk-card-warm {
    background-color:#ff9186;
}

.uk-link, a:hover {
    color: #000!important;
    text-decoration: none;
    cursor: pointer;
}


/* Predavači */

.tutor-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.tutor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.1);
}

.tutor-card-media img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tutor-card:hover .tutor-card-media img {
    transform: scale(1.05);
}

.tutor-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}

.tutor-card-description {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 16px;
}

/* Testimonials Section */
.testimonial-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 16px rgba(0,0,0,0.1);
}

.testimonial-text {
    font-size: 1rem;
    color: #333;
    font-style: italic;
    position: relative;
    padding-left: 20px;
}

.testimonial-text::before {
    content: '“';
    font-size: 2rem;
    color: #ff9186;
    position: absolute;
    left: 0;
    top: -10px;
}

.uk-section-muted {
    background-color: #f8f8f8;
}

.uk-heading-line span {
    border-bottom: 2px solid #ff9186;
}

@media (max-width: 960px) {
    .uk-child-width-1-2\@s {
        width: 100%;
    }
}


/* Off-canvas Menu Styling */
.uk-offcanvas-bar {
    background-color: #ff9186;
    color: #fff;
    padding: 20px;
}

.uk-offcanvas-close {
    color: #333;
}

.uk-nav-default > li > a {
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
}

.uk-nav-default > li > a:hover {
    color: #fff;
}

.uk-nav-default > li.uk-active > a {
    color: #fff;
}

.uk-offcanvas-bar::-webkit-scrollbar {
    width: 6px;
}

.uk-offcanvas-bar::-webkit-scrollbar-thumb {
    background-color: #ff9186;
    border-radius: 3px;
}