/* color s */

/* color e */
/* header s */

.main-header {
  background: linear-gradient(180deg, #e4f0ff 24.5%, #ffffff 100%);
}

/* .menu-item:hover {
    background-color: #F7F5F5;
} */

.main-top-head {
  padding-top: 148px;
  position: relative;
}

.img-top-head {
  margin-top: -100px;
}

.top-head h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
}

.top-head h2 span {
  color: var(--blue);
}

.top-head p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 75%;
}

.services-form {
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: #ffffff99;
  padding: 24px;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  position: absolute;
}

.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;
}

.m-services-form {
  display: none;
}

.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: -160px;
  z-index: 1;
  position: relative;
}

.why-marian {
  margin-top: 104px;
}

.head-sec {
  padding: 47px 0;
  position: relative;
}

.head-sec h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.img-star {
  position: absolute;
  top: 0px;
  left: 94px;
}

.head-sec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}

.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;
}

.img-star-2 {
  display: none;
}

.img-star-3 {
  display: none;
}

.step-services {
  margin-top: 136px;
  position: relative;
}

.step-services h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.main-step-services {
  max-width: 40%;
  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 {
  display: flex;
  justify-content: space-between;
}

.head-review h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
}

.review {
  margin-top: 104px;
}

.icon-next-pre {
  display: flex;
  gap: 16px;
}

.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%
  );
}

.review-box h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
}

.icon-box-review {
  display: flex;
  line-height: 0;
}

.star-review {
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.star-review img {
  margin-left: 4px;
}

.main-review-box {
  margin-top: 24px;
}

.review-date p {
  border-right: 1px solid #b4b5b8;
  padding-right: 16px;
  margin-top: 24px;
  line-height: 0;
}

.swiper {
  width: 100%;
  padding: 20px;
}

.swiper-slide {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}

.review-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.main-review-box {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.review-box {
  flex: 0 0 auto;
  width: calc(33.33333333% - 15px);
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e4e4e5;
  border-radius: 12px;
  box-sizing: border-box;
}

.icon-next-pre a {
  cursor: pointer;
}

.counseling-banner {
  margin-top: 24px;
}

.banner-box {
  display: flex;
  align-items: end;
  justify-content: center;
}

.bosch-warranty {
  margin-top: 104px;
}

.box-warr {
  background: url("../img/bg-ga.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding-top: 72px;
  position: relative;
}

.bosch-logo {
  position: absolute;
  border-radius: 12px;
  top: 48px;
  left: 48px;
}

.head-warr {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  color: #fff;
}

.head-warr h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.head-warr p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.check-ser {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  max-width: 70%;
  margin: 0 auto;
}

.form-warr {
  margin-top: 56px;
}

.lable-ser-warr label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.lable-ser-warr {
  margin-bottom: 16px;
}

.form-inp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.serial-num {
  width: 100%;
  max-width: 80%;
  height: 48px;
  border: 1px solid #e4e4e5;
  border-radius: 8px;
}

.serial-num::placeholder {
  color: #9fa1a4;
  padding-right: 16px !important;
}

.btn-warr {
  height: 48px;
  padding: 0px 24px 0px 24px;
  border-radius: 8px;
  background: #1667ff;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.footer-warr {
  margin-top: 40px;
  padding-bottom: 80px;
}

.footer-warr ul {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.footer-warr ul li {
  display: flex;
  align-items: center;
}

.footer-warr ul li img {
  margin-left: 8px;
}

.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);
}

.blog {
  margin-top: 104px;
}

/* استایل‌های موجود با تغییرات لازم برای درگ */
.main-review-box {
  width: 100%;
  overflow: hidden;
  padding: 0 15px; /* اختیاری: برای فاصله از کناره‌های صفحه */
}

.review-blog {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  gap: 15px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
}

.review-blog::-webkit-scrollbar {
  display: none;
}

.review-blog.active {
  cursor: grabbing;
}

.blog-box {
  flex: 0 0 auto;
  width: calc(33.33333333% - 15px);
  background-color: #fff;
  border: 1px solid #e4e4e5;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
}

.blog-box img {
  border-radius: 12px 12px 0 0;
}

.blog-box h2 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 24px;
  color: #070d14;
  display: block;
  text-decoration: none;
}

.blog-box p {
  padding: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #9fa1a4;
}

.blog-box span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #ca3400;
  padding: 8px 16px;
  border: 1px solid #fed9cc;
  background-color: #fff5f2;
  border-radius: 24px;
}

@media (hover: none) {
  .review-blog {
    cursor: default;
    -webkit-overflow-scrolling: touch;
  }
}

.text-box h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.text-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.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;
  /* max-height: 200px; */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.toggle-button {
  margin-top: 10px;
  padding: 16px 24px;
  background-color: transparent;
  color: #070d14;
  border: 1px solid #070d14;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 46px;
  margin-bottom: 96px;
}

.br-b-none-2 {
  border-bottom: none;
}

.footer-info a {
  color: #202024;
}

.footer-menu a {
  color: #202024;
}

@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;
  }

  .img-star {
    display: none;
  }

  .head-sec p {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .main-top-head {
    padding-top: 64px;
  }

  .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%;
  }

  .services-form {
    display: none;
  }

  .img-top-head {
    margin-top: 24px;
  }

  .m-services-form {
    display: block;
    background-color: #ffffff99;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    padding: 24px;
  }

  .m-lable {
    margin-bottom: 8px;
  }

  .m-select select {
    background-color: var(--white);
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    color: #afafaf;
  }

  .img-star-2 {
    display: block;
    position: absolute;
    left: 20px;
  }

  .img-star-3 {
    display: block;
    position: absolute;
    top: 30px;
  }

  .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;
  }

  .review-blog {
    padding: 0 10px;
  }

  .icon-next-pre {
    display: none;
  }

  .head-review {
    display: flex;
    justify-content: center;
  }

  .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-warr {
    text-align: right;
    max-width: 100%;
    padding: 0 20px;
  }

  .head-warr h2 {
    font-size: 16px;
  }

  .head-warr p {
    font-size: 12px;
  }

  .bosch-logo {
    position: static;
    margin-right: 20px;
  }

  .check-ser {
    max-width: 100%;
  }

  .form-warr {
    padding: 0 20px;
  }

  .form-inp {
    display: block;
  }

  .serial-num {
    max-width: 100%;
  }

  .btn-warr {
    margin-top: 24px;
    width: 100%;
  }

  .footer-warr {
    display: flex;
    justify-content: center;
    padding-bottom: 56px;
  }

  .footer-warr ul {
    display: block;
  }

  .footer-warr ul li {
    margin-bottom: 12px;
  }

  .blog-box {
    flex: 0 0 auto;
    width: calc(100% - 15px);
    max-width: 80%;
  }

  .text-box h2 {
    text-align: center;
  }

  .text-box p {
    text-align: center;
  }
}

.menu-item-has-mega-menu {
  position: relative;
}

.menu-item-has-mega-menu:hover .mega-menu {
  display: block;
}

.single-mega li a:hover {
  color: #007bff;
}

.mega-menu img {
  max-width: 100%;
  height: auto;
}

.notfound {
  text-align: center;
  margin: 2rem 0;
  background: #fafafa;
  padding: 4rem 0;
  border: 1px solid #ccc;
}

.notfound-404 h3 {
  font-size: 2rem;
  font-weight: 100;
}

.notfound-404 h1 {
  font-size: 4rem;
}
