/*
	Theme Name: Bennet Child
	Theme URI: http://bennet.clapat-themes.com/
	Description: Responsive Wordpress Theme
	Template: bennet
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: agency, ajax, business, clapat, clean, creative, gallery, minimal, modern, photography, portfolio, premium, responsive, showcase
	Text Domain: bennet-child
*/

/*------------------------------------------------------------------
Add here your own styles
-------------------------------------------------------------------*/

/* Custom background for preloader (override Bennet) */
.preloader-wrap{
  background: transparent !important;
}

/* Dropdown menu background */
nav .sub-menu,
.navbar .sub-menu,
.menu-item-has-children .sub-menu{
  background-color: #1d494e !important;
}

/* Level 2 submenu background */
nav .sub-menu .sub-menu,
.navbar .sub-menu .sub-menu,
.menu-item-has-children .sub-menu .sub-menu{
  background-color: #0f2b20 !important;
}

/* Dropdown link color */
nav .sub-menu a,
.navbar .sub-menu a{
  color: #000000 !important;
}

/* Clapat: 2-line titles + stop showing prev/next titles */
#clapat-webgl-slider.highlights-gallery .clapat-caption-wrapper{
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
}

/* Mask area for titles */
#clapat-webgl-slider.highlights-gallery .external-titles{
  height: 25em !important;
  min-height: 25em !important;
  overflow: hidden !important;
  position: relative !important;
}

/* Make each animated title fill the mask */
#clapat-webgl-slider.highlights-gallery .external-titles .slide-title{
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  white-space: normal !important;
  line-height: 1.1 !important;
  overflow: hidden !important;
  text-align: center !important;
}

#clapat-webgl-slider.highlights-gallery .external-titles .slide-title span{
  display: block !important;
  white-space: normal !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 auto !important;
}

#clapat-webgl-slider.highlights-gallery .clapat-caption-wrapper,
#clapat-webgl-slider.highlights-gallery .external-titles,
#clapat-webgl-slider.highlights-gallery .external-titles .slide-title{
  pointer-events: none !important;
}

/* ======================================================
   AURORA + GRAIN (GLOBAL) + VIDEO (HOME ONLY)
   ====================================================== */

html, body{
  height: 100%;
  background: #061515 !important;
}

/* Make theme wrappers transparent WITHOUT changing positioning */
#content-scroll,
#smooth-wrapper,
#smooth-content,
#canvas,
#clapat-page-content,
#page-content,
#content,
#main,
main,
#page,
.clapat-page-content,
#app{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Aurora layer (global) */
html::before{
  content:"" !important;
  position: fixed;
  inset: -20%;
  z-index: 0;
  pointer-events:none;

background:
  radial-gradient(1500px 1100px at 12% 20%, rgba(45, 72, 125, .60), transparent 62%),
  radial-gradient(1200px 900px  at 26% 72%, rgba(36, 155, 200, .45), transparent 60%),
  radial-gradient(1200px 900px  at 56% 86%, rgba(96, 110, 190, .26), transparent 62%),
  radial-gradient(1400px 1100px at 80% 48%, rgba(90, 210, 180, .38), transparent 62%),
  radial-gradient(1100px 900px  at 94% 18%, rgba(70, 120, 210, .38), transparent 60%),
  linear-gradient(180deg, #0c1522 0%, #112736 55%, #0b141f 100%);

filter: blur(62px) saturate(120%);
transform: none;
animation: none;

}


/* Grain layer (global) */
html::after{
  content:"" !important;
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events:none;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.25' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='360' height='360' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");

  background-size: 220px 220px, 360px 360px, 520px 520px;
  background-position: 0 0, 80px 50px, 140px 110px;

  opacity: .16;
  mix-blend-mode: overlay;
  filter: blur(.6px);
}

/* Keep content above aurora/grain (safe targets only) */
#page-content, #content, #main, main, #page,
.clapat-page-content, #app{
  position: relative;
  z-index: 5;
}

/* ======================================================
   HOME ONLY: Background video injected via JS (bg-video-layer)
   ====================================================== */

#bg-video-layer{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: -1 !important; /* below content; aurora/grain are global layers */
  pointer-events: none;
  overflow: hidden;
  opacity: 1 !important;
}

#bg-video-layer video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#bg-video-layer::after{
  content:"";
  position:absolute;
  inset: 0;
  background: rgba(6, 21, 21, .18);
  pointer-events:none;
}

/* Kill Bennet/Clapat header gradient overlay */
.clapat-header,
.clapat-header .header-content,
.clapat-header .header-container,
.clapat-header .header-wrapper,
.clapat-header .nav,
.clapat-header nav,
.clapat-header .navbar{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Pseudo overlays (very common in Bennet) */
.clapat-header::before,
.clapat-header::after,
.clapat-header .header-content::before,
.clapat-header .header-content::after,
.clapat-header .header-container::before,
.clapat-header .header-container::after,
.clapat-header .header-wrapper::before,
.clapat-header .header-wrapper::after{
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* If there is a dedicated overlay element inside header */
.clapat-header .header-overlay,
.clapat-header .menu-overlay,
.clapat-header .header-bg,
.clapat-header .header-gradient{
  display: none !important;
}

/* ======================================================
   CONTACT — FULL COMPONENT (FORM + MAP + INFO)
   FULL REPLACEMENT — copy/paste entirely
   ====================================================== */

/* =========================
   GLOBAL TUNING VARIABLES
   ========================= */
:root{
  /* Width control (balanced for 1920–4K) */
  --contact-min-w: 900px;
  --contact-fluid-w: 70vw;
  --contact-max-w: 1100px;

  /* Height control */
  --contact-min-h: 400px;
  --contact-fluid-h: 60vh;
  --contact-max-h: 600px;

  /* Vertical inset for LEFT column */
  --contact-left-inset: 26px;
}

/* =========================
   OUTER WRAPPER
   ========================= */
.custom-contact-card{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;

  width: clamp(
    var(--contact-min-w),
    var(--contact-fluid-w),
    var(--contact-max-w)
  );

  margin: 0 auto;
}

/* =========================
   SPLIT LAYOUT
   ========================= */
.custom-contact-split{
  display: flex;
  gap: 0;
  align-items: stretch;

  height: clamp(
    var(--contact-min-h),
    var(--contact-fluid-h),
    var(--contact-max-h)
  );
}

/* ======================================================
   LEFT COLUMN — FORM + MAP (slightly shorter)
   ====================================================== */
.custom-contact-left{
  flex: 0 0 56%;
  min-width: 320px;

  display: flex;
  flex-direction: column;

  margin: var(--contact-left-inset) 0;
  height: calc(100% - (var(--contact-left-inset) * 2));

  background-color: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);

  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 10px 30px rgba(0,0,0,0.15);

  border-radius: 18px 0 0 18px;

  /* Compact padding to free vertical space */
  padding: 22px 24px 18px;
  box-sizing: border-box;
}

/* =========================
   FORM AREA (compact)
   ========================= */
.custom-contact-form{
  flex: 0 0 auto;
  min-width: 0;
}

/* =========================
   MAP AREA (flex-grow)
   ========================= */
.custom-contact-map{
  flex: 1 1 auto;
  min-height: 220px;
  margin-top: 14px;

  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.custom-map-embed{
  width: 100%;
  height: 100%;

  border-radius: 14px;
  overflow: hidden;

  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0px 12px 18px -10px rgba(0,0,0,0.25);
}

.custom-map-embed iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ======================================================
   RIGHT COLUMN — CONTACT INFO (taller)
   ====================================================== */
.custom-contact-info{
  flex: 0 0 44%;
  min-width: 320px;

  height: 100%;
  padding: 34px;
  box-sizing: border-box;

	background:
  radial-gradient(900px 900px at 15% 15%, rgba(28,120,180,0.50), transparent 62%),
  radial-gradient(700px 700px at 85% 55%, rgba(90,210,180,0.35), transparent 65%),
  radial-gradient(600px 600px at 50% 90%, rgba(96,110,190,0.20), transparent 70%),
  linear-gradient(180deg, rgba(11,24,38,0.96), rgba(11,24,38,0.96));

);

  );

  color: #ffffff;
  border-radius: 0px;
  box-shadow: 0px 18px 34px -18px rgba(0,0,0,0.45);

  display: flex;
  flex-direction: column;
}

/* Info title */
.custom-contact-info-title{
  margin: 0 0 18px 0;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  color: #ffffff;
}

/* Info list */
.custom-contact-info-list{
  display: grid;
  gap: 18px;
}

.custom-contact-info-item{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
}

/* ======================================================
   FORM FIELDS — COMPACT TYPOGRAPHY
   ====================================================== */
.custom-form-field{
  width: 100%;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.85) !important;
  border-radius: 0 !important;

  color: rgba(0,0,0,0.7);
  font-size: 16px;
  font-weight: 400;

  padding: 8px 0;
  margin-bottom: 12px;
  box-sizing: border-box;

  transition: border-color 0.3s ease;
}

.custom-form-field:focus{
  outline: none;
  border-bottom-color: #0daebb !important;
}

.custom-form-field::placeholder{
  color: rgba(0,0,0,0.7);
  opacity: 1;
}

textarea.custom-form-field{
  min-height: 64px;
  resize: vertical;
}

/* Row layout */
.form-row{
  display: flex;
  gap: 14px;
}

.form-column{
  flex: 1;
}

/* ======================================================
   SUBMIT BUTTON
   ====================================================== */
.custom-submit-btn{
  background-color: #0daebb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;

  padding: 10px 28px;
  border: none;
  border-radius: 0;

  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  cursor: pointer;
  float: right;

  transition: all 0.3s ease;
}

.custom-submit-btn:hover{
  background-color: #0b9aa6;
  transform: translateY(-2px);
  box-shadow: 0px 15px 22px -6px rgba(0,0,0,0.35);
}

/* Clearfix */
.clearfix::after{
  content: "";
  display: table;
  clear: both;
}

/* ======================================================
   RESPONSIVE
   ====================================================== */
@media (max-width: 900px){
  .custom-contact-card{
    width: 94%;
  }

  .custom-contact-split{
    flex-direction: column;
    height: auto;
  }

  .custom-contact-left{
    margin: 0;
    height: auto;
    border-radius: 18px;
  }

  .custom-contact-info{
    border-radius: 18px;
  }

  .custom-contact-map{
    min-height: 240px;
  }

  .form-row{
    flex-direction: column;
    gap: 0;
  }

  .custom-contact-info-title{
    font-size: 42px;
  }
}
/* ascunde mesajul CF7 */
.custom-contact-form .wpcf7-response-output{
  display:none !important;
}

.custom-contact-form .wpcf7-spinner{
  display:none !important;
}

/* pregătim butonul */
.custom-submit-btn{
  position:relative;
  overflow:hidden;
}

/* text normal */
.custom-submit-btn .btn-success{
  display:none;
}

/* după submit */
.custom-contact-form .wpcf7 form.sent .custom-submit-btn{
  background:#4CAF50 !important;
  pointer-events:none;
}

/* schimb text */
.custom-contact-form .wpcf7 form.sent .btn-text{
  display:none;
}

.custom-contact-form .wpcf7 form.sent .btn-success{
  display:inline;
  color:#fff;
}
.custom-contact-form .wpcf7 p{
  margin:0 !important;
  padding:0 !important;
}
.custom-contact-form button.custom-submit-btn{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  background-color:#0daebb !important;
  color:#ffffff !important;
  font-size:15px !important;
  font-weight:500 !important;
  line-height:1 !important;

  padding:10px 28px !important;
  min-height:0 !important;
  border:none !important;
  border-radius:0 !important;

  box-shadow:0px 12px 18px -6px rgba(0,0,0,0.3) !important;
  cursor:pointer;
  float:right;
  margin:0 !important;

  transition:all 0.3s ease;
}

.custom-contact-form button.custom-submit-btn:hover{
  background-color:#0b9aa6 !important;
  transform:translateY(-2px);
  box-shadow:0px 15px 22px -6px rgba(0,0,0,0.35) !important;
}

.custom-contact-form .wpcf7 form{
  margin:0 !important;
}

.custom-contact-form .wpcf7 p{
  margin:0 !important;
  padding:0 !important;
}

.custom-contact-form .wpcf7 br{
  display:none !important;
}

/* ======================================================
   FOOTER
   ====================================================== */

.footer-hero{
  position: relative;
  width: 100%;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  background-image: url("https://dr-negulescu.fr/wp-content/uploads/2026/01/footer-sunrise-lyon-yellow-orange-city.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(6, 21, 21, .35);
  pointer-events:none;
}

.footer-hero > *{
  position: relative;
  z-index: 2;
}

.footer-hero .custom-contact-form-container{
  max-width: 720px;
  width: min(720px, 92vw);
}


/* ======================================================
   END - CONTACT — FORM + MAP CARD (FROSTED GLASS)
   ====================================================== */

/* Remove the small decorative line in the hero title (pseudo-elements / borders) */
body.home .landing-intro-wrapper .new-hero-title span::after{
  content: none !important;
  display: none !important;
}

/* Hide "Voir Chirurgie" + "Voir Medecine" on DESKTOP only */
#menu-second-menu.lg-screen li#menu-item-5178,
#menu-second-menu.lg-screen li#menu-item-5180{
  display: none !important;
}

/* Fix ONLY Chirurgie + Medecine submenu top spacing on DESKTOP */
#menu-second-menu.lg-screen > li#menu-item-4230 > ul.sub-menu,
#menu-second-menu.lg-screen > li#menu-item-4236 > ul.sub-menu{
  padding-top: 8px !important;
}

/* Subtle drop shadow for Clapat/Bennet slider titles (site-wide) */
#clapat-webgl-slider .slide-title,
#clapat-webgl-slider .slide-title span,
.clapat-slider-wrapper .slide-title,
.clapat-slider-wrapper .slide-title span{
  text-shadow: 0 1px 2px rgba(0,0,0,.35), 0 6px 18px rgba(0,0,0,.18) !important;
}


/* Mobile swap for Bennet parallax background (robust) */
@media (max-width: 767px) {

  /* Try the wrapper itself */
  body .mobile-hero-swap .parallax-image-wrapper,
  /* Common inner layers used by themes */
  body .mobile-hero-swap .parallax-image-wrapper .parallax-image,
  body .mobile-hero-swap .parallax-image-wrapper .parallax-bg,
  body .mobile-hero-swap .parallax-image-wrapper .bg,
  body .mobile-hero-swap .parallax-image-wrapper .image {
    background-image: url("/wp-content/uploads/2026/01/Cabinet-Vendome-LED-light-mobile.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

}

/* ============================================================
   BENNET PARALLAX LIST — FINAL LUXURY SETUP (CORRECT OPACITY)
   ============================================================ */

/* Base Parallax List text — softened using RGBA (NOT opacity) */
.parallax-image-wrapper .list-caption span {
  font-size: clamp(3.1rem, 6.8vw, 5.8rem) !important;
  line-height: 1.06 !important;
  color: rgba(255, 255, 255, 0.78); /* soft base text */
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.25),
    0 10px 24px rgba(0, 0, 0, 0.15);
}

/* Disable caption transforms (disables Bennet slide-in animation) */
.parallax-image-wrapper .list-caption,
.parallax-image-wrapper .list-caption span {
  transform: none !important;
}

/* Emphasized words marked with **word** — full opacity + italic */
.parallax-image-wrapper .list-caption span strong {
  color: rgba(255, 255, 255, 1); /* FULL visibility */
  font-weight: 600 !important;
  font-style: italic;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.25),
    0 10px 24px rgba(0, 0, 0, 0.15),
    0.5px 0 0 currentColor,
   -0.5px 0 0 currentColor;
}

/* ============================================================
   BENNET SLOWED TEXT PIN GALLERY — INLINE EMPHASIS
   ============================================================ */

/* Base big title text — softened using RGBA */
.wp-block-bennet-gutenberg-slowed-text-pin-gallery h1.big-title,
.wp-block-bennet-gutenberg-slowed-text-pin-gallery .sub-title {
  color: rgba(255, 255, 255, 0.78);
}

/* Emphasized words (**word**) — full white + italic */
.wp-block-bennet-gutenberg-slowed-text-pin-gallery h1.big-title strong,
.wp-block-bennet-gutenberg-slowed-text-pin-gallery .sub-title strong {
  color: rgba(255, 255, 255, 1);
  font-weight: 600 !important;
  font-style: italic;
  text-shadow:
    0.5px 0 0 currentColor,
   -0.5px 0 0 currentColor;
  -webkit-text-stroke: 0.35px currentColor;
}

/* =========================================
   BENNET PINNED LIST — LUXURY OPACITY + EMPHASIS
   (Requires the JS snippet that converts **word** to <strong>)
   ========================================= */

/* Base text: softened white via RGBA (NOT opacity) */
ul.pinned-lists li.wp-block-bennet-gutenberg-pinned-list-item {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Emphasis: full white + italic for <strong> words */
ul.pinned-lists li.wp-block-bennet-gutenberg-pinned-list-item strong {
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 600 !important;
  font-style: italic;
  text-shadow:
    0.5px 0 0 currentColor,
   -0.5px 0 0 currentColor;
}

/* Padding Group content */
.wp-block-group.text-inner-pad{
  padding: 24px !important;
  box-sizing: border-box;
}
.menu-item > a[href="#"] {
  cursor: default;
}
.menu-item > a[href="#"] {
  pointer-events: none;
}

/* =========================================
   PRICES
   ========================================= */

/* Optional wrapper for the entire price list */
.price-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
	margin-left: 24px;
  margin-right: 24px;
  border-radius: 12px;
  margin-bottom: 26px;
	 box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
	 background:
  radial-gradient(
    600px 600px at 30% 65%,
    #2e6f76 0%,
    #245f66 35%,
    rgba(36,95,102,0.6) 70%
  ),
  linear-gradient(
    180deg,
    #1b252c 0%,
    #1d3132 55%,
    #356B70  100%
  );
}

/* Single price row (service + dots + price) */
.price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start; /* force left alignment */
  gap: 12px;
  padding: 14px 18px;
  border-radius: 6px;
	
 

}

/* Left label (service name) */
.price-row .price-label {
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
  order: 1;
}

/* Leader dots between label and price */
.price-row::before {
  content: "";
  order: 2;
  flex: 1 1 auto;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
  margin: 0 6px;
}

/* Right price value */
.price-row .price-value {
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  white-space: nowrap;
  order: 3;
}

/* Mobile adjustments */
@media (max-width: 520px) {
  .price-row {
    padding: 12px 14px;
  }

  .price-row .price-label {
    max-width: 68%;
  }
}
/* =========================================
   PRICES MOBILE LAYOUT
   ========================================= */

@media (max-width: 520px) {

  .price-row {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  /* remove dotted leader line */
  .price-row::before {
    display: none;
  }

  /* service label full width */
  .price-row .price-label {
    max-width: 100%;
    width: 100%;
  }

  /* price aligned right on next line */
  .price-row .price-value {
    align-self: flex-end;
  }

}
/* =========================================
   PRICE ROW VISUAL UPGRADE
   ========================================= */

.price-row {
  position: relative;
  transition: all .25s ease;
}

/* subtle separation between rows */
.price-row + .price-row {
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* hover effect desktop */
@media (hover: hover) {

  .price-row:hover {
    background: rgba(255,255,255,0.04);
    transform: translateX(4px);
  }

}

/* price emphasis */
.price-row .price-value {
  font-size: 1.05em;
  letter-spacing: 0.02em;
}

/* label readability */
.price-row .price-label {
  opacity: 0.92;
}

/* better tap spacing mobile */
@media (max-width: 520px) {

  .price-row {
    padding-top: 16px;
    padding-bottom: 16px;
  }

}
/* ======================================================
   MOBILE CENTER HELPER (center EVERYTHING horizontally)
   add class: mobile-center-all
   ====================================================== */
@media (max-width: 900px){

  /* Center the block within the page */
  .mobile-center-all{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Center all text inside */
  .mobile-center-all,
  .mobile-center-all *{
    text-align: center !important;
  }

  /* Center common block layouts */
  .mobile-center-all .wp-block-columns{
    justify-content: center !important;
  }

  .mobile-center-all .wp-block-column{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Center media elements */
  .mobile-center-all img,
  .mobile-center-all video,
  .mobile-center-all iframe{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Center buttons/links (and neutralize floats) */
  .mobile-center-all .custom-submit-btn,
  .mobile-center-all button,
  .mobile-center-all .wp-block-button__link,
  .mobile-center-all a.wp-block-button__link{
    float: none !important;
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Make lists look centered (bullets aligned nicely) */
  .mobile-center-all ul,
  .mobile-center-all ol{
    display: inline-block !important;
    text-align: left !important;         /* keeps bullet text readable */
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.bennet-separator {
  position: relative;
  height: 120px; /* umple golul */
  background-color: #d4b478; /* portocaliu */
}

.bennet-separator::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .bennet-separator {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 50px !important;
  }
}
/* =========================================================
   Bennet Parallax List - Font size control (no hyphenation)
   ---------------------------------------------------------
   IMPORTANT:
   - Theme sets font-size on: .parallax-image-wrapper .list-caption span
   - Therefore, override the SPAN (not the STRONG)
   ========================================================= */

/* Slightly smaller than theme, but still fluid (clamp) */
.custom-font-control .parallax-image-wrapper .list-caption span{
  /* Tune these 3 numbers to your taste */
  font-size: clamp(2.8rem, 6.2vw, 5.2rem) !important;
  line-height: 1.06 !important;

  /* No hyphenation */
  hyphens: none !important;

  /* Prevent overflow without adding hyphens */
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Keep <strong> exactly same size as the surrounding text */
.custom-font-control .parallax-image-wrapper .list-caption span strong{
  font-size: inherit !important;
  line-height: inherit !important;
}

/* =========================================================
   Custom Font Control - Bennet Slowed Text Pin Gallery
   ========================================================= */

/* ---------------------------------------------------------
   DESKTOP & TABLET (default)
   - Smaller than theme
   - Fluid (vw-based)
   --------------------------------------------------------- */
.custom-font-control.wp-block-bennet-gutenberg-slowed-text-pin-gallery .big-title,
.custom-font-control .wp-block-bennet-gutenberg-slowed-text-pin-gallery .big-title{

  font-size: calc((1rem + 8.5vw) / 2) !important;
  line-height: calc((1rem + 9.5vw) / 2) !important;

  hyphens: none !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Subtitle */
.custom-font-control.wp-block-bennet-gutenberg-slowed-text-pin-gallery .sub-title,
.custom-font-control .wp-block-bennet-gutenberg-slowed-text-pin-gallery .sub-title{

  font-size: calc((1rem + 2.2vw) / 2) !important;
  line-height: 1.2 !important;

  hyphens: none !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Strong safety */
.custom-font-control.wp-block-bennet-gutenberg-slowed-text-pin-gallery strong,
.custom-font-control .wp-block-bennet-gutenberg-slowed-text-pin-gallery strong{
  font-size: inherit !important;
  line-height: inherit !important;
}


/* =========================================================
   MOBILE OVERRIDE
   - Slightly larger for readability
   - Less aggressive vw scaling
   ========================================================= */
@media (max-width: 768px){

  .custom-font-control.wp-block-bennet-gutenberg-slowed-text-pin-gallery .big-title,
  .custom-font-control .wp-block-bennet-gutenberg-slowed-text-pin-gallery .big-title{

    /* Bigger & more stable on phones */
    font-size: calc((3rem + 7.5vw) / 2) !important;
    line-height: calc((6rem + 8.5vw) / 2) !important;
	max-width: 12ch;          /* controls words per line */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .custom-font-control.wp-block-bennet-gutenberg-slowed-text-pin-gallery .sub-title,
  .custom-font-control .wp-block-bennet-gutenberg-slowed-text-pin-gallery .sub-title{

    font-size: calc((1rem + 3.2vw) / 2) !important;
    line-height: 1.25 !important;
  }
}

/* =========================================================
   Restore text shadow for Slowed Text Pin Gallery titles
   ========================================================= */

.custom-font-control.wp-block-bennet-gutenberg-slowed-text-pin-gallery .big-title,
.custom-font-control .wp-block-bennet-gutenberg-slowed-text-pin-gallery .big-title{
  text-shadow:
    0 1px 2px rgba(0,0,0,0.35),
    0 4px 10px rgba(0,0,0,0.25),
    0 10px 24px rgba(0,0,0,0.15);
}

/* =========================================
                  AURORA RDV BUTTON
   ========================================= */
	.aurora-rdv-btn{
  --aurora-deep: rgba(11,24,38,0.96);
  --aurora-blue: rgba(28,120,180,0.62);
  --aurora-cyan: rgba(36,155,200,0.62);
  --aurora-green: rgba(90,210,180,0.50);
  --aurora-violet: rgba(96,110,190,0.28);

  position: relative;
  padding: 14px 42px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0px 18px 34px -18px rgba(0,0,0,0.45);
  -webkit-tap-highlight-color: transparent;
}

.aurora-rdv-btn .aurora-rdv__label{
  position: relative;
  z-index: 15;
  letter-spacing: 0.2px;
}

.aurora-rdv-btn:active{
  transform: scale(0.97);
}

.aurora-rdv-btn::before{
  content:"";
  position:absolute;
  inset: 2px;
  border-radius: inherit;
  background: rgba(0,0,0,0.72);
  z-index: 12;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.aurora-rdv-btn:hover::before{
  opacity: 1;
  transform: scale(1);
}

.aurora-rdv-btn:hover{
  border-color: rgba(255,255,255,0.28);
  box-shadow: 0px 22px 44px -20px rgba(0,0,0,0.55);
}

.aurora-rdv__bubble{
  position:absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  filter: blur(14px);
  z-index: 0;
  opacity: 0.95;
  will-change: transform;
}

.aurora-rdv__b1{ background: var(--aurora-blue);   top:-30%; left:-15%; animation: auroraMove1 14s ease-in-out infinite; }
.aurora-rdv__b2{ background: var(--aurora-cyan);   top:-10%; left: 10%; animation: auroraMove2 16s ease-in-out infinite; animation-delay: 1.5s; }
.aurora-rdv__b3{ background: var(--aurora-green);  top: 15%; left: 45%; animation: auroraMove3 13s ease-in-out infinite; animation-delay: 3s; }
.aurora-rdv__b4{ background: var(--aurora-violet); top:-25%; left: 70%; animation: auroraMove4 18s ease-in-out infinite; animation-delay: 2.2s; }
.aurora-rdv__b5{ background: var(--aurora-blue);   top: 30%; left:-12%; animation: auroraMove5 12s ease-in-out infinite; animation-delay: 4.2s; }
.aurora-rdv__b6{ background: var(--aurora-cyan);   top:-15%; left: 30%; animation: auroraMove6 20s ease-in-out infinite; animation-delay: 0.8s; }
.aurora-rdv__b7{ background: var(--aurora-green);  top: 40%; left: 60%; animation: auroraMove7 17s ease-in-out infinite; animation-delay: 2.8s; }

@keyframes auroraMove1{
  0%{ transform: translate(0,0) scale(1); }
  25%{ transform: translate(65%,-55%) scale(1.08); }
  50%{ transform: translate(-35%,45%) scale(0.98); }
  75%{ transform: translate(40%,-30%) scale(1.06); }
  100%{ transform: translate(0,0) scale(1); }
}
@keyframes auroraMove2{
  0%{ transform: translate(0,0) scale(1.02); }
  25%{ transform: translate(-60%,55%) scale(1.08); }
  50%{ transform: translate(35%,-40%) scale(0.98); }
  75%{ transform: translate(-30%,35%) scale(1.05); }
  100%{ transform: translate(0,0) scale(1.02); }
}
@keyframes auroraMove3{
  0%{ transform: translate(0,0) scale(1); }
  25%{ transform: translate(55%,0) scale(1.06); }
  50%{ transform: translate(-55%,35%) scale(0.98); }
  75%{ transform: translate(25%,-25%) scale(1.05); }
  100%{ transform: translate(0,0) scale(1); }
}
@keyframes auroraMove4{
  0%{ transform: translate(0,0) scale(1.03); }
  25%{ transform: translate(-55%,-55%) scale(1.08); }
  50%{ transform: translate(35%,35%) scale(0.98); }
  75%{ transform: translate(-25%,-25%) scale(1.05); }
  100%{ transform: translate(0,0) scale(1.03); }
}
@keyframes auroraMove5{
  0%{ transform: translate(0,0) scale(1); }
  25%{ transform: translate(55%,55%) scale(1.07); }
  50%{ transform: translate(-35%,-35%) scale(0.98); }
  75%{ transform: translate(30%,30%) scale(1.05); }
  100%{ transform: translate(0,0) scale(1); }
}
@keyframes auroraMove6{
  0%{ transform: translate(0,0) scale(1.02); }
  25%{ transform: translate(-55%,0) scale(1.07); }
  50%{ transform: translate(55%,-30%) scale(0.98); }
  75%{ transform: translate(-30%,30%) scale(1.05); }
  100%{ transform: translate(0,0) scale(1.02); }
}
@keyframes auroraMove7{
  0%{ transform: translate(0,0) scale(1); }
  25%{ transform: translate(0,-55%) scale(1.07); }
  50%{ transform: translate(35%,35%) scale(0.98); }
  75%{ transform: translate(-25%,-25%) scale(1.05); }
  100%{ transform: translate(0,0) scale(1); }
}

@media (prefers-reduced-motion: reduce){
  .aurora-rdv__bubble{ animation: none !important; }
  .aurora-rdv-btn{ transition: none; }
}
.aurora-rdv-btn{
  overflow: hidden;
  border-radius: 999px;

  clip-path: inset(0 round 999px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  isolation: isolate;
  transform: translateZ(0);
}
.rdv-btn-scale{
  transform: scale(2);
  transform-origin: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px){
  .rdv-btn-scale{ transform: scale(1.6); }
}

@media (max-width: 992px){
  .rdv-btn-scale{ transform: scale(1.35); }
}

@media (max-width: 768px){
  .rdv-btn-scale{ transform: scale(1.1); }
}

@media (max-width: 480px){
  .rdv-btn-scale{ transform: scale(1); }
}

.aurora-rdv-btn{
  text-decoration: none;
}

		/* =========================================
       END       AURORA RDV BUTTON
   ========================================= */

:where(#main, #content, #page-content, .content-area, .site-content, .entry-content, .post-content, .clapat-page-content)
a:not(.aurora-rdv-btn):not(.button):not([class*="btn"])
{
  text-decoration: none !important;
  background-image: linear-gradient(currentColor, currentColor) !important;
  background-position: 0 100% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 2px !important;
  padding-bottom: 2px;
}

:where(#main, #content, #page-content, .content-area, .site-content, .entry-content, .post-content, .clapat-page-content)
a:not(.aurora-rdv-btn):not(.button):not([class*="btn"]):hover
{
  opacity: 0.78;
  background-size: 100% 3px !important;
}

/* Exclude navigation and footer */
header a,
nav a,
.clapat-header a,
.clapat-menu a,
.site-header a,
footer a,
.clapat-footer a,
.custom-contact-card a,
.custom-contact-info a,
.custom-contact-socials a
{

  text-decoration: none !important;
}

/* RESET complet pentru ancora din Flex List (nu afectează restul site-ului) */
.wp-block-bennet-gutenberg-flex-list-item a.flex-list-center,
.wp-block-bennet-gutenberg-flex-list-item a.flex-list-center:link,
.wp-block-bennet-gutenberg-flex-list-item a.flex-list-center:visited,
.wp-block-bennet-gutenberg-flex-list-item a.flex-list-center:hover,
.wp-block-bennet-gutenberg-flex-list-item a.flex-list-center:focus,
.wp-block-bennet-gutenberg-flex-list-item a.flex-list-center:active{
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;

  background: none !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;

  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;

  opacity: 1 !important;
  transform: none !important;
}

/* Hover “soft”, dacă vrei */
.wp-block-bennet-gutenberg-flex-list-item:hover a.flex-list-center{
  opacity: .85 !important;
}
.wp-block-bennet-gutenberg-flex-list-item{
  align-items: center;
}
.wp-block-bennet-gutenberg-flex-list-item a.flex-list-center{
  flex: 1 1 auto; /* important dacă tema dă flex pe span-uri */
  text-align: center;
}

/* =========================================================
   FIX: Slowed Text Pin Gallery — apply styles to H2 too
   (independent of heading level)
   ========================================================= */

/* Base big title text — softened using RGBA */
.wp-block-bennet-gutenberg-slowed-text-pin-gallery .big-title,
.wp-block-bennet-gutenberg-slowed-text-pin-gallery .sub-title {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Emphasized words — full white + italic */
.wp-block-bennet-gutenberg-slowed-text-pin-gallery .big-title strong,
.wp-block-bennet-gutenberg-slowed-text-pin-gallery .sub-title strong {
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 600 !important;
  font-style: italic !important;
  text-shadow:
    0.5px 0 0 currentColor,
   -0.5px 0 0 currentColor !important;
  -webkit-text-stroke: 0.35px currentColor;
}

/* ======================================================
   NEG CARDS — UIverse behavior + Glass / Neo (site style)
   (TIGHTER SHADOW VERSION)
   ====================================================== */

/* Wrapper */
.neg-card{
  padding: 0;
  margin: 0 0 25px 0;
  box-sizing: border-box;
}

/* Text */
.neg-card p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(10,14,18,.78);
  margin: 0;
}

.neg-card p.neg-card__desc--small{
  font-size: 16px;
  margin-top: 8px;
  color: rgba(10,14,18,.68);
}

/* Corner */
.neg-card__corner{
  display:flex;
  align-items:center;
  justify-content:center;

  position:absolute;
  width: 34px;
  height: 34px;
  overflow:hidden;

  top:0;
  right:0;

  background-color: var(--neg-accent, #0daebb);
  border-radius: 0 10px 0 34px;

  box-shadow: 0 6px 14px rgba(0,0,0,.16);
}

.neg-card__arrow{
  margin-top:-4px;
  margin-right:-4px;
  color:white;
  font-family:courier,sans;
}

/* CARD (glass + neo-light) */
.neg-card__link{
  --neg-accent: #0daebb;

  display:flex;
  flex-direction:column;
  justify-content:center;

  position:relative;

  width:100%;
  max-width:100%;
  box-sizing:border-box;

  /* GLASS SURFACE */
  background: rgba(255,255,255,0.18) !important;
  background-color: rgba(255,255,255,0.18) !important;

  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);

  border-radius: 18px;

  padding: 26px 22px;
  margin: 0;

  text-decoration:none;
  z-index:0;
  overflow:hidden;
  isolation: isolate;

  /* NEO / PREMIUM DEPTH (TIGHT) */
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    5px 5px 14px rgba(0,0,0,0.28),
    -3px -3px 8px rgba(255,255,255,0.04);

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, backdrop-filter .18s ease;

  aspect-ratio: 1.6 / 1;
}

/* Subtle highlight sheen */
.neg-card__link::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;

  background:
    radial-gradient(120% 90% at 18% 10%, rgba(255,255,255,.10), transparent 55%),
    radial-gradient(100% 90% at 88% 65%, rgba(255,255,255,.06), transparent 60%);
  opacity: .95;
}

/* Keep content above visual layers */
.neg-card__title,
.neg-card__desc,
.neg-card__corner{
  position: relative;
  z-index: 2;
}

/* remove underline rules */
.neg-card__link,
.neg-card__link:hover{
  background-image:none !important;
}

/* Hover lift + more glass */
.neg-card__link:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.22);

  /* TIGHT HOVER SHADOW */
  box-shadow:
    7px 7px 18px rgba(0,0,0,0.32),
    -4px -4px 10px rgba(255,255,255,0.05);

  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

/* Bubble (UIverse) */
.neg-card__link:before{
  content:"";
  position:absolute;
  z-index: 1;

  top:-16px;
  right:-16px;

  background: var(--neg-accent, #0daebb);

  height:32px;
  width:32px;
  border-radius:32px;

  transform:scale(1);
  transform-origin:50% 50%;
  transition:transform 0.25s ease-out;

  opacity: .95;
}

/* Expand */
.neg-card__link:hover:before{
  transform: scale(21);
}

/* Variants */
.neg-card__link--surgery{  --neg-accent: #0daebb; }
.neg-card__link--doctor{  --neg-accent: rgba(28,120,180,0.95); }
.neg-card__link--medicine{--neg-accent: #a38333; }

/* MOBILE */
@media (max-width:768px){
  .neg-card__link{
    aspect-ratio: 1.3 / 1;
    padding: 28px 24px;
  }

  .neg-card p{
    font-size: 20px;
  }

  .neg-card p.neg-card__desc--small{
    font-size: 18px;
    line-height: 1.55;
  }
}

/* =========================================
   FORCE WHITE TEXT IN CARDS
   ========================================= */

.neg-card p,
.neg-card__title,
.neg-card__desc,
.neg-card__link:hover p,
.neg-card__link:hover .neg-card__title,
.neg-card__link:hover .neg-card__desc{
  color:#ffffff !important;

  text-shadow:
    0 1px 2px rgba(0,0,0,0.45),
    0 0 6px rgba(0,0,0,0.15);
}

/* ======================================
   TESTIMONIAL CARDS – FINAL MOBILE VISIBLE
   ====================================== */

/* slide spacing */
.sp-testimonial-item.swiper-slide{
  padding: 12px 10px 16px !important;
  box-sizing: border-box !important;
}

/* Card */
.sp-testimonial-free{
  display:flex !important;
  flex-direction:column !important;
  align-items:center;
  justify-content:flex-start;

  min-height:280px !important;
  padding:18px 16px !important;
  box-sizing:border-box;

  background:rgba(255,255,255,0.08) !important;
  border:1px solid rgba(255,255,255,0.12) !important;
  border-radius:18px !important;

  box-shadow:
    0 8px 16px rgba(0,0,0,0.20),
    0 3px 8px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.04);

  transition:transform .22s ease, box-shadow .22s ease;
}

/* Hover */
.sp-testimonial-free:hover{
  transform:translateY(-1px);
  box-shadow:
    0 10px 18px rgba(0,0,0,0.22),
    0 4px 8px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

/* Avatar */
.sp-testimonial-client-image img{
  width:60px !important;
  height:60px !important;
  object-fit:cover;
  border-radius:50% !important;
  border:2px solid rgba(255,255,255,0.18);
  margin-bottom:10px !important;
}

/* Text zone */
.sp-testimonial-details{
  text-align:center;
  width:100%;
}

/* Text testimonial */
.sp-testimonial-details p{
  color:rgba(255,255,255,0.9) !important;
  line-height:1.55 !important;
  font-size:15px !important;
  margin-bottom:10px !important;
}

/* Nume */
.sp-testimonial-client-name{
  color:#ffffff !important;
  font-weight:600;
  margin-bottom:4px;
}

/* Subtitle */
.sp-testimonial-client-designation{
  color:rgba(255,255,255,0.65) !important;
  font-size:13px !important;
}

/* Stele */
.sp-testimonial-rating,
.sp-testimonial-stars{
  color:#d4b15f !important;
  margin-top:6px !important;
  font-size:14px !important;
}

/* slider wrapper */
.sp-testimonial-free-section,
.sp-testimonial-free-section .swiper,
.sp-testimonial-free-section .swiper-wrapper{
  overflow: visible !important;
}

.sp-testimonial-free-section{
  padding-left:18px !important;
  padding-right:18px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}

/* MOBILE EXTRA */
@media (max-width:768px){

  .sp-testimonial-item.swiper-slide{
    padding:8px 6px 12px !important;
  }

  .sp-testimonial-free{
    min-height:auto !important;
    padding:14px 12px !important;
    border-radius:16px !important;

    box-shadow:
      0 5px 10px rgba(0,0,0,0.18),
      0 2px 5px rgba(0,0,0,0.12),
      inset 0 1px 0 rgba(255,255,255,0.03);
  }

  .sp-testimonial-client-image img{
    width:52px !important;
    height:52px !important;
    margin-bottom:8px !important;
  }

  .sp-testimonial-details p{
    font-size:14px !important;
    line-height:1.5 !important;
    margin-bottom:8px !important;
  }

  .sp-testimonial-client-designation{
    font-size:12px !important;
  }

  .sp-testimonial-rating,
  .sp-testimonial-stars{
    font-size:13px !important;
    margin-top:5px !important;
  }

  .sp-testimonial-free-section{
    padding-left:10px !important;
    padding-right:10px !important;
    padding-top:6px !important;
    padding-bottom:6px !important;
  }
}
.bennet-separator{
  position: relative;
  background: transparent;

  display:flex;
  flex-direction:column;
  align-items:center;

  padding-top:30px;
}

.bennet-seo-h2{
  margin: 26px auto 0 !important;
  max-width: 900px;

  font-size: clamp(0.95rem, 1.2vw, 1.22rem) !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  text-align: center;

  color: rgba(255,255,255,0.74) !important;
  text-transform: none !important;
}

@media (max-width: 768px){
  .bennet-seo-h2{
    margin-top: 18px !important;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.92rem !important;
    line-height: 1.4 !important;
  }
}

/* =================================
   SOCIALS in CONTACT CARD — HARD RESET
   ================================= */

.custom-contact-socials{
  margin-top: 30px;
  width: 100%;
  text-align: left;
}

.custom-contact-socials .socials-wrap{
  position: static !important;
  inset: auto !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;

  display: block !important;
  width: 100% !important;
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.custom-contact-socials .socials-icon{
  position: static !important;
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 10px 0 0 !important;
}

.custom-contact-socials .socials-text{
  position: static !important;
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 0 14px 0 !important;
  text-align: left !important;
}

.custom-contact-socials .socials{
  position: static !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-wrap: wrap !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.custom-contact-socials .socials li{
  position: static !important;
  margin: 0 14px 0 0 !important;
  padding: 0 !important;
}

.custom-contact-socials .socials li:last-child{
  margin-right: 0 !important;
}

.custom-contact-socials .parallax-wrap,
.custom-contact-socials .parallax-element{
  position: static !important;
  transform: none !important;
}

/* Hide slide date everywhere */
.slide-date {
  display: none !important;
}

/* =========================================
   MOBILE FLOATING CALL BUTTON
   ========================================= */

.mobile-call-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;

  display: none;
  align-items: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 999px;

  background: linear-gradient(135deg, #2e6f76 0%, #356B70 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;

  box-shadow:
    0 10px 28px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.15);

  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.mobile-call-button:hover,
.mobile-call-button:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow:
    0 14px 34px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.15);
}

.mobile-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 16px;
  line-height: 1;
}

.mobile-call-text {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .mobile-call-button {
    display: inline-flex;
  }
}

@media (max-width: 520px) {
  .mobile-call-button {
    right: 14px;
    bottom: 14px;
    padding: 11px 14px;
    font-size: 13px;
  }
}
.mobile-call-icon {
  font-size: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
}

