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);
}

/* New Models Display Section */
.newMdlSctO1pQ3r {
  background-color: var(--light-background-color);
  padding: 8rem 0;
  text-align: center;
}

.newMdlHdrS5tU7v {
  margin-bottom: 6rem;
}

.newMdlCrdA2bC4d {
  background-color: var(--background-color);
  padding: 4rem 3rem;
  border-radius: 1.2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  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;
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
}

.newMdlCrdA2bC4d::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-color),
    var(--secondary-color)
  );
  border-radius: 1.2rem 0 0 1.2rem;
  opacity: 0.7;
  transition: width 0.3s ease;
}

.newMdlCrdA2bC4d:hover::before {
  width: 15px;
}

.newMdlCrdA2bC4d:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--secondary-color);
}

.newMdlImgE6fG8h {
  width: 100%;
  max-width: 450px;
  margin-bottom: 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.newMdlImgE6fG8h img {
  width: 100%;
  height: auto;
  display: block;
}

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

.newMdlDscM4nP6q {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.newMdlFtsR8tU0v {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
  text-align: left;
  width: 100%;
}

.newMdlFItmX2zC4v p {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
}

.newMdlFItmX2zC4v p::before {
  content: "✨"; /* Star emoji for features */
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.8rem;
}

.newMdlBtnB6cD8e {
  margin-top: auto;
  padding: 1.4rem 3rem;
  font-size: 1.7rem;
  border-radius: 50px;
}

/* Responsive adjustments for New Models Section */
@media (max-width: 1024px) {
  .newMdlCrdA2bC4d {
    max-width: 45%;
  }

  .newMdlTtlI0jK2l {
    font-size: 2.2rem;
  }
}

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

  .newMdlHdrS5tU7v {
    margin-bottom: 4rem;
  }

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

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

  .newMdlTtlI0jK2l {
    font-size: 2rem;
  }

  .newMdlFtsR8tU0v {
    text-align: center;
  }

  .newMdlFItmX2zC4v p {
    padding-left: 0;
  }

  .newMdlFItmX2zC4v p::before {
    display: none;
  }

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

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

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

  .newMdlTtlI0jK2l {
    font-size: 1.8rem;
  }

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

/* Promotional CTA with Timer Section */
.ctaTmrSctP9oI1u {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  padding: 8rem 0;
  text-align: center;
  color: var(--light-text-color);
}

.ctaTmrCntT0yU2i {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

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

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

.ctaTmrDscL2mN4p {
  color: var(--light-text-color);
  font-size: 1.6rem;
  margin-bottom: 3rem;
  max-width: 800px;
  line-height: 1.7;
}

.ctaTmrDspQ6wE8r {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4rem;
}

.tmrUntS0tU2v {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2rem 3rem;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tmrValW4xY6z {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--light-text-color);
  margin-bottom: 0.5rem;
}

.tmrLblZ8aC0d {
  font-size: 1.8rem;
  color: var(--light-text-color);
  text-transform: uppercase;
}

.ctaTmrBtnB6cD8e {
  padding: 1.6rem 3.5rem;
  font-size: 1.9rem;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  background-color: var(--light-background-color);
  color: white;
}

.ctaTmrBtnB6cD8e:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

/* Responsive adjustments for Promotional CTA with Timer Section */
@media (max-width: 1024px) {
  .ctaTmrTtlA3sD5f {
    font-size: 3.6rem;
  }

  .ctaTmrSubG7hJ9k {
    font-size: 2rem;
  }

  .ctaTmrDscL2mN4p {
    font-size: 1.5rem;
  }

  .ctaTmrDspQ6wE8r {
    gap: 2rem;
  }

  .tmrValW4xY6z {
    font-size: 4rem;
  }

  .tmrLblZ8aC0d {
    font-size: 1.6rem;
  }

  .ctaTmrBtnB6cD8e {
    font-size: 1.7rem;
    padding: 1.4rem 3rem;
  }
}

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

  .ctaTmrTtlA3sD5f {
    font-size: 3rem;
  }

  .ctaTmrSubG7hJ9k {
    font-size: 1.8rem;
  }

  .ctaTmrDscL2mN4p {
    font-size: 1.4rem;
  }

  .ctaTmrDspQ6wE8r {
    flex-direction: column;
    gap: 1.5rem;
  }

  .tmrUntS0tU2v {
    width: 100%;
    max-width: 250px;
  }

  .tmrValW4xY6z {
    font-size: 3.5rem;
  }

  .tmrLblZ8aC0d {
    font-size: 1.4rem;
  }

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

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

  .ctaTmrSubG7hJ9k {
    font-size: 1.6rem;
  }

  .ctaTmrDscL2mN4p {
    font-size: 1.3rem;
  }

  .tmrValW4xY6z {
    font-size: 3rem;
  }

  .tmrLblZ8aC0d {
    font-size: 1.3rem;
  }

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

/* How to Choose a Stroller Section */
.chssSctF2gH4j {
  background-color: var(--background-color);
  padding: 8rem 0;
  text-align: center;
  background-image: url("picture_project/fon145cvb.webp");
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  z-index: 1;
}

.chssSctF2gH4j::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
  z-index: -1;
}

.chssSctF2gH4j .hdngR7tV2p9,
.chssSctF2gH4j .subhd9K2o5x {
  color: white;
}

.stroller-guide-link-wrapper {
  margin-top: 3rem;
}

.chssHdrK6lM8n {
  margin-bottom: 6rem;
}

.chssItmR4tU6v {
  padding: 3rem;
  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;
}

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

.chssItmR4tU6v img {
  width: 100%;
  max-width: 450px;
  margin-top: 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  display: block;
  height: auto;
}

.chssTtlX8yZ0a {
  font-size: 2.2rem;
  color: wheat;
  margin-bottom: 1rem;
}

.chssDscB2cD4e {
  flex-grow: 1;
  margin-bottom: 2rem;
}

/* Responsive adjustments for How to Choose a Stroller Section */
@media (max-width: 1024px) {
  .chssItmR4tU6v {
    max-width: 45%;
  }

  .chssTtlX8yZ0a {
    font-size: 2rem;
  }
}

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

  .chssHdrK6lM8n {
    margin-bottom: 4rem;
  }

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

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

  .chssTtlX8yZ0a {
    font-size: 1.8rem;
  }
}

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

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

  .chssTtlX8yZ0a {
    font-size: 1.6rem;
  }
}

/* Stroller Care Section */
.strlrCrSctN1oP3q {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  padding: 8rem 0;
  text-align: center;
  color: white;
}

.strlrCrSctN1oP3q .hdngR7tV2p9,
.strlrCrSctN1oP3q .subhd9K2o5x {
  color: white;
}

.strlrCrItmA2bC4d {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3rem;
  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;
}

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

.strlrCrItmA2bC4d img {
  width: 100%;
  max-width: 450px;
  margin-top: 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  display: block;
  height: auto;
}

.strlrCrTtlE6fG8h {
  font-size: 2.2rem;
  color: white;
  margin-bottom: 1rem;
}

.strlrCrDscI0jK2l {
  flex-grow: 1;
  margin-bottom: 2rem;
}

/* Responsive adjustments for Stroller Care Section */
@media (max-width: 1024px) {
  .strlrCrItmA2bC4d {
    max-width: 45%;
  }

  .strlrCrTtlE6fG8h {
    font-size: 2rem;
  }
}

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

  .strlrCrHdrR5tU7v {
    margin-bottom: 4rem;
  }

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

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

  .strlrCrTtlE6fG8h {
    font-size: 1.8rem;
  }
}

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

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

  .strlrCrTtlE6fG8h {
    font-size: 1.6rem;
  }
}

/* Order Form Section */
.ordrFmSctJ1kL3m {
  background-color: var(--background-color);
  padding: 8rem 0;
  text-align: center;
}

.ordrFmHdrN5pQ7r {
  margin-bottom: 5rem;
}

.ordrFmS9tU1v {
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem;
  background-color: var(--light-background-color);
  border-radius: 1.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  text-align: left;
}

.fmGrpE6fG8h {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.fmLblQ1wE3r {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color);
}

.rqrIcnZ5xV7b {
  color: red;
  margin-left: 0.5rem;
  font-weight: 700;
}

.fmInptT5yU7i,
.fmSlcI2jK4l,
.fmTxtArQ5wE7r {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-family: var(--font-family-sans);
  color: var(--text-color);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.fmInptT5yU7i:focus,
.fmSlcI2jK4l:focus,
.fmTxtArQ5wE7r:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(106, 5, 126, 0.2);
  outline: none;
}

.fmSlcI2jK4l {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236a057e%22%20d%3D%22M287%2C114.7L154.5%2C19.8c-4.9-3.7-11.7-3.7-16.5%2C0L5.5%2C114.7c-4.9%2C3.7-4.9%2C10.7%2C0%2C14.5l8.3%2C6.3c4.9%2C3.7%2C11.7%2C3.7%2C16.5%2C0L146.2%2C60.7c2.4-1.8%2C6.2-1.8%2C8.6%2C0l115.8%2C87.1c4.9%2C3.7%2C11.7%2C3.7%2C16.5%2C0l8.3-6.3C291.9%2C125.4%2C291.9%2C118.4%2C287%2C114.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem top 50%;
  background-size: 1.2rem;
  padding-right: 3.5rem; /* Space for the arrow */
}

.fmPlcyChkG2hJ4k {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fmPlcyChkG2hJ4k input[type="checkbox"] {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  accent-color: var(--primary-color);
  cursor: pointer;
}

.fmPlcyChkG2hJ4k label a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 600;
}

.fmPlcyChkG2hJ4k label a:hover {
  text-decoration: underline;
}

.ordrSbmtBtnP0oI2u {
  align-self: flex-start; /* Align button to the left */
  padding: 1.4rem 3.5rem;
  font-size: 1.7rem;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(106, 5, 126, 0.2);
  transition: all 0.3s ease;
}

.ordrSbmtBtnP0oI2u:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(106, 5, 126, 0.3);
}

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

  .ordrFmS9tU1v {
    padding: 2.5rem;
    gap: 2rem;
  }

  .fmLblQ1wE3r {
    font-size: 1.4rem;
  }

  .fmInptT5yU7i,
  .fmSlcI2jK4l,
  .fmTxtArQ5wE7r {
    padding: 1rem 1.2rem;
    font-size: 1.3rem;
  }

  .ordrSbmtBtnP0oI2u {
    align-self: stretch; /* Stretch button to full width */
    font-size: 1.5rem;
    padding: 1.2rem 2.5rem;
  }
}

@media (max-width: 480px) {
  .ordrFmS9tU1v {
    padding: 1.5rem;
    gap: 1.5rem;
  }

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

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

  .fmLblQ1wE3r {
    font-size: 1.3rem;
  }

  .fmInptT5yU7i,
  .fmSlcI2jK4l,
  .fmTxtArQ5wE7r {
    font-size: 1.2rem;
  }

  .fmPlcyChkG2hJ4k label {
    font-size: 1.2rem;
  }

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

/* Stroller Safety Section */
.strlrSftySctN1oP3q {
  background-color: var(--background-color);
  padding: 8rem 0;
  text-align: center;
}

.strlrSftyHdrR5tU7v {
  margin-bottom: 6rem;
}

.strlrSftyMainContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-top: 4rem;
}

.strlrSftyImage {
  flex: 1 1 50%;
  max-width: 500px;
}

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

.strlrSftyFeatures {
  flex: 1 1 40%;
  text-align: left;
  max-width: 500px;
}

.strlrSftyFeatures h3 {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 2.5rem;
}

.strlrSftyFeatures ul {
  list-style: none;
  padding: 0;
}

.strlrSftyFeatures ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.strlrSftyFeatures ul li .icon {
  font-size: 2rem;
  color: var(--secondary-color);
  flex-shrink: 0;
}

.strlrSftyFeatures ul li h4 {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.strlrSftyFeatures ul li p {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive adjustments for Stroller Safety Section */
@media (max-width: 992px) {
  .strlrSftyMainContent {
    flex-direction: column;
    gap: 3rem;
  }
  .strlrSftyImage,
  .strlrSftyFeatures {
    flex: 1 1 100%;
    max-width: 80%;
  }
  .strlrSftyFeatures {
    text-align: center;
  }
  .strlrSftyFeatures ul li {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .strlrSftySctN1oP3q {
    padding: 4rem 0;
  }
  .strlrSftyHdrR5tU7v {
    margin-bottom: 4rem;
  }
  .strlrSftyFeatures h3 {
    font-size: 2.5rem;
  }
  .strlrSftyFeatures ul li h4 {
    font-size: 1.8rem;
  }
  .strlrSftyFeatures ul li p {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .strlrSftyHdrR5tU7v .hdngR7tV2p9 {
    font-size: 3rem;
  }
  .strlrSftyHdrR5tU7v .subhd9K2o5x {
    font-size: 1.6rem;
  }
  .strlrSftyFeatures h3 {
    font-size: 2rem;
  }
  .strlrSftyFeatures ul li h4 {
    font-size: 1.6rem;
  }
  .strlrSftyImage,
  .strlrSftyFeatures {
    max-width: 95%;
  }
}
.newMdlGrdW9xY1z.pkgGrdI0jK2l {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2rem;
}
.chssGrdM0nP2q.pkgGrdI0jK2l {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2rem;
}

.strlrCrGrdW9xY1z.pkgGrdI0jK2l {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2rem;
}

.dlvryGrntSctF2gH4j {
  background-color: var(--light-background-color);
  padding: 8rem 0;
  text-align: center;
}

.dlvryGrntHdrK6lM8n {
  margin-bottom: 6rem;
}

.dlvryGrntCnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
  margin-top: 4rem;
}

.dlvryGrntCard {
  background-color: var(--background-color);
  padding: 3rem 2rem;
  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 calc(25% - 3rem); /* Four cards per row, adjusting for gap */
  max-width: 300px;
  min-width: 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.dlvryGrntCard img {
  width: 100%;
  max-width: 150px; /* Adjust image size as needed */
  margin-bottom: 2rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  height: auto;
}

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

.dlvryGrntCard p {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.7;
  flex-grow: 1;
}

/* Responsive adjustments for Delivery & Guarantees Section */
@media (max-width: 1200px) {
  .dlvryGrntCard {
    flex: 1 1 calc(33.333% - 3rem); /* Three cards per row */
  }
}

@media (max-width: 900px) {
  .dlvryGrntCard {
    flex: 1 1 calc(50% - 3rem); /* Two cards per row */
  }
}

@media (max-width: 600px) {
  .dlvryGrntCnt {
    gap: 2rem;
  }
  .dlvryGrntCard {
    flex: 1 1 100%; /* One card per row */
    max-width: 400px; /* Limit width on smaller screens */
  }
}

@media (max-width: 480px) {
  .dlvryGrntHdrK6lM8n .hdngR7tV2p9 {
    font-size: 3rem;
  }
  .dlvryGrntHdrK6lM8n .subhd9K2o5x {
    font-size: 1.6rem;
  }
  .dlvryGrntCard h3 {
    font-size: 1.8rem;
  }
  .dlvryGrntCard p {
    font-size: 1.3rem;
  }
}

.ctaSctZ7xV9b {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  padding: 8rem 0;
  text-align: center;
  color: white;
}

.ctaSctZ7xV9b .hdngR7tV2p9,
.ctaSctZ7xV9b .subhd9K2o5x {
  color: white;
}

.ctaTxtB2cD4e {
  margin-bottom: 4rem;
}
