/* CTA Section */
.ctsbiton {
  background: linear-gradient(135deg, #0f3d2e, #0f3d2e);
  padding: 50px 20px;
  text-align: center;
  color: #ffffff;
}

/* Container */
.ctsbiton-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.ctsbiton h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* Paragraph */
.ctsbiton p {
  font-size: 1rem;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* Buttons Wrapper */
.ctsbiton-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

/* Buttons */
.ctsbiton-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 260px;
}

/* Primary Button */
.ctsbiton-btn.primary {
  background: #ffffff;
  color: #b30000;
}

.ctsbiton-btn.primary:hover {
  background: #f2f2f2;
}

/* Secondary Button */
.ctsbiton-btn.secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.ctsbiton-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Tablet & Desktop */
@media (min-width: 768px) {
  .ctsbiton {
           padding: 47px 30px;
  }

  .ctsbiton h2 {
           font-size: 2.2rem;
        color: #fff;
  }

  .ctsbiton p {
           font-size: 1.1rem;
        color: #fff;
  }

  .ctsbiton-buttons {
    flex-direction: row;
    justify-content: center;
  }

  .ctsbiton-btn {
    width: auto;
  }
}

.spacess{
      padding: 0px 0px 34px;
}