/*
Theme Name: Liight
Theme URI: #
Description: Child theme for Hello elementor
Author: bsdev
Template: hello-elementor
Version: 1.0
*/

.btn-arrow svg{
    width: 4em;
}
.btn-arrow .elementor-button-icon{
    position: relative;
}
.btn-arrow .elementor-button-icon:before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 500px;
  

}
.btn-arrow .elementor-button-content-wrapper{
    align-items: center;
}
h1 span, h2 span, h3 span{
    color: var(--e-global-color-5790e9d);
}
.footer-links a{
    color: #fff;
    
}
.footer-links li:first-child a{
    text-decoration: underline;
}
/* form button svg path{
    fill: none !important;
    
} */
form button svg{
    width:1.5em !important;
}
.btn svg{
    width: 1.3em !important;
}
.btn-simple path{
    stroke: #141616;
}
.menu-item-has-children:hover .sub-arrow{
    transform: rotateX(180deg);
    transition: .3s ease;
}
@media (min-width:1024px){
.elementor-nav-menu--dropdown{
    background: #fff !important;
}
.elementor-nav-menu--dropdown a {
    color: #000 !important;
}

}
.tooltip{
    transition: .3s ease-in;
    visibility: hidden;
    opacity: 0;
}
/* Form */
.elementor-field-group .elementor-field:focus {
    border-color: #FF7B00 !important; 
    outline: none;
  }
  
  .elementor-field-group:has(.elementor-field:focus) .elementor-field-label {
    color: #FF7B00; 
    transition: color 0.3s ease;
  }
  .elementor-field-group:has(.elementor-field:focus) .elementor-field-label:after {
    color: #FF7B00 !important; 
    transition: color 0.3s ease;
  }

  input[type="checkbox"],
input[type="radio"] {
  width: 26px;
  height: 26px;
  background-color: #F2F6F6;
  border: 1px solid transparent !important;
  border-radius: 4px; /* makes it a rounded rectangle */
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* Optional: style when checked */
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #128b76; /* active color */
  border-color: #128b76;
}

/* Optional: add a checkmark or dot */
input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: var(--e-global-color-ba7159b);;
  border-radius: 4px;
}

/* Form end */



/* Elementor adjustements */
.elementor-post-navigation .elementor-post-navigation__link{
    width: auto;
}
.elementor-post-navigation{
    gap: 29px;
}
.post-content a{
    color: #141616;
    text-decoration: underline;
    font-weight: 700;
}
h1, h2, h3,h4, h5, h6{
    font-family: 'Poppins';
    letter-spacing: -0.2px;
    font-weight: 700;



}
h2{
    font-size: 58px;
    line-height: 64px;
    padding: 56px 0 24px;

}
h3{
    font-size: 42px;
    padding: 30px 0 20px;
}
h4{
    font-size: 32px;
    padding: 30px 0 20px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 18px;
}
blockquote{
    font-size: 58px;
    font-weight: 700;
    line-height: 59px;
    margin: 58px 0;
    color: #9DD7CD;
    font-family: 'Poppins';
}
blockquote:before{
    content: '“';
    font-size: 75px;
}
blockquote:after{
    content: '”';
    font-size: 75px;
    display: block;
    margin-top: 35px;

}
::marker{
    color: #189983;
    font-size: 28px;
}
.wp-block-list{
    padding-left: 30px;
}
.wp-block-list li{
    padding-left: 30px;
}
.taxonomy-slider .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
}
.taxonomy-slider.swiper {
    overflow: hidden;
    width: 100%; /* make sure it has width */
}
.taxonomy-slider .swiper-slide {
    flex-shrink: 0 !important;
    width: auto; /* or a % or px value */
}
.custom-swiper-button {
    width: 25px !important;
    height: 25px !important;
    background-color: #189983;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(35, 72, 66, 0.44);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .custom-swiper-nav {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    content: '' !important;
  }  
  .taxonomy-slider svg{
    width: 18px;
  }
  .lang-switcher{
    display: flex;
    text-transform: uppercase;
    list-style: none;
    margin-right: 30px;
    gap: 8px;
    font-size: 12px;
    padding: 0;
  }
  .lang-switcher li{
    position: relative;
  }
  .lang-switcher li:nth-child(odd):after{
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 7px;
    right: -4px;

  }
  .lang-switcher a{
    color: #fff;
  }
  .active-lang{
    font-weight: 700;
  }

  .btn-contact{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #FEC708;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all .3s ease-in-out;
  }
  .btn-contact__text{
    margin: 0;
    transition: transform 0.2s ease-in;
  will-change: transform;
  font-size: 13px;
  }
  .btn-contact__circle{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    
  }
  .btn-contact svg{
    width: 21px;
    position: absolute;
    z-index: 3;
  }
  .btn-contact__circle-color{
    width: 48px;
    height: 48px;
    background: #FEC708;
    border-radius: 500px;
    will-change: transform;
    
    

}
.btn-contact__circle-border{
    width: 46px;
    height: 46px;
    border-radius: 500px;
    border: 1px solid #FEC708;
    position: absolute;
    
    will-change: transform;
}



@media (max-width:1024px){
    header{
        position: static !important;
    }
    header svg{
        width: 86px;
        height: 28px;
    }
    header svg path.fill{
        fill: #0F5E50;
    }
    .btn-arrow svg{
        width: 2.8em;
    }
    .btn-arrow .elementor-button-icon:before{
        display: none;
    }
    header .sub-menu a{
        font-size: 18px !important;
    }
    .sub-menu {
        background-color: var(--e-global-color-ba7159b) !important;
    }
    a.has-submenu{
        justify-content: space-between;
    }
    header .btn-arrow a{
        color: var(--e-global-color-ba7159b) !important;
    }
}
@media (max-width:767px){
    .elementor-swiper-button{
        display: none !important;
    }
    .wp-block-list{
        padding-left: 10px;
    }
    .wp-block-list li{
        padding-left: 10px;
    }
    h2{
        font-size: 29px;
        line-height: 35px;
        padding: 31px 0 19px;
    }
    h3{
        font-size: 24px;
        padding: 29px 0 15px;
        line-height: 35px;
    }
    h4{
        font-size: 20px;
        padding: 20px 0 15px;
        line-height: 35px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
    blockquote{
        font-size: 29px;
        line-height: 35px;
        margin: 38px 0;
       
    }
    .btn-contact__text{
        color: var(--e-global-color-accent);
    }
    .btn-contact__circle{
        margin-left: 15px;
    }
    .btn-contact__circle-color{
        width: 33px;
        height: 33px;
    }
    .btn-contact__circle-border{
        width: 33px;
        height: 33px;
    }
    .btn-contact svg {
        width: 17px;
    }
    .menu-item a{
        font-weight: bold !important;
    }

}

