@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background-color: #F9FAFB;
}


.hero-section {
  position: relative;
  padding-bottom: 3rem;
  /* background: linear-gradient(to right, #1D7EC3, #007BD3); */
  background: linear-gradient(180deg, #1D7EC3 0%, #007BD3 100%);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../image/bg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;

  padding: 0 !important;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  /* so it doesn't overlap the navbar */
}

.navbar-container {

  background-color: #2a2d32;
  border-radius: 1rem;
  padding: 0.40rem 1.5rem;
  margin-top: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: bold;
  color: #2b77d7;
}

.btn-outline-primary {
  border-radius: 1rem;
  font-weight: 600;
}

@media (max-width: 1400px) {
  .carousel-wrapper {
    width: 59% !important;
    height: 362px !important;
  }
}
@media (max-width: 1200px) {
  .carousel-wrapper {
    width: 69% !important;
    height: 362px !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: 1rem;
  }

  .mobile-cta {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  .carousel-wrapper {
    width: 93% !important;
    height: 362px !important;
  }
}

@media (max-width: 767px) {
  .carousel-wrapper {
    width: 100% !important;
    height: 283px !important;
  }
}

.btn-outline-blue {
  color: #3399ff;
  border: 2px solid #99ccff;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-outline-blue:hover {
  background-color: #e6f2ff;
  color: #007bff;
  border-color: #66b3ff;
}

.btn-blue{
  background: linear-gradient(180deg, #44BAFF 0%, #0095ED 100%);
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}


.carousel-wrapper {
  position: relative;
  width: 50%;

  height: 362px;
  margin: auto;
}

.carousel-card {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  z-index: 0;
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.slide-active {
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: 5;
  transform: scale(1);
}

.slide-prev {
  left: -25%;
  width: 50%;
  opacity: 0.6;
  z-index: 4;
  transform: scale(0.5);
}

.slide-next {
  left: 75%;
  width: 50%;
  opacity: 0.6;
  z-index: 3;
  transform: scale(0.5);
}

.slide-prev-2 {
  left: -40%;
  width: 40%;
  opacity: 0.3;
  z-index: 2;
  transform: scale(0.5);
}

.slide-next-2 {
  left: 100%;
  width: 40%;
  opacity: 0.3;
  z-index: 1;
  transform: scale(0.5);
}

.fitur {
  background-image: url('/aset/image/bg2.png');
}

.card {
  border: none;
}

th {
  color: #fff;
  background: linear-gradient(to right, #4aa3f0, #5eb8f6);
  font-weight: 600;
  height: 70px;
}

th:first-child {
  border-top-left-radius: 12px;
}

th:last-child {
  border-top-right-radius: 12px;
}


.table {
  table-layout: fixed;
  width: 100%;
}


.card-highlight {
  background: linear-gradient(135deg, #4aa3f0, #5eb8f6);
  color: white;
  position: relative;
  overflow: hidden;
}

.badge-popular {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ffde3b;
  color: #000;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}

.price {
  font-size: 2rem !important;
  font-weight: 500;
}

.price span {
  font-size: 1rem;
  color: #777;
}

.pricing-benefit {
  list-style: none;
  padding: 0;
}

.pricing-benefit li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rounded-xl {
  border-radius: 2rem;
}

.card {
  background-color: transparent;
}

.fitur {
  background-image: url('../image/bg2.png');
  background-size: cover;
}

.table thead th {
  background: linear-gradient(180deg, #44BAFF 0%, #0095ED 100%);
  color: white;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #dee2e6;
}

.table td,
.table th {
  border: 2px solid #F9FAFB;
  /* border antar sel */
}

.table tbody td {
  padding: 1rem;
  border: 2px solid #F9FAFB;

}

.table {
  border-collapse: separate;
  border-spacing: 0;
}


.pricing-card {
  background: linear-gradient(180deg, #44BAFF 0%, #0095ED 100%);
  border-radius: 20px;
  color: white;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.most-popular {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffd700;
  color: black;
  padding: 0.25rem 1rem;
  border-bottom-left-radius: 1rem;
  font-weight: bold;
}

.price {
  font-size: 2.5rem;
  font-weight: bold;
}

.check-icon {
  color: white;
  margin-right: 0.5rem;
}

.btn-whatsapp {
  background: white;
  color: #000;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

h2.testimoni-title {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #212529;
}

.card-testi {
  border-radius: 1rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
  background-color: #fff;
  height: 100%;
}

.profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -35px;
  left: 1.5rem;
  box-shadow: 0 0 0 4px #fff;
  background-color: #ddd;
  border: 3px solid white;
}

.stars {
  color: #f6a623;
  font-size: 1.1rem;
  font-weight: 700;
  user-select: none;
}

.testimonial-text {
  font-size: 1rem;
  color: #212529;
  margin: 1.8rem 0 1rem 0;
  line-height: 1.4;
  font-style: normal;
}

.testimonial-author {
  font-weight: 700;
  font-size: 0.9rem;
  color: #212529;
  margin-bottom: 0;
}

.testimonial-subtitle {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 0.15rem;
}

@media (max-width: 576px) {
  .card {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }

  .profile-img {
    left: 1rem;
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .carousel-wrapper {
    width: 100% !important;
    height: 224px !important;
  }
}

.cta-wrapper {
  background: url('../image/mulai.png') no-repeat center center;
  background-size: cover;
  border-radius: 40px;
  padding: 4rem 2rem;
  text-align: center;
  color: white;
  max-width: 900px;
  margin: auto;

}

.cta-wrapper h2 {
  font-weight: 700;
}

.cta-wrapper p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.cta-wrapper .btn {
  padding: 0.75rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
}

.text-blue {
  color: #0095ED !important;
}

.list-unstyled li{
  margin-bottom: 13px;
}
.testimonial-container {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.testimonial-container::-webkit-scrollbar {
    height: 8px;
}

.testimonial-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.testimonial-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.testimonial-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.testimonial-wrapper {
    display: flex;
    gap: 1rem;
    padding-bottom: 1rem;
    min-width: 100%;
}

.card-testi {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    min-height: 200px;
    flex-shrink: 0;
    margin-top: 33px;
    min-width: 320px;
    max-width: 400px;
}

.profile-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.25rem;
}

.testimonial-subtitle {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Desktop: 3 items per view */
@media (min-width: 768px) {
    .testimonial-wrapper {
        gap: 1.5rem;
    }
    
    .card-testi {
       
    }
}

/* Smooth scrolling */
.testimonial-container {
    scroll-behavior: smooth;
}

.nav-link{
  color: rgb(255 255 255) !important;
}

.navbar-toggler{
  background-color: #ffffff;
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2328b8f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-outline-blue:hover {
    background-color: #4d4d4d !important;
}