  p, span, li, a {
      font-family: "Lato", sans-serif !important;
  }
  h1, h2, h3, h4, h5, h6, .card-label {
      font-family: "Roboto", sans-serif !important;
	  }
	  h1, h2, h3, h4, h5, h6 {margin:15px 0 !important;}
	      header#masthead {
        display: none;
    }

    body::before,
    body::after {
        content: none !important;
        display: none !important;
    }

    .site {
        margin: 0px !important;
    }

    .site-inner {
        max-width: 100% !important;
    }
  .report-header {
	  background: #ffffff;
  }

  .header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo-left img,
  .logo-right img {
    height: 36px;
    width: auto;
  }
    body {
      margin: 0px !important;
  }
  .water-score-banner {
    background: linear-gradient(
      90deg,
      #9ad7e6 0%,
      #a8dfe3 50%,
      #b7e6da 100%
    );
    padding: 60px 20px;
    text-align: center;
  }

  .water-score-banner .content {
    max-width: 900px;
    margin: 0 auto;
  }

  .water-score-banner h1 {
    font-size: 48px;
    font-weight: 700;
    color: #0b3a63;
    margin-bottom: 16px;
  }

  .water-score-banner p {
    font-size: 20px;
    color: #0b3a63;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto;
  }
  /***Second Section****/
  .report-wrapper {
    padding:60px 0;
    max-width: 1100px;
    margin: auto;
  }
  .report-info p {
      font-size: 20px;
      color: #0D3D67;
      font-weight: 500;
  }
  .info-card h3 {
      color: #0D3D67;
      font-size: 30px;
      font-weight: 800;
  }
  /* TOP BOX */
  .report-top {
    display: flex;
    gap: 30px;
    padding: 30px;
    background: #eefdff;
    border: 2px solid #EA5A86;
    border-radius: 10px;
    margin-bottom: 40px;
  }

  .report-info {
    
    font-size: 15px;
    line-height: 1.6;
  }

  .info-cards {
    display: flex;
    gap: 20px;
  }

  .info-card {
    background: #fff;
    border: 1.5px solid #2d5d9f;
    border-radius: 8px;
    padding: 20px;
    min-width: 220px;
    text-align: center;
  }
  /*****Table***/
  .water-score-table {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 15px 10px;
  }
  .water-score-table th {
      font-family: "Roboto", sans-serif;
  }
  .water-score-table td {
      font-family: "Lato", sans-serif;
  }
  /* HEADER */
  .water-score-table th {
    background: #0b3a63;
    color: #ffffff;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
  }

  /* CELLS */
  .water-score-table td {
    padding: 14px;
    background: #f4fdff;
    border: 1px dashed #7aaed6;
    border-radius: 5px;
    
  }

  .water-score-table td:first-child {
    font-size: 16px;
    text-align: left;
  }

  /* GRADES */
  .grade {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }

  .grade.a {
    color: #63A844;
  }

  .grade.c {
    color: #FF680B;
  }

  .grade.d {
    color: #FF2734;
  }

  /* VALUES */
  .value {
    text-align: center;
    font-weight: 600;
  }

  .value.red {
    color: #D63B3B;
    font-size: 18px !important;
  }


  /******Third Section****/
  .findings-section {
    background: #0e3d63;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
  }
.findings-section img {
    width: 20% !important;
    align-self: center;
}
  .findings-section h2 {
    font-size: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .findings-section .subtitle {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
    color: #fff;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 40px;
  }

  .card {
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
  }

  .card.white {
    background: #ffffff;
    color: #0D3D67;
  }

  .card.danger {
    background: #FFE6E6;
    color: #D63B3B;
  }

  .card h3 {
    font-size: 25px;
    margin: 15px 0 10px;
  }

  .card p {
    font-size: 16px;
    line-height: 1.6;
  }


  .cta-btn-treat {
    display: inline-block;
    padding: 14px 30px;
    background: #63A844;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
  }

  .cta-btn-treat:hover {
    background: #689f38;
  }

    /***Fourth Section****/
    .additional-contaminants {
    background: #d9ffcc;
    padding: 60px 20px;
    text-align: center;
    color: #0b3a63;
  }

  .check-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    border: 3px solid #6bbf4a;
    border-radius: 50%;
    color: #6bbf4a;
    font-size: 26px;
    line-height: 42px;
    font-weight: bold;
  }

  .additional-contaminants h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0D3D67;
  }
  .subtitle {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
    color: #0D3D67;
  }

  .subtitle strong {
    font-weight: 700;
  }

  .contaminant-list {
    color: #0D3D67;
    max-width: 950px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
  }
  /****fifth Section***/
    .treatment-section {
    padding: 60px 20px;
    text-align: center;
  }

  .logo-text {
    font-size: 12px;
    color: #1ea7e1;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .logo-text span {
    font-weight: 400;
    letter-spacing: 1px;
  }

  .treatment-section h2 {
	margin-bottom:40px !important;
    font-size: 60px;
    font-weight: 700;
    color:#0D3D67;
    margin:0 0 20px 0;
  }

  .treatment-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto 50px;
  }

  .treatment-card {
    background: #edfeff;
    border: 1.5px solid #7bb8d9;
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    text-align: left;
  }

  .card-label {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #0b3a63;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
  }

  .treatment-card h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    color: #0D3D67;
  }

  .small-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    color: #0D3D67;
  }

  .grade-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .grade-box.orange {
    background: #FF680B;
  }

  .grade-box.red {
    background: #ff0000;
  }

  .desc {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: #0D3D67;
  }

  .treatment-card ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
  }
.treatment-card ul img {
    margin-right: 10px;
}
.treatment-card li {
    gap: 12px;
    align-items:center;
}
  .treatment-card li {
    margin-bottom: 16px;
    font-size: 16px;
    color: #0D3D67;
    padding-left: 26px;
    position: relative;
  }
  .green {
    color: #63A844;
    font-weight: 700;
  }
.findings-section .rating-text p {
color: #fff !important;
	font-size:16px;
}
.rating p {
color: #0D3D67;
	font-size:16px;
}
  .cta-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #63A844;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
  }

  .cta-btn:hover {
    background: #63A844;
  }

  /***Sixth Section***/
  .hard-water-section {
    background: #bfe9ef;
    padding: 60px 30px;
  }

  .hard-water-inner {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
  }

  /* LEFT CONTENT */
  .content h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    color:#0D3D67;
  }

  .content .intro {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 25px;
    color:#0D3D67;
  }

  .content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color:#0D3D67;
  }

  .points {
    list-style: none;
    padding: 0;
  }

  .points li {
    margin-bottom: 12px;
    padding-left: 26px;
    position: relative;
    font-size: 16px;
    color:#0D3D67;
  }

  .points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0b3a63;
    font-weight: bold;
  }

  /* MAP */
  .map-wrapper {
    position: relative;
    text-align: center;
  }

  .map-wrapper img {
    max-width: 100%;
    height: auto;
  }

  .map-label {
    position: absolute;
    top: -15px;
    right: 40px;
    background: #2d3f1e;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
  }

  .map-pin {
    position: absolute;
    bottom: 30%;
    left: 38%;
    font-size: 26px;
  }

  /* LEGEND */
  .legend {
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
	justify-content:center;
  }

  .legend-item {
	font-size: 14px !important;
    font-family: "Lato", sans-serif !important;
    padding: 15px 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
  }

  .legend-item.green { background: #80BB3D; }
  .legend-item.yellow { background: #FFDD00; color: #000; }
  .legend-item.blue { background: #00ADEF; }
  .legend-item.red { background: #EF3123; }
  .legend-item.orange { background: #F7971C;}
  /******Seventh Section********/
  .water-analysis-section {
    background: #0D3D67;
    padding: 60px 20px;
  }

  .water-analysis-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
  }

  .water-analysis-header h2 {
    margin-bottom: 12px;
    font-size:60px;
  }

  .water-analysis-header p {
    font-size:20px;
    max-width: 700px;
    margin: 0 auto 40px;
    opacity: 0.9;
  }

  .water-analysis-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }

  .analysis-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px 20px;
  }

  

  .analysis-icon {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 12px;
  }

  .analysis-label {
	  font-size:20px;
    opacity: 0.9;
    margin-bottom: 10px;
  }

  .analysis-card h3 {
    font-size: 50px;
    margin-bottom: 8px;
  }

  .analysis-subtext {
	 font-size:25px;
    opacity: 0.85;
  }

  .water-analysis-footer {
    text-align: center;
  }

  .analysis-cta-button {
    display: inline-block;
    background: #63A844;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 14px;
	font-size:18px;
  }

  .analysis-rating {
    font-size: 14px;
    opacity: 0.9;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .water-analysis-cards {
      grid-template-columns: 1fr;
    }
  }
  /****Eight Section*****/
  .hardness-measurement-section {
    background: #ffffff;
    padding: 60px 20px;
  }

  .hardness-measurement-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .hardness-measurement-header h2 {
	font-size:60px;
    color: #0D3D67;
    margin-bottom: 12px;
  }

  .hardness-measurement-header p {
    max-width: 720px;
    margin: 0 auto 40px;
    color: #0D3D67;
	font-size:20px;
  }

  .hardness-levels-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }

  .hardness-level-card {
    padding: 26px 18px;
    border-radius: 8px;
  }

  .hardness-level-card h4 {
    margin: 10px 10px 10px 10px;
    color: #0D3D67;
	 font-size:25px;
  }
  /* Individual Colors */
  .hardness-level-ideal {
    background: #CDE0F5;
  }

  .hardness-level-slight {
    background: #F1EBC6;
  }

  .hardness-level-moderate {
    background: #E4D299;
  }

  .hardness-level-hard {
    background: #E6A858;
  }

  .hardness-level-very-hard {
    background: #F9741B;
    color: #ffffff;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .hardness-levels-container {
      grid-template-columns: 1fr;
    }
  }
  /*****Ninth Section******/
  .report-details-section {
    background: linear-gradient(90deg, #cdeff1, #b6e3ee);
    padding: 60px 20px;
  }

  .report-details-wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  .report-details-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .report-details-header h2 {
    color: #0D3D67;
	 font-size:60px;
    margin-bottom: 10px;
  }
  .report-details-header p {
    color: #0D3D67;
	font-size:20px;
  }
  .report-details-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .report-details-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .report-details-label,
  .report-details-value {
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 14px;
    border: 1px dotted #7bbbd6;
  }

  .report-details-label p {
    color: #0D3D67;
	font-size:20px;
    margin: 0px !important;
  }

  .report-details-value p {
    color: #0D3D67;
	  font-size:20px;
    font-weight: 500;
    margin: 0px !important;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .report-details-row {
      grid-template-columns: 1fr;
    }
  }
  /******Tenth Section**********/
  .help-review-section {
    background: #ffffff;
    padding: 0px 20px 60px 20px;
  }

  .help-review-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .help-review-header h3 {
    color: #0D3D67;
	  font-size:25px;
    margin-bottom: 30px;
  }

  .help-review-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
  }

  .help-review-box {
    background: #f3fafb;
    border-radius: 6px;
    padding: 20px 15px;
  }

  .help-review-icon {
    margin-bottom: 10px;
  }

  .help-review-icon span {
    font-size: 30px;
    color: #0f3f66;
  }

  .help-review-box p {
    color: #0D3D67;
    font-size: 14px;
  }

  .help-review-note p {
    color: #355f73;
    margin-bottom: 25px;
	font-size: 20px;
  }

  .help-review-cta {
    display: flex;
    justify-content: center;
  }

  .help-review-button {
    border: 1px solid #0D3D67;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
  }

  .help-review-button p {
    color: #0D3D67;
	 font-size:18px;
    font-weight: 600;
    margin: 5px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .help-review-options {
      grid-template-columns: 1fr;
    }
  }
/*******FAQ Section****/
	  h2.section-title {
		  font-size: 60px ;color: #0D3D67;
	  }
   p.section-subtitle {
	   font-size: 20px;color: #0D3D67;
	  }
    section.faq-section {
        padding: 60px 0;
    }

    .faq-item.active .faq-icon .minus {
        stroke: #ffff !important;
    }

    .faq-container {
        max-width: 80%;
        margin: 0 auto;
        padding: 0 50px;
        text-align: center;
    }

    .faq-title {
        color: var(--primary-blue);
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 12px;
        letter-spacing: -0.5px;
    }

    .faq-subtitle {
        color: var(--text-gray);
        font-size: 16px;
        margin-bottom: 48px;
    }

    .faq-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .show-mobile {
        display: none;
    }

    .faq-item {
        background-color: #F0F7F6;
        border-radius: 4px;
        overflow: hidden;
        transition: all 0.3s ease;
        text-align: left;
    }

    .faq-item:hover {
        border-color: #cbd5e0;
    }

    .faq-header {
		background: #F0F7F6;
        padding: 24px 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
    }

    .faq-question {
        color: #0D3D67;
		font-size:20px;
        font-weight: 600;
        font-size: 20px;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
        border: 2px solid #0D3D67;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-blue);
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .faq-icon svg {
        width: 28px;
        height: 28px;
    }

    .faq-icon .minus {
        display: none;
    }

    .faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, padding 0.3s ease;
        padding: 0 32px;
    }

    .faq-content p {
        color: #0D3D67;
        line-height: 1.6;
        font-size: 16px;
        margin-bottom: 24px;
    }

    /* Active State Styles */
    .faq-item.active {
        background-color: #F0F7F6;
    }

    .faq-item.active .faq-content {
        max-height: 200px;
        padding: 0 32px;
    }

    .faq-item.active .faq-icon {
        background-color: #0D3D67;
        color: white;
    }

    .faq-item.active .faq-icon .plus {
        display: none;
    }

    .faq-item.active .faq-icon .minus {
        display: block;
    }
a.faq-cta-button {
    display: inline-block;
    background: #63A844;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 18px;
}
p.faq-rating {
    font-size: 14px;
    color:#0D3D67;
}
.faq-footer
 {
    margin-top: 20px;
}
/*******Contact Section***********/
/*.help-review-section {
  background: #ffffff;
  padding: 60px 20px;
}*/

.help-review-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.help-review-header h3 {
  color: #0f3f66;
  margin-bottom: 30px;
}

.help-review-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.help-review-box {
  background: #f3fafb;
  border-radius: 6px;
  padding: 20px 15px;
}

.help-review-icon {
  margin-bottom: 10px;
}

.help-review-icon span {
  font-size: 30px;
  color: #0f3f66;
}

.help-review-box p {
  color: #0f3f66;
  font-size: 14px;
}

.help-review-note p {
  color: #355f73;
  margin-bottom: 25px;
}

.help-review-cta {
  display: flex;
  justify-content: center;
}

.help-review-button {
  border: 1px solid #0f3f66;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
}

.help-review-button p {
  color: #0f3f66;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
  .help-review-options {
    grid-template-columns: 1fr;
  }
}
/***********Two Column Section*******/
    .expert-section {
        background: url('https://calc.softprowatersystems.com/wp-content/uploads/2026/01/hero-back.png');
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

     p.highlight-text {
        margin-bottom: 15px;
        font-size: 20px;
		color:#0D3D67;
    }
	  p.high-text {
		font-size: 16px;
		color:#0D3D67;
	  }

    .content-wrapper {
        display: flex;
    }
	  .phone-screen img {
    width: 100%;
}
.text-column {
    display:flex; 
    flex-direction: column; 
    justify-content: center;
}

h2.product-title {
    font-size: 60px;
    color: #0D3D67;
}
.analysis-card:hover {background: rgba(120, 190, 215, 0.6);}
a.analysis-cta-button:hover {color: #fff;}
	  a.support-cta-button {
    background: #63A844;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
}
ul.benefit-list li {
    list-style-type: none !important;
    margin-bottom:10px;
    display: flex;
    gap: 12px;
    align-items: center;
    color: #0D3D67;
}
ul.benefit-list {
    padding-left: 0px !important;
}
.testimonial-footer {display:none;}
a.testimonial-cta-button {
    display: inline-block;
    background: #63A844;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 18px;
}
.testimonials-section {
        background: url(https://calc.softprowatersystems.com/wp-content/uploads/2026/01/hero-back.png);
        background-repeat: no-repeat;
        padding: 60px 0;
        text-align: center;
        overflow: hidden;
        background-size: cover;
    }

    .testimonial-slider-wrapper {
        position: relative;
        margin: 0 auto;
        padding: 0 60px;
    }

    .testimonial-viewport {
        overflow: hidden;
        padding: 20px 0;
    }

    .testimonial-track {
        display: flex;
        gap: 24px;
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
    }

    .testimonial-card {
        flex: 0 0 calc(33.333% - 16px);
        min-width: 300px;
        background: white;
        border-radius: 10px;
        overflow: hidden;
        text-align: left;
    }

    .card-image {
        height: 360px;
        overflow: hidden;
    }

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card-content {
        padding: 24px;
    }

    .stars {
        color: #ff6b6b;
        font-size: 18px;
        display: block;
    }

    .card-content h4 {
        font-size: 18px;
        margin-bottom: 12px;
        overflow: hidden;
        color: #0D3D67;
    }

    .card-content p {
        font-size: 14px;
        color: #0D3D67;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .author {
        font-size: 10px;
        padding-top: 15px;
        color: #0D3D67;
		font-family: "Lato", sans-serif;
    }
.container {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 50px;
}
    .verified {
        color: #0D3D67;
        font-weight: 400;
        font-size: 10px;
        margin-left: 5px;
    }

    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: all 0.2s;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .nav-btn:hover {
        background: #f8f8f8;
        border-color: #bbb;
    }

    .nav-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }

    .prev-btn {
        left: 5px;
    }
button#prevBtn {display:block !important;background: #fff;
    color: #0D3D67;}
button#nextBtn {display:block !important;background: #fff;
    color: #0D3D67;}
	  button#nextBtn:hover, button#prevBtn:hover {background:#0D3D67;color:#fff;}
    .next-btn,
    .prev-btn {
        right: 5px;
        background: var(--primary-blue);
        color: white;
        border: none;
    }

    .next-btn:hover {
        background: #153e6b;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    /* Optional: pause on hover */
    .ticker-bar:hover .ticker-track {
        animation-play-state: paused;
    }
	  p.testimonial-rating {
    color: #0D3D67;
		  font-size:16px !important;
}
/*********Recommended Section**********/
    .product-section-recomm {
        padding: 60px 20px;
        text-align: center;
    }
    .timer-banner {
        margin-top: 15px;
        background-color: #3C9ECD;
        display: inline-flex;
        align-items: center;
        padding: 15px 20px;
        border-radius: 8px;
        color: white;
        justify-content: space-between;
        gap: 30px;
        width: 35%;
        border: 1px solid #0D3D67;
    }

    .discount-info {
        text-align: left;
    }

    .discount-pct {
        display: block;
        font-size: 24px;
        font-weight: 800;
    }

    .discount-sub {
        font-size: 16px;
        opacity: 0.9;
    }

    .timer-slots {
        display: flex;
        gap: 10px;
    }
    .timer-num {
        font-size: 18px;
        font-weight: 800;
        background: white;
        color: #0D3D67;
        padding: 5px 8px;
        border-radius: 4px;
        font-family: 'Lato';
        min-width: 40px;
        margin-bottom: 10px;
    }

    .timer-label {
        font-size: 13px;
        text-transform: uppercase;
        color: #ffff;
        font-family: "Lato", sans-serif;
    }

    .pricing-note {
        font-size: 16px;
        color: #0D3D67;
        margin-top: 15px;
        margin-bottom: 40px;
        font-family: 'Lato';
    }
    .product-section-recomm .cards-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .product-section-recomm .card {
        border-radius: 12px;
        padding: 40px 30px 30px;
        position: relative;
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    .top-rec {
        border: 2px solid #f8a5c2 !important;
        background-color: #ECFFFE !important;
    }

    .badge {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        padding: 6px 20px;
        border-radius: 20px;
        color: white;
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap;
        font-family: "Roboto", sans-serif;
    }

    .top-badge {
        background-color: #EA5A86;
    }

    .runner-badge {
        background-color: #0D3D67;
    }

    .product-card .product-title {
        font-size: 30px;
        font-weight: 800;
        color: #0D3D67;
        text-align: center;
        margin-bottom: 15px;
        line-height: 1.3;
        font-family: "Roboto", sans-serif;
    }

    .pricing {
        text-align: center;
        font-size: 16px;
        color: #0D3D67;
        margin-bottom: 20px;
        font-family: "Lato", sans-serif;
    }
    .product-image-container {
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 25px;
    }

    .main-prod-img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-bottom: 15px;
    }
    .features {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
        flex-grow: 1;
    }

    .features li {
        display: flex;
        gap: 12px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.5;
        color: #0D3D67;
    }

    .features svg {
        flex-shrink: 0;
        margin-top: 2px;
    }

    .product-section-recomm .cta-btn {
        width: 93%;
        padding: 15px;
        border: none;
        border-radius: 6px;
        font-weight: 799;
        font-size: 18px;
        cursor: pointer;
        transition: opacity 0.2s;
        margin-bottom: 15px;
        text-align: center;
        text-decoration: none;
    }
    .shipping-info {
        border: 1px dashed #0D3D67;
        padding: 10px;
        font-size: 16px;
        color: #0D3D67;
        text-align: center;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 15px;
        font-family: "Lato", sans-serif;
    }

    .rating {
        text-align: center;
        font-size: 16px;
        color: #0D3D67;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Lato", sans-serif;
    }
    .stars {
        color: #e84393;
        font-size: 14px;
        margin-right: 5px;
    }
.card.runner-up {
     background: white;
    border: 1px solid #ACC6DD !important;
}
	  .report-footer {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0;
}

.report-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Left */
.report-footer-left p {
    font-size: 13px;
    color: #0D3D67;
    margin: 0;
}

/* Center */
.report-footer-center img {
    max-height: 36px;
    width: auto;
    display: block;
}

/* Right */
.report-footer-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.report-footer-right a {
    font-size: 13px;
    color: #0D3D67;
    text-decoration: none;
}

.report-footer-right a:hover {
    text-decoration: underline;
}

.report-footer-right span {
    font-size: 13px;
    color: #0D3D67;
}
/*************Responsive CSS*******/
@media only screen and (max-width:1024px){
.report-wrapper {max-width:90%;}
.product-section-recomm .timer-banner {width: 50% !important;}
.product-section-recomm .container {max-width: 90%;padding: 0 0px;}
.product-section-recomm .cards-grid {gap: 10px;}
.product-section-recomm {padding: 75px 10px;}
.testimonials-section .container {max-width: 100%;}
.faq-container {max-width: 100%;}
.support-footer {display: flex;}
}

@media only screen and (max-width:980px){
.report-top {display: block !important;}
.info-cards{justify-content:center;padding-top:20px;}
.report-info {text-align:center;}
.treatment-cards {grid-template-columns: repeat(1, 1fr);place-items: center;margin: 0 auto 20px;}
.treatment-card {width:70%;}
.hard-water-inner {display: contents;}
.product-section-recomm .cards-grid {grid-template-columns: 1fr;}
.product-section-recomm .cards-grid {gap: 30px;}
.cards-grid {grid-template-columns: repeat(2, 1fr);}
.hardness-levels-container {grid-template-columns: repeat(2, 1fr);}
.content-wrapper {flex-direction: column;}
section.expert-section {padding:0 50px 60px 50px;}
.phone-screen img {width: 70%;}
.phone-screen {text-align: center;}
ul.benefit-list {margin-left:0px;}
.product-section-recomm .cta-btn {width: 100%;}
.water-analysis-cards{grid-template-columns: 1fr;width: 60%;margin: 0 auto;margin-bottom:20px;}
}
@media only screen and (max-width: 834px) {
.product-section-recomm .timer-banner {width: 50% !important;}
}
@media only screen and (max-width: 834px) {
.report-details-row {grid-template-columns: 1fr 1fr;}
}
@media only screen and (max-width: 668px) {
h1, h2 {font-size:30px !important;}
.water-score-banner p, .report-info p, .info-card h3 {font-size:16px;}
.water-score-table th {font-size:14px;}
.grade.a, .grade.d, .grade.c {font-size:16px;}
.value.red {font-size: 16px !important;}
.card h3 {font-size:20px;}
.cards-grid {grid-template-columns: repeat(1, 1fr);}
.findings-section img {width: 10% !important;}
.cta-btn-treat {font-size:16px;}
.findings-section .rating-text p {font-size:13px;} 
.card-label {font-size:16px;}
.treatment-card h3 {font-size:20px;}
.small-title {font-size:14px;}.grade-box.orange {font-size:24px;}
p.desc, .treatment-card li, .points li, .discount-sub {font-size:14px;}
.green {font-size:16px !important;}
.rating p, p.testimonial-rating {font-size:13px;}
.map-wrapper img {max-width: 70%;}
.content .intro, .water-analysis-header p, .analysis-label, .hardness-measurement-header p, .report-details-header p, .report-details-label p, .report-details-value p, p.section-subtitle, .help-review-note p {font-size: 16px;}
.analysis-card h3 {font-size: 36px;}
.analysis-subtext, .hardness-level-card h4, .discount-pct {font-size: 20px;}
.analysis-rating, .rating {font-size:13px;}
.product-section-recomm .timer-banner {width: 100% !important;}
.product-card .product-title {font-size:20px !important;}
.pricing, .features li {font-size: 14px !important;}
.shipping-info, .faq-content p {font-size:14px;}
.faq-question {font-size:18px;}
.faq-footer {display:none;}
.help-review-header h3 {font-size:20px;}
.help-review-box {display:inline-flex;justify-content:center;align-items:center;gap:10px;padding: 10px;}
.help-review-options {gap:0px;}
.info-cards {flex-direction:column;}
.hardness-levels-container {grid-template-columns: repeat(1, 1fr);}
.report-footer-inner {flex-direction:column;}
.testimonial-footer {display:block;}
.treatment-card {width: 100%;}
.water-analysis-cards {width: 100%;}
.water-analysis-wrapper {max-width: 100%;}
section.expert-section {padding: 0 30px 60px 30px;}
.product-section-recomm .card {padding: 40px 20px 20px;}
a.testimonial-cta-button {padding: 14px 25px;}
.water-score-table {border-spacing: 10px 10px;}
.water-score-table td {padding: 7px;}
.report-wrapper {max-width: 100%;}
section.water-score-banner,
section.report-wrapper,
section.findings-section,
section.additional-contaminants,
section.treatment-section,
section.hard-water-section,
section.water-analysis-section,
section.hardness-measurement-section,
section.report-details-section,
section.product-section-recomm,
section.testimonials-section,
section.faq-section {padding:30px 20px;}
section.help-review-section {
    padding: 0px 20px 40px 20px;
}
}
@media only screen and (max-width:549px){
.treatment-card li {padding-left: 0px !important;}
.treatment-card {padding: 30px 15px;}
.testimonial-slider-wrapper {padding: 0 0px;}
.faq-container {padding: 0px 20px;}
.container {padding: 0px 20px;}
.card-label {font-size: 14px;}
a.testimonial-cta-button {padding: 14px 20px;}
.timer-banner {gap:15px;}
}
