body {
    font-family: 'Nunito', sans-serif; /* Telo teksta */
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Charm', cursive; /* Heading font */
    font-weight: 400; /* Bold for headings */
    color: #000; /* Dark color for contrast */
}
.hero {
    background: url("../img/dzavric-dekoracije-cover.jpg") no-repeat center;
    background-size: cover;
    text-align: left;
    padding: 60px 20px;
    min-height: 500px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.hero h1 {
    font-size: 36px;
    color: #ffefea;
}
.hero p {
    font-size: 18px;
    margin-bottom: 40px;
}
.section {
    padding: 60px 20px;
}
.section img {
    max-width: 100%;
    border-radius: 10px;
}
.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #bd8573;
}
.contact-btn {
    background-color: #e74c3c;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}
footer {
    background-color: #003734;
    color: #fff6f2;
    padding: 20px 0;
    text-align: center;
}
.footer-logo {
    margin-bottom: 10px;
}
    .footer-logo img {
        max-width: 200px;
    }
.bg-light-main {
    background-color: #fff6f2;
}

.services-section h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #bd8573;
}

.services-section p {
    font-size: 1rem;
    color: #666666;
}

.service-box img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.service-box img:hover {
    transform: scale(1.05);
}

.service-box h3 {
    font-size: 1.2rem;
    color: #333333;
    margin-top: 10px;
}

.service-box a {
    text-decoration: none;
    color: inherit;
}

.footer-nav ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    margin: 30px 0;
}
.footer-nav ul li {
    margin: 0 10px;
}
    .footer-nav ul li a {
        text-decoration: none;
        color: #fff6f2;
    }

.slick-slider img {
    height: 400px;
    width: auto;
}
.slick-slider .slick-slide {
    margin: 0 10px;
}
video {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.social-icons li {
    list-style: none;
}

.footer-contact a {
    color: inherit;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #bd8573; /* Default blue */
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
    background-color: #a26f5c; /* Darker blue */
    transform: scale(1.1);
}

.social-icons a i {
    line-height: 1;
}

@media screen and (min-width: 1800px) {
    .hero {
        min-height: 600px;
    }
}

@media screen and (min-width: 2000px) {
    .hero {
        min-height: 700px;
    }
}

@media screen and (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .hero {
        min-height: 300px;
        padding: 60px 10px;
        background-position: 65% 50%;
    }
    .hero h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .hero p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .section {
        padding: 35px 10px;
    }
    .section-title {
        font-size: 22px;
    }
    #o-nama h4 {
        margin-top: 40px;
    }
    .footer-logo img {
        max-width: 100px;
    }
    .footer-nav ul {
        flex-direction: column;
    }
    .slick-slider img {
        height: 150px;
        width: 100%;
        max-width: 100%;
    }
    .services-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .services-section h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .services-section p {
        font-size: 14px;
    }
    .service-box {
        margin-bottom: 40px;
    }
    .service-box img {
        max-height: 250px;
    }
}
