/* FTS Editable Hover Effects */

.fts_editable_trigger:hover {

  background: linear-gradient(

    135deg,

    rgba(255, 140, 0, 0.08) 0%,

    rgba(255, 165, 0, 0.12) 100%

  );

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2),

    0 2px 8px rgba(255, 140, 0, 0.15);

  border-radius: 4px;

  padding: 2px 4px;

  margin: -2px -4px;

}



.fts_editable_trigger:active {

  transform: translateY(1px);

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.3), 0 1px 4px rgba(255, 140, 0, 0.2);

}



.fts_editable {

  position: relative;

  display: inline-block;

}



.fts_editable:hover {

  background: linear-gradient(

    135deg,

    rgba(255, 140, 0, 0.08) 0%,

    rgba(255, 165, 0, 0.12) 100%

  );

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2);

  border-radius: 4px;

}



/* Prevent link behavior for editable links */

a.fts_editable {

  pointer-events: none;

}



a.fts_editable .fts_editable_trigger {

  pointer-events: auto;

}



.language_switcher button {

  margin-top: 10px;

  color: white;

  border: none;

}





/* ===========================================
   HELVETICA NEUE — THIN (100)
=========================================== */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/css/fonts/HelveticaNeueThin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* ===========================================
   HELVETICA NEUE — LIGHT (300)
=========================================== */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/css/fonts/HelveticaNeueLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ===========================================
   HELVETICA NEUE — REGULAR / ROMAN (400)
=========================================== */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/css/fonts/HelveticaNeueRoman.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ===========================================
   HELVETICA NEUE — MEDIUM (500)
=========================================== */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/css/fonts/HelveticaNeueMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ===========================================
   HELVETICA NEUE — BOLD (700)
=========================================== */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/css/fonts/HelveticaNeueBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}






/* Osnovni font za ceo sajt */
body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fafafa;
    background-color: #000000; /* po želji */
    margin: 0;
}

/* DESKTOP / default (>= 768px) */
/* H1: 60 */
h1,
.h1_global {
    margin-bottom: 32px;
    font-size: 60px;
    line-height: 78px;
    font-weight: 400;
}

/* H2: 46 */
h2,
.h2_global {
    font-size: 46px;
    line-height: 58px;
    font-weight: 400;
}

/* H3: 30 */
h3,
.h3_global {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}

/* Paragraf: 18 */
p,
.p_global {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #cfd5e4;
}

/* HERO specifično (max širine iz Figme) */
.hero_title {
    max-width: 701px;
}

.hero_description {
    max-width: 720px;
}

/* TABLET (≈ 752px) → koristimo Bootstrap md breakpoint */
@media (max-width: 768px) {

    /* H1: 52 */
    h1,
    .h1_global {
        font-size: 52px;
        line-height: 68px;
    }

    /* H3: 22 */
    h3,
    .h3_global {
        font-size: 22px;
        line-height: 30px;
    }

    /* H2 ostaje 46 jer si dao samo mobile vrednost */
}

/* MOBILE (≈ 400px) → uzimamo < 576px (Bootstrap sm) */
@media (max-width: 576px) {

    /* H1: 42 */
    h1,
    .h1_global {
        font-size: 42px;
        line-height: 52px;
    }

    /* H2: 32 */
    h2,
    .h2_global {
        font-size: 32px;
        line-height: 40px;
    }

    /* H3: 22 (isto kao tablet) */
    h3,
    .h3_global {
        font-size: 22px;
        line-height: 30px;
    }

    /* P: 16 */
    p,
    .p_global {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Baza za oba CTA dugmeta (može i uz Bootstrap .btn) */
.cta1,
.cta2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

/* CTA1 – svetlo dugme (Contact Us) */
.cta1 {
    max-width: 137px;          /* kao u Figmi */
    background-color: #b4bcd01f;
    color: white;
}

.cta1:hover,
.cta1:focus {
    color: white;
    background-color: #b4bcd03d;
}

/* CTA2 – gradient dugme (Schedule a Meeting) */
.cta2 {
    max-width: 199px;          /* kao u Figmi */
    padding-inline: 28px;      /* malo šire po dizajnu */
    background-image: linear-gradient(-106deg, #293342 0, #3c495b 100%);
    color: #fafafa;
}

.cta2:hover,
.cta2:focus {
    filter: brightness(1.1);
    color: #ffffff;
}

/* Ako želiš da se na mobilnom šire na 100% */
@media (max-width: 576px) {
    .cta1,
    .cta2 {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
}

.card {
    background-color: initial;
}

.min-h-screen {
    position: relative;
    z-index: 1;
}


/* NAV uvek iznad hero-a i ostalog sadržaja */
nav.navbar {
    position: relative;
    z-index: 2000;
}

/* Hero i shape da budu ispod dropdowna */
.hero_section {
    position: relative;
    z-index: 1;
}

.hero_shape {
    position: relative;
    z-index: 0;
}

.navbar-brand img {
  max-width: 110px;
  height: auto;
}

.nav-item .nav-link,
.nav-item .nav-link span {
  color: white;
}

.nav_services_nav_item,
.nav_industries_nav_item {
    position: relative;
}

/* Širina i pozicija panela */
.nav_services_menu,
.nav_industries_menu {
    min-width: 500px;
    max-width: 900px;
    border-radius: 6px;
    padding: 0;
    border: 1px solid #313131;
    background: linear-gradient(135deg, #212833 0%, #12161C 100%);
    margin-top: 18px;
}

/* poravnaj na sredinu ispod linka */
.nav_services_nav_item .nav_services_menu,
.nav_industries_nav_item .nav_industries_menu {
    left: 50%;
    transform: translateX(-90%);
}

/* panel unutra */
.services_panel {
    padding: 8px 15px;
}

/* header tekstić gore */
.services_panel_header {
    margin-bottom: 18px;
}

@media (min-width: 992px) {

    /* Osnova – sakrij panel (SERVICES + INDUSTRIES) */
    .nav_services_nav_item .nav_services_menu,
    .nav_industries_nav_item .nav_industries_menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-90%) translateY(12px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    }

    /* PANEL SE OTVARA NA HOVER — oba itema */
    .nav_services_nav_item:hover .nav_services_menu,
    .nav_industries_nav_item:hover .nav_industries_menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-90%) translateY(0);
    }

    /* Background na hoverovanom nav itemu dok je dropdown otvoren */
    .nav_services_nav_item:hover,
    .nav_industries_nav_item:hover {
        height: 36px;
        background: #b4bcd030; /* ili bilo koja boja */
        border-radius: 4px; /* opciono */
    }

    /* Hover zona za oba li elementa */
    .nav_services_nav_item,
    .nav_industries_nav_item {
        position: relative;
        padding-bottom: 20px;
    }

    /* Nevidljiva zona koja spaja hover — oba */
    .nav_services_nav_item::after,
    .nav_industries_nav_item::after {
        content: "";
        position: absolute;
        left: -20px;
        right: -20px;
        top: 100%;
        height: 24px;
        background: transparent;
    }
}

/* MOBILNI: regularan dropdown meni, jedan ispod drugog */
@media (max-width: 991.98px) {

    /* U collapsed meniju dropdown neka bude "normalan" blok, full-width */
    .nav_services_nav_item .nav_services_menu,
    .nav_industries_nav_item .nav_industries_menu {
        position: static;
        left: auto;
        transform: none;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    /* Panel unutra – skini padding da sve izgleda kao obična lista */
    .services_panel {
        padding: 0;
    }

    /* Stavke u dropdownu – jedna ispod druge, full width */
    .services_list_row > div {
        width: 100%;
    }

    .services_item_link {
        width: 100%;
        padding: 6px 0;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    /* Po želji sakrij ikonice na mobilnom da bude čist tekstualni meni */
    .services_item_icon_wrapper {
        display: none;
    }

    .services_item_title {
        font-size: 0.95rem;
    }

    /* "View All Services" kao zadnja stavka liste */
    .services_view_all_wrapper {
        padding-top: 6px;
        margin-top: 6px;
        border-top: 1px solid rgba(255,255,255,0.06);
    }

    .services_view_all_link {
        padding: 6px 0 0;
    }
}

.services_panel_label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ea7b4;
}

.services_list_row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.services_item_link {
    padding: 6px 4px;
    text-decoration: none;
    color: #f9fafb;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.02);
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.services_item_link:last-child {
    border-bottom: none;
}

.services_item_link:hover {
    color: white;
    background-color: rgba(255,255,255,0.03);
    transform: translateY(-1px);
}

.services_item_icon_wrapper {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.services_item_icon {
    max-width: 18px;
    max-height: 18px;
    object-fit: contain;
}

.services_item_title {
    font-size: 15px;
}

/* view all link dole */
.services_view_all_wrapper {
    padding-top: 10px;
}

.services_view_all_link {
    display: block !important;
    width: 100%;
    padding: 14px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.03);
    color: #f9fafb;
    text-decoration: none;
    text-align: center;
}

.services_view_all_link:hover {
    color: white;
    background: rgba(255,255,255,0.06);
}

.services_view_all_arrow {
    font-size: 18px;
}


/* GLOBAL WRAPPER DA SHAPE RADI KAKO TREBA */
.min-h-screen {
    position: relative;
    z-index: 1;
}

/* HERO INNER (MOŽEŠ DA MENJAŠ KOLIKO HOĆEŠ) */
.hero_inner {
    padding: 60px 0;
}

/* HERO OSNOVNI LAYOUT (PADDING KAO U FIGMI) */
.hero_section {
    padding-top: 102px;
    padding-bottom: 102px;
    position: relative;
    z-index: 2; /* iznad shape-a */
}

/* HERO TITLE / DESCRIPTION MAX ŠIRINE PO FIGMI */
.hero_title {
    max-width: 701px;
}

.hero_description {
    max-width: 720px;
}

/* HEADER (NAVBAR) DA BUDE IZNAD SHAPE-A */
.navbar,
.main_navbar {
    position: relative;
    z-index: 2;
}

/* ===============================
   GORNJI SHAPE KOJI IDE ISPOD HEADERA + HERO
   =============================== */
.hero_shape {
    position: absolute;
    top: 0px; /* koliko ulazi u header */
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
    width: 1600px;
    height: 450px;
    background-image: url("/storage/assets/background-shape1.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    pointer-events: none;
    z-index: 0;      /* ispod headera i hero-a, iznad pozadine */
    opacity: 0.7;
}

/* ===============================
   DESNI HERO BACKGROUND (ROTATING)
   =============================== */

.hero_background_wrapper {
    position: absolute;
    right: 0px;
    top: 46%;
    transform: translateY(-50%);
    width: 700px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1; /* iznad shape-a, ispod sadržaja hero-a ako treba */
}

.hero_background_img {
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    animation: hero_background_spin 40s linear infinite;
    transform-origin: center center;
}

/* ===============================
   RESPONSIVNOST ZA POZADINE + HERO
   =============================== */

@media (max-width: 992px) {
    .hero_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero_background_wrapper {
        right: -40px;
        width: 380px;
        height: 380px;
        opacity: 0.6;
    }
}

@media (max-width: 768px) {
    .hero_shape {
        top: -80px;
        width: 1200px;
        height: 320px;
        opacity: 0.5;
    }

    .hero_background_wrapper {
        right: -80px;
        top: 20%;
        transform: translateY(0);
        width: 320px;
        height: 320px;
        opacity: 0.4;
    }
}

@media (max-width: 576px) {
    .hero_section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .hero_background_wrapper {
        display: none;
    }
}

/* ===============================
   HOME SERVICES SEKCIJA
   =============================== */

.home_services_section {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    z-index: 1;
    overflow: hidden; /* DA SE ELLIPSA PRAVI KAO CROP */
}

/* Radial background iza sekcije */
.home_services_section::before {
    content: "";
    position: absolute;
    inset: 0;
    margin-top: -120px;   /* da lagano ulazi iznad naslova */
    background: radial-gradient(circle at center center, rgba(63, 81, 122, 0.55), transparent 41%);
    opacity: 0.6;
    pointer-events: none;
    z-index: -1;
}

/* OGROMNA ELIPSA U POZADINI */
.home_services_section::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url(/storage/assets/home-services-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    opacity: 0.35;
    pointer-events: none;
    z-index: -1;
}

/* Naslov sekcije – koristiš naš globalni H2, samo centriran */
.home_services_title {
    margin-bottom: 100px;
    text-align: center;
}

/* Wrapper za stacked cards + ellipsu */
.home_services_bg_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

/* Glavna kartica sa servisima */
.home_services_card {
    position: relative;
    width: 100%;
    max-width: 880px;
    padding: 24px 32px;
    border-radius: 6px;
    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.02)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 4px 17.6px rgba(0, 0, 0, 0.8);
    background-color: black;
    opacity: 1;
}

.home_services_card::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -10%;
    width: 120%;
    height: 300px;
    background: url(/storage/assets/home-services-background.svg) center center no-repeat;
    background-size: contain;
    z-index: -17;
    pointer-events: none;
}

/* ===============================
   TEKST STILOVI
   =============================== */

/* 16px, medium – naziv usluge */
.p_highlight {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #f7f8f8;
}

/* 16px / 14–16px light – opis usluge */
.p_light {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #b4bcd0;
}

/* Global p na mobilnom si već spustio na 16;
   ali za svaki slučaj: */
@media (max-width: 576px) {
    .p_light {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ===============================
   SERVICE ITEMS
   =============================== */

.service_item {
    gap: 12px;
}

.service_icon {
    flex: 0 0 32px;
    width: 41px;
    height: 41px;
    margin-top: 3px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.service_icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.service_text {
    flex: 1 1 auto;
}

/* CTA wrapper u poslednjoj koloni */
.services_cta_wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.services_cta_wrapper .cta1 {
    max-width: 100%;
}

@media (min-width: 768px) {
    .services_cta_wrapper {
        justify-content: flex-end;
    }
}

/* ===============================
   RESPONSIVNOST ZA SEKCIJU
   =============================== */

@media (max-width: 992px) {
    .home_services_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home_services_card {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .home_services_section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .home_services_card::before {
        transform: translateY(10px) scale(0.98);
    }

    .home_services_card::after {
        transform: translateY(20px) scale(0.96);
    }
}

@media (max-width: 576px) {
    .home_services_section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .home_services_card {
        padding: 20px;
    }

    .service_item {
        align-items: flex-start;
    }

    .services_cta_wrapper {
        justify-content: flex-start;
        width: 100%;
        margin-top: 8px;
    }

    .services_cta_wrapper .cta1 {
        width: 100%;
        justify-content: center;
    }
}

/* ======================================
   HOME CORPORATE (oba bloka)
   ====================================== */

.home_corporate {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    overflow: hidden;
    z-index: 1;
}

/* Shape na desnoj strani između sekcija */
.home_corporate::after {
    content: "";
    position: absolute;
    right: -200px;
    top: 0%;
    width: 900px;
    height: 900px;
    background-image: url("/storage/assets/elipse-background.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}

/* Razmaci između dva bloka */
.home_corporate_setup {
    padding-bottom: 18%;
}

.home_corporate_setup_text {
    padding-right: 10%;
}

.home_corporate_law {
    position: relative;
    padding-top: 80px;
}

.corporate_background_wrapper {
    position: absolute;
    left: 0px;
    top: -210px;
    width: 600px;
    height: 807px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: -1;
}

/* Slike */
.corporate_step_photo,
.corporate_law_photo {
    border-radius: 6px;
    display: block;
}

.corporate_step_photo {
    margin: 0 auto;
}

/* ======================================
   BULLETS ZA CORPORATE LAW
   ====================================== */

.corporate_law_list {
    margin: 0 0 24px 0;
    padding: 0;
}

.law_bullet {
    gap: 12px;
    margin-bottom: 16px;
}

.bullet_icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bullet_icon img {
    width: 24px;
    height: 24px;
    padding-top: 6px;
    object-fit: contain;
}

.bullet_text {
    flex: 1 1 auto;
}

/* ======================================
   RESPONSIVE
   ====================================== */

@media (max-width: 992px) {
    .home_corporate {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .home_corporate_setup,
    .home_corporate_law {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .home_corporate::after {
        right: -260px;
        width: 800px;
        height: 800px;
        opacity: 0.3;
    }
}

@media (max-width: 768px) {
    .home_corporate {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .home_corporate::after {
        right: -320px;
        width: 700px;
        height: 700px;
        opacity: 0.25;
    }
}

@media (max-width: 576px) {
    .home_corporate {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .home_corporate_setup,
    .home_corporate_law {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .home_corporate::after {
        right: -380px;
        width: 650px;
        height: 650px;
        opacity: 0.2;
    }
}


/* ======================================
   HOME BUSINESS OPPORTUNITIES SECTION
   ====================================== */

.home_business_opportunities {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    z-index: 1;
}

.home_business_title {
    text-align: center;
}

/* Wrapper da sve kartice deluju kao blok */
.business_cards_wrapper {
    max-width: 1160px;
    margin: 0 auto;
}

/* Osnovni stil kartica */
.business_card {
    padding: 39px 18px;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #050607 0%, #22252d 100%);
    border: 1px solid rgba(120, 130, 155, 0.35);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

.col-lg-4 .business_card,
.col-lg-8 .business_card {
    height: 100%;
}

.business_card .p_highlight {
    font-size: 20px;
    line-height: 33px;
} 

/* Gornja kartica preko cele širine */
.business_card_full {
    margin-bottom: 24px;
}

/* ======================================
   RESPONSIVE
   ====================================== */

@media (max-width: 992px) {
    .home_business_opportunities {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .business_card {
        padding: 20px 24px;
    }
}

@media (max-width: 768px) {
    .home_business_opportunities {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .business_cards_wrapper {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .home_business_opportunities {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .business_card {
        padding: 18px 18px;
    }
}


/* ======================================
   SITE FOOTER
   ====================================== */

.site_footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 32px;
    border-top: 1px solid rgba(120, 130, 155, 0.35);
    z-index: 1;
    font-size: 14px;
}

/* Gornji deo */
.footer_top {
    border-bottom: 1px solid rgba(120, 130, 155, 0.25);
    padding-bottom: 24px;
}

/* Brand deo */
.footer_brand {
    max-width: 420px;
}

.footer_logo {
    font-size: 20px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f7f8f8;
    margin: 0;
}

.footer_tagline {
    font-size: 14px;
    color: #b4bcd0;
}

/* CTA dugmad */
.footer_cta {
    min-width: 180px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
}

/* Donji deo – layout: levo ikonice, desno tekst */
.footer_bottom {
    padding-top: 16px;
}

/* Social ikone levo */
.footer_socials {
    padding-top: 30px;
    gap: 16px;
}

.footer_social_link {
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #f7f8f8;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.footer_social_link:hover {
    background: rgba(180, 188, 208, 0.35);
    color: #0c1117;
    transform: translateY(-1px);
}

/* Desno: links + legal tekst ispod */
.footer_bottom_right {
    max-width: 1000px;
    width: 100%;
}

.footer_links {
    font-size: 13px;
}

.footer_link {
    color: #cfd5e4;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer_link:hover {
    color: #ffffff;
}

.footer_link_separator {
    color: #5f6575;
}

.footer_legal {
    font-size: 12px;
    line-height: 1.5;
    color: #7f8594;
}

footer .copyright_link {
    color: white;
    text-decoration: none;
}

/* ======================================
   RESPONSIVE
   ====================================== */

@media (max-width: 992px) {
    .site_footer {
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .footer_top {
        padding-bottom: 0px;
    }

    .footer_bottom {
        padding-top: 20px;
    }

    .footer_bottom_right {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .footer_ctas {
        width: 100%;
    }

    .footer_cta {
        width: 100%;
    }

    .footer_bottom_right {
        text-align: left;
    }

    .footer_links {
        justify-content: flex-start !important;
    }
}

@media (max-width: 576px) {
    .footer_top {
        border-bottom: 1px solid rgba(120, 130, 155, 0.18);
    }
}

/* ====== SERVICES PAGE HEADER ====== */

.services_page_header {
    padding-top: 80px;
    padding-bottom: 40px;
}

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

.services_header_photo {
    display: block;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
    object-fit: cover;
}

/* Kicker + Title */

.services_header_kicker {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.35em;
    font-weight: bold;
}

.letter_spacing_wide {
    letter-spacing: 0.35em;
}

.services_header_title {
    font-size: clamp(2.1rem, 2.6vw, 2.7rem);
    font-weight: 500;
    color: #ffffff;
}

/* ====== SERVICES LIST SECTION ====== */

.services_list_section {
    background: radial-gradient(circle at center, #11151f 0%, #05060a 55%, #020308 100%);
    padding-bottom: 10% !important;
}

.services_row_top,
.services_row_bottom {
    /* malo većeg spacinga između redova */
}

.service_section3 .row,
.service_section4 .row {
    max-width: 100%;
    margin: 0 auto;
}

/* ====== SERVICES CARD (oba reda) ====== */

.services_card {
    text-decoration: none;
    color: inherit;
    background-color: #ffffff08;
}

.services_card_inner {
    border-radius: 18px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
    color: #ffffff;
}

/* Veći “hero” osećaj za gornje 4 kartice (malo više paddinga) */
.services_row_top .services_card_inner {
    padding-top: 26px;
    padding-bottom: 26px;
    text-align: center;
}

/* Hover efekat */

.services_card:hover .services_card_inner {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.75);
    border-color: rgba(255, 255, 255, 0.24);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(255, 255, 255, 0.03) 28%,
        rgba(255, 255, 255, 0.04) 100%
    );
}

/* ====== ICONA ====== */

.services_card_icon_wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 4px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(88, 165, 255, 0.1) 50%, 
        rgba(130, 156, 196, 0.1) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.services_card_icon {
    max-width: 24px;
    max-height: 24px;
    display: block;
}

/* ====== TEXT UNUTAR KARTICE ====== */

.services_card_title {
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #ffffff;
    text-align: center;
}

.services_card_excerpt {
    color: #8A8F98;
    text-align: center;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 991.98px) {
    .services_page_header {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .services_header_title {
        font-size: 1.9rem;
    }

    .services_card_inner {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .services_page_header {
        padding-top: 40px;
    }

    .services_header_photo {
        border-radius: 16px;
    }

    .services_card_inner {
        padding: 18px;
    }

    .services_card_title {
        font-size: 1rem;
    }

    .services_card_excerpt {
        font-size: 0.88rem;
    }
}

.service_title {
    font-weight: 500;
}

.service_subtitle {
    color: #E1E5F0;
    font-weight: normal;
}

.service_highlight_card {
    border: 1px solid #a9c0e01c;
}

.service_highlight_icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.service_section4_card {
    background: linear-gradient(165deg, rgb(5 8 20) 0%, rgba(34, 42, 53, 0.7) 100%);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05); /* very subtle stroke like in Figma */
    padding: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service_section4_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

.single_service_cta .home_services_card {
    background-image: none;
    border: none;
    box-shadow: none;
}

.single_service_cta .home_services_card::before,
.single_service_cta .home_services_card::after {
    display: none;
}

.single_service_cta .cta_buttons {
    margin-top: 36px;
}


.service_discover_section {
    padding-top: 60px;
    padding-bottom: 80px;
}

.service_discover_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(10, 10, 14, 0.9);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 26px 32px;
}

.service_discover_icon_wrapper {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(88, 165, 255, 0.1) 50%, rgba(130, 156, 196, 0.1) 100%);
    padding: 0px 10px;
}

.service_discover_label {
    letter-spacing: 0.22em;
    font-size: 12px;
    text-transform: uppercase;
    color: #9ea7b4;
}

.service_discover_arrow {
    font-size: 20px;
    color: #ffffff;
}

.service_discover_link {
    color: inherit;
}

.service_discover_card {
    margin-top: 10px;
    padding: 22px 0 4px;
}

.service_discover_title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.service_discover_description {
    font-size: 15px;
    line-height: 1.6;
    color: #c7ced8;
}

.service_discover_card img {
    width: 21px;
    height: 21px;
    margin-top: 10px;
    object-fit: contain;
}

.industries_page_header {
    background: radial-gradient(circle at top, #141822 0%, #05060a 55%, #020308 100%);
}

.industries_list_section {
    /* opcioni tweak ako želiš malo drugačiji ton od services */
    padding-bottom: 10% !important;
}

.industry_card {
    background: linear-gradient(180deg, #10141c 0%, #0a0d13 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 28px;
    display: flex;
    gap: 22px;
    transition: all 0.25s ease;
}

.industry_card:hover {
    border-color: rgba(255,255,255,0.18);
    transform: translateY(-3px);
}

.industry_icon_box {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
}

.industry_icon_img {
    width: 21px;
    height: 21px;
}

.industry_text_box {
    display: flex;
    flex-direction: column;
}

.industry_title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.legal_header_section {
    padding-top: 120px;
    padding-bottom: 20px;
}

.legal_page_titles {
    margin-bottom: 60px;
}

.legal_page_title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
    font-family: "Helvetica Neue", sans-serif;
}

.legal_page_date {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 30px;
}

.legal_content_section {
    margin: 6% 0px;
    padding-top: 10px;
}

.legal_text_wrapper {
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    font-family: "Helvetica Neue", sans-serif;
}

.legal_text_wrapper p {
    margin-bottom: 20px;
    color: #E1E5F0;
    font-weight: 300;
}

.legal_text_wrapper strong {
    color: #ffffff;
    font-weight: 600;
}

/* -----------------------------------
   CONTACT – INFO KARTICE (phone / email / address)
----------------------------------- */

.rts-contact-area-m {
    padding-top: 80px;
    padding-bottom: 40px;
}

.rts-contact-area-m .row {
    row-gap: 24px;
}

.single-contact-one-inner {
    padding: 6px 1px;
    height: 100%;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.single-contact-one-inner .content {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.single-contact-one-inner .icone {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 12, 18, 0.95);
    flex-shrink: 0;
}

.single-contact-one-inner .icone i {
    color: #ffffff;
    font-size: 18px;
}

.single-contact-one-inner .info span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.18em;
    color: rgba(226, 231, 245, 0.7);
    margin-bottom: 6px;
}

.single-contact-one-inner .info h5 {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.single-contact-one-inner .info a {
    text-decoration: none;
    color: inherit;
}

.single-contact-one-inner .info a:hover h5 {
    color: #e1e5ff;
}

.single-contact-one-inner:hover {
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}

/* -----------------------------------
   CONTACT – FORMA (kartica sa formom)
----------------------------------- */

.rts-contact-page-form-area {
    margin: 6% 0px;
}

.contact_background_wrapper {
    width: 600px;
}

.rts-contact-page-form-area .mian-wrapper-form {
    margin: 6% 0px;
    background: radial-gradient(circle at top, #181c26 0%, #05070a 55%, #020305 100%);
    border-radius: 6px;
    padding: 32px 30px 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* naslov forme */

.rts-contact-page-form-area .title-mid-wrapper-home-two {
    text-align: left;
    margin-bottom: 26px;
}

.rts-contact-page-form-area .title-mid-wrapper-home-two .pre {
    display: block;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(226, 231, 245, 0.7);
    margin-bottom: 6px;
}

.rts-contact-page-form-area .title-mid-wrapper-home-two .title {
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
}

.mian-wrapper-form h3 {
    margin: 0px 0px 30px;
    font-size: 15px;
}

/* generički stilovi za Livewire kontakt formu */

.rts-contact-page-form-area form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rts-contact-page-form-area form .form-group,
.rts-contact-page-form-area form .mb-3 {
    margin-bottom: 0; /* gap kontroliše razmak */
}

.rts-contact-page-form-area form label {
    font-size: 13px;
    letter-spacing: 0.12em;
    color: rgba(226, 231, 245, 0.8);
    margin-bottom: 6px;
}

.rts-contact-page-form-area input[type="text"],
.rts-contact-page-form-area input[type="email"],
.rts-contact-page-form-area input[type="tel"],
.rts-contact-page-form-area select,
.rts-contact-page-form-area textarea {
    width: 100%;
    background: #222a354d;
    border-radius: 3px;
    border: 1px solid #a9c0e017;
    padding: 13px 14px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rts-contact-page-form-area textarea {
    min-height: 130px;
    resize: vertical;
}

.form-control:focus {
    color: white;
}

.rts-contact-page-form-area input::placeholder,
.rts-contact-page-form-area textarea::placeholder {
    color: rgba(178, 186, 205, 0.65);
}

.rts-contact-page-form-area input:focus,
.rts-contact-page-form-area select:focus,
.rts-contact-page-form-area textarea:focus {
    border-color: #e1e5ff;
    box-shadow: 0 0 0 1px rgba(225, 229, 255, 0.25);
    background: #080b12;
}

/* dugme “Send Message” */

.rts-contact-page-form-area button[type="submit"],
.rts-contact-page-form-area .btn-submit {
    max-width: 180px;
    margin-top: 6px;
    padding: 11px 38px;
    align-self: flex-end;
}

.rts-contact-page-form-area button[type="submit"]:hover,
.rts-contact-page-form-area .btn-submit:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #2f3643 0%, #232834 50%, #323849 100%);
}

/* ERROR BORDER */
.is-invalid {
    border: 1px solid #ff4d4f !important;
    background-color: rgba(255, 77, 79, 0.05) !important;
}

/* ERROR TEXT */
.invalid-feedback {
    color: #ff4d4f !important;
    font-size: 13px;
    margin-top: 4px;
}

/* FORM LABELS (nije obavezno, samo lepše) */
.form-label {
    color: #e6e6e6;
    font-size: 14px;
    margin-bottom: 6px;
}

/* SUCCESS BOX */
.contact_success_box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 60px;
    animation: fadeIn 0.4s ease-out;
}

/* Fade-in animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.is-invalid {
    border: 1px solid #ff4d4f !important;
    background-color: rgba(255, 77, 79, 0.04) !important;
}

.invalid-feedback {
    color: #ff4d4f !important;
    font-size: 13px;
    margin-top: 4px;
}


/* -----------------------------------
   RESPONSIVE
----------------------------------- */

@media (max-width: 991.98px) {
    .rts-contact-page-form-area .mian-wrapper-form {
        padding: 26px 20px 22px;
        border-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .rts-contact-area-m {
        padding-top: 60px;
    }

    .single-contact-one-inner {
        padding: 22px 18px;
    }

    .rts-contact-page-form-area .title-mid-wrapper-home-two .title {
        font-size: 20px;
    }
}


/* ===============================
   BLOG GRID - WRAPPER
   =============================== */

.blog_card {
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    border-radius: 20px;
    transition: transform .3s ease, opacity .3s ease;
}

.blog_card:hover {
    transform: translateY(-4px);
}


/* ===============================
   IMAGE WRAPPER
   =============================== */

.blog_grid_section .container .row {
    max-width: 100%;
}

.blog_card_photo_wrapper {
    overflow: hidden;
    background: #000;
}

.blog_card_photo {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: 0.92;
    transition: transform .4s ease, opacity .4s ease;
}

.blog_card_link:hover .blog_card_photo {
    transform: scale(1.03);
    opacity: 1;
}


/* ===============================
   META BADGES (DATE + AUTHOR)
   =============================== */

.blog_meta_badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 15px 0;
}

.blog_badge {
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.85rem;
    border-radius: 12px;

    /* Figma glass-effect */
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);

    color: #fff;
    letter-spacing: 0.3px;
}


/* ===============================
   TITLE
   =============================== */

.blog_card_title {
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff;
}

.blog_card_title a {
    color: #fff;
    text-decoration: none;
}

.blog_card_title a:hover {
    opacity: 0.8;
}


/* ===============================
   EXCERPT
   =============================== */

.blog_card_excerpt {
    font-size: 1rem;
    color: #c7c7c7;
    line-height: 1.55;
    margin-bottom: 0;
}


/* ===============================
   PAGINATION
   =============================== */

.blog_pagination {
    margin-top: 50px;
}

.blog_pagination .page-link {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 8px;
    padding: 8px 14px;
}

.blog_pagination .page-item.active .page-link {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.blog_pagination .page-link:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}


/* ===============================
   RESPONSIVE GRID
   =============================== */

@media (max-width: 991px) {
    .blog_card_title {
        font-size: 1.25rem;
    }
    .blog_badge {
        font-size: 0.8rem;
        padding: 5px 14px;
    }
}

@media (max-width: 767px) {
    .blog_card_photo {
        aspect-ratio: 16 / 10;
    }
}


.post_meta_label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    opacity: 0.7;
}

.post_meta_value {
    font-size: 0.95rem;
}

.post_title {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    max-width: 780px;
}

.post_header_photo_img {
    border-radius: 16px;
}

.post_section {
    /* bez bordera, čist blok */
}

.post_section_title {
    font-weight: 600;
}

.post_section_description p {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .post_meta_wrapper {
        align-items: flex-start !important;
    }

    .post_title {
        font-size: clamp(1.8rem, 7vw, 2.4rem);
    }
}



@media (min-width: 1500px) {

    .home_services_section::before {
        margin-top: -10px;
    }

}


@media (max-width: 900px) {

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .home_corporate_setup_text {
        padding-right: 0px;
    }

    .corporate_step_photo {
        margin-bottom: 60px;
    }

    .corporate_step_photo, .corporate_law_photo {
        width: 100%;
    }

    .home_corporate_setup {
        display: flex;
    }

    .home_corporate_setup_text {
        order: 2;
    }

    .home_corporate_setup_photo_col {
        order: 1;
    }

    .corporate_law_photo {
        margin-top: 60px;
    }

    .service_content,
    .service_intro {
        padding-bottom: 0px !important;
    }

    .service_section3 .card-body {
        padding: 1rem 0em;
    }

    .service_section4_card {
        padding: 17px 10px;
    }

    .post_section {
        padding-top: 0px !important;
    }


}


