/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here *//*# sourceMappingURL=style.css.map */

/* GENERAL */
/* COLORS */
:root {
    --beige: #F4F0EA;
    --brown: #4F4234;
    --white: #FCFCFC;
  }

@media(max-width: 1024px){
.word-wrapping h2 {
	word-wrap: break-word!important;
}
}
/* BUTTONS */
.elementor-button-icon {
    display: flex;
}
.elementor-button-icon svg {
    width: 20px;
}
.btn-animate .elementor-button {
    display: inline-flex!important;
    position: relative!important;
    overflow: hidden!important;
    transition: background .6s, color .6s!important;
}
.btn-animate .elementor-button-icon svg path {
    stroke: var(--white)!important;
    transition: stroke .6s!important;
}
.btn-animate.btn-brown .elementor-button-icon svg path,
.btn-animate.btn-brown svg path {
    stroke: var(--brown)!important;
    transition: stroke .6s!important;
}
.btn-animate .elementor-button::before {
    content: ''!important;
    position: absolute!important;
    bottom: -50%!important;
    left: 50%!important;
    width: 120%!important;
    height: 200%!important;
    border-radius: 100%!important;
    background: var(--white)!important;
    transition: transform .6s!important;
    transform: translate(-50%, 100%) scale(0)!important;
    z-index: 0!important;
}
.btn-animate.btn-brown .elementor-button::before {
    background: var(--brown)!important;
}
.btn-animate .elementor-button:hover::before {
    transform: translate(-50%, 0) scale(1)!important;
}
.btn-animate .elementor-button:hover {
    color: var(--brown)!important;
}
.btn-animate.btn-brown .elementor-button:hover {
    color: var(--white)!important;
}
.btn-animate .elementor-button:hover .elementor-button-icon svg path {
    stroke: var(--brown)!important;
}
.btn-animate.btn-brown .elementor-button:hover .elementor-button-icon svg path,
.btn-animate.btn-brown .elementor-button:hover svg path {
    stroke: var(--white)!important;
}
.btn-animate span {
    z-index: 1!important;
}

/* FAQ TABS */
.btn-animate.tabs {
    display: inline-flex!important;
    position: relative!important;
    overflow: hidden!important;
    transition: background .6s, color .6s!important;
}
.btn-animate.tabs::before {
    content: ''!important;
    position: absolute!important;
    bottom: -50%!important;
    left: 50%!important;
    width: 120%!important;
    height: 200%!important;
    border-radius: 100%!important;
    background: var(--brown)!important;
    transition: transform .6s!important;
    transform: translate(-50%, 100%) scale(0)!important;
    z-index: 0!important;
}
.btn-animate.tabs:hover::before {
    transform: translate(-50%, 0) scale(1)!important;
}
.btn-animate.tabs:hover {
    color: var(--white)!important;
}
.btn-animate.tabs span {
    z-index: 1!important;
}

/***************/
/* FOOTER */
/***************/
.footer-contact a {
    display: inline !important;
    color: var(--beige);
}
.newsletter-form .elementor-field-type-acceptance {
    margin-top: 5px;
    order: 1;
}
.newsletter-form .elementor-field-type-acceptance input {
    position: relative;
    top: 2px;
}
.newsletter-form .elementor-field-type-acceptance label {
    color: var(--beige) !important;
    font-size: 12px !important;
    line-height: 19px !important;
    font-weight: 300 !important;
}
/* FORM SETTINGS */
.elementor-message.elementor-message-success.elementor-message-svg {
    color: #fff !important;
}
.elementor-field-group.elementor-field-type-submit {
    align-items: flex-start;
}
@media (max-width: 767px){
    .newsletter-form .e-form__buttons {
        width: auto;
        margin: auto 0 auto auto;
        margin-top: -51px;
        right: -2px;
    }
    .bottom-bar-list ul {
        flex-direction: column;
        gap: 24px;
    }
}

.footer-info {
    grid-template-columns: auto!important;
}

.footer-column-5 {
    max-width: 410px;
}

.footer-column-1 { grid-area: 1 / 1 / 2 / 2; }
.footer-column-2 { grid-area: 1 / 2 / 2 / 3; }
.footer-column-3 { grid-area: 1 / 3 / 2 / 4; }
.footer-column-4 { grid-area: 1 / 4 / 2 / 5; }
.footer-column-5 { grid-area: 1 / 5 / 2 / 6; }

/* TABLET AND SMALL LAPTOP*/
@media (max-width: 1340px){
    .footer-info {
        grid-template-rows: auto!important;
    }
    .footer-column-1 { grid-area: 1 / 1 / 2 / 2; }
    .footer-column-2 { grid-area: 1 / 2 / 2 / 3; }
    .footer-column-3 { grid-area: 1 / 3 / 2 / 4; }
    .footer-column-4 { grid-area: 2 / 1 / 3 / 2; }
    .footer-column-5 { grid-area: 2 / 2 / 3 / 4; }
}

/* MOBILE */
@media (max-width: 767px){
    .footer-info {
        grid-template-rows: auto!important;
    }
    .footer-column-1 { grid-area: 1 / 1 / 2 / 3; }
    .footer-column-2 { grid-area: 2 / 1 / 3 / 2; }
    .footer-column-3 { grid-area: 2 / 2 / 3 / 3; }
    .footer-column-4 { grid-area: 3 / 1 / 4 / 3; }
    .footer-column-5 { grid-area: 4 / 1 / 5 / 3; }
}

/***************/
/*    HOME     */
/***************/
/* HERO */
#section-1 {
    overflow: hidden;
}
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
    pointer-events: none!important;
}
#dots-append {
    width: 500px;
}
#dots-append .swiper-pagination {
    display: flex;
    text-align: left;
    bottom: 46px;
    gap: 13px;
}
.swiper-pagination-bullet {
    width: 64px;
    height: 3px;
    border-radius: 0;
    background-color: #F4F0EA;
}
#hero-title h1 {
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 767px) {
    #dots-append .swiper-pagination {
       bottom: -40px;
    }
}

@media (max-width: 345px) {
    .hero-slider .swiper-slide {
       height: 900px!important;
    }
}

/* Proizvodi */
.product-thumbnail .hover-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    /* z-index: 2; AKO SE NE TREBA VIDJETI IKONA */
    z-index: 1;
    transition: opacity .2s;
    transition: .25s linear;
}
.product-thumbnail .hover-image img,
.product-thumbnail .hover-image a  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-thumbnail .hover-image img {
    transition: .5s;
}
.product-thumbnail:hover .hover-image img {
    transform: scale(1.05);
}
.product-colors {
    display: flex;
    gap: 8px;
    margin-bottom: -3px;
}
/* .design-ragusa .reveal-proizvodi > div,
.design-olea .reveal-proizvodi > div {
    padding-top: 0!important;
} */
/* .design-ragusa .reveal-proizvodi img,
.design-olea .reveal-proizvodi img {
    min-height: 410px!important;
    object-fit: cover;
} */
@media (min-width: 600px){
    .product-thumbnail:hover .hover-image {
      opacity: 1;
    }
}
/* Materijali */
.material.swiper .swiper-slide {
    display: flex;
}
.material.swiper .swiper-button-prev,
.material.swiper .swiper-button-next {
    background: #f4f0ea;
    top: auto;
    bottom: 0;
    height: auto;
    padding: 16px 26px;
}
.material.swiper .swiper-button-prev {
    left: 0;
}
.material.swiper .swiper-button-next {
    left: 52px;
}
.material.swiper .swiper-button-prev::after,
.material.swiper .swiper-button-next::after {
    content: url(https://natu.1o1o.com.hr/wp-content/uploads/2024/06/guidance-arrow-right-brown.svg);
    font-size: 0;
    transition: .35s;
}
.material.swiper .swiper-button-prev::after {
    content: url(https://natu.1o1o.com.hr/wp-content/uploads/2024/07/guidance-arrow-left-brown.svg);
}
.material.swiper .swiper-button-prev:hover::after,
.material.swiper .swiper-button-next:hover::after {
    transform: scale(1.3);
}
.material.swiper .swiper-slide img {
    transition: .5s;
}
.material.swiper .swiper-slide:hover img {
    transform: scale(1.1);
}
.material-item {
    font-family: Manrope;
    font-size: 24px;
    line-height: 33px;
    text-align: left;
    padding: 16px 0;
    border-bottom: 1px solid #4F423440;
    position: relative;
    color: #4F423480;
}
.material-item.active {
    color: #4F4234;
}
.material-item.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4F4234;
    animation: loading 5.35s linear infinite;
}

@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
/* HOTMAP SECTION */
.hotmap-section {
    --container-max-width: 2000px !important;
}
/* BLOG HOME */
.post-tags span {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.post-loop-item img {
    object-fit: cover;
    object-position: center;
	transform: scale(1)!important;
	transition: .5s!important;
}
.post-loop-item:hover img {
	transform: scale(1.05)!important;
}
/* BLOG TAB-MOB */
@media (max-width: 767px) {
	.blog-loop .elementor-loop-container {
        display: flex;
        height: 100%;
        gap: 20px !important;
        justify-content: space-between;
        align-items: stretch;
        overflow-x: auto;
        padding-bottom: 30px;
    }

	.blog-loop .elementor-loop-container > div {
		flex-basis: 56%;
		flex-shrink: 0;
		height: 100%;
	}

	.blog-loop .elementor-loop-container::-webkit-scrollbar {
		width: 1px;
		height: 2px;
	}

	.blog-loop .elementor-loop-container::-webkit-scrollbar-track {
		background:#4F423440; /* Color of the scrollbar track */
	}

	.blog-loop .elementor-loop-container::-webkit-scrollbar-thumb {
		background: #4F4234; 
		border-radius: 0px; 
		width: 114px; 

	}
    .blog-loop .elementor-loop-container > div {
        display: flex;
        align-items: flex-start;
        flex-grow: 1; /* Let the divs grow equally */
        height: auto; /* Let the browser calculate the height */
        min-height: 100%; /* Ensure the divs fill the height of the container */
        width: auto; /* Remove width restrictions */
        flex-basis: 86%;
    }
    .blog-loop #image-section  {
        max-height: 200px;
    }
    .blog-loop .reveal-section {
        height: 100%;
    }
    .loop-single-blog > .e-con-inner {
        align-content: flex-start!important;
    }
    #blog-tags {
        margin-top: auto;
    }
}

.e-hotspot__tooltip {
    box-sizing: border-box !important;
    padding: 25px 20px 16px !important;
    background: #FCFCFC !important;
    top: auto!important;
    bottom: calc(100% + 15px)!important;
}
.product-image {
    display: flex;
    width: 340px;
    overflow: hidden;
    position: relative;
}
.product-image img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.product-image a.elementor-button {
    font-size: 14px;
    line-height: 19px;
    background: #4F4234;
    border: 1px solid #4F4234;
    color: #fcfcfc;
    /* border-radius: 100px 0 0 100px; */
    text-transform: uppercase;
    padding: 7px 30px 7px 15px;
    display: flex!important;
    position: absolute!important;
    bottom: 0;
    right: -20px;
    opacity: 1;
    transition: .3s;
    gap: 8px;
}
.product-image .tooltip-icon {
    width: 20px;
    height: 20px;
}
.product-popup:hover a {
    opacity: 1;
}
.product-image a.elementor-button:hover {
    border: 1px solid #fcfcfc!important;
    color: #4F4234!important;
}
.product-name {
    margin-top: 7px;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4F4234;
}
@media(min-width: 768px){
    .loop-single-blog {
        cursor: url('https://natu.1o1o.com.hr/wp-content/uploads/2024/07/read-more.svg'), auto !important;
    }
}
@media(max-width: 1024px){
    .product-image {
        width: 230px;
    }
    .product-image img {
        height: auto !important;
    }
    .hotmap-section .e-hotspot:first-of-type .e-hotspot__tooltip {
        right: -56px;
    }
    .product-image a.elementor-button {
        font-size: 10px;
        line-height: 14px;
        padding: 4px 30px 4px 15px;
    }
    .product-image .tooltip-icon {
        width: 16px;
        height: 16px;
    }
    .product-image .tooltip-icon svg {
        height: 15px;
    }
}
@media(max-width: 1024px){
    .hotmap-section .e-hotspot:first-of-type .e-hotspot__tooltip {
        right: auto;
        left: -50px!important;
    }
    .hotmap-section .e-hotspot:nth-of-type(2) .e-hotspot__tooltip {
        right: -95px!important;
        left: auto;
    }
}
@media(max-width: 767px){
    .post-content img {
        width: 400px;
        max-width: 100%;
    }
}

/*******************/
/*    ABOUT US     */
/*******************/
@media (min-width: 1440px){
    .about-us-hero-text {
        max-width: 640px;
        padding-left: 0;
    }
}
/* Sliders */
.swiper.gallery .swiper-wrapper {
    align-items: flex-end;
}
.swiper.gallery2 .swiper-wrapper {
    align-items: flex-start;
}
.gallery.swiper .swiper-slide,
.gallery2.swiper .swiper-slide {
    width: auto; /* Allow the slide width to be determined by the content */
}

/* .gallery.swiper .swiper-slide.small {
width: 15%;
}

.gallery.swiper .swiper-slide.large {
width: 25%;
} */

.gallery.swiper .swiper-wrapper,
.gallery2.swiper .swiper-wrapper {
    transition-timing-function : linear!important;
}

/* Image scale */
.about-inline-section {
    width: auto;
}

/* Hover Blog */
@media(min-width: 1025px){
.hover-blog .elementor-loop-container {
    display: flex;
}
.hover-blog .elementor-loop-container .post {
    display: flex;
    flex-basis: 100%;
    transition: 1.2s;
}
.hover-blog .elementor-loop-container .post-excerpt,
.hover-blog .elementor-loop-container .post-tags {
    opacity: 0;
    max-width: 485px!important;
    transition: .8s;
}
.hover-blog .elementor-loop-container .active {
    flex-basis: 185%;
}
.hover-blog .elementor-loop-container .active .post-item::before {
    background-color: #5D6241;
    opacity: 1;
}
.hover-blog .elementor-loop-container .active .post-excerpt,
.hover-blog .elementor-loop-container .active .post-tags {
    opacity: 1;
}
}


/* Overflowing images */
@media(max-width: 500px){
    .overflowing-images-section .about-inline-section {
        flex-basis: 50%;
    }
    .about-inline-section.video-section {
        width: 100%;
    }
}

/*******************/
/* PRODUCT ARCHIVE */
/*******************/
.filter-animate .e-filter-item {
    display: inline-flex !important;
    position: relative;
    overflow: hidden !important;
    transition: background .6s, color .6s;
}
.filter-animate .e-filter-item::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: 50%;
    width: 120%;
    height: 200%;
    border-radius: 100%;
    background: var(--brown);
    transition: transform .6s;
    transform: translate(-50%, 100%) scale(0);
    z-index: 0;
}
.filter-animate .e-filter-item:hover::before {
    transform: translate(-50%, 0) scale(1);
}
.filter-animate .e-filter-item:hover {
    color: var(--white)!important;
}
.filter-animate span {
    z-index: 1;
}


/*******************/
/*     CONTACT     */
/*******************/
/* Apply the animation to the SVG inside .animate-arrow */
.animate-arrow svg {
animation: upDown 2s ease-in-out infinite;
}
  
/* Define the keyframes for the animation */
@keyframes upDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
}

#inquiry {
    offset-anchor: 150px;
}

/***************/ 
/* SINGLE POST */
/***************/ 
/* Share buttons */
.elementor-share-btn {
    height: auto!important;
}
.elementor-share-btn__text {
    justify-content: flex-start!important;
    padding: 0 !important;
    gap: 8px!important;
}
.elementor-share-btn__text:before {
    position: relative;
    top: 3px;
}
.elementor-share-btn_linkedin .elementor-share-btn__text:before {
    content: url(https://natu.1o1o.com.hr/wp-content/uploads/2024/07/Llogo.svg);
}
.elementor-share-btn_facebook .elementor-share-btn__text:before {
    content: url(https://natu.1o1o.com.hr/wp-content/uploads/2024/07/flogo.svg);
}
.elementor-share-btn_twitter .elementor-share-btn__text:before {
    content: url(https://natu.1o1o.com.hr/wp-content/uploads/2024/07/xlogo.svg);
}
#copy-link-container .copy-link-text:before {
    position: relative;
    top: 3px;
    content: url(https://natu.1o1o.com.hr/wp-content/uploads/2024/07/copy.svg);
}

/* Copy to Clipoard */
#copy-link-container {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.copy-link-text {
    font-family: Manrope;
    display: flex;
    gap: 8px!important;
    font-size: 15px;
    font-weight: 300;
    align-items: center;
}

#copy-link-tooltip {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position the tooltip above the text */
    left: 50%;
    margin-left: -60px;
    opacity: 1;
    transition: opacity 0.3s;
    width: 120px;
    pointer-events: none;
}

#copy-link-tooltip::after {
    content: '';
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Post content */
.post-content h2,
.post-content h3,
.post-content h4 {
    color: #4F4234;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.2;
}
.post-content p,
.post-content .wp-block-gallery,
.post-content .wp-block-image {
    margin-bottom: 24px;
}

/***************/ 
/* POPUP VIDEO */
/***************/
@media(max-width: 500px){
	#video-popup .e-hosted-video {
		--video-aspect-ratio: 1!important
	}
}

/***************/ 
/*   PROCESS   */
/***************/ 
.process-video-1 .e-hosted-video {
    --video-aspect-ratio: 1.435!important;
}
.process-video-1 video {
    width: 534px!important;
}
.process-video-2 .e-hosted-video {
    --video-aspect-ratio: 0.84!important;
}
.process-video-2 video {
    width: 312px!important;
}
@media(min-width: 768px) and (max-width: 1024px){
    .process-video-1 video {
        width: 500px !important;
        max-height: 280px;
        min-height: 280px;
    }
    .process-video-1 .e-hosted-video,
    .process-video-2 .e-hosted-video {
        --video-aspect-ratio: auto !important;
    }
    .process-video-2 video {
        width: 300px !important;
        max-height: 371px;
        min-height: 371px;
    }
}
@media(max-width: 767px){
    .process-video-1 video,
    .process-video-2 video {
        width: 400px !important;
        max-height: 233px;
        min-height: 233px;
    }
    .process-video-1 .e-hosted-video,
    .process-video-2 .e-hosted-video {
        --video-aspect-ratio: auto !important;
    }
    .process-video-2 video {
        width: 200px !important;
    }
}
@media(max-width: 500px){
    .process-video-1 video {
        width: 100% !important;
    }
}

/*******************/
/* PRODUCTS SINGLE */
/*******************/ 
.read-more-button {
    cursor: pointer;
    color: #4F4234;
    display: flex;
    width: fit-content;
    margin-top: 14px;
    gap: 4px;
}
.read-more-button span {
    position: relative;
    top: 2px;
}
.product-description .additional-text {
    display: none;
}
.product-design-name a {
    color: #4F4234;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
}
.specification-link {
    text-underline-offset: 4px !important;
}
/* @media (min-width: 1600px){
    .product-elementor-swiper {
        padding-left: 140px;
    }
} */

/* PRODUCT STICKY LINE */
.green-tab {
    background: #5D6241;
    color: #F4F0EA;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 100px;
}

@media (min-width: 1500px){
    .materials-slider-section,
    .prodcut-swiper-section {
        padding-right: 60px;
    }
}
@media (max-width: 767px){
    .green-tab {
        padding: 0;
        margin: 4px 16px;
        text-align: center;
    }
    .duplicated-items {
        background: #5D6241;
        width: auto;
        margin: 0 auto;
        border-radius: 24px;
    }
    .table-feet {
        position: relative;
        flex-basis: 35%!important;
        justify-content: center;
		min-width: 120px;
    }
    .duplicated-dimensions {
        position: relative;
    }
    .duplicated-dimensions::before {
        left: 100%;
        content: '';
        width: 1px;
        background: rgba(244, 240, 234, 0.25);
        height: 100%;
        position: absolute;
        border-top: 3px solid #5d6241;
        border-bottom: 3px solid #5d6241;
    }
    .postid-446 .duplicated-items {
        width: 90%;
    }
}


/* FORM TABS */
.gfield--type-section {
    margin-top: -2px!important;
    padding: 0 !important;
    height: 0 !important;
}
.gform_wrapper .ginput_container input {
    background: transparent!important;
    border-radius: 0!important;
    border: 0!important;
    box-shadow: none!important;
    border-bottom: 1px solid rgba(79, 66, 52, 0.50)!important;
    color: rgba(79, 66, 52, 0.50)!important;
    color: rgba(79, 66, 52, 0.50);
    font-family: Manrope!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: normal!important;
    padding-left: 0!important;
    padding-bottom: 10px!important;
}
.gform_wrapper .gform_fields {
    row-gap: 34px!important;
}
.gfield_label {
    color: #4F4234!important;
    font-family: Manrope!important;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: normal!important;
    letter-spacing: 1.12px!important;
    text-transform: uppercase!important;
    margin-bottom: 14px!important;
}
.form-tabs .gfield_radio {
    display: inline-flex!important;
    flex-direction: row!important;
    flex-wrap: wrap!important;
    gap: 16px!important;
}
.form-tabs .gfield_radio .gfield-choice-input {
    position: absolute;
    opacity: 0;
}
.form-tabs .gfield_radio label {
    margin-left: 0!important;
    color: #4F4234;
    font-family: Manrope!important;
    font-size: 14px!important;
    font-weight: 300!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    padding: 15px 31px!important;
    border-radius: 100px!important;
    border: 1px solid #4F4234!important;
    cursor: pointer!important;
}
.form-tabs .gfield_radio  input[type=radio]:checked + label {
    border-color: #5D6241!important;
    background-color: #5D6241;
    color: #F4F0EA!important;
}
.gform_button {
    margin-top: 10px!important;
    width: 100%!important;
}
.gform_button .elementor-button {
    width: 100%!important;
    padding: 15px!important;
}
.gform_button .elementor-button {
    background-color: transparent!important;
    color: #4F4234!important;
    font-family: Manrope!important;
    font-size: 14px!important;
    font-weight: 300!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    border-radius: 100px!important;
    border: 1px solid #4F4234!important;
}
.gform_button.btn-animate .elementor-button::before {
    content: ''!important;
    position: absolute!important;
    bottom: -50%!important;
    left: 50%!important;
    width: 120%!important;
    height: 200%!important;
    border-radius: 100%!important;
    background: var(--white)!important;
    transition: transform .6s!important;
    transform: translate(-50%, 100%) scale(0)!important;
    z-index: 0!important;
}
.gform_button.btn-animate .elementor-button::before {
    background: var(--brown)!important;
}
.gform_button.btn-animate .elementor-button:hover::before {
    transform: translate(-50%, 0) scale(1)!important;
}
.gform_button.btn-animate .elementor-button span {
    position: relative!important;
}
.gform_button.btn-animate svg {
    z-index: 2 !important;
}
.gform-theme--framework svg, 
.gform-theme--framework symbol, 
.gform-theme--framework svg *, 
.gform-theme--framework symbol * {
    all: revert-layer!important;
    display: inline-block !important;
}
.duplicated-button a:hover {
    cursor: pointer!important;
}
.table-feet {
    display: none;
}
@media (max-width: 767px){
.duplicated-button .btn-brown {
    width: 100% !important;
}
.duplicated-button .btn-brown a {
    justify-content: center;
    width: 100%;
}
}

/* PORTFOLIO */
#portfolio-heading {
    transition: opacity 0.5s ease;
}
.page-id-81 .elementor-location-footer {
    display: none;
}
.page-id-81 .wrapper:not(:first-of-type) {
    padding-top: 150px;
}
.page-id-81 .loop-container {
    max-width: 1440px !important;
    margin: 0 auto;
}

/***************/
/*   MOBILE    */
/***************/
.mobile-popup-menu {
    z-index: 998;
}
.site-logo {
    position: relative;
    z-index: 999;
}
.mobile-popup-menu .dialog-widget-content {
    width: 100%!important;
}
.menu-button svg circle,
.menu-button svg path  {
    transition: .75s;
}
.menu-button.active svg circle {
    stroke: #4F4234;
}
.menu-button.active svg path {
    fill: #4F4234;
}
.menu-button.active svg #Vector {
    transform: translateY(-3px)!important;
}
.menu-button.active svg #Vector_2 {
    transform: translateY(3px)!important;
}
#site-logo #Vector_3 {
    transition: .75s;
}
#site-logo.active #Vector_3 {
    fill: #4F4234;
}
#products-toggle {
    cursor: pointer;
    position: relative;
}
.mobile-menu a {
    border-bottom: 1px solid rgba(79, 66, 52, 0.25);
}
#products-toggle::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(https://natu.1o1o.com.hr/wp-content/uploads/2024/06/guidance-arrow-right-brown.svg);
    top: 25px;
    right: 5px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    transform: rotate(90deg);
    transition: .5s;
}
#products-toggle.active::after {
    transform: rotate(-90deg);
}
.popup-social ul {
    justify-content: space-between;
    max-width: 400px;
}
.popup-social ul li {
    text-decoration: underline;
}

body.dialog-prevent-scroll {
    overflow: hidden!important;
}

.mobile-menu-popup {
    position: fixed!important;
	top: 0!important;
	height: 100%!important;
	left: 0!important;
	min-height: 100vh!important;
}

.dialog-prevent-scroll [data-elementor-type="header"] {
	display: none!important;
}

/* SINGLE PROIZVOD */
#prod-swiper {
    padding-right: 15px;
}
#prod-swiper .swiper {
    z-index: 5!important;
}
#prod-swiper .swiper-wrapper {
    width: 100%;
}
#prod-swiper .swiper-slide {
    width: 36% !important;
    z-index: 10 !important;
}
@media (max-width: 992px) {
    #prod-swiper .swiper-slide {
        width: 56% !important;
    }
}
@media (max-width: 600px) {
    #prod-swiper .swiper-slide {
        width: 82% !important;
    }
}

/* REVEAL ANIMATION */
.reveal-proizvodi,
.reveal-blog {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100px;
    overflow: hidden;
}
.reveal-proizvodi img,
.reveal-blog img {
    transform-origin: left!important;
}
.reveal-blog .elementor-widget-container {
    display: flex;
}
  

/* FAQ */
.e-n-accordion-item .e-n-accordion-item-title-icon  {
    flex-grow: 1;
    justify-content: flex-end;
}
.e-n-accordion-item-title svg {
    transition: .5s;
}
.e-n-accordion-item-title[aria-expanded="true"] svg {
transform: rotate(90deg);
}
.e-n-accordion-item-title[aria-expanded="false"] svg {
    transform: rotate(-90deg)!important;
}
.e-n-accordion-item svg path {
    fill: transparent !important;
}
@media (min-width: 1025px){
    .page-id-3857 .page-content {
        position: relative;
        background-image: url('https://natu.1o1o.com.hr/wp-content/uploads/2024/09/topography-faq.svg');
        background-position: left;
        background-repeat: no-repeat;
        background-size: 500px auto; /* Or cover, depending on your preference */
        min-height: 300px; /* Adjust depending on the minimum height you need */
    }
}
.page-id-3857 p a,
.single-post p a {
    color: var(--brown);
    font-weight: 500;
    text-decoration: underline!important;
    text-underline-offset: 1px;
}

/* PORTFOLIO ANIMATE */
.slide-up {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.slide-up.show {
    opacity: 1;
    transform: translateY(-100px);
}



/* COOKIE POLICY */
.cookie-btn a {
    background-color: #FCFCFC00!important;
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-color: var(--e-global-color-text)!important;
	cursor: pointer;
}
.cookie-btn a:hover {
    color: #fff!important;
}
.cookie-btn {
    margin-bottom: 24px;
}
.cookies-section a {
    text-decoration: underline;
    color: #4F4234;
	word-break: break-all!important;
}

@media (min-width: 768px){
.bottom-bar-list .elementor-icon-list-items {
	row-gap: 8px;
	}
}	


/* COOKIE BANNER */
.cky-btn-revisit-wrapper {
  background-color: var(--brown)!important;
}
.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-reject {
	color: var(--brown)!important;
	border-color: var(--brown)!important;
}
.cky-btn.cky-btn-accept {
	border-color: var(--brown)!important;
	background-color: var(--brown)!important;
}

/* SECTION FIX */
/* Initially hidden state for the whole section */
#invisible-section {
    max-height: 0; /* Collapsed initially */
    opacity: 0; /* Invisible */
    visibility: hidden; /* Hidden from view */
    overflow: hidden; /* Prevent content overflow */
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* When the section is visible */
.section-visible {
    max-height: 800px!important; /* Adjust based on the height of content (menu-products + button) */
    opacity: 1!important; /* Fully visible */
    visibility: visible!important; /* Make it visible */
}