.inner-hero-section {
    align-items: center;
    display: flex;
    background: var(--color-lightgrey);
}
section.under-hero-menu-wrapper {
    background: white;
    width: 100%;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid var(--color-lightgrey);
    position: relative;
    z-index: 3;
}
section.under-hero-menu-wrapper ul {
    display: flex;
    text-align: center;
    list-style: none;
    margin-bottom: 0px;
    font-size: 15.5px;
    align-items: center;
}
section.under-hero-menu-wrapper li:hover {
    color: var(--color-red);
}
section.under-hero-menu-wrapper .swiper-button-next:after, section.under-hero-menu-wrapper .swiper-button-prev:after {
    font-size: 20px!important;
    color: var(--color-red);

}
.under-hero-menu {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    white-space: normal;
    scroll-behavior: smooth;
  }

.under-hero-menu::-webkit-scrollbar {
    height: 6px; /* opcionalno – tanak scrollbar */
}

.under-hero-menu a {
    padding: 16px 48px;
    color: var(--color-darkgrey);
    display: block;
}

.under-hero-menu a:hover {
    color: var(--color-red);
}

.zakazi-forma-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.forma-wrapper.popup-forma {
    background: white;
    padding: 50px 20px 30px;
}

.wpcf7 .btn.btn--icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 15px 5px;
    background: var(--color-red);
    color: white;
    font-weight: bold;
    text-align: center;
    width: auto;
    border: none;
    cursor: pointer;
}

.zakazi-forma-levo {
    width: 40%;
    background-color: var(--color-lightgrey);
    padding: 33px 15px;;
}
.zakazi-forma-levo h3 {
    font-size: 3rem !important;
}
.zakazi-forma-desno {
    padding: 15px;
    width: 60%;
}
.zakazi-popup {
    display: none;
    background: black;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .3);
    padding: 60px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}
div#current-product-form {
    padding: 10px;
    background: white;
    font-weight: bold;
    font-size: 20px;
    color: var(--color-red);
}
.zakazi-popup.active{
    display: flex;
}
.zakazi-forma-desno h5 {
    font-size: 1.63rem;
    font-family: var(--font-face-medi), Arial, sans-serif !important;
    color: var(--color-darkgrey);
    padding-top: 50px;
}
.zakazi-popup .wpcf7 {
    background: white;
    max-width: 1120px;
    max-height: 100%;
    overflow: auto; 
}
.zakazi-input-wrap {
    margin-bottom: 10px;
}
.panel-group .panel, .wp-block-details {
    position: relative;
    padding: 10px 0 5px;
    display: block;
    border-bottom: 1px solid var(--color-lightgrey);
}
.panel-group .panel-heading, .wp-block-details summary {
    position: relative;
}
.wp-block-details{
    padding-left: 15px;
}
.wp-block-columns .wp-block-details{
    padding-left: 0px;
}
.panel-group .panel-heading::after,  .wp-block-details summary::after {
    content: "\F12F";
    font-family: LindeGlobalIconFont;
    position: absolute;
    color: var(--color-red);
    bottom: 0px;
    right: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
.panel-group .panel .panel-title {
    margin-bottom: 10px;
    color: var(--color-darkgrey);
}
.tab-pane {
    display: none;
    position: relative;
  }
  
.tab-pane.in.active {
    display: block;
}

.inner-hero-section .inner-hero-title-section {
    align-items: center;
    flex: 1 1 40%;
    justify-content: center;
    padding: 0;
    position: relative;
}

.inner-hero-section .inner-hero-title-section header {
    margin: 0 auto;
    max-width: 75%;
    padding: 2.5vw;
}

/* .inner-hero-section .inner-hero-title-section header h1 {
    margin-top: 0px;
} */

.entry-inner-subtitle, .entry-inner-subtitle p{
    margin: 0px;
    color: var(--color-red);
    font-weight: bold;
}

.inner-hero-title-section .main-btn {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    float: left;
}
.inner-hero-section .entry-meta {
/*     margin-top: 20px; */
    font-family: DaxWebPro-Medi, Arial, sans-serif;
}

.inner-hero-section .inner-hero-image-section{
    flex: 1 1 55%;
    margin: 0;
}

.inner-hero-section .inner-hero-image-section img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.header-image-bottom {
    height: 48px;
    background-color: var(--color-lightgrey);
    display: none;
    margin-bottom: 0px;
}
.container .container{
	padding: 0;
}
@media screen and (min-width: 1200px) {
    .header-image-bottom{ 
        display: block;
		width: 80%;
    }
    .inner-hero-section .inner-hero-title-section header{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .inner-hero-section {
        flex-direction: column;
    }
    .inner-hero-section .inner-hero-image-section {
        flex: 1 1 100%;
        margin: 0;
        width: 100%;
    }
    .inner-hero-section .inner-hero-title-section header {
        margin: 0 auto;
        max-width: 100%;
        padding: 20px;
    }
    .inner-hero-section .inner-hero-title-section header h1 {
        margin-bottom: 5px;
        margin-top: 0px;
    }
    .tab-pane {
        padding-left: 0px;
        margin-top: 10px;
    }
    .zakazi-forma-wrapper {
        flex-direction: column;
    }
    .zakazi-forma-desno, .zakazi-forma-levo {
        width: 100%;
    }
    .zakazi-forma-levo {
        padding: 20px 15px 10px;
    }
    .zakazi-forma-levo h3 {
        font-size: 1.5rem !important;
        text-align: center; 
        margin-bottom: 10px;
    }
    .zakazi-forma-desno h5 {
        font-size: 1.1rem;
        padding-top: 10px;
    }
    .zakazi-popup{
        padding: 15px;
    }
}
@media screen and (max-width: 992px){
	.under-hero-menu{
		justify-content: center;
	}
	.panel-group .panel .panel-title{
		padding-right: 5px;
		font-size: 18px;
	}
	.panel-group .panel-heading::after{
		right: 5px;
	}
	.wp-block-details summary::after{
		right: -5px;
	}
}
@media screen and (max-width: 768px){
    main h1,
    .h1 {
    font-size: 36px;
		line-height: 1.15em;
    }

    main h2,
    .h2 {
    font-size: 28px;
    }

    main h3,
    .h3 {
    font-size: 22px;
    }

    main h4,
    .h4 {
    font-size: 18px;
    }

    main h5,
    .h5 {
    font-size: 16px;
    }

    main h6,
    .h6 {
    font-size: 14px;
    }

    section {
        padding: 30px 0;
    }
    .forma-wrapper.popup-forma {
        padding: 50px 10px 30px;
    }
}