/*
Theme Name: Savina Child
Template: savina
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: savina-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
  font-family: AtlasThin;
  src: url(fonts/AtlasGrotesk-Thin-Gr-Trial-BF662b107d9cf0e.otf);
}
a, a *, button, input[type="submit"], [role="button"] {
  cursor: pointer !important;
}
[role="button"], [role="link"] {
  cursor: pointer;
}
/* ============================================================================
   SCROLLSMOOTHER REQUIREMENTS - Place at the very top of style.css
   ============================================================================ */
/* 
#smooth-wrapper {
    overflow: hidden;
}

#smooth-content {
    overflow: visible;
    width: 100%;
} */
/* End ScrollSmoother structure */
.inner-page #loader {
  display: none;
}
.savina-services .svg-animate img {
  display: none !important;
}
.savina-services .savina-services__label:hover .svg-animate svg polyline:nth-of-type(2) {
  stroke-dashoffset: 0;
  transition-delay: .35s;
}
.savina-services .savina-services__label:hover .svg-animate svg polyline:nth-of-type(1) {
  stroke-dashoffset: 25;
}
.savina-services .savina-services__label:hover .svg-animate svg line:nth-of-type(1) {
  stroke-dashoffset: 20;
  transition-delay: .2s;
}
.savina-services .savina-services__label:hover .svg-animate svg line:nth-of-type(2) {
  stroke-dashoffset: 0;
  transition-delay: .6s;
}
.svg-animate svg {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg) translateY(-2.3px) translateX(0px);
  width: 15px;
}
.svg-animate:hover svg polyline:nth-of-type(1) {
  stroke-dashoffset: 25;
}
.svg-animate:hover svg polyline:nth-of-type(2) {
  stroke-dashoffset: 0;
  transition-delay: .35s;
}
.svg-animate:hover svg line:nth-of-type(1) {
  stroke-dashoffset: 20;
  transition-delay: .2s;
}
.svg-animate:hover svg line:nth-of-type(2) {
  stroke-dashoffset: 0;
  transition-delay: .6s;
}
.svg-animate svg polyline {
  transition: all .65s cubic-bezier(.24, 0, .16, 1.01);
}
.svg-animate svg line {
  stroke-width: 2px;
  transition: all .45s cubic-bezier(.24, 0, .16, 1.01);
}
.svg-animate svg line:nth-of-type(2) {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.svg-animate svg line:nth-of-type(1) {
  stroke-dasharray: 20;
  stroke-dashoffset: 0;
}
/* ================= LOADER (SAVINA) ================= */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh; /* dvh pour tenir compte des barres d'UI mobiles */
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.6s;
}
body.site-loaded #loader {
  opacity: 0;
  visibility: hidden;
}
#loader-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Single SVG word */
#loader-text .loader-word {
  width: 280px;
  height: auto;
  display: block;
}
/* All shapes in white */
#loader-text .loader-word * {
  fill: #fff !important;
}
/* Each letter is a <path> */
#loader-text .loader-word path {
  opacity: 0;
  transform: translateX(20px) scale(0.985);
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
/* When site is loaded, hide loader */
body.site-loaded #loader {
  opacity: 0;
  visibility: hidden;
}
html {
  overflow-x: clip;
}
body {
  overflow-x: clip;
  overflow-y: auto;
  background: #fff;
}
.main-content, .page-content, .vc_row {
  background: #fff;
}
/* Will-change on animated headings */
.hero-section .heading1 em, .hero-section .heading2 em, .hm-section3 h2 em, .hm-section4 h2 em, .srv-pg-sec1 h2 em, .contact-banner h1 em, .error-heading h1 em {
  will-change: transform, opacity;
}
/* Base transitions */
a, span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
/* Images: optimized transitions */
img {
  will-change: transform;
  transition: transform 0.6s ease-out;
}
/* -----------------------------------------
   IMAGES: ultra soft hover
----------------------------------------- */
.srv-sec-content a .img img, .gall-grid .gall-img img {
  transform: scale(1) translateZ(0);
  will-change: transform;
  transition: transform 6.2s cubic-bezier(0.18, 0.96, 0.36, 1);
}
.srv-sec-content a:hover .img img, .gall-grid .gall-img:hover img {
  transform: scale(1.008);
}
/* -----------------------------------------
   SERVICES: link + text (no underline)
----------------------------------------- */
.srv-sec-content a, .srv-sec-content a:hover, .srv-sec-content a:focus, .srv-sec-content a:active {
  text-decoration: none;
  color: inherit;
}
/* Remove underline in this area */
.srv-sec-content a .info span::after, .srv-sec-content a .info span:hover::after {
  content: none;
  display: none;
}
/* -----------------------------------------
   SERVICES: neutralize internal svg animation here only
----------------------------------------- */
.srv-sec-content .svg-animate:hover svg polyline:nth-of-type(1), .srv-sec-content .svg-animate:hover svg polyline:nth-of-type(2), .srv-sec-content .svg-animate:hover svg line:nth-of-type(1), .srv-sec-content .svg-animate:hover svg line:nth-of-type(2) {
  stroke-dashoffset: 0 !important;
  transition-delay: 0s !important;
}
.srv-sec-content .svg-animate svg polyline, .srv-sec-content .svg-animate svg line {
  transition: none !important;
  stroke-dasharray: none !important;
  stroke-dashoffset: 0 !important;
}
/* -----------------------------------------
   SERVICES: svg arrow (premium)
----------------------------------------- */
.srv-sec-content .svg-animate svg {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  transform: rotate(45deg) translateY(-2.3px) translateX(0) translateZ(0);
  transform-origin: center;
  will-change: transform;
  transition: transform 3.4s cubic-bezier(0.18, 0.96, 0.36, 1);
}
.srv-sec-content a:hover .svg-animate svg {
  transform: rotate(45deg) translateY(-2.3px) translateX(4px) translateZ(0);
  transition: transform 1.1s cubic-bezier(0.22, 0.94, 0.38, 1);
}
/* ============================= */
/* SAVINA SERVICES SECTION       */
/* DESKTOP ONLY / FULL WIDTH     */
/* ============================= */
.savina-services {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.savina-services__row {
  width: 100%;
  margin: 0px;
}
.savina-services__item {
  display: block;
  position: relative;
  z-index: 10;
  text-decoration: none;
  color: inherit;
}
.savina-services__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
}
.savina-services__media {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.savina-services__media img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1) translateZ(0px);
  will-change: transform;
  transition: transform 6.2s cubic-bezier(0.18, 0.96, 0.36, 1);
}
/* Hover on item and on bootstrap column */
.savina-services__item:hover .savina-services__media img, .savina-services .col-lg-4:hover .savina-services__media img {
  transform: scale(1.02) translateZ(0px);
}
/* Center image narrower */
.savina-services__media--center {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
/* Labels */
.savina-services__label {
  font-family: 'Bebas Neue', sans-serif;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  color: #000000;
}
.savina-services__label a {
  color: #000000;
}
.savina-services__label br {
  display: none;
}
/* SVG container */
.savina-services__label .svg-animate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.savina-services__label .svg-animate img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0);
  transform: rotate(45deg) translateY(-2.3px) translateX(0) translateZ(0);
  transform-origin: center;
  will-change: transform;
  transition: transform 3.4s cubic-bezier(0.18, 0.96, 0.36, 1);
}
/* Arrow animation on hover */
.savina-services__item:hover .svg-animate img {
  transform: rotate(45deg) translateY(-2.3px) translateX(4px) translateZ(0);
  transition: transform 1.1s cubic-bezier(0.22, 0.94, 0.38, 1);
}
/* Softer menu transitions */
.menu {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Softer hover transitions */
nav .menu > ul > li > a::after, nav .nav-right .con-btn a::after, .hm-sec2-mid a::after, .srv-sec-content a .info span::after, .bio-sec .right-content a.find-out-more::after {
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Hamburger */
.hamburger span {
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Swiper optimization */
.swiper-testi {
  will-change: transform;
}
/* Anti flash */
.my-element-to-clip, .hero-section, .inner-banner {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
/* Scroll performance */
[data-speed] {
  will-change: transform;
}
/* Scroll animations */
.hm-sec2-left, .hm-sec2-mid, .hm-sec2-right, .srv-col1, .srv-col2, .srv-col3, .brand-img, .hover-col {
  will-change: transform, opacity;
}
/* Smooth rendering */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Prevent layout shift during animations */
.slide-title, .slide-description {
  contain: layout style;
}
/* GPU acceleration */
.slide-main-img-wrapper, .slide-main-img-wrapper img {
  transform: translateZ(0);
  will-change: transform, clip-path, opacity;
}
/* Brand hover optimization */
.hover-col img.bg {
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* ============================================================================
   ORIGINAL CSS CONTINUES BELOW
   ============================================================================ */
.error-heading {
  text-align: center;
}
.error-heading h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 180px;
  line-height: 1;
  margin-bottom: 20px !important;
  color: #000;
  overflow: hidden;
}
.error-sec p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
}
.error-sec a {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 22px;
  lineARROW: 1;
  margin-bottom: 120px !important;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  opacity: 0;
}
.error-heading h1 em {
  display: block;
  font-style: normal;
  transform: translatey(100%);
  opacity: 0;
}
.error-sec {
  padding: 200px 0 100px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.error-sec-img-right {
  text-align: right;
}
.error-sec-img-left {
  text-align: left;
}
.vc_column-inner {
  padding: 0 !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
body, html {
  overflow-x: clip;
  overflow-y: visible;
}
a, span {
  display: inline-block;
  text-decoration: none;
}
/* HEADER */
nav .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav {
  padding: 20px 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
}
/* Initial premium state (fade only) */
nav .logo {
  opacity: 0;
  transform: translateY(0px);
}
nav .logo img {
  width: 150px;
}
nav .menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 16px;
}
nav .menu > ul > li > a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
nav .menu > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0);
  transform-origin: right;
  transition: transform .3s ease-in-out;
}
nav .menu > ul > li {
  opacity: 0;
  transform: translateY(0px);
}
nav .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav .nav-right .con-btn {
  margin-left: 40px;
  opacity: 0;
  transform: translateY(0px);
}
nav .nav-right .con-btn a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  letter-spacing: 0px;
  position: relative;
}
nav .nav-right .con-btn a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0);
  transform-origin: right;
  transition: transform .3s ease-in-out;
}
nav .nav-right .con-btn a img {
  transform: translateY(-1px);
  transition: all .3s ease-in-out;
  max-width: 11px;
}
nav .nav-right .con-btn a:hover img {
  transform: translateX(5px) translateY(-1px);
}
.hamburger {
  display: none;
}
.logo-white {
  display: none;
}
/* HEADER */
.brand-imgg img {
  width: 150px;
}
.brnd-col-br:nth-child(2) .brand-imgg img {
  width: 260px;
}
.brnd-col-br:nth-child(3) .brand-imgg img {
  width: 220px;
}
/* FOOTER */
.ftr {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 1;
  padding: 50px 0 20px 0;
}
/* Smooth-wrapper needs solid background */
#smooth-wrapper {
  position: relative;
  z-index: 10;
  background: transparent;
  min-height: 100vh;
}
#smooth-content {
  background: transparent;
  position: relative;
}
footer .ftr-logo img {
  width: 100%;
}
footer .footer-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 30px;
}
footer .footer-links ul li a {
  font-family: AtlasThin;
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
}
.footer-links li {
  transform: translateY(10px);
  opacity: 0;
}
.ftr-logo {
  margin-top: 30px;
}
.footer-copyright p {
  font-family: AtlasThin;
  color: #000;
  font-size: 15px;
}
.footer-copyright a {
  text-decoration: none;
  color: #000;
}
body.page-id-248 .footer-copyright a {
  color: #fff;
}
.footer-copyright {
  transform: translateY(10px);
  opacity: 0;
}
.footer-copyright p em {
  font-family: 'Playfair Display', sans-serif;
}
#smooth-content {
  background: white;
  position: relative;
  z-index: 1;
}
/* HERO SECTION */
.hero-section {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 100px 0 160px;
}
.hero-section .hero-container {
  max-width: 1080px !important;
}
.hero-section h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: .8;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 4px;
}
.hero-section .img {
  max-width: 610px;
  margin: auto auto 60px;
  opacity: 0;
  transform: translateY(6px);
}
.hero-section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 610px;
}
.hero-section .heading1 {
  text-align: right;
  line-height: 1;
  overflow: hidden;
}
.hero-section .heading2 {
  overflow: hidden;
}
/* HERO TITLES - Simple bottom-to-top */
.hero-section .heading1, .hero-section .heading2 {
  overflow: hidden;
}
.hero-section .heading1 em, .hero-section .heading2 em {
  display: block;
  font-style: normal;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  will-change: transform, opacity;
  transition: transform 0.65s cubic-bezier(.22, .61, .36, 1), opacity 0.65s ease-out;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(.22, .61, .36, 1), opacity 0.65s ease-out;
}
.hero-section.is-inview-1 .heading1 em {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.hero-section.is-inview-2 .heading2 em {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
/* HOME SECTION TWO */
.hm-section2 {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 0 60px;
}
.hm-sec2-right {
  text-align: right;
}
.hm-sec2-mid {
  text-align: center;
  margin: auto;
}
.hm-sec2-mid h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000;
  margin: auto;
  max-width: 510px;
}
.hm-sec2-mid h6 br {
  display: none;
}
.hm-sec2-mid a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 100;
  margin-top: 10px;
  position: relative;
}
.hm-sec2-mid a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0);
  transform-origin: right;
  transition: transform .3s ease-in-out;
}
.hm-sec2-mid a:hover::after {
  transform: scale(1);
  transform-origin: left;
}
.mid-img-box {
  position: relative;
  margin: 60px auto 0;
  overflow: visible;
  max-width: 820px;
}
.hm-section2 .mid-img-box {
  overflow: visible;
}
.hm2-img {
  position: relative;
  z-index: 30;
  will-change: transform;
}
.hm-sec2-mid-text-content {
  position: relative;
  z-index: 10;
}
.img-left {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 40;
}
.img-right {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 40;
}
.img-mid {
  position: relative;
  z-index: 30;
}
.hm-sec2-left {
  transform: translateY(10px);
}
.hm-sec2-left img {
  max-width: 218px;
  width: 100%;
  height: auto;
}
.hm-sec2-right img {
  max-width: 218px;
  width: 100%;
  height: auto;
}
.hm-sec2-mid .img-left img {
  max-width: 278px;
  width: 100%;
  height: auto;
}
.hm-sec2-mid .img-mid img {
  max-width: 440px;
  width: 100%;
  height: auto;
}
.hm-sec2-mid .img-right img {
  max-width: 208px;
  width: 100%;
  height: auto;
}
.hm-sec2-right {
  transform: translateY(10px);
}
.hm-sec2-mid {
  transform: translateY(50px);
}
/* HOME SECTION THREE */
.hm-section3 {
  padding: 180px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.hm-sec-inner3 h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 106px;
  font-weight: 300;
  color: #000;
  margin: 0 auto 0;
  line-height: .8;
  text-align: center;
  overflow: hidden;
}
.hm-sec-inner3 h2 em {
  font-style: normal;
  display: block;
  overflow: hidden;
}
.hm-sec-inner3 h2 em small {
  transform: translatey(100%) rotate(10deg);
}
.hm-sec-inner3 h2 em.red-text {
  color: #af0000;
}
.hm-sec-inner3 h2 .split-line:nth-child(1) em {
  transform: translateX(-50px);
}
.hm-sec-inner3 h2 .split-line:nth-child(2) em {
  transform: translateX(120px);
}
.hm-sec-inner3 h2 .split-line:nth-child(3) em {
  transform: translateX(-50px);
}
.hm-sec-inner3 p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 653px;
  margin: 70px auto 0;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.4;
}
.hm-sec-inner3 p br {
  display: none;
}
/* SERVICE SECTION */
.srv-section {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.srv-col1 a .img img {
  width: 100%;
}
.srv-col3 a .img img {
  width: 100%;
}
.srv-col2 a .img img {
  width: initial !important;
}
.srv-sec-content a {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.srv-sec-content a .img {
  width: 100%;
  overflow: hidden;
}
.srv-sec-content a .img img {
  width: 100%;
  height: 100%;
}
.srv-sec-content a .info {
  margin-top: 30px;
}
.srv-sec-content a .info span {
  font-family: 'Bebas Neue', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
/* HOME SECTION FOUR */
.hm-section4 {
  padding: 0 0 100px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.hm-sec-inner4 h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 106px;
  font-weight: 300;
  color: #000;
  margin: 120px auto 0;
  line-height: .8;
  text-align: center;
  overflow: hidden;
}
.hm-sec-inner4 h2 em {
  font-style: normal;
  display: block;
  overflow: hidden;
}
.hm-sec-inner4 h2 em small {
  transform: translatey(100%) rotate(10deg);
}
.hm-sec-inner4 h2 em.red-text {
  color: #af0000;
}
.hm-sec-inner4 h2 .split-line:nth-child(1) em {
  transform: translateX(-50px);
}
.hm-sec-inner4 h2 .split-line:nth-child(2) em {
  transform: translateX(120px);
}
.hm-sec-inner4 h2 .split-line:nth-child(3) em {
  transform: translateX(-50px);
}
.hm-sec-inner4 p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 600px;
  margin: 70px auto 0;
  text-align: center;
}
.hm-sec-inner4 p br {
  display: none;
}
/* BRAND SECTION */
.hm-brand-img-sec {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 120px 0 260px !important;
}
.brand {
  padding: 0 0 120px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.brand-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.brand-img {
  width: 100%;
  height: 100%;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(30px);
}
.brand-img:last-child {
  border: none;
}
.brand .container {
  max-width: 1600px !important;
}
/* BIO SECTION */
.bio-sec {
  padding: 0 0 180px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.bio-sec .container {
  max-width: 1140px !important;
}
.bio-sec .left-content {
  position: relative;
}
.bio-sec .left-heading {
  position: absolute;
  right: -15.5em;
  top: 2em;
  z-index: 10;
}
.bio-sec .left-heading h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 106px;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
}
.bio-sec .left-heading h2 em {
  display: block;
  transform: translateY(100%);
  font-style: normal;
}
.bio-sec .right-content {
  padding-left: 80px;
}
.bio-sec .right-content h4 {
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 60px;
  max-width: 400px;
}
.bio-sec .right-content p {
  font-family: AtlasThin;
  max-width: 450px;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  font-size: 13px;
}
.bio-sec .right-content p br {
  display: none;
}
.bio-sec .right-content a.find-out-more {
  font-family: 'Bebas Neue', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  color: #000;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.bio-sec .right-content a.find-out-more::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0);
  transform-origin: right;
  transition: transform .3s ease-in-out;
}
.bio-sec .right-content a.find-out-more:hover::after {
  transform: scale(1);
  transform-origin: left;
}
.left-content .img {
  transform: translateY(30px);
  opacity: 0;
}
.right-content h4, .right-content p, .right-content .btnn {
  transform: translateY(20px);
  opacity: 0;
}
.right-content h2 {
  display: none;
}
/* INNER BANNER */
.inner-banner {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  height: 100vh;
  min-height: 900px;
}
.inner-banner-left {
  overflow: hidden;
}
.inner-banner-left img {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  object-fit: cover;
  transform: scale(1.3);
  opacity: 0;
}
.inner-banner-right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.inner-banner-right-content .img {
  transform: translateY(10px);
  opacity: 0;
  overflow: hidden;
  max-width: 450px;
}
.inner-banner-right h1 {
  transform: rotate(-90deg);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 90px;
  font-weight: 400;
  color: #af0000;
  text-transform: uppercase;
}
.inner-banner-right .info {
  transform: translateY(10px);
  opacity: 0;
}
.inner-banner-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 800px;
}
/* STYLE INFO */
.style-info {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 160px 0 0px;
}
.style-info .container {
  max-width: 1140px !important;
}
.style-info-right h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 180px;
  color: #000;
  text-align: right;
  line-height: .9;
  max-width: 700px;
  margin-left: auto;
  overflow: hidden;
}
.style-info-right h2 em {
  display: block;
  font-style: normal;
  overflow: hidden;
}
.style-info-right h2 br {
  display: none;
}
.style-info-right h2 em small {
  display: block;
  transform: translateY(100%) rotate(6deg);
  opacity: 0;
}
.style-info-left {
  margin-top: 170px;
  transform: translateY(10px);
  opacity: 0;
}
.style-info-left img {
  max-width: 311px;
}
/* ABOUT SECTIONS */
.about-pg-sec2-right {
  text-align: right;
}
.about-pg-sec2-right img {
  max-width: 242px;
}
.about-pg-sec3-right img {
  max-width: 206px;
}
.about-pg-sec2, .about-pg-sec3 {
  position: relative;
  z-index: 1;
  background: #fff;
}
.about-pg-sec2 .container, .about-pg-sec3 .container {
  max-width: 1140px !important;
}
.about-pg-sec2-left {
  padding-left: 100px;
}
.about-pg-sec2-left p {
  font-family: AtlasThin;
  max-width: 450px;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  font-size: 13px;
  transform: translateY(20px);
  opacity: 0;
  text-align: justify;
}
.about-pg-sec3 {
  padding: 100px 0 180px;
}
.about-pg-sec3-left p {
  font-family: AtlasThin;
  max-width: 450px;
  margin-left: auto;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  font-size: 13px;
  transform: translateY(20px);
  opacity: 0;
  text-align: justify;
}
.about-pg-sec3-left {
  text-align: right;
  padding-right: 100px;
}
.about-pg-sec2-right img {
  transform: translateY(10px);
  opacity: 0;
}
.about-pg-sec3-right img {
  transform: translateY(10px);
  opacity: 0;
}
.about-pg-sec2 p br, .about-pg-sec3 p br {
  display: none;
}
.about-brands {
  background: #020202;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.about-brands .container {
  max-width: 1600px !important;
}
.about-brands .brand-img {
  height: 150px;
  border-color: #4e4e4e;
}
.about-testimonials {
  position: relative;
  z-index: 1;
  background: hsl(0, 0%, 100%);
  padding: 120px 0 180px;
}
.about-testimonials .container {
  max-width: 1140px !important;
}
.testi-img {
  text-align: right;
  opacity: 0;
  transform: translateX(30px);
}
.testi-left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 170px;
}
.testi-left-slider {
  margin-left: 100px;
  position: relative;
}
.testi-left-slider p {
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 80px !important;
}
.testi-left-slider p br {
  display: none;
}
.testi-slide-btn::after {
  display: none;
}
.testi-slide-btn {
  top: 100%;
}
.testi-slide-btns {
  max-width: 120px;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}
.testi-left-slider .swiper-slide {
  transform: translateY(50px);
  opacity: 0;
}
.about-brands .brand-img-about {
  opacity: 0;
  transform: translateY(30px);
}
/* CONTACT */
.contact-banner {
  padding: 200px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #ffff;
}
.contact-banner h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 180px;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
}
.contact-banner h1 em {
  display: block;
  font-style: normal;
  transform: translateY(45px);
  opacity: 0;
}
.con-pg-form form .form-group {
  margin-bottom: 45px;
}
/* Base fields styling (input + select) */
.con-pg-form form .form-group input {
  width: 100%;
  height: 50px;
  background: #f9f9f9;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  text-transform: initial;
  border-radius: 0px;
  box-sizing: border-box;
}
.con-pg-form form .form-group select {
  width: 100%;
  height: 50px;
  background: #f9f9f9;
  border: none;
  outline: none;
  padding: 0 20px 0 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  text-transform: initial;
  border-radius: 0px;
  box-sizing: border-box;
}
/* Textarea styling */
.con-pg-form form .form-group textarea {
  width: 100%;
  height: 250px;
  background: #f9f9f9;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-family: AtlasThin;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: initial;
  border-radius: 0px;
  box-sizing: border-box;
}
/* Placeholders (inputs + textarea only) */
.con-pg-form form .form-group input::placeholder, .con-pg-form form .form-group textarea::placeholder {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
/* Date field typography */
.con-pg-form form .form-group input[type="date"] {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  -webkit-text-fill-color: #000000; /* Force la couleur du texte sur iOS */
  color: #000000;
  padding-left: 20px;
}
.con-pg-form form .form-group input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
  padding-left: 0;
}
/* Select: keep native arrow + make sure text stays visible */
.con-pg-form form .form-group select, .con-pg-form form .form-group select.wpcf7-select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  line-height: 50px;
  opacity: 1;
  transform: translateY(0px);
}
/* Select options text */
.con-pg-form form .form-group select option {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
/* Submit button – luxury mass */
.con-pg-form form .btnn-group input[type="submit"] {
  width: 100%;
  height: 55px;
  background: #000000;
  border: 0px;
  color: #ffffff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  letter-spacing: 0.3px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    background 2.4s cubic-bezier(.08, 1, .12, 1), color 2.4s cubic-bezier(.08, 1, .12, 1), filter 2.4s cubic-bezier(.08, 1, .12, 1);
  opacity: 1;
}
/* Deep material layer (very slow, very subtle) */
.con-pg-form form .btnn-group input[type="submit"]::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 45%, rgba(0, 0, 0, 0.18) 100%);
  opacity: 0;
  transition: opacity 2.6s cubic-bezier(.08, 1, .12, 1);
  pointer-events: none;
}
/* Ultra-slow light drift (almost imperceptible) */
.con-pg-form form .btnn-group input[type="submit"]::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -120%;
  width: 90%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.00) 100%);
  transform: skewX(-22deg);
  opacity: 0;
  transition:
    left 3.2s cubic-bezier(.08, 1, .12, 1), opacity 1.6s cubic-bezier(.08, 1, .12, 1);
  pointer-events: none;
}
/* Hover – same color, heavier presence */
.con-pg-form form .btnn-group input[type="submit"]:hover {
  background: #af0000;
  filter: saturate(1.03);
}
/* Material wakes up slowly */
.con-pg-form form .btnn-group input[type="submit"]:hover::before {
  opacity: 1;
}
/* Light drifts across very slowly */
.con-pg-form form .btnn-group input[type="submit"]:hover::after {
  left: 160%;
  opacity: 1;
}
.con-pg-form {
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  background: #ffff;
}
.con-gallery-sec .container-fluid {
  padding: 0px 35px;
}
.gall-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
}
.gall-grid a {
  width: 100%;
}
.gall-grid .gall-img {
  width: 100%;
  height: 264px;
  overflow: hidden;
  transform: translateY(30px);
  opacity: 0;
}
.gall-grid .gall-img a {
  width: 100%;
  height: 264px;
  overflow: hidden;
}
.gall-grid .gall-img a br {
  display: none;
}
.gall-grid .gall-img img {
  width: 100%;
  height: 264px;
  object-fit: cover;
  transition: all .9s ease-in-out;
}
.gall-grid .gall-img a:hover img {
  transform: scale(1.1);
}
.con-gallery-sec {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7-response-output {
  font-family: AtlasThin;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  color: #000;
}
.wpcf7-not-valid-tip {
  font-family: AtlasThin;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
}
.srv-pg-sec1 {
  padding: 150px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
}
.srv-pg-sec1 h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 130px;
  font-weight: 400;
  color: #000;
  max-width: 600px;
  line-height: .85;
  margin: auto;
  overflow: hidden;
}
.srv-pg-sec1 h2 em {
  font-style: normal;
  display: block;
  overflow: hidden;
}
.srv-pg-sec1 h2 br {
  display: none;
}
.srv-pg-sec1 h2 em small {
  transform: translateY(100%) rotate(6deg);
  opacity: 0;
  display: inline-block;
}
.srv-pg-sec1 p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  font-weight: 400;
  max-width: 450px;
  margin: 70px auto 0;
  transform: translateY(30px);
  opacity: 0;
}
.srv-pg-sec1 p br {
  display: none;
}
.srv-pg-image-sec {
  overflow: hidden;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #fff;
}
.srv-pg-image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.srv-pg-wedding-sec {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}
.srv-wedding-left h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 125px;
  font-weight: 400;
  color: #000;
  margin-bottom: 140px;
  margin-top: 140px;
  overflow: hidden;
}
.srv-wedding-left h2 em {
  font-style: normal;
  display: block;
  transform: translateY(100%) rotate(6deg);
  opacity: 0;
}
.srv-wedding-left h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
  margin-bottom: 70px;
  transform: translateY(30px);
  opacity: 0;
}
.srv-wedding-left p {
  font-family: AtlasThin;
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
  text-align: justify;
  transform: translateY(30px);
  opacity: 0;
}
.srv-wedding-left-content {
  max-width: 420px;
  padding-left: 100px;
}
.srv-wedding-right {
  text-align: right;
  opacity: 0;
}
.srv-wedding-right img {
  max-width: 450px;
  height: auto;
  width: 100%;
}
.srv-pg-wedding-sec .container {
  max-width: 1140px !important;
}
.srv-sec4-two-col-sec {
  position: relative;
  z-index: 1;
  background: #fff;
}
.srv-sec4-box {
  width: 100%;
  height: 100%;
}
.srv-sec4-box .srv-sec4-img {
  width: 100%;
  height: 100%;
}
.srv-sec4-box .srv-sec4-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srv-sec4-left {
  transform: translateY(10px);
  opacity: 0;
  overflow: hidden;
}
.srv-sec4-right {
  transform: translateY(10px);
  opacity: 0;
  overflow: hidden;
}
.srv-pg-sec-btm {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 120px 0;
}
.srv-pg-sec-btm h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 130px;
  font-weight: 400;
  color: #000;
  max-width: 600px;
  line-height: .85;
  margin: 0 auto 140px !important;
  overflow: hidden;
}
.srv-pg-sec-btm h2 em {
  font-style: normal;
  display: block;
  overflow: hidden;
}
.srv-pg-sec-btm h2 em small {
  transform: translateY(100%) rotate(6deg);
  opacity: 0;
  display: inline-block;
}
.srv-pg-sec-btm h2 br {
  display: none;
}
.srv-pg-sec-btm .container {
  max-width: 920px !important;
}
.srv-pg-sec-btm .info {
  padding-left: 50px;
  margin-top: 30px;
  margin-bottom: 100px;
}
.srv-pg-sec-btm .info h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.srv-pg-sec-btm .info p {
  font-family: AtlasThin;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  text-align: justify;
  color: #000;
}
.srv-pg-sec-btm .info p br {
  display: none;
}
.srv-pg-sec-btm .info:last-child {
  margin-bottom: 0;
}
.srv-pg-sec-btm-row1 .img {
  transform: translateY(10px);
  opacity: 0;
}
.srv-pg-sec-btm-row1 .info {
  transform: translateY(20px);
  opacity: 0;
}
.srv-pg-sec-btm-row1 .img-fluid, .srv-pg-sec-btm-row2 .img-fluid {
  max-width: 312px;
  height: auto;
  width: 100%;
}
.srv-pg-sec-btm-row2 {
  margin-top: 120px;
}
.srv-pg-sec-btm-row2 .info {
  padding-left: 0;
  padding-right: 50px;
  transform: translateY(20px);
  opacity: 0;
}
.srv-pg-sec-btm-row2 .img {
  text-align: right;
  transform: translateY(10px);
  opacity: 0;
}
body.is-loaded .my-element-to-clip {
  height: 0px !important;
  pointer-events: none;
}
.hero-frames {
  position: relative;
  height: 350px;
}
.hero-frames img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ===================================================== */
/* LUXFOLIO GRID - Universal */
/* ===================================================== */
#luxfolio {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#luxfolio, #luxfolio .luxfolio-max {
  max-width: none !important;
  padding: 0 !important;
}
#luxfolio :where(.container, .container-fluid, .vc_row, .wpb_row, .wpb_wrapper) {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.luxfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 90px;
  padding: 90px;
  box-sizing: border-box;
  justify-items: stretch;
  align-items: stretch;
}
.luxfolio-grid > *:not(.luxfolio-item):not(a) {
  display: contents !important;
}
.luxfolio-grid p, .luxfolio-grid > p, .luxfolio-cell > p {
  display: none !important;
}
.luxfolio-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 360 / 530;
  background: #111;
  cursor: zoom-in;
}
.luxfolio-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transform: scale(1.001);
  transition: transform 1.6s cubic-bezier(.16, .72, .1, .98);
}
.luxfolio-item:hover img {
  transform: scale(1.012);
}
.luxfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .94);
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
  cursor: zoom-out;
}
.luxfolio-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.luxfolio-lightbox__img {
  max-width: 88vw;
  max-height: 88vh;
  border-radius: 0 !important;
  box-shadow: none;
  transform: none;
  transition: none;
}
.luxfolio-lightbox__btn, .luxfolio-lightbox__close {
  position: fixed;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(4px);
  opacity: .9;
  transition: opacity .2s ease;
  text-decoration: none;
}
.luxfolio-lightbox__btn:hover, .luxfolio-lightbox__close:hover {
  opacity: 1;
}
.luxfolio-lightbox__btn--prev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.luxfolio-lightbox__btn--next {
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.luxfolio-lightbox__close {
  right: 22px;
  top: 18px;
  font-size: 22px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.7;
  transition: color 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}
.luxfolio-lightbox__close:hover {
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}
.luxfolio-lightbox__icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
/* PAGE 248 - Black background + White theme */
body.page-id-248 {
  background: #000;
}
body.page-id-248 #luxfolio {
  background: #000;
}
body.page-id-248 .vc_row, body.page-id-248 .vc_column-inner {
  background: transparent !important;
  ;
}
/* PAGE 248 - FORCE everything transparent above footer */
body.page-id-248 #smooth-wrapper, body.page-id-248 #smooth-content {
  background: transparent !important;
}
/* WPBakery wrappers that often carry background / overlays */
body.page-id-248 .wpb_wrapper, body.page-id-248 .vc_column_container, body.page-id-248 .wpb_content_element, body.page-id-248 .vc_section, body.page-id-248 .vc_row, body.page-id-248 .vc_row:before, body.page-id-248 .vc_row:after, body.page-id-248 .vc_column-inner:before, body.page-id-248 .vc_column-inner:after {
  background: transparent !important;
}
/* If your footer reveal is "behind", keep footer pinned under */
body.page-id-248 .ftr {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* Keep smooth layer above footer, but not painting a background */
body.page-id-248 #smooth-wrapper {
  position: relative;
  z-index: 2;
}
/* Portfolio header - page 248 */
body.page-id-248 .contact-banner {
  background: #000;
  padding-bottom: 90px;
}
body.page-id-248 .contact-banner h1 {
  color: #fff;
}
/* Header - page 248 */
body.page-id-248 nav .menu > ul > li > a {
  color: #fff;
}
body.page-id-248 nav .menu > ul > li > a::after {
  background: #fff;
}
body.page-id-248 nav .nav-right .con-btn a {
  color: #fff;
}
body.page-id-248 nav .nav-right .con-btn a::after {
  background: #fff;
}
body.page-id-248 nav .logo img {
  filter: brightness(0) invert(1);
}
/* Footer - page 248 */
body.page-id-248 .footer-spacer {
  background: #000;
}
body.page-id-248 .ftr {
  background: #000;
}
body.page-id-248 footer .footer-links ul li a {
  color: #fff;
}
body.page-id-248 .footer-copyright p {
  color: #fff;
}
body.page-id-248 .ftr-logo img {
  filter: brightness(0) invert(1);
}
/* ===================================================== */
/* PAGE PRESS - Desktop */
/* ===================================================== */
.page-press {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-press, .page-press .press-grid, .page-press .press-rail {
  max-width: none !important;
}
.page-press :where(.container, .container-fluid, .vc_row, .wpb_row, .wpb_wrapper) {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-press .press-grid {
  width: 100vw;
  background: #fff;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-press .press-rail {
  width: 100%;
  max-width: 1419px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.page-press .press-rail > *:not(.press-cell):not(a) {
  display: contents !important;
}
.page-press p, .page-press .press-rail > p, .page-press .press-cell > p:empty {
  display: none !important;
}
.page-press .press-cell {
  position: relative;
  padding: 4.4vw;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  /* Grid lines always visible (all breakpoints) */
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* Optional: if you want the outer left/top grid lines to always exist */
.page-press .press-rail {
  border-left: 0px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.page-press .press-media {
  width: 100%;
  max-width: 24.4vw;
  aspect-ratio: 347 / 515;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.page-press .press-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateZ(0);
  will-change: transform;
}
.page-press .press-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(4.4vw + (24.4vw * 515 / 347) + 1vw);
  width: 100%;
  max-width: 24.4vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.7vw;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.page-press .press-caption-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
}
.page-press .press-caption-left p {
  margin: 0;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-size: clamp(11px, 0.9vw, 13px);
  display: block !important;
}
.page-press .press-caption-left p:first-child {
  font-weight: 700;
}
.page-press .press-caption-right {
  display: flex;
  align-items: flex-end;
}
.page-press .press-caption-right .press-tag {
  font-size: clamp(8px, 0.8vw, 10px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #af0000;
  line-height: 1.15;
  font-weight: 500;
}
.page-press .press-cell:focus {
  outline: none;
}
.page-press .press-cell:focus-visible {
  outline: 1px dotted #bbb;
  outline-offset: 4px;
}
/* PAGE 477 (PRESS) - Black logo - Desktop & Mobile */
body.page-id-477 nav .logo {
  opacity: 1 !important;
  visibility: visible !important;
}
body.page-id-477 nav .logo * {
  opacity: 1 !important;
  visibility: visible !important;
}
body.page-id-477 .logo-dark {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.page-id-477 .logo-dark img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  filter: none !important;
}
body.page-id-477 .logo-white {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
/* ===================================================== */
/* HOME PORTFOLIO SECTION */
/* ===================================================== */
.hm-prtfolio-sec {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0px 0 200px;
}
/* ----------------------------------------------------- */
/* Title */
/* ----------------------------------------------------- */
.hm-prtfolio-sec h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 106px;
  color: #000;
  font-weight: 500;
  position: relative;
  top: 120px;
  left: 100px;
  overflow: hidden;
}
.hm-prtfolio-sec h2 em {
  font-style: normal;
  display: block;
  transform: translateY(100%);
}
/* ----------------------------------------------------- */
/* Portfolio images – base desktop */
/* ----------------------------------------------------- */
.hm-portfolio-images {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
.hm-portfolio-img {
  position: relative;
}
.hm-portfolio-img a {
  display: block;
}
.hm-portfolio-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* Fixed widths – base desktop */
.hm-portfolio-img:nth-child(1) {
  width: 177px;
}
.hm-portfolio-img:nth-child(2) {
  width: 177px;
}
.hm-portfolio-img:nth-child(3) {
  width: 348px;
}
.hm-portfolio-img:nth-child(4) {
  width: 191px;
}
.hm-portfolio-img:nth-child(5) {
  width: 177px;
}
.hm-portfolio-img:nth-child(6) {
  width: 347px;
}
/* Vertical offsets */
.hm-portfolio-img:nth-child(1) {
  top: 100px;
}
.hm-portfolio-img:nth-child(2) {
  top: 365px;
}
.hm-portfolio-img:nth-child(3) {
  top: 250px;
}
.hm-portfolio-img:nth-child(4) {
  top: 250px;
}
.hm-portfolio-img a br {
  display: none !important;
}
/* ----------------------------------------------------- */
/* Large screens behavior (fills space on 1920px) */
/* Place this block BEFORE your first responsive breakpoint */
/* ----------------------------------------------------- */
.hm-portfolio-images {
  gap: 0 20px;
}
.hm-portfolio-img:nth-child(1), .hm-portfolio-img:nth-child(2), .hm-portfolio-img:nth-child(5) {
  flex: 0 0 212px;
  min-width: 212px;
  width: auto;
}
.hm-portfolio-img:nth-child(3), .hm-portfolio-img:nth-child(6) {
  flex: 1 1 418px;
  min-width: 418px;
  width: auto;
}
.hm-portfolio-img:nth-child(4) {
  flex: 0 0 229px;
  min-width: 229px;
  width: auto;
}
/* HOME LOADER */
.hm-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
}
.hm-loader .loader-text {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  justify-content: center;
}
.hm-loader .svg-letter svg {
  width: 1.6rem;
  height: auto;
  display: block;
  opacity: 0;
  transform: translateX(20px) scale(0.985);
}
.inner-page .hm-loader {
  display: none;
}
.hm-loader h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 100px;
  font-weight: 400;
  color: #ffff;
}
.inner-page .hm-loader, .inner-page .hm-loader, .inner-page .hm-loader, .inner-page .hm-loader, .inner-page .hm-loader {
  display: none;
}
.page-id-235 .error-sec h1 {
  margin-bottom: 20px !important;
}
.home .c-folding-animation, .home .my-element-to-clip, .home .my-element-to-clip img {
  display: none;
}
.c-folding-animation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
}
.my-element-to-clip {
  height: 125vh;
  background: #000;
  transition: 1.5s cubic-bezier(.5, .2, .1, 1.5);
  clip-path: url(#myCurve);
}
.my-element-to-clip img {
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-folding-animation.actv .my-element-to-clip {
  height: 0vh;
}
.about-brand-img-sec {
  background: #000 !important;
  padding: 70px 0 !important;
}
.about-brand-img-sec .brnd-col-br {
  border-color: #4e4e4e;
}
/* ===================================================== */
/* ABOUT BOTTOM SLIDER */
/* ===================================================== */
.about-btm-slider {
  padding: 180px 0 140px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.about-btm-slider .container {
  max-width: 1140px !important;
}
.about-btm-slider .columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0rem;
}
.about-btm-slider .left {
  color: #fff;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  max-width: 720px;
  height: 604px;
  max-height: 604px;
}
.about-btm-slider .slide-copy {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding-left: 80px;
}
.about-btm-slider .slide-title {
  margin-bottom: 1rem;
  margin-left: -100px;
}
.about-btm-slider .buttons-row p {
  margin: 0 !important;
}
.about-btm-slider .slide-title .txt {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 100px;
}
.about-btm-slider .slide-description .txt {
  color: #000;
  will-change: opacity;
  opacity: 1;
  font-family: 'Playfair Display', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  max-width: 360px;
}
.about-btm-slider .buttons-row {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  padding-left: 70px;
}
.about-btm-slider .btn {
  background: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 0px;
  transition: background .15s, transform .12s;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #000;
  outline: none !important;
  border: none !important;
}
.about-btm-slider .btn img {
  width: 11px;
  height: auto;
}
.about-btm-slider .btn.prev svg, .about-btm-slider .btn.prev .qodef-arrow {
  transform: rotate(-225deg) translateY(-2.3px) translateX(0px);
}
.about-btm-slider .btn:focus {
  color: #000;
}
.about-btm-slider .btn:hover {
  color: #000 !important;
  border: none !important;
  outline: none !important;
}
.about-btm-slider .right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0rem;
}
.about-btm-slider .slide-main-img {
  position: relative;
  width: 80%;
  height: 604px;
  max-height: 604px;
  border-radius: 0px;
  overflow: hidden;
}
.about-btm-slider .slide-main-img-wrapper {
  position: absolute;
  inset: 0;
  will-change: clip-path;
  display: block;
}
.about-btm-slider .slide-main-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.about-btm-slider h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 100px;
}
.about-btm-slider .measure {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden;
  width: 720px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.about-btm-slider #slide-data {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* ===================================================== */
/* Services Page - Intro Section (kept for services page) */
/* ===================================================== */
.srv-pg-sec1 {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 160px 0 120px;
}
.srv-pg-sec1 .container {
  max-width: 920px !important;
}
/* Title */
.srv-pg-sec1 h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 130px;
  font-weight: 400;
  color: #000;
  max-width: 600px;
  line-height: .85;
  margin: 0 auto 60px;
  overflow: hidden;
  text-align: center;
}
.srv-pg-sec1 h2 em {
  font-style: normal;
  display: block;
  overflow: hidden;
}
.srv-pg-sec1 h2 em small {
  display: inline-block;
  transform: translateY(100%) rotate(6deg);
  opacity: 0;
}
/* Intro text */
.srv-pg-sec1 p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  font-weight: 400;
  max-width: 510px;
  margin: 70px auto 0;
  margin-bottom: 0px;
  transform: translateY(30px);
  opacity: 0;
}
/* ===================================================== */
/* Private Events - Intro Section */
/* ===================================================== */
.private-events-intro {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 160px 0 120px;
}
.private-events-intro .container {
  max-width: 920px !important;
}
/* Title */
.private-events-intro h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 130px;
  font-weight: 400;
  color: #000;
  max-width: 600px;
  line-height: .85;
  margin: 0 auto 60px;
  overflow: hidden;
  text-align: center;
}
.private-events-intro h2 em {
  font-style: normal;
  display: block;
  overflow: hidden;
}
.private-events-intro h2 em small {
  display: inline-block;
  transform: translateY(100%) rotate(6deg);
  opacity: 0;
}
.private-events-intro h2 br {
  display: none;
}
.private-events-intro h2 em small br {
  display: none;
}
/* Intro text */
.private-events-intro p {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  font-weight: 400;
  max-width: 510px;
  text-align: center;
  margin: 70px auto 0;
  margin-bottom: 0px;
  transform: translateY(30px);
  opacity: 0;
}
/* ================== Private Events ======================= */
/* Section 1 - Image Left */
/* ===================================================== */
.private-events-sec-part1 {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 180px 0;
}
.private-events-sec-part1 .container {
  max-width: 920px !important;
}
/* Title */
.private-events-sec-part1 h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 130px;
  font-weight: 400;
  color: #000;
  max-width: 600px;
  line-height: .85;
  margin: 0 auto 140px !important;
  overflow: hidden;
}
.private-events-sec-part1 h2 em {
  font-style: normal;
  display: block;
  overflow: hidden;
}
.private-events-sec-part1 h2 em small {
  transform: translateY(100%) rotate(6deg);
  opacity: 0;
  display: inline-block;
}
.private-events-sec-part1 h2 br {
  display: none;
}
/* Info blocks part1 */
.private-events-sec-part1 .info {
  padding-left: 50px;
  margin-top: 30px;
  margin-bottom: 100px;
}
.private-events-sec-part1 .info:last-child {
  margin-bottom: 0;
}
.private-events-sec-part1 .info h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  overflow: hidden;
}
.private-events-sec-part1 .info p {
  font-family: AtlasThin;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  text-align: justify;
  color: #000;
  overflow: hidden;
}
.private-events-sec-part1 .info p br {
  display: none;
}
/* Image part1 */
.private-events-sec-part1 .img {
  transform: translateY(10px);
  opacity: 0;
}
.private-events-sec-part1 .img-fluid {
  max-width: 312px;
  height: auto;
  width: 100%;
}
/* ===================================================== */
/* Section 2 - Image Right */
/* ===================================================== */
.private-events-sec-part2 {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 0 180px;
}
.private-events-sec-part2 .container {
  max-width: 920px !important;
}
/* Info blocks part2 */
.private-events-sec-part2 .info {
  padding-left: 0;
  padding-right: 50px;
  margin-top: 30px;
  margin-bottom: 100px;
}
.private-events-sec-part2 .info:last-child {
  margin-bottom: 0;
}
.private-events-sec-part2 .info h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  overflow: hidden;
}
.private-events-sec-part2 .info p {
  font-family: AtlasThin;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  text-align: justify;
  color: #000;
  overflow: hidden;
}
.private-events-sec-part2 .info p br {
  display: none;
}
/* Image part2 */
.private-events-sec-part2 .img {
  text-align: right;
  transform: translateY(10px);
  opacity: 0;
}
.private-events-sec-part2 .img-fluid {
  max-width: 312px;
  height: auto;
  width: 100%;
}
/* ============================================================================
   SCROLL TO TOP BUTTON - Mobile only
   ============================================================================ */
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:active {
  transform: scale(0.95);
}
.scroll-to-top svg {
  color: #333;
}
.cf-turnstile-failed-text p {
  font-family: AtlasThin;
	color: #000;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0px;
}
.cf-turnstile-failed-text i {
	font-style: normal;
}

/* ===================================================== */
/* ================== RESPONSIVE ======================= */
/* W3C + Bootstrap breakpoints           */
/* ===================================================== */
/* DESKTOP */
@media (max-width: 1440px) {
  .inner-banner {
    height: 764px;
    min-height: 764px;
  }
  .inner-banner-left img {
    height: 764px;
    min-height: 764px;
  }
  .inner-banner-right {
    width: 720px;
    max-width: 720px;
  }
  .inner-banner-right h1 {
    font-size: 72px;
  }
  /* CONTENEUR GLOBAL : gère le layout */
  .inner-banner-right-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  /* ESPACEUR GAUCHE POUR CENTRER L’IMAGE */
  .inner-banner-right-content::before {
    content: "";
    flex: 1 1 0;
  }
  /* BLOC IMAGE */
  .inner-banner-right-content .img {
    width: 320px;
    flex: 0 0 320px;
    overflow: visible;
  }
  /* IMAGE */
  .inner-banner-right-content .img img, .inner-banner-right-content .img .img-fluid {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    transform: none !important;
  }
  /* BLOC TEXTE À DROITE */
  .inner-banner-right-content .info {
    flex: 1 1 0;
    min-width: 0;
    position: static !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1399.98px) {
  nav .container-flex {
    max-width: 1320px !important;
  }
  .inner-banner-right {
    max-width: 683px;
    width: 683px;
  }
  .hm-sec2-left img {
    max-width: 180px;
  }
  .hm-sec2-right img {
    max-width: 180px;
  }
  .hm-sec2-mid .img-left img {
    max-width: 240px;
  }
  .hm-sec2-mid .img-mid img {
    max-width: 380px;
  }
  .hm-sec2-mid .img-right img {
    max-width: 180px;
  }
  .img-left {
    bottom: -80px;
  }
  .img-right {
    top: 80px;
  }
  .bio-sec .right-content {
    padding-left: 50px;
  }
  .luxfolio-grid {
    gap: 70px;
    padding: 70px;
  }
  .hm-portfolio-img:nth-child(6), .hm-portfolio-img:nth-child(6) a {
    width: 100%;
  }
  .hm-portfolio-img:nth-child(5), .hm-portfolio-img:nth-child(5) a {
    width: 100%;
  }
  .hm-portfolio-img:nth-child(4), .hm-portfolio-img:nth-child(4) a {
    width: 100%;
  }
  .hm-portfolio-img:nth-child(3), .hm-portfolio-img:nth-child(3) a {
    width: 100%;
  }
  .hm-portfolio-img:nth-child(2), .hm-portfolio-img:nth-child(2) a {
    width: 100%;
  }
  .hm-portfolio-img:nth-child(1), .hm-portfolio-img:nth-child(1) a {
    width: 100%;
  }
  .page-press {
    padding-top: 70px;
  }
  .page-press .press-cell {
    padding: 3.5vw;
  }
  .page-press .press-media {
    max-width: 28vw;
  }
  .page-press .press-caption {
    top: calc(3.5vw + (28vw * 515 / 347) + 1vw);
    max-width: 28vw;
    gap: 1.5vw;
  }
  .page-press .press-caption-left p {
    font-size: clamp(10px, 0.85vw, 12px);
  }
  .hm-section3 {
    padding: 140px 0;
  }
  .savina-services__media--center {
    max-width: 300px;
  }
  .hm-brand-img-sec {
    padding: 100px 0 200px;
  }
  .brand {
    padding: 0 0 100px;
  }
  .hm-prtfolio-sec {
    padding: 0px 0 160px;
  }
  .hm-prtfolio-sec h2 {
    font-size: 88px;
    top: 90px;
    left: 60px;
  }
  .hm-portfolio-images {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 16px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .hm-portfolio-img {
    top: 0px;
  }
  .hm-portfolio-img:nth-child(1), .hm-portfolio-img:nth-child(2), .hm-portfolio-img:nth-child(3), .hm-portfolio-img:nth-child(4), .hm-portfolio-img:nth-child(5), .hm-portfolio-img:nth-child(6) {
    width: calc((100% - (16px * 5)) / 6);
    margin-top: 0px;
  }
  .style-info {
    padding: 120px 0 0;
  }
  .style-info-right h2 {
    font-size: 140px;
    max-width: 600px;
  }
  .style-info-left {
    margin-top: 140px;
  }
  .srv-pg-sec-btm {
    padding: 100px 0;
  }
  .srv-pg-sec-btm h2 {
    font-size: 110px;
    margin: 0 auto 120px !important;
  }
  .srv-pg-sec-btm-row2 {
    margin-top: 100px;
  }
  .private-events-intro h2, .srv-pg-sec1 h2, .private-events-sec-part1 h2 {
    font-size: 110px;
  }
}
@media (max-width: 1024.98px) {
  .savina-services__item {
    margin-bottom: 40px;
  }
  .savina-services__media--center {
    max-width: 200px;
  }
  .savina-services__label {
    margin-top: 16px;
    font-size: 15px;
  }
  .hm-brand-img-sec {
    padding: 80px 0 160px;
  }
  .brand {
    padding: 0 0 80px;
  }
  .hm-prtfolio-sec {
    padding: 100px 0;
  }
  .hm-prtfolio-sec h2 {
    position: initial;
    top: initial;
    left: initial;
    margin-bottom: 30px !important;
    text-align: center;
  }
  .hm-portfolio-images {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    margin-left: -10px;
    margin-right: -10px;
    gap: 0px !important;
    row-gap: 0px !important;
    column-gap: 0px !important;
  }
  .hm-portfolio-images > .hm-portfolio-img {
    top: initial !important;
    flex: 0 0 33.3333% !important;
    width: 33.3333% !important;
    max-width: 33.3333% !important;
    min-width: 0px !important;
    padding: 10px !important;
    box-sizing: border-box;
  }
  .hm-portfolio-images > .hm-portfolio-img > a {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .hm-portfolio-images > .hm-portfolio-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .style-info {
    padding: 100px 0 0;
  }
  .style-info-right h2 {
    font-size: 120px;
    max-width: 500px;
  }
  .style-info-left {
    margin-top: 120px;
  }
  .srv-pg-sec-btm {
    padding: 80px 0;
  }
  .srv-pg-sec-btm h2 {
    font-size: 90px;
    margin: 0 auto 100px !important;
  }
  .srv-pg-sec-btm .info {
    padding-left: 30px;
    margin-bottom: 80px;
  }
  .srv-pg-sec-btm-row2 {
    margin-top: 80px;
  }
  .srv-pg-sec-btm-row2 .info {
    padding-right: 30px;
  }
  .private-events-intro {
    padding: 120px 0 100px;
  }
  .private-events-intro h2, .srv-pg-sec1 h2, .private-events-sec-part1 h2 {
    font-size: 90px;
    max-width: 500px;
  }
  .private-events-intro p, .srv-pg-sec1 p {
    font-size: 16px;
    max-width: 450px;
  }
  .private-events-sec-part1 {
    padding: 120px 0 80px;
  }
  .private-events-sec-part2 {
    padding: 0 0;
  }
  .private-events-sec-part1 h2 {
    margin: 0 auto 100px !important;
  }
  .inner-banner {
    height: auto;
    min-height: 600px;
  }
  /* IMPORTANT : Garder 2 colonnes */
  .inner-banner .row {
    height: auto;
    min-height: 600px;
    margin: 0;
  }
  .inner-banner .col-md-6 {
    height: auto;
    min-height: 600px;
    padding: 0 !important;
    line-height: 0;
  }
  .inner-banner-left {
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    line-height: 0;
    padding: 0 !important;
    margin: 0 !important;
  }
  .inner-banner-left img {
    height: 100%;
    min-height: 600px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    transform: translateY(-20px) !important;
  }
  .inner-banner-right {
    max-width: 512px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    min-height: 600px;
  }
  .inner-banner-right h1 {
    font-size: 60px;
  }
  .inner-banner-right-content {
    height: auto;
  }
  .inner-banner-right-content .img {
    max-width: 280px;
  }
  .srv-pg-image-sec {
    height: 100%;
  }
}
/* Tablet */
@media (max-width: 991.98px) {
  .hm-sec2-left, .hm-sec2-right {
    display: none;
  }
  .hm-sec2-mid .img-left {
    display: none;
  }
  .mid-img-box {
    margin: 40px auto 0;
    max-width: 600px;
  }
  .hm-sec2-mid .img-mid img {
    max-width: 350px;
  }
  .hm-sec2-mid .img-right img {
    max-width: 160px;
  }
  .img-right {
    top: 60px;
  }
  .inner-banner-right-content .img img {
    height: 350px;
  }
  .about-testimonials .container {
    max-width: 1140px !important;
    padding: 0 30px;
  }
  .style-info {
    padding: 80px 0 0;
  }
  .style-info-right h2 {
    font-size: 100px;
  }
  .style-info-left {
    margin-top: 0px;
  }
  .style-info-right {
    padding-right: 20px;
  }
  .about-btm-slider .slide-title {
    margin-left: -50px !important;
  }
  .bio-sec .left-heading h2 {
    font-size: 60px;
  }
  .bio-sec .left-heading {
    right: -5.5em;
    top: 1em;
  }
  .srv-wedding-left-content {
    padding-left: 40px;
  }
  .srv-pg-wedding-sec {
    padding: 40px 15px 70px;
  }
  .srv-wedding-left h2 {
    margin-top: 0;
    font-size: 70px;
  }
  .testi-left h2 {
    margin-bottom: 40px;
  }
  .testi-left-slider {
    margin-left: 0;
  }
  .hm-brand-img-sec {
    padding: 70px 0 140px;
  }
  .brand {
    padding: 0 0 70px;
  }
  .brand-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
  }
  .brand-img {
    height: 150px;
    border-right: 1px solid #ddd;
  }
  .brand-img:nth-child(3n) {
    border-right: none;
  }
  .hero-section h1 {
    font-size: 140px;
  }
  .hero-section .hero-container {
    max-width: 1080px !important;
    padding: 0 25px;
  }
  .img-right img {
    max-width: 140px;
  }
  .img-left img {
    max-width: 200px;
  }
  .img-left {
    top: 200px;
    bottom: initial;
    left: -2em;
  }
  .img-right {
    right: -2em;
  }
  .hm-sec2-left img {
    max-width: 150px;
  }
  .hm-sec2-right img {
    max-width: 150px;
  }
  .img-mid img {
    max-width: 100%;
  }
  .gall-grid {
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 20px;
  }
  .srv-pg-sec-btm {
    padding: 120px 15px;
  }
  .srv-pg-sec-btm h2 {
    font-size: 80px;
    margin: 0 auto 80px !important;
  }
  .srv-pg-sec-btm .info {
    margin-bottom: 60px;
  }
  .srv-pg-sec-btm-row2 {
    margin-top: 60px;
  }
  .inner-banner-left img {
    object-fit: cover;
  }
  .srv-sec-content a .img img {
    object-fit: cover;
  }
  .srv-wedding-right img, .srv-sec4-box .srv-sec4-img img {
    height: 100vh !important;
    object-fit: cover;
  }
  .luxfolio-grid {
    gap: 60px;
    padding: 60px;
  }
  .luxfolio-lightbox__btn--prev {
    left: 16px;
  }
  .luxfolio-lightbox__btn--next {
    right: 16px;
  }
  .luxfolio-lightbox__close {
    right: 16px;
    top: 16px;
  }
  /* Section */
  .hm-prtfolio-sec {
    padding: 100px 0;
  }
  /* Titre */
  .hm-prtfolio-sec h2 {
    position: initial;
    top: initial;
    left: initial;
    margin-bottom: 30px !important;
    text-align: center;
  }
  /* Wrapper images */
  .hm-portfolio-images {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  /* Items = 3 colonnes */
  .hm-portfolio-images .hm-portfolio-img {
    position: relative;
    top: initial !important;
    flex: 0 0 33.3333% !important;
    width: 33.3333% !important;
    min-width: 33.3333% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  /* Lien + image */
  .hm-portfolio-img a {
    display: block;
    width: 100%;
    height: auto;
  }
  .hm-portfolio-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .bio-sec .right-content h4 {
    font-size: 26px;
  }
  .about-btm-slider h2 {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .about-btm-slider .columns {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0rem;
  }
  .about-btm-slider .right {
    order: -1;
    padding: 0;
  }
  .about-btm-slider .slide-main-img {
    width: 100%;
    height: 55vh;
    border-radius: 0px;
  }
  .about-btm-slider .left {
    padding: 1rem;
  }
  .about-btm-slider .slide-title .txt {
    font-size: 2.25rem;
  }
  .bio-sec {
    padding-right: 20px;
  }
  footer .footer-links ul li a {
    font-size: 14px;
  }
  .page-press {
    padding-top: 60px;
  }
  .page-press .press-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-press .press-cell {
    padding: 5vw;
  }
  .page-press .press-cell:nth-child(2n)::after {
    display: none;
  }
  .page-press .press-cell:nth-child(2n+1)::after {
    display: block;
  }
  .page-press .press-cell:nth-child(3n)::after {
    display: block;
  }
  .page-press .press-cell:nth-last-child(-n + 3)::before {
    display: block;
  }
  .page-press .press-cell:nth-last-child(-n + 2)::before {
    display: none;
  }
  .page-press .press-media {
    max-width: 38vw;
  }
  .page-press .press-caption {
    top: calc(5vw + (38vw * 515 / 347) + 1.5vw);
    max-width: 38vw;
    gap: 2vw;
  }
  .page-press .press-caption-left p {
    font-size: 11px;
  }
  .page-press .press-caption-right .press-tag {
    font-size: 8px;
  }
  .hm-section3 {
    padding: 100px 0;
  }
  .savina-services__row .col-lg-4 {
    width: 33.333%;
    float: left;
  }
  .savina-services__media--center {
    max-width: 180px;
  }
  .savina-services__label {
    margin-top: 16px;
    font-size: 15px;
  }
  .private-events-intro {
    padding: 100px 0 80px;
  }
  .private-events-intro h2, .srv-pg-sec1 h2, .private-events-sec-part1 h2 {
    font-size: 70px;
    max-width: 450px;
    margin-bottom: 50px;
  }
  .private-events-intro p, .srv-pg-sec1 p {
    font-size: 15px;
    max-width: 400px;
    margin-top: 50px;
  }
  .private-events-sec-part1 {
    padding: 100px 0;
  }
  .private-events-sec-part2 {
    padding: 0;
  }
  .private-events-sec-part1 h2 {
    margin: 0 auto 80px !important;
  }
  .private-events-sec-part1 .info, .private-events-sec-part2 .info {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
  }
  .private-events-sec-part1 .img-fluid, .private-events-sec-part2 .img-fluid {
    max-width: 280px;
  }
  .inner-banner {
    height: auto;
    min-height: 600px;
  }
  /* IMPORTANT : Forcer 2 colonnes côte à côte */
  .inner-banner .row {
    display: flex;
    flex-direction: row !important;
    height: auto;
    min-height: 600px;
    margin: 0;
  }
  .inner-banner .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    min-height: 600px;
    padding: 0 !important;
    line-height: 0;
  }
  .inner-banner-left {
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    line-height: 0;
    padding: 0 !important;
    margin: 0 !important;
  }
  .inner-banner-left img {
    height: 100%;
    min-height: 600px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    transform: translateY(-20px) !important;
  }
  .inner-banner-right {
    max-width: 417px;
    padding: 0;
    height: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .inner-banner-right h1 {
    font-size: 52px;
  }
  .inner-banner-right-content {
    height: auto;
  }
  .inner-banner-right-content .img {
    max-width: 250px;
  }
  .inner-banner .wpb_column, .inner-banner .vc_column-inner, .inner-banner .wpb_wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
/* MOBILE */
@media (max-width: 767.98px) {
  * {
    will-change: auto !important;
  }
  img {
    transition: transform 0.3s ease-out;
  }
  .hm-sec-inner3 h2 em small, .hm-sec-inner4 h2 em small, .hm-sec-inner4 h2 em small {
    transform: initial;
  }
  .about-btm-slider .slide-title {
    margin-left: 0px !important;
  }
  .srv-sec-content a .img img {
    height: 100vh;
    object-fit: cover;
  }
  nav .logo img {
    max-width: 80px;
  }
  .page-id-299 .hamburger span, .page-id-281 .hamburger span, .page-id-533.hamburger span {
    background-color: #fff !important;
  }
  .page-id-299 .con-btn a, .page-id-281 .con-btn a, .page-id-533.hamburger span {
    color: #fff !important;
  }
  .inner-banner {
    height: initial;
  }
  .error-sec-img {
    width: 100%;
    height: 100%;
  }
  .error-sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .error-sec {
    padding: 120px 0 40px;
  }
  .error-sec h1 {
    font-size: 50px;
    margin-bottom: 20px !important;
  }
  .error-sec a {
    margin-bottom: 30px !important;
    opacity: 1;
  }
  .error-heading h1 em {
    transform: initial;
    opacity: 1;
  }
  .srv-pg-sec-btm h2 em, .contact-banner h1 em {
    transform: initial;
    opacity: 1;
  }
  .srv-wedding-left h2 em {
    transform: initial;
    opacity: 1;
  }
  .style-info-right h2 em, .srv-pg-sec1 h2 em {
    transform: initial;
    opacity: 1;
  }
  .bio-sec .left-heading h2 em {
    transform: initial;
    opacity: 1;
  }
  .hm-sec-inner3 h2 em {
    transform: initial;
    opacity: 1;
  }
  .hm-sec-inner4 h2 em {
    transform: initial;
    opacity: 1;
  }
  .footer-links li, .footer-copyright {
    transform: initial;
    opacity: 1;
  }
  footer {
    transform: initial;
    opacity: 1;
  }
  .bio-sec .right-content {
    padding-left: 0;
  }
  .bio-sec .img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .about-brands .brand-img-about {
    transform: initial;
    opacity: 1;
  }
  .srv-pg-sec-btm {
    padding: 40px 15px 0;
  }
  .srv-pg-sec-btm h2 {
    font-size: 50px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 0 !important;
  }
  .srv-pg-sec-btm .info {
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .srv-pg-sec-btm .info h4 {
    text-align: center;
    font-size: 20px;
  }
  .srv-pg-sec-btm .info p {
    text-align: center;
  }
  .srv-pg-sec-btm-row1 .img, .srv-pg-sec-btm-row2 .img {
    text-align: center;
    width: 100%;
  }
  .srv-pg-sec-btm-row1 .img-fluid, .srv-pg-sec-btm-row2 .img-fluid {
    max-width: 280px;
    margin: 80px auto 0;
    width: 100%;
    height: 100%;
	padding-bottom: 60px
  }
  .srv-pg-sec-btm-row2 {
    margin-top: 0px;
  }
  .srv-pg-sec-btm-row2 .info {
    padding-right: 0;
  }
  srv-pg-sec-btm .img img {
    margin: 120px auto 0px;
  }
  .srv-sec4-left, .srv-sec4-right, .srv-pg-sec-btm-row1 .img, .srv-pg-sec-btm-row1 .info, .srv-pg-sec-btm-row2 .img, .srv-pg-sec-btm-row2 .info {
    opacity: 1;
    transform: initial;
  }
  .srv-pg-sec-btm-row2 .info {
    padding-right: 0;
  }
  .srv-wedding-right {
    transform: initial;
    opacity: 1;
    text-align: center;
  }
  .con-btn img {
    display: none;
  }
  .srv-wedding-right {
    margin-top: 30px;
  }
  .srv-wedding-left-content h6 {
    margin-bottom: 30px;
    transform: initial;
    opacity: 1;
  }
  .srv-wedding-left-content p {
    transform: initial;
    opacity: 1;
  }
  .srv-wedding-left-content {
    padding-left: 0;
    margin: 0 auto;
  }
  .srv-wedding-left h2 {
    margin: 120px 0 20px;
    font-size: 40px;
    transform: initial;
    opacity: 1;
  }
  .srv-pg-wedding-sec {
    padding: 10px 15px 40px;
  }
  .srv-pg-image-sec .row, .srv-pg-image-sec .col-12, .srv-pg-image-sec .srv-bg-img {
    height: 100%;
  }
  .srv-pg-image-sec img {
    transform: initial;
    opacity: 1;
  }
  .srv-pg-sec1 h2 {
    font-size: 40px;
    padding-bottom: 30px;
  }
  .srv-pg-sec1 p {
    transform: initial;
    opacity: 1;
    margin: 20px auto 0;
  }
  .srv-pg-sec1 {
    padding: 120px 15px;
    max-width: 400px;
    margin: 0 auto;
  }
  .srv-wedding-left h2 {
    text-align: center;
  }
  .srv-pg-sec1 p, .srv-wedding-left h6 {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .srv-wedding-right img {
    padding-top: 100px;
  }
  .con-gallery-sec .container-fluid {
    padding: 0 25px;
  }
  .con-gallery-sec {
    padding-bottom: 40px;
  }
  .gall-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .gall-grid .gall-img {
    transform: initial;
    opacity: 1;
  }
  .con-pg-form {
    padding-bottom: 40px !important;
  }
  .con-pg-form .container {
    padding: 0 25px;
  }
  .con-pg-form form .form-group {
    margin-bottom: 20px;
  }
  .con-pg-form .form-group input, .con-pg-form .form-group textarea, .con-pg-form .btnn-group {
    transform: initial;
    opacity: 1;
  }
  .contact-banner h1 {
    font-size: 80px;
  }
  .contact-banner {
    padding: 100px 0 40px;
  }
  .testi-left {
    position: relative;
    z-index: 2;
  }
  .testi-left h2 {
    margin-bottom: 20px;
    font-size: 50px;
  }
  .testi-img {
    text-align: center;
  }
  .testi-left-slider p {
    margin-bottom: 40px !important;
  }
  .about-testimonials {
    padding: 40px 0;
  }
  .testi-left-slider .swiper-slide, .testi-slide-btns, .testi-img {
    transform: initial;
    opacity: 1;
  }
  .hm-brand-img-sec {
    padding: 90px 0 70px !important;
    margin-bottom: 50px !important;
  }
  .about-brands {
    padding: 40px 0;
  }
  .about-brands .brand-img {
    height: auto;
  }
  .about-pg-sec3-right {
    text-align: center;
    margin-top: 100px;
  }
  .about-pg-sec3-left {
    padding: 0 20px;
  }
  .about-pg-sec3-left p {
    transform: initial;
    opacity: 1;
    text-align: justify;
    margin: 0 auto;
    max-width: 500px;
  }
  .about-pg-sec3-right img {
    transform: initial;
    opacity: 1;
  }
  .about-pg-sec3 {
    padding: 100px 0;
  }
  .about-pg-sec2-right {
    margin-top: 100px;
    text-align: center;
  }
  .about-pg-sec2-left {
    padding: 0 20px;
    max-width: 520px;
    margin: 0 auto 30px;
  }
  .about-pg-sec2-right img {
    transform: initial;
    opacity: 1;
  }
  .about-pg-sec2-left p {
    transform: initial;
    opacity: 1;
    max-width: 100%;
  }
  .style-info-right h2 {
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
  }
  .style-info-right {
    margin-top: 100px;
    text-align: center;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .style-info-left {
    text-align: center;
    margin-top: 40px;
  }
  .style-info-left img {
    width: 100%;
    margin: 0 auto;
  }
  .style-info {
    padding: 40px 0;
  }
  .inner-banner-right .info {
    transform: initial;
    opacity: 1;
  }
  .inner-banner-right-content .img {
    transform: initial;
    opacity: 1;
  }
  .inner-banner-left img {
    transform: initial;
    opacity: 1;
  }
  /* =========================
   MOBILE MENU - SPECIAL PAGES STYLING
========================= */
  .page-id-15 .hamburger span, .page-id-13 .hamburger span, .page-id-248 .hamburger span, .page-id-533 .hamburger span {
    background: #fff;
  }
  .page-id-15 nav .nav-right .con-btn a, .page-id-13 nav .nav-right .con-btn a, .page-id-248 nav .nav-right .con-btn a, .page-id-533 nav .nav-right .con-btn a {
    color: #fff;
  }
  .page-id-15 header.show-menu nav .nav-right .con-btn a img, .page-id-13 header.show-menu nav .nav-right .con-btn a img, .page-id-248 header.show-menu nav .nav-right .con-btn a img, .page-id-6 header.show-menu nav .nav-right .con-btn a img, .page-id-17 header.show-menu nav .nav-right .con-btn a img {
    display: none;
  }
  /* =========================
   HAMBURGER ICON
========================= */
  .hamburger {
    width: 35px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 99999;
  }
  .hamburger span {
    height: 1px;
    background: #000;
    border-radius: 0px;
    transition: 0.4s ease;
  }
  /* Hamburger active state (X icon) */
  .hamburger.active span {
    background-color: #fff;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  /* =========================
   HEADER ELEMENTS Z-INDEX
========================= */
  nav .logo {
    position: relative;
    z-index: 99999;
  }
  nav .nav-right .con-btn {
    margin-left: 15px;
    position: relative;
    z-index: 99999;
  }
  /* Hide logo when menu is open */
  header.show-menu .logo {
    opacity: 0;
  }
  /* Contact button color when menu is open */
  header.show-menu nav .nav-right .con-btn a {
    color: #fff;
  }
  /* Default state for nav elements */
  nav .nav-right .con-btn {
    opacity: 1;
    transform: initial;
  }
  nav .logo {
    opacity: 1;
    transform: initial;
  }
  /* =========================
   MENU OVERLAY
========================= */
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; /* Prevent interaction when closed */
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    background: #000;
    z-index: 9999;
    /* Animation is handled by GSAP - no CSS transitions needed */
  }
  /* Menu open state - fallback for browsers without JS */
  header.show-menu .menu {
    opacity: 1;
    pointer-events: all;
  }
  /* Show white logo when menu is open */
  header.show-menu .logo-white {
    display: block;
  }
  /* =========================
   MENU LIST
========================= */
  nav .menu > ul {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    gap: 15px 0;
  }
  /* Menu items - initial state is set by GSAP */
  /* No CSS transitions - GSAP handles all animations */
  /* Menu link styling */
  nav .menu > ul > li > a {
    color: #fff;
	font-size: 16px;
  }
  .hm-sec2-right {
    margin-top: 30px;
    text-align: center;
  }
  .img-right {
    top: 0;
    right: 0;
  }
  .img-left {
    top: unset;
    bottom: 0;
    left: 0;
  }
  .hm-sec2-left {
    text-align: center;
  }
  .hm-sec2-mid {
    margin-top: 30px;
  }
  .mid-img-box {
    margin-top: 30px;
  }
  .hm-sec2-left {
    opacity: 1;
    transform: initial;
  }
  .hm-sec2-right {
    opacity: 1;
    transform: initial;
  }
  .hm-sec2-mid-text-content {
    opacity: 1;
    transform: initial;
  }
  .mid-img-box {
    margin: 70px auto 0;
    max-width: 450px;
  }
  .hm-sec2-mid .img-mid img {
    max-width: 280px;
  }
  .hm-sec2-mid .img-right {
    display: none;
  }
  .hero-section h1 {
    font-size: 70px;
  }
  .hero-section .heading1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .hero-section .heading2 {
    text-align: center;
    margin-top: 15px;
  }
  .hero-section {
    padding: 100px 0 40px;
  }
  .hm-section2 {
    padding: 0 0 40px;
  }
  footer .footer-links ul {
    gap: 0 12px;
    justify-content: center;
    margin-bottom: 10px !important;
  }
  .hm-sec2-mid h6 {
    padding: 0 20px;
  }
  .hm-sec2-mid {
    transform: initial;
    opacity: 1;
  }
  .hm-section3 h2 em:nth-child(1), .hm-section3 h2 em:nth-child(2), .hm-section3 h2 em:nth-child(3) {
    transform: initial;
  }
  .hm-section4 h2 em:nth-child(1), .hm-section4 h2 em:nth-child(2), .hm-section4 h2 em:nth-child(3) {
    transform: initial;
  }
  .hm-section3 h2, .hm-section4 h2 {
    font-size: 56px;
    line-height: 0.9;
  }
  .hm-section3 p, .hm-section4 p {
    margin: 60px auto 0;
    padding: 0 30px;
  }
  .srv-col1 {
    transform: initial;
    opacity: 1;
  }
  .srv-col2 {
    transform: initial;
    opacity: 1;
  }
  .srv-col3 {
    transform: initial;
    opacity: 1;
  }
  .hm-section3 {
    padding: 70px 0 60px;
  }
  .srv-section {
    padding-bottom: 40px;
  }
  .hm-section4 {
    padding-bottom: 40px;
  }
  footer .footer-links ul li a {
    font-size: 14px;
  }
  .left-content .img {
    transform: initial;
    opacity: 1;
  }
  .right-content h4, .right-content p, .right-content .btnn {
    transform: initial;
    opacity: 1;
    text-align: center;
  }
  .bio-sec .left-heading h2 {
    font-size: 40px;
  }
  .bio-sec .left-heading {
    position: initial;
    display: none;
  }
  .right-content h2 {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
  }
  .right-content {
    padding: 80px 0 0;
  }
  .bio-sec .right-content h4 {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 22px;
  }
  .bio-sec {
    padding: 0 15px 80px;
  }
  .bio-sec .right-content p {
    max-width: 100%;
    text-align: justify;
    margin: 0 auto 20px;
	text-align-last: center;
    padding: 0 15px;
  }
  .style-info-left {
    margin-top: 0;
    transform: initial;
    opacity: 1;
  }
  .page-id-235 .error-sec h1 {
    margin-bottom: 40px !important;
  }
  .hm-loader h1 {
    font-size: 50px;
  }
  .hm-prtfolio-sec h2 em {
    transform: initial;
    opacity: 1;
	display: none;
  }
  .hm-prtfolio-sec h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px !important;
    position: initial;
    top: initial;
    left: initial;
  }
  .hm-prtfolio-sec {
    padding: 0px 0 0px !important;
  }
  .hm-portfolio-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    justify-content: initial;
  }
  .hm-portfolio-img, .hm-portfolio-img a {
    top: initial !important;
    height: auto !important;
    width: 100% !important;
  }
  .hm-portfolio-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .luxfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    padding: 40px;
  }
  .luxfolio-item {
    aspect-ratio: 3 / 4;
  }
  .luxfolio-lightbox__img {
    max-width: 92vw;
    max-height: 92vh;
  }
  .luxfolio-lightbox__btn {
    width: 36px;
    height: 36px;
  }
  .luxfolio-lightbox__close {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .luxfolio-lightbox__icon {
    width: 16px;
    height: 16px;
  }
  body.page-id-248 .contact-banner {
    padding-bottom: 20px;
  }
  .about-btm-slider .slide-title .txt {
    margin-bottom: 0px;
  }
  .srv-pg-sec1 h2 em small, .srv-pg-sec-btm h2 em small, .style-info-right h2 em small {
    opacity: 1;
    transform: initial;
  }
  .footer-spacer {
    height: 40vh !important;
    display: none;
  }
  footer.ftr {
    position: initial;
  }
  .about-btm-slider .slide-copy {
    padding-left: 0;
  }
  .about-btm-slider .buttons-row {
    padding-left: 0;
  }
  .about-btm-slider h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .about-btm-slider {
    padding: 40px 15px 20px;
  }
  .page-press {
    padding-top: 40px;
  }
  .page-press .press-cell {
    padding: 6vw;
  }
  .page-press .press-media {
    max-width: 42vw;
  }
  .page-press .press-caption {
    top: calc(6vw + (42vw * 515 / 347) + 2vw);
    max-width: 42vw;
    gap: 2.5vw;
  }
  .savina-services__row .col-lg-4 {
    width: 100%;
    float: none;
  }
  .savina-services__media {
    padding-top: 40px;
  }
  .savina-services__media--center {
    max-width: 400px;
  }
  .savina-services__label {
    margin-top: 24px;
    font-size: 14px;
  }
  #loader-text .loader-word {
    width: 120px;
  }
  .srv-sec4-box .srv-sec4-img {
    display: none;
  }
  .hero-section h1 {
    letter-spacing: 1px;
  }
  /* FIX MOBILE: Allow touch events on About slider */
  .hero-frames, .hero-frames img, .hero-section .hero-frame {
    pointer-events: none !important;
  }
  .about-btm-slider {
    display: none;
  }
  /* ===================================================== */
  /* PRESS – MOBILE FIX (margin handled on press-grid) */
  /* ===================================================== */
  /* Reset full-width behavior on mobile to prevent overlap */
  body.page-id-477 .page-press {
    width: 100%;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow-x: hidden;
  }
  /* Apply horizontal spacing here (not on page-press) */
  body.page-id-477 .page-press .press-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1;
  }
  /* Keep the rail fluid and inside normal flow */
  body.page-id-477 .page-press .press-rail {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  /* ===================================================== */
  /* PRESS – MOBILE LOGO FIX (never show white logo) */
  /* ===================================================== */
  /* Force-hide white logo on Press page (mobile) */
  body.page-id-477 nav .logo-white, body.page-id-477 nav .logo-white * {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  /* Force-show dark logo on Press page (mobile) */
  body.page-id-477 nav .logo-dark, body.page-id-477 nav .logo-dark * {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* Ensure the dark logo remains visible on dark backgrounds */
  body.page-id-477 nav .logo-dark img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: invert(1) !important;
  }
  .ftr {
    padding: 0px 0 20px 0;
  }
  #loader {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
  }
  .private-events-intro {
    padding: 90px 0;
  }
  .private-events-intro h2, .srv-pg-sec1 h2, .private-events-sec-part1 h2 {
    font-size: 55px;
    max-width: 85%;
    margin: 0 auto 40px;
    line-height: 1;
  }
  .private-events-intro p, .srv-pg-sec1 p {
    font-size: 14px;
    max-width: 85%;
    margin-top: 35px;
  }
  .private-events-sec-part1 .container, .private-events-sec-part2 .container {
    max-width: 90% !important;
    margin: auto;
  }
  .private-events-sec-part1 {
    padding: 100px 0 40px;
    margin: auto;
  }
  .private-events-sec-part2 {
    padding: 0 0 80px;
    margin: auto;
  }
  .private-events-sec-part1 h2 {
    margin: 0 auto 60px !important;
  }
  .private-events-sec-part1 .info, .private-events-sec-part2 .info {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .private-events-sec-part1 .info h4, .private-events-sec-part2 .info h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .private-events-sec-part1 .info p, .private-events-sec-part2 .info p {
    font-size: 13px;
    line-height: 1.5;
  }
  .private-events-sec-part1 .img, .private-events-sec-part2 .img {
    text-align: center;
    margin-bottom: 30px;
  }
  .private-events-sec-part1 .img-fluid {
    max-width: 100%;
    width: 100%;
    padding: 50px 0;
  }
  .private-events-sec-part2 .img-fluid {
    max-width: 100%;
    width: 100%;
    padding: 50px 0 0;
  }
  /* Cacher la colonne de droite */
  .inner-banner .col-md-6:last-child, .inner-banner [class*="col-"]:last-child {
    display: none !important;
  }
  /* Colonne de gauche en plein écran */
  .inner-banner .col-md-6:first-child, .inner-banner [class*="col-"]:first-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }
  /* Container et row sans padding */
  .inner-banner .vc_row, .inner-banner .wpb_row, .inner-banner .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Élément inner-banner-left en 100vh */
  .inner-banner-left {
    width: 100% !important;
    height: 100vh !important;
    padding: 0 !important;
  }
  /* Réinitialiser le conteneur principal */
  .inner-banner {
    height: 100vh !important;
  }
  .inner-banner-left img {
    transform: translateY(0px) !important;
  }
  .brand-imgg img {
    max-height: 20px;
  }
  .scroll-to-top {
    display: block;
  }
}
/* SMALL MOBILE */
@media (max-width: 575.98px) {
  .hm-portfolio-img, .hm-portfolio-img a {
    width: 140px !important;
  }
  .luxfolio-grid {
    gap: 30px;
    padding: 30px;
  }
  .luxfolio-lightbox__btn--prev {
    left: 12px;
  }
  .luxfolio-lightbox__btn--next {
    right: 12px;
  }
  .luxfolio-lightbox__close {
    right: 12px;
    top: 12px;
  }
  /* Press responsive (former 575.98px block) */
  .page-press {
    padding-top: 30px;
    overflow: visible !important;
  }
  .page-press .press-grid {
    overflow: visible !important;
  }
  .page-press .press-cell {
    padding: 7vw;
  }
  .page-press .press-media {
    max-width: 44vw;
  }
  .page-press .press-caption {
    top: calc(7vw + (44vw * 515 / 347) + 2.5vw);
    max-width: 44vw;
    gap: 3vw;
  }
  .page-press .press-caption-left p {
    font-size: 10px;
  }
  .mid-img-box {
    max-width: 100%;
    padding: 0 20px;
  }
  .hm-sec2-mid .img-mid img {
    max-width: 240px;
  }
  .hm-sec2-mid .img-right img {
    max-width: 100px;
  }
  .img-right {
    top: 20px;
    right: -10px;
  }
  .hm-sec2-mid h6 {
    max-width: 360px;
    font-size: 14px;
  }
  .hm-sec2-mid a {
    font-size: 14px;
  }
  .hm-sec-inner3 p {
    font-size: 14px;
  }
  .hm-section3 {
    padding: 40px 0 50px;
  }
  .savina-services__media--center {
    max-width: 50%;
  }
  .savina-services__label {
    font-size: 14px;
  }
  .brand-imgg img {
    max-height: 20px;
  }
  .hm-portfolio-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-content: initial;
  }
  .hm-portfolio-img, .hm-portfolio-img a {
    width: 100% !important;
    height: auto !important;
  }
  footer .footer-links ul {
    display: none;
  }
  .footer-copyright p {
    font-size: 12px;
  }
  .bio-sec .right-content h4 {
    font-size: 20px;
  }
  .style-info {
    padding: 40px 0 0;
  }
  .style-info-right h2 {
    font-size: 60px;
  }
  .style-info-left {
    margin-top: 40px;
  }
  .style-info-left img {
    max-width: 250px;
  }
  .private-events-intro {
    padding: 90px 0 100px;
  }
  .private-events-intro h2, .srv-pg-sec1 h2, .private-events-sec-part1 h2 {
    font-size: 48px;
    max-width: 80%;
    margin: 0 auto 30px;
    line-height: 1;
  }
  .private-events-intro p, .srv-pg-sec1 p {
    font-size: 14px;
    max-width: 80%;
    margin-top: 30px;
  }
  .private-events-sec-part1 .container, .private-events-sec-part2 .container {
    max-width: 85% !important;
    margin: auto;
  }
  .private-events-sec-part1 {
    padding: 100px 0 40px;
    margin: auto;
  }
  .private-events-sec-part2 {
    padding: 0px 0 40px;
    margin: auto;
  }
  .private-events-sec-part2 {
    padding: 0 0 60px;
  }
  .private-events-sec-part1 h2 {
    margin: 0 auto 50px !important;
  }
  /* Passage en 1 colonne pour mobile */
  .private-events-sec-part1 .row, .private-events-sec-part2 .row {
    flex-direction: column;
  }
  .private-events-sec-part1 .col-md-6, .private-events-sec-part2 .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .private-events-sec-part1 .info, .private-events-sec-part2 .info {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .private-events-sec-part1 .info h4, .private-events-sec-part2 .info h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .private-events-sec-part1 .info p, .private-events-sec-part2 .info p {
    font-size: 12px;
    line-height: 1.5;
  }
  /* Images centrées sur mobile */
  .private-events-sec-part1 .img, .private-events-sec-part2 .img {
    text-align: center;
    margin-bottom: 30px;
  }
  .private-events-sec-part1 .img-fluid {
    max-width: 100%;
    width: 100%;
    padding: 50px 0;
  }
  .private-events-sec-part2 .img-fluid {
    max-width: 100%;
    width: 100%;
    padding: 50px 0 0;
  }
  /* Ordre d'affichage sur mobile : toujours image en premier */
  .private-events-sec-part1 .img {
    order: 1;
  }
  .private-events-sec-part1 .info {
    order: 2;
  }
  .private-events-sec-part2 .img {
    order: 1;
  }
  .private-events-sec-part2 .info {
    order: 2;
  }
  .srv-pg-image-sec {
    height: 100vh;
  }
  .inner-banner .col-md-6:last-child, .inner-banner [class*="col-"]:last-child {
    display: none !important;
  }
  .inner-banner .col-md-6:first-child, .inner-banner [class*="col-"]:first-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }
  .inner-banner .vc_row, .inner-banner .wpb_row, .inner-banner .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .inner-banner-left {
    width: 100% !important;
    height: 100vh !important;
    padding: 0 !important;
  }
  .inner-banner {
    height: 100vh !important;
  }
  .inner-banner-left img {
    transform: translateY(0px) !important;
  }
  .bio-sec {
    padding: 0 15px 70px;
  }
.hero-frames, .hero-frames img, .hero-section .hero-frame {
	min-height: 57vh;
  }
.hm-brand-img-sec .brnd-col-br, .hm-brand-img-sec .col-12 {
    border: none;
    margin-top: 20px;
  }
}