/* ================= HERO BASE ================= */
.service-section {
  background-color: #0b0c0d;
  background-image: url("../serviceImg/Services_Hero.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
/* ================= SECTION ================= */
.maintan-section {
  background: #212221;
  padding-top: 200px;
  padding-bottom: 200px;
}
/* ================= SECTION ================= */
.winter-section {
  background: #e72f26;
  padding-top: 110px;
  padding-bottom: 110px;
}
.winter-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  justify-content: space-between;
  font-family: "DM Sans", sans-serif;
}
.engine-section {
  background: #212221;
  padding-top: 130px;
  padding-bottom: 130px;
}
.wheels-section {
  background: #212221;
  padding-top: 130px;
  padding-bottom: 130px;
}
.engine-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 55px;
  font-family: "DM Sans", sans-serif;
}
.maintan-section h2,
.maintan-section p {
  color: white;
}
/* ================= DESC ================= */
.maintan-desc {
  font-size: 24pt;
  line-height: 1.5em;
  max-width: 1124px;
  margin-top: 74px;
  text-align: justify;
}
/* ================= ACCORDION ================= */
.drive-winter {
  max-width: 544px;
  margin-top: 50px;
  font-weight: 600;
}
.winter-item {
  border: 1px solid #222;
  padding: 15px;
  margin-bottom: 15px;
}

.winter-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;

  font-size: 18pt;
}

.winter-header img {
  width: 20px;
  transition: transform 0.3s ease;
}

.winter-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.winter-body {
  padding: 28px 20px 20px;
  font-size: 20px;
  font-weight: 400;
  color: #222;
}
/* Base Accordion */

.accordion {
  width: 100%;
}

.service-accordion-item {
  border-bottom: 2px solid #fff;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  padding: 12px 0px;
}

.accordion-header {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18pt;
  text-align: left;
}

/* Content */

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 20px;
}

.accordion-content p {
  margin: 15px 0;
  font-size: 18pt;
}

/* Plus Icon */

.icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background: white;
}

.icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.icon::after {
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* Rotate icon */

.service-accordion-item.active .icon {
  transform: rotate(45deg);
}

/* Theme A - Red */

.accordion--red {
  background: #e72f26;
  color: #1a1a1a;
}

/* Theme B - Dark */

.accordion--dark {
  background: #212221;
  color: #e72f26;
}

/* ================= DESC ================= */
.winter-desc {
  font-size: 24pt;
  line-height: 1.5em;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* ================= SECTION ================= */
.here-section {
  background: #dde1e7;
  padding-top: 360px;
  padding-bottom: 200px;
}

/* ================= CONTAINER ================= */
.here-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
  justify-content: space-between;
  gap: 170px;
  font-family: "DM Sans", sans-serif;
}
.speak-container {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  justify-content: space-between;
  gap: 95px;
  font-family: "DM Sans", sans-serif;
}
.trusted-container {
  margin: 0 auto;
  font-family: "DM Sans", sans-serif;
}
.certified-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 170px;
  font-family: "DM Sans", sans-serif;
}

/* ================= LEFT ================= */
.here-left {
  width: 100%;
}

/* ================= TITLE ================= */
.here-title {
  font-size: 72pt;
  line-height: 1em;
  font-weight: 500;
}
.certified-title {
  font-size: 175px;
  line-height: 1em;
}
.perform-title {
  font-size: 175px;
  line-height: 1em;
}
.trusted-title {
  font-size: 72pt;
  line-height: 1em;
}
/* ================= DESC ================= */
.here-desc {
  font-size: 18pt;
  line-height: 1.5em;
  margin-top: 42px;
  display: flex;
  flex-direction: column;
}
.here-desc span {
  margin-top: 35px;
}
.here-right {
  width: 100%;
}

.here-right img {
  width: 100%;
  height: auto;
}
.live-chat-btn {
  position: relative;
  margin-top: 40px;
}
.live-chat-btn span {
  position: absolute;
  left: 51px;
  top: 24px;
  font-size: 18pt;
  font-family: "DM Sans", sans-serif;
}
/* Slider */
.slider-wrapper {
  position: relative;
  width: 95vw;
  height: 990px;
  display: flex;
  align-items: center;
  margin: auto;
}

.slider-container {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 10px;
}

.panel {
  flex: 0.5;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  -webkit-box-reflect: below 2px
    linear-gradient(transparent, rgba(255, 255, 255, 0.1));
}

.panel.active {
  flex: 5;
}

.panel h3 {
  position: absolute;
  bottom: 40px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  color: white;
  font-size: 50pt;
  transition: all 0.5s ease;
  pointer-events: none;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  opacity: 0.6;
}

/* JavaScript will handle the 'active-text' class for the slide effect */
.panel.active h3 {
  left: 20px;
  transform: translateX(0) rotate(180deg);
  opacity: 1;
}

/* Nav Arrows */
.nav-arrow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.705);
}
.prev {
  left: -45px;
}
.next {
  right: -45px;
}

/* form */

.form-container {
  width: 100%;
  color: #1a1a1a;
  padding-top: 60px;
}

.top-divider {
  border-top: 1.5px solid #212221;
  margin-bottom: 10px;
}

.input-group {
  margin-bottom: 10px;
}

.input-group label {
  display: block;
  font-size: 18pt;
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.input-group input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1.5px solid #212221;
  padding: 10px 0;
  outline: none;
  font-size: 18pt;
}

.section-label {
  font-size: 18pt;
  font-weight: 900;
  margin: 25px 0 15px 0;
  text-transform: uppercase;
}

.border-top {
  border-top: 1.5px solid #000;
  /* padding-top: 20px; */
  margin-top: 30px;
}

/* Circular Radio & Checkbox */
.option-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18pt;
}

.option-item input {
  display: none;
}

.checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #212221;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  flex-shrink: 0;
}

.option-item input:checked + .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #212221;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Dropdown Grid */
.row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}

select {
  width: 100%;
  padding: 14px 12px;
  font-size: 18pt;
  background-color: #d8dee4;
  border: 1.5px solid #1a1a1a;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}

.submit-btn {
  background-color: #1c1c1c;
  color: #fff;
  border: none;
  padding: 16px 50px;
  border-radius: 40px;
  font-size: 18pt;
  letter-spacing: 2px;
  margin-top: 30px;
  cursor: pointer;
}

.terms a {
  color: #212221;
}

@media (max-width: 480px) {
  .row {
    grid-template-columns: 1fr;
  }
}

.features-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1920px;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 150px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.feature-column {
  padding: 0 30px;
  position: relative;
}

.feature-column:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
.number {
  font-size: 120px;
  color: #cacfd8;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -2px;
  font-weight: 700;
}

.feature-column h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.feature-column p {
  font-size: 18pt;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
}

/* Responsive for Mobile */
@media (max-width: 1370px) {
  .features-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .feature-column:nth-child(2n) {
    border-right: none;
  }
  
}

@media (max-width: 768px) {
  .features-section {
    grid-template-columns: 1fr;
  }
  .feature-column {
    border-right: none !important;
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
/* Responsive */
@media (max-width: 920px) {
  .slider-container {
    flex-direction: column;
  }
  .slider-wrapper {
    height: 920px;
  }
  .panel h3 {
    writing-mode: horizontal-tb;
    transform: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .panel.active h3 {
    left: 20px;
    transform: translateX(0);
  }
  .feature-column h3 {
  font-size: 28px;
}
}

/* Responsive */

/* ================= RESPONSIVE ================= */
@media (max-width: 1536px) {
  .here-title {
    font-size: 42pt;
  }
  .certified-title {
    font-size: 45pt;
  }
  .perform-title {
    font-size: 70pt;
  }
  .trusted-title {
    font-size: 40pt;
  }
}

@media (max-width: 1370px) {
  .here-container {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
  }
  .certified-container {
    gap: 80px;
  }
  .speak-container {
    gap: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .here-desc {
    max-width: 100%;
    font-size: 18pt;
  }
  .slider-wrapper {
    height: 700px;
  }
  .nav-arrow {
    width: 50px;
    height: 50px;
  }
  .prev {
    left: -16px;
  }
  .next {
    right: -16px;
  }
  .panel h3 {
    font-size: 25pt;
  }
}

@media (max-width: 1024px) {
  .here-title {
    font-size: 32pt;
  }
  .certified-title {
    font-size: 32pt;
  }
  .perform-title {
    font-size: 32pt;
  }
  .trusted-title {
    font-size: 32pt;
  }
  .here-desc {
    font-size: 18pt;
  }
  .here-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .nav-arrow {
    width: 50px;
    height: 50px;
  }
  .prev {
    left: -16px;
  }
  .next {
    right: -16px;
  }
  .accordion-header {
    padding-left: 0px;
    padding-right: 0px;
  }
  .winter-container {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .accordion-header {
    font-size: 14pt;
    padding: 0px;
  }
}
@media (max-width: 1370px) {
  .maintan-desc {
    max-width: 100%;
  }
  .winter-desc {
    max-width: 100%;
  }
  .accordion-header {
    font-size: 14pt;
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .maintan-desc {
    font-size: 18pt;
  }
  .maintan-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .winter-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .engine-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wheels-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .winter-desc {
    font-size: 18pt;
  }
}
