/*---------------------------------------------------------------------------------

 Theme Name:   Banana_code
 Theme URI:    https://banana.com.hr
 Description:  Banana Code child Theme
 Author:       Banana_code
 Author URI:   https://banana.com.hr
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


@media (max-width: 980px) {
  .hide-mobile {
    display: none!important;
  }
}

@media (min-width: 981px) {
  .hide-desktop {
    display: none!important;
  }
}

@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

@media all and (min-width: 981px) {
   .kontakt a {
       color: #fff!important; /* Change button text color here */
    background-color: #F9AA33!important; /* Change button background color here */
    font-size: 14px!important; /* Change text size here */
    border-radius: 30px!important; /* Set this to 0px if you want a square CTA button */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 18px 16px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 32px!important;
    padding-right: 32px!important;
    border: 1px solid #F9AA33;
	   opacity: 1!important;
   }
   .kontakt a:hover {
      opacity: 1!important;
        color: #fff!important; /* Change hover button text color here */
        background-color: #64762C!important; /* Change hover button background color here */
	   border: 1px solid #64762C;
   }
}





/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}



/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
	color:#000;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}




/*place button modules next to each other in the same column*/
.b-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}



/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
		border-radius:20px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto !important;
		color:#000;
	}
}





/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}



/*MOBILE MENU CSS */



/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}
/* Remove the top line in the mobile menu*/
.et_mobile_menu {
border-top:0;
}
/* Center-align moble menu items */
.et_mobile_menu li {
text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
padding-left:0 !important;
}
/* Make mobile menu fullwidth */
.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
}

/* Remove the animation to avoid delay */
.mobile_nav.opened .et_mobile_menu {
display:block !important;
}


et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\4c';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\4d';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}
.et_mobile_menu {
margin-top: 0px;
width: 230%;
margin-left: -65%;
}


.et_mobile_menu li a {

    padding: 8px 5%;

}

/*END MOBILE MENU CSS */

.et_mobile_menu li a {
    border-bottom: 0px solid rgba(0,0,0,.00);
    color: #000;
    padding: 10px 5%;
    display: block;
}























.bc-cjenik-wrap{
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  gap:30px;
  margin:40px 0;
}

.bc-cjenik-card{
  background:#ffffff;
  border:1px solid #e8ecef;
  border-radius:20px;
  padding:30px 25px;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  transition:transform 0.3s ease, box-shadow 0.3s ease;
  height:100%;
}

.bc-cjenik-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 40px rgba(0,0,0,0.10);
}

.bc-cjenik-card h2{
  font-size:22px;
  line-height:1.3;
  margin:0 0 25px;
  color:#1f2d3d;
  padding-bottom:14px;
  border-bottom:2px solid #f0f3f6;
}

.bc-cjenik-lista{
  list-style:none;
  margin:0;
  padding:0;
}

.bc-cjenik-lista li{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid #edf1f4;
}

.bc-cjenik-lista li:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.bc-cjenik-lista span{
  color:#334155;
  font-size:16px;
  line-height:1.5;
}

.bc-cjenik-lista strong{
  color:#0f172a;
  font-size:16px;
  font-weight:700;
  white-space:nowrap;
  text-align:right;
}

.bc-cjenik-highlight{
  background:linear-gradient(180deg, #f8fcff 0%, #eef7fb 100%);
  border:1px solid #d7eaf3;
}

@media (max-width: 980px){
  .bc-cjenik-wrap{
    grid-template-columns:1fr;
    gap:20px;
  }
}

@media (max-width: 767px){
  .bc-cjenik-card{
    padding:22px 18px;
    border-radius:16px;
  }

  .bc-cjenik-card h2{
    font-size:20px;
  }

  .bc-cjenik-lista li{
    flex-direction:column;
    gap:6px;
  }

  .bc-cjenik-lista strong{
    white-space:normal;
    text-align:left;
  }
}



 