/* =======================================================
   reparation-en.cleaned.css

   Page-specific styles for reparation-dynamic.en.2025.php.
   White card option retained; old green/teal palette converted
   to the 2025 red theme. Includes scroll-to-details UX.
   ======================================================= */

.block1 {
  background: url("../graphics/background1.png") no-repeat bottom center;
  background-size: 100% 420px;
}

.block1-inner {
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 11px 16px #00657929;
  margin-bottom: 50px;
  padding: 0 0 20px;
  text-align: center;
}

.block1-inner h3 {
  color: #8b231f;
  font-family: kallisto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.16px;
  padding: 20px 0;
  text-transform: uppercase;
}

.block2 {
  background: #efedde;
  font-family: 'urw-din';
  padding: 50px 0;
  text-align: center;
}

.button1,
.service-button-btn {
  background: #f02e2c;
  border: none;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  opacity: 1;
  text-align: center;
  width: 181px;
}

.button1:hover,
.service-button-btn:hover {
  background: #8b231f;
  color: #fff;
}

.content-holder {
  color: #8b231f;
  font-family: 'urw-din';
  font-size: 14px;
  letter-spacing: 0;
  min-height: 80px;
  padding: 0 10px;
}

.footer {
  margin-top: 0;
}

.heading {
  color: #8b231f;
  font-family: kallisto;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.heading-sec {
  color: #8b231f;
  font-family: 'urw-din';
  font-size: 1.6vw;
  font-weight: 100;
  line-height: 1.6vw;
  padding: 20px 0;
  text-align: center;
}

.heading2 {
  color: #8b231f;
  font-family: kallisto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}

.img-holder1 img,
.main-container img {
  max-width: 100%;
}

.main-container {
  font-family: 'urw-din';
  margin: 0 -15px;
}

.same-gap {
  margin: 0 0 50px;
}

.slider-for {
  padding: 0 45px;
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  background-size: 100% 100%;
  border: none;
  height: 30px;
  position: absolute;
  text-indent: -20000px;
  top: 40%;
  width: 30px;
  z-index: 111;
}

button.slick-next.slick-arrow {
  background: transparent url("../photos/arrow-right.png") no-repeat center center;
  right: 0;
}

button.slick-prev.slick-arrow {
  background: transparent url("../photos/arrow-left.png") no-repeat center center;
  left: 0;
}

/* -------------------------------------------------------
   REPAIR DETAILS SCROLL / RETURN LINK
------------------------------------------------------- */
#repair-details {
  scroll-margin-top: 80px;
}

.repair-return-link {
  background-color: #f02e2c;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 8px 18px;
  text-transform: uppercase;
}

.repair-return-link:hover {
  background-color: #8b231f;
  color: #fff;
  text-decoration: none;
}

.repair-return-row {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .heading-sec {
    font-size: 24px;
    line-height: 26px;
  }

  .slick-list.draggable {
    padding: 0 !important;
  }

  .upper_slider {
    width: 100% !important;
  }
}
