html, body{
    scroll-behavior: smooth;
}
section.hero_sekcija {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.pre_heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    color: #F28F49;
    letter-spacing: calc(0.08 * 16px);
}

h1.hero_heading {
    font-size: 64px;
    text-align: center;
    font-weight: 700;
    line-height: 110%;
    max-width: 720px;
    text-shadow: 4px 5px 13px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

p.description {
    font-weight: 600;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: calc(0.08 * 16px);
    color: #F28F49;
    margin-top: 40px;
}

.hero_video {
    margin-top: 35px;
}

.video_cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.card_1,
.card_2,
.card_3 {
    background: #F3F3F3;
    padding: 35px 20px;
    width: 270px;
    flex: 1;
    border-radius: 50px;
    box-shadow: 16px 18px 24px 0px #0000002B;

}

.hero_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

p.card_pre_heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 110.00000000000001%;
}

h2.card_heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 110.00000000000001%;
    margin-top: 5px;
}

p.card_subheading {
    margin-top: 20px;
}

img.card_icon {
    width: 124px;
    margin-top: 25px;
}

.card_1,
.card_2,
.card_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.work-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.work-section::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background: #80808033;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    z-index: -1;
}

.work-container {
    max-width: 800px;
    width: 100%;
    position: relative;
}

.work-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.work-company-name {
    color: #F28F49;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.work-main-title {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

.work-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #F28F49;
    border-radius: 2px;
}

.work-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.work-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 4px 5px 13px 0 #0000002B;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.work-card-number {
    color: #F28F49;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.work-card-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.work-card-description {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.work-icon {
    width: 130px;
    height: 130px;
    padding: 15px;
    background: #F3F3F3;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 10px 20px #f3f3f344;
    transition: transform 0.3s ease;
}

.work-icon:hover {
    transform: scale(1.1) rotate(5deg);
}

.work-left-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.work-right-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 768px) {
    h1.hero_heading {
        font-size: 32px;
    }

    .work-content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .work-container {
        padding: 0 20px;
    }

    .work-main-title {
        font-size: 24px;
    }

    .work-card {
        padding: 20px;
    }

    .work-section {
        padding: 40px 20px;
    }
}

.work-content-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.work-left-column {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.work-card {
    max-width: 500px;
}

.work-right-column {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.pricing-section {
    background-color: #272727;
    padding: 80px 20px;
    text-align: center;
    margin-top: 100px;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-header {
    margin-bottom: 60px;
}

.pricing-company-name {
    color: #F28F49;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pricing-main-title {
    color: white;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.pricing-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #F28F49;
    border-radius: 2px;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.pricing-card {
    background-color: #343434;
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.popular {
    background-color: #F28F49;
    transform: scale(1.05);
}

.video_cards>div {
    transition: transform 0.3s ease;
}

.pricing-card.popular:hover,
.video_cards>div:hover {
    transform: scale(1.05) translateY(-10px);
}

.pricing-card.popular .pricing-card-title,
.pricing-card.popular .pricing-card-features li {
    color: white;
}

.popular-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background-color: #F28F49;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-card-title {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.pricing-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    text-align: left;
}

.pricing-card-features li {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.pricing-card-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #F28F49;
    font-weight: bold;
}

.pricing-card.popular .pricing-card-features li::before {
    color: white;
}

.pricing-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pricing-amount {
    background-color: #F3F3F3;
    color: #333;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pricing-currency {
    font-size: 16px;
    color: #666;
}

.pricing-button {
    background-color: #F28F49;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.pricing-button:hover {
    background-color: #e07d3a;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pricing-card.popular {
        transform: none;
    }

    .pricing-main-title {
        font-size: 28px;
    }

    .pricing-section {
        padding: 60px 20px;
    }
}

.card_heading {
    transition: all 0.3s ease;
}

.faq-section {
    padding: 60px 20px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    position: relative;
}

.faq-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #ff7b47, #ff9068);
    border-radius: 2px;
}

.faq-item {
    margin-bottom: 16px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.faq-question {
    background: linear-gradient(135deg, #F28F49, #fb9f7e);
    color: white;
    padding: 20px 24px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: linear-gradient(135deg, rgb(252, 97, 41), #ff8d63);
}

.faq-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    font-weight: bold;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    background: white;
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: #555;
    font-size: 1rem;
}

.faq-item.active .faq-answer {
    padding: 24px;
    max-height: 300px;
}

.faq-answer p {
    margin-bottom: 12px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 1.8rem;
    }

    .faq-question {
        padding: 16px 20px;
        font-size: 1rem;
    }

    .faq-item.active .faq-answer {
        padding: 20px;
    }
}

.services-section {
    background-color: #F3F3F3;
    padding: 80px 20px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.services-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 60px;
    position: relative;
}

.services-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #F28F49;
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 20px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.service-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon img {
    width: 124px;
    height: 124px;
    object-fit: contain;
    border-radius: 10px;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.service-title .highlight {
    color: #F28F49;
    font-weight: 700;
}

.services-cta {
    margin-top: 60px;
}

.cta-button {
    background-color: #F28F49;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 20px 45px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background-color: #e67d3a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(242, 143, 73, 0.3);
}

.cta-button:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .services-section {
        padding: 60px 20px;
    }

    .services-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .service-card {
        padding: 30px 20px 25px;
    }

    .service-icon img {
        width: 100px;
        height: 100px;
    }

    .service-title {
        font-size: 1.2rem;
    }

    .cta-button {
        padding: 18px 35px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 25px 15px 20px;
    }

    .service-icon img {
        width: 90px;
        height: 90px;
    }
}


.testimonials-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-header {
    margin-bottom: 50px;
}

.section-subtitle {
    color: #ff6b35;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
    color: #2c3e50;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ff6b35;
    border-radius: 2px;
}

.section-description {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.splide {
    margin-top: 50px;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px 30px;
    margin: 0 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.stars {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    gap: 5px;
}

.star {
    color: #ffc107;
    font-size: 20px;
}

.testimonial-text {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
    flex-grow: 1;
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff6b35;
}

.client-details h4 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.client-details p {
    color: #6c757d;
    font-size: 14px;
}

.checkmark {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.splide__pagination__page.is-active {
    background-color: #ff6b35;
    transform: scale(1.2);
}

.splide__arrow {
    background-color: #ff6b35;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    transition: all 0.3s ease;
    top: 40% !important;
}

.splide__arrow svg {
    fill: white;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .testimonial-card {
        margin: 0 10px;
        padding: 30px 20px 25px;
        min-height: 320px;
    }

    .splide__arrow {
        display: none;
    }
}

.splide__track--draggable {
    height: 452px;
    padding-top: 15px;

}

.section-subtitle {
    margin-top: 150px;
}

.contact-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f5f5f5;
    font-family: sans-serif;
}

.contact-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #222;
}

.underline {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: orange;
    margin-bottom: 40px;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.card-firma {
    width: 100%;
    max-width: 650px;
    border-radius: 36px;
}

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

.contact-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.contact-card p {
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-card small {
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: orange;
    border-radius: 50%;
}

.contact-card.card-firma a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-card.card-firma a img {
    width: 16px;
    height: 16px;
    margin-left: 13px;
    margin-bottom: 0;
}

.contact-card.card-firma p {
    font-weight: 300;
    width: 80%;
    margin-bottom: 20px;
}

section.contact-section.contacts {
    box-shadow: 1px 1px #2727278c;
}

.contact-card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a.help_button {
    background: transparent;
    color: black;
    border: 3px solid #F28F49;
}

        /* Osnovni stilovi za formu */
#wpforms-89 {
    max-width: 500px !important;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
}



/* Stilovi za pojedinačna polja */
.wpforms-field {
    display: flex !important;
    flex-direction: column !important;
}

/* Labeli */
.wpforms-field-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Input polja */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"],
.wpforms-field textarea {
    padding: 15px 20px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background-color: white !important;
    transition: all 0.3s ease !important;
    color: #666666 !important;
}

.wpforms-field input[type="text"]:focus,
.wpforms-field input[type="email"]:focus,
.wpforms-field input[type="number"]:focus,
.wpforms-field textarea:focus {
    outline: none !important;
    border-color: #F28F49 !important;
    box-shadow: 0 0 0 3px rgba(242, 143, 73, 0.1) !important;
}

.wpforms-field input::placeholder {
    color: #999999 !important;
    font-size: 16px !important;
}



/* Submit container */
.wpforms-submit-container {
    text-align: center !important;
    margin-top: 40px !important;
}

/* Submit dugme */
.wpforms-submit {
    background-color: #F28F49 !important;
    color: white !important;
    padding: 18px 40px !important;
    border: none !important;
    border-radius: 16px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    height: initial !important;
}

.wpforms-submit:hover {
    background-color: #e67c3a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(242, 143, 73, 0.3) !important;
}

.wpforms-submit:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 10px rgba(242, 143, 73, 0.3) !important;
}


/* Responsive dizajn */
@media (max-width: 768px) {
    
    .wpforms-field-container {
        gap: 10px !important;
    }
    
    .wpforms-field input[type="text"],
    .wpforms-field input[type="email"],
    .wpforms-field input[type="number"],
    .wpforms-field textarea {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }
    
    .wpforms-submit {
        padding: 15px 30px !important;
        font-size: 16px !important;
        width: 100% !important;
        max-width: 300px !important;
    }
    .wpforms-field.wpforms-one-half {
        margin-left: 0 !important;
    }
}

/* Dodatni stilovi za bolje prilagođavanje originalnom dizajnu */
.wpforms-field-container {
    background: transparent !important;
}

/* Animacije za input polja */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"],
.wpforms-field textarea {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.wpforms-field input[type="text"]:hover,
.wpforms-field input[type="email"]:hover,
.wpforms-field input[type="number"]:hover,
.wpforms-field textarea:hover {
    border-color: #F28F49 !important;
    box-shadow: 0 2px 8px rgba(242, 143, 73, 0.1) !important;
}

/* Error stilovi */
.wpforms-error {
    color: #e74c3c !important;
    font-size: 14px !important;
    margin-top: 5px !important;
}

.wpforms-field.wpforms-has-error input {
    border-color: #e74c3c !important;
}

/* Success stilovi */
.wpforms-confirmation-container-full {
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    color: #155724 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 16px !important;
}
.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
    width: auto !important;
}

.homepage_forma {
    padding: 100px 40px;
}

.header h2 {
    color: #F28F49;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.homepage_forma .header {
    display: flex;
    justify-content: center;
}


