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

html, body {
	overflow-x: hidden;
}
#portfolio-section a {
	text-decoration: none !important;
}
.mes, .god {
  color: #39FF14;
}
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 50px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 42px; /* Bigger knob */
    width: 42px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }

  input:checked + .slider:before {
    transform: translateX(90px); /* Increased for new width */
  }
  .toggle-content {
    margin-top: 30px;
  }
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 50px;
}
 .toggle-switch {
    position: relative;
    display: inline-block;
    width: 140px; /* Increased width */
    height: 50px; /* Increased height */
  }
  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .hidden {
    display: none;
  }
  .visible {
    display: flex;
  }
  input:checked + .slider {
    background-color: #39FF14;
  }
  .labels {
    display: flex;
    justify-content: space-between;
    width: 140px;
    font-size: 12px;
    margin-top: 5px;
  }
.labels label {
	color: #39FF14;
}


.iko {
	transition: opacity 0.3s;
}
.iko:hover {
	opacity: 0.5;
}
/* CF7 Wrapper */
.paket ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.paket ul  li {
  list-style: none;
  position: relative;
}
.paket ul li::before {
  content: '✔';
  color: #000;
  background: #39FF14;
  width: 18px;
  height: 18px;
  display: inline-flex;
  border-radius: 50%;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  left: -23px;
  position: absolute;
  font-size: 16px;
  font-weight: 900;
}
.cf7-dva p {
	display: flex;
	width: 100%;
	column-gap: 30px;
}
.wpcf7 {
    font-family: 'Barlow', sans-serif;
}

/* Transparent Inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    background: transparent;
    border: 2px solid #39FF14;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
		margin-top: 10px;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    box-shadow: 0 0 12px #39FF14;
    border-color: #39FF14;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255,255,255,0.6);
    font-family: 'Barlow', sans-serif;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 160px;
    resize: vertical;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: transparent;
    border: 2px solid #39FF14;
    color: #39FF14;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7 label {
	color: #fff;
	display: block;
	font-size: 14px; 
	text-transform: uppercase;
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
    background: #39FF14;
    color: #000;
    box-shadow: 0 0 18px #39FF14;
}

/* Validation Messages */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    font-family: 'Barlow', sans-serif;
    color: #39FF14;
    border-color: #39FF14;
}
body:not(.elementor-editor-active) .fadeLeft {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s 0.5s !important;
}
body:not(.elementor-editor-active) .in-viewport .fadeLeft {
	opacity: 1;
	transform: translateY(0px);
}
.usluga {
  position: relative;
  background: #111; /* your inner background */
  border-radius: 16px;
  padding: 2px; /* border thickness */
}
body:not(.elementor-editor-active)  .donesi p {
	opacity: 0;
	transform: translateX(-20px);
	transition: all 0.5s 0.5s !important;
}
body:not(.elementor-editor-active) .in-viewport .donesi p {
	opacity: 1;
	transform: translateX(0px);
}
.usluga::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;

  background: linear-gradient(
    135deg,
    #39FF14,
    #7dff6b,
    #39FF14
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.grid-dark{
width: 100%;
  background-color: #111;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 80px 80px, 80px 80px;
  background-position: -1px -1px, -1px 39px, -1px -1px, 39px -1px; 
}
.purple p {
   background: linear-gradient(130deg, #39FF14 0%, #152E10 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
}
#hero {
	position: relative;
	overflow: hidden;
}
#usluge::before {
  content: '';
  display: block;
  position: absolute;
  top: -1vw;
  left: unset;
  right: -20vw;
  opacity: 0.5;
  width: 50vw;
  height: 50vw;
  border-radius: 999px;
  background-image: linear-gradient(132deg,#39FF14 0%,#000000 50%,#39FF14 100%);
  filter: blur(40px);
	z-index: 0;
}
#usluge {
	position: relative;
	z-index: 20;
}
#heroa::after {
	content: '';
  display: block;
  position: absolute;
  top: 5vw;
  left: -5vw;
  opacity: 1;
  width: 40vw;
  height: 40vw;
  border-radius: 999px;
  background-image: linear-gradient(132deg,#39FF142E 0%,#000 50%,#16470D 100%);
  filter: blur(40px);
	z-index: 0;
}
#heroa .e-con-inner {
	z-index: 5;
	position: relative;
}
.hfe-menu-item {
	position: relative;
}
.hfe-menu-item::before {
  content: '';
  height: 8px;
  width: 8px;
  background: #39FF14 !important;
  display: inline-table !important;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s !important;
  opacity: 0.3 !important;
  left: 0 !important;
}
.hfe-menu-item:hover::before {
	opacity: 1 !important;
}
.btn a {
	text-decoration: none;
}
.btn .elementor-button-text::before {
  content: '';
  height: 10px;
  width: 10px;
  background: #39FF14;
  display: inline-table;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.2) inset;
	transition: all 0.3s
}
.elementor-button::before {
  content: '';
  background: #ffffff;
  position: absolute;
  height: 100%;
  width: 0px;
  left: 50%;
  top: 0;
  filter: blur(33px);
  border-radius: 50px;
  transition: all 1.5s;
  opacity: 0.4;
}
.btn {
	display: flex;
}
.btn .elementor-button {
	position: relative;
}
.btn:hover .elementor-button::before {
   width: 100%;
  left: 0;
}
#masthead {
  position: absolute !important;
  left: 0;
  width: 100% !important;
}

@media all and (max-width: 1024px) {
	ul {
	  padding-left: 0 !important;
	}
	  .booking-form .prime {
		width: 100%;
		text-align: center;
		justify-content: center;
	  }
 .hfe-nav-menu {
    padding: 20px 0 !important;
    width: 90% !important;
  }
	.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
	  background: #0000008c !important;
	  backdrop-filter: blur(20px);
	}
	.menu-item a::after {
		left: 20px !important;
		transform: none !important;
	}
	.menu-item {
	  background: transparent !important;
		border: none !important;
	}
		.menu-item a {
	  background: transparent !important;
	}
}

@media all and (max-width: 1024px) { 
  .cf7-dva p {
    flex-direction: column;
    row-gap: 10px;
  }
}