.rts-single-shop-area {
  text-align: center;
}

.features-section {
  background: linear-gradient(to bottom, #3c4c63, #6c7c8c);
  color: white;
  text-align: center;
  padding: 60px 20px;
  margin-block: 15px;
}

.features-section h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.features-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.feature-item {
  max-width: 220px;
}

.feature-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.feature-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-item-desc {
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .slider-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    display: flex;
    padding-inline: 16px; /* Prevents cutting on edges */
  }

  .features-slider {
    display: flex;
    gap: 16px;
  }

  .feature-item {
    flex: 0 0 90%;
    max-width: 90%;
    scroll-snap-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    box-sizing: border-box;
  }

  .slider-dots {
    display: block;
  }
}


@media (max-width: 767.98px) {
  .title-area-left .title {
    font-size: 40px !important;
    /* Half of 80px */
  }

  .title-area-left .Subtitle {
    font-size: 20px !important;
    /* Half of 40px */
  }

  .partner-breadcrumb .container,
  .partner-breadcrumb .title-area-left {
    top: -45px;
  }
}

.footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li a,
.footer-logo-area-left-8 p.disc,
.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .inner-content a {
  color: #fff;
}

.features-section {
  background: linear-gradient(to bottom, #3c4c63, #6c7c8c);
  color: white;
  text-align: center;
  padding: 60px 20px;
  margin-block: 15px;
}

.features-section h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.slider-wrapper {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-inline: 10px; /* Padding to avoid side cropping */
  box-sizing: border-box;
}

.features-slider {
  display: flex;
  gap: 20px;
}

.feature-item {
  flex: 0 0 90%; /* Was 80% before, now slightly smaller */
  max-width: 60%;
  scroll-snap-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin: auto;
  box-sizing: border-box;
  min-height: 280px; /* or 300px, adjust as needed */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.feature-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.feature-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-item-desc {
  font-size: 15px;
  line-height: 1.5;
}

.slider-dots {
  text-align: center;
  margin-top: 20px;
}

.slider-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a3cfff;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}

.slider-dots span.active {
  opacity: 1;
  transform: scale(1.2);
}

/* --- Desktop styles --- */
@media (min-width: 769px) {
  .slider-wrapper {
    overflow: hidden;
  }

  .features-slider {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 0;
  }

  .feature-item {
    flex: 1 1 200px;
    min-height: 280px;
  } 
  .slider-dots {
    display: none;
  }
}
 
.cs-button.cs-button_secondary {
    background-color: #002d72;  /* Dark navy blue */
    color: #ffffff;             /* White text */
    padding: 12px 32px;         /* Comfortable padding */
    font-size: 16px;            /* Text size */
    font-weight: bold;          /* Bold text */
    border: none;               /* No border */
    border-radius: 9999px;      /* Fully rounded for pill shape */
    text-align: center;         /* Center text */
    display: inline-block;      /* Inline-block for link */
    text-decoration: none;      /* Remove underline */
    cursor: pointer;            /* Pointer on hover */
    transition: background-color 0.3s ease;
}

.cs-button.cs-button_secondary:hover {
    background-color: #001f4d;  /* Slightly darker on hover */
}
