/* Inspector Page Styles */
#introSection {
  padding: 20px 0 0px 0;
  background: #fff;
}

#introSection .intro-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 auto;
}

#introSection .intro-icon {
  flex-shrink: 0;
}

#introSection .intro-icon img {
  width: 100px;
  height: auto;
  display: block;
}

#introSection .intro-text {
  flex: 1;
}

#introSection h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1a9b9b;
  margin-top: 0;
}

#introSection h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}

#introSection p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #555;
}

@media (max-width: 768px) {
  #introSection .intro-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #introSection .intro-icon img {
    width: 80px;
    height: 80px;
  }

  #inspectorBenefits .section-header,
  #pricingSection .section-header,
  #supportSection .section-header,
  #labReportsSection .section-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #inspectorBenefits .section-icon img,
  #pricingSection .section-icon img,
  #supportSection .section-icon img,
  #labReportsSection .section-icon img {
    width: 80px;
    height: 80px;
  }

  #inspectorBenefits .section-icon,
  #supportSection .section-icon,
  #pricingSection .section-icon,
  #labReportsSection .section-icon {
    margin: auto;
  }
}

#introSection .certification-logos {
  margin-top: 40px;
  text-align: center;
}

#introSection .certification-logos .col-lg-3,
#introSection .certification-logos .col-md-3,
#introSection .certification-logos .col-sm-6,
#introSection .certification-logos .col-xs-6 {
  margin-bottom: 20px;
}

#inspectorBenefits {
  padding: 60px 15px;
  background: #f9f9f9;
}

#inspectorBenefits .section-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 auto 0px;
}

#inspectorBenefits .section-icon {
  flex-shrink: 0;
}

#inspectorBenefits .section-icon img {
  width: 90px;
  height: auto;
  display: block;
}

#inspectorBenefits .section-text {
  flex: 1;
}

#inspectorBenefits h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1a9b9b;
  margin-top: 0;
}

#inspectorBenefits h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

#inspectorBenefits .benefits-list,
#pricingSection .pricing-features {
  margin: 0 0 0 100px !important;
}

#inspectorBenefits .benefits-list ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 2;
}

#inspectorBenefits .benefits-list ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

#inspectorBenefits .benefits-list ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #1a9b9b;
  font-size: 20px;
}

#inspectorBenefits .benefits-list p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  text-align: left;
  color: #333;
}

#pricingSection {
  padding: 60px 15px;
  background: #fff;
}

#pricingSection .section-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 auto 40px;
}

#pricingSection .section-icon {
  flex-shrink: 0;
}

#pricingSection .section-icon img {
  width: 90px;
  height: auto;
  display: block;
}

#pricingSection .section-text {
  flex: 1;
}

#pricingSection h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1a9b9b;
  margin-top: 0;
}

#pricingSection h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}

#pricingSection .section-header p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #555;
}

#pricingSection .pricing-features {
  margin: 0 auto;
}

#pricingSection .pricing-features ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 2;
}

#pricingSection .pricing-features ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

#pricingSection .pricing-features ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #1a9b9b;
  font-size: 20px;
}

#pricingSection .text-center {
  text-align: center;
  margin-top: 40px;
}

#pricingSection .blueBtn {
  display: inline-block;
  padding: 15px 40px;
  background: #1a9b9b;
  color: #fff;
  text-decoration: none;
  /* border-radius: 5px; */
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

#pricingSection .blueBtn:hover {
  background: #158080;
  color: #fff;
}

#supportSection {
  padding: 60px 15px;
  background: #f9f9f9;
}

#supportSection .section-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 auto;
}

#supportSection .section-icon {
  flex-shrink: 0;
}

#supportSection .section-icon img {
  width: 90px;
  height: auto;
  display: block;
}

#supportSection .section-text {
  flex: 1;
}

#supportSection h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1a9b9b;
  margin-top: 0;
}

#supportSection h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}

#supportSection p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

#labReportsSection {
  padding: 60px 15px;
  background: #fff;
}

#labReportsSection .section-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 auto 40px;
}

#labReportsSection .section-icon {
  flex-shrink: 0;
}

#labReportsSection .section-icon img {
  width: 90px;
  height: auto;
  display: block;
}

#labReportsSection .section-text {
  flex: 1;
}

#labReportsSection h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1a9b9b;
  margin-top: 0;
}

#labReportsSection h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}

#labReportsSection .section-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.mold-inspector-faq {
  padding: 40px 0 20px 0 !important;
}

.mold-inspector-faq a {
  text-decoration: underline;
}

.mold-inspector-faq .faq-question h3 a{
    color: #444;
} 
.mold-inspector-faq .faq-item.active .faq-question h3:hover a {
    color: #079393;
}

/* Independent Laboratory Section */
#independentLabSection {
  padding: 60px 15px;
  background: #fff;
  text-align: center;
}

#independentLabSection .independent-lab-body {
  margin-top: 0;
}

#independentLabSection .independent-lab-content {
  margin: 0 auto;
}

#independentLabSection .callout-badge {
  display: inline-block;
  background: #1a9b9b;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
}

#independentLabSection .callout-badge p {
  margin: 0;
  line-height: 1.4;
}

#independentLabSection h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0px;
  color: #333;
  line-height: normal;
}

#independentLabSection p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* Nationwide Service Section */
#nationwideServiceSection {
  padding: 60px 15px;
  background: #f9f9f9;
  text-align: center;
}

#nationwideServiceSection .nationwide-content {
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

#nationwideServiceSection h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
  margin-top: 0px;
}

#nationwideServiceSection .shipping-icons {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

#nationwideServiceSection .shipping-icons img {
  height: 60px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

#nationwideServiceSection h3 {
  font-size: 26px;
  font-weight: 600;
  color: #1a9b9b;
  margin-bottom: 20px;
}

#nationwideServiceSection .nationwide-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

#nationwideServiceSection .nationwide-content ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

#nationwideServiceSection .nationwide-content ul li {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

#nationwideServiceSection .nationwide-content ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #1a9b9b;
  font-size: 22px;
}

/* Inspector Signup Section */
#inspectorSignupSection {
  padding: 60px 0 0px 0;
  background: #fff;
}

.right_float_section .signup-header h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  color: #079393;
  margin: 0;
}

.right_float_section .signup-header h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}

.right_float_section .cta-buttons a.blueBtn {
  width: 100%;
  margin-top: 15px;
}

#inspectorSignupSection .signup-header {
  text-align: left;
  margin-bottom: 50px;
}

#inspectorSignupSection .signup-header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  margin-top: 0px;
}

#inspectorSignupSection .signup-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1a9b9b;
  margin-bottom: 30px;
}

#inspectorSignupSection .cta-buttons {
  display: flex;
  justify-content: left;
  gap: 15px;
  flex-wrap: wrap;
}

#inspectorSignupSection .cta-buttons a.blueBtn {
  margin: 0;
}

.blueBtn {
  font-weight: 600 !important;
  margin-bottom: 0px;
}

#inspectorSignupSection .cta-buttons .blueBtn {
  display: inline-block;
  padding: 12px 25px;
  background: #1a9b9b;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

#inspectorSignupSection .cta-buttons .blueBtn:hover {
  background: #158080;
  color: #fff;
}

#inspectorSignupSection .signup-form-container {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 5px;
}

#inspectorSignupSection .form-group {
  margin-bottom: 20px;
}

#inspectorSignupSection .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

#inspectorSignupSection .form-control {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  transition: border-color 0.3s ease;
}

#inspectorSignupSection .form-control:focus {
  border-color: #1a9b9b;
  outline: none;
  box-shadow: 0 0 5px rgba(26, 155, 155, 0.2);
}

#inspectorSignupSection .submit-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background: #1a9b9b;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

#inspectorSignupSection .submit-btn:hover {
  background: #158080;
}

#inspectorSignupSection .trust-signals {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 30px;
}

#inspectorSignupSection .trust-badge {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #f9f9f9;
  border-left: 4px solid #1a9b9b;
  border-radius: 3px;
}

#inspectorSignupSection .trust-badge img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

#inspectorSignupSection .trust-badge p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 991px) {
  #inspectorSignupSection .trust-signals {
    padding-left: 0;
    margin-top: 40px;
  }
}

/* HubSpot CTA Section */
#hubspotCtaSection {
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

#hubspotCtaSection .hubspot-cta-buttons {
  margin-top: 0;
}

#hubspotCtaSection .cta-box {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hubspotCtaSection .cta-box .blueBtn {
  display: inline-block;
  padding: 15px 30px;
  background: #1a9b9b;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.3s ease;
  border-radius: 5px;
  text-decoration: none;
}

#hubspotCtaSection .cta-box .blueBtn:hover {
  background: #158080;
  color: #fff;
}

@media (max-width: 991px) {
  #hubspotCtaSection .hubspot-cta-buttons {
    gap: 20px;
  }
}

/* Standalone Carousel Section */
#carouselSection {
  padding: 0;
  background: #f9f9f9;
  width: 100%;
  overflow: hidden;
}

#carouselSection #labReportsCarousel {
  width: 100%;
}

#carouselSection .carousel-inner {
  width: 100%;
}

#carouselSection .item {
  width: 100%;
  background: #f9f9f9;
}

#carouselSection .item img {
  width: 100%;
  max-width: 100%;
  height: 550px;
  object-fit: contain;
  display: block;
}

#carouselSection .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  background: #077676ed;
  color: #333;
  text-shadow: none;
  height: auto;
}

#carouselSection .carousel-caption .inner-carousel-caption {
  margin: 0 auto;
}

#carouselSection .carousel-caption h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

#carouselSection .carousel-caption p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

#carouselSection .carousel-control {
  background: none;
  width: 60px;
}

#carouselSection .carousel-control.left,
#carouselSection .carousel-control.right {
  background-image: none;
  filter: none;
}

#carouselSection .carousel-control .glyphicon {
  font-size: 40px;
  color: #1a9b9b;
  text-shadow: none;
  top: 40%;
}

#carouselSection .carousel-control:hover .glyphicon {
  color: #158080;
}

#carouselSection .carousel-indicators {
  bottom: 10px;
}

#carouselSection .carousel-indicators li {
  background-color: #ccc;
  border: 1px solid #ccc;
}

#carouselSection .carousel-indicators .active {
  background-color: #1a9b9b;
  border: 1px solid #1a9b9b;
}

#carouselSection .reports-details {
  margin-top: 20px;
  padding: 30px 0px 40px;
  margin-left: auto;
  margin-right: auto;
}

#carouselSection .reports-details h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

#carouselSection .report-detail-item {
  margin: 20px 15px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}

#carouselSection .report-detail-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1a9b9b;
  margin-bottom: 15px;
}

#carouselSection .report-detail-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

#overBusiness {
  padding: 0px 0 60px 0;
  text-align: center;
}

.faq-header {
  text-align: left;
  margin-bottom: 60px;
}

.faq-accordion-wrapper {
  max-width: 100%;
  margin-bottom: 0px;
  margin-right: 10px;
}

.local-callout-card {
  padding: 20px;
}

.local-callout-card h3 {
  margin-bottom: 0px;
}

#independentLabSection .independent-lab-content {
  max-width: 100%;
  text-align: left;
}

#labReportsCarousel .carousel-indicators {
  bottom: -10px !important;
}

.diy-callout-section {
  margin: 30px 0;
}

.signup-header {
  text-align: left;
}

.signup-header .cta-buttons a {
  margin-bottom: 0;
}

#offserFormats {
  padding: 60px 15px;
}

.faq-header h1 {
  font-size: 36px;
}

/* Full Page Section with Sticky Right Float */
.full_page_section {
  padding: 40px 30px;
  background: #fff;
  max-width: 1500px;
  margin: auto;
}

.full_page_section .sticky-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.left_content_section {
  flex: 1;
  min-width: 0;
  /* Ensures enough scroll height for sticky to work */
}

.right_float_section {
  max-width: 350px;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

body.page-template-mold-inspector #page-content {
  overflow: inherit !important;
}

#pricingSection .section-header {
  margin-bottom: 0;
}

#pricingSection .section-header p {
  margin-bottom: 15px;
}

.signup-header .cta-buttons {
  text-align: center;
}

@media (max-width: 991px) {
  .full_page_section .sticky-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .right_float_section {
    width: 100%;
    position: relative;
    top: auto;
  }

  .left_content_section {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .full_page_section {
    padding: 0px;
  }

  .left_content_section {
    padding-right: 15px;
  }

  #supportSection,
  #introSection,
  #inspectorBenefits,
  #pricingSection,
  #labReportsSection,
  .mold-inspector-faq,
  #independentLabSection,
  #nationwideServiceSection {
    padding: 30px 0;
  }

  .right_float_section {
    max-width: 100%;
  }

  #inspectorBenefits .benefits-list,
  #pricingSection .pricing-features {
    margin: 0 !important;
  }

  .full_page_section .sticky-wrapper {
    display: block;
  }

  .custom-dialog .modal-dialog {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 15px;
  }

  #carouselSection .carousel-caption h4 {
    font-size: 18px;
  }
}

.blueBtn {
  text-decoration: none !important;
}

/* Modal Dialog Width */
.custom-dialog .modal-dialog {
  max-width: 700px;
}

/* Modal Box Styling */
.custom-dialog .modal-content {
  border-radius: 10px !important;
  border: none;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  /* Ensures radius applies perfectly */

  /* Modern soft shadow */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Header Styling */
.custom-dialog .modal-header {
  background: #f8f9fc;
  padding: 15px 20px;
  border-bottom: 1px solid #e6e6e6;
}

.custom-dialog .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

/* Close Button */
.custom-dialog .close {
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}

.custom-dialog .close:hover {
  opacity: 1;
}

/* Modal Body with Scroll */
.custom-dialog .modal-body {
  padding: 25px 20px;
  max-height: 400px;
  /* Set scrolling height */
  overflow-y: auto;
  /* Enable vertical scroll */
  scrollbar-width: thin;
  /* Firefox */
}

/* Modern Scrollbar (Chrome, Edge, Safari) */
.custom-dialog .modal-body::-webkit-scrollbar {
  width: 6px;
}

.custom-dialog .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.custom-dialog .modal-body::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}

.custom-dialog .modal-body::-webkit-scrollbar-thumb:hover {
  background: #9b9b9b;
}

/* Smooth Fade Transition */
.custom-dialog.fade .modal-dialog {
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

p.pdf-instructions {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 500;
  margin-bottom: 5px !important;
}
