/* 
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 */

#zvuk .elementor-widget-html {
  background: #ffffffb5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  min-width: 60px;
  padding: 10px;
  backdrop-filter: blur(5px);
  border: 1px solid #fff;
  box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
	transition: all 0.3s;
	transform: none;
}
#zvuk {
	cursor: pointer;
	opacity: 1;
		transition: all 0.3s;
}
#zvuk.off {
	opacity: 0.6;
}
#drg .elementor-background-video-hosted {
  left: 70vw !important;
}
.elementor-element.elementor-element-9671d8e.fade-right.elementor-widget.elementor-widget-image {
  width: 100%;
}
.premium,
.premium .elementor-button-text {
    display: inline-block;

    background: linear-gradient(
        260deg,
        rgba(152, 135, 106, 1) 0%,
        rgba(224, 207, 178, 1) 50%,
        rgba(210, 194, 165, 1) 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    color: transparent !important;
}


.wpcf7-response-output {
  border: none !important;
  text-align: center;
  background: #00a0d20a;
  box-shadow: 0 0 32px 0 rgba(0,0,0,0.1);
  width: fit-content;
  margin: 40px auto 0 auto !important;
  padding: 15px 25px !important;
  border-radius: 10px !important;
  font-size: 18px;
}
.flase {
	mix-blend-mode: darken;
}
.purity {
   background: linear-gradient(130deg, #201E5A 0%, #4FC6E0 100%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;	
}
.origin {
   background: linear-gradient(130deg, #201E5A 0%, #4FC6E0 100%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;	
}
.btn1 a {
   background: linear-gradient(260deg,rgba(152, 135, 106, 1) 0%, rgba(224, 207, 178, 1) 50%, rgba(210, 194, 165, 1) 100%);	
   box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
   position: relative;
	padding: 12px 18px;
}

.animacija .fade-up {
	transform: translateY(30px);
		transition: all 0.7s;
	transition-delay: 0.4s;
		opacity: 0;
}

.animacija .fade-down {
	transform: translateY(-30px);
	transition: all 0.7s;
		transition-delay: 0.4s;
		opacity: 0;
}

.animacija .scale-down {
	transform: scale(1.05);
	transition: all 0.7s;
}

.animacija.animate-in .scale-down {
	transform: scale(1);
}



.animacija .fade-left {
	transform: translateX(30px);
	transition: all 0.7s;
		transition-delay: 0.4s;
		opacity: 0;
}

.animacija .fade-right {
	transform: translateX(-30px);
		transition: all 0.7s;
		transition-delay: 0.4s;
	opacity: 0;
}

.animacija .fade {
	transform: none;
		transition: all 0.7s;
	transition-delay: 0.3s;
	opacity: 0;
}

.animacija.animate-in .fade-down, 
.animacija.animate-in .fade-left, 
.animacija.animate-in .fade-right, 
.animacija.animate-in .fade-up, 
.animacija.animate-in .fade {
	opacity: 1;
	transform: translate(0, 0);
}


.btn1 a::after,
.btn2 a::after {
  background: #ffffff6b;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 50%;
  width: 30%;
  opacity: 0;
  border-radius: 10%;
  content: '';
  transition: all 0.5s;
  backdrop-filter: blur(10px);
}
.elementor-button-content-wrapper {
  z-index: 5;
  position: relative;
}

.btn2 a::after {
	mix-blend-mode: color;
}

.btn1 a:hover::after,
.btn2 a:hover::after {
	height: 100%;
	width: 100%;
	border-radius: 20px;
	opacity: 1;
}
.btn2 a:hover span {
	color: #000 !important;
}
.btn2 a {
  position: relative;
  padding: 12px 26px;
  border-radius: 999px;
  color: #e0cfb2;
  background: transparent;
  z-index: 1;
}


.btn2 a {
	background: transparent !important;
}
.btn2 a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(
    230deg,
    #98876a,
    #e0cfb2,
    #d2c2a5
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.area-of-interest {
	margin-top: 40px;
	opacity: 0.5;
	color: #201E5A;
}
.wpcf7-list-item.first {
  margin-left: 0 !important;
}
.wpcf7-list-item-label {
  color: #201E5A !important;
  margin-left: 5px;
}
.privacy-consent {
  display: flex;
  justify-content: center;
}
.privacy-consent p {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.wpcf7-submit {
   background: linear-gradient(130deg,#201E5A 0%, #4FC6E0 100%);	
	color: #fff;
	font-size: 18;
	border: none;
	border-radius: 50px;
}

.contact-form p label {
  width: 100% !important;
}

.area-of-interest {
  margin-top: 15px;
}

.privacy-note {
  margin-top: 62px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.privacy-note p {
  color: #201E5A;
  opacity: 0.4;
  text-align: center;
}

.wpcf7-not-valid-tip {
  position: absolute !important;
  right: 10px;
  bottom: 3px;
  top: unset !important;
  margin: 0 !important;
  text-align: right;
  font-size: 14px !important;
}
.privacy-consent .wpcf7-list-item-label {
  margin-bottom: 0 !important;
  margin-top: 80px;
}
.interest-options .wpcf7-list-item-label {
  padding-left: 28px;
  padding-top: 2px;
}
.wpcf7-form label span input:focus {
  border-color: #ddd !important;
}
.contact-form  label input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 8px !important;
	border-color: #201E5A;
	color: #201E5A;
}

.wpcf7-submit:hover {
  transform: scale(1.05);
}

/* Hide native checkbox but KEEP it clickable */
.wpcf7-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* Label layout */
.wpcf7-form label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #6b6fa6;
}

/* Text span (this is where the box lives) */
.wpcf7-form label span {
  position: relative;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 18px;
}

.interest-options {
	  padding-left: 0px;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
}

.wpcf7-form label span input {
	outline: none;
	font-size: 18px;
}

/* Checkbox box */
.wpcf7-form .interest-options label span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1.5px solid #6b6fa6;
    border-radius: 4px;
    transition: all 0.2s ease;
}

/* Filled box when checked */
.wpcf7-form .interest-options input[type="checkbox"]:checked + span::before {
    background: linear-gradient(135deg, #2b2f77, #3fbfdc);
    border-color: transparent;
}

/* Checkmark */
.wpcf7-form .interest-options  input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-spinner {
  position: absolute;
}
.form-submit p {
  text-align: center;
}

.privacy-consent .wpcf7-list-item {
	margin-left: auto;
}

@media all and (max-width: 980px) {
	.wpcf7-response-output {
	  font-size: 16px;
	}
	.privacy-note {
		margin-top: 30px;
	}
	.privacy-consent .wpcf7-list-item-label {
		font-size: 14px;
   		 margin: 0 auto !important;
	}
	.wpcf7-form-control.wpcf7-checkbox {
	 flex-direction: column;
	}	
	.wpcf7-form-control.wpcf7-checkbox span {
	  width: 100%;
	  margin-left: 0 !important;
	  margin-bottom: 10px;
	}
}

@media all and (max-width: 480px) {
	#zvuk .elementor-widget-html {
	  height: 40px;
	  width: 40px;
	  min-width: 40px;
	  padding: 5px;
	}
	.btn2, .btn2 a,
	.btn1, .btn1 a {
	  width: 90%;
	  margin: 0 auto !important;
	  display: flex;
	  justify-content: center;
	}
}