.main-header {
  background: linear-gradient(180deg, #e4f0ff 24.5%, #ffffff 100%);
}

.img-top-head {
}

.top-head h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.top-head p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 1.5rem;
  margin-top: 2rem;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 24px #0000001a;
}

.info-box .inner-box {
  display: block;
  width: 100%;
  align-items: center;
  gap: 16px;
}

.info-box .item {
  display: flex;
  gap: 16px;
  padding: 1.5rem 0;
  border-bottom: 2px solid #2a8f55;
}

.info-box .item:last-child {
  border-bottom: none;
}

.info-box .icon {
  display: block;
}

.info-box .icon img {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.info-box strong.title {
  font-size: 18px;
  font-weight: 700;
  color: #070d14;
}

.info-box p {
  margin: 0;
  color: #2a8f55;
  font-size: 16px;
  font-weight: 600;
}

.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;
}

.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);
}

.side-by-side {
  margin-top: 74px;
}

.sin-side-by-side {
  text-align: center;
}

.sin-side-by-side h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.icon-side-by-side {
  display: flex;
  justify-content: center;
}

.head-sec {
  padding: 47px 0;
}

.head-sec h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.head-sec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}

.sin-video {
  margin-top: 72px;
  width: 100%;
  border-radius: 16px;
}

.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;
}

.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;
}

.head-review {
  display: flex;
  justify-content: space-between;
}

.head-review h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
}

.text-box h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.text-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.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;
}

.form-request {
  margin-top: 56px;
  padding-bottom: 72px;
  position: relative;
  z-index: 2;
}

.services-form {
  display: inline-flex;
  justify-content: space-between;
  align-items: end;
  background: #ffffff99;
  padding: 24px;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
}

.enter-name label,
.enter-phone-number label {
  display: block !important;
  margin-bottom: 8px;
}

.enter-name input,
.enter-phone-number input {
  padding: 16px;
  width: 200px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}

.enter-name input::placeholder,
.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;
}

.icon-next-pre {
  display: flex;
  gap: 16px;
}

.icon-next-pre a {
  cursor: pointer;
}

.main-review-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .services-form {
    display: block;
  }

  .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%;
  }

  .text-box h2 {
    text-align: center;
  }

  .text-box p {
    text-align: center !important;
  }

  .icon-next-pre {
    display: none;
  }
}

.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;
}

.tab-services {
  background: linear-gradient(180deg, #ffffff 0%, #e4f0ff 52%, #ffffff 100%);
}

.r-radius {
  border-top-right-radius: 16px;
}

.l-radius {
  border-top-left-radius: 16px;
}

.main-tab {
  border-radius: 16px;
  backdrop-filter: blur(20px);
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.tabs {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}

.tab-link {
  background-color: #f7f5f5;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.tab-link:hover {
  background-color: #ddd;
}

.tab-link.active {
  background-color: #fff;
}

.tab-link h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #070d14;
}

.tab-content {
  background-color: #fff;
  display: none;
  padding: 20px;
}

.tab-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  color: #070d14;
}

.tab-content h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #070d14;
}

.tab-content.active {
  display: block;
}

.price-services,
.errors-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9fa;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #e4e4e5;
  margin-bottom: 8px;
}

.price-services h2,
.errors-services h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #070d14;
}

.price-services p,
.errors-services p {
  background-color: #e0f8e9;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #299054;
  border-radius: 12px;
}

.errors-services p {
  background-color: #f8e0e0;
  color: #902929;
}

.price-services p span,
.errors-services p {
  font-weight: 400;
}

.price-pagination,
.errors-pagination {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  align-items: center;
}

.icon-pre {
  margin-left: 8px;
}

.pre {
  font-size: 14px;
  font-weight: 600;
  color: #c7c8ca;
  margin-left: 48px;
}

.pagination-num {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #070d14;
  background-color: #f9f9fa;
  margin-left: 16px;
}

.num-active {
  background-color: #1169e4;
  color: #fff;
}

.next {
  font-size: 14px;
  font-weight: 600;
  color: #070d14;
  margin-right: 48px;
}

.icon-next {
  margin-right: 8px;
}

.comments {
  margin-top: 96px;
}

.heading-comments {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heading-comments h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.head-comments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75%;
}

.r-comments {
  display: flex;
}

.r-comments p span {
  font-size: 12px;
  color: #9fa1a4;
}

.l-comments {
  display: flex;
  align-items: center;
}

.l-comments img {
  margin-left: 8px;
}

.l-comments p {
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
}

.star-comments {
  margin-right: 16px;
}

.dot {
  margin-left: 16px;
  margin-right: 16px;
  color: #e4e4e5;
}

.sin-comments {
  padding: 24px;
  border: 1px solid #e4e4e5;
  border-radius: 12px;
  margin-top: 24px;
}

.sin-comments h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
}

.rating-comment {
  display: flex;
  align-items: center;
  margin-top: 8px !important;
  padding: 0 !important;
}

.rating-comment span {
  color: #9fa1a4;
  margin-right: 8px;
  margin-left: 16px;
  font-size: 12px;
  font-weight: 400;
}

.rating-comment p {
  color: #9fa1a4;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 400;
  border-right: 1px solid #9fa1a4;
}

.rep-sin-comments {
  padding: 24px;
  background-color: #f2f2f3;
  border-radius: 12px;
  margin-top: 24px;
}

.rep-sin-comments h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.register-comment {
  border: 1px solid #e4e4e5;
  border-radius: 12px;
  padding: 16px 12.5px;
  margin-top: 24px;
}

.head-reg-comment {
  background-color: #f3f9ff;
  border-radius: 8px;
  padding: 12px;
}

.head-reg-comment h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.head-reg-comment p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.star-rating {
  direction: rtl;
  font-size: 2em;
  unicode-bidi: bidi-override;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 32px 0;
}

.star {
  cursor: pointer;
  color: lightgray;
}

.hidden {
  display: none;
}

.send-comment button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9fa;
  border: 0;
  cursor: pointer;
}

.send-comment img {
  margin-left: 8px;
}

.show-more-comm {
  padding: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-top: 24px;
}

.show-more-comm img {
  margin-right: 8px;
}

.show-more-comm-m {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 24px;
  width: 100%;
}

.show-more-comm-m img {
  margin-right: 8px;
}

.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;
}

.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;
  }
}

.review-blog {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.main-review-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 24px;
}

.review-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.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;
}

.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;
}

@media (max-width: 600px) {
  .tabs {
    overflow-x: auto;
  }

  .tab-link {
    min-width: 170px;
  }

  .tab-link h3 {
    font-size: 12px;
  }

  .tab-link p {
    font-size: 12px;
  }

  .tab-content h2 {
    font-size: 16px;
  }

  .tab-content h5 {
    font-size: 12px;
  }

  .tab-content p {
    font-size: 12px;
    line-height: 24px;
  }

  .tab-content .errors-services p {
    text-align: left;
  }

  .price-services h4 {
    font-size: 12px;
  }

  .head-comments {
    max-width: 100%;
  }

  .heading-comments h2 {
    font-size: 16px;
    font-weight: 700;
  }

  .send-comment button {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
  }

  .d-block-600 {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .repair-request {
    margin-top: 32px;
  }
}

@media (max-width: 600px) {
  .tab-content {
    padding: 20px 0;
  }

  .errors-services h4 {
    font-size: 12px;
  }

  .errors-item {
    width: 100% !important;
  }
}

@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 h1 {
    margin: 0.5rem 0;
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .top-head h2 {
    font-size: 18px;
    line-height: 32px;
  }

  .top-head p {
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
  }

  .img-top-head {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0 !important;
    max-height: 340px;
    width: auto;
  }

  .info-box {
    background-color: unset;
    box-shadow: unset;
    padding: 0 1rem;
    margin-top: 0;
  }

  .info-box .inner-box {
  }

  .info-box .item {
    padding: 1rem 0;
  }

  .info-box .icon img {
    width: 42px;
    height: 42px;
  }

  .info-box strong.title {
    font-size: 15px;
  }

  .info-box p {
    font-size: 13px;
  }

  .image-box {
    padding-top: 1rem;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 0 24px #0000001a;
  }

  .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;
  }

  .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;
  }

  .blog-box {
    flex: 0 0 auto;
    width: calc(100% - 15px);
    max-width: 80%;
  }
}

.comment-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
}

.comment-popup .popup-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  position: relative;
  top: 0;
}

.popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
  direction: rtl;
}

.close-popup {
  color: #aaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-popup:hover,
.close-popup:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#commentForm textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding: 5px;
}

#commentForm button {
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.star-rating {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.star {
  color: #ccc;
  font-size: 30px;
  cursor: pointer;
}

.star.active {
  color: #ffcc00;
}

.mobile-comment-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow-y: auto;
}

.mobile-comment-popup .popup-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 5px;
  position: relative;
  top: 0% !important;
  transform: translateY(0);
}

.mobile-comment-popup .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.mobile-rating-section {
  margin-bottom: 20px;
}

.mobile-rating-section .star-rating {
  font-size: 24px;
}

.mobile-rating-section .star {
  cursor: pointer;
  color: #ccc;
}

.mobile-rating-section .star.active {
  color: gold;
}

textarea#comment {
  max-width: 100%;
  width: 100%;
  background-color: #f9f9fa;
  border: 1px solid #e4e4e5;
  border-radius: 8px;
}

button.sned-comment {
  background-color: #1667ff;
  border: 0;
  width: 100%;
  padding: 12px 0;
  border-radius: 8px;
  color: #fff;
}

input#author {
  max-width: 100%;
  width: 100%;
  background-color: #f9f9fa;
  border: 1px solid #e4e4e5;
  border-radius: 8px;
  padding: 12px 0;
}

input#email {
  max-width: 100%;
  width: 100%;
  background-color: #f9f9fa;
  border: 1px solid #e4e4e5;
  border-radius: 8px;
  padding: 12px 0;
}

#testimonials .swiper-slide {
  margin: 10px 0;
}

#testimonials .head-sec{
   padding-bottom: 0;
}

#testimonials .star-rating {
  display: flex;
  justify-content: unset;
  align-items: center;
  gap: 0;
  padding: 0;
}

#testimonials .star-rating .star {
  color: #d1d5db;
}

#testimonials .star-rating .star.filled {
  color: #facc15;
}

#testimonials .testimonial-info {
  font-size: 14px;
}

#testimonials .testimonial-date {
  font-size: 14px;
}

#testimonials .testimonial-comment {
  font-size: 14px;
  line-height: 24px;
  color: #4b5563;
  margin-top: 8px;
}

#testimonials .testimonial-service {
  color: #1169e4;
}
