* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "IBM Plex Sans", serif;
  font-size: 16px;
  scroll-behavior: smooth;
}
/* backgrounds color classes */
.wb {
  background-color: #ffffff;
}
.gb {
  background: linear-gradient(180deg, #e7f0ee 2%, #fbfbfb 100%);
}
/* TOP PAGE ELEMENT STYLES */
/* Mobile and general settings */
.top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 20px;
  /* Desktop specific settings */
}
.top-container .txt {
  text-align: left;
  order: 3;
  width: 100%;
}
.top-container .txt h1,
.top-container .txt h2 {
  margin: 10px 0;
}
.top-container .txt h2 {
  font-weight: 200;
}
.top-container .btn1 {
  margin: 10px 0;
  order: 2;
  width: 200px;
}
.top-container .logo {
  order: 1;
  width: 120px;
}
.top-container .review-stars {
  order: 5;
}
.top-container .btn2 {
  order: 6;
  width: 200px;
}
@media (min-width: 768px) {
  .top-container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .top-container .txt {
    flex: 0 0 60%;
    text-align: left;
    order: 1;
    margin-bottom: 30px;
  }
  .top-container .btn1 {
    position: absolute;
    width: 200px;
    top: 400px;
    left: 80px;
  }
  .top-container .logo {
    position: absolute;
    right: 200px;
    top: 40px;
  }
  .top-container .review-stars {
    position: absolute;
    right: 100px;
    top: 120px;
  }
  .top-container .btn2 {
    position: absolute;
    right: 150px;
    top: 320px;
  }
}
/* content block */
.content-block {
  margin: 40px 0;
  padding: 20px;
}
.content-block h2 {
  margin: 30px 0;
}
.content-block p {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
}
.content-block p strong {
  margin: 30px 0;
  font-weight: 700;
  font-family: "IBM Plex Sans Condensed", serif;
}
/* btn classes */
.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  flex: 1;
  transition: transform 0.2s ease;
  box-shadow: 7px 7px 12px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 7px 12px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 7px 12px -8px rgba(0, 0, 0, 0.75);
}
.btn:hover {
  transform: scale(1.1);
}
.primary {
  background-color: #df3800;
}
.secondary {
  background-color: #0EB99A;
}
/* horizontal swiper */
.nswiper {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 30px;
  padding: 20px 0 20px 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nswiper::-webkit-scrollbar {
  display: none;
}
/*
/* RATING STYLES */
.rating-container {
  text-align: center;
  margin: 20px;
}
.rating-container .rating-text {
  font-weight: 400;
  font-size: 15px;
  color: #666;
}
.rating-container .rating-text #ratingValue,
.rating-container .rating-text #ratingCount {
  color: #0EB99A;
}
.stars {
  font-size: 22px;
  display: inline-block;
  direction: ltr;
  unicode-bidi: bidi-override;
  color: lightgray;
  position: relative;
}
.star {
  color: lightgray;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.filled {
  color: #0EB99A;
}
.partial {
  position: relative;
  color: lightgray;
  background: linear-gradient(to right, #0eb99a 50%, #d3d3d3 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.partial::before {
  content: '★';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0eb99a 50%, #d3d3d3 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* full width wrapper - removing main padding */
.fw {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
/* header and navbar settings */
header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  justify-content: space-between;
}
#logo {
  display: flex;
  padding: 0 60px;
  height: 60px;
}
#menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 60px 0 0;
}
#menu a {
  display: block;
  color: white;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 20px;
  transition: transform 0.2s ease;
}
#menu a:hover {
  transform: scale(1.03);
  color: #ff1f1b;
}
#toggle-menu {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" viewBox="0 0 30 30"><rect y="3" width="30" height="4" rx="2"/><rect y="13" width="30" height="4" rx="2"/><rect y="23" width="30" height="4" rx="2"/></svg>');
}
main {
  padding: 0 60px;
  position: relative;
}
/* general text settings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans Condensed", serif;
}
p {
  font-family: "IBM Plex Sans", serif;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 115%;
}
h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
}
h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}
h4 {
  margin: 0;
}
p {
  margin: 0;
  font-weight: 200;
}
a {
  text-decoration: none;
}
strong {
  font-weight: 500;
}
/* Footer */
.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  /* Two columns, responsive */
  gap: 20px;
  text-align: left;
}
.footer-links .column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  text-decoration: none;
  font-size: 20px;
  text-align: left;
}
/* Consolidated Mobile Styles */
@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
  }
  #logo {
    height: 30px;
  }
  #logo img {
    width: 100%;
  }
  #menu {
    margin: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  #toggle-menu {
    display: flex;
  }
  main {
    padding: 0;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 30px;
  }
  .footer-links {
    grid-template-columns: 1fr;
    /* Make it a single column on smaller screens */
  }
}
