.elementor-970 .elementor-element.elementor-element-47742f8{--display:flex;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-970 .elementor-element.elementor-element-47742f8{--margin-top:20px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-63b9401 *//* Benefits Section Styles */
.benefits-section {
  position: relative;
  z-index: 2;
  padding: 10px 0;
}

.benefits-header {
  text-align: center;
  margin-bottom: 40px;
}

.benefits-main-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 600;
  color: #037866;
  letter-spacing: 3px;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.2;
}

.benefits-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.benefit-card {
  position: relative;
  height: 800px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.benefit-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Benefit Visual */
.benefit-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.benefit-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.benefit-1 .benefit-image {
  background-image: url('https://optiquebelabied.ma/wp-content/uploads/2026/01/Whisk_8385c9c144d015ca2f947f32b23862e4dr.webp');
}

.benefit-2 .benefit-image {
  background-image: url('https://optiquebelabied.ma/wp-content/uploads/2026/01/Whisk_2a0a16033bef465bc5b404cf713f5875dr.webp');
}


.benefit-card:hover .benefit-image {
  transform: scale(1.05);
}

.benefit-visual .visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  transition: all 0.6s ease;
}

.benefit-card:hover .visual-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Benefit Text Wrapper */
.benefit-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 2;
}

.benefit-content {
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.benefit-card:hover .benefit-content {
  transform: translateY(0);
}

.benefit-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: #fff; /* Gold color */
  margin: 0 0 15px;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.benefit-card:hover .benefit-title {
  color: #179D88;
  letter-spacing: 1.5px;
}

/* Card Decoration for Benefits */
.benefit-card .card-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.benefit-card .decoration-element {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.benefit-1 .decoration-element:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 10%;
  right: 10%;
}

.benefit-1 .decoration-element:nth-child(2) {
  width: 50px;
  height: 50px;
  bottom: 15%;
  left: 10%;
}

.benefit-1 .decoration-element:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 15%;
}

.benefit-2 .decoration-element:nth-child(1) {
  width: 70px;
  height: 70px;
  top: 15%;
  left: 10%;
}

.benefit-2 .decoration-element:nth-child(2) {
  width: 60px;
  height: 60px;
  bottom: 20%;
  right: 10%;
}

.benefit-2 .decoration-element:nth-child(3) {
  width: 90px;
  height: 90px;
  top: 65%;
  right: 15%;
}

.benefit-3 .decoration-element:nth-child(1) {
  width: 85px;
  height: 85px;
  top: 20%;
  right: 12%;
}

.benefit-3 .decoration-element:nth-child(2) {
  width: 55px;
  height: 55px;
  bottom: 25%;
  left: 12%;
}

.benefit-3 .decoration-element:nth-child(3) {
  width: 45px;
  height: 45px;
  top: 45%;
  left: 8%;
}

.benefit-4 .decoration-element:nth-child(1) {
  width: 95px;
  height: 95px;
  top: 12%;
  left: 8%;
}

.benefit-4 .decoration-element:nth-child(2) {
  width: 65px;
  height: 65px;
  bottom: 18%;
  right: 12%;
}

.benefit-4 .decoration-element:nth-child(3) {
  width: 75px;
  height: 75px;
  top: 70%;
  right: 8%;
}

/* Responsive Design for Benefits */
@media (max-width: 1200px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .benefits-main-heading {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
  }
  
  .benefit-card {
    height: 460px;
  }
  
  .benefits-main-heading {
    font-size: 36px;
    letter-spacing: 2px;
  }
  
  .benefits-subtitle {
    font-size: 16px;
  }
  
  .benefit-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
    .benefits-grid {
    grid-template-columns: 1fr ;
  }
    .benefit-card {
    height: 360px ;
  }
  
  .benefits-section {
    margin: 20px 0;
  }
  
  .benefits-header {
    margin-bottom: 20px;
  }
  
  .benefits-main-heading {
    font-size: 20px;
  }
  
  .benefit-title {
    font-size: 18px;
  }
  
}/* End custom CSS */