.bsdpsr-wrapper {
            width: 100%;
            overflow: hidden;
        }

        .bsdpsr-container {
            width: 90%;
            max-width: 1150px;
            margin: 0 auto;
        }

        /* Hero Section */
        .bsdpsr-hero {
            padding: 75px 0;
            background: linear-gradient(135deg, #111827, #164e63);
        }

        .bsdpsr-hero-grid {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            align-items: center;
            gap: 50px;
        }

        .bsdpsr-label {
            display: inline-block;
            padding: 8px 16px;
            margin-bottom: 18px;
            border-radius: 30px;
            background: rgba(255,255,255,0.12);
            color: #fff;
            font-size: 14px;
        }

        .bsdpsr-title {
            color: #fff;
            font-size: 48px;
            line-height: 1.15;
            margin-bottom: 20px;
        }

        .bsdpsr-title span {
    color: #04c528;
}
.mt-50 {
    margin-top: 40px;
}

        .bsdpsr-description {
            color: #d7e4ec;
            font-size: 17px;
            line-height: 1.8;
            margin-bottom: 28px;
        }

        .bsdpsr-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .bsdpsr-btn {
            display: inline-block;
            padding: 13px 25px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.3s ease;
        }

       .bsdpsr-btn-primary {
    background: #ffffff;
    color: #102033;
}

        .bsdpsr-btn-primary:hover {
            background: #fff;
        }

        .bsdpsr-btn-outline {
            border: 1px solid rgba(255,255,255,0.5);
            color: #fff;
        }

        .bsdpsr-btn-outline:hover {
            background: #fff;
            color: #102033;
        }

        /* Power Supply Illustration */
        .bsdpsr-visual {
            display: flex;
            justify-content: center;
        }

        .bsdpsr-power-box {
            width: 330px;
            height: 260px;
            padding: 22px;
            border-radius: 16px;
            background: #1a1a1a;
            box-shadow: 0 25px 50px rgba(0,0,0,0.35);
            position: relative;
        }

        .bsdpsr-board {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            background: #253d32;
            border: 2px solid #3d6953;
            padding: 22px;
            position: relative;
        }

        .bsdpsr-component {
            position: absolute;
            background: #111;
            border-radius: 5px;
        }

        .bsdpsr-component-one {
            width: 45px;
            height: 65px;
            top: 25px;
            left: 30px;
        }

        .bsdpsr-component-two {
            width: 60px;
            height: 35px;
            top: 100px;
            right: 30px;
        }

        .bsdpsr-component-three {
            width: 40px;
            height: 40px;
            bottom: 25px;
            left: 75px;
        }

        .bsdpsr-circuit-line {
            height: 4px;
            width: 90px;
            background: #d4b84a;
            position: absolute;
        }

        .bsdpsr-line-one {
            top: 80px;
            left: 85px;
            transform: rotate(20deg);
        }

        .bsdpsr-line-two {
            bottom: 65px;
            right: 65px;
            transform: rotate(-20deg);
        }

        .bsdpsr-power-light {
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #59dcff;
            position: absolute;
            right: 20px;
            top: 20px;
            box-shadow: 0 0 15px #59dcff;
        }

        /* Services */
        .bsdpsr-services {
            padding: 75px 0;
            background: #fff;
        }

        .bsdpsr-heading {
            text-align: center;
            margin-bottom: 45px;
        }

        .bsdpsr-heading h2 {
            color: #172033;
            font-size: 35px;
            margin-bottom: 12px;
        }

        .bsdpsr-heading p {
            max-width: 680px;
            margin: 0 auto;
            color: #697586;
            line-height: 1.7;
        }

        .bsdpsr-service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        .bsdpsr-card {
            padding: 28px;
            background: #f7f9fc;
            border: 1px solid #e4eaf0;
            border-radius: 12px;
            transition: 0.3s ease;
        }

        .bsdpsr-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(20,40,70,0.10);
        }

        .bsdpsr-icon {
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #e1f8ff;
            border-radius: 10px;
            margin-bottom: 18px;
            font-size: 24px;
        }

        .bsdpsr-card h3 {
            color: #172033;
            font-size: 19px;
            margin-bottom: 10px;
        }

        .bsdpsr-card p {
            color: #697586;
            font-size: 14px;
            line-height: 1.7;
        }

        /* Benefits */
        .bsdpsr-benefits {
            padding: 70px 0;
            background: #f3f7fa;
        }

        .bsdpsr-benefit-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .bsdpsr-benefit {
            padding: 28px 18px;
            background: #fff;
            text-align: center;
            border-radius: 10px;
        }

        .bsdpsr-benefit h4 {
            color: #172033;
            font-size: 17px;
            margin-bottom: 8px;
        }

        .bsdpsr-benefit p {
            color: #697586;
            font-size: 14px;
            line-height: 1.6;
        }

        /* CTA */
        .bsdpsr-contact {
            padding: 65px 0;
            background: #111827;
            text-align: center;
        }

        .bsdpsr-contact h2 {
            color: #fff;
            font-size: 34px;
            margin-bottom: 12px;
        }

        .bsdpsr-contact p {
            color: #cbd7e2;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        /* Responsive */
        @media (max-width: 900px) {

            .bsdpsr-hero-grid {
                grid-template-columns: 1fr;
            }

            .bsdpsr-title {
                font-size: 40px;
            }

            .bsdpsr-service-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .bsdpsr-benefit-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 600px) {

            .bsdpsr-hero {
                padding: 55px 0;
            }

            .bsdpsr-title {
                font-size: 32px;
            }

            .bsdpsr-description {
                font-size: 15px;
            }

            .bsdpsr-power-box {
                width: 290px;
                height: 225px;
            }

            .bsdpsr-service-grid,
            .bsdpsr-benefit-grid {
                grid-template-columns: 1fr;
            }

            .bsdpsr-heading h2 {
                font-size: 28px;
            }

            .bsdpsr-contact h2 {
                font-size: 27px;
            }
        }
		
		/********HDMI*************/
		
		.bsdmax-hdmi-usb-repair {
  width: 100%;
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #18202a;
  box-sizing: border-box;
}

.bsdmax-port-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.bsdmax-port-content {
  text-align: center;
}

.bsdmax-port-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 50px;
  background: #eef7ff;
  color: #05c855;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.bsdmax-port-content h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.bsdmax-port-intro {
  max-width: 820px;
  margin: 0 auto 48px;
  color: #66717d;
  font-size: 17px;
  line-height: 1.8;
}

.bsdmax-port-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: left;
}

.bsdmax-port-card {
  padding: 28px;
  border: 1px solid #e5eaf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(20, 35, 50, 0.06);
  transition: 0.3s ease;
}

.bsdmax-port-card:hover {
  transform: translateY(-6px);
  border-color: #9acfff;
  box-shadow: 0 18px 40px rgba(20, 35, 50, 0.1);
}

.bsdmax-port-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 14px;
  background: #05c855;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.bsdmax-port-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
}

.bsdmax-port-card p {
  margin: 0;
  color: #687482;
  font-size: 14px;
  line-height: 1.7;
}

.bsdmax-port-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 55px;
  padding: 42px;
  border-radius: 24px;
  background: #f6f9fc;
  text-align: left;
}

.bsdmax-port-details h3 {
  margin: 0 0 20px;
  font-size: 23px;
}

.bsdmax-port-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bsdmax-port-details li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  color: #5e6975;
  line-height: 1.5;
}

.bsdmax-port-details li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #05c855;
  font-weight: 800;
}

.bsdmax-port-process {
  margin-top: 60px;
  text-align: left;
}

.bsdmax-port-process-title {
  margin-bottom: 30px;
}

.bsdmax-port-process-title span {
  color: #05c855;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bsdmax-port-process-title h3 {
  max-width: 650px;
  margin: 8px 0 0;
  font-size: 32px;
  line-height: 1.25;
}

.bsdmax-port-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bsdmax-port-steps > div {
  padding: 25px;
  border-left: 3px solid #05c855;
  background: #f8fafc;
}

.bsdmax-port-steps strong {
  color: #05c855;
  font-size: 14px;
}

.bsdmax-port-steps h4 {
  margin: 10px 0 8px;
  font-size: 18px;
}

.bsdmax-port-steps p {
  margin: 0;
  color: #6a7480;
  font-size: 14px;
  line-height: 1.6;
}

.bsdmax-port-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  padding: 35px 40px;
  border-radius: 22px;
  background: #10202f;
  color: #fff;
  text-align: left;
}

.bsdmax-port-cta span {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
}

.bsdmax-port-cta h3 {
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 1.35;
}

.bsdmax-port-button {
    display: inline-block;
    flex-shrink: 0;
    padding: 14px 25px;
    border-radius: 10px;
    background: #ffffff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

.bsdmax-port-button:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 950px) {
  .bsdmax-port-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bsdmax-port-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .bsdmax-hdmi-usb-repair {
    padding: 55px 16px;
  }

  .bsdmax-port-grid,
  .bsdmax-port-details,
  .bsdmax-port-steps {
    grid-template-columns: 1fr;
  }

  .bsdmax-port-details {
    padding: 28px 22px;
  }

  .bsdmax-port-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .bsdmax-port-content h2 {
    font-size: 36px;
  }
}

/**********Remote-repair*************/
 .bsdremote-wrapper {
      width: 100%;
      overflow: hidden;
    }

    .bsdremote-container {
      width: min(1160px, 92%);
      margin: auto;
    }

    /* HERO */
    .bsdremote-hero {
      padding: 80px 0;
      background: linear-gradient(135deg, #ffffff 55%, #f1fff5 100%);
      position: relative;
    }

    .bsdremote-hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 55px;
    }

    .bsdremote-tag {
      display: inline-block;
      padding: 8px 16px;
      border-radius: 30px;
      background: #e5f8eb;
      color: #15803d;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 18px;
    }

    .bsdremote-hero h1 {
      font-size: clamp(38px, 5vw, 64px);
      line-height: 1.08;
      color: #102519;
      margin-bottom: 22px;
    }

    .bsdremote-hero h1 span {
      color: #16a34a;
    }

    .bsdremote-hero p {
      max-width: 590px;
      color: #5b6d61;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsdremote-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .bsdremote-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      padding: 14px 25px;
      border-radius: 8px;
      font-weight: 700;
      transition: 0.3s ease;
    }

    .bsdremote-btn-primary {
      background: #16a34a;
      color: #ffffff;
    }

    .bsdremote-btn-primary:hover {
      background: #12833b;
      transform: translateY(-2px);
    }

    .bsdremote-btn-outline {
      border: 1px solid #b8dfc3;
      color: #15803d;
      background: #ffffff;
    }

    .bsdremote-btn-outline:hover {
      background: #effbf2;
    }

    /* ILLUSTRATION */
    .bsdremote-illustration {
      position: relative;
      min-height: 430px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bsdremote-device-card {
      width: 390px;
      max-width: 90%;
      background: #ffffff;
      border: 1px solid #dcefe1;
      border-radius: 24px;
      padding: 25px;
      box-shadow: 0 25px 70px rgba(22, 163, 74, 0.12);
      position: relative;
      z-index: 2;
    }

    .bsdremote-monitor {
      background: #17261d;
      border-radius: 14px;
      padding: 13px;
    }

    .bsdremote-screen {
      height: 220px;
      border-radius: 8px;
      background: linear-gradient(135deg, #eaffef, #b9f5c8);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    .bsdremote-screen::before {
      content: "";
      width: 150px;
      height: 150px;
      border: 16px solid #16a34a;
      border-radius: 50%;
      position: absolute;
    }

    .bsdremote-screen::after {
      content: "✓";
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #ffffff;
      color: #16a34a;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 34px;
      font-weight: bold;
    }

    .bsdremote-monitor-stand {
      width: 90px;
      height: 12px;
      background: #263b2e;
      margin: 12px auto 0;
      border-radius: 10px;
    }

    .bsdremote-monitor-base {
      width: 150px;
      height: 8px;
      background: #263b2e;
      margin: 5px auto 0;
      border-radius: 10px;
    }

    .bsdremote-floating {
      position: absolute;
      background: #ffffff;
      border: 1px solid #d8eee0;
      box-shadow: 0 15px 40px rgba(22, 163, 74, 0.13);
      border-radius: 14px;
      padding: 13px 17px;
      z-index: 3;
      font-size: 13px;
      font-weight: 700;
      color: #245232;
    }

    .bsdremote-floating-one {
      top: 50px;
      left: 0;
    }

    .bsdremote-floating-two {
      right: 0;
      bottom: 75px;
    }

    .bsdremote-floating-three {
      left: 20px;
      bottom: 30px;
    }

    .bsdremote-dot {
      width: 9px;
      height: 9px;
      display: inline-block;
      border-radius: 50%;
      background: #22c55e;
      margin-right: 7px;
    }

    /* TRUST BAR */
    .bsdremote-trust {
      padding: 25px 0;
      background: #12351f;
      color: #ffffff;
    }

    .bsdremote-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      text-align: center;
    }

    .bsdremote-trust-item strong {
      display: block;
      font-size: 20px;
      margin-bottom: 3px;
    }

    .bsdremote-trust-item span {
      color: #c6e4cd;
      font-size: 13px;
    }

    /* SERVICES */
    .bsdremote-services {
      padding: 85px 0;
    }

    .bsdremote-heading {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 50px;
    }

    .bsdremote-heading small {
      color: #16a34a;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .bsdremote-heading h2 {
      font-size: 40px;
      line-height: 1.2;
      margin: 10px 0 15px;
      color: #102519;
    }

    .bsdremote-heading p {
      color: #65756a;
    }

    .bsdremote-service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .bsdremote-service-card {
      border: 1px solid #e0eee4;
      background: #ffffff;
      padding: 30px;
      border-radius: 16px;
      transition: 0.3s ease;
    }

    .bsdremote-service-card:hover {
      transform: translateY(-6px);
      border-color: #9ed9ad;
      box-shadow: 0 18px 45px rgba(22, 163, 74, 0.10);
    }

    .bsdremote-icon {
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: #eaf9ee;
      color: #16a34a;
      font-size: 27px;
      margin-bottom: 20px;
    }

    .bsdremote-service-card h3 {
      margin-bottom: 9px;
      font-size: 20px;
      color: #183322;
    }

    .bsdremote-service-card p {
      font-size: 14px;
      color: #68766d;
    }

    /* PROCESS */
    .bsdremote-process {
      background: #f3fbf5;
      padding: 80px 0;
    }

    .bsdremote-process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
    }

    .bsdremote-process-card {
      text-align: center;
      position: relative;
    }

    .bsdremote-process-number {
      width: 54px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 18px;
      background: #16a34a;
      color: #ffffff;
      border-radius: 50%;
      font-weight: 800;
    }

    .bsdremote-process-card h3 {
      margin-bottom: 8px;
      font-size: 18px;
    }

    .bsdremote-process-card p {
      color: #68776d;
      font-size: 14px;
    }

    /* EXPERIENCE */
    .bsdremote-experience {
      padding: 85px 0;
    }

    .bsdremote-experience-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      align-items: center;
      gap: 65px;
    }

    .bsdremote-experience-box {
      background: #12351f;
      color: #ffffff;
      border-radius: 24px;
      padding: 45px;
      position: relative;
      overflow: hidden;
    }

    .bsdremote-experience-box::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      border: 30px solid rgba(255,255,255,0.07);
      border-radius: 50%;
      right: -50px;
      bottom: -60px;
    }

    .bsdremote-experience-box strong {
      display: block;
      font-size: 58px;
      color: #86efac;
      line-height: 1;
      margin-bottom: 10px;
    }

    .bsdremote-experience-box span {
      font-size: 18px;
      color: #d6eddb;
    }

    .bsdremote-experience-content small {
      color: #16a34a;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .bsdremote-experience-content h2 {
      font-size: 40px;
      line-height: 1.2;
      margin: 10px 0 18px;
    }

    .bsdremote-experience-content p {
      color: #647269;
      margin-bottom: 20px;
    }

    .bsdremote-checks {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 13px;
    }

    .bsdremote-checks li {
      font-size: 14px;
      font-weight: 700;
      color: #294b34;
    }

    .bsdremote-checks li::before {
      content: "✓";
      color: #16a34a;
      margin-right: 8px;
      font-weight: 900;
    }

    /* CTA */
    .bsdremote-cta {
      padding: 75px 0;
      background: #eaf9ee;
    }

    .bsdremote-cta-inner {
      background: #12351f;
      border-radius: 24px;
      padding: 55px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }

    .bsdremote-cta h2 {
      color: #ffffff;
      font-size: 36px;
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .bsdremote-cta p {
      color: #c6e3cd;
      max-width: 650px;
    }

    /* FOOTER */
    .bsdremote-footer {
      padding: 28px 0;
      background: #0d2616;
      color: #aac4b1;
      text-align: center;
      font-size: 14px;
    }

    .bsdremote-footer strong {
      color: #ffffff;
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .bsdremote-hero-grid,
      .bsdremote-experience-grid {
        grid-template-columns: 1fr;
      }

      .bsdremote-service-grid {
        grid-template-columns: 1fr 1fr;
      }

      .bsdremote-process-grid {
        grid-template-columns: 1fr 1fr;
      }

      .bsdremote-illustration {
        min-height: 380px;
      }

      .bsdremote-cta-inner {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 600px) {
      .bsdremote-hero {
        padding: 55px 0;
      }

      .bsdremote-service-grid,
      .bsdremote-process-grid,
      .bsdremote-trust-grid {
        grid-template-columns: 1fr;
      }

      .bsdremote-heading h2,
      .bsdremote-experience-content h2 {
        font-size: 31px;
      }

      .bsdremote-device-card {
        width: 330px;
      }

      .bsdremote-screen {
        height: 180px;
      }

      .bsdremote-floating-one {
        left: -5px;
      }

      .bsdremote-floating-two {
        right: -5px;
      }

      .bsdremote-experience-box {
        padding: 35px;
      }

      .bsdremote-cta-inner {
        padding: 35px 25px;
      }

      .bsdremote-cta h2 {
        font-size: 29px;
      }

      .bsdremote-checks {
        grid-template-columns: 1fr;
      }
    }
	.skin-orange a:hover, .skin-orange a:focus {
    color: #069714 !important;
}
	.bsdremote-btn.bsdremote-btn-primary {
    color: #fff;
}

/***********Printer Repair***************/

.bsdprinter-page {
      width: 100%;
      overflow: hidden;
    }

    .bsdprinter-container {
      width: min(1180px, 92%);
      margin: auto;
    }

    /* =========================================
       HERO SECTION
       ========================================= */

    .bsdprinter-hero {
      padding: 80px 0;
      background:
        radial-gradient(circle at 90% 20%, #dcfce7 0, transparent 25%),
        linear-gradient(135deg, #ffffff, #f3fcf5);
    }

    .bsdprinter-hero-layout {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      align-items: center;
      gap: 65px;
    }

    .bsdprinter-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 15px;
      background: #e7f8eb;
      color: #15803d;
      border-radius: 50px;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .7px;
      margin-bottom: 20px;
    }

    .bsdprinter-label-dot {
      width: 8px;
      height: 8px;
      background: #22c55e;
      border-radius: 50%;
    }

    .bsdprinter-hero h1 {
      font-size: clamp(40px, 5vw, 65px);
      line-height: 1.06;
      letter-spacing: -2px;
      color: #12271a;
      margin-bottom: 22px;
    }

    .bsdprinter-hero h1 span {
      color: #16a34a;
    }

    .bsdprinter-hero-text {
      max-width: 610px;
      color: #607065;
      font-size: 17px;
      margin-bottom: 30px;
    }

    .bsdprinter-action-row {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsdprinter-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 24px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 700;
      transition: .3s ease;
    }

    .bsdprinter-button-main {
      background: #16a34a;
      color: #ffffff;
    }

    .bsdprinter-button-main:hover {
      background: #12823b;
      transform: translateY(-2px);
    }

    .bsdprinter-button-light {
      background: #ffffff;
      border: 1px solid #b8ddc2;
      color: #15803d;
    }

    .bsdprinter-button-light:hover {
      background: #effbf2;
    }


    /* =========================================
       ILLUSTRATOR STYLE PRINTER
       ========================================= */

    .bsdprinter-artboard {
      min-height: 450px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bsdprinter-circle-bg {
      position: absolute;
      width: 390px;
      height: 390px;
      border-radius: 50%;
      background: #dcfce7;
    }

    .bsdprinter-svg {
      width: 430px;
      max-width: 100%;
      position: relative;
      z-index: 2;
      filter: drop-shadow(0 25px 25px rgba(22, 101, 52, .12));
    }

    .bsdprinter-info-card {
      position: absolute;
      z-index: 4;
      background: #ffffff;
      border: 1px solid #d9eee0;
      border-radius: 13px;
      padding: 12px 17px;
      box-shadow: 0 15px 40px rgba(21, 128, 61, .12);
      font-size: 13px;
      font-weight: 700;
    }

    .bsdprinter-card-one {
      top: 35px;
      left: 0;
    }

    .bsdprinter-card-two {
      right: 0;
      bottom: 65px;
    }

    .bsdprinter-card-icon {
      color: #16a34a;
      margin-right: 6px;
    }


    /* =========================================
       SERVICE HIGHLIGHTS
       ========================================= */

    .bsdprinter-highlight {
      background: #12351f;
      padding: 25px 0;
    }

    .bsdprinter-highlight-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      text-align: center;
    }

    .bsdprinter-highlight-item {
      color: #ffffff;
      padding: 5px;
    }

    .bsdprinter-highlight-item strong {
      display: block;
      font-size: 17px;
      margin-bottom: 3px;
    }

    .bsdprinter-highlight-item span {
      color: #b8d8c0;
      font-size: 13px;
    }


    /* =========================================
       SERVICES
       ========================================= */

    .bsdprinter-services {
      padding: 90px 0;
    }

    .bsdprinter-section-heading {
      max-width: 700px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .bsdprinter-section-heading small {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .bsdprinter-section-heading h2 {
      color: #12271a;
      font-size: 40px;
      line-height: 1.15;
      margin: 10px 0 15px;
    }

    .bsdprinter-section-heading p {
      color: #68756c;
      font-size: 16px;
    }

    .bsdprinter-service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .bsdprinter-service-box {
      background: #ffffff;
      border: 1px solid #e1eee4;
      border-radius: 15px;
      padding: 30px;
      transition: .3s ease;
    }

    .bsdprinter-service-box:hover {
      transform: translateY(-6px);
      border-color: #9bd4aa;
      box-shadow: 0 18px 45px rgba(22, 163, 74, .09);
    }

    .bsdprinter-service-icon {
      width: 56px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: #e9f9ed;
      color: #16a34a;
      font-size: 26px;
      margin-bottom: 18px;
    }

    .bsdprinter-service-box h3 {
      font-size: 19px;
      color: #183122;
      margin-bottom: 8px;
    }

    .bsdprinter-service-box p {
      color: #6b786f;
      font-size: 14px;
    }


    /* =========================================
       PROBLEM SECTION
       ========================================= */

    .bsdprinter-problems {
      background: #f3fbf5;
      padding: 85px 0;
    }

    .bsdprinter-problem-layout {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 65px;
      align-items: center;
    }

    .bsdprinter-problem-title small {
      color: #16a34a;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .bsdprinter-problem-title h2 {
      font-size: 39px;
      line-height: 1.15;
      margin: 10px 0 18px;
      color: #12271a;
    }

    .bsdprinter-problem-title p {
      color: #657269;
    }

    .bsdprinter-problem-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .bsdprinter-problem-item {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #ffffff;
      border: 1px solid #dfede3;
      border-radius: 10px;
      padding: 17px;
      color: #304c38;
      font-size: 14px;
      font-weight: 700;
    }

    .bsdprinter-check {
      width: 28px;
      height: 28px;
      min-width: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #dcfce7;
      color: #16a34a;
      border-radius: 50%;
      font-weight: 900;
    }


    /* =========================================
       KNOWLEDGE SECTION
       ========================================= */

    .bsdprinter-knowledge {
      padding: 90px 0;
    }

    .bsdprinter-knowledge-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 65px;
    }

    .bsdprinter-knowledge-panel {
      background: #12351f;
      color: #ffffff;
      padding: 45px;
      border-radius: 22px;
      position: relative;
      overflow: hidden;
    }

    .bsdprinter-knowledge-panel::before {
      content: "";
      position: absolute;
      width: 220px;
      height: 220px;
      border: 35px solid rgba(134, 239, 172, .08);
      border-radius: 50%;
      right: -70px;
      top: -70px;
    }

    .bsdprinter-knowledge-number {
      font-size: 58px;
      line-height: 1;
      color: #86efac;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .bsdprinter-knowledge-panel h3 {
      font-size: 25px;
      margin-bottom: 10px;
    }

    .bsdprinter-knowledge-panel p {
      color: #c7dfcd;
      font-size: 14px;
    }

    .bsdprinter-knowledge-content small {
      color: #16a34a;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .bsdprinter-knowledge-content h2 {
      font-size: 40px;
      line-height: 1.15;
      color: #12271a;
      margin: 10px 0 17px;
    }

    .bsdprinter-knowledge-content p {
      color: #657269;
      margin-bottom: 22px;
    }

    .bsdprinter-knowledge-points {
      list-style: none;
    }

    .bsdprinter-knowledge-points li {
      margin-bottom: 11px;
      color: #34523d;
      font-size: 14px;
      font-weight: 700;
    }

    .bsdprinter-knowledge-points li::before {
      content: "✓";
      color: #16a34a;
      margin-right: 9px;
      font-weight: 900;
    }


    /* =========================================
       CTA
       ========================================= */

    .bsdprinter-cta {
      padding: 75px 0;
      background: #eaf8ed;
    }

    .bsdprinter-cta-box {
      background: #12351f;
      border-radius: 22px;
      padding: 55px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
    }

    .bsdprinter-cta-box h2 {
      color: #ffffff;
      font-size: 36px;
      line-height: 1.15;
      margin-bottom: 10px;
    }

    .bsdprinter-cta-box p {
      color: #c6dfcc;
      max-width: 650px;
    }


    /* =========================================
       FOOTER
       ========================================= */

    .bsdprinter-footer {
      background: #0c2415;
      color: #a9c2af;
      padding: 28px 0;
      text-align: center;
      font-size: 14px;
    }

    .bsdprinter-footer strong {
      color: #ffffff;
    }


    /* =========================================
       RESPONSIVE
       ========================================= */

    @media (max-width: 950px) {

      .bsdprinter-hero-layout,
      .bsdprinter-problem-layout,
      .bsdprinter-knowledge-layout {
        grid-template-columns: 1fr;
      }

      .bsdprinter-artboard {
        min-height: 400px;
      }

      .bsdprinter-service-grid {
        grid-template-columns: 1fr 1fr;
      }

      .bsdprinter-highlight-grid {
        grid-template-columns: 1fr 1fr;
      }

      .bsdprinter-cta-box {
        flex-direction: column;
        align-items: flex-start;
      }
    }


    @media (max-width: 600px) {

      .bsdprinter-hero {
        padding: 55px 0;
      }

      .bsdprinter-hero h1 {
        font-size: 42px;
      }

      .bsdprinter-service-grid,
      .bsdprinter-problem-list,
      .bsdprinter-highlight-grid {
        grid-template-columns: 1fr;
      }

      .bsdprinter-section-heading h2,
      .bsdprinter-problem-title h2,
      .bsdprinter-knowledge-content h2 {
        font-size: 31px;
      }

      .bsdprinter-circle-bg {
        width: 300px;
        height: 300px;
      }

      .bsdprinter-info-card {
        font-size: 11px;
      }

      .bsdprinter-card-one {
        left: 0;
      }

      .bsdprinter-card-two {
        right: 0;
      }

      .bsdprinter-knowledge-panel {
        padding: 35px;
      }

      .bsdprinter-cta-box {
        padding: 35px 25px;
      }

      .bsdprinter-cta-box h2 {
        font-size: 29px;
      }
    }
	
	.bsdprinter-button.bsdprinter-button-main {
    color: #fff;
}
.bsdprinter-button-main2 {
    background-color: #fff;
}

/**********Inkjet R***********/

/* ==================================================
       HERO
       ================================================== */

    /* ===== Hero ===== */
    .bsd-inkjet-hero {
      position: relative;
      background:
        radial-gradient(circle at 85% 25%, rgba(22, 163, 74, 0.10), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f5fcf7 100%);
      padding: 90px 0 75px;
    }

    .bsd-inkjet-hero-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      align-items: center;
      gap: 60px;
    }

    .bsd-inkjet-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 15px;
      background: var(--ink-light-green);
      border: 1px solid #c9ead5;
      color: var(--ink-dark-green);
      border-radius: 50px;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .7px;
      margin-bottom: 20px;
    }

    .bsd-inkjet-label span {
      width: 8px;
      height: 8px;
      background: var(--ink-green);
      border-radius: 50%;
    }

    .bsd-inkjet-hero h1 {
      font-size: clamp(42px, 5vw, 68px);
      line-height: 1.04;
      letter-spacing: -2.5px;
      margin-bottom: 22px;
    }

    .bsd-inkjet-hero h1 strong {
      color: var(--ink-green);
    }

    .bsd-inkjet-hero-text {
      max-width: 650px;
      color: var(--ink-text);
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-inkjet-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-inkjet-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 23px;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-inkjet-btn-primary {
      background: var(--ink-green);
      color: white;
      box-shadow: 0 10px 25px rgba(22, 163, 74, .20);
    }

    .bsd-inkjet-btn-primary:hover {
      background: var(--ink-dark-green);
      transform: translateY(-2px);
    }

    .bsd-inkjet-btn-outline {
      color: var(--ink-dark-green);
      border: 1px solid #b9dbc5;
      background: white;
    }

    .bsd-inkjet-btn-outline:hover {
      background: var(--ink-light-green);
    }

    /* ===== Illustrator Image Area ===== */
    .bsd-inkjet-visual {
    position: relative;
    min-height: 420px;
    display: block;
    align-items: center;
    justify-content: center;
}

    .bsd-inkjet-image-card {
      position: relative;
      width: min(470px, 100%);
      padding: 25px;
      background: white;
      border: 1px solid var(--ink-border);
      border-radius: 28px;
      box-shadow: var(--ink-shadow);
    }

    .bsd-inkjet-image-card img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 18px;
      object-fit: contain;
    }

    /*
      Replace the image below with your Adobe Illustrator-exported
      SVG / PNG / WebP printer illustration.
    */

    .bsd-inkjet-floating {
      position: absolute;
      right: -5px;
      bottom: 20px;
      background: white;
      border: 1px solid var(--ink-border);
      border-radius: 15px;
      padding: 14px 18px;
      box-shadow: 0 12px 30px rgba(0,0,0,.08);
      font-size: 14px;
      font-weight: 700;
    }

    .bsd-inkjet-floating b {
      color: var(--ink-green);
      display: block;
      font-size: 20px;
    }

    /* ===== Service Intro ===== */
    .bsd-inkjet-intro {
      padding: 80px 0;
    }

    .bsd-inkjet-section-heading {
      max-width: 720px;
      margin: 0 auto 45px;
      text-align: center;
    }

    .bsd-inkjet-section-heading small {
      color: var(--ink-green);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .bsd-inkjet-section-heading h2 {
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.15;
      margin: 9px 0 15px;
    }

    .bsd-inkjet-section-heading p {
      color: var(--ink-text);
    }

    /* ===== Service Cards ===== */
    .bsd-inkjet-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-inkjet-service-card {
      padding: 28px;
      border: 1px solid var(--ink-border);
      border-radius: 18px;
      background: white;
      transition: .25s ease;
    }

    .bsd-inkjet-service-card:hover {
      transform: translateY(-5px);
      border-color: #a9d9b9;
      box-shadow: var(--ink-shadow);
    }

   .bsd-inkjet-icon {
    width: 10%;
    height: auto;
    display: grid;
    place-items: center;
    background: var(--ink-light-green);
    color: var(--ink-green);
    border-radius: 13px;
    font-size: 23px;
    margin-bottom: 20px;
}

    .bsd-inkjet-service-card h3 {
      font-size: 20px;
      margin-bottom: 9px;
    }

    .bsd-inkjet-service-card p {
      color: var(--ink-text);
      font-size: 15px;
    }

    /* ===== Process ===== */
    .bsd-inkjet-process {
      padding: 10px 0;
      background: var(--ink-pale-green);
      border-top: 1px solid #edf6ef;
      border-bottom: 1px solid #edf6ef;
    }

    .bsd-inkjet-process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-inkjet-step {
      position: relative;
      background: white;
      padding: 25px;
      border-radius: 16px;
      border: 1px solid var(--ink-border);
    }

    .bsd-inkjet-step-number {
      color: var(--ink-green);
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 13px;
    }

    .bsd-inkjet-step h3 {
      font-size: 18px;
      margin-bottom: 8px;
    }

    .bsd-inkjet-step p {
      color: var(--ink-text);
      font-size: 14px;
    }

    /* ===== Expertise Banner ===== */
    .bsd-inkjet-expertise {
      padding: 80px 0;
    }

    .bsd-inkjet-expertise-box {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 45px;
      align-items: center;
      background: var(--ink-dark);
      color: white;
      border-radius: 25px;
      padding: 50px;
      overflow: hidden;
    }

    .bsd-inkjet-expertise-box h2 {
      font-size: clamp(30px, 4vw, 43px);
      line-height: 1.15;
      margin-bottom: 17px;
    }

    .bsd-inkjet-expertise-box p {
    color: #050605;
}

    .bsd-inkjet-checks {
      display: grid;
      gap: 13px;
    }

   .bsd-inkjet-check {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 13px 15px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    color: #000000;
}

    .bsd-inkjet-check span {
      color: #57d980;
      font-weight: 900;
    }

    /* ===== CTA ===== */
    .bsd-inkjet-cta {
      padding: 30px 0 90px;
      text-align: center;
    }

    .bsd-inkjet-cta-inner {
      background: var(--ink-light-green);
      border: 1px solid #cce9d5;
      border-radius: 22px;
      padding: 50px 25px;
    }

    .bsd-inkjet-cta h2 {
      font-size: clamp(30px, 4vw, 42px);
      margin-bottom: 12px;
    }

    .bsd-inkjet-cta p {
      color: var(--ink-text);
      max-width: 650px;
      margin: 0 auto 25px;
    }

    /* ===== Responsive ===== */
    @media (max-width: 900px) {
      .bsd-inkjet-hero-grid,
      .bsd-inkjet-expertise-box {
        grid-template-columns: 1fr;
      }

      .bsd-inkjet-services {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-inkjet-process-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-inkjet-visual {
        min-height: auto;
      }
    }

    @media (max-width: 600px) {
      .bsd-inkjet-hero {
        padding: 60px 0;
      }

      .bsd-inkjet-services,
      .bsd-inkjet-process-grid {
        grid-template-columns: 1fr;
      }

      .bsd-inkjet-expertise-box {
        padding: 30px 22px;
      }

      .bsd-inkjet-floating {
        right: 5px;
      }

      .bsd-inkjet-actions {
        flex-direction: column;
      }

      .bsd-inkjet-btn {
        width: 100%;
      }
    }
	
	/***********oled tv*************/
	
.bsd-otv-wrapper {
      width: 100%;
      overflow: hidden;
      background: #fff;
    }

    .bsd-otv-container {
      width: min(1180px, 92%);
      margin: 0 auto;
    }

    /* HERO */
    .bsd-otv-hero {
      position: relative;
      padding: 90px 0 80px;
      background:
        radial-gradient(circle at 90% 20%, rgba(34, 197, 94, .12), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f3fff7 100%);
    }

    .bsd-otv-hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      align-items: center;
      gap: 55px;
    }

    .bsd-otv-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 50px;
      background: #e7f9ed;
      color: #12823a;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .8px;
      margin-bottom: 20px;
    }

    .bsd-otv-label::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #20a84a;
    }

    .bsd-otv-title {
      font-size: clamp(42px, 5vw, 68px);
      line-height: 1.02;
      letter-spacing: -2.5px;
      color: #142018;
      margin-bottom: 24px;
    }

    .bsd-otv-title span {
      color: #16a34a;
    }

    .bsd-otv-description {
      max-width: 620px;
      color: #5c6961;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-otv-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-otv-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 0 23px;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-otv-btn-primary {
      background: #16a34a;
      color: #fff;
      box-shadow: 0 10px 25px rgba(22, 163, 74, .18);
    }

    .bsd-otv-btn-primary:hover {
      background: #11843c;
      transform: translateY(-2px);
    }

    .bsd-otv-btn-outline {
      border: 1px solid #b9d9c2;
      color: #176b35;
      background: #fff;
    }

    .bsd-otv-btn-outline:hover {
      background: #edf9f1;
    }

    /* TV VISUAL */
    .bsd-otv-display {
      position: relative;
      min-height: 430px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bsd-otv-glow {
      position: absolute;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(34, 197, 94, .12);
      filter: blur(20px);
    }

    .bsd-otv-tv {
      position: relative;
      width: min(500px, 100%);
      aspect-ratio: 16 / 10;
      padding: 10px;
      border-radius: 15px;
      background: #111713;
      border: 2px solid #334139;
      box-shadow:
        0 35px 70px rgba(14, 31, 20, .22),
        0 0 0 7px rgba(22, 163, 74, .06);
      z-index: 2;
    }

    .bsd-otv-screen {
      width: 100%;
      height: 100%;
      border-radius: 7px;
      overflow: hidden;
      background:
        radial-gradient(circle at 70% 35%, rgba(67, 255, 148, .8), transparent 15%),
        radial-gradient(circle at 30% 65%, rgba(0, 105, 55, .9), transparent 25%),
        linear-gradient(135deg, #07150d, #0d3c22 45%, #76d89a);
      position: relative;
    }

    .bsd-otv-screen::after {
      content: "OLED  •  QLED";
      position: absolute;
      right: 20px;
      bottom: 17px;
      color: rgba(255,255,255,.88);
      font-size: 12px;
      letter-spacing: 2px;
      font-weight: 700;
    }

    .bsd-otv-stand {
      position: absolute;
      bottom: -38px;
      left: 50%;
      transform: translateX(-50%);
      width: 150px;
      height: 45px;
      background: #202921;
      clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
    }

    .bsd-otv-badge {
      position: absolute;
      z-index: 3;
      left: -18px;
      bottom: 30px;
      background: #fff;
      border: 1px solid #d9eee0;
      border-radius: 12px;
      padding: 15px 18px;
      box-shadow: 0 15px 35px rgba(20, 45, 28, .12);
    }

    .bsd-otv-badge strong {
      display: block;
      color: #16863e;
      font-size: 23px;
    }

    .bsd-otv-badge small {
      color: #657168;
    }

    /* TRUST STRIP */
    .bsd-otv-trust {
      padding: 25px 0;
      border-top: 1px solid #e8f1eb;
      border-bottom: 1px solid #e8f1eb;
      background: #fbfefc;
    }

    .bsd-otv-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-otv-trust-item {
      text-align: center;
      padding: 10px;
    }

    .bsd-otv-trust-item strong {
      display: block;
      color: #17231b;
      font-size: 16px;
    }

    .bsd-otv-trust-item span {
      color: #78837c;
      font-size: 13px;
    }

    /* SECTION */
    .bsd-otv-section {
      padding: 90px 0;
    }

    .bsd-otv-heading {
      max-width: 720px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .bsd-otv-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .bsd-otv-heading h2 {
      color: #17231b;
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      margin-bottom: 15px;
    }

    .bsd-otv-heading p {
      color: #68746d;
      font-size: 16px;
    }

    /* SERVICE CARDS */
    .bsd-otv-service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-otv-service {
      padding: 30px;
      border: 1px solid #dcebe1;
      border-radius: 16px;
      background: #fff;
      transition: .25s ease;
    }

    .bsd-otv-service:hover {
      transform: translateY(-5px);
      border-color: #9bd4ae;
      box-shadow: 0 18px 40px rgba(25, 85, 45, .08);
    }

    .bsd-otv-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      border-radius: 13px;
      background: #e9f8ee;
      color: #159447;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .bsd-otv-service h3 {
      font-size: 20px;
      margin-bottom: 9px;
      color: #1c2b21;
    }

    .bsd-otv-service p {
      color: #68746d;
      font-size: 14px;
    }

    /* ISSUES */
    .bsd-otv-issues {
      background: #f2fbf5;
    }

    .bsd-otv-issue-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-otv-issue {
      display: flex;
      align-items: center;
      gap: 14px;
      background: #fff;
      border: 1px solid #dcebe1;
      padding: 18px 20px;
      border-radius: 11px;
    }

    .bsd-otv-check {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #dcf6e5;
      color: #149143;
      font-weight: bold;
    }

    .bsd-otv-issue span {
      color: #34443a;
      font-weight: 600;
    }

    /* PROCESS */
    .bsd-otv-process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-otv-process {
      position: relative;
      padding: 25px;
      background: #fff;
      border-radius: 14px;
      border: 1px solid #e0ebe3;
    }

    .bsd-otv-number {
      font-size: 35px;
      font-weight: 800;
      color: #cdebd6;
      margin-bottom: 10px;
    }

    .bsd-otv-process h3 {
      font-size: 18px;
      margin-bottom: 8px;
    }

    .bsd-otv-process p {
      font-size: 14px;
      color: #6b766f;
    }
.b1 {
    color: #fff !important;
}
    /* CTA */
    .bsd-otv-cta {
      padding: 70px 0;
      background: #116d32;
    }

    .bsd-otv-cta-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }

    .bsd-otv-cta h2 {
      color: #fff;
      font-size: clamp(30px, 4vw, 44px);
      line-height: 1.1;
      margin-bottom: 12px;
    }

    .bsd-otv-cta p {
      max-width: 650px;
      color: #d9f4e1;
    }

    .bsd-otv-cta .bsd-otv-btn {
      flex-shrink: 0;
      background: #fff;
      color: #116d32;
    }
	
	
	/***********Laser Printer************/
	
	 /* =========================
       HERO SECTION
    ========================== */

    .bsd-lpr-hero {
      padding: 85px 0 75px;
      background:
        radial-gradient(
          circle at 85% 25%,
          rgba(34, 197, 94, 0.15),
          transparent 28%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #f3fff7 100%
        );
    }

    .bsd-lpr-hero-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-lpr-tag {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      border-radius: 40px;
      background: #e7f8ed;
      color: #12843a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .8px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .bsd-lpr-tag-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
    }

    .bsd-lpr-title {
      font-size: clamp(40px, 5vw, 66px);
      line-height: 1.02;
      letter-spacing: -2.5px;
      margin-bottom: 22px;
      color: #152019;
    }

    .bsd-lpr-title span {
      color: #16a34a;
    }

    .bsd-lpr-intro {
      max-width: 610px;
      color: #647068;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-lpr-action-row {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-lpr-button {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 51px;
      padding: 0 23px;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      transition: all .25s ease;
    }

    .bsd-lpr-button-main {
      color: #ffffff;
      background: #16a34a;
      box-shadow: 0 12px 28px rgba(22, 163, 74, .18);
    }

    .bsd-lpr-button-main:hover {
      background: #10803a;
      transform: translateY(-2px);
    }

    .bsd-lpr-button-light {
      color: #176a35;
      background: #ffffff;
      border: 1px solid #b9dcc5;
    }

    .bsd-lpr-button-light:hover {
      background: #effaf3;
    }

    /* =========================
       PRINTER ILLUSTRATION
    ========================== */

    .bsd-lpr-visual {
      position: relative;
      min-height: 420px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bsd-lpr-orb {
      position: absolute;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(34, 197, 94, .12);
      filter: blur(15px);
    }

    .bsd-lpr-machine {
      position: relative;
      width: min(470px, 95%);
      height: 275px;
      z-index: 2;
    }

    .bsd-lpr-printer-top {
      position: absolute;
      top: 35px;
      left: 50%;
      transform: translateX(-50%);
      width: 82%;
      height: 105px;
      border-radius: 18px 18px 7px 7px;
      background: #eef2ef;
      border: 2px solid #d4ddd7;
      box-shadow: 0 12px 25px rgba(22, 42, 28, .10);
    }

    .bsd-lpr-printer-front {
      position: absolute;
      top: 110px;
      left: 50%;
      transform: translateX(-50%);
      width: 92%;
      height: 125px;
      border-radius: 10px 10px 17px 17px;
      background: #ffffff;
      border: 2px solid #d5ded8;
      box-shadow: 0 25px 45px rgba(17, 48, 28, .16);
    }

    .bsd-lpr-panel {
      position: absolute;
      top: 22px;
      right: 25px;
      width: 95px;
      height: 37px;
      border-radius: 7px;
      background: #18221c;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
    }

    .bsd-lpr-panel-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #2ecc71;
    }

    .bsd-lpr-output {
      position: absolute;
      left: 50%;
      bottom: -8px;
      transform: translateX(-50%);
      width: 70%;
      height: 60px;
      border-radius: 4px;
      background: #f6f8f6;
      border: 1px solid #dce4de;
    }

    .bsd-lpr-paper {
      position: absolute;
      top: -18px;
      left: 50%;
      transform: translateX(-50%);
      width: 55%;
      height: 55px;
      background: #ffffff;
      border: 1px solid #d7ded9;
      box-shadow: 0 4px 12px rgba(0,0,0,.06);
    }

    .bsd-lpr-paper-lines {
      position: absolute;
      top: 12px;
      left: 13px;
      right: 13px;
      height: 30px;
      background: repeating-linear-gradient(
        to bottom,
        #b9c8bd 0,
        #b9c8bd 2px,
        transparent 2px,
        transparent 9px
      );
    }

    .bsd-lpr-status {
      position: absolute;
      right: -25px;
      bottom: 30px;
      z-index: 4;
      background: #ffffff;
      padding: 15px 18px;
      border-radius: 12px;
      border: 1px solid #dcebe1;
      box-shadow: 0 18px 35px rgba(18, 58, 31, .13);
    }

    .bsd-lpr-status strong {
      display: block;
      color: #12883d;
      font-size: 21px;
    }

    .bsd-lpr-status small {
      color: #6b766f;
    }

    /* =========================
       TRUST BAR
    ========================== */

    .bsd-lpr-trust {
      border-top: 1px solid #e5eee8;
      border-bottom: 1px solid #e5eee8;
      background: #fbfefc;
      padding: 23px 0;
    }

    .bsd-lpr-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-lpr-trust-box {
      text-align: center;
    }

    .bsd-lpr-trust-box strong {
      display: block;
      color: #17251c;
      font-size: 16px;
    }

    .bsd-lpr-trust-box span {
      color: #78837c;
      font-size: 13px;
    }

    /* =========================
       COMMON SECTION
    ========================== */

    .bsd-lpr-section {
      padding: 90px 0;
    }

    .bsd-lpr-heading {
      max-width: 730px;
      text-align: center;
      margin: 0 auto 48px;
    }

    .bsd-lpr-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .bsd-lpr-heading h2 {
      font-size: clamp(32px, 4vw, 45px);
      line-height: 1.1;
      color: #18251c;
      margin-bottom: 14px;
    }

    .bsd-lpr-heading p {
      color: #68746c;
      font-size: 16px;
    }

    /* =========================
       SERVICE CARDS
    ========================== */

    .bsd-lpr-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-lpr-card {
      padding: 30px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 16px;
      transition: .25s ease;
    }

    .bsd-lpr-card:hover {
      transform: translateY(-5px);
      border-color: #9bd4ae;
      box-shadow: 0 18px 40px rgba(22, 85, 44, .08);
    }

    .bsd-lpr-card-icon {
      width: 53px;
      height: 53px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: #e8f8ed;
      color: #159447;
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 19px;
    }

    .bsd-lpr-card h3 {
      font-size: 20px;
      margin-bottom: 8px;
      color: #1d2b21;
    }

    .bsd-lpr-card p {
      font-size: 14px;
      color: #6b766f;
    }

    /* =========================
       PROBLEMS
    ========================== */

    .bsd-lpr-problem-area {
      background: #f2fbf5;
    }

    .bsd-lpr-problem-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-lpr-problem {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 11px;
    }

    .bsd-lpr-check {
      width: 29px;
      height: 29px;
      min-width: 29px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #dcf6e5;
      color: #138b40;
      font-weight: bold;
    }

    .bsd-lpr-problem span {
      color: #35443a;
      font-weight: 600;
    }

    /* =========================
       REPAIR PROCESS
    ========================== */

    .bsd-lpr-process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-lpr-process-box {
      position: relative;
      padding: 28px 24px;
      border: 1px solid #dfebe2;
      border-radius: 15px;
      background: #ffffff;
    }

    .bsd-lpr-step {
      font-size: 34px;
      line-height: 1;
      font-weight: 800;
      color: #cdebd6;
      margin-bottom: 14px;
    }

    .bsd-lpr-process-box h3 {
      color: #1c2b21;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-lpr-process-box p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =========================
       WHY BSDMAX
    ========================== */

    .bsd-lpr-why {
      background: #0f7134;
      color: #ffffff;
    }

    .bsd-lpr-why-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-lpr-why h2 {
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-lpr-why-intro {
      color: #d8f1df;
      max-width: 520px;
    }

    .bsd-lpr-benefits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-lpr-benefit {
      padding: 22px;
      border: 1px solid rgba(255,255,255,.17);
      border-radius: 12px;
      background: rgba(255,255,255,.07);
    }

    .bsd-lpr-benefit strong {
      display: block;
      margin-bottom: 5px;
    }

    .bsd-lpr-benefit span {
      color: #cbe9d4;
      font-size: 13px;
    }

    /* =========================
       CTA
    ========================== */

    .bsd-lpr-contact {
      padding: 75px 0;
      background: #f5fcf7;
    }

    .bsd-lpr-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      border-radius: 20px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      box-shadow: 0 18px 50px rgba(21, 65, 34, .07);
    }

    .bsd-lpr-contact h2 {
      font-size: clamp(29px, 4vw, 42px);
      color: #17251c;
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-lpr-contact p {
      max-width: 650px;
      color: #6a766e;
    }

/********Scanner***********/

/* =====================================================
       HERO
    ====================================================== */

    .bsd-scan-hero {
      position: relative;
      padding: 90px 0 85px;
      background:
        radial-gradient(
          circle at 80% 25%,
          rgba(22, 163, 74, .13),
          transparent 30%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #f2fcf5 100%
        );
    }

    .bsd-scan-hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 60px;
    }

    .bsd-scan-label {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      border-radius: 50px;
      background: #e6f7eb;
      color: #12823a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .8px;
      margin-bottom: 20px;
    }

    .bsd-scan-label i {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
      display: inline-block;
    }

    .bsd-scan-title {
      color: #152019;
      font-size: clamp(42px, 5vw, 67px);
      line-height: 1.02;
      letter-spacing: -2.5px;
      margin-bottom: 23px;
    }

    .bsd-scan-title span {
      color: #16a34a;
    }

    .bsd-scan-description {
      max-width: 620px;
      color: #647068;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-scan-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-scan-btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 51px;
      padding: 0 23px;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-scan-btn-primary {
      color: #ffffff;
      background: #16a34a;
      box-shadow: 0 12px 28px rgba(22, 163, 74, .18);
    }

    .bsd-scan-btn-primary:hover {
      background: #10813a;
      transform: translateY(-2px);
    }

    .bsd-scan-btn-secondary {
      color: #176b36;
      background: #ffffff;
      border: 1px solid #b8dac3;
    }

    .bsd-scan-btn-secondary:hover {
      background: #edf9f1;
    }

    /* =====================================================
       SCANNER ILLUSTRATION
    ====================================================== */

    .bsd-scan-visual {
      position: relative;
      min-height: 430px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bsd-scan-glow {
      position: absolute;
      width: 350px;
      height: 350px;
      border-radius: 50%;
      background: rgba(34, 197, 94, .12);
      filter: blur(18px);
    }

    .bsd-scan-device {
      position: relative;
      width: min(500px, 95%);
      height: 300px;
      z-index: 2;
    }

    .bsd-scan-lid {
      position: absolute;
      width: 82%;
      height: 110px;
      left: 9%;
      top: 25px;
      border-radius: 15px 15px 8px 8px;
      background: #eef3ef;
      border: 2px solid #d4ded7;
      box-shadow: 0 15px 30px rgba(20, 45, 28, .10);
      transform: perspective(500px) rotateX(3deg);
    }

    .bsd-scan-glass {
      position: absolute;
      width: 69%;
      height: 60px;
      left: 15.5%;
      top: 43px;
      background:
        linear-gradient(
          120deg,
          #dcebe1,
          #ffffff 45%,
          #c8dfcf
        );
      border: 1px solid #b9cabe;
      border-radius: 5px;
    }

    .bsd-scan-glass-line {
      position: absolute;
      width: 4px;
      height: 100%;
      left: 45%;
      background: #38b866;
      opacity: .55;
      box-shadow: 0 0 16px #38b866;
    }

    .bsd-scan-base {
      position: absolute;
      width: 94%;
      height: 125px;
      left: 3%;
      top: 120px;
      border-radius: 12px 12px 20px 20px;
      background: #ffffff;
      border: 2px solid #d5ded8;
      box-shadow: 0 25px 45px rgba(17, 48, 28, .15);
    }

    .bsd-scan-front-panel {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 22px;
      width: 75%;
      height: 30px;
      border-radius: 6px;
      background: #edf2ee;
      border: 1px solid #d7e1da;
    }

    .bsd-scan-button-light {
      position: absolute;
      right: 15px;
      top: 9px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 9px rgba(22, 163, 74, .55);
    }

    .bsd-scan-paper {
      position: absolute;
      width: 57%;
      height: 80px;
      top: 130px;
      left: 21.5%;
      background: #ffffff;
      border: 1px solid #d5ddd7;
      box-shadow: 0 6px 15px rgba(0,0,0,.07);
      transform: translateY(-35px);
      z-index: -1;
    }

    .bsd-scan-paper-lines {
      position: absolute;
      left: 14px;
      right: 14px;
      top: 15px;
      height: 45px;
      background:
        repeating-linear-gradient(
          to bottom,
          #b8c8bd 0,
          #b8c8bd 2px,
          transparent 2px,
          transparent 10px
        );
    }

    .bsd-scan-status {
      position: absolute;
      right: -20px;
      bottom: 22px;
      z-index: 5;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 12px;
      padding: 15px 18px;
      box-shadow: 0 18px 38px rgba(20, 61, 33, .13);
    }

    .bsd-scan-status strong {
      display: block;
      color: #12883d;
      font-size: 20px;
    }

    .bsd-scan-status small {
      color: #6c7770;
    }

    /* =====================================================
       QUICK TRUST BAR
    ====================================================== */

    .bsd-scan-trust {
      padding: 24px 0;
      border-top: 1px solid #e4eee7;
      border-bottom: 1px solid #e4eee7;
      background: #fbfefc;
    }

    .bsd-scan-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-scan-trust-item {
      text-align: center;
    }

    .bsd-scan-trust-item strong {
      display: block;
      color: #17251c;
      font-size: 16px;
    }

    .bsd-scan-trust-item span {
      color: #78837c;
      font-size: 13px;
    }

    /* =====================================================
       GENERAL SECTIONS
    ====================================================== */

    .bsd-scan-section {
      padding: 90px 0;
    }

    .bsd-scan-heading {
      max-width: 730px;
      text-align: center;
      margin: 0 auto 48px;
    }

    .bsd-scan-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .bsd-scan-heading h2 {
      color: #18251c;
      font-size: clamp(32px, 4vw, 45px);
      line-height: 1.1;
      margin-bottom: 14px;
    }

    .bsd-scan-heading p {
      color: #68746c;
      font-size: 16px;
    }

    /* =====================================================
       SERVICES
    ====================================================== */

    .bsd-scan-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-scan-service-card {
      padding: 30px;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      background: #ffffff;
      transition: .25s ease;
    }

    .bsd-scan-service-card:hover {
      transform: translateY(-5px);
      border-color: #9bd4ae;
      box-shadow: 0 18px 40px rgba(24, 83, 43, .08);
    }

    .bsd-scan-service-icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      background: #e7f8ed;
      border-radius: 14px;
      color: #149447;
      font-size: 23px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .bsd-scan-service-card h3 {
      color: #1b2a20;
      font-size: 20px;
      margin-bottom: 8px;
    }

    .bsd-scan-service-card p {
      color: #6a766e;
      font-size: 14px;
    }

    /* =====================================================
       PROBLEM SECTION
    ====================================================== */

    .bsd-scan-problem-area {
      background: #f2fbf5;
    }

    .bsd-scan-problem-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-scan-problem {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      border-radius: 11px;
      border: 1px solid #dcebe1;
      background: #ffffff;
    }

    .bsd-scan-check {
      width: 29px;
      height: 29px;
      min-width: 29px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #dcf6e5;
      color: #138d41;
      font-weight: bold;
    }

    .bsd-scan-problem span {
      color: #34433a;
      font-weight: 600;
    }

    /* =====================================================
       DEVICE TYPES
    ====================================================== */

    .bsd-scan-device-section {
      background: #ffffff;
    }

    .bsd-scan-device-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-scan-device-card {
      padding: 25px 20px;
      text-align: center;
      border-radius: 15px;
      border: 1px solid #dfebe2;
      background: #ffffff;
      transition: .25s ease;
    }

    .bsd-scan-device-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 35px rgba(25, 75, 40, .08);
    }

    .bsd-scan-device-icon {
      width: 55px;
      height: 55px;
      margin: 0 auto 14px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #eaf8ee;
      color: #159447;
      font-size: 22px;
    }

    .bsd-scan-device-card h3 {
      font-size: 17px;
      color: #203026;
      margin-bottom: 5px;
    }

    .bsd-scan-device-card p {
      font-size: 13px;
      color: #748078;
    }

    /* =====================================================
       PROCESS
    ====================================================== */

    .bsd-scan-process-area {
      background: #f5fcf7;
    }

    .bsd-scan-process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-scan-process-card {
      padding: 27px 23px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 15px;
    }

    .bsd-scan-step {
      color: #ccebd5;
      font-size: 35px;
      line-height: 1;
      font-weight: 800;
      margin-bottom: 15px;
    }

    .bsd-scan-process-card h3 {
      color: #1d2b21;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-scan-process-card p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       WHY BSDMAX
    ====================================================== */

    .bsd-scan-why {
      background: #106f34;
      color: #ffffff;
    }

    .bsd-scan-why-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-scan-why h2 {
      color: #ffffff;
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-scan-why-intro {
      color: #d7f0de;
      max-width: 520px;
    }

    .bsd-scan-benefits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-scan-benefit {
      padding: 22px;
      border-radius: 12px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.17);
    }

    .bsd-scan-benefit strong {
      display: block;
      margin-bottom: 5px;
    }

    .bsd-scan-benefit span {
      color: #cbe8d3;
      font-size: 13px;
    }

    /* =====================================================
       CTA
    ====================================================== */

    .bsd-scan-contact {
      padding: 75px 0;
      background: #f5fcf7;
    }

    .bsd-scan-contact-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      padding: 45px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      box-shadow: 0 18px 50px rgba(20, 65, 35, .07);
    }

    .bsd-scan-contact h2 {
      color: #17251c;
      font-size: clamp(29px, 4vw, 42px);
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-scan-contact p {
      max-width: 650px;
      color: #69756d;
    }

/**********Printer Repair Services************/	

 /* =====================================================
       HERO
    ====================================================== */

    .bsd-phc-hero {
      position: relative;
      padding: 85px 0;
      background:
        radial-gradient(
          circle at 90% 15%,
          rgba(22, 163, 74, .13),
          transparent 28%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #f1fcf5 100%
        );
    }

    .bsd-phc-hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 65px;
    }

    .bsd-phc-label {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      border-radius: 50px;
      background: #e7f8ed;
      color: #12833a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .8px;
      margin-bottom: 20px;
    }

    .bsd-phc-label-dot {
      width: 8px;
      height: 8px;
      background: #16a34a;
      border-radius: 50%;
    }

    .bsd-phc-title {
      font-size: clamp(42px, 5vw, 65px);
      line-height: 1.02;
      letter-spacing: -2.5px;
      color: #152019;
      margin-bottom: 23px;
    }

    .bsd-phc-title span {
      color: #16a34a;
    }

    .bsd-phc-description {
      max-width: 630px;
      color: #657169;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-phc-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-phc-btn {
      min-height: 51px;
      padding: 0 23px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-phc-btn-primary {
      background: #16a34a;
      color: #ffffff;
      box-shadow: 0 12px 28px rgba(22, 163, 74, .18);
    }

    .bsd-phc-btn-primary:hover {
      background: #0d8138;
      transform: translateY(-2px);
    }

    .bsd-phc-btn-light {
      background: #ffffff;
      color: #176c37;
      border: 1px solid #b9dac4;
    }

    .bsd-phc-btn-light:hover {
      background: #edf9f1;
    }

    /* =====================================================
       PRINTER HEAD VISUAL
    ====================================================== */

    .bsd-phc-visual {
      position: relative;
      min-height: 420px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bsd-phc-glow {
      position: absolute;
      width: 330px;
      height: 330px;
      border-radius: 50%;
      background: rgba(34, 197, 94, .12);
      filter: blur(20px);
    }

    .bsd-phc-printer {
      position: relative;
      width: 420px;
      height: 310px;
      z-index: 2;
    }

    .bsd-phc-printer-top {
      position: absolute;
      top: 35px;
      left: 7%;
      width: 86%;
      height: 115px;
      border-radius: 18px 18px 8px 8px;
      background: #eef4ef;
      border: 2px solid #d0ddd4;
      box-shadow: 0 15px 30px rgba(23, 65, 36, .10);
    }

    .bsd-phc-printer-glass {
      position: absolute;
      left: 15%;
      top: 20px;
      width: 70%;
      height: 60px;
      border-radius: 7px;
      background:
        linear-gradient(
          135deg,
          #d8ebde,
          #ffffff 50%,
          #c5dfcd
        );
      border: 1px solid #b9cdbf;
    }

    .bsd-phc-scan-line {
      position: absolute;
      left: 12%;
      right: 12%;
      top: 27px;
      height: 4px;
      border-radius: 5px;
      background: #16a34a;
      box-shadow: 0 0 12px rgba(22, 163, 74, .7);
    }

    .bsd-phc-printer-body {
      position: absolute;
      left: 3%;
      top: 130px;
      width: 94%;
      height: 125px;
      border-radius: 12px 12px 20px 20px;
      background: #ffffff;
      border: 2px solid #d5dfd8;
      box-shadow: 0 25px 45px rgba(17, 55, 29, .16);
    }

    .bsd-phc-output {
      position: absolute;
      left: 15%;
      bottom: 20px;
      width: 70%;
      height: 55px;
      border-radius: 5px;
      background: #f1f5f2;
      border: 1px solid #d7e1da;
    }

    .bsd-phc-paper {
      position: absolute;
      width: 50%;
      height: 75px;
      left: 25%;
      bottom: 35px;
      background: #ffffff;
      border: 1px solid #d3ddd6;
      box-shadow: 0 8px 15px rgba(0,0,0,.07);
      z-index: -1;
    }

    .bsd-phc-paper-lines {
      position: absolute;
      left: 13px;
      right: 13px;
      top: 13px;
      height: 45px;
      background:
        repeating-linear-gradient(
          to bottom,
          #b9c9bd 0,
          #b9c9bd 2px,
          transparent 2px,
          transparent 10px
        );
    }

    /* Ink drops */

    .bsd-phc-drop {
      position: absolute;
      border-radius: 50% 50% 55% 45%;
      transform: rotate(45deg);
      background: #16a34a;
      opacity: .85;
    }

    .bsd-phc-drop-one {
      width: 23px;
      height: 23px;
      top: 5px;
      right: 20px;
    }

    .bsd-phc-drop-two {
      width: 15px;
      height: 15px;
      bottom: 15px;
      left: 20px;
    }

    .bsd-phc-clean-badge {
      position: absolute;
      right: -20px;
      bottom: 30px;
      z-index: 5;
      padding: 15px 19px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 12px;
      box-shadow: 0 18px 40px rgba(20, 62, 33, .14);
    }

    .bsd-phc-clean-badge strong {
      display: block;
      color: #12883d;
      font-size: 20px;
    }

    .bsd-phc-clean-badge small {
      color: #6b766f;
    }

    .bsd-phc-clean-icon {
      position: absolute;
      left: 5px;
      bottom: 45px;
      width: 65px;
      height: 65px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #ffffff;
      border: 1px solid #dcebe1;
      color: #16a34a;
      font-size: 27px;
      z-index: 5;
      box-shadow: 0 15px 30px rgba(20, 62, 33, .12);
    }

    /* =====================================================
       TRUST STRIP
    ====================================================== */

    .bsd-phc-trust {
      padding: 25px 0;
      background: #fbfefc;
      border-top: 1px solid #e4eee7;
      border-bottom: 1px solid #e4eee7;
    }

    .bsd-phc-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-phc-trust-item {
      text-align: center;
    }

    .bsd-phc-trust-item strong {
      display: block;
      color: #18251c;
      font-size: 16px;
    }

    .bsd-phc-trust-item span {
      color: #78837c;
      font-size: 13px;
    }

    /* =====================================================
       SECTION
    ====================================================== */

    .bsd-phc-section {
      padding: 90px 0;
    }

    .bsd-phc-heading {
      max-width: 750px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .bsd-phc-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .bsd-phc-heading h2 {
      color: #18251c;
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      margin-bottom: 14px;
    }

    .bsd-phc-heading p {
      color: #69756d;
      font-size: 16px;
    }

    /* =====================================================
       SERVICE CARDS
    ====================================================== */

    .bsd-phc-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-phc-card {
      position: relative;
      padding: 30px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      overflow: hidden;
      transition: .25s ease;
    }

    .bsd-phc-card:hover {
      transform: translateY(-5px);
      border-color: #9bd4ae;
      box-shadow: 0 18px 40px rgba(22, 82, 42, .08);
    }

    .bsd-phc-card::after {
      content: "";
      position: absolute;
      width: 90px;
      height: 90px;
      right: -45px;
      bottom: -45px;
      border-radius: 50%;
      background: #e9f8ed;
    }

    .bsd-phc-card-icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border-radius: 14px;
      background: #e7f8ed;
      color: #159447;
      font-size: 23px;
      font-weight: bold;
    }

    .bsd-phc-card h3 {
      color: #1d2c22;
      font-size: 20px;
      margin-bottom: 8px;
    }

    .bsd-phc-card p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       COMMON PROBLEMS
    ====================================================== */

    .bsd-phc-problem-area {
      background: #f2fbf5;
    }

    .bsd-phc-problems {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-phc-problem {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      border: 1px solid #dcebe1;
      background: #ffffff;
      border-radius: 11px;
    }

    .bsd-phc-check {
      width: 29px;
      height: 29px;
      min-width: 29px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #dcf6e5;
      color: #138d41;
      font-weight: bold;
    }

    .bsd-phc-problem span {
      color: #34443a;
      font-weight: 600;
    }

    /* =====================================================
       PRINTER TYPES
    ====================================================== */

    .bsd-phc-types {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-phc-type {
      text-align: center;
      padding: 28px 20px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      transition: .25s ease;
    }

    .bsd-phc-type:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 35px rgba(22, 77, 39, .08);
    }

    .bsd-phc-type-icon {
      width: 58px;
      height: 58px;
      margin: 0 auto 15px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #e8f8ed;
      color: #159447;
      font-size: 24px;
    }

    .bsd-phc-type h3 {
      color: #203026;
      font-size: 17px;
      margin-bottom: 5px;
    }

    .bsd-phc-type p {
      color: #737e77;
      font-size: 13px;
    }

    /* =====================================================
       CLEANING PROCESS
    ====================================================== */

    .bsd-phc-process-area {
      background: #f5fcf7;
    }

    .bsd-phc-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-phc-process-card {
      padding: 27px 23px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 15px;
    }

    .bsd-phc-step {
      color: #ccebd5;
      font-size: 35px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 15px;
    }

    .bsd-phc-process-card h3 {
      color: #1d2b21;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-phc-process-card p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       BENEFITS
    ====================================================== */

    .bsd-phc-benefit-area {
      background: #106f34;
      color: #ffffff;
    }

    .bsd-phc-benefit-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-phc-benefit-area h2 {
      color: #ffffff;
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-phc-benefit-intro {
      max-width: 530px;
      color: #d7f0de;
    }

    .bsd-phc-benefits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-phc-benefit {
      padding: 22px;
      border-radius: 12px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.17);
    }

    .bsd-phc-benefit strong {
      display: block;
      margin-bottom: 5px;
    }

    .bsd-phc-benefit span {
      color: #cbe8d3;
      font-size: 13px;
    }

    /* =====================================================
       CTA
    ====================================================== */

    .bsd-phc-contact {
      padding: 75px 0;
      background: #f5fcf7;
    }

    .bsd-phc-contact-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      padding: 45px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      box-shadow: 0 18px 50px rgba(20, 65, 35, .07);
    }

    .bsd-phc-contact h2 {
      color: #17251c;
      font-size: clamp(29px, 4vw, 42px);
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-phc-contact p {
      max-width: 650px;
      color: #69756d;
    }
	
	
	/*******Printer Driver Installations********/
	
	 /* =====================================================
       HERO COMPUTER / PRINTER VISUAL
    ====================================================== */

    .bsd-pdi-visual {
      position: relative;
      min-height: 430px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bsd-pdi-orbit {
      position: absolute;
      width: 350px;
      height: 350px;
      border-radius: 50%;
      border: 1px dashed #a9d7b7;
    }

    .bsd-pdi-orbit::before {
      content: "";
      position: absolute;
      inset: 28px;
      border-radius: 50%;
      border: 1px solid #d3ebda;
    }

    .bsd-pdi-device {
      position: relative;
      width: 380px;
      height: 330px;
      z-index: 2;
    }

    /* Monitor */

    .bsd-pdi-monitor {
      position: absolute;
      left: 55px;
      top: 20px;
      width: 270px;
      height: 185px;
      border-radius: 14px;
      background: #ffffff;
      border: 7px solid #d3ddd6;
      box-shadow: 0 25px 50px rgba(20, 65, 35, .14);
    }

    .bsd-pdi-screen {
      position: absolute;
      inset: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 7px;
      background:
        linear-gradient(
          145deg,
          #f0faf3,
          #d9f1e0
        );
      overflow: hidden;
    }

    .bsd-pdi-screen-header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 31px;
      background: #16a34a;
    }

    .bsd-pdi-screen-circle {
      position: absolute;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      background: #ffffff;
      border: 7px solid #16a34a;
    }

    .bsd-pdi-screen-check {
      position: absolute;
      color: #16a34a;
      font-size: 42px;
      font-weight: bold;
    }

    .bsd-pdi-monitor-stand {
      position: absolute;
      left: 165px;
      top: 205px;
      width: 55px;
      height: 45px;
      background: #c7d4cb;
    }

    .bsd-pdi-monitor-base {
      position: absolute;
      left: 125px;
      top: 245px;
      width: 135px;
      height: 15px;
      border-radius: 30px;
      background: #aebdb3;
    }

    /* Printer */

    .bsd-pdi-printer {
      position: absolute;
      right: 5px;
      bottom: 25px;
      width: 145px;
      height: 115px;
      border-radius: 10px;
      background: #ffffff;
      border: 2px solid #cddbd1;
      box-shadow: 0 15px 30px rgba(20, 65, 35, .13);
    }

    .bsd-pdi-printer-top {
      position: absolute;
      left: 18px;
      right: 18px;
      top: -27px;
      height: 40px;
      border-radius: 6px 6px 0 0;
      background: #e8efea;
      border: 2px solid #ccd9d0;
    }

    .bsd-pdi-paper {
      position: absolute;
      left: 30px;
      right: 30px;
      top: 35px;
      height: 55px;
      background: #ffffff;
      border: 1px solid #d3ddd6;
    }

    .bsd-pdi-paper-line {
      position: absolute;
      left: 9px;
      right: 9px;
      top: 12px;
      height: 30px;
      background:
        repeating-linear-gradient(
          to bottom,
          #b9c9bd 0,
          #b9c9bd 2px,
          transparent 2px,
          transparent 8px
        );
    }

    /* Connection */

    .bsd-pdi-connection {
      position: absolute;
      right: 90px;
      bottom: 80px;
      width: 105px;
      height: 4px;
      background: #16a34a;
      transform: rotate(-22deg);
      border-radius: 10px;
      z-index: 1;
    }

    .bsd-pdi-connection::after {
      content: "";
      position: absolute;
      right: -4px;
      top: -5px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 15px rgba(22,163,74,.5);
    }

    .bsd-pdi-status {
      position: absolute;
      left: 0;
      bottom: 38px;
      z-index: 4;
      padding: 14px 18px;
      border-radius: 12px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      box-shadow: 0 18px 40px rgba(20, 62, 33, .13);
    }

    .bsd-pdi-status strong {
      display: block;
      color: #12883d;
      font-size: 19px;
    }

    .bsd-pdi-status small {
      color: #6b766f;
    }

    .bsd-pdi-download {
      position: absolute;
      right: -10px;
      top: 45px;
      width: 65px;
      height: 65px;
      display: grid;
      place-items: center;
      z-index: 5;
      border-radius: 50%;
      background: #ffffff;
      border: 1px solid #dcebe1;
      color: #16a34a;
      font-size: 27px;
      font-weight: bold;
      box-shadow: 0 15px 30px rgba(20, 62, 33, .12);
    }

    /* =====================================================
       TRUST BAR
    ====================================================== */

    .bsd-pdi-trust {
      padding: 25px 0;
      background: #fbfefc;
      border-top: 1px solid #e4eee7;
      border-bottom: 1px solid #e4eee7;
    }

    .bsd-pdi-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-pdi-trust-item {
      text-align: center;
    }

    .bsd-pdi-trust-item strong {
      display: block;
      color: #18251c;
      font-size: 16px;
    }

    .bsd-pdi-trust-item span {
      color: #78837c;
      font-size: 13px;
    }

    /* =====================================================
       SECTION HEADING
    ====================================================== */

    .bsd-pdi-section {
      padding: 90px 0;
    }

    .bsd-pdi-heading {
      max-width: 750px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .bsd-pdi-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .bsd-pdi-heading h2 {
      color: #18251c;
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      margin-bottom: 14px;
    }

    .bsd-pdi-heading p {
      color: #69756d;
      font-size: 16px;
    }

    /* =====================================================
       SERVICE CARDS
    ====================================================== */

    .bsd-pdi-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-pdi-service {
      position: relative;
      padding: 30px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      overflow: hidden;
      transition: .25s ease;
    }

    .bsd-pdi-service:hover {
      transform: translateY(-5px);
      border-color: #9bd4ae;
      box-shadow: 0 18px 40px rgba(22, 82, 42, .08);
    }

    .bsd-pdi-service::after {
      content: "";
      position: absolute;
      width: 85px;
      height: 85px;
      right: -42px;
      bottom: -42px;
      border-radius: 50%;
      background: #e9f8ed;
    }

    .bsd-pdi-service-icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border-radius: 14px;
      background: #e7f8ed;
      color: #159447;
      font-size: 22px;
      font-weight: bold;
    }

    .bsd-pdi-service h3 {
      color: #1d2c22;
      font-size: 20px;
      margin-bottom: 8px;
    }

    .bsd-pdi-service p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       COMMON PROBLEMS
    ====================================================== */

    .bsd-pdi-problem-area {
      background: #f2fbf5;
    }

    .bsd-pdi-problems {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-pdi-problem {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 11px;
    }

    .bsd-pdi-check {
      width: 29px;
      height: 29px;
      min-width: 29px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #dcf6e5;
      color: #138d41;
      font-weight: bold;
    }

    .bsd-pdi-problem span {
      color: #34443a;
      font-weight: 600;
    }

    /* =====================================================
       DEVICE TYPES
    ====================================================== */

    .bsd-pdi-devices {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-pdi-device-card {
      padding: 28px 20px;
      text-align: center;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      transition: .25s ease;
    }

    .bsd-pdi-device-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 35px rgba(22, 77, 39, .08);
    }

    .bsd-pdi-device-icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e8f8ed;
      color: #159447;
      font-size: 24px;
    }

    .bsd-pdi-device-card h3 {
      color: #203026;
      font-size: 17px;
      margin-bottom: 5px;
    }

    .bsd-pdi-device-card p {
      color: #737e77;
      font-size: 13px;
    }

    /* =====================================================
       PROCESS
    ====================================================== */

    .bsd-pdi-process-area {
      background: #f5fcf7;
    }

    .bsd-pdi-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-pdi-process-card {
      padding: 27px 23px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 15px;
    }

    .bsd-pdi-step {
      color: #ccebd5;
      font-size: 35px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 15px;
    }

    .bsd-pdi-process-card h3 {
      color: #1d2b21;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-pdi-process-card p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       WHY BSDMAX
    ====================================================== */

    .bsd-pdi-why {
      background: #106f34;
      color: #ffffff;
    }

    .bsd-pdi-why-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-pdi-why h2 {
      color: #ffffff;
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-pdi-why-intro {
      max-width: 530px;
      color: #d7f0de;
    }

    .bsd-pdi-benefits {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-pdi-benefit {
      padding: 22px;
      border-radius: 12px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.17);
    }

    .bsd-pdi-benefit strong {
      display: block;
      margin-bottom: 5px;
    }

    .bsd-pdi-benefit span {
      color: #cbe8d3;
      font-size: 13px;
    }

    /* =====================================================
       CTA
    ====================================================== */

    .bsd-pdi-contact {
      padding: 75px 0;
      background: #f5fcf7;
    }

    .bsd-pdi-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      box-shadow: 0 18px 50px rgba(20, 65, 35, .07);
    }

    .bsd-pdi-contact h2 {
      color: #17251c;
      font-size: clamp(29px, 4vw, 42px);
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-pdi-contact p {
      max-width: 650px;
      color: #69756d;
    }
	
	 .bsd-pdi-page {
      width: 100%;
      overflow: hidden;
      background: #ffffff;
    }

    .bsd-pdi-container {
      width: min(1180px, 92%);
      margin: 0 auto;
    }

    /* =====================================================
       HERO SECTION
    ====================================================== */

    .bsd-pdi-hero {
      position: relative;
      padding: 90px 0 85px;
      background:
        radial-gradient(
          circle at 90% 20%,
          rgba(22, 163, 74, 0.13),
          transparent 28%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #f0fbf4 100%
        );
    }

    .bsd-pdi-hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      align-items: center;
      gap: 65px;
    }

    .bsd-pdi-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 50px;
      background: #e5f8eb;
      color: #12823a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .8px;
      text-transform: uppercase;
    }

    .bsd-pdi-eyebrow-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
    }

    .bsd-pdi-title {
      color: #142019;
      font-size: clamp(42px, 5vw, 65px);
      line-height: 1.02;
      letter-spacing: -2.5px;
      margin-bottom: 22px;
    }

    .bsd-pdi-title span {
      color: #16a34a;
    }

    .bsd-pdi-intro {
      max-width: 630px;
      color: #657169;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-pdi-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-pdi-btn {
      min-height: 51px;
      padding: 0 23px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-pdi-btn-main {
      color: #ffffff;
      background: #16a34a;
      box-shadow: 0 12px 28px rgba(22, 163, 74, .18);
    }

    .bsd-pdi-btn-main:hover {
      background: #0d8138;
      transform: translateY(-2px);
    }

    .bsd-pdi-btn-secondary {
      color: #176c37;
      background: #ffffff;
      border: 1px solid #b9dac4;
    }

    .bsd-pdi-btn-secondary:hover {
      background: #edf9f1;
    }
	
	 @media (max-width: 950px) {

      .bsd-pdi-hero-grid,
      .bsd-pdi-why-grid {
        grid-template-columns: 1fr;
      }

      .bsd-pdi-services {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-pdi-devices,
      .bsd-pdi-process {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-pdi-visual {
        min-height: 350px;
      }
    }

    @media (max-width: 650px) {

      .bsd-pdi-hero {
        padding: 60px 0;
      }

      .bsd-pdi-title {
        font-size: 42px;
      }

      .bsd-pdi-intro {
        font-size: 16px;
      }

      .bsd-pdi-trust-grid,
      .bsd-pdi-services,
      .bsd-pdi-problems,
      .bsd-pdi-devices,
      .bsd-pdi-process,
      .bsd-pdi-benefits {
        grid-template-columns: 1fr;
      }

      .bsd-pdi-section {
        padding: 65px 0;
      }

      .bsd-pdi-visual {
        min-height: 300px;
      }

      .bsd-pdi-device {
        transform: scale(.78);
      }

      .bsd-pdi-status {
        left: 0;
      }

      .bsd-pdi-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }
    }
	
	/*********CCTV************/
	
	   
	   .bsd-cctv-container {
      width: min(1180px, 92%);
      margin: 0 auto;
    }

    /* =====================================================
       HERO
    ====================================================== */

    .bsd-cctv-hero {
      position: relative;
      padding: 90px 0;
      background:
        radial-gradient(
          circle at 90% 15%,
          rgba(22, 163, 74, .13),
          transparent 30%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #f0fbf4 100%
        );
    }

    .bsd-cctv-hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 65px;
    }

    .bsd-cctv-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 50px;
      background: #e6f8ec;
      color: #12823a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .8px;
      text-transform: uppercase;
    }

    .bsd-cctv-badge-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 10px rgba(22,163,74,.5);
    }

    .bsd-cctv-title {
      color: #142019;
      font-size: clamp(42px, 5vw, 65px);
      line-height: 1.02;
      letter-spacing: -2.5px;
      margin-bottom: 23px;
    }

    .bsd-cctv-title span {
      color: #16a34a;
    }

    .bsd-cctv-intro {
      max-width: 650px;
      color: #657169;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-cctv-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-cctv-btn {
      min-height: 51px;
      padding: 0 23px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-cctv-btn-primary {
      color: #ffffff;
      background: #16a34a;
      box-shadow: 0 12px 28px rgba(22,163,74,.18);
    }

    .bsd-cctv-btn-primary:hover {
      background: #0d8138;
      transform: translateY(-2px);
    }

    .bsd-cctv-btn-secondary {
      color: #176c37;
      background: #ffffff;
      border: 1px solid #b9dac4;
    }

    .bsd-cctv-btn-secondary:hover {
      background: #edf9f1;
    }

    /* =====================================================
       HERO SECURITY CAMERA ILLUSTRATION
    ====================================================== */

    .bsd-cctv-visual {
      position: relative;
      min-height: 430px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bsd-cctv-radar {
      position: absolute;
      width: 340px;
      height: 340px;
      border-radius: 50%;
      border: 1px dashed #a8d7b5;
    }

    .bsd-cctv-radar::before,
    .bsd-cctv-radar::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      border: 1px solid #d2ebd9;
    }

    .bsd-cctv-radar::before {
      inset: 35px;
    }

    .bsd-cctv-radar::after {
      inset: 80px;
    }

    .bsd-cctv-camera {
      position: relative;
      width: 380px;
      height: 280px;
      z-index: 2;
    }

    /* Camera housing */

    .bsd-cctv-camera-head {
      position: absolute;
      left: 65px;
      top: 55px;
      width: 225px;
      height: 125px;
      border-radius: 22px 35px 35px 22px;
      background: linear-gradient(
        145deg,
        #ffffff,
        #dce8df
      );
      border: 2px solid #c8d8cc;
      box-shadow: 0 25px 45px rgba(20,65,35,.15);
    }

    .bsd-cctv-camera-front {
      position: absolute;
      right: -25px;
      top: 20px;
      width: 75px;
      height: 85px;
      border-radius: 12px 25px 25px 12px;
      background: #edf4ef;
      border: 2px solid #c5d5ca;
    }

    .bsd-cctv-lens {
      position: absolute;
      right: 15px;
      top: 25px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #173a25;
      border: 6px solid #7db98d;
      box-shadow:
        inset 0 0 0 5px #274b34,
        0 0 20px rgba(22,163,74,.4);
    }

    .bsd-cctv-lens::after {
      content: "";
      position: absolute;
      width: 11px;
      height: 11px;
      left: 8px;
      top: 7px;
      border-radius: 50%;
      background: #ffffff;
      opacity: .75;
    }

    .bsd-cctv-camera-led {
      position: absolute;
      left: 25px;
      bottom: 20px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 12px rgba(22,163,74,.8);
    }

    /* Camera mount */

    .bsd-cctv-mount {
      position: absolute;
      left: 105px;
      top: 168px;
      width: 45px;
      height: 75px;
      background: #c4d2c8;
      border-radius: 5px;
    }

    .bsd-cctv-mount-base {
      position: absolute;
      left: 75px;
      bottom: 18px;
      width: 105px;
      height: 20px;
      border-radius: 20px;
      background: #aebdb3;
    }

    /* Security status */

    .bsd-cctv-status {
      position: absolute;
      left: 5px;
      bottom: 20px;
      z-index: 5;
      padding: 15px 20px;
      border-radius: 13px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      box-shadow: 0 18px 40px rgba(20,62,33,.13);
    }

    .bsd-cctv-status strong {
      display: block;
      color: #12883d;
      font-size: 19px;
    }

    .bsd-cctv-status small {
      color: #6b766f;
    }

    .bsd-cctv-shield {
      position: absolute;
      right: 10px;
      top: 35px;
      z-index: 5;
      width: 68px;
      height: 78px;
      display: grid;
      place-items: center;
      color: #ffffff;
      background: #16a34a;
      clip-path: polygon(
        50% 0%,
        90% 15%,
        85% 70%,
        50% 100%,
        15% 70%,
        10% 15%
      );
      font-size: 25px;
      font-weight: bold;
      box-shadow: 0 15px 30px rgba(22,163,74,.2);
    }

    /* =====================================================
       TRUST STRIP
    ====================================================== */

    .bsd-cctv-trust {
      padding: 25px 0;
      background: #fbfefc;
      border-top: 1px solid #e4eee7;
      border-bottom: 1px solid #e4eee7;
    }

    .bsd-cctv-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-cctv-trust-item {
      text-align: center;
    }

    .bsd-cctv-trust-item strong {
      display: block;
      color: #18251c;
      font-size: 16px;
    }

    .bsd-cctv-trust-item span {
      color: #78837c;
      font-size: 13px;
    }

    /* =====================================================
       SECTION
    ====================================================== */

    .bsd-cctv-section {
      padding: 90px 0;
    }

    .bsd-cctv-heading {
      max-width: 760px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .bsd-cctv-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .bsd-cctv-heading h2 {
      color: #18251c;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
      margin-bottom: 14px;
    }

    .bsd-cctv-heading p {
      color: #69756d;
      font-size: 16px;
    }

    /* =====================================================
       SERVICES
    ====================================================== */

    .bsd-cctv-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-cctv-service {
      position: relative;
      padding: 30px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      overflow: hidden;
      transition: .25s ease;
    }

    .bsd-cctv-service:hover {
      transform: translateY(-5px);
      border-color: #9bd4ae;
      box-shadow: 0 18px 40px rgba(22,82,42,.08);
    }

    .bsd-cctv-service::after {
      content: "";
      position: absolute;
      width: 90px;
      height: 90px;
      right: -45px;
      bottom: -45px;
      border-radius: 50%;
      background: #e9f8ed;
    }

    .bsd-cctv-icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border-radius: 14px;
      background: #e7f8ed;
      color: #159447;
      font-size: 22px;
      font-weight: bold;
    }

    .bsd-cctv-service h3 {
      color: #1d2c22;
      font-size: 20px;
      margin-bottom: 8px;
    }

    .bsd-cctv-service p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       COMMON SECURITY PROBLEMS
    ====================================================== */

    .bsd-cctv-problem-area {
      background: #f2fbf5;
    }

    .bsd-cctv-problems {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-cctv-problem {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 11px;
    }

    .bsd-cctv-check {
      width: 29px;
      height: 29px;
      min-width: 29px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #dcf6e5;
      color: #138d41;
      font-weight: bold;
    }

    .bsd-cctv-problem span {
      color: #34443a;
      font-weight: 600;
    }

    /* =====================================================
       SYSTEM TYPES
    ====================================================== */

    .bsd-cctv-systems {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 18px;
    }

    .bsd-cctv-system {
      padding: 28px 20px;
      text-align: center;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      transition: .25s ease;
    }

    .bsd-cctv-system:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 35px rgba(22,77,39,.08);
    }

    .bsd-cctv-system-icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e8f8ed;
      color: #159447;
      font-size: 24px;
    }

    .bsd-cctv-system h3 {
      color: #203026;
      font-size: 17px;
      margin-bottom: 5px;
    }

    .bsd-cctv-system p {
      color: #737e77;
      font-size: 13px;
    }

    /* =====================================================
       PROCESS
    ====================================================== */

    .bsd-cctv-process-area {
      background: #f5fcf7;
    }

    .bsd-cctv-process {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 18px;
    }

    .bsd-cctv-process-card {
      padding: 27px 23px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 15px;
    }

    .bsd-cctv-step {
      color: #ccebd5;
      font-size: 35px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 15px;
    }

    .bsd-cctv-process-card h3 {
      color: #1d2b21;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-cctv-process-card p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       SECURITY CHECKLIST
    ====================================================== */

    .bsd-cctv-security {
      background: #106f34;
      color: #ffffff;
    }

    .bsd-cctv-security-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-cctv-security h2 {
      color: #ffffff;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-cctv-security-intro {
      max-width: 540px;
      color: #d7f0de;
    }

    .bsd-cctv-security-list {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 15px;
    }

    .bsd-cctv-security-item {
      padding: 22px;
      border-radius: 12px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.17);
    }

    .bsd-cctv-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      box-shadow: 0 18px 50px rgba(20,65,35,.07);
    }

    .bsd-cctv-contact h2 {
      color: #17251c;
      font-size: clamp(29px,4vw,42px);
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-cctv-contact p {
      max-width: 650px;
      color: #69756d;
    }
    .bsd-cctv-security-item strong {
      display: block;
      margin-bottom: 5px;
    }

    .bsd-cctv-security-item span {
      color: #cbe8d3;
      font-size: 13px;
    }
  .bsd-cctv-page {
      width: 100%;
      overflow: hidden;
      background: #ffffff;
    }
    /* =====================================================
       CTA
    ====================================================== */

    .bsd-cctv-contact {
      padding: 75px 0;
      background: #f5fcf7;
    }
	
	 /* =====================================================
       RESPONSIVE
    ====================================================== */

    @media (max-width: 950px) {

      .bsd-cctv-hero-grid,
      .bsd-cctv-security-grid {
        grid-template-columns: 1fr;
      }

      .bsd-cctv-services {
        grid-template-columns: repeat(2,1fr);
      }

      .bsd-cctv-systems,
      .bsd-cctv-process {
        grid-template-columns: repeat(2,1fr);
      }

      .bsd-cctv-visual {
        min-height: 350px;
      }
    }

    @media (max-width: 650px) {

      .bsd-cctv-hero {
        padding: 60px 0;
      }

      .bsd-cctv-title {
        font-size: 42px;
      }

      .bsd-cctv-intro {
        font-size: 16px;
      }

      .bsd-cctv-trust-grid,
      .bsd-cctv-services,
      .bsd-cctv-problems,
      .bsd-cctv-systems,
      .bsd-cctv-process,
      .bsd-cctv-security-list {
        grid-template-columns: 1fr;
      }

      .bsd-cctv-section {
        padding: 65px 0;
      }

      .bsd-cctv-visual {
        min-height: 300px;
      }

      .bsd-cctv-camera {
        transform: scale(.76);
      }

      .bsd-cctv-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }
	  .bsd-cctv-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 9px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #e6f8ec;
    color: #12823a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-size: 9px;
}
    }
	
	
	/***********cctv Installations********/
	
	 .bsd-install-page {
      width: 100%;
      overflow: hidden;
      background: #fff;
    }

    .bsd-install-container {
      width: min(1180px, 92%);
      margin: auto;
    }

    /* =====================================================
       HERO SECTION
    ====================================================== */

    .bsd-install-hero {
      position: relative;
      padding: 85px 0;
      background:
        radial-gradient(
          circle at 85% 20%,
          rgba(22, 163, 74, 0.13),
          transparent 28%
        ),
        linear-gradient(
          135deg,
          #ffffff,
          #effaf3
        );
    }

    .bsd-install-hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 65px;
      align-items: center;
    }

    .bsd-install-tag {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 40px;
      background: #e4f7ea;
      color: #11843b;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .8px;
    }

    .bsd-install-tag-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 10px rgba(22,163,74,.55);
    }

    .bsd-install-title {
      max-width: 680px;
      color: #17251b;
      font-size: clamp(42px, 5.5vw, 68px);
      line-height: 1.02;
      letter-spacing: -2.8px;
      margin-bottom: 23px;
    }

    .bsd-install-title span {
      color: #16a34a;
    }

    .bsd-install-description {
      max-width: 650px;
      color: #657169;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-install-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-install-button {
      display: inline-flex;
      min-height: 52px;
      padding: 0 23px;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-install-button-main {
      color: #fff;
      background: #16a34a;
      box-shadow: 0 13px 30px rgba(22,163,74,.20);
    }

    .bsd-install-button-main:hover {
      background: #0d8138;
      transform: translateY(-2px);
    }

    .bsd-install-button-outline {
      color: #126e35;
      background: #fff;
      border: 1px solid #b9dac4;
    }

    .bsd-install-button-outline:hover {
      background: #edf9f1;
    }

    /* =====================================================
       CCTV VISUAL
    ====================================================== */

    .bsd-install-visual {
      position: relative;
      min-height: 420px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bsd-install-circle {
      position: absolute;
      width: 340px;
      height: 340px;
      border-radius: 50%;
      border: 1px solid #b8ddc3;
    }

    .bsd-install-circle::before,
    .bsd-install-circle::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      border: 1px dashed #d0e9d7;
    }

    .bsd-install-circle::before {
      inset: 45px;
    }

    .bsd-install-circle::after {
      inset: 95px;
    }

    /* Camera */

    .bsd-install-camera {
      position: relative;
      width: 360px;
      height: 280px;
      z-index: 2;
    }

    .bsd-install-camera-body {
      position: absolute;
      top: 75px;
      left: 55px;
      width: 220px;
      height: 110px;
      border-radius: 18px 30px 30px 18px;
      background: linear-gradient(
        145deg,
        #ffffff,
        #dce8df
      );
      border: 2px solid #c4d7c9;
      box-shadow: 0 25px 45px rgba(18,65,34,.14);
    }

    .bsd-install-camera-front {
      position: absolute;
      right: -30px;
      top: 18px;
      width: 72px;
      height: 74px;
      border-radius: 12px 24px 24px 12px;
      background: #eef5f0;
      border: 2px solid #c3d5c8;
    }

    .bsd-install-lens {
      position: absolute;
      top: 16px;
      right: 12px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #173c26;
      border: 6px solid #79b989;
      box-shadow:
        inset 0 0 0 5px #2a5037,
        0 0 18px rgba(22,163,74,.35);
    }

    .bsd-install-lens::after {
      content: "";
      position: absolute;
      left: 8px;
      top: 7px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fff;
    }

    .bsd-install-camera-light {
      position: absolute;
      bottom: 18px;
      left: 22px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 12px rgba(22,163,74,.8);
    }

    .bsd-install-arm {
      position: absolute;
      left: 110px;
      top: 175px;
      width: 42px;
      height: 67px;
      background: #bac9bf;
      border-radius: 5px;
    }

    .bsd-install-base {
      position: absolute;
      left: 75px;
      top: 232px;
      width: 115px;
      height: 19px;
      border-radius: 20px;
      background: #aebdb3;
    }

    /* Floating cards */

    .bsd-install-floating {
      position: absolute;
      z-index: 5;
      padding: 15px 18px;
      border-radius: 13px;
      background: #fff;
      border: 1px solid #dcebe1;
      box-shadow: 0 15px 35px rgba(20,65,35,.12);
    }

    .bsd-install-floating strong {
      display: block;
      color: #148a40;
      font-size: 17px;
    }

    .bsd-install-floating small {
      color: #707b74;
    }

    .bsd-install-floating-top {
      right: 5px;
      top: 40px;
    }

    .bsd-install-floating-bottom {
      left: 0;
      bottom: 20px;
    }

    /* =====================================================
       QUICK FEATURES
    ====================================================== */

    .bsd-install-features {
      padding: 25px 0;
      border-top: 1px solid #e3eee7;
      border-bottom: 1px solid #e3eee7;
      background: #fcfefc;
    }

    .bsd-install-feature-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 20px;
    }

    .bsd-install-feature {
      text-align: center;
    }

    .bsd-install-feature strong {
      display: block;
      color: #1d2b21;
      font-size: 16px;
    }

    .bsd-install-feature span {
      color: #78837c;
      font-size: 13px;
    }

    /* =====================================================
       GENERAL SECTIONS
    ====================================================== */

    .bsd-install-section {
      padding: 90px 0;
    }

    .bsd-install-heading {
      max-width: 760px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .bsd-install-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .bsd-install-heading h2 {
      color: #18251c;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
      margin-bottom: 14px;
    }

    .bsd-install-heading p {
      color: #69756d;
    }

    /* =====================================================
       INSTALLATION SERVICES
    ====================================================== */

    .bsd-install-service-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 20px;
    }

    .bsd-install-service {
      position: relative;
      padding: 30px;
      border-radius: 17px;
      background: #fff;
      border: 1px solid #dcebe1;
      transition: .25s ease;
      overflow: hidden;
    }

    .bsd-install-service:hover {
      transform: translateY(-6px);
      border-color: #96d3a9;
      box-shadow: 0 18px 42px rgba(22,75,39,.09);
    }

    .bsd-install-service::after {
      content: "";
      position: absolute;
      right: -35px;
      bottom: -35px;
      width: 85px;
      height: 85px;
      border-radius: 50%;
      background: #e8f8ed;
    }

    .bsd-install-service-icon {
      width: 55px;
      height: 55px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border-radius: 14px;
      background: #e7f8ed;
      color: #159447;
      font-size: 23px;
      font-weight: bold;
    }

    .bsd-install-service h3 {
      color: #1d2c22;
      font-size: 20px;
      margin-bottom: 8px;
    }

    .bsd-install-service p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       CAMERA TYPES
    ====================================================== */

    .bsd-install-camera-section {
      background: #f2fbf5;
    }

    .bsd-install-camera-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 18px;
    }

    .bsd-install-camera-card {
      padding: 28px 20px;
      text-align: center;
      border-radius: 15px;
      background: #fff;
      border: 1px solid #dcebe1;
      transition: .25s ease;
    }

    .bsd-install-camera-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(22,77,39,.08);
    }

    .bsd-install-camera-icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e6f8eb;
      color: #159447;
      font-size: 24px;
    }

    .bsd-install-camera-card h3 {
      color: #203026;
      font-size: 17px;
      margin-bottom: 6px;
    }

    .bsd-install-camera-card p {
      color: #737e77;
      font-size: 13px;
    }

    /* =====================================================
       INSTALLATION PROCESS
    ====================================================== */

    .bsd-install-process {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 18px;
    }

    .bsd-install-step {
      position: relative;
      padding: 28px 23px;
      background: #fff;
      border: 1px solid #dcebe1;
      border-radius: 15px;
    }

    .bsd-install-step-number {
      color: #c8e9d2;
      font-size: 38px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 16px;
    }

    .bsd-install-step h3 {
      color: #1d2b21;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-install-step p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =====================================================
       WHY BSDMAX
    ====================================================== */

    .bsd-install-why {
      background: #0f7336;
      color: #fff;
    }

    .bsd-install-why-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-install-why h2 {
      color: #fff;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-install-why-text {
      color: #d4efdc;
    }

    .bsd-install-benefits {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 15px;
    }

    .bsd-install-benefit {
      padding: 22px;
      border-radius: 12px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.16);
    }

    .bsd-install-benefit strong {
      display: block;
      margin-bottom: 6px;
    }

    .bsd-install-benefit span {
      color: #cbe7d2;
      font-size: 13px;
    }

    /* =====================================================
       CTA
    ====================================================== */

    .bsd-install-cta {
      padding: 75px 0;
      background: #f4fbf6;
    }

    .bsd-install-cta-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      background: #fff;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      box-shadow: 0 18px 50px rgba(20,65,35,.07);
    }

    .bsd-install-cta h2 {
      color: #17251c;
      font-size: clamp(29px,4vw,42px);
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-install-cta p {
      max-width: 650px;
      color: #69756d;
    }



    /* =====================================================
       RESPONSIVE
    ====================================================== */

    @media (max-width: 950px) {

      .bsd-install-hero-grid,
      .bsd-install-why-grid {
        grid-template-columns: 1fr;
      }

      .bsd-install-service-grid {
        grid-template-columns: repeat(2,1fr);
      }

      .bsd-install-camera-grid,
      .bsd-install-process {
        grid-template-columns: repeat(2,1fr);
      }
    }

    @media (max-width: 650px) {

      .bsd-install-hero {
        padding: 60px 0;
      }

      .bsd-install-title {
    font-size: 30px;
    width: 86%;
    letter-spacing: 1px;
}
.bsd-install-description {
    font-size: 14px;
    width: 80%;
}

      .bsd-install-description {
        font-size: 16px;
      }

      .bsd-install-feature-grid,
      .bsd-install-service-grid,
      .bsd-install-camera-grid,
      .bsd-install-process,
      .bsd-install-benefits {
        grid-template-columns: 1fr;
      }

      .bsd-install-section {
        padding: 65px 0;
      }

      .bsd-install-visual {
        min-height: 310px;
      }

      .bsd-install-camera {
        transform: scale(.75);
      }

      .bsd-install-circle {
        width: 280px;
        height: 280px;
      }

      .bsd-install-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }

      .bsd-install-floating-top {
        right: 0;
      }

      .bsd-install-floating-bottom {
        left: 0;
      }
    }
	
	/***********speaker repair************/
	
	.bsd-speaker-container {
      width: min(1180px, 92%);
      margin: 0 auto;
    }

    /* =========================================================
       HERO
    ========================================================= */

    .bsd-speaker-hero {
      position: relative;
      padding: 90px 0;
      background:
        radial-gradient(
          circle at 90% 15%,
          rgba(22, 163, 74, 0.13),
          transparent 30%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #effaf3 100%
        );
    }

    .bsd-speaker-hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 65px;
      align-items: center;
    }

    .bsd-speaker-label {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 50px;
      background: #e5f8eb;
      color: #13833b;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.8px;
      text-transform: uppercase;
    }

    .bsd-speaker-label-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 10px rgba(22, 163, 74, 0.55);
    }

    .bsd-speaker-title {
      max-width: 650px;
      color: #152219;
      font-size: clamp(42px, 5.5vw, 68px);
      line-height: 1.02;
      letter-spacing: -3px;
      margin-bottom: 24px;
    }

    .bsd-speaker-title span {
      color: #16a34a;
    }

    .bsd-speaker-description {
      max-width: 640px;
      color: #647068;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-speaker-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-speaker-btn {
      min-height: 52px;
      padding: 0 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      font-weight: 700;
      transition: 0.25s ease;
    }

    .bsd-speaker-btn-primary {
      color: #ffffff;
      background: #16a34a;
      box-shadow: 0 14px 30px rgba(22, 163, 74, 0.2);
    }

    .bsd-speaker-btn-primary:hover {
      background: #0d8138;
      transform: translateY(-2px);
    }

    .bsd-speaker-btn-outline {
      color: #126e35;
      background: #ffffff;
      border: 1px solid #b8d9c3;
    }

    .bsd-speaker-btn-outline:hover {
      background: #edf9f1;
    }

    /* =========================================================
       SPEAKER CSS ILLUSTRATION
    ========================================================= */

    .bsd-speaker-visual {
      min-height: 430px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .bsd-speaker-glow {
      position: absolute;
      width: 350px;
      height: 350px;
      border-radius: 50%;
      background: #e4f7e9;
      box-shadow:
        0 0 0 35px #f0faf3,
        0 0 0 70px #f7fcf8;
    }

    .bsd-speaker-box {
      position: relative;
      width: 245px;
      height: 315px;
      z-index: 2;
      border-radius: 24px;
      background: linear-gradient(
        145deg,
        #ffffff,
        #dce9df
      );
      border: 2px solid #c3d6c8;
      box-shadow:
        0 35px 60px rgba(22, 68, 37, 0.2),
        inset 0 1px 0 #ffffff;
    }

    .bsd-speaker-top {
      position: absolute;
      top: 22px;
      left: 24px;
      right: 24px;
      height: 20px;
      border-radius: 50%;
      background: #c4d2c8;
    }

    .bsd-speaker-large {
      position: absolute;
      top: 62px;
      left: 42px;
      width: 160px;
      height: 160px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #d0dcd4;
      border: 10px solid #b7c7bc;
    }

    .bsd-speaker-large-inner {
      width: 105px;
      height: 105px;
      border-radius: 50%;
      background:
        radial-gradient(
          circle at center,
          #183b25 0 12%,
          #2d573a 13% 35%,
          #142d1d 36% 58%,
          #0c1d12 59%
        );
      border: 5px solid #7db28b;
      box-shadow:
        0 0 20px rgba(22,163,74,.3);
    }

    .bsd-speaker-small {
      position: absolute;
      left: 88px;
      bottom: 25px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #172e1e;
      border: 8px solid #9caf9f;
    }

    .bsd-speaker-small::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: 15px;
      left: 15px;
      border-radius: 50%;
      background: #294c34;
    }

    .bsd-speaker-light {
      position: absolute;
      bottom: 13px;
      left: 22px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 12px rgba(22,163,74,.9);
    }

    /* Floating cards */

    .bsd-speaker-float {
      position: absolute;
      z-index: 5;
      padding: 15px 18px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 13px;
      box-shadow: 0 18px 40px rgba(20,65,35,.12);
    }

    .bsd-speaker-float strong {
      display: block;
      color: #138a40;
      font-size: 17px;
    }

    .bsd-speaker-float small {
      color: #6d7871;
    }

    .bsd-speaker-float-top {
      top: 45px;
      right: 0;
    }

    .bsd-speaker-float-bottom {
      left: 0;
      bottom: 25px;
    }

    /* =========================================================
       QUICK SERVICE BAR
    ========================================================= */

    .bsd-speaker-strip {
      padding: 25px 0;
      background: #fbfefc;
      border-top: 1px solid #e1eee5;
      border-bottom: 1px solid #e1eee5;
    }

    .bsd-speaker-strip-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-speaker-strip-item {
      text-align: center;
    }

    .bsd-speaker-strip-item strong {
      display: block;
      color: #1c2c21;
      font-size: 16px;
    }

    .bsd-speaker-strip-item span {
      color: #78837c;
      font-size: 13px;
    }

    /* =========================================================
       GENERAL SECTION
    ========================================================= */

    .bsd-speaker-section {
      padding: 90px 0;
    }

    .bsd-speaker-heading {
      max-width: 760px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .bsd-speaker-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .bsd-speaker-heading h2 {
      color: #18251c;
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      margin-bottom: 14px;
    }

    .bsd-speaker-heading p {
      color: #69756d;
    }

    /* =========================================================
       REPAIR SERVICES
    ========================================================= */

    .bsd-speaker-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-speaker-service-card {
      position: relative;
      padding: 30px;
      overflow: hidden;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      background: #ffffff;
      transition: 0.25s ease;
    }

    .bsd-speaker-service-card:hover {
      transform: translateY(-6px);
      border-color: #94d2a8;
      box-shadow: 0 18px 42px rgba(22, 75, 39, 0.09);
    }

    .bsd-speaker-service-card::after {
      content: "";
      position: absolute;
      right: -40px;
      bottom: -40px;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #e8f8ed;
    }

    .bsd-speaker-icon {
      width: 55px;
      height: 55px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border-radius: 14px;
      background: #e7f8ed;
      color: #159447;
      font-size: 23px;
      font-weight: bold;
    }

    .bsd-speaker-service-card h3 {
      color: #1d2c22;
      font-size: 20px;
      margin-bottom: 8px;
    }

    .bsd-speaker-service-card p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =========================================================
       COMMON PROBLEMS
    ========================================================= */

    .bsd-speaker-problem-section {
      background: #f2fbf5;
    }

    .bsd-speaker-problems {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .bsd-speaker-problem {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 11px;
    }

    .bsd-speaker-check {
      width: 30px;
      height: 30px;
      min-width: 30px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #dcf6e5;
      color: #138d41;
      font-weight: 800;
    }

    .bsd-speaker-problem span {
      color: #34443a;
      font-weight: 600;
    }

    /* =========================================================
       DEVICE TYPES
    ========================================================= */

    .bsd-speaker-device-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-speaker-device {
      padding: 28px 20px;
      text-align: center;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #ffffff;
      transition: 0.25s ease;
    }

    .bsd-speaker-device:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(22,77,39,.08);
    }

    .bsd-speaker-device-icon {
      width: 60px;
      height: 60px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e7f8ed;
      color: #159447;
      font-size: 24px;
    }

    .bsd-speaker-device h3 {
      color: #203026;
      font-size: 17px;
      margin-bottom: 5px;
    }

    .bsd-speaker-device p {
      color: #737e77;
      font-size: 13px;
    }

    /* =========================================================
       REPAIR PROCESS
    ========================================================= */

    .bsd-speaker-process-section {
      background: #f6fcf7;
    }

    .bsd-speaker-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-speaker-process-card {
      padding: 28px 23px;
      border-radius: 15px;
      background: #ffffff;
      border: 1px solid #dcebe1;
    }

    .bsd-speaker-step {
      color: #c8e9d2;
      font-size: 38px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 16px;
    }

    .bsd-speaker-process-card h3 {
      color: #1d2b21;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-speaker-process-card p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =========================================================
       PROMOTIONAL GREEN SECTION
    ========================================================= */

    .bsd-speaker-promo {
      padding: 75px 0;
      background: #0e7135;
      color: #ffffff;
    }

    .bsd-speaker-promo-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 55px;
      align-items: center;
    }

    .bsd-speaker-promo h2 {
      color: #ffffff;
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-speaker-promo p {
      color: #d6efdd;
      max-width: 600px;
    }

    .bsd-speaker-promo-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .bsd-speaker-promo-item {
      padding: 20px;
      border-radius: 12px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.17);
    }

    .bsd-speaker-promo-item strong {
      display: block;
      margin-bottom: 5px;
    }

    .bsd-speaker-promo-item span {
      color: #c9e8d1;
      font-size: 13px;
    }

    /* =========================================================
       FINAL CTA
    ========================================================= */

    .bsd-speaker-contact {
      padding: 75px 0;
      background: #f4fbf6;
    }

    .bsd-speaker-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      background: #ffffff;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      box-shadow: 0 18px 50px rgba(20,65,35,.07);
    }

    .bsd-speaker-contact h2 {
      color: #17251c;
      font-size: clamp(29px, 4vw, 42px);
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-speaker-contact p {
      max-width: 650px;
      color: #69756d;
    }

    

    /* =========================================================
       RESPONSIVE
    ========================================================= */

    @media (max-width: 1000px) {

      .bsd-speaker-hero-grid,
      .bsd-speaker-promo-grid {
        grid-template-columns: 1fr;
      }

      .bsd-speaker-services {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-speaker-device-grid,
      .bsd-speaker-process {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-speaker-visual {
        min-height: 370px;
      }
    }

    @media (max-width: 700px) {

      .bsd-speaker-hero {
        padding: 60px 0;
      }

      .bsd-speaker-title {
        font-size: 42px;
        letter-spacing: -1.8px;
      }

      .bsd-speaker-description {
        font-size: 16px;
      }

      .bsd-speaker-strip-grid,
      .bsd-speaker-services,
      .bsd-speaker-problems,
      .bsd-speaker-device-grid,
      .bsd-speaker-process,
      .bsd-speaker-promo-list {
        grid-template-columns: 1fr;
      }

      .bsd-speaker-section {
        padding: 65px 0;
      }

      .bsd-speaker-visual {
        min-height: 350px;
      }

      .bsd-speaker-box {
        transform: scale(.82);
      }

      .bsd-speaker-glow {
        width: 280px;
        height: 280px;
      }

      .bsd-speaker-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }

      .bsd-speaker-float-top {
        right: 0;
      }

      .bsd-speaker-float-bottom {
        left: 0;
      }
    }

    @media (max-width: 420px) {

      .bsd-speaker-container {
        width: 90%;
      }

      .bsd-speaker-title {
        font-size: 37px;
      }

      .bsd-speaker-buttons {
        flex-direction: column;
      }

      .bsd-speaker-btn {
        width: 100%;
      }

      .bsd-speaker-visual {
        transform: scale(.9);
        margin: -15px 0;
      }
    }
	
	/*************Bluetooth repair***********/
	
	.bsd-bluetooth-container {
      width: min(1180px, 92%);
      margin: 0 auto;
    }

    /* =========================================================
       HERO
    ========================================================= */

    .bsd-bluetooth-hero {
      position: relative;
      padding: 80px 0 90px;
      background:
        radial-gradient(
          circle at 88% 20%,
          rgba(22, 163, 74, .14),
          transparent 30%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #effaf3 100%
        );
    }

    .bsd-bluetooth-hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-bluetooth-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 50px;
      background: #e5f8eb;
      color: #12833a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .8px;
    }

    .bsd-bluetooth-badge-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 12px rgba(22,163,74,.7);
    }

    .bsd-bluetooth-title {
      max-width: 680px;
      font-size: clamp(42px, 5.5vw, 68px);
      line-height: 1.02;
      letter-spacing: -3px;
      color: #152219;
      margin-bottom: 23px;
    }

    .bsd-bluetooth-title span {
      color: #16a34a;
    }

    .bsd-bluetooth-text {
      max-width: 650px;
      color: #647068;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-bluetooth-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-bluetooth-btn {
      min-height: 52px;
      padding: 0 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-bluetooth-btn-main {
      color: #ffffff;
      background: #16a34a;
      box-shadow: 0 14px 30px rgba(22,163,74,.2);
    }

    .bsd-bluetooth-btn-main:hover {
      background: #0d8138;
      transform: translateY(-2px);
    }

    .bsd-bluetooth-btn-light {
      color: #126e35;
      background: #ffffff;
      border: 1px solid #b8d9c3;
    }

    .bsd-bluetooth-btn-light:hover {
      background: #edf9f1;
    }

    /* =========================================================
       BLUETOOTH SPEAKER VISUAL
    ========================================================= */

    .bsd-bluetooth-visual {
      min-height: 430px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bsd-bluetooth-ring {
      position: absolute;
      width: 350px;
      height: 350px;
      border: 1px solid #b7ddc2;
      border-radius: 50%;
    }

    .bsd-bluetooth-ring::before,
    .bsd-bluetooth-ring::after {
      content: "";
      position: absolute;
      border: 1px dashed #cee8d5;
      border-radius: 50%;
    }

    .bsd-bluetooth-ring::before {
      inset: 45px;
    }

    .bsd-bluetooth-ring::after {
      inset: 90px;
    }

    .bsd-bluetooth-speaker {
      position: relative;
      width: 225px;
      height: 310px;
      z-index: 3;
      border-radius: 38px;
      background: linear-gradient(
        145deg,
        #ffffff,
        #dce9df
      );
      border: 2px solid #bfd2c4;
      box-shadow:
        0 35px 60px rgba(20,70,36,.20),
        inset 0 1px 0 #ffffff;
    }

    .bsd-bluetooth-speaker-top {
      position: absolute;
      top: 25px;
      left: 32px;
      right: 32px;
      height: 15px;
      border-radius: 50%;
      background: #c4d1c8;
    }

    .bsd-bluetooth-grille {
      position: absolute;
      top: 65px;
      left: 32px;
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background:
        radial-gradient(
          circle,
          #1a3924 0 12%,
          #294f34 13% 25%,
          #112619 26% 43%,
          #d1ded4 44% 46%,
          #152a1b 47% 62%,
          #0a180e 63%
        );
      border: 7px solid #a8b9ae;
      box-shadow:
        0 0 0 8px #d3ded6;
    }

    .bsd-bluetooth-grille::after {
      content: "";
      position: absolute;
      top: 28px;
      left: 31px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #ffffff;
      opacity: .85;
    }

    .bsd-bluetooth-control {
      position: absolute;
      bottom: 27px;
      left: 52px;
      right: 52px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 9px;
    }

    .bsd-bluetooth-control span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #9eaea3;
    }

    .bsd-bluetooth-control span:nth-child(2) {
      width: 11px;
      height: 11px;
      background: #16a34a;
      box-shadow: 0 0 12px rgba(22,163,74,.7);
    }

    /* Bluetooth symbol */

    .bsd-bluetooth-symbol {
      position: absolute;
      z-index: 5;
      right: -25px;
      top: 65px;
      width: 68px;
      height: 68px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #16a34a;
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      box-shadow: 0 15px 30px rgba(22,163,74,.28);
    }

    /* Floating information cards */

    .bsd-bluetooth-float {
      position: absolute;
      z-index: 7;
      padding: 14px 17px;
      border: 1px solid #dcebe1;
      border-radius: 13px;
      background: #ffffff;
      box-shadow: 0 18px 40px rgba(20,65,35,.12);
    }

    .bsd-bluetooth-float strong {
      display: block;
      color: #138b40;
      font-size: 16px;
    }

    .bsd-bluetooth-float small {
      color: #6c7770;
    }

    .bsd-bluetooth-float-one {
      top: 35px;
      right: 0;
    }

    .bsd-bluetooth-float-two {
      left: 0;
      bottom: 25px;
    }

    /* =========================================================
       SERVICE HIGHLIGHTS
    ========================================================= */

    .bsd-bluetooth-highlights {
      padding: 24px 0;
      background: #fcfefc;
      border-top: 1px solid #e1eee5;
      border-bottom: 1px solid #e1eee5;
    }

    .bsd-bluetooth-highlight-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 20px;
    }

    .bsd-bluetooth-highlight {
      text-align: center;
    }

    .bsd-bluetooth-highlight strong {
      display: block;
      color: #1c2b21;
      font-size: 16px;
    }

    .bsd-bluetooth-highlight span {
      color: #78837c;
      font-size: 13px;
    }

    /* =========================================================
       GENERAL SECTIONS
    ========================================================= */

    .bsd-bluetooth-section {
      padding: 90px 0;
    }

    .bsd-bluetooth-heading {
      max-width: 760px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .bsd-bluetooth-heading-label {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .bsd-bluetooth-heading h2 {
      color: #18251c;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
      margin-bottom: 14px;
    }

    .bsd-bluetooth-heading p {
      color: #69756d;
    }

    /* =========================================================
       REPAIR SERVICES
    ========================================================= */

    .bsd-bluetooth-service-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 20px;
    }

    .bsd-bluetooth-service {
      position: relative;
      overflow: hidden;
      padding: 30px;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      background: #ffffff;
      transition: .25s ease;
    }

    .bsd-bluetooth-service:hover {
      transform: translateY(-6px);
      border-color: #96d3a9;
      box-shadow: 0 18px 42px rgba(22,75,39,.09);
    }

    .bsd-bluetooth-service::after {
      content: "";
      position: absolute;
      right: -35px;
      bottom: -35px;
      width: 85px;
      height: 85px;
      border-radius: 50%;
      background: #e8f8ed;
    }

    .bsd-bluetooth-icon {
      width: 55px;
      height: 55px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border-radius: 14px;
      background: #e7f8ed;
      color: #159447;
      font-size: 23px;
      font-weight: bold;
    }

    .bsd-bluetooth-service h3 {
      color: #1d2c22;
      font-size: 20px;
      margin-bottom: 8px;
    }

    .bsd-bluetooth-service p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =========================================================
       COMMON BLUETOOTH PROBLEMS
    ========================================================= */

    .bsd-bluetooth-problem-section {
      background: #f2fbf5;
    }

    .bsd-bluetooth-problem-grid {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 15px;
    }

    .bsd-bluetooth-problem {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 20px;
      border: 1px solid #dcebe1;
      border-radius: 12px;
      background: #ffffff;
    }

    .bsd-bluetooth-check {
      width: 30px;
      height: 30px;
      min-width: 30px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #dcf6e5;
      color: #138d41;
      font-weight: 800;
    }

    .bsd-bluetooth-problem span {
      color: #34443a;
      font-weight: 600;
    }

    /* =========================================================
       DEVICE TYPES
    ========================================================= */

    .bsd-bluetooth-device-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 18px;
    }

    .bsd-bluetooth-device {
      padding: 28px 20px;
      text-align: center;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #ffffff;
      transition: .25s ease;
    }

    .bsd-bluetooth-device:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(22,77,39,.08);
    }

    .bsd-bluetooth-device-icon {
      width: 60px;
      height: 60px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e7f8ed;
      color: #159447;
      font-size: 25px;
    }

    .bsd-bluetooth-device h3 {
      color: #203026;
      font-size: 17px;
      margin-bottom: 6px;
    }

    .bsd-bluetooth-device p {
      color: #737e77;
      font-size: 13px;
    }

    /* =========================================================
       REPAIR PROCESS
    ========================================================= */

    .bsd-bluetooth-process-section {
      background: #f6fcf7;
    }

    .bsd-bluetooth-process-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 18px;
    }

    .bsd-bluetooth-process-card {
      padding: 28px 23px;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #ffffff;
    }

    .bsd-bluetooth-number {
      color: #c7e8d0;
      font-size: 38px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 16px;
    }

    .bsd-bluetooth-process-card h3 {
      color: #1d2b21;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-bluetooth-process-card p {
      color: #6c7770;
      font-size: 14px;
    }

    /* =========================================================
       GREEN PROMO SECTION
    ========================================================= */

    .bsd-bluetooth-promo {
      padding: 75px 0;
      background: #0e7135;
    }

    .bsd-bluetooth-promo-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 55px;
      align-items: center;
    }

    .bsd-bluetooth-promo h2 {
      color: #ffffff;
      font-size: clamp(32px,4vw,48px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-bluetooth-promo p {
      color: #d5efdc;
      max-width: 600px;
    }

    .bsd-bluetooth-promo-list {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 14px;
    }

    .bsd-bluetooth-promo-item {
      padding: 20px;
      border: 1px solid rgba(255,255,255,.17);
      border-radius: 12px;
      background: rgba(255,255,255,.07);
    }

    .bsd-bluetooth-promo-item strong {
      display: block;
      color: #ffffff;
      margin-bottom: 5px;
    }

    .bsd-bluetooth-promo-item span {
      color: #c9e8d1;
      font-size: 13px;
    }

    /* =========================================================
       CTA
    ========================================================= */

    .bsd-bluetooth-contact {
      padding: 75px 0;
      background: #f4fbf6;
    }

    .bsd-bluetooth-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 18px 50px rgba(20,65,35,.07);
    }

    .bsd-bluetooth-contact h2 {
      color: #17251c;
      font-size: clamp(29px,4vw,42px);
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-bluetooth-contact p {
      max-width: 650px;
      color: #69756d;
    }


    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1000px) {

      .bsd-bluetooth-hero-grid,
      .bsd-bluetooth-promo-grid {
        grid-template-columns: 1fr;
      }

      .bsd-bluetooth-service-grid {
        grid-template-columns: repeat(2,1fr);
      }

      .bsd-bluetooth-device-grid,
      .bsd-bluetooth-process-grid {
        grid-template-columns: repeat(2,1fr);
      }

      .bsd-bluetooth-visual {
        min-height: 380px;
      }
    }

    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 700px) {

      .bsd-bluetooth-container {
        width: 90%;
      }

      .bsd-bluetooth-hero {
        padding: 60px 0;
      }

      .bsd-bluetooth-title {
        font-size: 42px;
        letter-spacing: -1.8px;
      }

      .bsd-bluetooth-text {
        font-size: 16px;
      }

      .bsd-bluetooth-highlight-grid,
      .bsd-bluetooth-service-grid,
      .bsd-bluetooth-problem-grid,
      .bsd-bluetooth-device-grid,
      .bsd-bluetooth-process-grid,
      .bsd-bluetooth-promo-list {
        grid-template-columns: 1fr;
      }

      .bsd-bluetooth-section {
        padding: 65px 0;
      }

      .bsd-bluetooth-visual {
        min-height: 360px;
      }

      .bsd-bluetooth-speaker {
        transform: scale(.82);
      }

      .bsd-bluetooth-ring {
        width: 285px;
        height: 285px;
      }

      .bsd-bluetooth-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }

      .bsd-bluetooth-actions {
        flex-direction: column;
      }

      .bsd-bluetooth-btn {
        width: 100%;
      }

      .bsd-bluetooth-float-one {
        right: 0;
      }

      .bsd-bluetooth-float-two {
        left: 0;
      }
    }

    /* =========================================================
       SMALL MOBILE
    ========================================================= */

    @media (max-width: 420px) {

      .bsd-bluetooth-title {
        font-size: 37px;
      }

      .bsd-bluetooth-visual {
        transform: scale(.88);
        margin: -20px 0;
      }

      .bsd-bluetooth-float {
        padding: 11px 13px;
      }

      .bsd-bluetooth-float strong {
        font-size: 14px;
      }

      .bsd-bluetooth-float small {
        font-size: 11px;
      }
    }
	
	/************Home Theater Repair************/
	
	.bsd-htr-page {
      width: 100%;
      overflow: hidden;
      background: #fff;
    }

    .bsd-htr-container {
      width: min(1180px, 92%);
      margin: auto;
    }

    /* =========================================================
       HERO SECTION
    ========================================================= */

    .bsd-htr-hero {
      position: relative;
      padding: 85px 0;
      background:
        radial-gradient(
          circle at 85% 25%,
          rgba(22, 163, 74, .15),
          transparent 30%
        ),
        linear-gradient(
          120deg,
          #ffffff 0%,
          #f0faf3 100%
        );
    }

    .bsd-htr-hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 65px;
      align-items: center;
    }

    .bsd-htr-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 50px;
      background: #e3f7e9;
      color: #12813a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .8px;
    }

    .bsd-htr-label i {
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 50%;
      background: #16a34a;
    }

    .bsd-htr-title {
      max-width: 680px;
      color: #142119;
      font-size: clamp(42px, 5vw, 67px);
      line-height: 1.03;
      letter-spacing: -3px;
      margin-bottom: 22px;
    }

    .bsd-htr-title span {
      color: #16a34a;
    }

    .bsd-htr-description {
      max-width: 650px;
      color: #66736b;
      font-size: 18px;
      margin-bottom: 30px;
    }

    .bsd-htr-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-htr-btn {
      min-height: 52px;
      padding: 0 25px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-htr-btn-primary {
      color: #fff;
      background: #16a34a;
      box-shadow: 0 14px 30px rgba(22,163,74,.22);
    }

    .bsd-htr-btn-primary:hover {
      background: #0d7d35;
      transform: translateY(-2px);
    }

    .bsd-htr-btn-secondary {
      color: #137339;
      background: #fff;
      border: 1px solid #b9d9c2;
    }

    .bsd-htr-btn-secondary:hover {
      background: #edf9f1;
    }

    /* =========================================================
       HOME THEATER CSS ILLUSTRATION
    ========================================================= */

    .bsd-htr-visual {
      position: relative;
      min-height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bsd-htr-glow {
      position: absolute;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(22,163,74,.08);
      box-shadow:
        0 0 0 55px rgba(22,163,74,.035),
        0 0 0 110px rgba(22,163,74,.018);
    }

    /* TV */

    .bsd-htr-tv {
      position: relative;
      z-index: 3;
      width: 330px;
      height: 210px;
      padding: 8px;
      border-radius: 12px;
      background: #16231a;
      border: 3px solid #718079;
      box-shadow: 0 30px 50px rgba(16,52,28,.25);
    }

    .bsd-htr-screen {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      border-radius: 6px;
      background:
        linear-gradient(
          135deg,
          #123b20,
          #1e8d48 45%,
          #b9edc9 46%,
          #0b4423 70%
        );
    }

    .bsd-htr-screen::before {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      right: -55px;
      top: -65px;
      border-radius: 50%;
      background: rgba(255,255,255,.12);
    }

    .bsd-htr-screen::after {
      content: "BsdMax";
      position: absolute;
      left: 25px;
      bottom: 20px;
      color: #fff;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 1px;
    }

    .bsd-htr-tv-stand {
      position: absolute;
      left: 50%;
      bottom: -32px;
      width: 80px;
      height: 32px;
      transform: translateX(-50%);
      background: #17251b;
      clip-path: polygon(35% 0,65% 0,100% 100%,0 100%);
    }

    /* Speakers */

    .bsd-htr-speaker {
      position: absolute;
      z-index: 5;
      width: 72px;
      height: 145px;
      border-radius: 12px;
      background: linear-gradient(
        145deg,
        #293a30,
        #101b14
      );
      box-shadow: 0 20px 30px rgba(0,0,0,.2);
    }

    .bsd-htr-speaker-left {
      left: 12px;
      bottom: 70px;
    }

    .bsd-htr-speaker-right {
      right: 12px;
      bottom: 70px;
    }

    .bsd-htr-speaker::before,
    .bsd-htr-speaker::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%;
      background: radial-gradient(
        circle,
        #8fa697 0 12%,
        #253c2d 14% 30%,
        #0c160f 32%
      );
    }

    .bsd-htr-speaker::before {
      width: 38px;
      height: 38px;
      top: 25px;
    }

    .bsd-htr-speaker::after {
      width: 25px;
      height: 25px;
      bottom: 22px;
    }

    /* Center Soundbar */

    .bsd-htr-soundbar {
      position: absolute;
      z-index: 7;
      width: 245px;
      height: 42px;
      bottom: 38px;
      border-radius: 10px;
      background: linear-gradient(
        #27382d,
        #0e1711
      );
      box-shadow: 0 18px 30px rgba(0,0,0,.2);
    }

    .bsd-htr-soundbar::before {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      top: 15px;
      height: 4px;
      border-radius: 20px;
      background: repeating-linear-gradient(
        90deg,
        #5c7564 0 5px,
        transparent 5px 10px
      );
    }

    .bsd-htr-soundbar::after {
      content: "";
      position: absolute;
      right: 14px;
      top: 14px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #19b451;
      box-shadow: 0 0 10px rgba(25,180,81,.8);
    }

    /* Subwoofer */

    .bsd-htr-subwoofer {
      position: absolute;
      z-index: 2;
      right: 8px;
      bottom: 10px;
      width: 105px;
      height: 130px;
      border-radius: 14px;
      background: #111c15;
      box-shadow: 0 25px 40px rgba(0,0,0,.18);
    }

    .bsd-htr-subwoofer::before {
      content: "";
      position: absolute;
      width: 68px;
      height: 68px;
      left: 50%;
      top: 30px;
      transform: translateX(-50%);
      border-radius: 50%;
      background: radial-gradient(
        circle,
        #19271e 0 25%,
        #4e6455 27% 30%,
        #111a14 32% 60%,
        #293b30 62%
      );
    }

    /* Floating card */

    .bsd-htr-floating-card {
      position: absolute;
      z-index: 10;
      left: 0;
      top: 35px;
      padding: 14px 18px;
      border: 1px solid #d8e9dd;
      border-radius: 13px;
      background: #fff;
      box-shadow: 0 18px 40px rgba(25,70,40,.12);
    }

    .bsd-htr-floating-card strong {
      display: block;
      color: #13843a;
      font-size: 15px;
    }

    .bsd-htr-floating-card small {
      color: #718078;
    }

    /* =========================================================
       QUICK FEATURES
    ========================================================= */

    .bsd-htr-features {
      padding: 25px 0;
      border-top: 1px solid #e2eee5;
      border-bottom: 1px solid #e2eee5;
      background: #fcfefc;
    }

    .bsd-htr-feature-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-htr-feature {
      text-align: center;
    }

    .bsd-htr-feature strong {
      display: block;
      color: #1d2d22;
      font-size: 16px;
    }

    .bsd-htr-feature span {
      color: #768079;
      font-size: 13px;
    }

    /* =========================================================
       SECTION COMMON
    ========================================================= */

    .bsd-htr-section {
      padding: 90px 0;
    }

    .bsd-htr-section-heading {
      max-width: 750px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .bsd-htr-section-heading small {
      display: block;
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .bsd-htr-section-heading h2 {
      color: #17251b;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
      margin-bottom: 14px;
    }

    .bsd-htr-section-heading p {
      color: #69756d;
    }

    /* =========================================================
       SERVICES
    ========================================================= */

    .bsd-htr-services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-htr-service-card {
      position: relative;
      padding: 30px;
      overflow: hidden;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      background: #fff;
      transition: .25s ease;
    }

    .bsd-htr-service-card:hover {
      transform: translateY(-6px);
      border-color: #8fcea1;
      box-shadow: 0 18px 40px rgba(20,70,35,.09);
    }

    .bsd-htr-service-icon {
      width: 55px;
      height: 55px;
      display: grid;
      place-items: center;
      margin-bottom: 19px;
      border-radius: 14px;
      background: #e5f8eb;
      color: #159346;
      font-size: 23px;
      font-weight: bold;
    }

    .bsd-htr-service-card h3 {
      color: #1d2b21;
      font-size: 20px;
      margin-bottom: 8px;
    }

    .bsd-htr-service-card p {
      color: #6d7871;
      font-size: 14px;
    }

    /* =========================================================
       COMMON PROBLEMS
    ========================================================= */

    .bsd-htr-problem-section {
      background: #f1faf4;
    }

    .bsd-htr-problem-layout {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-htr-problem-content h2 {
      color: #17251b;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-htr-problem-content p {
      color: #69756d;
      margin-bottom: 25px;
    }

    .bsd-htr-problem-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 13px;
    }

    .bsd-htr-problem-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      border-radius: 11px;
      border: 1px solid #d8e9dd;
      background: #fff;
    }

    .bsd-htr-check {
      width: 28px;
      height: 28px;
      min-width: 28px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #ddf6e5;
      color: #12833a;
      font-weight: bold;
    }

    .bsd-htr-problem-item span {
      color: #34443a;
      font-size: 14px;
      font-weight: 600;
    }

    /* =========================================================
       EQUIPMENT
    ========================================================= */

    .bsd-htr-equipment-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-htr-equipment {
      padding: 28px 20px;
      text-align: center;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #fff;
      transition: .25s ease;
    }

    .bsd-htr-equipment:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 35px rgba(20,70,35,.08);
    }

    .bsd-htr-equipment-icon {
      width: 62px;
      height: 62px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e5f8eb;
      color: #159346;
      font-size: 25px;
    }

    .bsd-htr-equipment h3 {
      color: #1d2c22;
      font-size: 17px;
      margin-bottom: 6px;
    }

    .bsd-htr-equipment p {
      color: #748078;
      font-size: 13px;
    }

    /* =========================================================
       PROCESS
    ========================================================= */

    .bsd-htr-process-section {
      background: #f7fcf8;
    }

    .bsd-htr-process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-htr-process {
      position: relative;
      padding: 28px 23px;
      border-radius: 15px;
      border: 1px solid #dcebe1;
      background: #fff;
    }

    .bsd-htr-process-number {
      color: #c7e8d0;
      font-size: 40px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 15px;
    }

    .bsd-htr-process h3 {
      color: #1d2c22;
      font-size: 18px;
      margin-bottom: 7px;
    }

    .bsd-htr-process p {
      color: #6e7972;
      font-size: 14px;
    }

    /* =========================================================
       GREEN PROMO
    ========================================================= */

    .bsd-htr-promo {
      padding: 75px 0;
      background: #0d7135;
    }

    .bsd-htr-promo-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 55px;
      align-items: center;
    }

    .bsd-htr-promo h2 {
      color: #fff;
      font-size: clamp(32px,4vw,48px);
      line-height: 1.1;
      margin-bottom: 18px;
    }

    .bsd-htr-promo p {
      color: #d4eddc;
      max-width: 620px;
    }

    .bsd-htr-promo-boxes {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .bsd-htr-promo-box {
      padding: 20px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 12px;
      background: rgba(255,255,255,.07);
    }

    .bsd-htr-promo-box strong {
      display: block;
      color: #fff;
      margin-bottom: 5px;
    }

    .bsd-htr-promo-box span {
      color: #c6e5cf;
      font-size: 13px;
    }

    /* =========================================================
       CTA
    ========================================================= */

    .bsd-htr-contact {
      padding: 75px 0;
      background: #f3faf5;
    }

    .bsd-htr-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 18px 50px rgba(20,65,35,.07);
    }

    .bsd-htr-contact h2 {
      color: #17251b;
      font-size: clamp(29px,4vw,42px);
      line-height: 1.1;
      margin-bottom: 10px;
    }

    .bsd-htr-contact p {
      max-width: 650px;
      color: #69756d;
    }

    /* =========================================================
       FOOTER
    ========================================================= */

   

    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1000px) {

      .bsd-htr-hero-grid,
      .bsd-htr-problem-layout,
      .bsd-htr-promo-grid {
        grid-template-columns: 1fr;
      }

      .bsd-htr-services-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-htr-equipment-grid,
      .bsd-htr-process-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-htr-visual {
        min-height: 410px;
      }

      .bsd-htr-problem-content {
        max-width: 750px;
      }
    }

    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 700px) {

      .bsd-htr-container {
        width: 90%;
      }

      .bsd-htr-hero {
        padding: 60px 0;
      }

      .bsd-htr-title {
        font-size: 42px;
        letter-spacing: -2px;
      }

      .bsd-htr-description {
        font-size: 16px;
      }

      .bsd-htr-buttons {
        flex-direction: column;
      }

      .bsd-htr-btn {
        width: 100%;
      }

      .bsd-htr-feature-grid,
      .bsd-htr-services-grid,
      .bsd-htr-problem-list,
      .bsd-htr-equipment-grid,
      .bsd-htr-process-grid,
      .bsd-htr-promo-boxes {
        grid-template-columns: 1fr;
      }

      .bsd-htr-section {
        padding: 65px 0;
      }

      .bsd-htr-visual {
        min-height: 370px;
        transform: scale(.9);
        margin: -15px 0;
      }

      .bsd-htr-tv {
        width: 280px;
        height: 178px;
      }

      .bsd-htr-speaker {
        width: 58px;
        height: 125px;
      }

      .bsd-htr-speaker-left {
        left: 2px;
      }

      .bsd-htr-speaker-right {
        right: 2px;
      }

      .bsd-htr-soundbar {
        width: 210px;
      }

      .bsd-htr-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }
    }

    /* =========================================================
       SMALL MOBILE
    ========================================================= */

    @media (max-width: 420px) {

      .bsd-htr-title {
        font-size: 37px;
      }

      .bsd-htr-visual {
        transform: scale(.78);
        margin: -35px 0;
      }

      .bsd-htr-floating-card {
        padding: 11px 13px;
      }

      .bsd-htr-floating-card strong {
        font-size: 13px;
      }

      .bsd-htr-floating-card small {
        font-size: 11px;
      }
    }
	
	/***********Amplifier-Repair***********/
	
	.bsd-amp-page {
      width: 100%;
      overflow: hidden;
      background: #fff;
    }

    .bsd-amp-container {
      width: min(1180px, 92%);
      margin: auto;
    }

    /* =========================================================
       HERO
    ========================================================= */

    .bsd-amp-hero {
      position: relative;
      padding: 85px 0 95px;
      background:
        radial-gradient(
          circle at 85% 35%,
          rgba(22, 163, 74, 0.14),
          transparent 31%
        ),
        linear-gradient(135deg, #ffffff 0%, #f0faf3 100%);
    }

    .bsd-amp-hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 65px;
      align-items: center;
    }

    .bsd-amp-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 50px;
      background: #e3f7e9;
      color: #11833a;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .8px;
    }

    .bsd-amp-eyebrow-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 0 5px rgba(22,163,74,.12);
    }

    .bsd-amp-title {
      max-width: 690px;
      margin-bottom: 22px;
      font-size: clamp(42px, 5vw, 67px);
      line-height: 1.02;
      letter-spacing: -3px;
      color: #142119;
    }

    .bsd-amp-title span {
      color: #16a34a;
    }

    .bsd-amp-intro {
      max-width: 650px;
      margin-bottom: 30px;
      color: #68756d;
      font-size: 18px;
    }

    .bsd-amp-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .bsd-amp-button {
      min-height: 52px;
      padding: 0 25px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-amp-button-primary {
      color: #fff;
      background: #16a34a;
      box-shadow: 0 14px 30px rgba(22,163,74,.22);
    }

    .bsd-amp-button-primary:hover {
      background: #0d7d35;
      transform: translateY(-2px);
    }

    .bsd-amp-button-outline {
      color: #137339;
      border: 1px solid #b9d9c2;
      background: #fff;
    }

    .bsd-amp-button-outline:hover {
      background: #edf9f1;
    }

    /* =========================================================
       AMPLIFIER VISUAL
    ========================================================= */

    .bsd-amp-visual {
      position: relative;
      min-height: 440px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bsd-amp-orbit {
      position: absolute;
      width: 340px;
      height: 340px;
      border: 1px solid rgba(22,163,74,.18);
      border-radius: 50%;
      box-shadow:
        0 0 0 45px rgba(22,163,74,.035),
        0 0 0 90px rgba(22,163,74,.018);
    }

    /* Amplifier body */

    .bsd-amp-device {
      position: relative;
      z-index: 3;
      width: 370px;
      height: 225px;
      padding: 18px;
      border-radius: 15px;
      background: linear-gradient(
        145deg,
        #29382e,
        #101912
      );
      border: 3px solid #637269;
      box-shadow:
        0 30px 60px rgba(16,45,25,.28),
        inset 0 1px rgba(255,255,255,.12);
    }

    .bsd-amp-device-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 14px;
    }

    .bsd-amp-brand {
      color: #fff;
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 2px;
    }

    .bsd-amp-power {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #20d760;
      box-shadow: 0 0 14px #20d760;
    }

    .bsd-amp-display {
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      border: 1px solid #465b4d;
      border-radius: 7px;
      background: #07100a;
      color: #48e879;
      font-family: monospace;
      font-size: 18px;
      letter-spacing: 3px;
    }

    .bsd-amp-controls {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .bsd-amp-knob {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 5px solid #718278;
      background:
        radial-gradient(
          circle,
          #d7e0da 0 8%,
          #27382d 10% 58%,
          #0c130e 60%
        );
      box-shadow: inset 0 2px 5px rgba(255,255,255,.2);
    }

    .bsd-amp-small-knob {
      width: 34px;
      height: 34px;
    }

    .bsd-amp-level {
      flex: 1;
      height: 9px;
      border-radius: 20px;
      background: #0a100c;
      overflow: hidden;
    }

    .bsd-amp-level::before {
      content: "";
      display: block;
      width: 72%;
      height: 100%;
      border-radius: 20px;
      background: linear-gradient(
        90deg,
        #0d7d35,
        #22c55e,
        #a7f3c1
      );
    }

    /* Audio bars */

    .bsd-amp-wave {
      position: absolute;
      z-index: 2;
      left: 50%;
      bottom: 35px;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      gap: 5px;
      height: 90px;
    }

    .bsd-amp-wave span {
      display: block;
      width: 5px;
      border-radius: 5px;
      background: #16a34a;
      opacity: .75;
    }

    .bsd-amp-wave span:nth-child(1) { height: 22px; }
    .bsd-amp-wave span:nth-child(2) { height: 38px; }
    .bsd-amp-wave span:nth-child(3) { height: 65px; }
    .bsd-amp-wave span:nth-child(4) { height: 82px; }
    .bsd-amp-wave span:nth-child(5) { height: 55px; }
    .bsd-amp-wave span:nth-child(6) { height: 72px; }
    .bsd-amp-wave span:nth-child(7) { height: 42px; }
    .bsd-amp-wave span:nth-child(8) { height: 68px; }
    .bsd-amp-wave span:nth-child(9) { height: 30px; }
    .bsd-amp-wave span:nth-child(10) { height: 50px; }

    /* Floating info */

    .bsd-amp-float {
      position: absolute;
      z-index: 6;
      left: 0;
      top: 45px;
      padding: 14px 18px;
      border: 1px solid #d6e9dc;
      border-radius: 13px;
      background: #fff;
      box-shadow: 0 18px 40px rgba(25,70,40,.12);
    }

    .bsd-amp-float strong {
      display: block;
      color: #12853a;
      font-size: 14px;
    }

    .bsd-amp-float small {
      color: #738078;
    }

    /* =========================================================
       TRUST BAR
    ========================================================= */

    .bsd-amp-trust {
      padding: 25px 0;
      border-top: 1px solid #e1eee5;
      border-bottom: 1px solid #e1eee5;
      background: #fcfefc;
    }

    .bsd-amp-trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-amp-trust-item {
      text-align: center;
    }

    .bsd-amp-trust-item strong {
      display: block;
      color: #1e2e23;
      font-size: 16px;
    }

    .bsd-amp-trust-item span {
      color: #768179;
      font-size: 13px;
    }

    /* =========================================================
       GENERAL SECTION
    ========================================================= */

    .bsd-amp-section {
      padding: 90px 0;
    }

    .bsd-amp-heading {
      max-width: 760px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .bsd-amp-heading small {
      display: block;
      margin-bottom: 10px;
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .bsd-amp-heading h2 {
      margin-bottom: 14px;
      color: #17251b;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
    }

    .bsd-amp-heading p {
      color: #6d7871;
    }

    /* =========================================================
       SERVICES
    ========================================================= */

    .bsd-amp-services {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-amp-service {
      padding: 30px;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      background: #fff;
      transition: .25s ease;
    }

    .bsd-amp-service:hover {
      transform: translateY(-6px);
      border-color: #91cda1;
      box-shadow: 0 18px 40px rgba(20,70,35,.09);
    }

    .bsd-amp-service-icon {
      width: 55px;
      height: 55px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 14px;
      background: #e3f7e9;
      color: #159346;
      font-size: 23px;
      font-weight: 900;
    }

    .bsd-amp-service h3 {
      margin-bottom: 8px;
      color: #1d2c22;
      font-size: 20px;
    }

    .bsd-amp-service p {
      color: #6d7871;
      font-size: 14px;
    }

    /* =========================================================
       PROBLEMS SECTION
    ========================================================= */

    .bsd-amp-problems {
      background: #f1faf4;
    }

    .bsd-amp-problem-layout {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 65px;
      align-items: center;
    }

    .bsd-amp-problem-copy h2 {
      margin: 10px 0 18px;
      color: #17251b;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
    }

    .bsd-amp-problem-copy p {
      margin-bottom: 25px;
      color: #69756d;
    }

    .bsd-amp-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 13px;
    }

    .bsd-amp-list-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      border: 1px solid #d9e9de;
      border-radius: 11px;
      background: #fff;
    }

    .bsd-amp-check {
      width: 29px;
      height: 29px;
      min-width: 29px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #ddf6e5;
      color: #12833a;
      font-weight: bold;
    }

    .bsd-amp-list-item span {
      color: #34443a;
      font-size: 14px;
      font-weight: 600;
    }

    /* =========================================================
       COMPONENTS
    ========================================================= */

    .bsd-amp-components {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-amp-component {
      padding: 27px 20px;
      text-align: center;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #fff;
      transition: .25s ease;
    }

    .bsd-amp-component:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 35px rgba(20,70,35,.08);
    }

    .bsd-amp-component-icon {
      width: 62px;
      height: 62px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e5f8eb;
      color: #159346;
      font-size: 23px;
      font-weight: 900;
    }

    .bsd-amp-component h3 {
      margin-bottom: 6px;
      color: #1d2c22;
      font-size: 17px;
    }

    .bsd-amp-component p {
      color: #748078;
      font-size: 13px;
    }

    /* =========================================================
       DIAGNOSIS PROCESS
    ========================================================= */

    .bsd-amp-process-section {
      background: #f7fcf8;
    }

    .bsd-amp-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-amp-process-card {
      position: relative;
      padding: 28px 23px;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #fff;
    }

    .bsd-amp-process-number {
      margin-bottom: 14px;
      color: #c6e8d0;
      font-size: 40px;
      font-weight: 900;
      line-height: 1;
    }

    .bsd-amp-process-card h3 {
      margin-bottom: 7px;
      color: #1d2c22;
      font-size: 18px;
    }

    .bsd-amp-process-card p {
      color: #6e7972;
      font-size: 14px;
    }

    /* =========================================================
       PROMO SECTION
    ========================================================= */

    .bsd-amp-promo {
      padding: 75px 0;
      background: #0d7135;
    }

    .bsd-amp-promo-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 55px;
      align-items: center;
    }

    .bsd-amp-promo h2 {
      margin-bottom: 17px;
      color: #fff;
      font-size: clamp(32px,4vw,48px);
      line-height: 1.1;
    }

    .bsd-amp-promo p {
      max-width: 620px;
      color: #d4eddc;
    }

    .bsd-amp-promo-points {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .bsd-amp-promo-point {
      padding: 20px;
      border: 1px solid rgba(255,255,255,.17);
      border-radius: 12px;
      background: rgba(255,255,255,.07);
    }

    .bsd-amp-promo-point strong {
      display: block;
      margin-bottom: 5px;
      color: #fff;
    }

    .bsd-amp-promo-point span {
      color: #c6e5cf;
      font-size: 13px;
    }

    /* =========================================================
       FINAL CTA
    ========================================================= */

    .bsd-amp-contact {
      padding: 75px 0;
      background: #f3faf5;
    }

    .bsd-amp-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 18px 50px rgba(20,65,35,.07);
    }

    .bsd-amp-contact h2 {
      margin-bottom: 10px;
      color: #17251b;
      font-size: clamp(29px,4vw,42px);
      line-height: 1.1;
    }

    .bsd-amp-contact p {
      max-width: 650px;
      color: #69756d;
    }

    /* =========================================================
       FOOTER
    ========================================================= */

    .bsd-amp-footer {
      padding: 25px 0;
      text-align: center;
      background: #091d10;
      color: #aab8af;
      font-size: 14px;
    }

    .bsd-amp-footer strong {
      color: #fff;
    }

    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1000px) {

      .bsd-amp-hero-grid,
      .bsd-amp-problem-layout,
      .bsd-amp-promo-grid {
        grid-template-columns: 1fr;
      }

      .bsd-amp-services {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-amp-components,
      .bsd-amp-process {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-amp-visual {
        min-height: 400px;
      }
    }

    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 700px) {

      .bsd-amp-container {
        width: 90%;
      }

      .bsd-amp-hero {
        padding: 60px 0;
      }

      .bsd-amp-title {
        font-size: 42px;
        letter-spacing: -2px;
      }

      .bsd-amp-intro {
        font-size: 16px;
      }

      .bsd-amp-actions {
        flex-direction: column;
      }

      .bsd-amp-button {
        width: 100%;
      }

      .bsd-amp-trust-grid,
      .bsd-amp-services,
      .bsd-amp-list,
      .bsd-amp-components,
      .bsd-amp-process,
      .bsd-amp-promo-points {
        grid-template-columns: 1fr;
      }

      .bsd-amp-section {
        padding: 65px 0;
      }

      .bsd-amp-visual {
        min-height: 350px;
        transform: scale(.82);
        margin: -25px 0;
      }

      .bsd-amp-device {
        width: 330px;
      }

      .bsd-amp-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }
    }

    /* =========================================================
       SMALL MOBILE
    ========================================================= */

    @media (max-width: 420px) {

      .bsd-amp-title {
        font-size: 37px;
      }

      .bsd-amp-visual {
        transform: scale(.68);
        margin: -50px 0;
      }

      .bsd-amp-device {
        width: 320px;
      }
    }
	
	
	/**********subwoofer repair**************/
	
	.bsd-sub-page {
      width: 100%;
      overflow: hidden;
      background: #ffffff;
    }

    .bsd-sub-container {
      width: min(1180px, 92%);
      margin: auto;
    }

    /* =========================================================
       HERO
    ========================================================= */

    .bsd-sub-hero {
      position: relative;
      padding: 80px 0 90px;
      background:
        radial-gradient(
          circle at 88% 50%,
          rgba(22, 163, 74, 0.16),
          transparent 28%
        ),
        linear-gradient(135deg, #ffffff 0%, #f0faf3 100%);
    }

    .bsd-sub-hero-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 65px;
      align-items: center;
    }

    .bsd-sub-label {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 50px;
      background: #e2f7e8;
      color: #10823a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .8px;
      text-transform: uppercase;
    }

    .bsd-sub-label i {
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 0 5px rgba(22,163,74,.12);
    }

    .bsd-sub-title {
      max-width: 650px;
      margin-bottom: 20px;
      color: #17251b;
      font-size: clamp(42px, 5vw, 66px);
      line-height: 1.02;
      letter-spacing: -3px;
    }

    .bsd-sub-title span {
      color: #16a34a;
    }

    .bsd-sub-description {
      max-width: 620px;
      margin-bottom: 30px;
      color: #68766e;
      font-size: 18px;
    }

    .bsd-sub-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .bsd-sub-btn {
      min-height: 52px;
      padding: 0 25px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-sub-btn-main {
      color: #ffffff;
      background: #16a34a;
      box-shadow: 0 14px 30px rgba(22,163,74,.22);
    }

    .bsd-sub-btn-main:hover {
      background: #0d7c35;
      transform: translateY(-2px);
    }

    .bsd-sub-btn-light {
      color: #14773a;
      border: 1px solid #bcdcc6;
      background: #ffffff;
    }

    .bsd-sub-btn-light:hover {
      background: #eef9f2;
    }

    /* =========================================================
       SUBWOOFER CSS ILLUSTRATION
    ========================================================= */

    .bsd-sub-visual {
      position: relative;
      min-height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bsd-sub-glow {
      position: absolute;
      width: 330px;
      height: 330px;
      border-radius: 50%;
      background: rgba(22,163,74,.08);
      box-shadow:
        0 0 0 50px rgba(22,163,74,.035),
        0 0 0 100px rgba(22,163,74,.018);
    }

    .bsd-sub-box {
      position: relative;
      z-index: 3;
      width: 285px;
      height: 350px;
      padding: 17px;
      border-radius: 17px;
      background: linear-gradient(
        145deg,
        #27352c,
        #0b120e
      );
      border: 3px solid #657269;
      box-shadow:
        0 35px 65px rgba(13,50,26,.3),
        inset 0 1px rgba(255,255,255,.14);
    }

    .bsd-sub-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
    }

    .bsd-sub-brand {
      color: #ffffff;
      font-size: 15px;
      font-weight: 900;
      letter-spacing: 2px;
    }

    .bsd-sub-led {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 14px #22c55e;
    }

    .bsd-sub-speaker {
      position: relative;
      width: 220px;
      height: 220px;
      margin: 10px auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background:
        radial-gradient(
          circle,
          #111a14 0 21%,
          #4e5b53 22% 25%,
          #161f19 26% 52%,
          #67736b 53% 57%,
          #111811 58% 70%,
          #2d3931 71% 74%,
          #080d0a 75%
        );
      border: 7px solid #121a15;
      box-shadow:
        inset 0 0 20px rgba(0,0,0,.9),
        0 12px 20px rgba(0,0,0,.35);
    }

    .bsd-sub-cone {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: radial-gradient(
        circle,
        #b4c0b8 0 8%,
        #344239 10% 38%,
        #121912 40% 100%
      );
      border: 4px solid #4d5b51;
    }

    .bsd-sub-bottom {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      text-align: center;
      color: #82e5a3;
      font-size: 10px;
      letter-spacing: 2px;
    }

    /* Sound waves */

    .bsd-sub-wave {
      position: absolute;
      bottom: 28px;
      left: 50%;
      z-index: 1;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      gap: 5px;
      height: 95px;
    }

    .bsd-sub-wave span {
      width: 5px;
      border-radius: 10px;
      background: #16a34a;
      opacity: .7;
    }

    .bsd-sub-wave span:nth-child(1) { height: 25px; }
    .bsd-sub-wave span:nth-child(2) { height: 45px; }
    .bsd-sub-wave span:nth-child(3) { height: 70px; }
    .bsd-sub-wave span:nth-child(4) { height: 90px; }
    .bsd-sub-wave span:nth-child(5) { height: 62px; }
    .bsd-sub-wave span:nth-child(6) { height: 82px; }
    .bsd-sub-wave span:nth-child(7) { height: 53px; }
    .bsd-sub-wave span:nth-child(8) { height: 72px; }
    .bsd-sub-wave span:nth-child(9) { height: 38px; }
    .bsd-sub-wave span:nth-child(10) { height: 58px; }

    /* Floating information card */

    .bsd-sub-floating {
      position: absolute;
      z-index: 5;
      left: 0;
      top: 55px;
      padding: 15px 18px;
      border: 1px solid #d6e8dc;
      border-radius: 13px;
      background: #ffffff;
      box-shadow: 0 18px 40px rgba(20,70,35,.12);
    }

    .bsd-sub-floating strong {
      display: block;
      color: #118139;
      font-size: 14px;
    }

    .bsd-sub-floating small {
      color: #758078;
    }

    .bsd-sub-floating-right {
      left: auto;
      right: -10px;
      top: auto;
      bottom: 55px;
    }

    /* =========================================================
       QUICK FEATURES
    ========================================================= */

    .bsd-sub-features {
      padding: 25px 0;
      border-top: 1px solid #dfebe3;
      border-bottom: 1px solid #dfebe3;
      background: #ffffff;
    }

    .bsd-sub-feature-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-sub-feature {
      text-align: center;
    }

    .bsd-sub-feature strong {
      display: block;
      color: #1d2b22;
      font-size: 16px;
    }

    .bsd-sub-feature span {
      color: #77827b;
      font-size: 13px;
    }

    /* =========================================================
       COMMON SECTION
    ========================================================= */

    .bsd-sub-section {
      padding: 90px 0;
    }

    .bsd-sub-heading {
      max-width: 760px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .bsd-sub-heading small {
      display: block;
      margin-bottom: 9px;
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .bsd-sub-heading h2 {
      margin-bottom: 14px;
      color: #17251b;
      font-size: clamp(32px,4vw,46px);
      line-height: 1.1;
    }

    .bsd-sub-heading p {
      color: #6d7871;
    }

    /* =========================================================
       REPAIR SERVICES
    ========================================================= */

    .bsd-sub-service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-sub-service-card {
      position: relative;
      padding: 30px;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      background: #ffffff;
      transition: .25s ease;
    }

    .bsd-sub-service-card:hover {
      transform: translateY(-6px);
      border-color: #94cda2;
      box-shadow: 0 20px 42px rgba(20,70,35,.09);
    }

    .bsd-sub-service-icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 14px;
      background: #e3f7e9;
      color: #159346;
      font-size: 23px;
      font-weight: 900;
    }

    .bsd-sub-service-card h3 {
      margin-bottom: 8px;
      color: #1d2d22;
      font-size: 20px;
    }

    .bsd-sub-service-card p {
      color: #6d7871;
      font-size: 14px;
    }

    /* =========================================================
       PROBLEM SECTION
    ========================================================= */

    .bsd-sub-problem-section {
      background: #f1faf4;
    }

    .bsd-sub-problem-layout {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 60px;
      align-items: center;
    }

    .bsd-sub-problem-copy small {
      color: #16a34a;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .bsd-sub-problem-copy h2 {
      margin: 12px 0 18px;
      color: #17251b;
      font-size: clamp(32px,4vw,45px);
      line-height: 1.1;
    }

    .bsd-sub-problem-copy p {
      margin-bottom: 25px;
      color: #69756e;
    }

    .bsd-sub-problem-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 13px;
    }

    .bsd-sub-problem-item {
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 15px;
      border: 1px solid #d8e8dd;
      border-radius: 11px;
      background: #ffffff;
    }

    .bsd-sub-check {
      width: 29px;
      height: 29px;
      min-width: 29px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #ddf5e4;
      color: #128239;
      font-weight: bold;
    }

    .bsd-sub-problem-item span {
      color: #35443b;
      font-size: 14px;
      font-weight: 600;
    }

    /* =========================================================
       TYPES
    ========================================================= */

    .bsd-sub-types {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-sub-type {
      padding: 28px 20px;
      text-align: center;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #ffffff;
      transition: .25s ease;
    }

    .bsd-sub-type:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 35px rgba(20,70,35,.08);
    }

    .bsd-sub-type-icon {
      width: 62px;
      height: 62px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e4f7e9;
      color: #159346;
      font-size: 22px;
      font-weight: 900;
    }

    .bsd-sub-type h3 {
      margin-bottom: 7px;
      color: #1c2b21;
      font-size: 17px;
    }

    .bsd-sub-type p {
      color: #747f78;
      font-size: 13px;
    }

    /* =========================================================
       REPAIR PROCESS
    ========================================================= */

    .bsd-sub-process-section {
      background: #f7fcf8;
    }

    .bsd-sub-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-sub-process-card {
      padding: 28px 23px;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #ffffff;
    }

    .bsd-sub-process-num {
      margin-bottom: 14px;
      color: #c7e9d1;
      font-size: 40px;
      font-weight: 900;
      line-height: 1;
    }

    .bsd-sub-process-card h3 {
      margin-bottom: 7px;
      color: #1c2b21;
      font-size: 18px;
    }

    .bsd-sub-process-card p {
      color: #6e7972;
      font-size: 14px;
    }

    /* =========================================================
       PROMO BANNER
    ========================================================= */

    .bsd-sub-promo {
      padding: 75px 0;
      background: #0d7135;
    }

    .bsd-sub-promo-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 55px;
      align-items: center;
    }

    .bsd-sub-promo h2 {
      margin-bottom: 17px;
      color: #ffffff;
      font-size: clamp(32px,4vw,48px);
      line-height: 1.1;
    }

    .bsd-sub-promo p {
      max-width: 620px;
      color: #d3eddb;
    }

    .bsd-sub-promo-boxes {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .bsd-sub-promo-box {
      padding: 20px;
      border: 1px solid rgba(255,255,255,.17);
      border-radius: 12px;
      background: rgba(255,255,255,.07);
    }

    .bsd-sub-promo-box strong {
      display: block;
      margin-bottom: 5px;
      color: #ffffff;
    }

    .bsd-sub-promo-box span {
      color: #c6e5cf;
      font-size: 13px;
    }

    /* =========================================================
       CTA
    ========================================================= */

    .bsd-sub-contact {
      padding: 75px 0;
      background: #f3faf5;
    }

    .bsd-sub-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 18px 50px rgba(20,65,35,.07);
    }

    .bsd-sub-contact h2 {
      margin-bottom: 10px;
      color: #17251b;
      font-size: clamp(29px,4vw,42px);
      line-height: 1.1;
    }

    .bsd-sub-contact p {
      max-width: 650px;
      color: #69756d;
    }

    /* =========================================================
       FOOTER
    ========================================================= */

   

    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1000px) {

      .bsd-sub-hero-layout,
      .bsd-sub-problem-layout,
      .bsd-sub-promo-layout {
        grid-template-columns: 1fr;
      }

      .bsd-sub-service-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-sub-types,
      .bsd-sub-process {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-sub-visual {
        min-height: 410px;
      }
    }

    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 700px) {

      .bsd-sub-container {
        width: 90%;
      }

      .bsd-sub-hero {
        padding: 60px 0;
      }

      .bsd-sub-title {
        font-size: 42px;
        letter-spacing: -2px;
      }

      .bsd-sub-description {
        font-size: 16px;
      }

      .bsd-sub-buttons {
        flex-direction: column;
      }

      .bsd-sub-btn {
        width: 100%;
      }

      .bsd-sub-feature-grid,
      .bsd-sub-service-grid,
      .bsd-sub-problem-list,
      .bsd-sub-types,
      .bsd-sub-process,
      .bsd-sub-promo-boxes {
        grid-template-columns: 1fr;
      }

      .bsd-sub-section {
        padding: 65px 0;
      }

      .bsd-sub-visual {
        min-height: 350px;
        transform: scale(.82);
        margin: -25px 0;
      }

      .bsd-sub-floating {
        left: -10px;
      }

      .bsd-sub-floating-right {
        right: -10px;
      }

      .bsd-sub-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }
    }

    /* =========================================================
       SMALL MOBILE
    ========================================================= */

    @media (max-width: 420px) {

      .bsd-sub-title {
        font-size: 37px;
      }

      .bsd-sub-visual {
        transform: scale(.68);
        margin: -55px 0;
      }
    }
	
	/*************sensor repair**************/
	
	.bsd-stap-page {
      width: 100%;
      overflow: hidden;
      background: #ffffff;
    }

    .bsd-stap-container {
      width: min(1180px, 92%);
      margin: auto;
    }

    /* =========================================================
       HERO
    ========================================================= */

    .bsd-stap-hero {
      position: relative;
      padding: 80px 0;
      background:
        radial-gradient(
          circle at 85% 35%,
          rgba(22, 163, 74, .15),
          transparent 28%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #f1faf4 100%
        );
    }

    .bsd-stap-hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 70px;
      align-items: center;
    }

    .bsd-stap-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 20px;
      border-radius: 40px;
      color: #11833c;
      background: #e3f7e9;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .bsd-stap-eyebrow-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #16a34a;
      box-shadow: 0 0 0 5px rgba(22, 163, 74, .12);
    }

    .bsd-stap-title {
      max-width: 650px;
      margin-bottom: 20px;
      font-size: clamp(42px, 5vw, 65px);
      line-height: 1.02;
      letter-spacing: -3px;
    }

    .bsd-stap-title span {
      color: #16a34a;
    }

    .bsd-stap-intro {
      max-width: 620px;
      margin-bottom: 30px;
      color: #68766d;
      font-size: 18px;
    }

    .bsd-stap-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .bsd-stap-btn {
      min-height: 52px;
      padding: 0 25px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9px;
      font-weight: 700;
      transition: .25s ease;
    }

    .bsd-stap-btn-primary {
      color: #ffffff;
      background: #16a34a;
      box-shadow: 0 15px 30px rgba(22, 163, 74, .22);
    }

    .bsd-stap-btn-primary:hover {
      background: #0d7d36;
      transform: translateY(-2px);
    }

    .bsd-stap-btn-secondary {
      color: #117a38;
      background: #ffffff;
      border: 1px solid #bcdcc7;
    }

    .bsd-stap-btn-secondary:hover {
      background: #eef9f1;
    }

    /* =========================================================
       SENSOR TAP VISUAL
    ========================================================= */

    .bsd-stap-visual {
      position: relative;
      min-height: 460px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bsd-stap-orbit {
      position: absolute;
      width: 330px;
      height: 330px;
      border: 1px dashed rgba(22, 163, 74, .35);
      border-radius: 50%;
    }

    .bsd-stap-orbit::before,
    .bsd-stap-orbit::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(22, 163, 74, .12);
    }

    .bsd-stap-orbit::before {
      inset: 30px;
    }

    .bsd-stap-orbit::after {
      inset: 65px;
    }

    .bsd-stap-faucet {
      position: relative;
      z-index: 3;
      width: 250px;
      height: 310px;
    }

    .bsd-stap-faucet-body {
      position: absolute;
      top: 55px;
      left: 82px;
      width: 85px;
      height: 180px;
      border-radius: 45px 45px 15px 15px;
      background: linear-gradient(
        90deg,
        #aeb8b1,
        #f7faf8 25%,
        #ffffff 50%,
        #a4aea7
      );
      box-shadow:
        12px 20px 35px rgba(30, 65, 40, .18),
        inset -8px 0 12px rgba(0,0,0,.08);
    }

    .bsd-stap-faucet-neck {
      position: absolute;
      top: 115px;
      left: 140px;
      width: 95px;
      height: 75px;
      border-radius: 0 50px 50px 0;
      border-top: 24px solid #c9d1cc;
      border-right: 24px solid #c9d1cc;
    }

    .bsd-stap-faucet-spout {
      position: absolute;
      top: 168px;
      right: 17px;
      width: 75px;
      height: 35px;
      border-radius: 0 0 22px 22px;
      background: linear-gradient(
        90deg,
        #aab4ad,
        #ffffff,
        #a4aea7
      );
    }

    .bsd-stap-sensor {
      position: absolute;
      left: 100px;
      top: 120px;
      z-index: 5;
      width: 50px;
      height: 38px;
      border-radius: 8px;
      background: #17241b;
      border: 3px solid #b8c5bc;
      box-shadow: 0 5px 15px rgba(0,0,0,.25);
    }

    .bsd-stap-sensor-light {
      position: absolute;
      top: 11px;
      left: 17px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 18px #22c55e;
    }

    .bsd-stap-water {
      position: absolute;
      top: 204px;
      right: 42px;
      z-index: 2;
      display: flex;
      gap: 6px;
    }

    .bsd-stap-water span {
      width: 5px;
      height: 55px;
      border-radius: 10px;
      background: #16a34a;
      opacity: .7;
      animation: bsdStapWater 1.2s infinite ease-in-out;
    }

    .bsd-stap-water span:nth-child(2) {
      height: 70px;
      animation-delay: .15s;
    }

    .bsd-stap-water span:nth-child(3) {
      height: 45px;
      animation-delay: .3s;
    }

    .bsd-stap-water span:nth-child(4) {
      height: 62px;
      animation-delay: .45s;
    }

    @keyframes bsdStapWater {
      0%, 100% {
        transform: scaleY(.75);
        opacity: .45;
      }

      50% {
        transform: scaleY(1);
        opacity: .9;
      }
    }

    .bsd-stap-info-card {
      position: absolute;
      z-index: 7;
      top: 45px;
      left: 0;
      padding: 15px 18px;
      border: 1px solid #d6e8db;
      border-radius: 13px;
      background: #ffffff;
      box-shadow: 0 18px 40px rgba(22, 72, 37, .12);
    }

    .bsd-stap-info-card strong {
      display: block;
      color: #11813b;
      font-size: 14px;
    }

    .bsd-stap-info-card small {
      color: #748079;
    }

    .bsd-stap-info-card-right {
      top: auto;
      left: auto;
      right: -5px;
      bottom: 55px;
    }

    /* =========================================================
       QUICK BENEFITS
    ========================================================= */

    .bsd-stap-strip {
      padding: 25px 0;
      border-top: 1px solid #deebe2;
      border-bottom: 1px solid #deebe2;
      background: #ffffff;
    }

    .bsd-stap-strip-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .bsd-stap-strip-item {
      text-align: center;
    }

    .bsd-stap-strip-item strong {
      display: block;
      color: #203026;
      font-size: 15px;
    }

    .bsd-stap-strip-item span {
      color: #7a847e;
      font-size: 13px;
    }

    /* =========================================================
       SECTION
    ========================================================= */

    .bsd-stap-section {
      padding: 90px 0;
    }

    .bsd-stap-heading {
      max-width: 760px;
      margin: 0 auto 50px;
      text-align: center;
    }

    .bsd-stap-heading small {
      display: block;
      margin-bottom: 9px;
      color: #16a34a;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.2px;
      text-transform: uppercase;
    }

    .bsd-stap-heading h2 {
      margin-bottom: 14px;
      color: #17241b;
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
    }

    .bsd-stap-heading p {
      color: #6e7972;
    }

    /* =========================================================
       SERVICES
    ========================================================= */

    .bsd-stap-service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .bsd-stap-service {
      position: relative;
      padding: 30px;
      border: 1px solid #dcebe1;
      border-radius: 17px;
      background: #ffffff;
      transition: .25s ease;
    }

    .bsd-stap-service:hover {
      transform: translateY(-6px);
      border-color: #8dc89c;
      box-shadow: 0 20px 45px rgba(20, 75, 38, .09);
    }

    .bsd-stap-service-icon {
      width: 55px;
      height: 55px;
      display: grid;
      place-items: center;
      margin-bottom: 18px;
      border-radius: 14px;
      background: #e4f7e9;
      color: #12843d;
      font-size: 23px;
      font-weight: 900;
    }

    .bsd-stap-service h3 {
      margin-bottom: 8px;
      color: #1d2c22;
      font-size: 19px;
    }

    .bsd-stap-service p {
      color: #6f7a73;
      font-size: 14px;
    }

    /* =========================================================
       PROBLEMS
    ========================================================= */

    .bsd-stap-problem-area {
      background: #f1faf4;
    }

    .bsd-stap-problem-grid {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 65px;
      align-items: center;
    }

    .bsd-stap-problem-content small {
      color: #16a34a;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .bsd-stap-problem-content h2 {
      margin: 12px 0 18px;
      color: #17241b;
      font-size: clamp(32px, 4vw, 45px);
      line-height: 1.1;
    }

    .bsd-stap-problem-content p {
      margin-bottom: 25px;
      color: #6b7770;
    }

    .bsd-stap-problem-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 13px;
    }

    .bsd-stap-problem-item {
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 15px;
      border: 1px solid #d7e8dc;
      border-radius: 11px;
      background: #ffffff;
    }

    .bsd-stap-check {
      width: 29px;
      height: 29px;
      min-width: 29px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #13843c;
      background: #ddf5e4;
      font-weight: bold;
    }

    .bsd-stap-problem-item span {
      color: #36453b;
      font-size: 14px;
      font-weight: 600;
    }

    /* =========================================================
       INSTALLATION TYPES
    ========================================================= */

    .bsd-stap-type-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-stap-type {
      padding: 28px 20px;
      text-align: center;
      border: 1px solid #dcebe1;
      border-radius: 16px;
      background: #ffffff;
      transition: .25s ease;
    }

    .bsd-stap-type:hover {
      transform: translateY(-5px);
      box-shadow: 0 17px 35px rgba(22, 72, 37, .08);
    }

    .bsd-stap-type-icon {
      width: 62px;
      height: 62px;
      display: grid;
      place-items: center;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #e3f7e9;
      color: #14863e;
      font-size: 23px;
      font-weight: 900;
    }

    .bsd-stap-type h3 {
      margin-bottom: 7px;
      color: #1d2d22;
      font-size: 17px;
    }

    .bsd-stap-type p {
      color: #737e77;
      font-size: 13px;
    }

    /* =========================================================
       PROCESS
    ========================================================= */

    .bsd-stap-process-area {
      background: #f7fcf8;
    }

    .bsd-stap-process-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .bsd-stap-process-card {
      padding: 28px 23px;
      border: 1px solid #dcebe1;
      border-radius: 15px;
      background: #ffffff;
    }

    .bsd-stap-process-number {
      margin-bottom: 14px;
      color: #c5e8cf;
      font-size: 40px;
      font-weight: 900;
      line-height: 1;
    }

    .bsd-stap-process-card h3 {
      margin-bottom: 7px;
      color: #1d2c22;
      font-size: 18px;
    }

    .bsd-stap-process-card p {
      color: #6e7972;
      font-size: 14px;
    }

    /* =========================================================
       PROMO
    ========================================================= */

    .bsd-stap-promo {
      padding: 75px 0;
      background: #0c7034;
    }

    .bsd-stap-promo-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 55px;
      align-items: center;
    }

    .bsd-stap-promo h2 {
      margin-bottom: 17px;
      color: #ffffff;
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1.1;
    }

    .bsd-stap-promo p {
      max-width: 620px;
      color: #d1ecda;
    }

    .bsd-stap-promo-features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .bsd-stap-promo-card {
      padding: 20px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 12px;
      background: rgba(255,255,255,.07);
    }

    .bsd-stap-promo-card strong {
      display: block;
      margin-bottom: 5px;
      color: #ffffff;
    }

    .bsd-stap-promo-card span {
      color: #c5e5cf;
      font-size: 13px;
    }

    /* =========================================================
       CTA
    ========================================================= */

    .bsd-stap-contact {
      padding: 75px 0;
      background: #f3faf5;
    }

    .bsd-stap-contact-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      padding: 45px;
      border: 1px solid #dcebe1;
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 18px 50px rgba(20, 65, 35, .07);
    }

    .bsd-stap-contact h2 {
      margin-bottom: 10px;
      color: #17241b;
      font-size: clamp(29px, 4vw, 42px);
      line-height: 1.1;
    }

    .bsd-stap-contact p {
      max-width: 650px;
      color: #69756d;
    }

    /* =========================================================
       FOOTER
    ========================================================= */

 

    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1000px) {

      .bsd-stap-hero-grid,
      .bsd-stap-problem-grid,
      .bsd-stap-promo-grid {
        grid-template-columns: 1fr;
      }

      .bsd-stap-service-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-stap-type-grid,
      .bsd-stap-process-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bsd-stap-visual {
        min-height: 410px;
      }
    }

    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 700px) {

      .bsd-stap-container {
        width: 90%;
      }

      .bsd-stap-hero {
        padding: 60px 0;
      }

      .bsd-stap-title {
        font-size: 42px;
        letter-spacing: -2px;
      }

      .bsd-stap-intro {
        font-size: 16px;
      }

      .bsd-stap-actions {
        flex-direction: column;
      }

      .bsd-stap-btn {
        width: 100%;
      }

      .bsd-stap-strip-grid,
      .bsd-stap-service-grid,
      .bsd-stap-problem-list,
      .bsd-stap-type-grid,
      .bsd-stap-process-grid,
      .bsd-stap-promo-features {
        grid-template-columns: 1fr;
      }

      .bsd-stap-section {
        padding: 65px 0;
      }

      .bsd-stap-visual {
        min-height: 350px;
        transform: scale(.82);
        margin: -30px 0;
      }

      .bsd-stap-info-card {
        left: -10px;
      }

      .bsd-stap-info-card-right {
        right: -10px;
      }

      .bsd-stap-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
      }
    }

    /* =========================================================
       SMALL MOBILE
    ========================================================= */

    @media (max-width: 420px) {

      .bsd-stap-title {
        font-size: 37px;
      }

      .bsd-stap-visual {
        transform: scale(.67);
        margin: -60px 0;
      }
    }
	
	/**********Smart-shower-system*****************/
	
	.bsd-ssr-page {
    width: 100%;
    overflow: hidden;
}

.bsd-ssr-container {
    width: min(1180px, 92%);
    margin: auto;
}

/* =========================================================
   HERO
========================================================= */

.bsd-ssr-hero {
    position: relative;
    padding: 85px 0;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(22,163,74,.15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #effaf3 100%
        );
}

.bsd-ssr-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
}

.bsd-ssr-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 15px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #e1f6e8;
    color: #11803b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bsd-ssr-tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22,163,74,.12);
}

.bsd-ssr-title {
    max-width: 650px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.bsd-ssr-title span {
    color: #16a34a;
}

.bsd-ssr-description {
    max-width: 610px;
    margin-bottom: 30px;
    color: #66736b;
    font-size: 18px;
}

.bsd-ssr-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bsd-ssr-btn {
    min-height: 52px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-weight: 700;
    transition: .25s ease;
}

.bsd-ssr-btn-main {
    color: #ffffff;
    background: #16a34a;
    box-shadow: 0 14px 30px rgba(22,163,74,.23);
}

.bsd-ssr-btn-main:hover {
    background: #0c7d35;
    transform: translateY(-2px);
}

.bsd-ssr-btn-light {
    color: #117b38;
    background: #ffffff;
    border: 1px solid #b9dbc4;
}

.bsd-ssr-btn-light:hover {
    background: #edf9f1;
}

/* =========================================================
   SMART SHOWER VISUAL
========================================================= */

.bsd-ssr-visual {
    position: relative;
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bsd-ssr-circle {
    position: absolute;
    width: 370px;
    height: 370px;
    border: 1px dashed rgba(22,163,74,.35);
    border-radius: 50%;
}

.bsd-ssr-circle::before,
.bsd-ssr-circle::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(22,163,74,.12);
    border-radius: 50%;
}

.bsd-ssr-circle::before {
    inset: 35px;
}

.bsd-ssr-circle::after {
    inset: 75px;
}

/* Shower Head */

.bsd-ssr-shower {
    position: relative;
    z-index: 3;
    width: 320px;
    height: 360px;
}

.bsd-ssr-shower-arm {
    position: absolute;
    top: 55px;
    left: 130px;
    width: 120px;
    height: 25px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        #9ba79f,
        #ffffff,
        #a8b3ab
    );
    transform: rotate(24deg);
}

.bsd-ssr-shower-head {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 135px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(
        180deg,
        #ffffff,
        #c5cec8
    );
    border: 5px solid #a7b2aa;
    box-shadow: 0 12px 25px rgba(20,50,30,.18);
}

.bsd-ssr-shower-head::after {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 7px;
    height: 20px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        #16a34a 2px,
        transparent 3px
    );
    background-size: 15px 8px;
}

/* Control Panel */

.bsd-ssr-panel {
    position: absolute;
    top: 125px;
    left: 50px;
    width: 105px;
    height: 175px;
    padding: 15px;
    border-radius: 18px;
    background: #17221b;
    border: 5px solid #aeb8b1;
    box-shadow: 12px 20px 35px rgba(0,0,0,.18);
}

.bsd-ssr-screen {
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 13px;
    border-radius: 8px;
    color: #71e394;
    background: #092914;
    font-size: 12px;
    font-weight: bold;
}

.bsd-ssr-control {
    width: 100%;
    height: 8px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #39463e;
}

.bsd-ssr-control-active {
    background: #16a34a;
}

/* Water */

.bsd-ssr-water {
    position: absolute;
    top: 85px;
    right: 63px;
    display: flex;
    gap: 9px;
    z-index: 2;
}

.bsd-ssr-water span {
    width: 5px;
    height: 150px;
    border-radius: 10px;
    background: #16a34a;
    opacity: .65;
    animation: bsdSsrWater 1.5s infinite ease-in-out;
}

.bsd-ssr-water span:nth-child(2) {
    height: 175px;
    animation-delay: .15s;
}

.bsd-ssr-water span:nth-child(3) {
    height: 140px;
    animation-delay: .3s;
}

.bsd-ssr-water span:nth-child(4) {
    height: 165px;
    animation-delay: .45s;
}

.bsd-ssr-water span:nth-child(5) {
    height: 130px;
    animation-delay: .6s;
}

@keyframes bsdSsrWater {
    0%,100% {
        transform: scaleY(.7);
        opacity: .35;
    }

    50% {
        transform: scaleY(1);
        opacity: .85;
    }
}

/* Temperature Card */

.bsd-ssr-temp {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 8;
    padding: 14px 17px;
    border: 1px solid #d4e8da;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(20,70,35,.11);
}

.bsd-ssr-temp strong {
    display: block;
    color: #13823b;
    font-size: 14px;
}

.bsd-ssr-temp small {
    color: #738078;
}

/* Status */

.bsd-ssr-status {
    position: absolute;
    right: 0;
    bottom: 55px;
    z-index: 8;
    padding: 15px 18px;
    border-radius: 13px;
    background: #0d7034;
    color: #ffffff;
    box-shadow: 0 18px 35px rgba(13,112,52,.22);
}

.bsd-ssr-status strong {
    display: block;
}

.bsd-ssr-status small {
    color: #c8ead2;
}

/* =========================================================
   FEATURE BAR
========================================================= */

.bsd-ssr-featurebar {
    padding: 25px 0;
    border-top: 1px solid #dcebe1;
    border-bottom: 1px solid #dcebe1;
    background: #ffffff;
}

.bsd-ssr-feature-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.bsd-ssr-feature {
    text-align: center;
}

.bsd-ssr-feature strong {
    display: block;
    color: #203027;
    font-size: 15px;
}

.bsd-ssr-feature span {
    color: #77827b;
    font-size: 13px;
}

/* =========================================================
   GENERAL SECTIONS
========================================================= */

.bsd-ssr-section {
    padding: 90px 0;
}

.bsd-ssr-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.bsd-ssr-heading small {
    display: block;
    margin-bottom: 8px;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.bsd-ssr-heading h2 {
    margin-bottom: 14px;
    color: #18251d;
    font-size: clamp(32px,4vw,47px);
    line-height: 1.1;
}

.bsd-ssr-heading p {
    color: #6c7870;
}

/* =========================================================
   SERVICE CARDS
========================================================= */

.bsd-ssr-service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.bsd-ssr-service {
    padding: 30px;
    border: 1px solid #dcebe1;
    border-radius: 17px;
    background: #ffffff;
    transition: .25s ease;
}

.bsd-ssr-service:hover {
    transform: translateY(-6px);
    border-color: #8bc799;
    box-shadow: 0 20px 45px rgba(20,75,38,.09);
}

.bsd-ssr-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #e3f7e9;
    color: #11813b;
    font-size: 22px;
    font-weight: 900;
}

.bsd-ssr-service h3 {
    margin-bottom: 8px;
    color: #1e2d23;
    font-size: 19px;
}

.bsd-ssr-service p {
    color: #6f7a73;
    font-size: 14px;
}

/* =========================================================
   PROBLEMS
========================================================= */

.bsd-ssr-problem {
    background: #f1faf4;
}

.bsd-ssr-problem-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 65px;
}

.bsd-ssr-problem-copy small {
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bsd-ssr-problem-copy h2 {
    margin: 12px 0 18px;
    font-size: clamp(32px,4vw,45px);
    line-height: 1.1;
}

.bsd-ssr-problem-copy p {
    margin-bottom: 25px;
    color: #69756d;
}

.bsd-ssr-problem-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.bsd-ssr-problem-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 15px;
    border: 1px solid #d5e7da;
    border-radius: 11px;
    background: #ffffff;
}

.bsd-ssr-check {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #13843c;
    background: #ddf5e4;
    font-weight: bold;
}

.bsd-ssr-problem-item span {
    color: #36453b;
    font-size: 14px;
    font-weight: 600;
}

/* =========================================================
   SMART FEATURES
========================================================= */

.bsd-ssr-smart-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.bsd-ssr-smart-card {
    padding: 27px 20px;
    text-align: center;
    border: 1px solid #dcebe1;
    border-radius: 16px;
    background: #ffffff;
    transition: .25s ease;
}

.bsd-ssr-smart-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(20,70,35,.08);
}

.bsd-ssr-smart-number {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #e2f7e8;
    color: #14853e;
    font-size: 21px;
    font-weight: 900;
}

.bsd-ssr-smart-card h3 {
    margin-bottom: 7px;
    color: #1d2c22;
    font-size: 17px;
}

.bsd-ssr-smart-card p {
    color: #737e77;
    font-size: 13px;
}

/* =========================================================
   PROCESS
========================================================= */

.bsd-ssr-process {
    background: #f7fcf8;
}

.bsd-ssr-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.bsd-ssr-process-card {
    padding: 28px 23px;
    border: 1px solid #dcebe1;
    border-radius: 15px;
    background: #ffffff;
}

.bsd-ssr-process-number {
    margin-bottom: 14px;
    color: #bde3c8;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

.bsd-ssr-process-card h3 {
    margin-bottom: 7px;
    font-size: 18px;
}

.bsd-ssr-process-card p {
    color: #6e7972;
    font-size: 14px;
}

/* =========================================================
   PROMO
========================================================= */

.bsd-ssr-promo {
    padding: 75px 0;
    background: #0b7134;
}

.bsd-ssr-promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center;
}

.bsd-ssr-promo h2 {
    margin-bottom: 17px;
    color: #ffffff;
    font-size: clamp(32px,4vw,48px);
    line-height: 1.1;
}

.bsd-ssr-promo p {
    color: #d0ebd9;
}

.bsd-ssr-promo-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bsd-ssr-promo-card {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 12px;
    background: rgba(255,255,255,.07);
}

.bsd-ssr-promo-card strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
}

.bsd-ssr-promo-card span {
    color: #c4e5cf;
    font-size: 13px;
}

/* =========================================================
   FINAL CTA
========================================================= */

.bsd-ssr-contact {
    padding: 75px 0;
    background: #f2faf5;
}

.bsd-ssr-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 45px;
    border: 1px solid #dcebe1;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(20,65,35,.07);
}

.bsd-ssr-contact h2 {
    margin-bottom: 10px;
    font-size: clamp(29px,4vw,42px);
    line-height: 1.1;
}

.bsd-ssr-contact p {
    max-width: 650px;
    color: #69756d;
}

/* =========================================================
   FOOTER
========================================================= */


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .bsd-ssr-hero-grid,
    .bsd-ssr-problem-grid,
    .bsd-ssr-promo-grid {
        grid-template-columns: 1fr;
    }

    .bsd-ssr-service-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bsd-ssr-smart-grid,
    .bsd-ssr-process-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bsd-ssr-visual {
        min-height: 420px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .bsd-ssr-container {
        width: 90%;
    }

    .bsd-ssr-hero {
        padding: 60px 0;
    }

    .bsd-ssr-title {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .bsd-ssr-description {
        font-size: 16px;
    }

    .bsd-ssr-buttons {
        flex-direction: column;
    }

    .bsd-ssr-btn {
        width: 100%;
    }

    .bsd-ssr-feature-grid,
    .bsd-ssr-service-grid,
    .bsd-ssr-problem-list,
    .bsd-ssr-smart-grid,
    .bsd-ssr-process-grid,
    .bsd-ssr-promo-cards {
        grid-template-columns: 1fr;
    }

    .bsd-ssr-section {
        padding: 65px 0;
    }

    .bsd-ssr-visual {
        min-height: 350px;
        transform: scale(.78);
        margin: -35px 0;
    }

    .bsd-ssr-contact-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .bsd-ssr-contact .bsd-ssr-btn {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bsd-ssr-title {
        font-size: 37px;
    }

    .bsd-ssr-visual {
        transform: scale(.64);
        margin: -65px 0;
    }
}

/***********water saving fixtures**************/

.bsd-wsf-page {
    width: 100%;
    overflow: hidden;
}

.bsd-wsf-container {
    width: min(1180px, 92%);
    margin: auto;
}

/* =========================================================
   HERO
========================================================= */

.bsd-wsf-hero {
    position: relative;
    padding: 85px 0 75px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(22,163,74,.14),
            transparent 30%
        ),
        linear-gradient(135deg, #ffffff, #eefaf2);
}

.bsd-wsf-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 65px;
}

.bsd-wsf-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 8px 15px;
    border-radius: 50px;
    background: #def5e6;
    color: #087b36;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bsd-wsf-label i {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22,163,74,.12);
}

.bsd-wsf-hero h1 {
    max-width: 700px;
    margin-bottom: 20px;
    font-size: clamp(40px, 5vw, 67px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.bsd-wsf-hero h1 span {
    color: #16a34a;
}

.bsd-wsf-hero-text {
    max-width: 650px;
    margin-bottom: 30px;
    color: #66736b;
    font-size: 18px;
}

.bsd-wsf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bsd-wsf-btn {
    min-height: 52px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-weight: 700;
    transition: .25s ease;
}

.bsd-wsf-btn-primary {
    color: #ffffff;
    background: #16a34a;
    box-shadow: 0 14px 30px rgba(22,163,74,.22);
}

.bsd-wsf-btn-primary:hover {
    background: #0b7c35;
    transform: translateY(-2px);
}

.bsd-wsf-btn-secondary {
    color: #117738;
    background: #ffffff;
    border: 1px solid #b8dac3;
}

.bsd-wsf-btn-secondary:hover {
    background: #effaf3;
}

/* =========================================================
   WATER SAVING VISUAL
========================================================= */

.bsd-wsf-visual {
    position: relative;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bsd-wsf-orbit {
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px dashed rgba(22,163,74,.32);
    border-radius: 50%;
}

.bsd-wsf-orbit::before,
.bsd-wsf-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(22,163,74,.13);
    border-radius: 50%;
}

.bsd-wsf-orbit::before {
    inset: 35px;
}

.bsd-wsf-orbit::after {
    inset: 72px;
}

/* Faucet */

.bsd-wsf-faucet {
    position: relative;
    z-index: 5;
    width: 280px;
    height: 300px;
}

.bsd-wsf-faucet-top {
    position: absolute;
    top: 55px;
    left: 62px;
    width: 150px;
    height: 90px;
    border: 18px solid #aab5ad;
    border-bottom: 0;
    border-radius: 80px 80px 0 0;
}

.bsd-wsf-faucet-neck {
    position: absolute;
    top: 115px;
    left: 188px;
    width: 23px;
    height: 100px;
    border-radius: 15px;
    background: linear-gradient(
        90deg,
        #8d9991,
        #ffffff,
        #a6b0a9
    );
}

.bsd-wsf-faucet-base {
    position: absolute;
    left: 45px;
    bottom: 28px;
    width: 185px;
    height: 28px;
    border-radius: 15px;
    background: linear-gradient(
        180deg,
        #ffffff,
        #b4beb8
    );
    box-shadow: 0 15px 30px rgba(20,60,30,.16);
}

.bsd-wsf-faucet-handle {
    position: absolute;
    top: 42px;
    right: 45px;
    width: 45px;
    height: 20px;
    border-radius: 15px;
    background: #16a34a;
}

.bsd-wsf-water-stream {
    position: absolute;
    z-index: 2;
    top: 180px;
    left: 201px;
    width: 13px;
    height: 105px;
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        #48cf77,
        #16a34a
    );
    opacity: .75;
    animation: bsdWsfFlow 1.6s ease-in-out infinite;
}

@keyframes bsdWsfFlow {
    0%,100% {
        transform: scaleY(.75);
        opacity: .45;
    }

    50% {
        transform: scaleY(1);
        opacity: .9;
    }
}

/* Saving Badge */

.bsd-wsf-saving-badge {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 8;
    padding: 17px 20px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #d5e9db;
    box-shadow: 0 18px 40px rgba(15,70,30,.10);
}

.bsd-wsf-saving-badge strong {
    display: block;
    color: #12813a;
    font-size: 17px;
}

.bsd-wsf-saving-badge span {
    color: #718078;
    font-size: 12px;
}

/* Water Drop */

.bsd-wsf-drop {
    position: absolute;
    right: 15px;
    bottom: 55px;
    width: 82px;
    height: 105px;
    z-index: 8;
    transform: rotate(45deg);
    border-radius: 65% 35% 65% 35%;
    background: #16a34a;
    box-shadow: 15px 18px 35px rgba(22,163,74,.22);
}

.bsd-wsf-drop::after {
    content: "SAVE";
    position: absolute;
    left: 15px;
    top: 33px;
    transform: rotate(-45deg);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

/* =========================================================
   TRUST STRIP
========================================================= */

.bsd-wsf-trust {
    padding: 25px 0;
    border-top: 1px solid #dcebe1;
    border-bottom: 1px solid #dcebe1;
    background: #ffffff;
}

.bsd-wsf-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bsd-wsf-trust-item {
    text-align: center;
}

.bsd-wsf-trust-item strong {
    display: block;
    color: #24332a;
    font-size: 15px;
}

.bsd-wsf-trust-item span {
    color: #7a857e;
    font-size: 13px;
}

/* =========================================================
   SECTION COMMON
========================================================= */

.bsd-wsf-section {
    padding: 90px 0;
}

.bsd-wsf-heading {
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}

.bsd-wsf-heading small {
    display: block;
    margin-bottom: 9px;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.bsd-wsf-heading h2 {
    margin-bottom: 14px;
    color: #19271e;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
}

.bsd-wsf-heading p {
    color: #6d7971;
}

/* =========================================================
   SERVICES
========================================================= */

.bsd-wsf-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bsd-wsf-service-card {
    padding: 30px;
    border: 1px solid #dcebe1;
    border-radius: 17px;
    background: #ffffff;
    transition: .25s ease;
}

.bsd-wsf-service-card:hover {
    transform: translateY(-6px);
    border-color: #8bc799;
    box-shadow: 0 20px 45px rgba(20,75,38,.09);
}

.bsd-wsf-service-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #e1f6e8;
    color: #11803a;
    font-size: 24px;
    font-weight: 900;
}

.bsd-wsf-service-card h3 {
    margin-bottom: 8px;
    color: #1f2e24;
    font-size: 19px;
}

.bsd-wsf-service-card p {
    color: #707b74;
    font-size: 14px;
}

/* =========================================================
   WHY SECTION
========================================================= */

.bsd-wsf-why {
    background: #f0faf3;
}

.bsd-wsf-why-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 65px;
}

.bsd-wsf-why-content small {
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bsd-wsf-why-content h2 {
    margin: 12px 0 18px;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.1;
}

.bsd-wsf-why-content p {
    margin-bottom: 24px;
    color: #6d7971;
}

.bsd-wsf-benefit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bsd-wsf-benefit {
    padding: 17px;
    border: 1px solid #d3e7d9;
    border-radius: 12px;
    background: #ffffff;
}

.bsd-wsf-benefit strong {
    display: block;
    margin-bottom: 5px;
    color: #1d3024;
    font-size: 15px;
}

.bsd-wsf-benefit span {
    color: #77827b;
    font-size: 13px;
}

/* =========================================================
   FIXTURE TYPES
========================================================= */

.bsd-wsf-fixture-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bsd-wsf-fixture {
    position: relative;
    min-height: 175px;
    padding: 25px 20px;
    overflow: hidden;
    border: 1px solid #dcebe1;
    border-radius: 16px;
    background: #ffffff;
    transition: .25s ease;
}

.bsd-wsf-fixture:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(20,70,35,.08);
}

.bsd-wsf-fixture-number {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #edf8f0;
    font-size: 55px;
    font-weight: 900;
}

.bsd-wsf-fixture h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    font-size: 17px;
}

.bsd-wsf-fixture p {
    position: relative;
    z-index: 2;
    color: #727e76;
    font-size: 13px;
}

/* =========================================================
   COMMON PROBLEMS
========================================================= */

.bsd-wsf-problems {
    background: #f8fcf9;
}

.bsd-wsf-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 900px;
    margin: auto;
}

.bsd-wsf-problem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    border: 1px solid #dbeae0;
    border-radius: 12px;
    background: #ffffff;
}

.bsd-wsf-check {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dff5e6;
    color: #11823a;
    font-weight: 900;
}

.bsd-wsf-problem span {
    color: #39473e;
    font-size: 14px;
    font-weight: 600;
}

/* =========================================================
   PROCESS
========================================================= */

.bsd-wsf-process {
    background: #0b7134;
}

.bsd-wsf-process .bsd-wsf-heading small {
    color: #9ee4b4;
}

.bsd-wsf-process .bsd-wsf-heading h2 {
    color: #ffffff;
}

.bsd-wsf-process .bsd-wsf-heading p {
    color: #c9e8d3;
}

.bsd-wsf-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bsd-wsf-process-card {
    padding: 28px 22px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;
    background: rgba(255,255,255,.07);
}

.bsd-wsf-process-number {
    margin-bottom: 15px;
    color: #9ee4b4;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

.bsd-wsf-process-card h3 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 18px;
}

.bsd-wsf-process-card p {
    color: #c7e5d0;
    font-size: 14px;
}

/* =========================================================
   PROMOTIONAL CTA
========================================================= */

.bsd-wsf-cta {
    padding: 80px 0;
    background: #effaf2;
}

.bsd-wsf-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 35px;
    padding: 45px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #d7e9dc;
    box-shadow: 0 20px 50px rgba(15,70,30,.07);
}

.bsd-wsf-cta-box h2 {
    margin-bottom: 12px;
    font-size: clamp(30px, 4vw, 45px);
    line-height: 1.1;
}

.bsd-wsf-cta-box p {
    max-width: 720px;
    color: #6e7972;
}




/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .bsd-wsf-hero-grid,
    .bsd-wsf-why-grid {
        grid-template-columns: 1fr;
    }

    .bsd-wsf-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bsd-wsf-fixture-grid,
    .bsd-wsf-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bsd-wsf-visual {
        min-height: 400px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .bsd-wsf-container {
        width: 90%;
    }

    .bsd-wsf-hero {
        padding: 60px 0;
    }

    .bsd-wsf-hero h1 {
        font-size: 41px;
        letter-spacing: -2px;
    }

    .bsd-wsf-hero-text {
        font-size: 16px;
    }

    .bsd-wsf-actions {
        flex-direction: column;
    }

    .bsd-wsf-btn {
        width: 100%;
    }

    .bsd-wsf-trust-grid,
    .bsd-wsf-service-grid,
    .bsd-wsf-benefit-list,
    .bsd-wsf-fixture-grid,
    .bsd-wsf-problem-grid,
    .bsd-wsf-process-grid {
        grid-template-columns: 1fr;
    }

    .bsd-wsf-section {
        padding: 65px 0;
    }

    .bsd-wsf-visual {
        min-height: 350px;
        transform: scale(.75);
        margin: -35px 0;
    }

    .bsd-wsf-cta-box {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .bsd-wsf-cta-box .bsd-wsf-btn {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bsd-wsf-hero h1 {
        font-size: 36px;
    }

    .bsd-wsf-visual {
        transform: scale(.62);
        margin: -70px 0;
    }
}
/*********smart-water-leak-sensor-repair*************/

.bsd-swls-page {
    width: 100%;
    overflow: hidden;
}

.bsd-swls-container {
    width: min(1180px, 92%);
    margin: auto;
}

/* =========================================================
   HERO
========================================================= */

.bsd-swls-hero {
    position: relative;
    padding: 90px 0 80px;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(22,163,74,.16),
            transparent 30%
        ),
        linear-gradient(135deg, #ffffff 0%, #effaf3 100%);
}

.bsd-swls-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
}

.bsd-swls-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 8px 15px;
    border-radius: 50px;
    background: #e0f6e7;
    color: #0d7d38;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bsd-swls-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22,163,74,.12);
}

.bsd-swls-title {
    max-width: 680px;
    margin-bottom: 20px;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.bsd-swls-title span {
    color: #16a34a;
}

.bsd-swls-intro {
    max-width: 630px;
    margin-bottom: 30px;
    color: #66736b;
    font-size: 18px;
}

.bsd-swls-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bsd-swls-btn {
    min-height: 52px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-weight: 700;
    transition: .25s ease;
}

.bsd-swls-btn-main {
    color: #fff;
    background: #16a34a;
    box-shadow: 0 14px 30px rgba(22,163,74,.22);
}

.bsd-swls-btn-main:hover {
    background: #0b7b35;
    transform: translateY(-2px);
}

.bsd-swls-btn-outline {
    color: #107737;
    background: #fff;
    border: 1px solid #b8dac3;
}

.bsd-swls-btn-outline:hover {
    background: #edf9f1;
}

/* =========================================================
   SENSOR VISUAL
========================================================= */

.bsd-swls-visual {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bsd-swls-radar {
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px dashed rgba(22,163,74,.35);
    border-radius: 50%;
}

.bsd-swls-radar::before,
.bsd-swls-radar::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(22,163,74,.13);
    border-radius: 50%;
}

.bsd-swls-radar::before {
    inset: 40px;
}

.bsd-swls-radar::after {
    inset: 80px;
}

/* Floor */

.bsd-swls-floor {
    position: absolute;
    bottom: 70px;
    width: 310px;
    height: 55px;
    border-radius: 50%;
    background: #e3eee6;
}

/* Sensor Device */

.bsd-swls-sensor {
    position: relative;
    z-index: 5;
    width: 210px;
    height: 155px;
    padding: 20px;
    border: 5px solid #a8b4ac;
    border-radius: 28px;
    background: linear-gradient(
        145deg,
        #ffffff,
        #dfe7e2
    );
    box-shadow:
        0 25px 50px rgba(20,60,30,.18),
        inset 0 2px 2px #fff;
}

.bsd-swls-sensor-screen {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #71ed94;
    background: #082b14;
    font-size: 13px;
    font-weight: 800;
}

.bsd-swls-sensor-light {
    position: absolute;
    top: 15px;
    right: 18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 15px #16a34a;
}

.bsd-swls-sensor-line {
    height: 8px;
    margin-top: 12px;
    border-radius: 10px;
    background: #b9c6be;
}

.bsd-swls-sensor-line.active {
    background: #16a34a;
}

/* Water Drops */

.bsd-swls-drop {
    position: absolute;
    width: 19px;
    height: 28px;
    border-radius: 60% 40% 65% 35%;
    background: #16a34a;
    transform: rotate(45deg);
    opacity: .75;
    animation: bsdSwlsDrop 2s infinite ease-in-out;
}

.bsd-swls-drop-1 {
    bottom: 105px;
    left: 70px;
}

.bsd-swls-drop-2 {
    bottom: 88px;
    right: 75px;
    animation-delay: .7s;
}

.bsd-swls-drop-3 {
    bottom: 120px;
    right: 120px;
    animation-delay: 1.2s;
}

@keyframes bsdSwlsDrop {
    0%, 100% {
        transform: translateY(0) rotate(45deg);
        opacity: .3;
    }

    50% {
        transform: translateY(12px) rotate(45deg);
        opacity: .9;
    }
}

/* Alert Card */

.bsd-swls-alert {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 8;
    padding: 15px 18px;
    border-radius: 13px;
    background: #fff;
    border: 1px solid #d7e9dc;
    box-shadow: 0 18px 40px rgba(15,70,30,.10);
}

.bsd-swls-alert strong {
    display: block;
    color: #14833d;
    font-size: 14px;
}

.bsd-swls-alert span {
    color: #748078;
    font-size: 12px;
}

/* Monitoring Card */

.bsd-swls-monitor {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 8;
    padding: 16px 18px;
    border-radius: 13px;
    color: #fff;
    background: #0b7134;
    box-shadow: 0 18px 35px rgba(11,113,52,.22);
}

.bsd-swls-monitor strong {
    display: block;
}

.bsd-swls-monitor small {
    color: #c9e8d3;
}

/* =========================================================
   QUICK BENEFITS
========================================================= */

.bsd-swls-strip {
    padding: 25px 0;
    border-top: 1px solid #dcebe1;
    border-bottom: 1px solid #dcebe1;
    background: #fff;
}

.bsd-swls-strip-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.bsd-swls-strip-item {
    text-align: center;
}

.bsd-swls-strip-item strong {
    display: block;
    color: #233229;
    font-size: 15px;
}

.bsd-swls-strip-item span {
    color: #77837b;
    font-size: 13px;
}

/* =========================================================
   GENERAL SECTION
========================================================= */

.bsd-swls-section {
    padding: 90px 0;
}

.bsd-swls-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.bsd-swls-heading small {
    display: block;
    margin-bottom: 9px;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.bsd-swls-heading h2 {
    margin-bottom: 14px;
    color: #18271e;
    font-size: clamp(32px,4vw,48px);
    line-height: 1.1;
}

.bsd-swls-heading p {
    color: #6d7971;
}

/* =========================================================
   SERVICE CARDS
========================================================= */

.bsd-swls-service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.bsd-swls-service-card {
    padding: 30px;
    border: 1px solid #dcebe1;
    border-radius: 17px;
    background: #fff;
    transition: .25s ease;
}

.bsd-swls-service-card:hover {
    transform: translateY(-6px);
    border-color: #8bc799;
    box-shadow: 0 20px 45px rgba(20,75,38,.09);
}

.bsd-swls-service-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    color: #11813b;
    background: #e2f7e8;
    font-size: 23px;
    font-weight: 900;
}

.bsd-swls-service-card h3 {
    margin-bottom: 8px;
    color: #1e2d23;
    font-size: 19px;
}

.bsd-swls-service-card p {
    color: #707b74;
    font-size: 14px;
}

/* =========================================================
   DETECTION SECTION
========================================================= */

.bsd-swls-detection {
    background: #f0faf3;
}

.bsd-swls-detection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 65px;
}

.bsd-swls-detection-copy small {
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bsd-swls-detection-copy h2 {
    margin: 12px 0 18px;
    font-size: clamp(32px,4vw,46px);
    line-height: 1.1;
}

.bsd-swls-detection-copy p {
    margin-bottom: 25px;
    color: #6c7870;
}

.bsd-swls-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.bsd-swls-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border: 1px solid #d4e8da;
    border-radius: 11px;
    background: #fff;
}

.bsd-swls-check {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #13823b;
    background: #ddf5e4;
    font-weight: 900;
}

.bsd-swls-check-item span {
    color: #38463d;
    font-size: 14px;
    font-weight: 600;
}

/* =========================================================
   SENSOR TYPES
========================================================= */

.bsd-swls-type-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.bsd-swls-type {
    position: relative;
    min-height: 185px;
    padding: 25px 20px;
    overflow: hidden;
    border: 1px solid #dcebe1;
    border-radius: 16px;
    background: #fff;
    transition: .25s ease;
}

.bsd-swls-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(20,70,35,.08);
}

.bsd-swls-type-number {
    position: absolute;
    right: 10px;
    top: 0;
    color: #edf8f0;
    font-size: 55px;
    font-weight: 900;
}

.bsd-swls-type h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    font-size: 17px;
}

.bsd-swls-type p {
    position: relative;
    z-index: 2;
    color: #727d76;
    font-size: 13px;
}

/* =========================================================
   COMMON PROBLEMS
========================================================= */

.bsd-swls-problems {
    background: #f8fcf9;
}

.bsd-swls-problem-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
    max-width: 900px;
    margin: auto;
}

.bsd-swls-problem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    border: 1px solid #dbeae0;
    border-radius: 12px;
    background: #fff;
}

.bsd-swls-problem-mark {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #11813a;
    background: #dff5e6;
    font-weight: 900;
}

.bsd-swls-problem span {
    color: #39473e;
    font-size: 14px;
    font-weight: 600;
}

/* =========================================================
   PROCESS
========================================================= */

.bsd-swls-process {
    background: #0b7134;
}

.bsd-swls-process .bsd-swls-heading small {
    color: #9ee4b4;
}

.bsd-swls-process .bsd-swls-heading h2 {
    color: #fff;
}

.bsd-swls-process .bsd-swls-heading p {
    color: #c9e8d3;
}

.bsd-swls-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.bsd-swls-process-card {
    padding: 28px 22px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 15px;
    background: rgba(255,255,255,.07);
}

.bsd-swls-process-number {
    margin-bottom: 15px;
    color: #9ee4b4;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

.bsd-swls-process-card h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.bsd-swls-process-card p {
    color: #c7e5d0;
    font-size: 14px;
}

/* =========================================================
   PROMO CTA
========================================================= */

.bsd-swls-cta {
    padding: 80px 0;
    background: #effaf2;
}

.bsd-swls-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 35px;
    padding: 45px;
    border: 1px solid #d7e9dc;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15,70,30,.07);
}

.bsd-swls-cta-box h2 {
    margin-bottom: 12px;
    font-size: clamp(30px,4vw,45px);
    line-height: 1.1;
}

.bsd-swls-cta-box p {
    max-width: 720px;
    color: #6e7972;
}

/* =========================================================
   FOOTER
========================================================= */



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .bsd-swls-hero-grid,
    .bsd-swls-detection-grid {
        grid-template-columns: 1fr;
    }

    .bsd-swls-service-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bsd-swls-type-grid,
    .bsd-swls-process-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bsd-swls-visual {
        min-height: 410px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .bsd-swls-container {
        width: 90%;
    }

    .bsd-swls-hero {
        padding: 60px 0;
    }

    .bsd-swls-title {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .bsd-swls-intro {
        font-size: 16px;
    }

    .bsd-swls-actions {
        flex-direction: column;
    }

    .bsd-swls-btn {
        width: 100%;
    }

    .bsd-swls-strip-grid,
    .bsd-swls-service-grid,
    .bsd-swls-check-list,
    .bsd-swls-type-grid,
    .bsd-swls-problem-grid,
    .bsd-swls-process-grid {
        grid-template-columns: 1fr;
    }

    .bsd-swls-section {
        padding: 65px 0;
    }

    .bsd-swls-visual {
        min-height: 350px;
        transform: scale(.75);
        margin: -35px 0;
    }

    .bsd-swls-cta-box {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .bsd-swls-cta-box .bsd-swls-btn {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bsd-swls-title {
        font-size: 36px;
    }

    .bsd-swls-visual {
        transform: scale(.62);
        margin: -70px 0;
    }
}

/***********Automatic water control*************/

.bsd-awso-page {
    width: 100%;
    overflow: hidden;
}

.bsd-awso-container {
    width: min(1180px, 92%);
    margin: auto;
}

/* =========================================================
   HERO
========================================================= */

.bsd-awso-hero {
    position: relative;
    padding: 85px 0;
    background: #ffffff;
}

.bsd-awso-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -120px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #e7f8ec;
    z-index: 0;
}

.bsd-awso-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
}

.bsd-awso-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 15px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #e1f6e8;
    color: #087936;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bsd-awso-tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22,163,74,.12);
}

.bsd-awso-title {
    max-width: 680px;
    margin-bottom: 22px;
    font-size: clamp(42px, 5vw, 67px);
    line-height: 1.01;
    letter-spacing: -3px;
}

.bsd-awso-title span {
    color: #16a34a;
}

.bsd-awso-description {
    max-width: 650px;
    margin-bottom: 30px;
    color: #68756d;
    font-size: 18px;
}

.bsd-awso-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bsd-awso-btn {
    min-height: 52px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-weight: 700;
    transition: .25s ease;
}

.bsd-awso-btn-primary {
    color: #ffffff;
    background: #16a34a;
    box-shadow: 0 14px 30px rgba(22,163,74,.20);
}

.bsd-awso-btn-primary:hover {
    background: #0b7c35;
    transform: translateY(-2px);
}

.bsd-awso-btn-secondary {
    color: #107638;
    background: #ffffff;
    border: 1px solid #b8dac3;
}

.bsd-awso-btn-secondary:hover {
    background: #effaf3;
}

/* =========================================================
   HERO WATER VALVE ILLUSTRATION
========================================================= */

.bsd-awso-visual {
    position: relative;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bsd-awso-ring {
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px dashed rgba(22,163,74,.30);
    border-radius: 50%;
}

.bsd-awso-ring::before {
    content: "";
    position: absolute;
    inset: 45px;
    border: 1px solid rgba(22,163,74,.14);
    border-radius: 50%;
}

.bsd-awso-ring::after {
    content: "";
    position: absolute;
    inset: 90px;
    border: 1px solid rgba(22,163,74,.12);
    border-radius: 50%;
}

/* Main Valve */

.bsd-awso-valve {
    position: relative;
    z-index: 5;
    width: 270px;
    height: 220px;
}

/* Horizontal Pipe */

.bsd-awso-pipe {
    position: absolute;
    top: 93px;
    left: 10px;
    width: 250px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(
        180deg,
        #ffffff,
        #aab5ad,
        #dce3df
    );
    box-shadow: 0 20px 35px rgba(20,60,30,.14);
}

.bsd-awso-pipe-left,
.bsd-awso-pipe-right {
    position: absolute;
    top: 101px;
    width: 38px;
    height: 29px;
    border-radius: 6px;
    background: #7f8c84;
}

.bsd-awso-pipe-left {
    left: -10px;
}

.bsd-awso-pipe-right {
    right: -10px;
}

/* Valve Body */

.bsd-awso-body {
    position: absolute;
    top: 63px;
    left: 95px;
    width: 80px;
    height: 105px;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        #ffffff,
        #bbc5bf
    );
    border: 4px solid #929e96;
    box-shadow: 0 15px 30px rgba(15,60,30,.15);
}

/* Green Control */

.bsd-awso-control {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow:
        0 0 0 8px #dff5e6,
        0 10px 20px rgba(22,163,74,.25);
}

.bsd-awso-control::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 20px;
    width: 4px;
    height: 18px;
    border-radius: 5px;
    background: #ffffff;
}

/* Water Flow */

.bsd-awso-flow {
    position: absolute;
    top: 109px;
    left: 18px;
    width: 235px;
    height: 13px;
    overflow: hidden;
}

.bsd-awso-flow::before {
    content: "••••••••••••••••••••";
    position: absolute;
    left: -20px;
    top: -10px;
    color: #16a34a;
    font-size: 21px;
    letter-spacing: 5px;
    animation: bsdAwsoFlow 1.5s linear infinite;
}

@keyframes bsdAwsoFlow {
    from {
        transform: translateX(-20px);
    }
    to {
        transform: translateX(85px);
    }
}

/* Status Card */

.bsd-awso-status {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 8;
    padding: 15px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #d7e9dc;
    box-shadow: 0 18px 40px rgba(15,70,30,.10);
}

.bsd-awso-status strong {
    display: block;
    color: #11823a;
    font-size: 14px;
}

.bsd-awso-status span {
    color: #758078;
    font-size: 12px;
}

/* Shut-Off Badge */

.bsd-awso-badge {
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 8;
    padding: 17px 19px;
    border-radius: 14px;
    color: #ffffff;
    background: #0b7134;
    box-shadow: 0 18px 35px rgba(11,113,52,.22);
}

.bsd-awso-badge strong {
    display: block;
    font-size: 15px;
}

.bsd-awso-badge small {
    color: #c8e7d1;
}

/* =========================================================
   TRUST BAR
========================================================= */

.bsd-awso-trust {
    padding: 25px 0;
    border-top: 1px solid #dcebe1;
    border-bottom: 1px solid #dcebe1;
}

.bsd-awso-trust-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.bsd-awso-trust-item {
    text-align: center;
}

.bsd-awso-trust-item strong {
    display: block;
    color: #243229;
    font-size: 15px;
}

.bsd-awso-trust-item span {
    color: #78837c;
    font-size: 13px;
}

/* =========================================================
   COMMON SECTION
========================================================= */

.bsd-awso-section {
    padding: 90px 0;
}

.bsd-awso-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.bsd-awso-heading small {
    display: block;
    margin-bottom: 9px;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bsd-awso-heading h2 {
    margin-bottom: 14px;
    color: #19271f;
    font-size: clamp(32px,4vw,48px);
    line-height: 1.1;
}

.bsd-awso-heading p {
    color: #6e7972;
}

/* =========================================================
   SERVICE CARDS
========================================================= */

.bsd-awso-service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.bsd-awso-service-card {
    padding: 30px;
    border: 1px solid #dcebe1;
    border-radius: 17px;
    background: #ffffff;
    transition: .25s ease;
}

.bsd-awso-service-card:hover {
    transform: translateY(-6px);
    border-color: #8bc799;
    box-shadow: 0 20px 45px rgba(20,75,38,.09);
}

.bsd-awso-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #e2f7e8;
    color: #11813b;
    font-size: 22px;
    font-weight: 900;
}

.bsd-awso-service-card h3 {
    margin-bottom: 8px;
    color: #1e2d23;
    font-size: 19px;
}

.bsd-awso-service-card p {
    color: #707b74;
    font-size: 14px;
}

/* =========================================================
   PROTECTION SECTION
========================================================= */

.bsd-awso-protection {
    background: #f0faf3;
}

.bsd-awso-protection-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 65px;
}

.bsd-awso-protection-content small {
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bsd-awso-protection-content h2 {
    margin: 12px 0 18px;
    font-size: clamp(32px,4vw,46px);
    line-height: 1.1;
}

.bsd-awso-protection-content p {
    margin-bottom: 25px;
    color: #6d7971;
}

/* Protection Cards */

.bsd-awso-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bsd-awso-feature {
    padding: 20px;
    border: 1px solid #d4e8da;
    border-radius: 13px;
    background: #ffffff;
}

.bsd-awso-feature-number {
    margin-bottom: 10px;
    color: #16a34a;
    font-size: 24px;
    font-weight: 900;
}

.bsd-awso-feature h3 {
    margin-bottom: 5px;
    font-size: 16px;
}

.bsd-awso-feature p {
    margin: 0;
    color: #758078;
    font-size: 13px;
}

/* =========================================================
   SYSTEM TYPES
========================================================= */

.bsd-awso-system-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.bsd-awso-system-card {
    position: relative;
    min-height: auto;
    padding: 25px 20px;
    overflow: hidden;
    border: 1px solid #dcebe1;
    border-radius: 16px;
    background: #ffffff;
    transition: .25s ease;
}

.bsd-awso-system-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(20,70,35,.08);
}

.bsd-awso-system-num {
    position: absolute;
    top: 0;
    right: 10px;
    color: #edf8f0;
    font-size: 55px;
    font-weight: 900;
}

.bsd-awso-system-card h3,
.bsd-awso-system-card p {
    position: relative;
    z-index: 2;
}

.bsd-awso-system-card h3 {
    margin-bottom: 8px;
    font-size: 17px;
}

.bsd-awso-system-card p {
    color: #727d76;
    font-size: 13px;
}

/* =========================================================
   PROBLEMS
========================================================= */

.bsd-awso-problems {
    background: #f8fcf9;
}

.bsd-awso-problem-grid {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

.bsd-awso-problem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    border: 1px solid #dbeae0;
    border-radius: 12px;
    background: #ffffff;
}

.bsd-awso-check {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dff5e6;
    color: #11813a;
    font-weight: 900;
}

.bsd-awso-problem span {
    color: #39473e;
    font-size: 14px;
    font-weight: 600;
}

/* =========================================================
   PROCESS
========================================================= */

.bsd-awso-process {
    background: #0b7134;
}

.bsd-awso-process .bsd-awso-heading small {
    color: #9ee4b4;
}

.bsd-awso-process .bsd-awso-heading h2 {
    color: #ffffff;
}

.bsd-awso-process .bsd-awso-heading p {
    color: #c9e8d3;
}

.bsd-awso-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.bsd-awso-process-card {
    padding: 28px 22px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 15px;
    background: rgba(255,255,255,.07);
}

.bsd-awso-process-number {
    margin-bottom: 15px;
    color: #9ee4b4;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
}

.bsd-awso-process-card h3 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 18px;
}

.bsd-awso-process-card p {
    color: #c7e5d0;
    font-size: 14px;
}

/* =========================================================
   PROMOTIONAL CTA
========================================================= */

.bsd-awso-cta {
    padding: 80px 0;
    background: #effaf2;
}

.bsd-awso-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 35px;
    padding: 45px;
    border: 1px solid #d7e9dc;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15,70,30,.07);
}

.bsd-awso-cta-box h2 {
    margin-bottom: 12px;
    font-size: clamp(30px,4vw,45px);
    line-height: 1.1;
}

.bsd-awso-cta-box p {
    max-width: 720px;
    color: #6e7972;
}

/* =========================================================
   FOOTER
========================================================= */



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .bsd-awso-hero-grid,
    .bsd-awso-protection-grid {
        grid-template-columns: 1fr;
    }

    .bsd-awso-service-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bsd-awso-system-grid,
    .bsd-awso-process-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .bsd-awso-visual {
        min-height: 410px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .bsd-awso-container {
        width: 90%;
    }

    .bsd-awso-hero {
        padding: 60px 0;
    }

    .bsd-awso-title {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .bsd-awso-description {
        font-size: 16px;
    }

    .bsd-awso-actions {
        flex-direction: column;
    }

    .bsd-awso-btn {
        width: 100%;
    }

    .bsd-awso-trust-grid,
    .bsd-awso-service-grid,
    .bsd-awso-feature-grid,
    .bsd-awso-system-grid,
    .bsd-awso-problem-grid,
    .bsd-awso-process-grid {
        grid-template-columns: 1fr;
    }

    .bsd-awso-section {
        padding: 65px 0;
    }

    .bsd-awso-visual {
        min-height: 350px;
        transform: scale(.75);
        margin: -35px 0;
    }

    .bsd-awso-cta-box {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .bsd-awso-cta-box .bsd-awso-btn {
        width: 100%;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bsd-awso-title {
        font-size: 36px;
    }

    .bsd-awso-visual {
        transform: scale(.62);
        margin: -70px 0;
    }
}

/************Sensors Repair**************/

.bsd-spr-page {
    width: 100%;
    overflow: hidden;
}

.bsd-spr-container {
    width: min(1180px, 92%);
    margin: auto;
}

/* =========================================================
   HERO
========================================================= */

.bsd-spr-hero {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.bsd-spr-hero::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -180px;
    top: -180px;
    border-radius: 50%;
    background: #e8f8ed;
}

.bsd-spr-hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -90px;
    bottom: -90px;
    border-radius: 50%;
    background: #f0faf3;
}

.bsd-spr-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.bsd-spr-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 15px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #e3f7e9;
    color: #087936;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bsd-spr-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22,163,74,.12);
}

.bsd-spr-title {
    max-width: 690px;
    margin-bottom: 22px;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.02;
    letter-spacing: -3px;
}

.bsd-spr-title span {
    color: #16a34a;
}

.bsd-spr-intro {
    max-width: 650px;
    margin-bottom: 30px;
    color: #68756d;
    font-size: 18px;
}

.bsd-spr-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bsd-spr-btn {
    min-height: 52px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-weight: 700;
    transition: .25s ease;
}

.bsd-spr-btn-main {
    color: #ffffff;
    background: #16a34a;
    box-shadow: 0 14px 30px rgba(22,163,74,.20);
}

.bsd-spr-btn-main:hover {
    background: #0b7c35;
    transform: translateY(-2px);
}

.bsd-spr-btn-outline {
    color: #107638;
    border: 1px solid #b9dac3;
    background: #ffffff;
}

.bsd-spr-btn-outline:hover {
    background: #effaf3;
}

/* =========================================================
   SENSOR VISUAL
========================================================= */

.bsd-spr-visual {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bsd-spr-circle {
    position: absolute;
    width: 340px;
    height: 340px;
    border: 1px dashed rgba(22,163,74,.32);
    border-radius: 50%;
}

.bsd-spr-circle::before {
    content: "";
    position: absolute;
    inset: 50px;
    border: 1px solid rgba(22,163,74,.15);
    border-radius: 50%;
}

.bsd-spr-sensor {
    position: relative;
    z-index: 4;
    width: 190px;
    height: 220px;
    border-radius: 28px;
    border: 5px solid #b5c0b9;
    background: linear-gradient(145deg, #ffffff, #dce3de);
    box-shadow: 0 25px 50px rgba(16,70,32,.16);
}

.bsd-spr-sensor-top {
    width: 100px;
    height: 100px;
    margin: 25px auto 15px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e0f6e6;
    box-shadow: 0 0 0 12px #f1faf3;
}

.bsd-spr-sensor-eye {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 25px rgba(22,163,74,.45);
}

.bsd-spr-sensor-line {
    width: 80px;
    height: 8px;
    margin: 8px auto;
    border-radius: 20px;
    background: #a9b5ad;
}

.bsd-spr-sensor-line.small {
    width: 55px;
}

.bsd-spr-signal {
    position: absolute;
    top: 95px;
    right: 65px;
    width: 90px;
    height: 90px;
}

.bsd-spr-signal span {
    position: absolute;
    border: 2px solid #16a34a;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.bsd-spr-signal span:nth-child(1) {
    width: 25px;
    height: 25px;
    right: 0;
    top: 30px;
}

.bsd-spr-signal span:nth-child(2) {
    width: 48px;
    height: 48px;
    right: -10px;
    top: 18px;
}

.bsd-spr-signal span:nth-child(3) {
    width: 72px;
    height: 72px;
    right: -22px;
    top: 5px;
}

.bsd-spr-water-drop {
    position: absolute;
    left: 65px;
    bottom: 70px;
    width: 48px;
    height: 62px;
    border-radius: 60% 60% 60% 10%;
    transform: rotate(45deg);
    background: #dff5e6;
}

.bsd-spr-water-drop::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: inherit;
    background: #16a34a;
    opacity: .75;
}

.bsd-spr-status {
    position: absolute;
    top: 45px;
    left: 5px;
    z-index: 8;
    padding: 14px 17px;
    border: 1px solid #d4e9da;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15,70,30,.10);
}

.bsd-spr-status strong {
    display: block;
    color: #11823a;
    font-size: 14px;
}

.bsd-spr-status small {
    color: #77827b;
}

.bsd-spr-alert {
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 8;
    padding: 16px 19px;
    border-radius: 14px;
    color: #ffffff;
    background: #0b7134;
    box-shadow: 0 18px 35px rgba(11,113,52,.22);
}

.bsd-spr-alert strong {
    display: block;
    font-size: 14px;
}

.bsd-spr-alert small {
    color: #c8e8d1;
}

/* =========================================================
   QUICK INFO
========================================================= */

.bsd-spr-info-bar {
    padding: 25px 0;
    border-top: 1px solid #dcebe1;
    border-bottom: 1px solid #dcebe1;
}

.bsd-spr-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bsd-spr-info {
    text-align: center;
}

.bsd-spr-info strong {
    display: block;
    font-size: 15px;
}

.bsd-spr-info span {
    color: #758078;
    font-size: 13px;
}

/* =========================================================
   SECTION HEADINGS
========================================================= */

.bsd-spr-section {
    padding: 90px 0;
}

.bsd-spr-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.bsd-spr-heading small {
    display: block;
    margin-bottom: 9px;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.bsd-spr-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(32px,4vw,48px);
    line-height: 1.1;
}

.bsd-spr-heading p {
    color: #6e7972;
}

/* =========================================================
   REPAIR SERVICES
========================================================= */

.bsd-spr-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bsd-spr-service-card {
    position: relative;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #dcebe1;
    border-radius: 17px;
    background: #ffffff;
    transition: .25s ease;
}

.bsd-spr-service-card::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #effaf2;
}

.bsd-spr-service-card:hover {
    transform: translateY(-6px);
    border-color: #91c99d;
    box-shadow: 0 20px 45px rgba(20,75,38,.09);
}

.bsd-spr-icon {
    position: relative;
    z-index: 2;
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #e1f6e8;
    color: #11813b;
    font-size: 23px;
    font-weight: 900;
}

.bsd-spr-service-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    font-size: 19px;
}

.bsd-spr-service-card p {
    position: relative;
    z-index: 2;
    color: #707b74;
    font-size: 14px;
}

/* =========================================================
   SENSOR TYPES
========================================================= */

.bsd-spr-types {
    background: #f2faf4;
}

.bsd-spr-type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bsd-spr-type {
    min-height: 190px;
    padding: 25px 20px;
    border: 1px solid #d8e9dd;
    border-radius: 16px;
    background: #ffffff;
    transition: .25s ease;
}

.bsd-spr-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(20,70,35,.08);
}

.bsd-spr-type-number {
    margin-bottom: 15px;
    color: #16a34a;
    font-size: 30px;
    font-weight: 900;
}

.bsd-spr-type h3 {
    margin-bottom: 7px;
    font-size: 17px;
}

.bsd-spr-type p {
    color: #727d76;
    font-size: 13px;
}

/* =========================================================
   PROBLEMS SECTION
========================================================= */

.bsd-spr-problem-grid {
    max-width: 950px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.bsd-spr-problem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    border: 1px solid #dcebe1;
    border-radius: 12px;
    background: #ffffff;
}

.bsd-spr-check {
    width: 31px;
    height: 31px;
    min-width: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e0f6e6;
    color: #11813a;
    font-weight: 900;
}

.bsd-spr-problem span {
    color: #3d4942;
    font-size: 14px;
    font-weight: 600;
}

/* =========================================================
   WHY BSDMAX
========================================================= */

.bsd-spr-why {
    background: #0b7134;
    color: #ffffff;
}

.bsd-spr-why-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 65px;
}

.bsd-spr-why-content small {
    color: #a6e6b8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bsd-spr-why-content h2 {
    margin: 12px 0 18px;
    font-size: clamp(32px,4vw,47px);
    line-height: 1.1;
}

.bsd-spr-why-content p {
    color: #c9e8d2;
}

.bsd-spr-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bsd-spr-benefit {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    background: rgba(255,255,255,.07);
}

.bsd-spr-benefit-icon {
    margin-bottom: 12px;
    color: #9fe4b1;
    font-size: 25px;
}

.bsd-spr-benefit h3 {
    margin-bottom: 6px;
    font-size: 16px;
    color: #fff;
}

.bsd-spr-benefit p {
    color: #c7e5d0;
    font-size: 13px;
}

/* =========================================================
   SERVICE PROCESS
========================================================= */

.bsd-spr-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bsd-spr-process {
    position: relative;
    padding: 28px 22px;
    border: 1px solid #dcebe1;
    border-radius: 15px;
    background: #ffffff;
}

.bsd-spr-process-num {
    margin-bottom: 15px;
    color: #16a34a;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.bsd-spr-process h3 {
    margin-bottom: 7px;
    font-size: 18px;
}

.bsd-spr-process p {
    color: #727d76;
    font-size: 14px;
}

/* =========================================================
   CTA
========================================================= */

.bsd-spr-cta {
    padding: 80px 0;
    background: #effaf2;
}

.bsd-spr-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 35px;
    padding: 45px;
    border: 1px solid #d5e9db;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15,70,30,.07);
}

.bsd-spr-cta-box h2 {
    margin-bottom: 12px;
    font-size: clamp(30px,4vw,44px);
    line-height: 1.1;
}

.bsd-spr-cta-box p {
    max-width: 720px;
    color: #6e7972;
}

/* =========================================================
   FOOTER
========================================================= */



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .bsd-spr-hero-grid,
    .bsd-spr-why-grid {
        grid-template-columns: 1fr;
    }

    .bsd-spr-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bsd-spr-type-grid,
    .bsd-spr-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .bsd-spr-container {
        width: 90%;
    }

    .bsd-spr-hero {
        padding: 60px 0;
    }

    .bsd-spr-title {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .bsd-spr-intro {
        font-size: 16px;
    }

    .bsd-spr-buttons {
        flex-direction: column;
    }

    .bsd-spr-btn {
        width: 100%;
    }

    .bsd-spr-info-grid,
    .bsd-spr-service-grid,
    .bsd-spr-type-grid,
    .bsd-spr-problem-grid,
    .bsd-spr-benefits,
    .bsd-spr-process-grid {
        grid-template-columns: 1fr;
    }

    .bsd-spr-section {
        padding: 65px 0;
    }

    .bsd-spr-visual {
        min-height: 350px;
        transform: scale(.78);
        margin: -35px 0;
    }

    .bsd-spr-cta-box {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .bsd-spr-title {
        font-size: 35px;
    }

    .bsd-spr-visual {
        transform: scale(.62);
        margin: -65px 0;
    }

    .bsd-spr-status {
        left: -15px;
    }

    .bsd-spr-alert {
        right: -15px;
    }
}