.elementor-kit-13{--e-global-color-primary:#CD936E;--e-global-color-secondary:#171513;--e-global-color-text:#54433A;--e-global-color-accent:#FFF6EE;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cookieadmin_re_consent {
    position: fixed !important;
    bottom: 10px !important;
    left: 10px !important;
    right: auto !important;

    width: 50px !important;
    height: 50px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: #111 !important;
    border: 2px solid #CD936E !important;
    border-radius: 50% !important;
    padding: 0 !important;

    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: 0.3s ease;
    z-index: 9999;
}

.cookieadmin_re_consent:hover {
    transform: scale(1.1);
}

.cookieadmin_reconsent_img {
    width: 28px !important;
    height: 28px !important;
}

.cookieadmin_reconsent_img {
    content: url("https://skygardenresidence.ro/wp-content/uploads/2026/03/cookie-image.png");
    width: 40px;
    height: 40px;
}





/* ======================== */
/* BARA BOTTOM NAV          */
/* ======================== */
#bottomNav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: transform 0.4s ease;
    z-index: 9999;
}

#bottomNav.closed {
    transform: translateY(100%);
}

/* ======================== */
/* TOGGLE BUTTON            */
/* ======================== */
#bottomNavToggle {
    position: fixed;
    bottom: 15px;         /* mobil */
    right: 20px;          /* mobil */
    width: 30px;          /* dimensiune mică */
    height: 30px;         /* dimensiune mică */
    background: #fff;     /* fundal alb */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

/* hover efect */
#bottomNavToggle:hover {
    transform: scale(1.1);
}

/* ======================== */
/* SAGEATA                  */
/* ======================== */
#bottomNavToggle span {
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;   /* negru */
    border-top: 2px solid #000;    /* orientare jos initial */
    transform: rotate(45deg);       /* jos */
    transition: transform 0.3s ease;
}

/* rotire cand bara e inchisa */
#bottomNavToggle.active span {
    transform: rotate(-135deg);    /* sus */
}

/* ======================== */
/* ADJUSTMENT PENTRU DESKTOP */
/* ======================== */
@media (min-width: 1024px) {
    #bottomNavToggle {
        right: 10px;          /* mai aproape de bara pe desktop */
        bottom: 20px;         /* un pic mai sus pentru aliniere */
    }
}/* End custom CSS */