.main-header {
  background: linear-gradient(180deg, #e4f0ff 24.5%, #ffffff 100%);
}

.img-top-head {
  margin-top: -50px;
  margin-bottom: 49px;
}

.top-head h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.top-head p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.repair-request {
  margin-top: 56px;
}

.repair-request a {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 16px 24px;
  color: #fff;
  background-color: #1667ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.repair-request a img {
  margin-right: 8px;
}

.container-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column {
  flex: 1 1 18%;
  box-sizing: border-box;
}

.sin-category {
  padding: 24px 0;
  border-left: 1px solid #e4e4e5;
  border-bottom: 1px solid #e4e4e5;
}

.br-l-none {
  border-left: none !important;
}

.br-b-none {
  border-bottom: none !important;
}

.sin-category img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sin-category a {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--black);
}

.main-sin {
  border: 1px solid #e4e4e5;
  border-radius: 16px;
}

.sec-category {
  background-color: #ffffffe5;
  margin-top: 0;
  z-index: 1;
  position: relative;
}

.brand-cat {
  margin-top: 96px;
}

.head-sec {
  padding: 47px 0;
}

.head-sec h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.head-sec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  max-width: 70%;
}

.sin-box {
  background: linear-gradient(
    180deg,
    rgba(253, 253, 253, 0.9) 0%,
    rgba(248, 251, 255, 0.9) 100%
  );
  border: 1px solid #eeeeee;
  border-radius: 16px;
  text-align: center;
  padding: 32px;
}

.sin-box h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.sin-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.head-img-why {
  display: flex;
  justify-content: center;
}

.step-services {
  margin-top: 96px;
  position: relative;
}

.step-services h2 {
  font-size: var(--text-sizel);
  font-weight: 700;
  line-height: var(--text-height3);
  text-align: right;
}

.main-step-services {
  max-width: 35%;
  z-index: 999;
  position: relative;
}

.step-services p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}

.sin-content-active {
  display: flex;
  align-items: start;
  border: 1px solid #ff7445;
  border-radius: 16px;
  padding: 8px;
  background-color: #fff;
}

.sin-content {
  margin-top: 10px;
  display: flex;
  align-items: start;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 8px;
  background-color: #fff;
}

.img-num {
  padding-top: 10px;
}

.sin-text {
  margin-right: 24px;
}

.bg-ser {
  background: url("../img/lvl-img-services.webp?v=1.0.1");
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-top: 64px;
}

.m-bg-ser {
  display: none;
}

.head-review h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
}

.review {
  margin-top: 104px;
}

.bg-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 241, 237, 0.4) 71%,
    rgba(255, 255, 255, 0) 100%
  );
}

.counseling-banner {
  margin-top: 24px;
}

.banner-box {
  display: flex;
  align-items: end;
  justify-content: center;
}

.reg-request {
  margin-top: 96px;
}

.box-request {
  background: url("../img/main-services-page/req.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding-top: 72px;
  position: relative;
  background-color: #00000080;
}

.head-request {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  color: #fff;
}

.head-request h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.head-request p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.form-request {
  margin-top: 56px;
  padding-bottom: 72px;
}

.services-form {
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: #ffffff;
  padding: 24px;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  max-width: 70%;
  margin: 0 auto;
}

.select-services label,
.enter-name label,
.enter-phone-number label {
  display: block !important;
  margin-bottom: 8px;
}

.select-services select,
.enter-name input,
.enter-phone-number input {
  padding: 16px;
  width: 200px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}

.enter-name input::placeholder,
.select-services select,
.enter-phone-number input::placeholder {
  color: #afafaf;
}

.btn-send-request button {
  padding: 16px 24px;
  border: none;
  border-radius: 12px;
  color: var(--white);
  background-color: var(--blue-2);
  cursor: pointer;
}

@media (max-width: 992px) {
  .services-form {
    display: block;
    width: 100%;
  }

  .enter-name input,
  .enter-phone-number input {
    width: 100%;
    max-width: 90%;
  }

  .select-services select {
    width: 100%;
  }

  .select-services,
  .enter-name,
  .enter-phone-number {
    margin-bottom: 24px;
  }

  .btn-send-request button {
    width: 100%;
  }
}

.faq {
  margin-top: 104px;
}

.faq-r {
  margin-top: 104px;
  max-width: 80%;
}

.faq-r span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-r h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 32px;
}

.faq-r a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #070d14;
  border-radius: 8px;
  padding: 16px 24px;
  margin-top: 64px;
}

.faq-r a img {
  margin-right: 8px;
}

.accordion {
  margin: auto;
}

.accordion-item {
  border-radius: 5px;
  margin-bottom: 24px;
}

.accordion-header {
  background-color: #fff;
  padding: 38px 32px;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e4e4e5;
  border-radius: 16px;
}

.accordion-header:hover {
  background-color: #ebf3ff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 32px;
  background-color: #ebf3ff;
  border-radius: 0 0 16px 16px;
}

.accordion-content p {
  margin: 16px 0 40px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.accordion-header.active {
  background-color: #ebf3ff;
  border-radius: 16px 16px 0 0;
  border: none;
}

.icon {
  background-color: #5f96ff;
  border-radius: 50%;
  padding: 4px 13px;
  color: #fff;
}

.accordion-header .icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.accordion-header.active .icon {
  transform: rotate(180deg);
}

.content-box {
  background-color: #f7f5f5;
  margin-top: 104px;
}

.content-box-heading {
  padding-top: 96px;
  text-align: center;
  padding-bottom: 48px;
}

.content-box-p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 46px;
}

.content-box-p img {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.br-b-none-2 {
  border-bottom: none;
}

.content-box {
  margin: 20px 0;
}

.content-box-p {
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.toggle-button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: transparent;
  color: #070d14;
  border: 1px solid #070d14;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 16px 24px;
  margin-top: 46px;
  margin-bottom: 96px;
}

.mid-footer-l-m {
  display: none;
}

@media (max-width: 992px) {
  .breadcrumb {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .repair-request {
    margin-top: 32px;
  }

  .footer-accordion-header span {
    font-size: 14px;
  }

  .mid-footer-l-m {
    margin-top: 48px;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-2 {
    order: 2 !important;
  }

  .icon-footer {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
}

@media (max-width: 800px) {
  .column {
    flex: 1 1 48%;
  }

  .br-l-none {
    border-left: 1px solid #e4e4e5 !important;
  }

  .br-b-none {
    border-bottom: 1px solid #e4e4e5 !important;
  }

  .head-sec h2 {
    text-align: center;
  }

  .head-sec p {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .container-full {
    width: 100% !important;
  }

  .top-head h2 {
    font-size: 18px;
    line-height: 32px;
  }

  .top-head p {
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
  }

  .img-top-head {
    margin-top: 72px;
  }

  .bg-ser {
    display: none;
  }

  .m-bg-ser {
    display: block;
    background: url("../img/lvl-img-services.webp?v=1.0.1");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    width: 100%;
    margin-top: 41px;
  }

  .m-sin-content-active {
    margin-top: 243px;
    display: flex;
    background-color: #fff;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid #ff7445;
    margin-right: 15px;
    margin-bottom: 25px;
  }

  .m-sin-content {
    margin-top: 243px;
    display: flex;
    background-color: #fff;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid #eee;
    margin-right: 15px;
    margin-bottom: 25px;
  }

  .m-img-num {
    padding-top: 20px;
  }

  .m-sin-text h2 {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
  }

  .m-sin-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
  }

  .sec-head-r h2 {
    text-align: center;
  }

  .sec-head-r p {
    text-align: center;
  }

  .review-box {
    flex: 0 0 auto;
    width: calc(100% - 15px);
    padding: 20px;
    max-width: 80%;
  }

  .review-wrapper {
    padding: 0 10px;
  }

  .faq {
    margin-top: 72px !important;
  }

  .faq-r {
    max-width: 100%;
    text-align: center;
    margin-bottom: 48px;
  }

  .faq-r span {
    text-align: center;
    font-size: 12px;
    font-weight: 400px;
  }

  .faq-r h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .accordion-header {
    font-size: 14px;
    padding: 30px 16px;
  }

  .accordion-content {
    padding: 0 16px;
  }

  .accordion-item {
    margin-bottom: 16px;
  }

  .head-request {
    max-width: 100%;
    padding: 0 50px;
  }

  .head-request h2 {
    font-size: 16px;
  }

  .head-request p {
    font-size: 12px;
  }
}
