/*!
Theme Name: NOON Properties
*/

:root {
    --background_principal: #96796E;
    --background_secundar: #F6F1EA;
    --btn_primary_white: #fff;
    --color_alb: #fff;
    --color_negru: #000;
}

body {
    /* background-color: #f8f9fa; */
    font-size: 18px;
    color: #000;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    background: #fff;
}

body.single-proprietati {
    background: var(--btn_primary_white);
    font-family: "Jost", serif;
}

body.tax-categorii_proprietati {
    background: #ffffff;
    font-family: "Jost", serif;
}

.tax-categorii_proprietati h1 {
    color: #000000;
    font-size: 25px;
}

h1 {
    /* font-family: "Cormorant Garamond", serif; */
}

h2 {
    /* font-family: "Cormorant Garamond", serif; */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

button:focus {
    outline: unset;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.site_class span,
.site_magazin span {
    font-size: 12px;
    display: block;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    border-top: 10px solid #959363;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    border-radius: 10px;
    overflow: unset;
    width: 360px;
    /* transform: translate3d(0px, 0px, 0px) !important; */
    border-left: none;
    border-bottom: none;
    border-right: none;
    min-height: 200px;
}

li.dropdown:hover ul {
    /* top: 40px; */
    border-radius: 10px;
    transition: 0.4s;
    visibility: visible !important;
    opacity: 1 !important;
    display: unset;
    /* padding: 4px 5px 0px 5px; */
    margin: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #959363;
    z-index: 99999;
    transform: translate3d(27px, 0px, 0px) !important;
}

.dropdown .dropdown-toggle::after {
    content: "";
    height: 14px;
    width: 14px;
    background: url('https://www.netcontrast.ro/wp-content/uploads/2024/09/down.png');
    /* position: absolute; */
    right: 0;
    top: 0;
    border: none;
    vertical-align: unset;
    transition: 0.4s;
    filter: invert(1);
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(179deg);
    top: 3px;
    position: relative;
    transition: 0.4s;
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
}

a,
button,
input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

blockquote {
    font-size: 1.25rem;
    padding: 1.25rem 1.75rem;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table th,
table td {
    padding: 10px 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    line-height: 1.2;
    font-size: 16px;
    vertical-align: middle;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

table table {
    background-color: #fff;
}

figcaption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #dadada;
    background-color: #151515;
    background-clip: padding-box;
    border: 1px solid #858585;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

select {
    /* border: 1px solid #858585 !important; */
    height: 50px !important;
    background: #000000 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #111111;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="range"]:-moz-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="month"]:-moz-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="week"]:-moz-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="time"]:-moz-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="color"]:-moz-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}


.navbar-dark .navbar-nav .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 5px 5px;
    clear: both;
    font-weight: 300;
    color: #000000 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: #00000000;
    border: 0;
    line-height: 1.2;
    border-bottom: 1px solid #c8d24500;
    letter-spacing: 0px;
    font-size: 17px;
    position: relative;
}

.sold_out a::after {
    content: "SOLD OUT";
    position: absolute;
    right: 0;
    top: 6px;
    padding: 2px 5px;
    border-radius: 4px;
    background: #ff767633;
    font-size: 12px;
    color: #000000;
}

.site-footer {
    padding-top: 3rem;
    /* padding-bottom: 3rem; */
    color: #ffffff;
    background: #000000;
    font-size: 14px;
    font-family: "Jost", serif;
}

.post-thumbnail {
    margin-top: 1.5em;
    display: inline-block;
}

.card-title.entry-title {
    margin-bottom: .25rem;
}

.entry-meta {
    font-size: .9rem;
}

.entry-footer {
    font-size: .9rem;
    margin-top: 1rem;
}


.sidebar-1-area .widget,
.footer-widgets .widget {
    margin-bottom: 0;
    padding: 0rem;
}

.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
    padding-left: 0px;
    color: #6c757d;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
    padding-top: 3px;
    padding-bottom: 3px;
    /* list-style: square; */
}

.sidebar-1-area .widget ul li:last-child,
.footer-widgets .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li a,
.footer-widgets .widget ul li a {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.sidebar-1-area .widget ul li a:hover,
.footer-widgets .widget ul li a:hover {
    color: #717171 !important;
    text-decoration: none;
}

.footer-widgets .widget {
    padding: 0.5rem;
}


.entry-title a:hover {
    text-decoration: none;
}

.mt-3r {
    margin-top: 3rem;
}

.wp-bp-sticky {
    position: absolute;
    top: 0;
    right: 1rem;
}

.navbar {
    padding: 0rem;
}

.custom-logo-link {
    margin-right: 1rem;
}

.site-title a,
.navbar-dark .navbar-brand,
.site-description {
    color: #fff;
    margin-bottom: 0;
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 20px;
    line-height: 1.9;
    font-family: "Jost", serif;
    letter-spacing: 0.65px;
    transition: all ease .3s;
    opacity: 1;
    position: relative;
    margin: 0px 5px;
    border-radius: 0px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #d0d0b4 !important;
    opacity: 1;
    background: #eaeaea33;
    border-radius: 0px;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #bbba7f;
    opacity: 1;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .active>.nav-link {
    color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #8f7650;
}

.page-template-full-width .site-footer.mt-4,
.wb-bp-front-page .site-footer.mt-4 {
    margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: none;
}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #33333300;
    box-shadow: none;
}

.navbar-toggler {
    background-color: #000000;
    color: #fff !important;
    margin-right: 10px;
    font-size: 17px;
    text-transform: uppercase;
}

.site-header {
    box-shadow: 0 -5px 20px -12px #000;
    padding: 10px 30px;
    border-bottom: 1px solid #ffffff33;
    background: #000000;
    backdrop-filter: blur(4px);
}

body.custom-background .wp-bp-main-content .col-md-8 {
    background: #f8f9fa;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer a:hover {
    text-decoration: none;
}

.admin-bar .site-header.sticky-top {
    top: 32px;
}

/*--------------------------------------------------------------
# PREMIUM THEME
--------------------------------------------------------------*/
.wb-bp-front-page.trans-header .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #000000;
    box-shadow: none;
}

.wb-bp-front-page.trans-header .site-header .navbar.bg-dark {
    background-color: transparent !important;
}

.wb-bp-front-page.trans-header.admin-bar .site-header {
    top: 32px;
}

.admin-bar .site-header {
    top: 32px;
}

.wb-bp-front-page.trans-header.body-scrolled .site-header.sticky-top {
    position: fixed;
    background: #000000cf;
    backdrop-filter: blur(4px);
}

.wb-bp-front-page.trans-header.body-scrolled .site-header.sticky-top .navbar.bg-dark {
    background-color: transparent !important;
}

.wp-bp-full-page-header {
    background-color: #343a40;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.wp-bp-full-page-header .page-header-overlay {
    padding: 6rem 0;
}

.wp-bp-full-page-header .entry-meta a,
.wp-bp-full-page-header .comments-link a,
.wp-bp-full-page-header .edit-link a {
    color: #fff;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

.p-40 {
    padding: 40px 0px;
}

.p-50 {
    padding: 50px 0px;
}

.p-60 {
    padding: 60px 0px;
}

.p-70 {
    padding: 70px 0px;
}

.home .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.body-scrolled .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.ov_h {
    overflow: unset !important;
}

.wpcf7-list-item {
    margin: 0 10px 0px 0px;
}

.burger {
    width: 40px;
    cursor: pointer;
    margin-left: 0px;
    display: block;
    z-index: 9999;
}

.buton2 .burger {
    width: 120px;
}

.buton2 .burger span {
    background: #d4d4d4;
    height: unset;
    text-align: center;
    color: #000;
    border-radius: 20px;
    padding: 10px 10px;
    font-size: 15px;
}

.buton2 .burger span:hover {
    background: #000;
    color: #fff;
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background-color: #ffffff;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
}

.burger span:last-of-type {
    margin-bottom: 0;
    width: 80%;
    transition: all .3s ease-in-out;
}

.burger:hover span:last-of-type {
    margin-bottom: 0;
    width: 100%;
    transition: all .3s ease-in-out;
}

.burger__helper {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    padding-top: 70px;
    -webkit-overflow-scrolling: touch;
    top: 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background: #000000eb;
}

.buton2 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.footer_link_header {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.footer_link_header a {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
}

.credentiale {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
}

.credentiale a {
    color: #000;
    font-weight: 600;
}

.buton2 .burger span:last-of-type {
    margin-bottom: 0;
    width: 120px;
}

.site-info a {
    color: #fff;
}

.social_media_footer h3 {
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 30px;
}

.social_media_footer a {
    margin: 0px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.social_media_footer a:hover {
    color: #efefef;
    text-decoration: none;
}

.meniu_header_show ul {
    padding-left: 20px;
    list-style-type: none;
}

.meniu_header_show li.menu-item {
    list-style: none;
    list-style-type: none;
}

.meniu_header_show a {
    color: #ffffff;
    font-weight: 300;
    text-transform: initial;
    font-size: 24px;
    line-height: 1.2;
}

.meniu_header_show a:hover {
    color: #d2d2d2;
    text-decoration: none
}


.formular_homepage {
    padding: 70px;
    /* margin-top: -100px; */
    box-shadow: 0 0px 22px -20px #000;
}

.formular_homepage h2 {
    font-size: 26px;
    display: block;
    line-height: 1.2;
    color: #000;
}

.formular_homepage .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.formular_homepage .wpcf7-list-item {
    margin: 1px 0px;
    flex-basis: 100%;
    color: #ababab;
    font-size: 13px;
    line-height: 1.2;
}

.formular_homepage input[type="submit"] {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    padding: 11px 30px;
    display: inline-flex;
    font-size: 12px;
    line-height: 2;
    transition: all ease .3s;
    background: #c13b27;
    color: #ffffff;
    border: none;
}

.formular_homepage input[type="text"],
.formular_homepage input[type="email"],
.formular_homepage input[type="tel"],
.formular_homepage input[type="date"],
.formular_homepage select {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    height: 50px;
    background: transparent;
}

.formular_homepage textarea {
    min-height: 170px;
    height: 170px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #00000012;
    border-right: 1px solid #00000012;
    border-top: 1px solid #00000012;
    border-radius: unset;
    background: transparent;
}

.formular_homepage h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #242d71;
    margin-bottom: 40px;
}

.formular_homepage label {
    width: 100%;
}

#video-prezentare {
    position: relative;
    width: 100%;
    height: 90vh;
    left: 0;
    /* top: 0; */
    object-fit: cover;
}

.black-layer {
    width: 100%;
    height: 90vh;
    position: absolute;
    background-color: rgb(0 0 0 / 33%);
    top: 0;
    left: 0;
    background: rgb(0 0 0);
    background: linear-gradient(0deg, rgba(255, 13, 13, 0) 0%, rgba(0, 0, 0, 1) 119%);
}

.video {
    position: relative;
    height: 90vh;
}

body.body-scrolled header {
    background: #000000cf;
    backdrop-filter: blur(4px);
}

.nopadding {
    padding: 0px !important;
}

ul.menu li {
    padding-top: 3px;
    padding-bottom: 3px;
    list-style: none;
    position: relative;
    /* padding-left: 22px; */
}

.copyright a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.copyright a:hover {
    text-decoration: none !important;
}

.copyright a img {
    max-width: 100%;
    margin-right: 10px;
    height: unset !important;
    width: 20px;
}

.copyright a span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.imagine_noon {
    position: relative;
}

/* .imagine_noon::after {
    content: "NOON Properties";
    position: absolute;
    left: -273px;
    top: 40%;
    font-size: 86px;
    font-weight: 700;
    transform: rotate(270deg);
    z-index: -1;
    color: #f1f1f1;
    letter-spacing: -5px;
} */

.av_90 {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}

.av_90 span.avans_apartament {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
}

.av_90 .pret_apartament {
    font-size: 41px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    display: block;
    width: 100%;
}

.av_90 span {
    color: #000000;
    font-size: 15px;
}

.av_50 {
    border: 1px solid #bbb87d;
    border-radius: 10px;
}

.av_50 span.avans_apartament {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
}

.av_50 .pret_apartament {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    display: block;
}

.av_50 span {
    color: #ffffff;
    font-size: 15px;
}

.av_15 {
    border: 1px solid #bbb87d;
    border-radius: 10px;
}

.av_15 span.avans_apartament {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
}

.av_15 .pret_apartament {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    display: block;
}

.av_15 span {
    color: #ffffff;
    font-size: 15px;
}

.titlu_apartament_page h1 {
    margin-bottom: 0;
    font-size: 27px;
    color: #000000;
}

.detalii_t {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    font-weight: 300;
    color: #000000;
}

.detalii_t span.suprafata {
    font-weight: 600;
}

.info_tehnice h3 {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    color: #000000;
}

.numar_etaj {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.numar_apartament {
    font-size: 10px;
    display: block;
    line-height: 1.2;
}

.etaj-apartament-item {
    background: #ffffff;
    color: #000000;
    padding: 5px 5px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    min-width: 40px;
    transition: 0.3s;
    margin-bottom: 5px;
    margin: 5px 2px !important;
}

.etaj-apartament-item:hover {
    background: #c9c788;
    color: #000000;
    transition: 0.3s;
}

.info_tehnice img {
    max-width: 32px;
    margin-right: 10px;
    /* filter: invert(1); */
}

.box_formular {
    padding: 30px;
    z-index: 4;
    border-radius: 10px;
    background-color: #000;
}

.box_formular label {
    color: #ffffff;
    width: 100%;
    font-size: 19px;
}

.box_formular h2 {
    color: #fff;
    font-size: 30px;
}

.box_formular h3 {
    font-size: 19px;
    color: #ffffff;
}

.box_formular input[type="text"],
.box_formular input[type="email"],
.box_formular input[type="tel"] {
    border-radius: 0;
    border: none;
    min-height: 50px;
}

.box_formular input[type="submit"] {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    padding: 11px 30px;
    display: inline-flex;
    font-size: 15px;
    line-height: 2;
    transition: all ease .3s;
    background: #ffffff;
    color: #000000;
    border: none;
    min-width: 200px;
}

.box_formular input[type="submit"]:hover {
    transition: all ease .3s;
    background: #cbcbcb;
    color: #000000;
}


.box_formular_oferte {
    z-index: 4;
    border-radius: 10px;
    background-color: #000;
}

.box_formular_oferte label {
    color: #ffffff;
    width: 100%;
    font-size: 19px;
}

.box_formular_oferte h2 {
    color: #fff;
    font-size: 30px;
}

.box_formular_oferte h3 {
    font-size: 19px;
    color: #ffffff;
}

.box_formular_oferte input[type="text"],
.box_formular_oferte input[type="email"],
.box_formular_oferte input[type="tel"] {
    border-radius: 0;
    border: none;
    min-height: 50px;
}

.box_formular_oferte input[type="submit"] {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    padding: 11px 30px;
    display: inline-flex;
    font-size: 15px;
    line-height: 2;
    transition: all ease .3s;
    background: #ffffff;
    color: #000000;
    border: none;
    min-width: 200px;
}

.box_formular_oferte input[type="submit"]:hover {
    transition: all ease .3s;
    background: #cbcbcb;
    color: #000000;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
    position: relative;
    visibility: hidden;
    width: auto !important;
    display: none;
}

.wpcf7-form .wpcf7-radio input[type="radio"]+span {
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    width: 100%;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:before {
    background: transparent;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 20%;
    height: 22px;
    width: 22px;
    top: 2px;
    border: 2px solid #ffffff;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:after {
    background: #d3d291;
    visibility: visible;
}

.wpcf7-form .wpcf7-radio input[type="radio"]+span::after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 20%;
    height: 14px;
    width: 14px;
    top: 6px;
    left: 4px;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    transform: scale(1.2);
}

.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 23px;
    display: block;
    font-size: 14px;
    color: #afafaf;
}

section.cta_apartament {
    padding: 60px;
    background: #1b1b1b;
    position: relative;
    z-index: 9;
}

div.prezentare_etaje {
    font-size: 14px;
    color: #000;
}

#breadcrumbs {
    font-size: 14px;
    color: #908f5f;
}

#breadcrumbs a {
    font-size: 14px;
    color: #908f5f;
}

.imagine_product {
    min-height: 430px;
    width: 100%;
    background-size: 100%;
    cursor: pointer;
}

.title_produs a {
    font-size: 23px;
    line-height: 1.2;
    color: #000000 !important;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    /* min-height: 65px; */
    /* height: 65px; */
}

.title_produs a:hover {
    color: #908f5f !important;
    text-decoration: none;
}

span.pret_categorie {
    font-size: 40px;
    color: #000000;
    font-weight: 200;
}

a.btn_vezi_produs {
    font-size: 20px;
    color: #000000;
    background: #ffffff;
    display: inline-block;
    line-height: 1.2;
    padding: 10px 30px 10px 30px;
    position: relative;
    overflow: hidden;
    width: 290px;
    font-weight: 300;
    border-radius: 30px;
    transition: 0.4s;
    border: 1px solid #000000;
}

.proprietati:hover a.btn_vezi_produs {
    color: #000000;
    background: #b6b37b;
    transition: 0.4s;
    text-decoration: none;
    border: 1px solid #b6b37b;
}

.container_plan_etaj .sticky-top {
    top: 132px;
}

.modalitati_de_plata h2 {
    color: #b6b37b;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
}

.modalitati_de_plata {
    padding: 0px 50px;
}

.mymap {
    filter: grayscale(100%) invert(100%);
    position: relative;
    margin-bottom: -10px;
}

.page-template .site-header {
    position: sticky;
}

.btn_programare {
    position: relative;
}

.btn_programare::after {
    content: "";
    width: 32px;
    height: 32px;
    background: url('https://noonproperties.ro/wp-content/uploads/2025/06/telephone.png');
    /* background: url('https://noonproperties.ro/wp-content/uploads/2025/04/iphone_alb.png'); */
    background-size: 100%;
    left: -45px;
    top: -4px;
    position: absolute;
    animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

.video {
    height: 43vh;
}

.btn_programare a {
    color: #fff;
    display: block;
    transition: 0.4s;
    font-size: 16px;
    font-family: "Jost", serif;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.btn_programare a:hover {
    color: #cdc886;
    transition: 0.4s;
    text-decoration: none;
    transform: translateY(-2px);
}


.btn_programare span {
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    display: block;
    font-weight: 400;
    font-family: "Jost", serif;
}

.info_contact {
    opacity: 0;
    position: absolute;
    background: #2c2c2c;
    transition: 0.3s;
    top: 40px;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #42422d;
    visibility: hidden;
    z-index: 0;
    min-width: 150px;
}

.btn_programare:hover .info_contact {
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
    z-index: 9;
}

div.title_disponibilitate {
    color: #000000;
}

.tabel-apartamente .indisponibil {
    background-color: #ffe5e5;
    color: #b30000;
}

/* Restructurare submeniuri */

.menu-item-has-children ul.depth_1 {
    display: block;
    position: relative !important;
    border: none;
    border-radius: 0;
}

.menu-item-has-children ul.depth_1 a.nav-link {
    font-size: 18px;
    line-height: 1.3;
    padding: 0;
    display: block;
    text-transform: initial;
    font-weight: 300;
}

ul.depth_1 {
    opacity: 1;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 15px !important;
    border-radius: 10px;
    overflow: unset;
    width: 320px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    min-height: 0px !important;
    background: #ff919100;
    display: block !important;
}

ul.depth_1::before {
    display: none !important;
}

a.btn_detalii {
    color: #ffffff;
    background: #84815c;
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 0px;
    /* vertical-align: middle; */
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

a.btn_detalii:hover {
    color: #ffffff;
    text-decoration: none;
    background: #000000;
}

.tabel-apartamente tr:hover {
    background: rgb(235, 235, 235);
    transition: 0.4s;
}

.telefoane_contact a {
    color: #000;
}

.telefoane_contact a:hover {
    color: #84815c;
}

h3.widget-title {
    font-size: 21px;
}

.bg_crem {
    border-top: 1px solid #171717;
}

.social_footer a {
    font-size: 30px;
    margin: 0 5px;
}

.social_footer h3 {
    font-size: 16px;
    font-weight: 300;
}

.box_formular {
    position: relative;
}

/* .box_formular::after {
    content: "SOLICITA OFERTA";
    position: absolute;
    left: -270px;
    top: 41%;
    font-size: 58px;
    font-weight: 700;
    transform: rotate(270deg);
    z-index: -1;
    color: #373737;
    letter-spacing: 0px;
} */

.social_media_box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 300;
}

.social_media_box {
    padding: 20px;
    border-top: 1px dashed #efefef;
    background: #f5f5f5;
}

.grid_category img {
    object-fit: cover;
    height: 250px;
}

.grid_category h1 a {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    height: 52px;
    overflow: hidden;
}

.articol_seo h1 a {
    color: #000;
}

.blog .info_tag {
    font-size: 13px;
}

.tabel-apartamente .rezervat {
    background-color: #fdff9e;
    color: #000000;
}