body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #7e6f67;
  font-weight: 400;
}
a {
  text-decoration: none !important;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.site-btn,
.site-btn-outline {
  padding: 16px 40px;
  display: inline-block;
  font-weight: 600;
  border-radius: 12px;
  border: 1px solid #c3c3c3;
  color: #000;
}
.bg-orange {
  background-color: #e8560c;
  border-color: #e8560c;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bg-orange:hover {
  background-color: #e35f00;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.site-btn-outline:hover {
  background: #fff7f0;
}
.site-subtitle {
  background-color: #fff2e8;
  color: #e8560c;
  display: table;
  margin: 0 auto 24px;
  padding: 6px 20px;
  border-radius: 25px;
  font-size: 0.875rem;
}
.section-title {
  color: #2a2522;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.sec-subtitle {
  font-size: 18px;
}

.hero {
  text-align: center;
  padding: 80px 20px;
  background: #fefcfb;
}
.hero h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #2a2522;
}
.hero .price {
  color: #e8560c;
}
.hero .first-price {
  color: #7e6f67;
  opacity: 0.6;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-bottom: 20px;
  font-size: 24px;
}
.hero p {
  font-size: 20px;
  max-width: 57%;
  margin: 0 auto 0px;
}
.hero .muted-text {
  font-size: 14px;
}

.faq-section {
  padding: 80px 0px;
}
#faqAccordion {
  max-width: 768px;
  margin: 40px auto 0;
}
.faq-section .accordion-button {
  border: none;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #2a2522;
  font-size: 18px;
  font-weight: 600;
  padding-top: 21px;
  padding-bottom: 21px;
}
.faq-section .accordion-body {
  padding-top: 0px;
  color: #7e6f67;
}
.faq-section .accordion-item {
  border: 2px solid rgb(237, 230, 222);
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
  border-radius: 12px;
}
.faq-section .accordion-item:hover {
  border-color: #e35f00;
}
.faq-section .accordion-item:hover .accordion-button {
  color: #e35f00;
}
.faq-section .accordion-item:hover .accordion-button::after {
  -webkit-filter: invert(38%) sepia(98%) saturate(1753%) hue-rotate(6deg) brightness(94%) contrast(101%);
  filter: invert(38%) sepia(98%) saturate(1753%) hue-rotate(6deg) brightness(94%) contrast(101%);
}
.faq-section .accordion-button::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.footer {
  background-color: #e8560c;
  color: #fff;
}
.footer h2 {
  font-size: 47px;
  font-weight: 700;
}
.footer p {
  font-size: 20px;
  margin-bottom: 40px;
}
.footer .site-btn {
  background: #fff;
  color: #000;
  margin-bottom: 10px;
}
.footer .site-subtitle {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.footer .muted-text {
  opacity: 0.8;
}

.form-section {
  background-color: #fffaf7;
  padding: 80px 0px;
}
.form-section .form-card {
  background-color: #fff;
  border: 2px solid #ffe3d6;
  border-radius: 12px;
  padding: 2rem;
  max-width: 670px;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.form-section form {
  margin-top: 25px;
  font-size: 14px;
}
.form-section label {
  color: #2a2522;
}
.form-section .form-control,
.form-section .form-select {
  color: #2a2522;
  font-size: 14px;
  height: 40px;
}
.form-section .form-control::-webkit-input-placeholder,
.form-section .form-select,
::-webkit-input-placeholder {
  color: #7e6f67;
}
.form-section .form-control::-moz-placeholder,
.form-section .form-select::-moz-placeholder {
  color: #7e6f67;
}
.form-section .form-control:-ms-input-placeholder,
.form-section .form-select:-ms-input-placeholder {
  color: #7e6f67;
}
.form-section .form-control::-ms-input-placeholder,
.form-section .form-select::-ms-input-placeholder {
  color: #7e6f67;
}
.form-section .form-control::-webkit-input-placeholder,
.form-section .form-select::-webkit-input-placeholder {
  color: #7e6f67;
}
.form-section .form-control::-moz-placeholder,
.form-section .form-select::-moz-placeholder {
  color: #7e6f67;
}
.form-section .form-control:-ms-input-placeholder,
.form-section .form-select:-ms-input-placeholder {
  color: #7e6f67;
}
.form-section .form-control::-ms-input-placeholder,
.form-section .form-select::-ms-input-placeholder {
  color: #7e6f67;
}
.form-section .form-control::placeholder,
.form-section .form-select::placeholder {
  color: #7e6f67;
}

.details {
  background: #fffcfa;
  padding: 80px 0px;
}
.details ul > li {
  color: #7e6f67;
}
.details ul > li:not(:last-child) {
  margin-bottom: 12px;
}
.details ul li::before {
  content: '\f00c';
  font-family: 'Font Awesome 7 Free';
  font-size: 15px;
  font-weight: 900;
  margin-right: 10px;
  color: #e8560c;
}
.details .highlight {
  color: #2a2522;
  letter-spacing: -0.025em;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.details .highlight span {
  background-image: -o-linear-gradient(top left, #e9560c, #f97415);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#e9560c), to(#f97415));
  background-image: linear-gradient(to bottom right, #e9560c, #f97415);
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 6px;
  margin-right: 12px;
}
.details .inner-row {
  grid-row-gap: 25px;
  margin-top: 40px;
}
.details .inner-row > div > div {
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.details .inner-row > div > div:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.savings-section {
  background: #feece3;
  padding: 40px 0;
}
.savings-section h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.savings-card {
  background: white;
  padding: 30px 30px;
  border-radius: 12px;
  text-align: center;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.savings-percentage {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #e35f00;
  line-height: 1;
}
.savings-label {
  font-size: 18px;
  color: #7e6f67;
}
.savings-row {
  grid-column-gap: 16px;
}

.features {
  padding: 80px 0px;
}
.features .sec-subtitle {
  margin-bottom: 40px;
}
.feature-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px 17px;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
}
.feature-card.active {
  border-width: 2px;
  border-color: #f57c00;
  background: #fff8f0;
}
.feature-card:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.feature-card.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feature-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #2a2522;
  margin-bottom: 10px;
}
.feature-card p {
  margin-bottom: 0px;
}
.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
  background: #ffeede;
  color: #f57c00;
}
.feature-card.active .icon-circle {
  background: #f57c00;
  color: #fff;
}
.pricing-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}
.pricing-highlight {
  background: #ffe3cf;
  color: #d35400;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.features .section-bg {
  background: #feefe8;
  border-radius: 20px;
  padding: 50px;
}
.features .section-bg h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2a2522;
}
.pricing-box .text-muted {
  font-size: 14px;
  margin-bottom: 10px;
  color: #2a2522;
  opacity: 0.6;
}
.pricing-box .price-sec {
  font-size: 30px;
  font-weight: 700;
  color: #2a2522;
  opacity: 0.6;
  line-height: 1;
  display: block;
  margin: 5px 0px;
}
.right .pricing-box .price-sec,
.right .pricing-box .text-muted {
  color: #e35f00 !important;
  opacity: 1;
}

.timelines-wrp {
  padding: 80px 0px;
}
.timeline {
  position: relative;
  margin-top: 40px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #f06d1f;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.timeline-step {
  position: relative;
  margin-bottom: 4rem;
}
.timeline > .timeline-step:last-child {
  margin-bottom: 0px;
}
.timeline-step .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f06d1f;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
  z-index: 22;
}
.timeline-card {
  background: #fff;
  padding: 22px 25px;
  border-radius: 12px;
  border: 1px solid #eee;
  max-width: 515px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.timeline-card:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.timelines-wrp .icon-box {
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  background: #f06d1f;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timelines-wrp .icon-box i {
  color: #fff;
  font-size: 20px;
}
.timelines-wrp h5 {
  font-size: 20px;
  font-weight: 600;
  color: #2a2522;
}

@media only screen and (max-width: 1400px) {
  .feature-card h5 {
    font-size: 19px;
  }
  .footer p {
    max-width: 66%;
  }
}
@media only screen and (max-width: 1199px) {
  .footer p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .hero h1 {
    font-size: 50px;
  }
  .section-title {
    font-size: 32px;
  }
  .sec-subtitle {
    font-size: 16px;
  }
  .features .section-bg h3 {
    font-size: 26px;
  }
  .savings-card {
    padding: 20px;
  }
  .savings-percentage {
    font-size: 28px;
  }
  .savings-label {
    font-size: 16px;
  }  
  .timeline-card {
    padding: 20px;
  }
  .faq-section .accordion-button {
    font-size: 16px;
  }
  .footer h2 {
    font-size: 38px;
  }
  .footer p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .site-btn, .site-btn-outline {
    padding: 14px 19px;
  }
  .hero, .features, .details, .timelines-wrp, .form-section, .faq-section {
    padding: 50px 0px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero .first-price {
    font-size: 20px;
  }
  .hero p {
    max-width: 100%;
    font-size: 16px;
  }
  .section-title {
    font-size: 26px;
  }
  .features .section-bg {
    padding: 30px;
  }
  .details .highlight span {
    width: 40px;
    height: 40px;
  }
  .details .highlight {
    margin-bottom: 20px;
  }
  .details ul > li:not(:last-child) {
    margin-bottom: 6px;
  }
  .savings-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 16px;
  }
  .savings-card {
    width: 46%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    padding: 20px 15px;
  }
  .savings-percentage {
    font-size: 23px;
  }
  .savings-section h3 {
    margin-bottom: 30px;
  }
  .form-section .form-card {
    padding: 1.5rem;
  }
  .timeline::before {
    left: 15px;
  }
  .timeline-step .circle {
    left: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .timeline-card {
    margin-left: 45px !important;
  }
  .timeline-step {
    margin-bottom: 2rem;
  }
  .details .highlight {
    font-size: 18px;
  }
  .footer h2 {
    font-size: 28px;
  }
  .timeline-card {
    padding: 15px;
  }
}