@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//contesi-chauffeurs.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(183,170,93);
	--wd-alternative-color: rgb(183,170,93);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-weight: 500;
	--btn-accented-bgcolor: rgb(183,170,93);
	--btn-accented-bgcolor-hover: rgb(183,181,135);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://contesi-chauffeurs.com/wp-content/uploads/2021/09/bikes-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(0,0,0);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.page .main-page-wrapper {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 12px;
}

@media (min-width: 1337px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1320px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


a.btn.wd-open-popup .wd-btn-text {
    font-size: 16px !important;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  bottom: 70px !important; /* ridică cu 80px față de marginea de jos */
}
#popup-66db3e99986f0 .wpforms-field-phone .iti__dropdown-content {
  position: fixed !important;
  left: auto !important;
  right: auto !important;
}
/* Dropdown-ul global creat în <body> de intl-tel-input */
.iti--container {
  position: absolute !important;
  z-index: 2147483647 !important; /* peste orice overlay/modal */
}

/* Siguranță: când e deschis un popup, dezactivează trigger-ele ca să nu "prindă" tap-ul */
@media (max-width: 1024px) {
  body.popup-open-cc-global .wd-open-popup,
  body.popup-open-cc-global .wd-button-wrapper {
    pointer-events: none !important;
    z-index: 0 !important;
  }
}

/* Magnific: lasă containerul popup-ului să facă scroll */
.mfp-wrap{ 
  overflow: hidden !important; /* default corect pentru wrapper */
}
.mfp-container{ 
  overflow: auto !important;    /* esențial pentru scroll */
  -webkit-overflow-scrolling: touch; /* inerție pe iOS */
}

/* Doar zonele cu telefon pot „ieși” vizual (dacă ar fi nevoie) */
.wd-popup .wpforms-container,
.wd-popup .wpforms-field-phone{
  overflow: visible !important;
}

/* Opțional: limitează înălțimea conținutului popup-ului, ca să activeze scroll-ul intern */
.mfp-content{
  max-height: calc(100vh - 40px);
  overflow: auto;
}


/* (optional) ridică inputul când e în popup */
.wd-popup .wpforms-field-phone .iti {
  position: relative;
  z-index: 9999;
}
.iti--container { position: absolute !important; z-index: 2147483647 !important; }
@media (max-width:1024px){
  body.popup-open-cc-global .wd-open-popup,
  body.popup-open-cc-global .wd-button-wrapper{
    pointer-events:none !important; z-index:0 !important;
  }
}
.mfp-wrap, .mfp-container, .wd-popup, .wd-popup .wpforms-container, .wd-popup .wpforms-field-phone{
  overflow: visible !important;
}
.wd-popup .wpforms-field-phone .iti{ position:relative; z-index:9999; }


.wpforms-page-indicator-page-progress {
  background-color: rgb(183, 170, 93) !important;
}




/* Blochează scroll-ul orizontal în popup */
body.popup-open-cc-global,
.mfp-wrap,
.mfp-container,
.mfp-content {
  overflow-x: hidden !important;
}

/* Asigură scroll vertical normal */
.mfp-container {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
/* ------------------------------------
   LOGO ÎN MENIUL MOBIL – CENTRAT
------------------------------------ */
.mobile-nav .wd-nav-mobile::before {
    content: '';
    display: block;
    background-image: url('https://contesi-chauffeurs.com/wp-content/uploads/2025/07/Contesi-LOGO-CL1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 60px;
    margin: 20px auto;
}

/* ------------------------------------
   CENTRARE MENIU & ITEM-URI
------------------------------------ */
.mobile-nav.wd-side-hidden-nav {
    text-align: center;
}

.mobile-nav .wd-nav-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-nav .wd-nav-mobile > .menu-item {
    text-align: center;
    width: 100%;
}

.mobile-nav .wd-nav-mobile .woodmart-nav-link {
    justify-content: center;
}

/* ------------------------------------
   BUTON "VIEW BROCHURE" – AURIU + FLARE
   DIMENSIUNE DOAR CÂT TEXTUL + 12PX
------------------------------------ */
.mobile-nav .brochure-button {
    position: relative;
    display: inline-block; /* important pentru dimensiune după text */
    margin: 20px auto;

    padding: 8px 12px;     /* exact cât ai cerut */
    border-radius: 6px;

    background: linear-gradient(135deg, #d8c878 0%, #b7aa5d 50%, #e8d98a 100%);
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;

    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: all 0.25s ease;
}

/* flare / shine efect */
.mobile-nav .brochure-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    transition: 0.6s ease;
}

/* flare care trece peste buton */
.mobile-nav .brochure-button:hover::after {
    left: 120%;
}

.mobile-nav .brochure-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.20);
}