

.custom-build-page {
  background-color: #000000;
  color: #ffffff;
  font-family: "Univers", sans-serif;
  overflow-x: hidden;
}

.hero-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 40px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    gap: 63px;

}

.hero-content-col {
  flex: 1.2;
  text-align: left;
}

.hero-form-col {
  flex: 0.8;
  width: 100%;
  max-width: 440px;
  display: flex;
  justify-content: flex-end;
}

.hero-main-title {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
  color: #dfb743;
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.hero-title-white {
  color: #ffffff;
  display: block;
}

.hero-title-dream {
  color: #dfb743;
  display: block;
}

.hero-subtitle-text {
  font-size: 27px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 500;
}

.hero-subtitle-highlight {
  color: #fe0000;
  font-weight: 700;
}

.hero-bullets-wrapper {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-bullet-row {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1.4;
  color: #ffffff;
}

.hero-bullet-spade {
  color: #dfb743;
  font-size: 20px;
  margin-right: 14px;
  width: 24px;
  display: inline-block;
  text-align: center;
}

.hero-bullet-bold {
  font-weight: 700;
  margin-right: 4px;
}

.hero-trust-badge {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.trust-google-logo-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.trust-google-logo {
  height: 30px;
  width: auto;
}

.trust-reviews-label {
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 2px;
  letter-spacing: 1px;
}

.trust-stars-image {
  height: 12px;
  width: auto;
  margin-top: 3px;
}

.trust-text-block {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.trust-text-bold {
  font-weight: 700;
}

/* Download Form Card */
.download-form-card {
  background-color: #111111;
  border: 2px solid #dfb743;
  border-radius: 8px;
  padding: 35px 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  width: 100%;
}

.form-badge-accent {
  color: #dfb743;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: left;
}

.form-card-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}

.form-card-description {
  color: #a6a6a6;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: left;
}

.custom-input-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.custom-input-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 1px;
  text-align: left;
}

.custom-input-field {
  background-color: #1a1a1a;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #ffffff;
  padding: 12px 14px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.custom-input-field:focus {
  border-color: #dfb743;
  outline: none;
}

.custom-submit-button {
  background-color: #dfb743;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 14px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.custom-submit-button:hover {
  background-color: #e5c158;
  transform: translateY(-1px);
}

.custom-submit-button-arrow {
  margin-left: 6px;
  font-weight: 700;
}

.form-card-footer {
  color: #8c8c8c;
  font-size: 11px;
  text-align: center;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-lock-icon {
  margin-right: 5px;
  font-size: 13px;
}

/* Testimonials Row */
.testimonials-divider-row {
  background-color: #0b0b0b;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding: 35px 20px;
}

.testimonials-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  flex: 1;
  padding: 0 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-card-bordered {
  border-left: 1px solid #2a2a2a;
  border-right: 1px solid #2a2a2a;
}

.testimonial-quote-text {
  color: #ffffff;
  font-size: 17px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 500;
}

.testimonial-author-name {
  color: #8c8c8c;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.testimonial-stars-img {
  height: 12px;
  width: auto;
}

/* Inside the Guide Section */
.inside-guide-container {
  padding: 80px 20px;
  text-align: center;
  background-color: #000000;
}

.inside-section-tag {
  color: #dfb743;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.inside-main-title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.inside-section-desc {
  color: #a6a6a6;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.5px;
  margin:0 auto !important;
}

.collage-media-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.collage-media-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Contact Footer Banner */
.contact-banner-container {
  background-color: #0b0b0b;
  border-top: 1px solid #1c1c1c;
  padding: 60px 20px;
  text-align: center;
}

.contact-banner-heading {
  color: #dfb743;
  font-size: 32px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: italic;
  letter-spacing: -0.5px;
}

.contact-banner-subtext {
  color: #a6a6a6;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 40px;
}

.contact-links-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.contact-link-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-link-item:hover {
  color: #dfb743;
  text-decoration: none;
}

.contact-icon-img {
  height: 20px;
  width: auto;
}

.contact-link-label {
  font-size: 16px;
  font-weight: 500;
}

/* Custom Thank You Modal Styles */
.custom-thankyou-content {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.custom-thankyou-body {
  padding: 0;
  position: relative;
}

.custom-thankyou-close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  color: #000000;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.custom-thankyou-close-btn:hover {
  opacity: 1;
}

.custom-thankyou-link-wrapper {
  position: relative;
  display: block;
}

.custom-thankyou-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsiveness */
@media (max-width: 991px) {
  .hero-flex-container {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 30px;
  }
  
  .hero-content-col {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .hero-main-title {
    font-size: 42px;
  }
  
  .hero-subtitle-text {
    font-size: 17px;
  }
  
  .hero-bullets-wrapper {
    align-items: center;
  }
  
  .hero-bullet-row {
    font-size: 15px;
  }
  
  .hero-trust-badge {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
  }
  
  .hero-form-col {
    justify-content: center;
  }
  
  .download-form-card {
    padding: 30px 24px;
  }
  
  .testimonials-flex-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .testimonial-card {
    border-left: none !important;
    border-right: none !important;
    padding: 0 15px;
  }
  
  .testimonial-quote-text {
    font-size: 16px;
  }
  
  .inside-main-title {
    font-size: 28px;
  }
  
  .inside-section-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .contact-banner-heading {
    font-size: 24px;
  }
  
  .contact-links-flex {
    flex-direction: column;
    gap: 20px;
  }
}
