body.not-front main#main .l-constrain--no-padding {
  max-width: 100%;
}
.webform-submission-form {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px;
}

.webform-submission-form .form-item {
    width: calc(50% - 15px);
}
.webform-actions{
	text-align: center !important;
}
.webform-submission-form .form-actions {
    width: 100%;
}
.submit-button .glyphicon {
	display: none !important;
}
.block--fill-out--claim-your-50-credit{
	max-width:1600px !important;
	margin: 0 auto !important;
}
.full-paragraph {
  background: #fff !important;
}
.full-paragraph .box-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.full-paragraph .full-paragraph__content {
  padding: 0px;
}
.panels-ipe-content p{
	  font-family: "Poppins", sans-serif !important;

}
.region-page-title {
  display: none;
}
.hero-section {
  background-image: url("bannner.png");
  padding: 60px 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
#panels-ipe-content h2{
	text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #4c4d55;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
      font-family: "Poppins", sans-serif;

}

.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-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 20px;
  font-weight: 700;
  color: #4c4d55;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-group label i {
  color: #f15b2c;
  font-size: 14px;
  width: 16px;
}

.form-group input {
  padding:25px !important;
  border: 2px solid #aaaaae;
  border-radius: 4px;
  font-size: 18px;
  font-family: inherit;
  background: #fff;
  transition: all 0.3s ease;
}

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

.form-group 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: 18px;
    color: #6a6b6f;
    line-height: 1.7;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif;
}

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

.full-paragraph .box-wrapper.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: 16px;
    color: #4c4d55;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;

}

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

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

.cta-title {
  font-size: 50px;
  font-weight: 700;
  color: #4c4d55;
  margin-bottom: 0px !important;
}

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

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

@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 (max-width: 480px) {
  .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;
  }
}
