html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/lato-regular.woff2") format("woff2");
}
@font-face {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/lato-bold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
section[id] {
  scroll-margin-top: 100px;
}
@media (min-width: 2401px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 11px;
  }
}
::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #f5f1f1;
}
::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #452e24;
  border-radius: 1rem;
  border: 1px solid #e6e6f0;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Lato";
  overflow-y: auto;
  overflow-x: auto;
}
.main {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  flex-grow: 2;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  width: 100%;
}

:root {
  --primary-color: #6a057e; /* A rich purple for branding */
  --secondary-color: #a42cd6; /* A lighter purple for accents */
  --text-color: #333333;
  --light-text-color: #f8f8f8;
  --background-color: #ffffff;
  --light-background-color: #f4f4f4;
  --border-color: #e0e0e0;
  --font-family-sans: "Lato", sans-serif;
}

/* Global styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato";
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--background-color);
  min-width: 280px;
}

/* Reusable classes */
.cnt1290g1h8 {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hdngR7tV2p9 {
  font-size: 3.6rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.subhd9K2o5x {
  font-size: 2.4rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}

.txtP3yF8zW4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.btnL6mN0qJ7 {
  display: inline-block;
  background: -webkit-linear-gradient(
    90deg,
    #000000,
    #7503a6,
    #000000
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    90deg,
    #000000,
    #7503a6,
    #000000
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: var(--light-text-color);
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.btnL6mN0qJ7:hover {
  background-color: var(--secondary-color);
}

/* Header styles */
.hdrX4cVbY5t {
  background-color: var(--background-color);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.hdrX4cVbY5t__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse; /* Added to reverse logo and menu order */
  position: relative; /* Added for correct absolute positioning of children */
}

.hdrX4cVbY5t__logo {
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: 700;
}

.navQ2wE3rT6 ul {
  list-style: none;
  display: flex; /* Changed to flex for larger screens by default */
  flex-wrap: wrap;
  justify-content: center;
}

.navQ2wE3rT6 ul li p {
  margin: 0;
}

.mnLnkB4nN5mM {
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem;
  display: block;
  transition: color 0.3s ease;
}

.mnLnkB4nN5mM:hover {
  color: var(--primary-color);
}

.mnTglU8iO9p {
  display: none; /* Hide toggle button by default on larger screens */
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: var(--primary-color);
  padding: 0;
}

/* Footer styles */
.ftrG9hJ0kL1 {
  background-color: var(--primary-color);
  color: var(--light-text-color);
  padding: 3rem 0;
}

.ftrCntS6dF7g {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

.ftrTxtP8oI9u {
  font-size: 1.4rem;
  margin: 0;
}

.ftrG9hJ0kL1 .navQ2wE3rT6 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ftrLnkH2jK3l {
  text-decoration: none;
  color: var(--light-text-color);
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  display: block;
  transition: color 0.3s ease;
}

.ftrLnkH2jK3l:hover {
  color: gold;
}

/* Responsive design for tablets and mobiles */
@media (max-width: 768px) {
  .hdrX4cVbY5t__container {
    flex-direction: column;
    align-items: center;
  }

  .hdrX4cVbY5t__logo {
    margin-bottom: 1.5rem;
  }

  .mnTglU8iO9p {
    display: block !important; /* Show toggle button on mobile */
    order: -1; /* Place toggle button above logo on mobile */
    width: 100%;
    text-align: right;
    padding-right: 2rem;
  }
  .navQ2wE3rT6 {
    display: none !important; /* Hide nav by default on mobile */
    flex-direction: column; /* Ensure menu items stack vertically when collapsed */
    align-items: center;
    width: 100%;
    margin-top: 1.5rem;
    background-color: var(--background-color);
    border-top: 1px solid var(--border-color);
    position: absolute; /* Position the menu for overlay */
    top: 100%; /* Position below the header */
    left: 0; /* Align to the left */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    z-index: 1000; /* Ensure menu is on top */
  }

  .navQ2wE3rT6.active {
    display: flex !important; /* Show nav when active */
  }

  .navQ2wE3rT6 ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
  }

  .navQ2wE3rT6 ul li:last-child {
    border-bottom: none;
  }

  .ftrCntS6dF7g {
    flex-direction: column;
    align-items: center;
  }

  .ftrTxtP8oI9u {
    margin-bottom: 1.5rem;
  }

  .ftrG9hJ0kL1 .ftrNav {
    display: block !important; /* Ensure footer nav is always visible on tablets */
    position: static !important; /* Remove absolute positioning */
    box-shadow: none !important;
    z-index: auto !important;
    background-color: transparent !important;
    border-top: none !important;
    width: 100% !important;
    margin-top: 0 !important;
  }

  .ftrG9hJ0kL1 .ftrNav ul {
    flex-direction: row !important; /* Display footer nav items in a row on tablets */
    justify-content: center !important;
    width: auto !important;
  }

  .ftrG9hJ0kL1 .ftrNav ul li {
    width: auto !important;
    border-bottom: none !important;
  }
}
.stpImgAtrbt2bC4d {
  max-width: 250px;

  margin-bottom: 1rem;
}

.plcCntSctQ1wE3r {
  padding: 6rem 0;
  background-color: var(--light-background-color);
}

.plcCntHdrT5yU7i {
  text-align: center;
  margin-bottom: 4rem;
}

.plcCntHdrT5yU7i .hdngR7tV2p9 {
  font-size: 4.8rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.plcCntHdrT5yU7i .subhd9K2o5x {
  font-size: 2rem;
  color: var(--text-color);
}

.plcCntWrpI2jK4l {
  background-color: var(--background-color);
  padding: 4rem;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  text-align: left;
}

.plcCntWrpI2jK4l p {
  margin-bottom: 1.5rem;
}

.plcCntWrpI2jK4l h3 {
  font-size: 2.8rem;
  color: var(--primary-color);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.5rem;
}

.plcCntWrpI2jK4l h4 {
  font-size: 2.2rem;
  color: var(--secondary-color);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.plcCntWrpI2jK4l ul {
  list-style: disc inside;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.plcCntWrpI2jK4l ul li p {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.plcCntWrpI2jK4l a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.plcCntWrpI2jK4l a:hover {
  color: var(--primary-color);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .plcCntSctQ1wE3r {
    padding: 3rem 0;
  }
  .plcCntHdrT5yU7i .hdngR7tV2p9 {
    font-size: 3.8rem;
  }
  .plcCntHdrT5yU7i .subhd9K2o5x {
    font-size: 1.8rem;
  }
  .plcCntWrpI2jK4l {
    padding: 2.5rem;
  }
  .plcCntWrpI2jK4l h3 {
    font-size: 2.4rem;
  }
  .plcCntWrpI2jK4l h4 {
    font-size: 1.9rem;
  }
  .plcCntWrpI2jK4l ul {
    margin-left: 1rem;
  }
}

@media (max-width: 480px) {
  .plcCntHdrT5yU7i .hdngR7tV2p9 {
    font-size: 3rem;
  }
  .plcCntHdrT5yU7i .subhd9K2o5x {
    font-size: 1.6rem;
  }
  .plcCntWrpI2jK4l {
    padding: 1.5rem;
  }
  .plcCntWrpI2jK4l h3 {
    font-size: 2rem;
  }
  .plcCntWrpI2jK4l h4 {
    font-size: 1.6rem;
  }
  .plcCntWrpI2jK4l ul {
    list-style: none;
    margin-left: 0;
  }
  .plcCntWrpI2jK4l ul li p {
    padding-left: 0;
  }
}
.thnksSctQ1wE3r {
  padding: 6rem 1rem;
}

/* Reusable classes */
.cnt1290g1h8 {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 2rem;
}

.hdngR7tV2p9 {
  font-size: 3.6rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
}

.subhd9K2o5x {
  font-size: 2.4rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}

.txtP3yF8zW4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.btnL6mN0qJ7 {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--light-text-color);
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.btnL6mN0qJ7:hover {
  background-color: var(--secondary-color);
}

/* Header styles */
.hdrX4cVbY5t {
  background-color: var(--background-color);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.hdrX4cVbY5t__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hdrX4cVbY5t__logo {
  text-decoration: none;
  font-size: 2.8rem;
  font-weight: 700;
}

.navQ2wE3rT6 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navQ2wE3rT6 ul li p {
  margin: 0;
}

.mnLnkB4nN5mM {
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem;
  display: block;
  transition: color 0.3s ease;
}

.mnLnkB4nN5mM:hover {
  color: var(--primary-color);
}

.mnTglU8iO9p {
  display: none; /* Hidden by default on larger screens */
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: var(--primary-color);
}

/* Footer styles */
.ftrG9hJ0kL1 {
  background-color: var(--primary-color);
  color: var(--light-text-color);
  padding: 3rem 0;
  margin-top: 4rem;
}

.ftrCntS6dF7g {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.ftrTxtP8oI9u {
  font-size: 1.4rem;
  margin: 0;
}

.ftrG9hJ0kL1 .navQ2wE3rT6 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ftrLnkH2jK3l {
  text-decoration: none;
  color: var(--light-text-color);
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  display: block;
  transition: color 0.3s ease;
}

.ftrLnkH2jK3l:hover {
  color: var(--secondary-color);
}

/* Our Repair Services Section */
.rprSrvcsSctP9oI1u {
  background: url("picture_project/fon145cvb.webp") no-repeat center
    center/cover;
  padding: 8rem 0;
  text-align: center;
  position: relative;
  color: var(--light-text-color);
  z-index: 0;
}

.rprSrvcsSctP9oI1u::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.rprSrvcsHdrT0yU2i,
.rprSrvcsCntA3sD5f {
  position: relative;
  z-index: 2;
}

.rprSrvcsHdrT0yU2i {
  margin-bottom: 5rem;
}

.rprSrvcsHdrT0yU2i .hdngR7tV2p9,
.rprSrvcsHdrT0yU2i .subhd9K2o5x,
.rprSrvcsCntA3sD5f .txtP3yF8zW4 {
  color: var(--light-text-color);
}

.rprSrvcsCntA3sD5f {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.rprSrvcsCntA3sD5f .txtP3yF8zW4 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

/* Responsive adjustments for Our Repair Services Section */
@media (max-width: 768px) {
  .rprSrvcsSctP9oI1u {
    padding: 4rem 0;
  }

  .rprSrvcsHdrT0yU2i {
    margin-bottom: 3rem;
  }

  .rprSrvcsCntA3sD5f {
    padding: 0 2rem;
  }
}

@media (max-width: 480px) {
  .rprSrvcsHdrT0yU2i .hdngR7tV2p9 {
    font-size: 3rem;
  }

  .rprSrvcsHdrT0yU2i .subhd9K2o5x {
    font-size: 1.6rem;
  }
}

/* Repair Pricing Section */
.rprPrcSctG7hJ9k {
  background-color: var(--background-color);
  padding: 8rem 0;
  text-align: center;
}

.rprPrcHdrL2mN4p {
  margin-bottom: 6rem;
}

.rprPrcHdrL2mN4p .hdngR7tV2p9 {
  color: var(--primary-color);
}

.rprPrcHdrL2mN4p .subhd9K2o5x {
  color: var(--secondary-color);
}

.rprPrcNoteI0jK2l .txtP3yF8zW4 {
  color: var(--text-color);
}

.rprPrcCrdS0tU2v {
  background-color: var(--light-background-color);
  padding: 3rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 auto;
  max-width: 380px;
  min-width: 280px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.rprPrcCrdS0tU2v::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8rem; /* Height of the colored strip */
  background-color: var(--primary-color);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: 1;
}

.rprPrcCrdS0tU2v:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.rprPrcTtlW4xY6z {
  font-size: 2.2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.rprPrcTxtZ8aC0d {
  flex-grow: 1;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: var(--text-color);
}

.rprPrcAmtB2cD4e {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 2.5rem;
}

.rprPrcBtnF6gH8i {
  margin-top: auto;
  padding: 1.4rem 3rem;
  font-size: 1.7rem;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  background-color: var(--primary-color);
  color: var(--light-text-color);
  border: none;
  cursor: pointer;
}

.rprPrcBtnF6gH8i:hover {
  background-color: var(--secondary-color);
}

.rprPrcNoteI0jK2l {
  margin-top: 5rem;
  padding: 2rem;
  background-color: rgba(106, 5, 126, 0.05);
  border-left: 5px solid var(--primary-color);
  border-radius: 0.8rem;
  text-align: left;
}

/* Responsive adjustments for Repair Pricing Section */
@media (max-width: 1024px) {
  .rprPrcCrdS0tU2v {
    max-width: 45%;
  }

  .rprPrcTtlW4xY6z {
    font-size: 2rem;
  }

  .rprPrcAmtB2cD4e {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .rprPrcSctG7hJ9k {
    padding: 4rem 0;
  }

  .rprPrcHdrL2mN4p {
    margin-bottom: 4rem;
  }

  .rprPrcCrdS0tU2v {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .rprPrcCrdS0tU2v:last-child {
    margin-bottom: 0;
  }

  .rprPrcTtlW4xY6z {
    font-size: 1.8rem;
  }

  .rprPrcAmtB2cD4e {
    font-size: 2.5rem;
  }

  .rprPrcBtnF6gH8i {
    font-size: 1.5rem;
    padding: 1.2rem 2.5rem;
  }

  .rprPrcNoteI0jK2l {
    margin-top: 3rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .rprPrcHdrL2mN4p .hdngR7tV2p9 {
    font-size: 3rem;
  }

  .rprPrcHdrL2mN4p .subhd9K2o5x {
    font-size: 1.6rem;
  }

  .rprPrcTtlW4xY6z {
    font-size: 1.6rem;
  }

  .rprPrcAmtB2cD4e {
    font-size: 2.2rem;
  }

  .rprPrcBtnF6gH8i {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}

/* Extend Lifespan Section */
.extdLfSctG7hJ9k {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  padding: 8rem 0;
  text-align: center;
  position: relative;
  color: var(--light-text-color);
  z-index: 0;
}

.extdLfSctG7hJ9k::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.extdLfCntWrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4rem;
  text-align: left;
}

.extdLfImgWrapper {
  flex: 1;
  max-width: 50%;
}

.extdLfImgWrapper img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.extdLfTxtWrapper {
  flex: 1;
  max-width: 50%;
}

.extdLfHdrL2mN4p {
  margin-bottom: 2.5rem;
}

.extdLfHdrL2mN4p .hdngR7tV2p9 {
  font-size: 3.6rem;
  color: var(--light-text-color);
  margin-bottom: 1rem;
}

.extdLfHdrL2mN4p .subhd9K2o5x {
  font-size: 2.4rem;
  color: var(--light-text-color);
}

.extdLfTxtWrapper .txtP3yF8zW4 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.extdLfTipsGrd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.extdLfTipItm {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.extdLfTipIcn {
  font-size: 3.5rem;
  color: var(--light-text-color);
  margin-bottom: 1.5rem;
}

.extdLfTipTtl {
  font-size: 2rem;
  color: var(--light-text-color);
  margin-bottom: 1rem;
}

.extdLfTxtWrapper .txtP3yF8zW4 {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--light-text-color);
}

/* Responsive adjustments for Extend Lifespan Section */
@media (max-width: 1024px) {
  .extdLfCntWrapper {
    flex-direction: column;
    text-align: center;
  }

  .extdLfImgWrapper,
  .extdLfTxtWrapper {
    max-width: 80%;
  }

  .extdLfImgWrapper {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .extdLfSctG7hJ9k {
    padding: 4rem 0;
  }

  .extdLfHdrL2mN4p {
    margin-bottom: 2rem;
  }

  .extdLfHdrL2mN4p .hdngR7tV2p9 {
    font-size: 3rem;
  }

  .extdLfHdrL2mN4p .subhd9K2o5x {
    font-size: 1.8rem;
  }

  .extdLfTxtWrapper .txtP3yF8zW4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .extdLfImgWrapper,
  .extdLfTxtWrapper {
    max-width: 100%;
  }

  .extdLfHdrL2mN4p .hdngR7tV2p9 {
    font-size: 2.5rem;
  }

  .extdLfHdrL2mN4p .subhd9K2o5x {
    font-size: 1.6rem;
  }
}
.rprPrcGrdO6pQ8r.pkgGrdI0jK2l {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2rem;
}

/* Regular Maintenance Section */
.maintSctA1aD3e {
  background-color: var(--background-color);
  padding: 8rem 0;
  text-align: center;
}

.maintCntWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  max-width: 800px;
  margin: 0 auto;
}

.maintImgWrapper {
  width: 100%;

  margin-bottom: 2rem;
}

.maintImgWrapper img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.maintTxtWrapper .hdngR7tV2p9 {
  font-size: 3.6rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
}

.maintTxtWrapper .txtP3yF8zW4 {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--text-color);
}

/* Responsive adjustments for Regular Maintenance Section */
@media (max-width: 768px) {
  .maintSctA1aD3e {
    padding: 4rem 0;
  }

  .maintCntWrapper {
    gap: 2rem;
  }

  .maintImgWrapper {
    margin-bottom: 1rem;
  }

  .maintTxtWrapper .hdngR7tV2p9 {
    font-size: 3rem;
  }

  .maintTxtWrapper .txtP3yF8zW4 {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .maintTxtWrapper .hdngR7tV2p9 {
    font-size: 2.5rem;
  }

  .maintTxtWrapper .txtP3yF8zW4 {
    font-size: 1.2rem;
  }
}
