/*-----------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------

    Template Name: JORELLEA — Approche Capillaire Naturelle
    Author: JORELLEA

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
       01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800|Raleway:300,400,500,600,700,800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #38424D;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  line-height: 55px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #02986A;
}

@media (max-width: 767px) {
  .main-btn {
    padding: 0 25px;
    line-height: 45px;
    font-size: 14px;
  }
}

.main-btn:hover {
  background-color: rgba(2, 152, 106, 0.8);
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/*===== All Section Title Style =====*/
.section_title .title {
  position: relative;
  padding-left: 100px;
  color: #747E88;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .title {
    font-size: 20px;
  }
}

.section_title .title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 85px;
  height: 5px;
  background-color: #02986A;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section_title .title::before {
    height: 3px;
  }
}

.section_title .main_title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title .main_title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section_title .main_title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .main_title {
    font-size: 34px;
  }
}

.section_title .main_title span {
  color: #02986A;
  display: contents;
}

.section_title.section_title_2 .title {
  color: #fff;
}

.section_title.section_title_2 .main_title {
  color: #fff;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #02986A #02986A #f7f7fd;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f7f7fd;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f7f7fd;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
       02.HEADER css 
===========================*/
.header_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

.header_menu.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header_wrapper {
  padding: 20px 0;
}

@media only screen and (min-width: 1400px) {
  .header_wrapper {
    padding: 20px 120px;
  }
}

@media (max-width: 767px) {
  .header_wrapper .header_logo {
    width: 130px;
  }
}

.header_wrapper .header_toggle button {
  padding-bottom: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.header_wrapper .header_toggle .toggle_icon {
  width: 30px;
  height: 2px;
  display: block;
  margin: 5px 0;
  background-color: #38424D;
}

/* Non-sticky: white logo & hamburger on transparent hero */
.header_menu:not(.sticky) .header_logo a {
  color: #fff !important;
}

.header_menu:not(.sticky) .header_toggle .toggle_icon {
  background-color: #fff;
}

/* ===== HORIZONTAL NAV — DESKTOP ===== */
.header_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header_nav ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #38424D;
  text-decoration: none;
  padding: 8px 16px;
  position: relative;
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
}

.header_nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #02986A;
  border-radius: 2px;
  transition: width 0.35s ease;
}

.header_nav ul li a:hover {
  color: #02986A;
}

.header_nav ul li a:hover::after {
  width: 100%;
}

.header_nav ul li.active a,
.header_nav ul li a.current {
  color: #02986A;
}

.header_nav ul li.active a::after,
.header_nav ul li a.current::after {
  width: 100%;
}

/* Non-sticky: white text on transparent header over hero */
.header_menu:not(.sticky) .header_nav ul li a {
  color: #fff;
}

.header_menu:not(.sticky) .header_nav ul li a:hover,
.header_menu:not(.sticky) .header_nav ul li.active a,
.header_menu:not(.sticky) .header_nav ul li a.current {
  color: #fff;
}

.header_menu:not(.sticky) .header_nav ul li a::after {
  background: #fff;
}

/* Sticky state: dark text, green active */
.header_menu.sticky .header_nav ul li a {
  color: #38424D;
}

.header_menu.sticky .header_nav ul li a:hover,
.header_menu.sticky .header_nav ul li.active a,
.header_menu.sticky .header_nav ul li a.current {
  color: #02986A;
}

.header_menu.sticky .header_nav ul li a::after {
  background: #02986A;
}

/* ===== SIDE MENU — MOBILE ENHANCED HOVER ===== */
.side_menu_area .side_menu ul li a {
  position: relative;
  padding-left: 0;
  transition: all 0.3s ease;
}

.side_menu_area .side_menu ul li a::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #02986A;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.side_menu_area .side_menu ul li a:hover {
  padding-left: 15px;
}

.side_menu_area .side_menu ul li a:hover::before {
  width: 10px;
  left: 0;
}

.header_slider {
  position: relative;
}

.single_slider {
  position: relative;
  height: 800px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  .single_slider {
    height: 950px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_slider {
    height: 750px;
  }
}

.single_slider::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(56, 66, 77, 0.80);
}

.single_slider .header_content {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .single_slider .header_content {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.single_slider .header_content .title {
  font-size: 54px;
  font-weight: 800;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider .header_content .title {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider .header_content .title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .single_slider .header_content .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_slider .header_content .title {
    font-size: 38px;
  }
}

.single_slider .header_content p {
  color: #fff;
  margin-top: 20px;
}

.single_slider .header_content .main-btn {
  margin-top: 50px;
}

.slider-active .slick-arrow {
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  bottom: 30px;
  right: 100px;
}

.slider-active .slick-arrow i {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.slider-active .slick-arrow:hover i {
  background: #02986A;
  border-color: #02986A;
}

.slider-active .slick-arrow.next {
  right: 30px;
  left: auto;
}

.slider-active .slick-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 767px) {
  .slider-active .slick-dots {
    right: 20px;
  }
}

.slider-active .slick-dots li button {
  width: 13px;
  height: 13px;
  background: none;
  background-color: rgba(236, 239, 248, 0.4);
  border-radius: 50px;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
}

.slider-active .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #eceff8;
}

.side_menu_area {
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  background-color: #38424D;
  z-index: 999;
  padding: 100px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .side_menu_area {
    width: 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side_menu_area {
    width: 300px;
  }
}

.side_menu_area.open {
  right: 0;
}

.side_menu_area .menu_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: none;
  border: 0;
}

.side_menu_area .menu_close .close_icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
  display: block;
}

.side_menu_area .menu_close .close_icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side_menu_area .menu_close .close_icon:nth-of-type(2) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -1px;
}

.side_menu_area .side_menu ul li + li {
  margin-top: 25px;
}

.side_menu_area .side_menu ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.side_menu_area .side_menu ul li.active a, .side_menu_area .side_menu ul li:hover a {
  color: #02986A;
}

/*===========================
       03.ABOUT css 
===========================*/
.about_video {
  position: relative;
}

.about_video img {
  width: 100%;
}

.about_video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 18px;
  color: #02986A;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.about_video .play:hover {
  background-color: #02986A;
  color: #fff;
}

.about_content {
  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about_content {
    padding-left: 0;
  }
}

.about_content p {
  padding-top: 20px;
  border-bottom: 1px solid #747E88;
  padding-bottom: 25px;
}

.about_content .accordion .card {
  padding: 0;
  border: 0;
}

.about_content .accordion .card .card-header {
  border-bottom: 0;
  padding: 0;
  background: none;
}

.about_content .accordion .card .card-header a {
  font-size: 20px;
  font-weight: 600;
  color: #38424D;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .about_content .accordion .card .card-header a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_content .accordion .card .card-header a {
    font-size: 18px;
  }
}

.about_content .accordion .card .card-header a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: "\eb2c";
  font-family: "LineIcons";
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .about_content .accordion .card .card-header a::before {
    font-size: 12px;
  }
}

.about_content .accordion .card .card-header a.collapsed::before {
  content: '\eb53';
}

.about_content .accordion .card .card-body {
  padding: 25px 0;
}

.about_content .accordion .card .card-body p {
  border: 0;
  padding: 0;
}

/*===========================
       04.SERVICES css 
===========================*/
.single_services {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_services:hover i {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.single_services i {
  font-size: 40px;
  color: #02986A;
  background: #fff;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_services .services_title {
  font-size: 20px;
  font-weight: 700;
  color: #38424D;
  margin-top: 20px;
}

.single_services p {
  margin-top: 20px;
}

/*===========================
       05.COUNTER css 
===========================*/
.single_counter i {
  font-size: 60px;
  line-height: 60px;
  color: #02986A;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter i {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .single_counter i {
    font-size: 40px;
    line-height: 40px;
  }
}

.single_counter .count {
  font-size: 50px;
  font-weight: 600;
  color: #38424D;
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter .count {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .single_counter .count {
    font-size: 28px;
  }
}

.single_counter p {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single_counter p {
    font-size: 16px;
  }
}

/*===========================
       06.PROJECT css 
===========================*/
.single_project {
  margin-bottom: 30px;
}

.single_project .project_image img {
  width: 100%;
}

.single_project .project_content {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(175, 175, 175, 0.16);
  box-shadow: 0px 5px 15px 0px rgba(175, 175, 175, 0.16);
  padding: 15px 20px;
  position: relative;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_project .project_content .sub_title {
  font-size: 18px;
  font-weight: 500;
  color: #747E88;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_project .project_content .sub_title {
    font-size: 16px;
  }
}

.single_project .project_content .title a {
  font-size: 24px;
  font-weight: 700;
  color: #38424D;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_project .project_content .title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_project .project_content .title a {
    font-size: 18px;
  }
}

.single_project .project_content .plus {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  background-color: #38424D;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_project:hover .project_content {
  background-color: #02986A;
}

.single_project:hover .project_content .sub_title {
  color: #fff;
}

.single_project:hover .project_content .title a {
  color: #fff;
}

.single_project:hover .project_content .plus {
  background-color: #fff;
  color: #38424D;
}

.project_active .slick-arrow {
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: -55px;
  left: calc((100% - -980px) / 2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_active .slick-arrow {
    left: calc((100% - -820px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_active .slick-arrow {
    left: calc((100% - -620px) / 2);
  }
}

@media (max-width: 767px) {
  .project_active .slick-arrow {
    left: calc((100% - -60%) / 2);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project_active .slick-arrow {
    left: calc((100% - -450px) / 2);
  }
}

.project_active .slick-arrow i {
  font-size: 26px;
  color: body-color;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .project_active .slick-arrow i {
    font-size: 20px;
  }
}

.project_active .slick-arrow:hover i {
  color: #02986A;
  border-color: #02986A;
}

.project_active .slick-arrow.next {
  left: calc((100% - -1060px) / 2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_active .slick-arrow.next {
    left: calc((100% - -885px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_active .slick-arrow.next {
    left: calc((100% - -685px) / 2);
  }
}

@media (max-width: 767px) {
  .project_active .slick-arrow.next {
    left: calc((100% - -80%) / 2);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project_active .slick-arrow.next {
    left: calc((100% - -510px) / 2);
  }
}

/*===========================
      07.TESTMONIAL css 
===========================*/
.testimonial_area {
  position: relative;
}

.testimonial_area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(56, 66, 77, 0.8);
  top: 0;
  left: 0;
}

.single_testimonial img {
  display: inline-block;
  border-radius: 50%;
}

.single_testimonial .name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
}

.single_testimonial span {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.single_testimonial p {
  margin-top: 25px;
  color: #fff;
}

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
  z-index: 9;
  margin-top: 40px;
}

.testimonial_active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonial_active .slick-dots li button {
  width: 22px;
  height: 5px;
  background: none;
  background-color: #fff;
  border-radius: 50px;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
}

.testimonial_active .slick-dots li.slick-active button {
  background-color: #02986A;
  border-color: #eceff8;
}

/*===========================
      08.TEAM css 
===========================*/
.single_team .team_image img {
  width: 100%;
}

.single_team .team_content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(175, 175, 175, 0.16);
  box-shadow: 0px 5px 15px 0px rgba(175, 175, 175, 0.16);
  padding: 25px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_team .team_content {
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .single_team .team_content {
    padding: 15px 20px;
  }
}

.single_team .team_content .team_name a {
  font-size: 24px;
  font-weight: 700;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_team .team_content .team_name a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single_team .team_content .team_name a {
    font-size: 20px;
  }
}

.single_team .team_content .sub_title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #747E88;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 16px;
  color: #747E88;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_team .team_content .arrow {
    bottom: 20px;
    right: 20px;
  }
}

.single_team:hover .team_content {
  background-color: #02986A;
}

.single_team:hover .team_content .team_name a {
  color: #fff;
}

.single_team:hover .team_content .sub_title {
  color: #fff;
}

.single_team:hover .team_content .arrow {
  color: #fff;
}

/*===========================
      09.PRICING css 
===========================*/
.pricing_area {
  position: relative;
  z-index: 5;
}

.pricing_area::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 66, 77, 0.8);
  z-index: -1;
}

.single_pricing {
  background-color: #fff;
  padding: 30px;
}

.single_pricing .pricing_header {
  padding-bottom: 20px;
}

.single_pricing .pricing_header .sticker {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background-color: #747E88;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  float: right;
}

.single_pricing .pricing_header .sticker.sticker_2 {
  background-color: #02986A;
}

.single_pricing .pricing_header .pricing_title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  display: block;
}

.single_pricing .pricing_header .pricing {
  font-size: 40px;
  font-weight: 700;
  color: #02986A;
  font-family: "Poppins", sans-serif;
  margin-top: 25px;
}

.single_pricing .pricing_header .pricing span {
  color: #747E88;
}

.single_pricing .pricing_list {
  border-top: 1px solid #747E88;
  padding-top: 10px;
}

.single_pricing .pricing_list .list li {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #747E88;
  text-align: center;
}

.single_pricing .pricing_btn {
  margin-top: 25px;
}

.single_pricing .pricing_btn .main-btn_2 {
  background-color: transparent;
  border: 2px solid #747E88;
  color: #747E88;
  line-height: 51px;
}

/*===========================
      10.BLOG css 
===========================*/
.blog_image img {
  width: 100%;
}

.blog_content .meta li {
  display: inline-block;
  font-size: 16px;
  color: #747E88;
}

.blog_content .meta li + li {
  margin-left: 30px;
}

.blog_content .meta li a {
  color: #747E88;
  margin-left: 8px;
}

.blog_content .blog_title a {
  font-size: 30px;
  font-weight: 700;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_content .blog_title a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .blog_content .blog_title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_content .blog_title a {
    font-size: 24px;
  }
}

.blog_content .blog_title a:hover {
  color: #02986A;
}

.blog_content p {
  padding-top: 25px;
}

.blog_content .main-btn {
  margin-top: 30px;
}

/*===========================
      11.FOOTER css 
===========================*/
.footer_widget {
  position: relative;
}

.footer_widget::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 66, 77, 0.8);
}

.footer_info p {
  margin-top: 25px;
  color: #fff;
}

.single_info .info_icon i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  color: #38424D;
  border-radius: 50%;
}

.single_info .info_content {
  padding-left: 15px;
}

.single_info .info_content p {
  margin-top: 0;
}

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #38424D;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px;
  margin-left: 15px;
}

p.form-message.success.form-message.error, p.form-message.error.form-message.error {
  color: #f00;
}

.footer_form .single_input input,
.footer_form .single_input textarea {
  width: 100%;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0 25px;
  color: #fff;
  background: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_form .single_input input:focus,
.footer_form .single_input textarea:focus {
  border-color: #02986A;
}

.footer_form .single_input textarea {
  height: 145px;
  border-radius: 25px;
  padding-top: 15px;
  resize: none;
}

.footer_copyright {
  background-color: #38424D;
  padding-top: 10px;
  padding-bottom: 25px;
}

.copyright p {
  color: #fff;
}

.footer_social ul li {
  display: inline-block;
}

.footer_social ul li + li {
  margin-left: 8px;
}

.footer_social ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_social ul li a:hover {
  background-color: #02986A;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #02986A;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #02986A;
}
/*# sourceMappingURL=style.css.map */
/*===========================
   REFONTE JORELLEA — NOUVEAUX STYLES
===========================*/

/* ===== HERO AREA ===== */
.hero_area {
    position: relative;
    overflow: hidden;
}

.hero_particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(2, 152, 106, 0.15);
    animation: floatParticle 15s infinite ease-in-out;
}

.particle-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.particle-2 {
    width: 50px;
    height: 50px;
    top: 60%;
    left: 80%;
    animation-delay: 2s;
    background: rgba(2, 152, 106, 0.1);
}

.particle-3 {
    width: 120px;
    height: 120px;
    top: 70%;
    left: 20%;
    animation-delay: 4s;
    background: rgba(255, 255, 255, 0.05);
}

.particle-4 {
    width: 40px;
    height: 40px;
    top: 30%;
    left: 70%;
    animation-delay: 1s;
    background: rgba(2, 152, 106, 0.08);
}

.particle-5 {
    width: 65px;
    height: 65px;
    top: 80%;
    left: 50%;
    animation-delay: 3s;
    background: rgba(255, 255, 255, 0.04);
}

.particle-6 {
    width: 35px;
    height: 35px;
    top: 15%;
    left: 55%;
    animation-delay: 5s;
    background: rgba(2, 152, 106, 0.12);
}

@keyframes floatParticle {
    0%, 100% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.4;
    }
    25% {
        transform: translateY(-15px) translateX(8px) scale(1.03);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-8px) translateX(-5px) scale(0.97);
        opacity: 0.35;
    }
    75% {
        transform: translateY(-20px) translateX(10px) scale(1.02);
        opacity: 0.45;
    }
}

/* Hero slider overlay — gradient élégant */
.hero_area .single_slider::before {
    background: linear-gradient(160deg, rgba(30, 39, 46, 0.82) 0%, rgba(45, 52, 58, 0.72) 45%, rgba(2, 152, 106, 0.25) 100%);
}

/* Hero Badge */
.hero_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(2, 152, 106, 0.2);
    border: 1px solid rgba(2, 152, 106, 0.4);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.badge_dot {
    width: 8px;
    height: 8px;
    background-color: #02986A;
    border-radius: 50%;
    display: inline-block;
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}

/* Hero title highlight */
.highlight_text {
    color: #02986A;
    position: relative;
}

.highlight_text::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #02986A, transparent);
    border-radius: 3px;
}

/* Hero subtitle */
.hero_subtitle {
    font-size: 17px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 550px;
}

@media (max-width: 767px) {
    .hero_subtitle {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Hero buttons */
.hero_buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .hero_buttons {
        margin-top: 25px;
        gap: 10px;
    }
    .hero_buttons .main-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
}

.main-btn_outline {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}

.main-btn_outline:hover {
    background-color: #fff !important;
    color: #02986A !important;
    border-color: #fff !important;
}

.main-btn_outline i {
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s;
}

.main-btn_outline:hover i {
    transform: translateX(3px);
}

/* ===== HERO STATS BAR ===== */
.hero_stats_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px 0;
}

.hero_stat_item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero_stat_icon {
    width: 50px;
    height: 50px;
    background: rgba(2, 152, 106, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_stat_icon i {
    font-size: 22px;
    color: #fff;
}

.hero_stat_content .count {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.hero_stat_content p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2px;
}

@media (max-width: 767px) {
    .hero_stats_bar {
        padding: 12px 0 8px;
    }
    .hero_stat_item {
        margin-bottom: 8px;
        gap: 8px;
    }
    .hero_stat_icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
    .hero_stat_icon i {
        font-size: 17px;
    }
    .hero_stat_content .count {
        font-size: 20px;
    }
    .hero_stat_content p {
        font-size: 10px;
    }
}

/* ===== SECTION SUBTITLE ===== */
.section_subtitle {
    font-size: 16px;
    color: #747E88;
    margin-top: 15px;
    line-height: 26px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section_subtitle_light {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 15px;
    line-height: 26px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== ABOUT BADGE ===== */
.about_video {
    position: relative;
}

.about_badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #02986A, #01704e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(2, 152, 106, 0.4);
    z-index: 5;
}

.about_badge_inner {
    text-align: center;
    color: #fff;
}

.about_badge_inner .count {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    display: block;
    line-height: 1;
}

.about_badge_inner p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 3px;
    line-height: 14px;
}

@media (max-width: 767px) {
    .about_badge {
        width: 90px;
        height: 90px;
        bottom: -10px;
        right: -10px;
    }
    .about_badge_inner .count {
        font-size: 24px;
    }
}

/* ===== SERVICES ICON WRAP (enhanced) ===== */
.services_icon_wrap {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.services_icon_wrap i {
    font-size: 36px;
    color: #02986A;
}

.single_services:hover .services_icon_wrap {
    background: #02986A;
    box-shadow: 0 8px 20px rgba(2, 152, 106, 0.25);
}

.single_services:hover .services_icon_wrap i {
    color: #fff;
}

/* ===== PRODUCT AREA ===== */
.product_area {
    overflow: hidden;
}

.product_showcase {
    position: relative;
    padding: 30px;
}

.product_image_main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
}

.product_image_main img {
    width: 100%;
    transition: transform 0.5s ease;
}

.product_showcase:hover .product_image_main img {
    transform: scale(1.03);
}

.product_floating_badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #02986A, #01704e);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 25px rgba(2, 152, 106, 0.4);
    animation: floatBadge 3s ease-in-out infinite;
    z-index: 5;
}

.product_floating_badge i {
    font-size: 24px;
    margin-bottom: 3px;
}

.product_floating_badge p {
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    font-weight: 600;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.product_info {
    padding-left: 20px;
}

.product_name {
    font-size: 30px;
    font-weight: 800;
    color: #38424D;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
}

.product_tagline {
    font-size: 16px;
    color: #02986A;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.product_features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product_feature_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8faf9;
}

.product_feature_item:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}

.feature_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #02986A, #01704e);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature_icon i {
    font-size: 22px;
    color: #fff;
}

.feature_text h5 {
    font-size: 16px;
    font-weight: 700;
    color: #38424D;
    margin-bottom: 4px;
}

.feature_text p {
    font-size: 14px;
    color: #747E88;
    line-height: 20px;
    padding: 0;
    border: 0;
}

@media (max-width: 991px) {
    .product_info {
        padding-left: 0;
        margin-top: 40px;
    }
    .product_name {
        font-size: 24px;
    }
}

/* ===== INGREDIENTS AREA ===== */
.ingredients_area {
    background-color: #f8faf9;
}

/* ===== PHILOSOPHY CARDS ===== */
.philosophy_card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eef2f0;
    margin-bottom: 30px;
    height: 100%;
}

.philosophy_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(2, 152, 106, 0.2);
}

.philosophy_icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f0faf6, #e3f5ed);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.philosophy_icon i {
    font-size: 28px;
    color: #02986A;
}

.philosophy_card:hover .philosophy_icon {
    background: #02986A;
    border-radius: 50%;
}

.philosophy_card:hover .philosophy_icon i {
    color: #fff;
}

.philosophy_card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #38424D;
    margin-bottom: 12px;
    font-family: "Raleway", sans-serif;
}

.philosophy_card p {
    font-size: 14px;
    color: #747E88;
    line-height: 24px;
}

/* ===== INFO PANELS (Section unifiée produit) ===== */
.product_info_area {
    background-color: #f8faf9;
}

.info_panel {
    background: #fff;
    border-radius: 14px;
    padding: 30px 32px;
    margin-bottom: 24px;
    border: 1px solid #eaefec;
    transition: box-shadow 0.3s ease;
}

.info_panel:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.info_panel_header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f2f1;
}

.info_panel_header i {
    font-size: 24px;
    color: #02986A;
    width: 48px;
    height: 48px;
    background: #f0faf6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info_panel_header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #38424D;
    margin: 0;
    font-family: "Raleway", sans-serif;
}

.info_panel > p {
    font-size: 14px;
    color: #747E88;
    line-height: 23px;
    margin-bottom: 18px;
}

.info_panel_details {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.info_detail_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f7f6;
}

.info_detail_row:last-child {
    border-bottom: none;
}

.info_detail_label {
    font-size: 13px;
    color: #747E88;
    font-weight: 500;
}

.info_detail_value {
    font-size: 14px;
    color: #38424D;
    font-weight: 600;
}

.info_panel_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info_panel_list li {
    position: relative;
    padding: 7px 0 7px 22px;
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

.info_panel_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #02986A;
    border-radius: 50%;
}

/* Highlight panel (composition) */
.info_panel_highlight {
    border-color: rgba(2, 152, 106, 0.15);
    background: linear-gradient(180deg, #fafffe 0%, #fff 100%);
}

.info_panel_highlight .info_panel_header i {
    background: #02986A;
    color: #fff;
}

/* Warning panel (précautions) */
.info_panel_warning {
    border-color: #f0e8df;
    background: #fffcf8;
}

.info_panel_warning .info_panel_header i {
    background: #fff3e0;
    color: #e67e22;
}

/* Ingredient grid */
.ingredient_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
}

.ingredient_item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    color: #38424D;
    font-weight: 500;
}

.ingredient_dot {
    width: 7px;
    height: 7px;
    background: #02986A;
    border-radius: 50%;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .info_panel {
        padding: 22px 20px;
    }
    .ingredient_grid {
        grid-template-columns: 1fr;
    }
}

/* ===== ESPACE PRIVÉ — Premium Design ===== */
.espace_prive_area {
    position: relative;
}

.espace_prive_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.espace_prive_card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.espace_prive_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.espace_prive_card:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.ep_card_icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.ep_card_icon i {
    font-size: 28px;
    color: #fff;
}

.ep_whatsapp { background: #25D366; }
.ep_telegram { background: #0088cc; }
.ep_facebook { background: #1877F2; }
.ep_instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }

.espace_prive_card:hover .ep_card_icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.espace_prive_card h5 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    font-family: "Raleway", sans-serif;
}

.espace_prive_card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 20px;
    margin-bottom: 15px;
}

.ep_card_arrow {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-top: auto;
}

.ep_card_arrow i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.espace_prive_card:hover .ep_card_arrow {
    background: rgba(255, 255, 255, 0.2);
}

.espace_prive_card:hover .ep_card_arrow i {
    color: #fff;
    transform: translateX(3px);
}

.ep_note {
    margin-top: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ep_note i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
    .espace_prive_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .espace_prive_grid {
        grid-template-columns: 1fr;
    }
    .espace_prive_card {
        padding: 25px 20px;
    }
}

/* ===== CONTACT SOCIAL LINKS ===== */
.contact_social {
    display: flex;
    gap: 10px;
}

.contact_social_link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact_social_link:hover {
    background: #02986A;
    border-color: #02986A;
    color: #fff;
    transform: translateY(-3px);
}

/* ===== SMOOTH SCROLL OFFSET ===== */
section[id] {
    scroll-margin-top: 70px;
}

/* ===== ENHANCED ANIMATIONS ===== */
@keyframes slideInFromLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInFromRight {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* ===== MISC ENHANCEMENTS ===== */
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 100px; }
