html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;

}

.sticky-top {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1030;
}
.navbar-nav .nav-link {
  margin-right: 1rem;
}
.app-buttons img {
  height: 40px;
  margin-left: 10px;
}

/* s2 */
.influencer-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .col-translate-down {
    transform: translateY(10%);
  }

  .influencer-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }

  .influencer-card img {
    width: 100%;
    height: auto;
    display: block;
  }

  .influencer-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.1));
    color: white;
  }

  .influencer-card h6 {
    margin-bottom: 0.25rem;
    font-weight: bold;
  }

  .influencer-card img:hover {
    transform: scale(1.1);
    transition: transform 1s ease;
  }

  .influencer-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 24px;
}

.influencer-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.influencer-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7) 100%);
  color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.influencer-card .overlay h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.influencer-card .overlay p {
  font-size: 14px;
  margin: 0;
}


/* Căn chỉnh selector ảnh */
#image-list {
  cursor: pointer;
}

.selector-img {
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border: 2px solid transparent;
}

.selector-img.active {
  opacity: 1;
  border-color: #007bff;
}

/* Căn chỉnh info box */


.info-boxes .info-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  border-radius: 1rem;
}


/* Active Info Box Style */
.info-box.active {
  border: 2px solid #000!important;
  background-color: rgb(243 244 246);
}

/* Optional hover effect */
.info-box:hover {
  cursor: pointer;
  background-color: rgb(243 244 246);
}

#image-slider img{
  width: 50%;
  height: auto;
}

.custom_box{
  border-radius: 30px;
  /* background: #FFF; */
  box-shadow: 0px 1px 20px 1px rgba(228, 229, 233, 0.50);
}

.darkmode_phone img {
  transform: rotate(-10deg);
  width: 50%;
}

.testimonial-card {
    background-color: #1a1722;
    color: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
  }

  .testimonial-card:hover {
    transform: scale(1.05);
  }
  
  .avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }

  .testimonial-section {
    background-color: #0d0b15;
    padding: 80px 0;
  }

  .testimonial-name {
    font-weight: 600;
    margin-bottom: 8px;
  }

  .testimonial-quote {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #ddd;
  }

.rating-section {
    background: linear-gradient(to right, #fdf2f2, #f8f6f3);
    padding: 80px 20px;
    text-align: center;
    position: relative;
  }

  .rating-title {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 15px;
  }

  .stars {
    color: #ffc107;
    font-size: 2rem;
    margin: 20px 0 10px;
  }

  .rating-values {
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .leaf-left,
  .leaf-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }

  .leaf-left {
    left: 20px;
  }

  .leaf-right {
    right: 20px;
  }

/* Premium Modal */
#paywallModal .pricing-option {
  transition: border 0.3s ease;
}

#paywallModal .pricing-option.active {
  border: 2px solid gold;
}

#paywallModal #option1 {
  border: 2px solid #000;
}


/* Base styles for pricing options */
#paywallModal .pricing-option {
  background-color: #f8f8f8;
  color: #000;
  border-radius: 16px;
  padding: 16px;
  width: 48%;
  position: relative;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  transition: border-color 0.3s;
}

/* Active state with yellow border */
#paywallModal .pricing-option.active {
  border-color: #f8e16c;
  background-color: #dadada;

}

/* Radio circle in the corner */
#paywallModal .radio-indicator {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
}

/* Active radio fill */
#paywallModal .pricing-option.active .radio-indicator {
  background-color: white;
}

/* Save badge */
#paywallModal .save-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f44336;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 12px;
  z-index: 1;
}

/* Text styling */
#paywallModal .pricing-option .duration {
  font-size: 14px;
  margin-bottom: 4px;
}

#paywallModal .pricing-option .price {
  font-weight: bold;
  font-size: 16px;
}

#paywallModal .pricing-option .monthly {
  font-size: 12px;
  color: #ccc;
}

/* Checkmark circle */
#paywallModal .pricing-option .checkmark {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: transparent;
}

/* Checkmark active */
#paywallModal .pricing-option.active .checkmark {
  background-color: white;
}

/* Checkmark tick */
#paywallModal .pricing-option.active .checkmark::after {
  content: '\2713';
  color: black;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.onboarding-screen,
.btn-next {
  width: 25%;
}




.price-option {
  cursor: pointer;
}

#paywallModal .bg-modal {
  background-image: url(/assets/img_onboarding/bg-modal.jpg);
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
  /* height: 1000px; */
}

#paywallModal .card-price {
  padding-top: 370px;
}

#paywallModal .modal-dialog.modal-dialog-centered {
  max-width: 300px;
  margin: 0 auto;
}

.price-option {
  width: 40%;
}









@media (max-width: 768px) {
  .app-buttons {
    margin-top: 1rem;
  }

  .influencer-wrapper {
    flex-direction: column !important;
  }

  .col-translate-down {
    transform: none;
  }

  .influencer-wrapper {
    flex-direction: column !important;
  }
  .influencer-col {
    width: 100% !important;
    transform: none !important;
  }

    .leaf-left, .leaf-right {
      display: none;
    }
    .rating-title {
      font-size: 2.5rem;
    }
}