/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

body {
  background-color: #000;
  min-height: 100vh;
  min-height: 100svh;
}

header, main, footer, .elementor-location-archive, .elementor-location-single {
    opacity: 0;
}

.elementor-section[data-settings*="100vh"],
.elementor-section.elementor-section-height-full { min-height: 100svh !important; }


#page-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  _height: 100svh;
  background: #000;
  z-index: 999999;
}

.home #page-cover {
    top: 100%;
}

/*------------------------------ */

#smooth-wrapper {
    height: 100vh !important;
    height: 100svh !important;
}

#smooth-wrapper.menu-open {
    overflow: unset !important;
}

/*------------------------------ */

.no-trans,
.no-trans-kids {
   transition: none !important; 
}

.no-trans-kids * {
   transition: none !important; 
}

.z-index-0 {
    z-index: 0 !important;
}

/*------------------------------ */

.error404 .elementor-location-header,
.error404 .saba-footer {display: none;}

/*------ Round Button ------------------------ */

.round-b {
    cursor: pointer;
}


.round-b.active a {
    background-color: #FFE11E !important;
    color: #000000 !important;
}

.round-b.active a svg path {
    fill: #000;
}

.round-b a svg {
    width: 15px;
    top: 2px;
    position: relative;
    transition: transform 0.2s;
}

.round-b a:hover svg path {
    fill: #000;
}

.round-b a:hover svg {
    transform: rotate(45deg);
}

/*--------- HOME cross to eye buttons --------------*/

.svg-eye {
    display: none;
}

.svg-cross-to-eye:hover .svg-cross {
    display: none;
}

.svg-cross-to-eye:hover .svg-eye {
    display: block;
}


.svg-cross {}

.svg-eye {}

/* -------- Page Header -------- */

.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.home #header {
    background-color: transparent !important;
}

.open-menu-trigger {
cursor: pointer;
}

.open-deps-trigger {
    cursor: pointer;
}

#departments {
    position: fixed;
    _width: 100vw;
    height: 100vh;
    height: 100svh;
    top: 0;
    left: -100%;
    transition: left 0.4s ease;

    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

}

#departments.is-open {
    left: 0;
    z-index: 999999;
}

.deps_close {
    cursor: pointer;
}

.deps_close:hover {
    transform: rotate(90deg);
}

/*-----Black Header of Pages ----------------------------*/

.pg_head_wrapper {
    position: relative;
    z-index: 99999;
    overflow: hidden;
}

.pg_upper_and_line {
    position: relative;
    overflow: hidden;
}

.pg_head_upper {
    position: relative;
    overflow: hidden;
}

.pg_head_title {
    position: relative;
    top: 100px;
}

.pg_head_line {
    overflow: hidden;
    position: relative;
    left: -100%;
}

.pg_head_middle {
    overflow: hidden;
    position: relative;
}

.pg_head_middle div {
    overflow: hidden;
    position: relative;
    top: 100px;
}

.pg_head_down {
    overflow: hidden;
    position: relative;
}

.pg_head_down div {
    overflow: hidden;
    position: relative;
    top: 100px;
}

.yellow-link a {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.yellow-link a:hover {
    color: #000 !important;
}

.yellow-link a:before {
    content: '';
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #FFE11E !important;
    transition: left 0.2s linear !important;
    left: -100% !important;
    position: absolute !important;
    top: 0 !important;
    z-index: -1 !important;
}

.yellow-link a:hover:before {
    left: 0% !important;
    transition: left 0.2s linear !important;
}

#yellow-door {
    position: absolute;
    right: -50px;
    transform: rotate(-45deg);
    transform-origin: center right;
    transition: right 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

@media(max-width:1024px) {
    #yellow-door {
        display: none;
    }
}

#yellow-door.open {
    right: 0px;
    transform: rotate(0deg);
}

/* -------- Home Page -------- */

#words3 {
    transition: none;
}

        #words3 > div {
            transition: none;
        }

/*        #words3 > div:nth-child(1) {
        }

        #words3 > div:nth-child(2) {
            transform: translateY(240px);
        }

        #words3 > div:nth-child(3) {
            transform: translateY(480px);
        }
*/


/* -------- Home Page -------- */

.js_twl_wrapper {
    overflow: hidden;
}

.js_twl_title {
    position: relative;
    top: 0px;
}

.js_twl_line {
    position: relative;
    left: 0%;
}

.jet-listing-grid__item {
    position: relative;
}

/* Fix: jet-equal-columns forces height:100% on .elementor wrapper. When card
   inside uses padding-bottom % (aspect-ratio hack), flex item cross-size
   resolves to 0 in Chrome/WebKit → rows overlap at mobile. Drop forced 100%
   at mobile; items already same width → same ratio → equal height naturally. */
@media (max-width: 767px) {
    .jet-listing-grid__item.jet-equal-columns > .elementor,
    .jet-listing-grid__item.jet-equal-columns > * {
        height: auto;
    }
}

#concept-crafted {
    position: relative;
    top: -1040px;
    margin-bottom: 941px;
}

/*-----------------*/

#ca_white {
    overflow: hidden;
}

/* -------- All Doors -------- */

.ad_all_doors {
_transition: none !important;
min-height: 100vh;
min-height: 100svh;
}

.ad_door {
    overflow: hidden;
    position: relative;
    transition: none !important;
}

.ad_door_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ad_door_headings {
/*    position: absolute;
    left: 37px;
    top: 66%;*/
    transition: top 0.8s cubic-bezier(.03,1.03,.26,1.06) !important;
}


.ad_door_text {
/*    position: absolute;
    left: 37px;
    top: 50%;
    width: 60%;*/
    opacity: 0;
    transition: opacity 0.3s linear !important;
}

.ad_door:hover .ad_door_text {
    opacity: 1;
    transition: opacity 0.3s linear !important;
}

.ad_door:hover .ad_door_headings {
    top: 10%;
}

.ad_door_button {
/*    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 104px;*/
}

.all_doors_filters {
    position: relative;
    z-index: 9;
    transition: none !important;
}

/*-------------------------*/

.roller-button {
    overflow: hidden;
    height: 35px;
}

.roller-button span {
    display: flex;
    flex-direction: column;

}

.roller-button span a {
    transition: margin-top 0.4s cubic-bezier(.03,1.03,.26,1.06);
    margin-top: 5px;
    margin-bottom: 5px;

}

.roller-button:hover span a:nth-child(1) {
    margin-top: -30px;
}



/*----- ------*/

.svg-tooltip {
  display: none;
  position: absolute;
  background: #222;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  max-width: 230px;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.svg-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #222;
}

/*-----------------*/

#jet-popup-1169 .jet-popup__container {
    position: relative !important;
}

/*----- ------*/

.dc-nav {
    position: absolute;
    top: unset;
    bottom: 0px;
    left: 0;
    right: unset;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    pointer-events: none;
    z-index: 10;
}

.dc-nav__btn {
    pointer-events: all;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #000;
    background-color: #ffffff !important;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    padding: 0 !important;
}

.dc-nav__btn:after {
      content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='21' viewBox='0 0 25 21' fill='none'><path d='M0.699219 10.3496H24.6992' stroke='black' stroke-miterlimit='10'/><path d='M10.48 0.349561L0.699219 10.3525L10.6992 20.5796' stroke='black' stroke-miterlimit='10'/></svg>");
  background-repeat: no-repeat;
  vertical-align: middle;
}

.dc-nav__next:after {
  transform: rotate(180deg);
}

.dc-nav__next{
  margin-left: 6px ;
}

.dc-nav__btn:hover { background-color: #FFE11E !important; }

.dc-nav__btn.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.jet-popup__close-button {
    top: unset !important;
  bottom: 20px;
  left: unset !important;
  right: 24px !important;
  border-radius: 40px;
}

.c-faq {
    padding: 0 !important;
}

/*-------------*/

summary + div .round-b {
    display: none;
}

summary + div {
    margin-top: 24px !important;
}

.c-faq__question {
  padding: 6px 16px 6px 0px !important;
}