.btn {
    background-color: #fb9510;
    border-color: #fb9510;
    text-decoration: none;
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 8px;
}
.btn:hover {
    background-color: #e98400;
    border-color: #fb9510;
    color: #fee7d6;
}
.btn-white {
    background-color: #fff;
    color: #fb9510;
    border-color: #6c6761;
    text-decoration: none;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    color: #000000;
    border-radius: 8px;
}
.section-1 {
    background: linear-gradient(to bottom, #fffae6 0%, #ffffff 100%);
  }
.text-cenvi {
    color: #fb9510;
}

/* .container{
    max-width: 1000px;
} */

.normal-text {
    color: #273266;
}

.section-solution li::marker {
    color: #fb9510;
    font-size: 1.1em;
  }
.voucher-header {
    background-color: #ED1B24;
    color: #fff;
}
.section-services {
    background: linear-gradient(to bottom, #fffaf4 0%, #ffe9cc 100%);
  }
  
/* Card style */
.section-services .card {
    border-radius: 16px;
}

.section-services li::marker {
    color: #fb9510;
}

/* Popular tag (ribbon) */
.popular-tag {
    position: absolute;
    top: -16px;          
    left: 50%;
    transform: translateX(-50%);
    background-color: #fb9510;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 24px 24px 24px 24px; /* bo tròn dưới thay vì trên */
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 2; /* chắc chắn nằm trên */
  }
  
/* Card featured (Gói toàn diện) */
.card-featured {
    border: 3px solid #fb9510 !important;
    box-shadow: 0 4px 12px rgba(255, 159, 28, 0.3); /* bóng cam nhạt */
}

.carousel-wrapper {
    overflow: hidden;
  }
  
  .carousel-track {
    transition: transform 0.5s ease;
  }
  
  .section-press .card {
    border-radius: 12px;
    transition: transform 0.3s ease;
  }
  .section-press .card:hover {
    transform: translateY(-5px);
  }
  
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .carousel-dots button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
  }
  .carousel-dots button.active {
    background: #fb9510;
  }
/* Section bg gradient cam */
.lead-form-section {
    background: linear-gradient(to bottom, #ff9f43, #ffb74c);
  }
  
  /* Form trắng */
  #leadForm .form-control,
  #leadForm .form-select {
    border-radius: 8px;
    padding: 10px 14px;
  }
  
  #leadForm textarea {
    resize: none;
  }

/* Nút */
#leadForm button {
  border-radius: 8px;
  font-size: 1rem;
}

