.features-wrapper {
  display: flex;
  position: relative;
  overflow: hidden; 
}
.features-text {
  flex: 1;
  max-width: 33.33%;
  z-index: 999;
  background-color: white;
  position: relative; 
}
.features-swiper {
  flex: 2;
  max-width: 66.66%;
  overflow: hidden; 
  position: relative;
}
.custom-tops-content{
  border: 1px solid lightgrey;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgb(0 0 0 / 35%);
  display: flex;
  flex-direction: column;
}
.custom-tab-content-button button {
  border: 2px solid #5993F4;
  color: #5993F4;
  font-weight: bold;
  background-color: transparent;
  border-radius: 5px;  
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fa-arrow-right{
 margin-left: 5px;
}
.custom-tab-content-button {
  margin-left: 0;
}

img.loading {
  opacity: 0.5;
  transition: opacity 0.3s;
}

/* SWIPER CORE STYLES */
.swiper {
width: 100%;
margin: 0 auto;
padding: 20px 0;
}

.swiper-wrapper {
display: flex;
align-items: flex-start;
}

.swiper-slide {
/* Card-like appearance */
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.swiper-custom{
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 400px !important;
  padding: 30px 0px;  
  margin-top: 10px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #ababab;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.swiper-custom:hover{
  box-shadow: 0 4px 20px rgba(60, 64, 67, 0.3);
}
.swiper-slide img {
max-width: 100%;
height: auto;
border-radius: 6px;
}

.swiper-slide h3 {
font-size: 22px !important; 
font-weight: 600;
margin: 10px 0 8px 0;
color: #222;
padding: 0 10px;
}

.swiper-slide p {
font-size: 15px;
line-height: 1.4;
margin-bottom: 1em;
padding: 0 10px;
}
.hover-pointer {
  position: fixed;
  left: 80%;
  top: 45%;
  width: 200px;
  height: 200px;
  background-image: url(output-onlinegiftools.gif);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.swiper-slide:hover .hover-pointer {
  opacity: 1;
}
@media (max-width: 768px) {
  .features-wrapper {
    flex-direction: column;
  }
  .features-text,
  .features-swiper {
    max-width: 100%;
    width: 100%;
    flex: unset;
  }
  .swipertops {
    padding: 0 0 70px 0 !important;
  }
  .swiper-custom{
    /*height: 450px !important;*/
    justify-content: flex-start;
  }
  .swiper-custom:hover {
    box-shadow: none;
  }
  .swiper,
  .swiper-wrapper,
  .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  }
  .hide-mobile-tabs{
    display: none !important;
  }
  .custom-long-text {
    margin-top: -45px !important;
  }
  .custom-tab {
    font-size: 22px !important;
  }
  .custom-content {
    margin-left: 5px;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .features-wrapper {
    flex-direction: column;
  }
  .features-text,
  .features-swiper {
    max-width: 100%;
    width: 100%;
    flex: unset;
  }
  .swipertops {
    padding: 0 0 70px 0 !important;
  }
  .hide-tablet-tabs{
    display: none !important;
  }
  .custom-content {
    margin-left: 5px;
  }
  .custom-long-text {
    margin-top: -45px !important;
  }
  .swiper-custom{
    height: auto !important;
  }
}
@media (min-width: 1280px) {
.hide-desktop-tabs {
  display: none !important;
}
}