@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
:root {
--font-saira: "Poppins", sans-serif;
--font-popins : "Poppins", sans-serif;
--theme-color:#DC0505;
--dark-bg:#231F20;
--gray-bg:#F3F3F3;
}
/* common css start  */
*{box-sizing: border-box; font-family: var(--font-popins); list-style: none;text-decoration: none;margin: 0; padding: 0;}
body{font-size: 16px; line-height: 28px; color: var(--dark-bg); font-weight: 400;}
p{margin-bottom: 12px;}
p:last-child{margin-bottom: 0;}
a{transition: .5s ease; color: var(--dark-bg);}
img{max-width: 100%;}

h3, h2{font-family: var(--font-saira); font-weight: 500;}

.common-btn{display: inline-block; width: fit-content; font-family: var(--font-saira); font-size: 18px; border-radius: 6px; padding: 8px 18px; line-height: normal; font-weight: 500; color:#fff; background-color: var(--theme-color);}
.common-btn:hover { background-color: var(--dark-bg);}

em{font-style: normal}


.header-container, 
.home_about_container > div, 
.home_featured_cta > div,
.home_featured_product > .home_featured_product-box,
footer .copyright{max-width: 100%; margin: 0 auto; padding: 0 60px;}

.sticky-header .header-container{max-width: 100%; margin: 0 auto; padding: 0 60px;}
    
footer > figure{max-width: 100%; margin: 0 auto; padding: 0 60px;}
    footer aside p{max-width: 100%; margin: 0 auto; padding: 0 60px;}

/* common css end  */

/* header start  */
header {border-top: 5px solid var(--theme-color); border-bottom: solid 1px #eee;}
header article{display: flex;align-items: center;justify-content: space-between;}

.logo{display: flex;}

header ul li a{font-family: var(--font-saira);}

/* top header start  */
.contact_data{display: flex;align-items: center;justify-content: end;padding-top: 15px;}
.contact_data ul{display: flex;align-items: center;}
.contact_data ul li:not(:last-of-type){margin-right: 15px;}
.contact_data ul li a{display: flex; align-items: center;}
.contact_data ul li a:hover{color: var(--theme-color);}
.contact_data ul li a:hover svg path{color: var(--theme-color); fill: var(--theme-color);transition: .5s ease;}
.contact_data ul li a svg{transition: .5s ease;margin-right: 5px;}
.contact_data ul li a.phone, .contact_data ul li a.mail{font-weight: 500;}
.contact_data ul li:last-child img:hover {filter: invert(8%) sepia(88%) saturate(6204%) hue-rotate(20deg) brightness(90%) contrast(110%);}
/* top header end  */

/* navigation start  */
.navigation ul li:not(:last-of-type){margin-right: 28px;}
header nav ul {display: flex;}
.navigation ul li a{font-weight: 500;position: relative;}
.navigation ul li a:before{position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background-color: var(--theme-color);content: ""; transition: .5s ease;}
.navigation ul li a:hover::before{width: 100%;}
.navigation ul li a.active::before{width: 100%;}
.navigation ul li {padding: 28px 0 21px;}
/* navigation end  */


/* sticky header start  */
.sticky-header{position: fixed; left: 0; top: 0; width: 100%; background-color: #fff ; z-index: 6; animation: sticky-header .5s linear; box-shadow: 0 11px 8px -8px #ebebeb; max-width:100%;}
@keyframes sticky-header { 0%{top: -50px; opacity: 0; }100%{top: 0px; opacity: 1; }}
.sticky-header .contact_data ul li:not(:last-of-type) {margin-right: 20px;}
.sticky-header .logo img{height: 60px;}
.sticky-header .contact_data {padding-top: 10px;}
.sticky-header .navigation ul li {padding: 8px 0 10px;}
.sticky-header .navigation ul li:not(:last-of-type) { margin-right: 20px;}
/* sticky header end  */
/* header end  */

/* home page start */

/* home banner start */
.home-banner{position: relative;z-index: 1;}
.banner-img{display: flex;}
.home-banner .banner-img img{width: 100%; object-fit: cover; height: 100%;}
/* home banner end */

/* home about start */
.home_about_container{display: flex; padding: 70px 0;}
.home_about_container > div{background: #F3F3F3; border-radius: 30px; overflow: hidden; padding: 16px;}
.home_about_container article:first-of-type{display: none;}
.home_about_container article {width: 50%; float: left; margin: 0; padding: 0; background: #fff; border-radius: 20px; text-align: center; padding: 50px;}
.home_about_container article h1 a{font-size: 28px; font-weight: 600; color:var(--theme-color);}
.home_about_container article h1 a span{color: var(--dark-bg);}
.home_about_container article figure{margin-top: 40px;}

.home_about_container > div > aside{padding: 0 100px; float: left; width: 50%; display: flex; flex-direction: column; height: 100%; justify-content: center;}
.home_about_container > div > aside p{font-size: 20px; line-height: 32px; margin-bottom: 34px;}

/* home about end */

/*Home featured catalog start*/

/*Home featured cta start*/
.home_featured_cta{display: flex; padding-bottom: 65px;}
.home_featured_cta > div{overflow: hidden;}
.home_featured_cta article{width: 50%; display: inline-block; float: left;}

.home_featured_cta aside h2{font-size: 30px; font-weight: 500;}
.home_featured_cta aside{width: 50%; display: flex; float: left; padding-left: 30px; flex-direction: column; height: 100%; justify-content: center;}
.home_featured_cta aside em {padding: 16px 0 25px;}
/*Home featured cta end*/

/*Home featured product start*/

.home_featured_product{background: var(--gray-bg); padding:70px 0;}
.home_featured_product aside{margin-left: -15px; margin-right: -15px; display: flex;}

/*Home featured product box start*/
.home_featured_product .home_featured_product-box > div{display: flex; flex-wrap: wrap;}
.home_featured_product article{width: calc(33.33% - 33px); margin-left: 15px; margin-right: 15px; box-shadow: 0 0 4px 0px rgba(0,0,0,0.2); border-radius: 10px; overflow: hidden; background: #fff; display: inline-block;}
.home_featured_product article figure{padding: 10px; border-bottom: solid 1px #C9C9C9; text-align: center; height: 263px;}
.home_featured_product article figure a img{height: 100%; width: 100%; object-fit: contain;}
.home_featured_product article > div{padding: 16px 20px 20px;}
.home_featured_product article h1{padding-bottom: 14px; line-height: 24px;}
.home_featured_product article h1 a{font-size: 22px; font-weight: 500; font-family: var(--font-saira); overflow: hidden; display: inline-block; height: 26px;}
.home_featured_product article h1 a:hover{color: var(--theme-color);}
.home_featured_product article > div > div{padding: 6px 0 20px; font-size: 22px;}
.home_featured_product article > div > div span{font-weight: 300;}
.home_featured_product article > div > div del{font-weight: 600;}
/*Home featured product box end*/

/*Home featured product end*/ 

/*Home featured cta two start*/
.home_featured_cta-two{display: flex; padding-bottom: 65px; padding-top: 70px; background:var(--dark-bg); position: relative;}
.home_featured_cta-two:before{content: ""; background-image: url(../img/solo-alko-logo-white.png); position: absolute; width: 739px; height: 386px; background-repeat: no-repeat; right: 0; bottom: 0; background-size: contain; opacity: 0.06; z-index: 0;}
.home_featured_cta-two > div{overflow: hidden;}
.home_featured_cta-two article{width: 50%; display: inline-block; float: left; background: #fff; border-radius: 20px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 20px;}

.home_featured_cta-two aside h2{font-size: 30px; font-weight: 500; color: #fff;}
.home_featured_cta-two aside{width: 50%; display: flex; float: left; padding-left: 100px; flex-direction: column; height: 100%; justify-content: center;}
.home_featured_cta-two aside p {margin: 16px 0 25px; color: #fff;}
.home_featured_cta-two aside .common-btn:hover{background: #fff; color:var(--theme-color); }
/*Home featured cta two end*/

/*Home featured catalog end*/

/*Services start*/
.services_container_inner{display: flex; gap: 50px; flex-wrap: nowrap; width: 100%;}
.services_container_inner nav{width: 20%;}
.services_container_inner .services_categ_details{flex-grow: 1; width: 70%;}

.services_categ_details article{
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.services_categ_details h1{color: var(--theme-color); font-size: 20px;}
.services_categ_details table{width: 100% !important;}
.services_categ_details table tr:nth-of-type(2n){background-color: #ececec;}
.services_categ_details table tr td{line-height: 20px;}
.services_categ_details table tr td p, .services_categ_details table tr td p span{font-size: 14px;}

.services_categ_details table tr td p a{color:var(--theme-color)}
.services_categ_details table tr td p a:hover{text-decoration: underline;}
.services_categ_details .common-btn{margin-top: 20px;}



/*Services  end*/

/* footer start  */
footer{background-color: #E8E8E8; clear: left;} 
footer h2{padding-bottom: 10px;}
footer > article{display: grid; gap: 30px; justify-content: center; padding: 50px 0; display: grid; grid-template-columns: 1fr 1fr 1fr;}

/* footer top start */

/* footer logo start */
.footer_logo img{height: 73px;}
.footer_logo p{padding-top:15px;}
/* footer logo end */

/* footer menu start */
.footer_menu ul li{position: relative;padding-left: 15px;}
.footer_menu ul li:not(:last-of-type){margin-bottom: 6px;}
.footer_menu ul li::before{height: 5px;width: 5px; top: 11px; border-radius: 100%; left: 0;position: absolute;content: "";background-color: var(--theme-color);}
.footer_menu ul li a:hover{color: var(--theme-color);}
.footer_menu ul:nth-of-type(2){margin-top: 5px;}
/* footer menu end */

/* footer contact start */
.footer_contact ul li{position: relative;padding-left: 24px;}
.footer_contact ul li:not(:last-of-type){margin-bottom: 12px;}
.footer_contact ul li svg{position: absolute;left: 0;top: 7px;}
.footer_contact ul li a:hover{color: var(--theme-color);}
/* footer contact end */

footer aside{background: var(--dark-bg); color: #fff;font-size: 12px; line-height: 20px; padding: 15px 0;}
footer aside p:not(:last-of-type){padding-bottom: 10px;}

/* footer top end */

/* footer bottom start  */
/* footer bottom end  */

/* copyright start  */
footer .copyright{display: flex; justify-content: space-between; padding: 20px 0;}
.copyright p{margin-bottom: 0; color: #2D2D2D;}
.copyright a{color: var(--theme-color);}
.copyright a:hover{text-decoration: underline;}
/* copyright end */

/* footer end  */
/* home page end .................  */

/******** Innerpages start *******/
.main_container{padding-top: 50px; padding-bottom: 50px; display: flex; column-gap: 40px;}

/*Product list page start*/

/*Sidebar start*/
.main_container nav{width: 26%; float: left; margin: 0; padding: 0;}
.main_container nav ul {list-style: none; margin: 0; padding: 0; width: 100%;}
.main_container nav ul li {width: 100%; display: table; margin-bottom: 5px;}
.main_container nav ul li a {color:#2D2D2D; font-weight: 500; text-transform: uppercase; margin: 0; padding: 11px 20px; display: block; background: rgba(0, 0, 0, 0.1); border-radius: 4px; position: relative;}
.main_container nav ul li a.active, .main_container nav ul li a:hover {color: #fff; background: #dc0505;}
.main_container nav ul > li > a > svg{background: #fff; padding: 4px 6px 5px 5px; width: 24px; height: 24px; border-radius: 4px; float: right; margin-top: 2px;}

.main_container nav ul li ul {list-style: none; margin: 6px 0 0px; padding: 0; width: 100%;}
.main_container nav ul li ul li {width: 100%; display: table; margin-bottom: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.15);}
.main_container nav ul li ul li:last-child{border-bottom: 0;}
.main_container nav ul li ul li a {color: rgba(0, 0, 0, 0.7); font-weight:400; text-transform: none; margin: 0; padding: 8px 20px 8px; line-height: 24px; display: block; background: 0 0; border-radius: 0;}
.main_container nav ul li ul li a.active, .main_container nav ul li ul li a:hover {color: #dc0505; background: 0 0;}
/*Sidebar start*/

.products_container_inner{
    display: flex;
    column-gap: 50px;
    width: 100%;
}
/* Right side content start */
.products_right_cnt {width: 74%; float: right; margin: 0; padding: 0;}

/* products category Content start */
.products_categ_cnt {width: 100%; margin: 0 0 10px; padding: 0 0 15px; display: table; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.products_categ_cnt h1{font-size: 28px; font-weight: 500; padding-bottom: 8px;}
.products_categ_cnt em {font-size: 18px; margin: 0 0 15px; padding: 0; float: left; width: 100%;}
.products_categ_cnt figure {max-width: 40%; overflow: hidden; vertical-align: middle; text-align: center; background: 0 0; border: none; float: left;margin: 0 20px 10px 0; padding: 0; clear: both;}
.products_categ_cnt p a{color: #dc0505;}
.products_categ_cnt p a:hover{color: #000000;}
/* products category Content end */

/*products sub category start*/
.products_sub_categ_cnt{margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap;}
.products_sub_categ_cnt article {margin-left: 15px; margin-right: 15px; margin-top: 15px;margin-bottom: 15px; box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; background: #fff;display: flex; width: calc(33.33%  - 30px); flex-direction: column;}
.products_sub_categ_cnt article figure{float: left; border-bottom: solid 1px #e7e7e7;}
.products_sub_categ_cnt article figure a{display: flex; justify-content: center;}
.products_sub_categ_cnt article figure a img{    object-fit: cover; height: 230px;}
.products_sub_categ_cnt article h1{padding: 10px; display: flex;}
.products_sub_categ_cnt article h1 a{width: 100%; position: relative; padding-right: 25px; font-size: 18px; font-weight: 600; line-height: 26px;}
.products_sub_categ_cnt article h1 a:hover{color:var(--theme-color);}
.products_sub_categ_cnt article h1 a > svg{border-radius: 4px; background: var(--theme-color); padding: 4px 6px 5px 5px; width: 20px; height: 20px; float: right; position: absolute; right: 0; top: 3px;}
/*products sub category end*/

/*products sub product box start*/
.products_sub_prod_cnt{margin-left: -15px; margin-right: -15px;}
.products_sub_prod_cnt article{width: calc(33.33% - 33px); margin-left: 15px; margin-right: 15px; margin-top: 15px;margin-bottom: 15px; box-shadow: 0 0 4px 0px rgba(0,0,0,0.2); border-radius: 10px;   background: #fff; display: inline-block;}
.products_sub_prod_cnt article figure{padding: 10px; border-bottom: solid 1px #C9C9C9; text-align: center; height: 263px;}
.products_sub_prod_cnt article figure a img{height: 100%; width: 100%; object-fit: contain;}
.products_sub_prod_cnt article > div{padding: 16px 20px 20px;}
.products_sub_prod_cnt article h1{padding-bottom: 6px; line-height: normal;}
.products_sub_prod_cnt article h1 a{font-size: 22px; font-weight: 500; font-family: var(--font-saira); overflow: hidden; display: inline-block; height: 60px; line-height: 30px;}
.products_sub_prod_cnt article h1 a:hover{color: var(--theme-color);}
.products_sub_prod_cnt article > div p{height: 138px; overflow: hidden}
.products_sub_prod_cnt article > div > div{padding: 6px 0 20px; font-size: 22px;}
.products_sub_prod_cnt article > div > div span{font-weight: 300;}
.products_sub_prod_cnt article > div > div del{font-weight: 600;}


.product_details_price_info_btn{
    display: table;
}
.product_details_price_info_btn .basic_product_info{
    width: 49%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}
.product_details_price_info_btn .price_cnt{
    margin-left: auto;
    float: left;
}
.price_cnt del,
.price_cnt span:first-child{
    font-weight: 700;
    font-size: 24px;
}
.price_cnt del{
    color: var(--theme-color);
}
.product_details_price_info_btn .price_cnt ul{
    display: flex;
    flex-direction: column;
}
.product_details_price_info_btn .price_cnt ul li{
    display: flex;
    padding: 5px 0px;
    gap: 10px;
}
.product_details_price_info_btn .price_cnt ul li img{
    width: 40px;
    height: auto;
}
.product_details_price_info_btn .price_cnt ul li span{
    text-transform: capitalize;
}
.product_details_price_info_btn .price_cnt p:last-of-type{
color: #dc0505 !important;
}
.product_details_price_info_btn a.send_request_btn{
    display: block;
    float: left;
}

.about_categ_details article{
    display: table;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.about_categ_details article:first-child{
    margin: 0 0 20px 0;
}
.about_categ_details article h1{
    margin-bottom: 10px;
}
.about_categ_details article figure{
    float: left;
    margin-right: 20px;
}
.about_categ_details article p:first-of-type{
    margin-top: 20px;
    
}

/*products sub product box end*/
/* Right side content end */

/* product filter start  */
.products_sub_prod_cnt .sorter { width: 100%; box-sizing: border-box; margin: 20px auto 10px; width:calc(100% - 30px); padding: 12px 5px; clear: both; display: table; border-radius: 4px; background: rgba(0, 0, 0, 0.1);}
.sorter form {display: flex; justify-content: space-between; width: 100%; margin: 0; padding: 0; }
.sorter form div { width: auto; float: left; margin: 0 10px 0;  display: flex;align-items: center;  padding: 0;}
select:focus{outline: 0; box-shadow: none; }
.sorter form label { font-size: 15px; color: #414141;font-weight: 500; text-transform: uppercase;margin: 0px 10px 0 0; padding: 0; float: left;}
.sorter form div select { height: 40px;  width: 240px !important; max-width: 240px !important; box-sizing: border-box; margin: 0; padding: 7px 10px 10px; font-size: 15px !important; background-color: #fff !important; color: #696969; font-weight: 400;  border-radius: 4px; border: 1px solid #d7d7d7; }
.sorter form div select{background: url(../img/down-arrow.svg) no-repeat ; background-size: 15px; background-position: center right 8px ; appearance: none; }
option { font-size: 13px !important; background-color: transparent !important; padding: 0 5px; outline: 0 !important;}
/* product filter end  */

/*Product list page end*/


/* about page start  */
.about-section{width: 74%;}
.about-section article {width: 100%; margin: 0 0 25px; padding: 0 0 15px; display: table; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.about-section article:last-child{margin-bottom: 0; border: 0; padding-bottom: 0;}
.about-section article  h1{font-size: 28px; line-height: 36px; font-weight: 500; padding-bottom: 15px; }
.about-section article  figure img{border: 1px solid #ddd; padding: 4px;}
.about-section article  em {font-size: 18px; margin: 0 0 15px; padding: 0; float: left; width: 100%;}
.about-section article  figure {max-width: 40%; overflow: hidden; vertical-align: middle; text-align: center; background: 0 0; border: none; float: left;margin: 0 20px 10px 0; padding: 0; clear: both;}
.about-section article  p a{color: #dc0505;}
.about-section article  p a:hover{color: #000000;}
/* about page end  */

/******** Innerpages end *******/



/* Elegantni search – SOLO dom */
.search_content {
  --font: var(--font-popins, "Poppins", sans-serif);
  --accent: var(--theme-color, #DC0505);
  --dark: var(--dark-bg, #231F20);
  --gray: var(--gray-bg, #F3F3F3);
  --radius: 999px;
  --height: 34px;
  margin: 0 10px 0 0; 
}

/* Form kao kompozit: input + gumb */
.search_content form {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 400px;
  margin: 18px auto;
  padding: 0;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
  transition: box-shadow .2s ease, border-color .2s ease;
  font-family: var(--font);
}

/* Naglasak kad je fokus u polju */
.search_content form:focus-within {
  border-color: #e2a6a6; /* suptilni ton prema accent */
  box-shadow: 0 8px 22px rgba(0,0,0,.08), 0 0 0 4px rgba(220,5,5,.12);
}

/* Label je skriven vizualno, ali ostaje za čitače ekrana */
.search_content label {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

/* Polje za pretragu */
.search_content input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: var(--height);
  padding: 0 16px 0 44px; /* prostor za ikonu */
  border: 0;
  outline: none;
  border-radius: var(--radius) 0 0 var(--radius);
  background: transparent;

  font-size: 16px;
  color: var(--dark);

  /* SVG ikona povećala (siva) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238E8E8E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 18px;
}

.search_content input[type="search"]::placeholder {
  color: #8E8E8E;
}

/* Gumb */
.search_content input[type="submit"] {
  height: var(--height);
  padding: 0 15px;
  border: 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  cursor: pointer;
  transition: background-color .2s ease, transform .08s ease, box-shadow .2s ease;
}

.search_content input[type="submit"]:hover {
  background: #b40404; /* malo tamniji accent */
}

.search_content input[type="submit"]:active {
  transform: translateY(1px);
}

/* Mobilno prilagođavanje */
@media (max-width: 680px) {
  .search_content form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search_content input[type="submit"] {
    padding: 0 18px;
  }
}

/* Opcija za tamnu pozadinu (ako stavljaš u tamnu traku) – dodaj klasu .on-dark na section */
.search_content.on-dark form {
  background: rgba(255,255,255,.06);
  border-color: transparent;
  box-shadow: none;
}
.search_content.on-dark input[type="search"] {
  color: #fff;
}
.search_content.on-dark input[type="search"]::placeholder {
  color: #cacaca;
}

.products_sub_prod_cnt article > div > div span.old_price {
	display: block;
	clear:both;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}


/*Mixa CSS 18.2.2026 - kosilicesolo.eu i ostalo mikrowebovi*/

/* =========================================================
   HERO BLOK - 5 segmenata (CMS)  ✅VERZIJA: "CARD" DESNO
   HTML: <section class="hero-blok"> <article>...</article>...
   - Alternacija pozadine: odd bijeli / even sivi
   - Layout: naslov full width, ispod lijevo slika, desno CARD (tekst + gumb)
   - H1 crveni
   - Slika kontrolirana visina, bez blura
   - CTA gumb premium hover
   ========================================================= */

/* 0) wrapper */
.hero-blok{
  padding: 0;
  background: transparent;
}

/* 1) svaki segment = jedan article, i on nosi pozadinu */
.hero-blok > article{
  margin: 0;
  padding: 70px 0;
  background: #ffffff;
}

/* 2) svaki drugi segment sivi */
.hero-blok > article:nth-of-type(even){
  background: #f3f3f3;
}

/* 3) grid layout unutar article */
.hero-blok > article{
  display: grid;
  grid-template-columns: 42% 1fr; /* slika manja, desno širi sadržaj */
  column-gap: 54px;
  row-gap: 14px;

  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;

  align-items: start; /* tekst kreće u visini slike */
  box-sizing: border-box;
}

.hero-blok > article > *{
  box-sizing: border-box;
}

/* 4) naslov + podnaslov full width */
.hero-blok > article > h1{
  grid-column: 1 / -1;
  margin: 0 0 8px 0;

  font-family: var(--font-saira);
  font-weight: 800;
  font-size: 44px;
  line-height: 1.12;

  color: var(--theme-color);
}

.hero-blok > article > em{
  grid-column: 1 / -1;
  display: block;

  margin: 0 0 18px 0;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  opacity: .92;

  max-width: 1000px;
}

/* 5) slika lijevo – kontrolirana visina */
.hero-blok > article > figure{
  grid-column: 1;
  margin: 0;

  border-radius: 16px;
  overflow: hidden;

  float: none !important; /* ubij CMS inline float */
}

.hero-blok > article > figure img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;

  filter: none;
  transform: none;
  transition: transform .35s ease;
}

.hero-blok > article > figure:hover img{
  transform: scale(1.03);
}

/* =========================================================
   6) DESNI "CARD" EFEKT (bez wrappera)
   Pošto nemamo <div>, card gradimo tako da:
   - prvi p (glavni tekst) dobije card stil
   - CTA paragraf se "zalijepi" na card (isti vizual)
   ========================================================= */

/* targetiramo GLAVNI TEKST (prvi <p> nakon figure) */
.hero-blok > article > figure + p{
  grid-column: 2;
  margin: 0;

  font-size: 17px;
  line-height: 1.75;
  max-width: none;

  /* CARD */
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 26px 26px 18px 26px;

  box-shadow: 0 18px 44px rgba(0,0,0,.08);
  backdrop-filter: blur(3px);
}

/* na sivom segmentu card ostaje bijel i čist */
.hero-blok > article:nth-of-type(even) > figure + p{
  background: rgba(255,255,255,.95);
}

/* CTA paragraf = onaj koji dolazi odmah nakon glavnog teksta */
.hero-blok > article > figure + p + p{
  grid-column: 2;
  margin: 0;

  /* nastavljamo card vizual */
  background: rgba(255,255,255,.92);
  border-left: 1px solid rgba(0,0,0,.06);
  border-right: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);

  border-top: 0; /* da izgleda kao jedan komad */
  border-radius: 0 0 16px 16px;

  padding: 0 26px 26px 26px;
  box-shadow: 0 18px 44px rgba(0,0,0,.08);

  backdrop-filter: blur(3px);
}

/* mali “separator” između teksta i gumba unutar carda */
.hero-blok > article > figure + p + p{
  padding-top: 14px;
}

/* Ako neki article ima više paragrafa, a ti želiš da SVE desno bude u cardu,
   ovo možeš kasnije uključiti — za sada NE diramo, da ne razbije strukturu:
   (ostavljeno namjerno isključeno) */
/*
.hero-blok > article > p,
.hero-blok > article > ul,
.hero-blok > article > ol{
  grid-column: 2;
}
*/

/* 7) CTA gumb */
.hero-blok a.contact_us{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 13px 22px;
  border-radius: 14px;

  background: var(--theme-color);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .2px;

  box-shadow: 0 14px 30px rgba(0,0,0,.14);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .25s ease, filter .25s ease;
  position: relative;
  overflow: hidden;
}

/* sjaj koji prelazi preko gumba */
.hero-blok a.contact_us::before{
  content: "";
  position: absolute;
  top: -30%;
  left: -40%;
  width: 60%;
  height: 160%;
  background: rgba(255,255,255,.28);
  transform: rotate(18deg) translateX(-120%);
  transition: transform .55s ease;
}

.hero-blok a.contact_us:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
  filter: saturate(1.08);
}

.hero-blok a.contact_us:hover::before{
  transform: rotate(18deg) translateX(260%);
}

.hero-blok a.contact_us:active{
  transform: translateY(0);
}

/* 8) RESPONSIVE */
@media (max-width: 1329px){
  .hero-blok > article{
    max-width: 96%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px){
  .hero-blok > article{
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-blok > article > h1{
    font-size: 34px;
  }

  .hero-blok > article > figure{
    grid-column: 1;
  }

  .hero-blok > article > figure img{
    height: auto;
  }

  .hero-blok > article > figure + p,
  .hero-blok > article > figure + p + p{
    grid-column: 1;
    border-radius: 16px;
    border-top: 1px solid rgba(0,0,0,.06);
    padding: 20px;
  }

  .hero-blok > article > figure + p + p{
    padding-top: 10px;
  }
}

@media (max-width: 575px){
  .hero-blok > article > h1{ font-size: 28px; }
  .hero-blok > article > em{ font-size: 16px; }
}

/* =========================================================
   FAQ (E5CMS) – STYLE SAMO KAD JE DETEKTIRANA FAQ STRUKTURA
   Pattern:
   .services_categ_details >
      article (page title H1)
      aside > article (question H2/H1 + answer P) ...
   ========================================================= */

/* 0) Scope: samo container koji ima FAQ strukturu (mora biti u jednoj liniji) */
.services_container_inner:has(.services_categ_details > article:first-of-type > :is(h1,h2)):has(.services_categ_details > aside > article > :is(h1,h2)):has(.services_categ_details > aside > article > p){
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
  padding: 60px 60px 80px !important;
  box-sizing: border-box;
}

/* responsive padding */
@media (max-width: 991px){
  .services_container_inner:has(.services_categ_details > article:first-of-type > :is(h1,h2)):has(.services_categ_details > aside > article > p){
    padding: 36px 18px 60px !important;
  }
}

/* 1) Ako postoji nav (čak i prazan) – sakrij ga i makni da ne ostane širina */
.services_container_inner:has(.services_categ_details > aside > article > p) > nav{
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  flex: 0 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 2) wrapper za sadržaj */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  box-sizing: border-box;
}

/* =========================================================
   A) PAGE TITLE (H1/H2 iz CMS-a)
   ========================================================= */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > article:first-of-type{
  margin: 0 0 22px 0 !important;
  padding: 0 0 14px 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.10) !important;
}

.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > article:first-of-type > :is(h1,h2){
  margin: 0 !important;
  font-size: 44px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  color: var(--theme-color) !important;
}

@media (max-width: 991px){
  .services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > article:first-of-type > :is(h1,h2){
    font-size: 32px !important;
  }
}

/* =========================================================
   B) FAQ LISTA – kartice + accordion
   ========================================================= */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside{
  margin-top: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* kartica */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article{
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.06) !important;

  padding: 18px 22px !important;
  box-sizing: border-box !important;

  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important; /* ✅ da ne reže pozadinu */
}

/* pitanje (H1/H2) – veći font, ali ostaje CRNO */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article > :is(h1,h2){
  margin: 0 !important;
  font-size: 22px !important;     /* ✅ veće pitanje */
  font-weight: 900 !important;
  line-height: 1.25 !important;
  color: #111 !important;         /* ✅ crno (ne theme) */

  cursor: pointer;
  user-select: none;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

/* strelica (samo indikator) */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article > :is(h1,h2)::after{
  content: "▾";
  font-size: 16px;
  line-height: 1;
  opacity: .55;
  transform: rotate(0deg);
  transition: transform .20s ease, opacity .20s ease;
  margin-top: 5px;
  color: #111;
}

/* odgovor – default zatvoren (anti flash) */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article > p{
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #222 !important;

  overflow: hidden !important;
  max-height: 0;                  /* ✅ zatvoreno odmah */
  opacity: 0;
  transition: max-height .32s ease, opacity .22s ease, margin-top .22s ease;
  will-change: max-height;
}

/* otvoreno stanje (JS postavlja max-height inline, ovdje samo vizual) */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article.is-open > p{
  opacity: 1;
  margin-top: 12px !important;
}

/* arrow state */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article.is-open > :is(h1,h2)::after{
  transform: rotate(180deg);
  opacity: .85;
}

/* hover – samo lagano, bez boje */
.services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article > :is(h1,h2):hover{
  opacity: .92;
}

/* mobile tweaks */
@media (max-width: 991px){
  .services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article{
    padding: 16px 16px !important;
  }

  .services_container_inner:has(.services_categ_details > aside > article > p) .services_categ_details > aside > article > :is(h1,h2){
    font-size: 19px !important;
  }
}