.elementor-43132 .elementor-element.elementor-element-6362c02a{padding:0px 0px 0px 0px;}.elementor-43132 .elementor-element.elementor-element-1b8a0837 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-43132 .elementor-element.elementor-element-1b8a0837 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-43132 .elementor-element.elementor-element-79535202 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-79535202 *//* CARD STYLE */
#tune-benefits-section .benefit-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  border: solid 1px #DAD3D3;
}

#tune-benefits-section .benefit-img {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F6;
}

#tune-benefits-section .benefit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#tune-benefits-section .benefit-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}

#tune-benefits-section .benefit-content h4 {
  color: #67C7CE;
  margin-bottom: 10px;
  font-size: 1.6em;
}

#tune-benefits-section .benefit-content p {
  flex-grow: 1;
  font-size: 14px;
  color: #231F20;
  margin-bottom: 20px;
}

#tune-benefits-section .benefit-content p strong {
  color: #ff0000;
}

#tune-benefits-section .benefit-content a {
  display: inline-block;
  color: #ff0000;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
}

#tune-benefits-section .benefit-card {
  transition: height 0.35s ease;
}

@media (max-width: 1170px) and (min-width: 991px) {
  #tune-benefits-section .benefit-content {
    padding: 25px;
  }
  
  #tune-benefits-section .benefit-content h4 {
        font-size: 1.4em;
    }
    
    #tune-benefits-section .benefit-content p {
        font-size: 13px;
    }
}

#tune-benefits-section .swiper-slide {
  height: auto !important;
}

/* -------- DESKTOP (Grid layout) -------- */
@media (min-width: 991px) {
  section#tune-benefits-section {
    padding: 0px 15px;
  }

  #tune-benefits-section .tune-benefits-swiper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 5px;
  }

  #tune-benefits-section .swiper-wrapper {
    display: contents !important;
    transform: none !important;
  }

  #tune-benefits-section .swiper-slide {
    width: auto !important;
    height: auto !important;
  }

  #tune-benefits-section .swiper-pagination {
    display: none !important;
  }

  #tune-benefits-section .benefit-card {
    flex-direction: row;
    text-align: left;
    height: 100%;
    width: 100%;
    max-width: none;
    transform: none;
    margin: 0 auto !important;
  }
  
  #tune-benefits-section .benefit-card:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  #tune-benefits-section .benefit-card:nth-child(2) .benefit-content,
  #tune-benefits-section .benefit-card:nth-child(3) .benefit-content {
    background-color: #231F20;
  }
  
  #tune-benefits-section .benefit-card:nth-child(2) .benefit-content h4,
  #tune-benefits-section .benefit-card:nth-child(2) .benefit-content p,
  #tune-benefits-section .benefit-card:nth-child(2) .benefit-content a,
  #tune-benefits-section .benefit-card:nth-child(3) .benefit-content h4,
  #tune-benefits-section .benefit-card:nth-child(3) .benefit-content p,
  #tune-benefits-section .benefit-card:nth-child(3) .benefit-content a {
    color: #FFFFFF;
  }
  
  #tune-benefits-section .benefit-card .benefit-content a:hover,
  #tune-benefits-section .benefit-card .benefit-content a:focus,
  #tune-benefits-section .benefit-card .benefit-content a:active {
    scale: 1.04;
  }

  #tune-benefits-section .benefit-img,
  #tune-benefits-section .benefit-img img {
    height: auto !important;
    max-height: none !important;
  }
}

/* -------- MOBILE (Carousel layout) -------- */
@media (max-width: 990px) {
  #tune-benefits-section .tune-benefits-swiper {
    width: 100%;
    padding-bottom: 25px;
    box-sizing: border-box;
  }

  /* ✅ Equal spacing and perfect centering */
  #tune-benefits-section .swiper-wrapper {
    display: flex;
    align-items: stretch;
    padding: 0; /* equal left/right spacing */
    box-sizing: border-box;
  }

  #tune-benefits-section .swiper-slide {
    display: flex;
    justify-content: center;
  }

  #tune-benefits-section .benefit-card {
    flex-direction: column;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    width: 82%; /* ✅ peek effect */
    max-width: 340px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    margin: 0; /* ✅ no manual margin */
  }

  #tune-benefits-section .benefit-card:nth-child(even) .benefit-content {
    background-color: #231F20;
  }

  /* ✅ Lock image height */
  #tune-benefits-section .benefit-img {
    width: 100%;
    background: #F5F5F6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
    height: 220px;
  }
  
  #tune-benefits-section .desktop-img-usp {
      display: none;
  }
  
  #tune-benefits-section .mobile-img-usp {
      display: block !important;
  }

  #tune-benefits-section .benefit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
/*  #tune-benefits-section .benefit-card:nth-child(2) .benefit-img img,
  #tune-benefits-section .benefit-card:nth-child(3) .benefit-img img {
    object-fit: cover;
  }
  
  #tune-benefits-section .benefit-card:nth-child(3) .benefit-img img {
    object-position: 50% 75%;
  }*/

  #tune-benefits-section .benefit-content {
    padding: 20px 15px 25px;
    text-align: center;
  }

  #tune-benefits-section .benefit-content h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  #tune-benefits-section .benefit-content p {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  #tune-benefits-section .benefit-content a {
    margin-top: 8px;
  }
  
  #tune-benefits-section .benefit-card:nth-child(even) .benefit-content h4,
  #tune-benefits-section .benefit-card:nth-child(even) .benefit-content p,
  #tune-benefits-section .benefit-card:nth-child(even) .benefit-content a {
    color: #FFFFFF;
  }

  #tune-benefits-section .swiper-pagination {
    margin-top: 25px !important;
    position: relative;
  }

  #tune-benefits-section .swiper-pagination-bullet {
    background: #e60000;
    opacity: 0.4;
  }

  #tune-benefits-section .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

/* Small phones - full width */
@media (max-width: 480px) {
  #tune-benefits-section .swiper-wrapper {
    padding: 0;
  }

  #tune-benefits-section .benefit-card {
    width: 90%; /* slightly larger on small screens */
  }
}

/* FIX IMAGE BEHAVIOUR BETWEEN MODES */
@media (min-width: 991px) {
  #tune-benefits-section .benefit-img,
  #tune-benefits-section .benefit-img img {
    height: auto !important;
  }
}

@media (max-width: 990px) {
  #tune-benefits-section .benefit-img img {
    height: 100% !important;
  }
}/* End custom CSS */