.header {
    font-family: "Teko", sans-serif !important;
    background-color: #2B3035;
    padding-top: 10px;
}




body {
    height: 100%;
    background-color: #2B2C2E;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main.page {
    flex: 1 0 auto;
}

footer {
    margin-top: auto;
}



.logo_slika {
    width: 20px;
    margin: 0 20px;
}

.slikaProjekta {

    width: 100%;
    height: 100%;
    object-fit: scale-down;
    /* ili contain, fill, scale-down */


}


.naslovna {
    padding-top: 100px;
    line-height: 45px;
    color: #FCA714;
    font-size: 50px;
    text-align: left;
    text-indent: 1px;
}

.podnaslovna {
    padding-top: 90px;
    line-height: 45px;
    color: #F5F5F5;
    font-size: 30px;
    text-align: left;
    text-indent: 1px;
    font-family: 'Inter';
}

.addonintro {
    padding-top: 10px;

    color: #F5F5F5;
    font-size: 22px;
    text-align: left;
    text-indent: 1px;
    font-family: 'Inter';
}

.textopisa {
    padding-top: 10px;
    line-height: 26px;
    color: #F5F5F5;
    font-size: 19px;
    text-align: left;
    text-indent: 1px;
    padding-left: 5px;
    font-family: 'Inter';
}

footer {
    margin-top: auto;
    /* gura footer na dno */
    width: 100%;
    padding: 40px 0;
    /* prilagodi po želji */
    color: rgb(110, 110, 110);
    text-align: center;
}

.videoopis {
    width: 100%;
    height: 300px;
    object-fit: scale-down;
    /* ili contain, fill, scale-down */

}

.video {
    align-items: end;
}

.toolsRow {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;

}

.darkbackground {
    background: linear-gradient(180deg, #1a1f24 0%, #171b20 100%);
}

.kartica {
    padding-left: 20px;
    padding-top: 15px;
    margin-right: 10px;

}



.certificates {
    color: black;
    background-color: #FCA714;
    text-align: center;
    font-size: 3em;
}

.certimg {
    width: 100%;
    height: 100%;
    object-fit: scale-down;

}

.naslovgrupe {
    color: #2B2C2E;
    background-color: #1EFFBA;
    text-align: left;
    font-size: 3em;
    font-family: "Teko", sans-serif !important;


}

.tekstgrupe {

    padding-top: 40px;

    color: #F5F5F5;
    font-size: 32px;
    text-align: left;
    text-indent: 1px;



}

.naslovservices {
    color: #2B2C2E;
    background-color: #1EFFBA;
    text-align: left;
    font-size: 2em;
    margin-top: 50px;
    padding-left: 5px;
    font-family: "Teko", sans-serif !important;



}

.naslovopisa {
    color: #2B2C2E;
    background-color: #1EFFBA;
    text-align: left;
    font-size: 2em;
    padding-left: 5px;
    font-family: "Teko", sans-serif !important;
}

.ikonicaopisa {
    padding-right: 15px;
}

.tekstabout {

    padding-top: 40px;

    color: #F5F5F5;
    font-size: 22px;
    text-align: left;
    text-indent: 1px;
    line-height: 1.5;
    font-family: 'Inter';
    margin-bottom: 50px;


}

.about {
    padding-left: 50px;
}

.aboutrow {
    margin-top: 20px;
}

.plantasteridiv {
    margin-top: 50px;
    margin-bottom: 30px;
}

.plantaster {
    width: 180px;
    font-family: 'Inter';
    margin-left: 10px;
    margin-right: 10px;

}

.textbuykartica {
    font-family: 'Inter';
    font-size: 18px;
    margin-bottom: 20px;

}

.prices {
    margin-top: 35px;
    margin-bottom: 200px;

}

.card {
    margin-top: 15px;
    max-width: 400px;

}

.cardcenter {
    display: flex;
    justify-content: center;
}

.company-details {
    font-family: "Inter", sans-serif;
    margin-top: 40px;
    padding: 25px 30px;
    background-color: #1F1F1F;
    /* blaga nijansa tamne pozadine */
    border-radius: 8px;
    line-height: 1.6;
}

.company-details h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #00F1A1;
    /* tvoja neon-akcent boja */
    font-weight: 600;
}

.company-details p {
    margin: 6px 0;
    font-size: 16px;
    color: #DDDDDD;
}

.company-details strong {
    color: #FFFFFF;
    font-weight: 600;
}

.contact-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 30px;
    font-family: "Inter", sans-serif;
}

.contact-wrapper h2 {
    font-size: 32px;
    color: #00F1A1;
    /* neon akcent boja */
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-subtitle {
    color: #CCCCCC;
    margin-bottom: 30px;
    font-size: 18px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #333333;
    background-color: #1F1F1F;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.2s ease;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #00F1A1;
    box-shadow: 0 0 4px #00F1A1;
}

.contact-btn {
    background-color: #00F1A1;
    color: #000000;
    border: none;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease;
}

.contact-btn:hover {
    opacity: 0.85;
}

.hp-field {
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-alert {
    display: none;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    background-color: #1F1F1F;
    color: #00F1A1;
    /* neon green */
    opacity: 0;
    transition: opacity 0.6s ease;
    border-left: 4px solid #00F1A1;
}

/* success fade-in */
.contact-alert.show {
    display: block;
    opacity: 1;
}

/* fade-out */
.contact-alert.hide {
    opacity: 0;
}


/*novi front*/

:root {
    --bg: #121518;
    --card: #1b2026;
    --text: #e6e6e6;
    --muted: #b7bec7;
    --accent: #00F1A1;
    /* tvoja neon zelena */
    --border: #27303a;
}

body {
    background: #2B2C2E;
    color: var(--text);
    font-family: "Inter", sans-serif;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero {
    background: linear-gradient(180deg, #1a1f24 0%, #171b20 100%);
    padding: 72px 0 56px;
}

.hero__inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 42px;
    align-items: center;
}

.hero__title {
    font-weight: 800;
    letter-spacing: .2px;
    line-height: 1.1;
    font-size: 44px;
    margin: 0 0 12px;
}

.hero__subtitle {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6;
    max-width: 48ch;
    margin: 0 0 22px;
}

.btn {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    transition: .2s;
}

.btn--primary {
    background: var(--accent);
    color: #041314;
}

.btn--primary:hover {
    filter: brightness(.95);
}

.btn--ghost {
    color: var(--text);
    border-color: var(--border);
    background: transparent;
}

.btn--ghost:hover {
    border-color: var(--accent);
}

.hero__cta {
    display: flex;
    gap: 14px;
    margin-bottom: 26px;
}

.hero__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.hero__benefits li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px 16px;
}

.benefit__icon {
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
}

.benefit__text {
    font-size: 14.5px;
    color: var(--text);
}

.benefit__text strong {
    color: #fff;
}

.hero__byline {
    color: var(--muted);
    font-size: 13.5px;
    margin: 8px 0 0;
}

.hero__visual {
    margin: 0;
    background: radial-gradient(120% 100% at 10% 0%, rgba(0, 241, 161, .15), transparent),
        var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 14px;
}

.hero__visual img {
    width: 100%;
    display: block;
    border-radius: 10px;


}

.hero__visual figcaption {
    color: var(--muted);
    font-size: 12.5px;
    margin-top: 8px;
    text-align: center
}

/* Ovo će primeniti stilove SAMO na sliku da ih poništi */
/* Opcija 1: Poništi sve za sliku */
.hero__visual .slikaProjekta {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: -14px;
    box-shadow: none !important;
    /* kompenzuje padding roditelja ako treba */
}

.cards-wrapper {
    display: flex;
    align-items: stretch;
    /* najbitnije */
    gap: 20px;
    /* ako želiš razmak */
}

/* >>> Izjednači visinu leve i desne "kartice" <<< */
.row>.col-lg-6 {
    display: flex;
    flex-direction: column;
    /* kolona postaje fleks-kolona */
}

.row>.col-lg-6 .hero__visual {
    display: flex;
    flex: 1;
    /* raste da popuni visinu kolone */
}

/* da slika lepo prati visinu kartice */
.hero__visual .slikaProjekta {
    height: 100%;
    object-fit: contain;
}

.servicesrow {
    padding-bottom: 20px;
}

.download {
    width: 50%;
    margin: 20px auto;
    cursor: pointer;


}

/* Responsive */
@media (max-width:1024px) {
    .hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero__title {
        font-size: 38px;
    }
}

@media (max-width:640px) {
    .hero {
        padding: 56px 0 40px;
    }

    .hero__title {
        font-size: 32px;
    }

    .hero__benefits {
        grid-template-columns: 1fr;
    }
}