body {
  /* font-family: "Segoe UI", sans-serif; */
  background-color: #fcf9f7;
  overflow-x: hidden;
}
.pricing-hero-section {
  color: white;
  padding: 3rem;
  background-color: #4d1c00;
  border-radius: 10px 50px;
  margin: 3rem;
}
.pricing-section {
  background-color: #f7f4ef;
  padding: 2rem 0;
  background: #f7f4ef url("../images/bannar-bg-icon.png") no-repeat right bottom;
  background-size: contain;
  position: relative;
}
 
.instance-info-section .info-card {
  background: #fff;
  border-radius: 0.25rem 2rem;
  box-shadow: 0 0 0 15px #f1f1f1;
  padding: 2rem 2.5rem;
  max-width: 800px;
  margin: 0 auto;
}
 
.instance-info-section .info-card h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}
 
.instance-info-section .info-card ul {
  padding-left: 1.5rem;
  margin: 0;
}
 
.instance-info-section .info-card li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
 
.instance-info-section .highlight-block {
  position: relative;
  margin-bottom: 6rem;
  margin-top: 6rem;
}
 
.instance-info-section .curve {
  position: absolute;
  width: 40px;
  height: 40px;
  border-top: 3px solid #ea6b1f;
  border-right: 3px solid #ea6b1f;
  border-radius: 0 2rem 0 0;
}
 
.instance-info-section .corner-left {
  bottom: -45px;
  left: 30%;
  transform: rotate(180deg);
}
 
.instance-info-section .corner-right {
  top: -45px;
  right: 30%;
}
 
.key-box {
  border: 1px solid #ffb37b;
  border-radius: 0.25rem 3rem 0.25rem 3rem;
  padding: 1.5rem;
  background: #fff;
  text-align: center;
}
 
.key-box strong {
  font-weight: 600;
}
 
.key-buttons {
  margin-top: 1rem;
}
 
.key-buttons div {
  background-color: #f77e0b;
  color: white;
  border: none;
  padding: 0.6rem 3rem;
  margin: 0.25rem 0.6rem;
  border-radius: 1rem 0.25rem;
  font-weight: 500;
  display: inline-block;
}
 
.highlight-boxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
 
.highlight-box {
  display: flex;
  align-items: center;
  border: 1px solid #e0ddd7;
  border-radius: 1rem 0.25rem;
  background-color: #fff;
  font-size: 1rem;
  max-width: fit-content;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
 
.bullet {
  width: 8px;
  height: 8px;
  background-color: #e85b00;
  border-radius: 50%;
  margin-right: 0.5rem;
}
 
.text-orange {
  color: #e85b00;
  font-weight: 500;
}
 
.tag-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
 
.tag {
  background: #fff5eb;
  border: 1px solid #ffd9b3;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #444;
}
 
.table-box {
  margin-top: 2rem;
}
 
.table thead th {
  background-color: #fff7f0;
  color: #f77e0b;
  text-align: center;
}
 
.table td,
.table th {
  text-align: center;
  vertical-align: middle;
}
 
.table td strong {
  color: #4d1c00;
}
 
.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
 
.custom-table thead th {
  border-bottom: none;
  font-weight: 600;
  color: #9e5200;
}
 
.custom-table td {
  border: none !important;
  background: #fff;
  vertical-align: middle;
}
 
.table-box {
  margin-top: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
 
/*large screens */
.stagger-1 {
  margin-left: 18.5rem;
  padding: 0.5rem 3rem;
}
.stagger-2 {
  margin-left: 28rem;
  padding: 0.5rem 3rem;
}
.stagger-3 {
  margin-left: 38rem;
  padding: 0.5rem 1.1rem;
}
 
/* Medium screens*/
@media (max-width: 1024px) {
  .instance-info-section .corner-left {
    left: 15% !important;
  }
 
  .instance-info-section .corner-right {
    right: 15% !important;
  }
  .stagger-1 {
    margin-left: 10rem;
    padding: 0.5rem 2rem;
  }
  .stagger-2 {
    margin-left: 15rem;
    padding: 0.5rem 2rem;
  }
  .stagger-3 {
    margin-left: 20rem;
    padding: 0.5rem 1rem;
  }
}
 
/* Small screens */
@media (max-width: 640px) {
  .section {
    padding: 1.5rem 1rem;
  }
  .stagger-1 {
    margin-left: 1.5rem;
    padding: 0.5rem 2rem;
  }
  .stagger-2 {
    margin-left: 4rem;
    padding: 0.5rem 2rem;
  }
  .stagger-3 {
    margin-left: 6.5rem;
    padding: 0.5rem 1rem;
  }
}