/** margin **/
.mb-1 {
  margin-bottom: 1rem; 
}
.mb-2 {
  margin-bottom: 2rem; 
}
.mb-3 {
  margin-bottom: 3rem; 
}

.mt-1 {
  margin-top: 1rem; 
}
.mt-2 {
  margin-top: 2rem; 
}
.mt-3 {
  margin-top: 3rem; 
}

/** Terms **/
@media all and (max-width: 1024px) {
  .term-section .subscribe .item:not(:last-child) {
    margin-bottom: 80px;   
  }
}

@media all and (max-width: 834px) {
  .term-section .subscribe .item:last-child {
    margin-bottom: 80px;   
  }
}

@media all and (max-width: 639px) {
  .term-section .subscribe .item:last-child,
  .term-section .subscribe .item:not(:last-child) {
    margin-bottom: 0px;   
  }
}

.top-banner-phk{
background-color: #F8F1FF!important;
}
button,
.choose-btn,
.btn-primary {
  background-color: #DCD8EC !important;  /* soft lavender-gray */
  color: #231f20 !important;             /* charcoal text */
  border: none;
  border-radius: 8px;
  font-weight: 400;                      /* normal text weight */
  padding: 10px 20px;
}

button:hover,
.choose-btn:hover,
.btn-primary:hover {
  background-color: #c5c1d6 !important;  /* slightly darker on hover */
  color: #231f20 !important;
}
/* Change background of the entire price box */
.term-section .subscribe .item .information {
  background-color: #FDF6F0 !important;  /* soft neutral background */
  padding: 20px 0;
  border-radius: 6px;
  text-align: center;
}

/* Force price text color */
.term-section .subscribe .item .information .price {
  color: #2D3142 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #2D3142 !important;
  text-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
.term-section .subscribe .content .term-group,
.content .term-group.term-group1 {
  border: 1px solid #2D3142 !important;  /* charcoal */
}