/*
 Theme Name: Investorhood
 Template: Divi
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* În style.css
@import url('assets/fonts/fonts.css');*/

:root {
  /*fonts:*/
  --main-font: "Sequel Sans";
  --second-font: "Sequel Sans Roman Dispon";
  --third-font: "Montserrat";

  /*colors:*/
  --main-green-investorhood: #1b7d00;
  --main-text-color: #000000;

  /*padding*/
  --padding-main-buttons: 10px 37px 10px 37px;
  --padding-buttons-slider-intern: 10px 26px 10px 26px;
  --padding-button-form-submit: 14px 33px 14px 33px;
  --padding-main-buttons-mobile: 5px 15px 5px 15px;
}

.et_pb_wc_checkout_billing .woocommerce-notices-wrapper:has(.woocommerce-error) {
    display: block !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}

html[lang="en-GB"] .section-reels-podcast .reels-podcast-row,
html[lang="en-GB"] .section-reels-podcast .video-section-row,
html[lang="en-GB"] .section-reels-podcast .reels-podcast-row-2.bottom-button{
  display: none !important;
}

.et_pb_menu__cart-count{
  display: none;
}

html[lang="en-GB"] .ro_number{
  display: none !important;
}

.header-tel br{
  display: none !important;
}

html[lang="ro-RO"] .en_number{
  display: none !important;
}


html[lang="en-GB"] .ro_txt{
  display: none !important;
}
html[lang="ro-RO"] .en_txt{
  display: none !important;
}

/*li.wc_payment_method.payment_method_ppcp-gateway{
  display: none !important;
}*/

/*start popup*/
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

div#gform_confirmation_message_1 {
  color: #FFF !important;
  text-align: center;
}

.popup-overlay-custom {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto;
}

.popup-content-custom form{
  font-family: "Sequel Sans";
  font-size: 19px;
}

label[for="input_1_13_6"]{
  display: none !important;
}

.popup-content-custom .gform-theme--foundation .gfield .ginput_password.large,
.popup-content-custom .gform-theme--foundation .gfield input.large,
.popup-content-custom .gform-theme--foundation .gfield select.large,
.popup-content-custom .gform-theme--foundation .gfield input[type="text"]
{
  color: #020700;
  outline: none !important;
  background-color: #fff;
  border-radius: 8.5px;
  font-style: italic;
  padding: 6px 22px 6px 22px;
  font-family: "Sequel Sans";
  font-size: 20px;
  height: auto;
}

.form_div{
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}

.popup-content-custom .gform-theme--foundation .gform_fields{
  row-gap: 5px;
}

.popup-content-custom {
  background-image: url(/wp-content/uploads/2025/06/background_popup.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 42px 30px 100px 30px;
  animation: scale-in-center 0.5s ease both;
  max-width: 600px;
  width: 95%;
}

.force_hide{
  display: none !important;
}

.title_popup {
  font-family: "Sequel Sans";
  font-size: 30px;
  letter-spacing: -0.025em;
  color: rgb(128, 186, 39);
  line-height: 32px;
  text-align: center;
  background: linear-gradient(180deg, #b8ff3c 0%, #36b81a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(/wp-content/uploads/2025/06/Gradient-Fill-2-2.png);
  background-repeat: no-repeat;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  margin-bottom: 26px;
}

.logo_popup img {
  width: 200px;
}

.logo_popup {
  text-align: center;
  margin-bottom: 38px;
}

body .popup-content-custom .gform_button.button{
  background-image: url(/wp-content/uploads/2025/06/SAGEATA.png), linear-gradient(270deg, #BADCB1 0%, #FFFFFF 100%);
  height: 56px;
  outline: none !important;
  text-transform: uppercase;
  border-radius: 28px !important;
  font-family: 'Sequel Sans' !important;
  line-height: 19px !important;
  letter-spacing: 0.05em !important;
  color: #020700 !important;
  background-repeat: no-repeat;
  min-width: 167px !important;
  min-height: 56px !important;
  background-position-x: right;
  text-align: left !important;
  border-color: transparent !important;
  background-position-y: center;

  font-weight: 900 !important;
  font-size: 25px !important;
  padding-left: 45px !important;
  padding-right: 76px !important;
  outline: none !important;
}

.popup-content-custom .gform-theme--framework .gform_validation_errors {
  padding: 0;
  color: #FFF !important;
  gap: 10px;
  background-color: transparent;
}


.gform-footer.gform_footer.top_label {
  justify-content: center;
}

/*end popup*/

  header .et_pb_row.band-row{
        padding: 0.5% 0!important;
        display: none!important;
        background-color: #1B7D00!important;

    }


      header .et_pb_row.band-row .marquee span{
        color:#ffffff!important;
      }


  header .elementor-heading-title{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }


.marquee {
  background-color: #1B7D00!important;
    overflow: hidden;
    padding: 15px 0px!important;
    white-space: nowrap;
    width: 100%;
}

.marquee div {
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.marquee span {
    display: inline-block;
    padding-right: 50px;
    color:#ffffff!important;

}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.marquee_mobile {
    display: none;
}

.contact-button-main span.original-discount,
.price-container .original-price.original-dicount{
  color:#ffffff!important;
  font-size: 10px!important;

}

.best-seller-box .contact-button-main span.original-discount{
  color:#333333!important;
}


.contact-button-main span.original-dicount{
  margin-right: 0px!important;
}

.contact-button-main span.sale-price{
  margin-right: 0px!important;
}

.price-container{
  margin-right: 22px!important;
  display: flex;
  flex-direction: column!important;
}



.single-product .price-container .original-discount,
.single-product .price-container .sale-price{
    padding-left: 5px!important;
}

.contact-set-4 a{
  margin: auto!important;
}


.address-field .select2-container--open span.select2-selection.select2-selection--single {
  padding: 15px 35px;
}

.address-field .select2-container--open .select2-selection__arrow {
  padding-right: 60px;
}

@media only screen and (max-width: 500px) {
  #button2 .price-container,
   #button3_sty .price-container{
     margin-right: 0px!important;
   }
    #button2 .price-container span,
    #button2 span,
    #button3_sty span{
      padding-left: 0px!important;
    }

    .contact-button-main #button3_sty  a,
    .contact-button-main #button2  a {
      gap:0px!important;
    }
}

.single-product .contact-button-main #button2 span {
  padding-left: 0px!important;
}

/*Pagina finalizare coamnda*/
#billing_custom_postcode, #billing_company_field {
    display: none;
}

.company-details{
  padding-bottom: 20px!important;
}
.product-subtotal .tax_label{
  display: none!important;
}
/*Pagina finalizare coamnda*/

.error404 .sub-menu.open li{
  white-space: nowrap!important;
}

.error404 #sidebar{
  display: none!important;
}

.error404 #main-content .container:before {
  background-color: transparent!important;
}

.error404 #left-area{
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%!important;
  padding-right: 0px!important;
}

.error404 .text-not-found{
  font-size: 120px;
  color: #1b7d00 !important;
  padding-bottom: 10px;
}
.error404 p,
.error404 .not-found-title{
  color:#000000!important;
}

.error404 .not-found-title{
  font-size: 48px!important;
}

.error404 .not-found-button{
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Sequel Sans";
    height: max-content;
    border-radius: 500px;
    background-position: center;
    background-image: url(/wp-content/uploads/2024/12/Property-1Frame-3.svg);
    padding: 0px;
    display: flex !important;
    gap: 10px;
    color: #ffffff;
    padding: 0px 0px 0px 45px;
    width: max-content;
    align-items: center !important;
    cursor: pointer;
}

.error404 .not-found-button::after{
  width: 55px;
    margin-left: 15px !important;
    height: 55px;
    text-align: center;
    content: '';
    display: inline-block;
    border-radius: 100% !important;
    background: url(/wp-content/uploads/2025/01/Animation-1730039161886-1-1.svg) no-repeat center center, linear-gradient(180deg, #FFFFFF 0.88%, #DBDBDB 50.44%, #B9DCB0 100%);
    background-size: 30px 30px, cover;
    transform: scale(1);
    transition: background 0.3s ease;
}

.single-wpp_blog_lm .cuv-cheie{
  display: none!important;
}

@media only screen and (min-width: 981px) {
.et_pb_image_1{
  display: block!important;
}
}
.imagine-modul-produs{
  max-height: 146px!important;
}
.product-subtotal .tax_label{
  display: none!important;
}
.et_pb_toggle_open,
.et_pb_toggle_close,
.et_pb_toggle_item,
.et_pb_toggle_close {
    transition: none !important;  /* Dezactivează tranzițiile */
    animation: none !important;   /* Dezactivează animațiile */
}



/* Finalizare coamnda */

.header-lang{
  display: none !important;
}
.et_pb_wc_checkout_payment_info_0 .woocommerce-order{
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.woocommerce-thankyou-order-received{
  padding-left: 20px!important;
}

.woocommerce-order-received .et_pb_no_top_bottom_padding .et_pb_column_1  {
display: none!important;
}

.woocommerce-order-received .et_pb_no_top_bottom_padding .et_pb_column_2  {
  width: 100%!important;
}

.woocommerce-order-overview{
  margin-left: 20px!important;
}

.woocommerce ul.order_details{
  margin-top: 20px!important;
}
.woocommerce ul.order_details li {
  border: none!important;
  margin-right: 3em!important;
}
.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-details__title{
  color: transparent;
    background: linear-gradient(to right, #1d8600, #27b700, #29be00, #2bc900, #2ed700);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 415;
    font-size: 45px !important;
    line-height: 53px;
    letter-spacing: 0.05em;
}
.woocommerce-order td,
.woocommerce-order th{
  color:#000000!important;
}
.woocommerce-order a{
  color: #1b7d00 !important;
}

.woocommerce-customer-details address p{
  margin-top: 5px!important;
  padding-bottom: 0px!important;
}

.woocommerce ul.order_details li {
  font-size: 13px!important;
}

#wc-stripe-express-checkout-element{
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1400px) {
  #wc-stripe-express-checkout-element{
    flex-direction: column!important;
  }
}

@media only screen and (max-width: 1200px) {


  .woocommerce-customer-details .woocommerce-column__title,
  .woocommerce-order-details__title{
    font-size:28px!important;
  }

}

/* end */

body {
  font-family: var(--main-font);
  line-height: normal;
}
.w-49{
  width: 40px;
  height: 49px;
  object-fit: cover;
}

.sale{
  text-decoration: line-through;
text-decoration-color: #333333;
text-decoration-thickness: 2px;
}

.red-price{
  margin-left: 5px!important;
}

.footer-module-1 a{
  display: contents!important;;
}

.gift-product-quantity{
  display: none!important;
}
.red-price bdi{
  color:#e74c3c!important;
  margin-right: 12px;
}
.woocommerce-Price-amount.amount,
.red-price-cart-mod{
  margin-left: 5px!important;
  margin-right: 10px!important;
}
.product-quantity{
  margin-top:10px!important;
  margin-left: 10px!important;
}

.ro-btn,
.en-btn{
font-family: 'Sequel Sans';
font-style: normal;
font-weight: 415;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.05em;
color: #000000;
}
.ro-btn.selectat,
.en-btn.selectat{
  color:#1D8600!important;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img-best{
  height: 42px;
  margin-right: 8px;
}
.spn-56{
  margin-top: 5px;
}

.contact-card a{
  color:#333333!important;
}

.contact-button-main a{
  color:#ffffff!important;
}

.pa-block .et_mobile_menu{
  display: block !important;
  height: fit-content !important;
}
.mobile_nav.opened .mobile_menu_bar:before, .pa-block .mobile_menu_bar:before, .closed.pa-block .mobile_menu_bar:before{
  content: url(/wp-content/uploads/2025/01/Component-187.svg) !important;
}

.et_mobile_menu .menu-item-has-children .sub-menu{
  display: none !important;
}
.et_mobile_menu .menu-item-has-children .sub-menu.open{
  display: block !important;
}
.et_mobile_menu .menu-item-has-children .pa-submenu{
  display: block !important;
}

/*toggle*/

.et_pb_toggle_open {
  background: linear-gradient(180deg, #ffffff 36.59%, #eeffe2 100%) !important;
  box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.08) !important;
  border-radius: 31px !important;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
  right: 10px!important;
  content: url("/wp-content/uploads/2025/03/Untitled-design-1-12.png") !important;
}

/*toggle*/


.img-product-sl{
  height: 46px!important;
  margin-left: 31px!important;
  transform: scale(3.4)!important;
}

/*start checkout*/
form.checkout_coupon.woocommerce-form-coupon{
  display: block !important;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.page-id-14198 form.checkout_coupon.woocommerce-form-coupon{
  display: none !important;
}

p.cupon{
  margin-bottom: 8px;
}
.custom_coupon_container{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  column-gap: 8px;
  flex-wrap: wrap;
}
.aplicare_cod{
  cursor: pointer;
}
/*end checkout*/
.page-id-12158 .yoast_breadcrumb-section,
.page-id-17 .yoast_breadcrumb-section {
  display: none !important;
}

.yoast_breadcrumb-section {
  padding-top: 33px !important;
  padding-bottom: 0px !important;
  margin: auto !important;
}
.yoast_breadcrumb-section {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.yoast_breadcrumb-section a {
  color: #000000 !important;
  text-transform: uppercase !important;
}

.breadcrumb_last {
  text-transform: none !important;
  color: #1b7d00 !important;
}
/*Header*/

.footer-menu-row .last-col-hidden a{
  color:#000000!important;
}

body header.et-l--header {

  position: relative!important;
  z-index: 30!important;
  width: 100%!important;
  background-color: #ffffff!important;
/*  background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px);*/
}

.et-l--header.fixed-header{
  top:0!important;
  position: fixed!important;
}

.d-none{

  display: none!important;
}

body header.et-l--header .et_pb_menu_0_tb_header.et_pb_menu,
body header.et-l--header .et_pb_section{
  background: unset!important;
}

header .opened .et_mobile_menu li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

img.email-class,
img.phone-class {
  display: none;
}

.header-section,
.header-section .et_pb_row--with-menu {
  padding: 0px !important;
}

.header-coll .et_pb_menu__wrap {
  justify-content: flex-end !important;
  gap: 0px;
}

.et_pb_menu__menu > nav > ul > li {
  padding: 0px 18px !important;
}
.et_pb_menu__menu .contact-button {
  padding-right: 0px !important;
  padding-left: 14px !important;
}
.et_pb_menu__menu .contact-button span {
  padding-bottom: 5px !important;
}
.header-tel a {
  margin-right: 15px;
font-family: 'Sequel Sans';
font-style: normal;
font-weight: 410;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.05em;
color: #000000;


}
.header-lang span {
  color: #458933;
}

.closed .mobile_menu_bar:before {
  width: 32px!important;
  display: block!important;
  font-size: inherit !important;
  content: url("/wp-content/uploads/2024/12/Group-680.svg") !important;
}
.opened .mobile_menu_bar:before {
  width: 32px!important;
  display: block!important;
  font-size: inherit !important;
  content: url("/wp-content/uploads/2025/01/Component-187.svg") !important;
}

.et-menu-nav .et-menu nav li:first-child {
  padding: 0px !important;
}

.et_pb_menu__wrap {
  display: flex !important;
}
.et_mobile_nav_menu {
  order: 4;
  margin-left: 12px !important;
}
.et_pb_menu__icon {
  order: 2;
}
.phone-class {
  order: 1;
  margin: auto;
}
.email-class {
  margin: auto;
}
.et_pb_menu__search-button {
  order: 3;
}

.et-menu .menu-item-has-children > a:first-child:after {
  right: -14px !important;
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap {
  width: 18% !important;
}
.header-rand-suplimentar {
  height: max-content;
  padding: 11px 0px 0px 0px !important;
}
.header-rand-suplimentar .et_pb_column {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.header-rand-suplimentar .et_pb_module {
  font-family: "Sequel Sans Medium Disp", Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 0px !important;
  height: max-content;
}

.header-coll ul {
  margin-right: 12px !important;
  gap: 3px !important;
  align-items: center !important;
}
.header-coll ul li a {
  padding: 0px !important;
  text-transform: uppercase;
}
.et_mobile_menu {
  margin-top: 16px !important;
  border-color: #2bc900 !important;
}
.header-section #menu-menu li:last-child {
  height: max-content;
  border-radius: 500px;
  background-position: center;
  background-image: url("/wp-content/uploads/2024/12/Property-1Frame-3.svg") !important;
  padding: 0px 0px 0px 12px !important;
  display: flex !important;
  gap: 12px;
  align-items: center !important;
}
.header-section #mobile_menu1 li.contact-button {
  height: max-content;
  border-radius: 500px !important;
  width: max-content !important;
  margin: auto;
  background-position: center;
  background-image: url("/wp-content/uploads/2024/12/Property-1Frame-3.svg") !important;
  padding: 0px 0px 0px 12px !important;
  display: flex !important;
  gap: 12px;
  align-items: center !important;
}

.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent !important;
}
.header-coll .mobile_nav.opened ul li:last-child {
  padding-left: 0px !important;
  background-image: none !important;
  color: #000000 !important;
  border-radius: 0px !important;
}
.header-coll .mobile_nav.opened ul li:last-child a {
  padding-left: 0px !important;
}
.header-coll .mobile_nav.opened ul li:last-child span {
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  color: #000000 !important;
}
.header-coll .mobile_nav.opened ul li:last-child::after {
  content: "";
}

.header-coll ul li.contact-button a {
  padding: 0px 6px 0px 12px !important;
  color: #ffffff !important;
  text-transform: none !important;
}

.header-coll ul li:last-child a span {
  color: #ffffff;
  font-family: "Sequel Sans Medium Disp", Helvetica, Arial, Lucida, sans-serif;
}

.contact-button {
  text-align: center;
  cursor: pointer;
}

.contact-button::after {
  width: 32px;
  content: "";
  height: 35px;
  text-align: center;
  border-radius: 100% !important;
  background: url("/wp-content/uploads/2025/01/Animation-1730039161886-1-1.svg")
      no-repeat center center,
    linear-gradient(180deg, #ffffff 0.88%, #dbdbdb 50.44%, #b9dcb0 100%);
  background-size: 30px 30px, cover;
  transform: scale(1);
  transition: background 0.3s ease;
}
.contact-button:hover::after {
  color: #ffffff !important;
  background: url("/wp-content/uploads/2025/01/animatia.gif") no-repeat center
      center,
    linear-gradient(180deg, #ffffff 0.88%, #dbdbdb 50.44%, #b9dcb0 100%);
  background-size: 30px 30px, cover;
}

.et_pb_menu__search-button::after {
  content: url("/wp-content/uploads/2024/12/lupa-1.svg") !important;
}
.et_pb_menu__cart-button {
  margin: 0px !important;
  position: relative;
}
.et_pb_menu__cart-count {
  font-style: normal;
  font-weight: 410;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  width: 17px;
  height: 17px;
  background-color: #458933 !important;
  border-radius: 50% !important;
  top: 5px;
  right: 0px;
  position: absolute;
}
.et_pb_menu__cart-button::after {
  padding-top: 8px !important;
  margin-right: 0px !important;
  content: url("/wp-content/uploads/2024/12/4781813_bag_buy_cart_market_shop_icon-1.svg") !important;
}

.et_pb_menu__menu .contact-button span {
  padding-bottom: 0px !important;
}

.header-section .cond {
  display: none !important;
}

.header-section .cond-afis-mn {
  display: none !important;
}

body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
  background: #FFF !important;
  color: #000 !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
   display: none;
}

form.et_pb_menu__search-form {
  padding: 10px;
  background: #f5f5f8;
  border-radius: 16px;
}

input:-internal-autofill-selected {
  background-color: #f5f5f8 !important;
}

.pagination.clearfix a {
    color: #1b7d00 !important;
}

@media only screen and (min-width: 1200px) {


  .footer-menu-row{
    display: flex;
    justify-content: center;
  }

.footer-menu-row .et_pb_column{
  margin-right: 1.8%!important;
}

.footer-menu-row .et_pb_column.et-last-child{
  width: 29.5%!important;
}

}
@media only screen and (max-width: 987px) {
.img-product-sl{
  margin-left: 18px!important;
}

}

@media only screen and (max-width: 1088px) {
  .et_pb_menu__cart-count {
    top:1px!important;
  }
}

@media only screen and (max-width: 1200px) {


  .footer-menu-row .et_pb_column.et-last-child{
    width: 100%!important;
  }


  body header.et-l--header {
    width: 93%!important;
    left: inherit!important;
    top: 0!important;
    padding: 0px 0px 10px 0px!important;
  }
body header.et-l--header.fixed-header{
  left: calc(3.5%)!important;
}

  .et_pb_menu__search {
    margin-top: 0px !important;
    background-color: #ffffff !important;
  }

  .et_pb_menu .et_mobile_nav_menu {
    float: none !important;
    margin: 0 6px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .blur {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .header-section .et_mobile_menu {
    height: 90dvh !important;
    width: 60% !important;
  }

  header {
    padding-bottom: 2px !important;
  }

  .border-bottom {
    border-bottom: 1px solid #1b7d00 !important;
  }

  .cusuri-sub-menu-element{
    padding-top: 25px!important;
  }

  .header-section .et_pb_menu .et_mobile_menu {
    right: calc(-3.5%) !important;
    background: linear-gradient(180deg, #ffffff 0%, #ebffdd 100%);
    box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 0px 22px;
    left: inherit !important;
    margin: 5px 0px 0px 0px !important;
    border-top: none !important;
    padding-left: 8% !important;
    padding-top: 0px!important;
    bottom: 10px !important;
    overflow-y: scroll !important;
    top: 84px !important;
    list-style: none !important;
  }

  .header-section .et_pb_menu .et_mobile_menu li {
    font-size: 15px !important;
    padding: 20px 20px !important;
    position: relative;
    width: fit-content;
  }

  .header-section .et_pb_menu .et_mobile_menu li a {
    border-bottom: none !important;
    font-size: 15px !important;
  }

  .header-section .et_pb_menu .et_mobile_menu .blog-class-menu ul.sub-menu li a{
        font-size: 13px!important;

  }

  .header-section .et_pb_menu .et_mobile_menu li .sub-menu {
    list-style: none!important;
    background-color: transparent!important;
    margin-left: 0px!important;
    padding-left: 20px !important;
    padding-top: 20px !important;
}
.header-section .et_pb_menu .et_mobile_menu li .sub-menu li a{
  padding-left: 0px!important;
  white-space: normal;
  line-height: normal;
}


.header-section .et_pb_menu .et_mobile_menu li .sub-menu li{
  padding-left: 0px!important;
  font-size: 15px!important;
}

.header-section .et_pb_menu .et_mobile_menu li .sub-menu li:first-child{
  padding-top: 20px!important;
}



  .header-section .cond {
    display: block !important;
    padding-bottom: 30px !important;
  }

  .header-section .cond-afis-mn {
    display: block !important;
  }
  .et_builder_inner_content,
  .header-section,
  .header-section .et_pb_module,
  .header-rand-suplimentar,
  .et_pb_menu_inner_container,
  .et_pb_row--with-menu,
  .et_pb_row--with-menu .et_pb_column {
    position: static !important;
  }

  .header-section .et_pb_menu .et_mobile_menu li:first-child {
    padding-top: 10px !important;
  }


  #mobile_menu1 .cusuri-sub-menu-element{
    padding-top: 20px!important;
  }

  .header-section #mobile_menu1 li.contact-button {
    margin-left: 19px !important;

  }

  .cusuri-sub-menu-element{
    padding-bottom: 0px!important;
  }

  .cusuri-sub-menu-element li{
    white-space: nowrap!important;
  }

  .cusuri-sub-menu-element-2 a{
    margin-left: 0px!important;
    background-image: none!important;
    text-transform: uppercase!important;
  }

  .header-section #mobile_menu1 li:last-child a span {
    text-transform: none !important;
    font-family: "Sequel Sans";
    font-style: normal;
    font-weight: 415;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #ffffff !important;
  }

  .header-section #mobile_menu1 li.podcast{
    background-image: inherit !important;
    padding: 20px 20px !important;
    margin: 0px !important;
    padding-left: 0px !important;


  }

  .header-section #mobile_menu1 li.podcast a{
    text-transform: uppercase!important;
  }

  .header-section #mobile_menu1 li.noutati{
    /*display: inline-flex!important;
    align-items: center!important;
    gap:5px!important;*/
  }

  .menu-item-has-children > a:first-child{
    position: relative;
  }
  .menu-item-has-children > a:first-child::after{
    content:url('/wp-content/uploads/2025/01/Untitled-design-1-4.svg')!important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-section .et_pb_menu .et_mobile_menu li.menu-item-has-children{
    padding-right: 0px !important;
  }
  .menu-item-has-children > a:first-child{
    padding-right: 20px !important;
    width: fit-content;
  }

  .et_mobile_menu li ul.sub-menu{
    padding-bottom: 0px!important;
  }

}

@media only screen and (min-width: 700px) and (max-width: 1200px) {
  .header-section .et_pb_menu .et_mobile_menu {
    top: 95px !important;
  }
}
/*Footer*/
.footer-module-1.et_pb_image {
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
  border-bottom: 1px solid grey;
}
.footer-module-1 span {
  width: 15.7% !important;
}
.footer-module-1 {
  margin-bottom: 4% !important;
}

.social-footer {
  width: 16.7% !important;
  display: flex;
  width: max-content;
  gap: 20px;
  margin: auto;
  align-items: center;
}
.footer-menu-row {
  padding-top: 60px !important;
}
.footer-menu-row ul a {
  color: #000000 !important;
}
.footer-menu-row .menu-termeni ul,
.footer-menu-row .menu-utile ul,
.footer-menu-row .menu-cursuri ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.parteneri-oficiali-titlu,
.parteneri-oficiali-logo {
  margin: auto;
  width: fit-content;
}
.parteneri-oficiali-logo .et_pb_column {
  display: grid;
  max-width: 449px;
  gap: 20px;
  grid-template-columns: auto auto auto auto;
  align-items: center;
}
.parteneri-oficiali-logo {
  padding-bottom: 0px !important;
}
.last-footer-row {
  padding-bottom: 0px !important;
}
.last-footer-row .et_pb_column {
  display: flex;
  justify-content: center;
}

.footer-section {
  padding-top: 48px !important;
  background-size: 50% !important;
  padding-bottom: 40px !important;
  background-position-x: 80% !important;
  background-position-y: 40% !important;
}

.footer-menu-row .et_pb_menu {
  background-color: transparent !important;
}

.footer-menu-row ul {
  margin-left: 0px !important;
}

footer .et_pb_menu__menu > nav > ul > li {
  padding-left: 0px !important;
}

.email-class,
.phone-class {
  display: none !important;
}


.return-to-shop a.wc-backward.button{
  font-family: "Sequel Sans";
    height: max-content;
    border-radius: 500px;
    background-position: center;
    background-image: url(/wp-content/uploads/2024/12/Property-1Frame-3.svg);
    padding: 0px!important;
    display: flex !important;
    gap: 42px;
    color: #ffffff!important;
    padding: 0px 0px 0px 45px!important;
    width: max-content;
    align-items: center !important;
    cursor: pointer;
}

.et-menu-nav .contact-button {
  height: max-content;
  border-radius: 500px;
  background-position: center;
  background-image: url(/wp-content/uploads/2024/12/Property-1Frame-3.svg) !important;
  padding: 0px 0px 0px 12px !important;
  display: flex !important;
  gap: 12px;
  align-items: center !important;
}

.return-to-shop a.wc-backward.button:hover{
  border-radius: 500px!important;
}

.return-to-shop a.wc-backward.button::after{
   position: relative!important;
   opacity: 1!important;
   width: 55px!important;
    height: 55px!important;
    text-align: center!important;
    content: ''!important;
    display: inline-block!important;
    border-radius: 100% !important;
    background: url(/wp-content/uploads/2025/01/Animation-1730039161886-1-1.svg) no-repeat center center, linear-gradient(180deg, #FFFFFF 0.88%, #DBDBDB 50.44%, #B9DCB0 100%)!important;
    background-size: 30px 30px, cover!important;
    transform: scale(1)!important;
    transition: background 0.3s ease!important;
}
#menu-menu .ghghfhf,
#menu-menu-en .ghghfhf{
  display: none!important;
}

@media only screen and (min-width: 1600px) {
  .header-coll ul {
    gap:15px!important;
}
}

@media only screen and (min-width: 1500px) {
  .header-coll ul {
    gap:12px!important;
}
}

/* media querry */
@media only screen and (min-width: 1200px) {
  .row-menu-footer-2 .et_pb_column {
    display: flex;
    justify-content: center;
  }


  .header-section #menu-menu-en ul.sub-menu,
  .header-section #menu-menu ul.sub-menu {
    top:15px!important;
    display: grid;
    gap: 20px !important;
    border-top: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    background-color: #ffffff!important;
    width: 290px!important;
  }
  .header-section #menu-menu-en ul.sub-menu li:first-child,
  .header-section #menu-menu ul.sub-menu li:first-child {
    padding-left: 10px !important;
  }

  .header-section #menu-menu-en ul.sub-menu li:last-child,
  .header-section #menu-menu ul.sub-menu li:last-child {
    background-image: none !important;
    padding: 0px!important;
  }
  .header-section #menu-menu-en ul.sub-menu li,
  .header-section #menu-menu-en ul.sub-menu li a,
  .header-section #menu-menu ul.sub-menu li a,
  .header-section #menu-menu ul.sub-menu li {
    width: max-content ;
  }
   .header-section #menu-menu-en ul.sub-menu li:last-child a,
  .header-section #menu-menu ul.sub-menu li:last-child a {
    width: max-content !important;
    padding-left: 10px !important;
    text-transform: uppercase !important;
  }

  .header-section #menu-menu .blog-class-menu ul.sub-menu li {
    width: fit-content!important;
    line-height: 24px!important;
  }

  .header-section #menu-menu .blog-class-menu ul.sub-menu{
    padding-left: 0px!important;
    width: 300px!important;
  }

  .header-section #menu-menu .blog-class-menu ul.sub-menu li{
    padding: 0px 10px!important;
  }

  .header-section #menu-menu .blog-class-menu ul.sub-menu{
    gap:15px!important;
    left: -5px!important;
    /*top:20px!important;*/
  }

  .header-section #menu-menu .blog-class-menu ul.sub-menu li a{
        width: fit-content!important;
        line-height: 21px!important;
        font-size: 11px!important;
        padding-left: 0px!important;
  }

  .blog-class-menu{
    margin-right: 14px!important;
  }
}

@media only screen and (max-width: 1200px) {


  .cusuri-sub-menu-element{
    padding-top: 20px!important;
  }


  #mobile_menu1 .ghghfhf{
    display: flex!important;
    align-items: center!important;
  }


  #mobile_menu1 .ghghfhf span{
    font-family: 'Montserrat'!important;
    font-style: normal;
    font-weight: 700!important;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #000000;
  }

  #mobile_menu1 .ghghfhf .current-language{
    color:#1D8600!important;
  }

  footer .footer-section {
    padding-top: 32px !important;
  }

  .yoast_breadcrumb-section {
    width: 100% !important;
    padding-top: 41px !important;
    padding-left: 4px !important;
  }
  header {
    position: relative !important;
    padding-top: 15px !important;
    width: 88% !important;
    margin: auto;
  }

  .header-section .et_pb_row--with-menu {
    width: 100% !important;
  }

  .header-coll .et_pb_menu__wrap {
    display: contents !important;
  }

  .header-rand-suplimentar {
    display: none;
  }

  .header-coll img {
    width: 25% !important;
  }
  a.email-class img,
  a.phone-class img {
    display: block;
    width: 24px !important;
    height: 24px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    object-fit: contain !important;
    margin-left: 5px;
    margin-right: 5px;
  }

  .email-class,
  .phone-class {
    display: block !important;
    margin: auto;
    width: 100% !important;
    max-width: 38px !important;
    max-height: 38px !important;
  }

  header .et_pb_menu .et_pb_menu__menu {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .yoast_breadcrumb-section {
    margin: 0px !important;
  }
  .header-coll img {
    width: 40% !important;
  }
}

@media only screen and (max-width: 768px) {
  .header-coll img {
    width: 70% !important;
  }

  @media only screen and (max-width: 500px) {
    .header-coll img {
      width: 100% !important;
    }
}

  img.email-class,
  img.phone-class {
    width: fit-content !important;
  }
}

@media only screen and (min-width: 1200px) {
  .et_pb_menu_0_tb_header.et_pb_menu ul li {
    padding: 0px 8px !important;
  }

  .et_pb_menu_0_tb_header.et_pb_menu ul li:first-child {
    padding: 0px 6px!important;
  }
  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 14px !important;
  }

  .header-coll ul li:last-child {
    padding: 0px 0px 0px 12px !important;
  }

  .header-coll ul {
    margin-left: 0px !important;
    margin-right: 7px !important;
  }
}

@media only screen and (max-width: 600px) {
  body header.et-l--header {
    width: 100%!important;

  }

  .header-section .et_pb_menu .et_mobile_menu {
    right: 0!important;
  }

  .header-section {
    padding-left: 15px!important;
  }

  body header.et-l--header.fixed-header {
    left: 0!important;
  }

  .popup-content-custom{
    padding: 20px 30px;
  }
  .logo_popup {
    margin-bottom: 25px;
  }
  .title_popup {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: normal;
  }
  .popup-content-custom .gform-theme--foundation .gfield .ginput_password.large, .popup-content-custom .gform-theme--foundation .gfield input.large, .popup-content-custom .gform-theme--foundation .gfield select.large, .popup-content-custom .gform-theme--foundation .gfield input[type="text"] {
    color: #020700;
    outline: none !important;
    background-color: #fff;
    border-radius: 8.5px;
    font-style: italic;
    padding: 10px 10px 10px 13px;
    font-family: "Sequel Sans";
    font-size: 15px;
    height: auto;
    line-height: normal;
  }
  body .popup-content-custom .gform_button.button {
    font-size: 18px !important;
    min-height: 50px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 11px !important;
  }
}

.last-col-hidden {
  margin-top: 0px !important;
}

.et_pb_row.parteneri-oficiali-titlu {
  padding-top: 30px !important;
}

@media only screen and (max-width: 440px) {
  .last-footer-row p {
    text-align: center !important;
  }

  .header-section .et_mobile_menu {
      width: 80% !important;
  }
}
