.hero-section {
  background-image: url("bannner.png");
  padding: 60px 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-wrapper {
  max-width: 100% !important;
  margin: 0px !important;
}
.btncss .custmbtn {
  padding: 20px 80px;
  font-size: 30px;
  margin: 0px !important;
  border-radius: 10px;
}
#main form {
  padding: 0px !important;
  margin: 0px !important;
}
.btncss {
  text-align: center !important;
}
.customwrapper #edit-service {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
}
.customwrapper > #edit-service .form-item {
  width: 49.5% !important;
  padding: 15px !important;
  border-radius: 2px;
  border: 1px solid #9e9e9e !important;
  margin-bottom: 0px;
}
#edit-service {
  display: flex !important;
}
#wrapper > .l-constrain--no-padding {
  max-width: 100% !important;
  margin: 0px !important;
}
.region-page-title {
  display: none !important;
}
.hero-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-left {
  display: flex;
  flex-direction: column;
  max-width: 600px !important;
}

.hero-left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #f15b2c;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.hero-left p {
  font-size: 28px;
  color: #4c4d55;
  margin-bottom: 10px !important;
  line-height: 34px !important;
}

.hero-left p:last-of-type {
  font-weight: 600;
}

.credit-badge {
  display: flex !important;
  gap: 20px;
  align-items: center;
  background: #f15b2c;
  color: white;
  padding: 15px 25px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 30px;
  width: fit-content;
}

.credit-amount {
  font-size: 50px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.btntxt {
  display: flex;
  flex-direction: column;
}

.credit-label {
  font-size: 25px;
  font-weight: 700;
}

.credit-sublabel {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.95;
}

.hero-right {
  position: relative;
  height: 500px;
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* ============ FORM SECTION ============ */
.form-section {
  background: #ffffff;
  padding: 70px 0px;
}

.form-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.form-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #4c4d55;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  margin-top: 15px !important;
}
.form-item-comments,
#edit-service {
  margin: 0px 5px;
}
#edit-service--wrapper-legend {
  display: none;
}
.webform-submission-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.webform-submission-form {
  display: flex;
  flex-direction: column;
}

.webform-submission-form label {
  font-size: 20px;
  font-weight: 700;
  color: #4c4d55;
  display: flex;
  align-items: center;
  gap: 8px;
}
#main form.webform-submission-form {
  max-width: 1200px;
  margin: auto !important;
}
.webform-submission-form label i {
  color: #f15b2c;
  font-size: 14px;
  width: 16px;
}

.webform-submission-form input {
  padding: 14px 16px;
  border: 2px solid #aaaaae;
  border-radius: 4px;
  font-size: 18px;
  font-family: inherit;
  background: #fff;
  transition: all 0.3s ease;
}

.webform-submission-form input::placeholder {
  color: #999;
}

.webform-submission-form input:focus {
  outline: none;
  border-color: #f15b2c;
  background: white;
  box-shadow: 0 0 0 3px rgba(241, 91, 44, 0.08);
}

.form-submit {
  text-align: center;
}

.submit-button {
  background: #f15b2c;
  color: white;
  padding: 12px 50px;
  border: none;
  border-radius: 4px;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
  text-transform: capitalize;
  border-radius: 15px !important;
}

.submit-button:hover {
  background: #e04a1a;
}

.form-note {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

/* ============ WHY BEACON SECTION ============ */
.why-beacon-section {
  background: #f3f8fb;
  padding: 70px 0px;
}

.why-beacon-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #4c4d55;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.section-tagline {
  text-align: center;
  font-size: 20px;
  color: #4c4d55;
  margin-bottom: 60px;
  letter-spacing: 0.5px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.feature-card {
  background: white;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 125px;
  height: 100px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #f15b2c;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #4c4d55;
  margin-bottom: 10px;
  line-height: 1.3;
}

.feature-card p {
  font-size: 20px;
  color: #000;
  line-height: 1.7;
}

/* ============ HOW IT WORKS SECTION ============ */
.how-works-section {
  background: white;
  padding: 70px 0px;
}

.how-works-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 80px;
}

.step-item {
  text-align: center;
}

.step-number {
  width: 70px;
  height: 70px;
  background: #f15b2c;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto 28px;
  box-shadow: 0 4px 12px rgba(241, 91, 44, 0.2);
}

.step-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #4c4d55;
  margin-bottom: 12px;
}

.step-item p {
  font-size: 22px;
  color: #000;
  line-height: 1.6;
}

.cta-section {
  background: white;
  padding: 50px 0px 50px 0px !important;
  text-align: center;
}

.cta-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.cta-title {
  font-size: 50px;
  font-weight: 700;
  color: #003e3b;
  margin-bottom: 0px;
}

.cta-phone {
  font-size: 48px;
  font-weight: 700;
  color: #f15b2c;
}

.cta-phone i {
  margin-right: 8px;
}

.orngbg {
  background: #ee5a36;
  padding: 10px;
  text-align: center;
}

.orngbg h2 {
  margin: 0px !important;
  color: #fff !important;
}

.timer {
  padding: 70px 0px;
  text-align: center;
}

.timer h2 {
  font-weight: 700;
  font-size: 70px;
  margin: 0px;
  color: #eb5935;
}

.timer h3 {
  font-size: 45px;
  color: #4c4f58;
}

.timer .max-500 {
  max-width: 500px;
  margin: 0 auto;
}

.timer .max-500 p {
  font-size: 22px;
  line-height: 26px;
}

.countdown-wrapper {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.time-box {
  width: 110px;
  text-align: center;
}

.time-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  background: #004d4d;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  border-radius: 10px;
  border-bottom: 4px solid #ff5a2c;
  box-sizing: border-box;
}

.time-box small {
  display: block;
  margin-top: 12px;
  color: #ff5a2c;
  font-size: 18px;
  font-weight: 700;
}

.orngbtn {
  background: #ed5a36;
  color: #fff !important;
  padding: 10px 30px;
  font-size: 22px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 30px;
}

.pricing-section {
  background: #00534d;
  color: #fff;
  padding: 80px 0;
}

.pricing-heading {
  color: #ff6236;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 15px;
}

.pricing-subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 60px;
}

.pricing-card {
  border: 2px solid #4b8e89;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.pricing-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.price {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.price-wrap span:last-child {
  font-size: 16px;
  font-weight: 600;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 60px;
}

.feature-list li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}

.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff6236;
  font-weight: 700;
}

.popular-tag {
  height: 42px;
  line-height: 42px;
  background: #f35d33;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: -40px -40px 35px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.featured {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #f35d33 !important;
}

.pricing-btn-outline,
.pricing-btn-solid {
  height: 52px;
  line-height: 38px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}
.pricing-btn-solid:hover,
.pricing-btn-outline {
  border: 2px solid #ff6236;
  color: #ff6236;
  width: 100%;
  background: transparent;
}
.pricing-btn-solid:hover{  color: #ff6236 !important;}
.pricing-btn-outline:hover,
.pricing-btn-solid {
  background: #f35d33;
  color: #fff !important;
  width: 100%;
}

.bottom-feature {
  font-size: 18px;
  font-weight: 600;
}

.pricewrapper {
  margin-top: 30px !important;
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
}

.pricing-subtitle {
  font-size: 20px !important;
}

.feature-strip {
  background: #00544f;
  padding-top: 50px !important;
}

.feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.feature-item i {
  color: #ff6236;
  font-size: 22px;
}

.signup-form-section {
  background: #ffffff;
  padding: 70px 0px !important;
}
.signup-form-section h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 0px;
  color: #4d4e57;
}
.signup-form-section p {
  font-size: 18px !important;
  text-align: center !important;
}
.signup-form-section form {
  padding: 50px 0px 0px 0px !important;
}
.plan-box {
  border: 1px solid #cfcfcf;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 3px;
  cursor: pointer;
  justify-content: center;
  position: relative;
}

.plan-box input {
  position: absolute;
  left: 15px;
  width: 22px;
  height: 22px;
}

.plan-box span {
  font-size: 24px;
  font-weight: 700;
  color: #999;
}

.plan-box.active span {
  color: #f15b33;
}

.form-label {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin-bottom: 10px;
}

.form-label i {
  margin-right: 8px;
  color: #666;
}

.form-label span {
  color: #ff3a3a;
}

.webform-submission-form .form-control {
  height: 52px;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  font-size: 16px;
}

.webform-submission-form textarea.form-control {
  height: 200px;
  resize: none;
  padding-top: 15px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #f15b33;
}

.submit-btn {
  background: #f15b33;
  color: #fff;
  border: none;
  width: 520px;
  max-width: 100%;
  height: 82px;
  font-size: 40px;
  font-weight: 700;
  border-radius: 14px;
}

.bottom-note {
  color: #666;
  font-size: 18px;
}

.bottom-note span {
  margin: 0 15px;
}
.formbtn {
  padding-top: 30px !important;
}
.disclaimer {
  background: #003e3b;
  padding: 50px 0px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.pad-15 {
  padding: 0px 15px !important;
}

@media (max-width: 768px) {
  .plan-box span {
    font-size: 18px;
  }

  .submit-btn {
    height: 65px;
    font-size: 28px;
  }

  .form-label {
    font-size: 18px;
  }

  textarea.form-control {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .pricing-heading {
    font-size: 40px;
  }

  .price {
    font-size: 48px;
  }

  .pricing-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .time-box {
    width: 80px;
  }

  .time-box span {
    height: 80px;
    font-size: 32px;
  }

  .time-box small {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .hero-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hero-left h1 {
    font-size: 36px;
  }

  .hero-right {
    height: 400px;
  }

  .features-grid,
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .claim-form {
    padding: 0px !important;
  }

  .credit-label {
    font-size: 16px;
    font-weight: 700;
  }

  .credit-sublabel {
    font-size: 15px !important;
  }

  .hero-section {
    padding: 50px 20px;
  }

  .hero-left h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .hero-left p {
    font-size: 14px;
  }

  .form-section {
    padding: 60px 20px;
  }

  .form-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .why-beacon-section {
    padding: 60px 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-tagline {
    margin-bottom: 50px;
  }

  .feature-card {
    padding: 30px 20px;
  }

  .feature-icon {
    width: 80px;
    height: 80px;
  }

  .feature-card h3 {
    font-size: 16px;
  }

  .how-works-section {
    padding: 60px 20px;
  }

  .steps-grid {
    gap: 40px;
    margin-top: 50px;
  }

  .cta-section {
    padding: 60px 20px;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-phone {
    font-size: 28px;
  }
}
@media(min-width:581px) and (max-width:979px)
{
		.timer h2{font-size:50px; line-height:calc(100% + 6px)}
	.timer h3{font-size:42px; line-height:calc(100% + 6px)}
	body .pricewrapper{gap:10px !important;}
	body .feature-item{font-size:15px !important;}
}
@media (max-width: 580px) {
	body .timer{padding-left:10px;padding-right:10px;}
	.timer h2{font-size:40px; line-height:calc(100% + 6px)}
	.timer h3{font-size:32px; line-height:calc(100% + 6px)}
	.pricing-section .pricewrapper{max-width:calc(100% - 30px); margin-left:auto;margin-right:auto;display:block !important;}
	.pricing-section .pricewrapper .pricing-card{margin-bottom:20px;}
	.feature-strip,
	.feature-strip .feature-row,.feature-strip .feature-row .feature-item	{display:block;text-align:center;font-size:16px}
	body .bottom-note,
	body .webform-submission-form label{font-size:14px;}
	.webform-flexbox .webform-flex{margin-bottom:20px;}
	body .webform-flexbox{margin-bottom: -25px !important;  padding: 0px 5px;}
  .hero-section {
    padding: 30px 15px;
  }

  .hero-left h1 {
    font-size: 24px;
  }

  .credit-badge {
    padding: 20px 30px;
  }

  .credit-amount {
    font-size: 32px;
  }

  .form-grid {
    gap: 20px;
  }

  .form-group input {
    padding: 12px 12px;
  }

  .submit-button {
    padding: 14px 40px;
    font-size: 16px;
  }

  .section-title {
    font-size: 22px;
  }

  .step-number {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}