.elementor-7535 .elementor-element.elementor-element-c194f27{--display:flex;}.elementor-7535 .elementor-element.elementor-element-c194f27.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7535 .elementor-element.elementor-element-19ec289 > .elementor-widget-container{background-color:#88BCE9;}.elementor-7535 .elementor-element.elementor-element-a4c1c92 > .elementor-widget-container{background-color:#88BCE9;margin:-120px 0px 0px 0px;}.elementor-7535 .elementor-element.elementor-element-a5782c5 > .elementor-widget-container{background-image:url("https://panoxyl.ma/wp-content/uploads/2025/05/Untitled-design-20.svg");margin:-20px 0px 0px 0px;padding:19px 0px 25px 0px;}.elementor-7535 .elementor-element.elementor-element-a5782c5{z-index:100;}.elementor-7535 .elementor-element.elementor-element-a5782c5 .wd-marquee{--wd-marquee-speed:10s;color:#FFFFFF;--wd-marquee-gap:0px;}.elementor-7535 .elementor-element.elementor-element-5218f59 > .elementor-widget-container{margin:-38px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7535 .elementor-element.elementor-element-5218f59{z-index:1;}.elementor-7535 .elementor-element.elementor-element-abc2c52 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-7535 .elementor-element.elementor-element-6f7f6ad{--display:flex;}@media(max-width:768px){.elementor-7535 .elementor-element.elementor-element-19ec289 > .elementor-widget-container{margin:-80px 0px 0px 0px;}.elementor-7535 .elementor-element.elementor-element-a4c1c92 > .elementor-widget-container{margin:-80px 0px 0px 0px;}.elementor-7535 .elementor-element.elementor-element-a5782c5 > .elementor-widget-container{background-image:url("https://panoxyl.ma/wp-content/uploads/2025/05/Untitled-design-21.svg");margin:-20px 0px 0px 0px;padding:20px 0px 26px 0px;background-repeat:no-repeat;}.elementor-7535 .elementor-element.elementor-element-a5782c5{z-index:10;}.elementor-7535 .elementor-element.elementor-element-5218f59 > .elementor-widget-container{margin:-40px 0px 0px 0px;}.elementor-7535 .elementor-element.elementor-element-5218f59{z-index:1;}.elementor-7535 .elementor-element.elementor-element-abc2c52 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-7535 .elementor-element.elementor-element-abc2c52{z-index:1;}}/* Start custom CSS for html, class: .elementor-element-19ec289 *//* ——————————————————————————
   1) Gotham Bold @font-face
   —————————————————————————— */
@font-face {
  font-family: 'Gotham Bold';
  src: url('https://panoxyl.ma/wp-content/uploads/2025/05/Gotham-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ——————————————————————————
   Trade Gothic Condensed @font-face
   —————————————————————————— */
@font-face {
  font-family: 'Trade Gothic Condensed';
  src: url('https://panoxyl.ma/wp-content/uploads/2025/05/trade-gothic-lt-std-bold-condensed-no-20-5872def1d27d8.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* utility class for your H2 span */
.trade-gothic {
  font-family: 'Trade Gothic Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  color: #20285C;
}

/* ——————————————————————————
   2) PanOxyl Hero Section
   —————————————————————————— */
.panoxyl-hero {
  position: relative;
  width: 100%;
  height: 80vh;       /* adjust if you like */
  overflow: hidden;   /* hides any video edges */
  font-family: 'Gotham Bold', sans-serif;
}

/* background video */
.panoxyl-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* overlay container */
.panoxyl-hero__overlay {
  position: relative;
  z-index: 2;
  overflow: visible;      /* allow our pseudo-element to show */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  color: #1F2959;
}

/* ↓↓↓ Moroccan flag behind the title ↓↓↓ */
.panoxyl-hero__overlay::before {
  content: "";
  position: absolute;
  top: 28%;               /* tweak this to shift up/down */
  left: 50%;
  transform: translateX(-50%);
  width: 70%;             /* how wide the map is, relative to container */
  aspect-ratio: 1.5 / 1;  /* preserves a map-like shape */
  background: url('https://panoxyl.ma/wp-content/uploads/2025/05/PANOXYL-MAROC.svg')
              no-repeat center/contain;
  opacity: 0.25;          /* light fade—adjust 0.05–0.2 as you like */
  z-index: -1;            /* sit behind the text */
}

/* main title */
.panoxyl-hero__title {
  font-size: clamp(1.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 0.5em;
}

/* subtitle */
.panoxyl-hero__subtitle {
  font-size: 1rem;
  margin-bottom: 1.5em;
}

/* button */
.panoxyl-hero__btn {
  display: inline-block;
  padding: 0.75em 2em;
  background-color: #1F2959;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 2px;
  font-size: 1rem;
}

/* product image row */
.panoxyl-hero__products {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
  z-index: 2;
}
.panoxyl-hero__products img {
  width: 100%;
  height: auto;
  display: block;
}/* End custom CSS */
/* Start custom CSS for wd_marquee, class: .elementor-element-a5782c5 */@font-face {
  font-family: 'Trade Gothic Condensed';
  src: url('https://panoxyl.ma/wp-content/uploads/2025/05/trade-gothic-lt-std-bold-condensed-no-20-5872def1d27d8.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.wd-marquee-content {
  font-family: 'Trade Gothic Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5218f59 *//* 1. Load the font */
  @font-face {
    font-family: 'GothamBold';
    src: url('https://panoxyl.ma/wp-content/uploads/2025/05/Gotham-Bold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  /* 2. Your layout (no gaps) */
  .panoxyl-steps {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .panoxyl-step {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .panoxyl-step img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* 3. Exact label bar */
  .panoxyl-steps .panoxyl-step h4 {
    margin: 0;
    padding: 16px;
    font-size: 24px;
    line-height: 1;
    text-align: center;

    /* ← override here */
    font-family: 'GothamBold', Arial, sans-serif !important;
    font-weight: 500 !important;
  }

  /* 4. Colors */
  .panoxyl-step--cleanse     h4 { background: #69B5DE; }
  .panoxyl-step--manage     h4 { background: #FAC22B; }
  .panoxyl-step--moisturize h4 { background: #FF7A5C; }
  /*  DESKTOP   –– flip to a 3-column strip */
@media (min-width: 768px) {          /* pick any breakpoint you like */
  .panoxyl-steps{
    max-width: none;                 /* let the block stretch edge-to-edge */
    display: grid;                   /* neater than flex for equal columns */
    grid-template-columns: repeat(3, 1fr);
  }

  .panoxyl-step{
    /* each anchor now fills one grid cell */
    height: 100%;                    /* so the colour bar hugs the bottom */
  }

  .panoxyl-step img{
    height: auto;                    /* keep aspect-ratio */
    width: 100%;
    display: block;
  }

  /* make the label bar a bit bolder on big screens (optional) */
  .panoxyl-step h4{
    font-size: 32px;
    padding: 20px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abc2c52 *//* ——————————————————————————
   Hero “Clearer Skin” Section (square, full width)
   —————————————————————————— */
.hero-clearer {
  width: 100%;
  background-color: #243E8C;
  text-align: center;
  border-radius: 0 !important;  /* force square corners */
  overflow: hidden;
}



/* Content wrapper */
.hero-clearer__content {
  padding: 40px 1rem;           /* 40px top/bottom, responsive 1rem sides */
}

/* Heading: Trade Gothic Condensed, 36px, yellow, uppercase */
h2.hero-title-clear {
  color: #FAC22B;
  font-family: 'Trade Gothic Condensed', Arial, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 16px;             /* 16px bottom gap */
  text-transform: uppercase;
}

/* Subtitle: Gotham Bold, 16px, white */
p.hero-subtitle {
  color: #FFFFFF;
  font-family: 'Gotham Bold', Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 20px;             /* 20px bottom gap */
}

/* SEE MORE button: 250×55px, Gotham Bold 16px uppercase */
a.btn-2.type-5-btn {
  display: block;
  width: 250px;
  height: 55px;
  line-height: 55px;            /* vertically center text */
  margin: 0 auto;               /* center in section */
  padding: 0;                   /* we control height via line-height */
  background-color: #FFFFFF;
  color: #20285C;
  font-family: 'Gotham Bold', Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;             /* square corners */
}
/* ——————————————————————————
   3) Make the Hero-Clearer section a square on mobile
   —————————————————————————— */
@media (max-width: 768px) {
  .hero-clearer {
    height: 100vw !important;       /* section height = full mobile width */
    display: flex;                  /* center content vertically */
    flex-direction: column;
    justify-content: center;
    overflow: hidden;               /* keep that coral stripe at top */
  }

  /* ensure your stripe stays at the top */
  .hero-clearer__stripe {
    flex: 0 0 20px;                 /* fixed 20px tall */
  }

  /* let the content fill the rest of the square and stay centered */
  .hero-clearer__content {
    flex: 1 1 auto;
    padding: 0 1rem;                /* remove the 40px top/bottom so it truly centers */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}/* End custom CSS */