/* About page — background images (avoid Blade inside style="" for CSS lint) */
.about-page-video-bg {
  background-image: url(../images/backgrounds/video-one-bg.jpg);
}

.about-page-appointment-bg {
  background-image: url(../images/backgrounds/appointment-two-bg.jpg);
}

.about-page-appointment-shape {
  background-image: url(../images/shapes/appointment-two-bg-shape.png);
}

.about-page-appointment-contact-shape {
  background-image: url(../images/shapes/appointment-two-contact-info-bg-shape.png);
}

.about-page-cta-bg {
  background-image: url(../images/backgrounds/cta-one-inner-bg.jpg);
}

/* Home page — background images (avoid Blade inside style="" for CSS lint) */
.home-slider-bg-1 {
  background-image: url(../images/backgrounds/slider-1-1.jpg);
}

.home-slider-bg-2 {
  background-image: url(../images/backgrounds/slider-1-2.jpg);
}

.home-slider-bg-3 {
  background-image: url(../images/backgrounds/slider-1-3.jpg);
}

.home-why-choose-bg {
  background-image: url(../images/backgrounds/why-choose-one-right-bg-img.jpg);
}

.home-video-bg {
  background-image: url(../images/backgrounds/video-one-bg.jpg);
}

.home-sliding-text-bg {
  background-image: url(../images/backgrounds/sliding-text-bg.jpg);
}

.home-faq-bg-shape-1 {
  background-image: url(../images/shapes/faq-one-bg-shape-1.png);
}

.home-faq-bg-shape-2 {
  background-image: url(../images/shapes/faq-one-bg-shape-2.png);
}

.home-download-app-bg {
  background-image: url(../images/backgrounds/download-app-one-bg.jpg);
}

.home-appointment-bg-shape {
  background-image: url(../images/shapes/appointment-one-bg-shape.png);
}

.home-cta-bg {
  background-image: url(../images/backgrounds/cta-one-inner-bg.jpg);
}

/* Top bar welcome text — theme colour */
.main-menu__top-welcome-text,
.main-menu-two__top-welcome-text {
  color: var(--servixa-base) !important;
}

/* Equal-height testimonial cards */
.testimonial-one__carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.testimonial-one__carousel .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-one__single-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.testimonial-one__single {
  flex: 1 1 auto;
  height: 100%;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.testimonial-one__text {
  flex: 1 1 auto;
  min-height: 110px;
}

/* Book service social buttons */
.download-app-one__social-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.download-app-one__social-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 14px 28px;
  border-radius: 8px;
  background-color: var(--servixa-base);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
}

.download-app-one__social-btn i {
  font-size: 22px;
}

.download-app-one__social-btn:hover {
  background-color: #fff;
  color: var(--servixa-base) !important;
}

.download-app-one__social-btn--whatsapp:hover {
  color: #25d366 !important;
}

.download-app-one__social-btn--instagram:hover {
  color: #e1306c !important;
}

/* Policy pages - match site theme */
.policy-page {
  position: relative;
  display: block;
  padding: 100px 0 80px;
  background-color: #ffffff;
}

.policy-page__inner {
  max-width: 900px;
  margin: 0 auto;
}

.policy-page__intro {
  color: var(--servixa-gray);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

.policy-page__block {
  margin-bottom: 32px;
}

.policy-page__block h3 {
  color: var(--servixa-black);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.policy-page__block h3 span {
  color: var(--servixa-base);
}

.policy-page__block p,
.policy-page__block li {
  color: var(--servixa-gray);
  font-size: 16px;
  line-height: 28px;
}

.policy-page__block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-page__block ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.policy-page__block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--servixa-base);
}

.policy-page__note {
  margin-top: 40px;
  padding: 24px 28px;
  border-radius: 10px;
  border: 1px solid rgba(139, 193, 5, 0.35);
  background: rgba(139, 193, 5, 0.08);
}

.policy-page__note p {
  color: var(--servixa-black);
  margin: 0;
}

.policy-page__note a {
  color: var(--servixa-base);
  font-weight: 600;
}

/* Footer bottom links spacing for 4 items */
.site-footer__bottom-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

/* About page - Director section */
.director-one {
  position: relative;
  display: block;
  padding: 110px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(139, 193, 5, 0.08), transparent 42%),
    radial-gradient(circle at 88% 70%, rgba(139, 193, 5, 0.06), transparent 40%),
    #ffffff;
}

.director-one__bg-shape {
  position: absolute;
  top: 80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(139, 193, 5, 0.08);
  filter: blur(10px);
  pointer-events: none;
}

.director-one .section-title {
  margin-bottom: 50px;
}

.director-one__card {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f8f4 100%);
  border: 1px solid rgba(139, 193, 5, 0.18);
  box-shadow:
    0 18px 40px rgba(17, 17, 17, 0.08),
    0 4px 12px rgba(139, 193, 5, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: perspective(1200px) rotateX(1.5deg);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  overflow: hidden;
}

.director-one__card:hover {
  transform: perspective(1200px) rotateX(0deg) translateY(-6px);
  box-shadow:
    0 28px 55px rgba(17, 17, 17, 0.12),
    0 10px 24px rgba(139, 193, 5, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.director-one__card-glow {
  position: absolute;
  inset: auto -20% -40% auto;
  width: 55%;
  height: 70%;
  background: radial-gradient(circle, rgba(139, 193, 5, 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.director-one__content {
  position: relative;
  z-index: 1;
  padding: 50px 40px 50px 50px;
}

.director-one__badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(139, 193, 5, 0.12);
  color: var(--servixa-base);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.director-one__name {
  color: var(--servixa-black);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 10px;
}

.director-one__name span {
  color: var(--servixa-base);
}

.director-one__designation {
  color: var(--servixa-base);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 18px;
}

.director-one__text {
  color: var(--servixa-gray);
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 28px;
  max-width: 480px;
}

.director-one__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.director-one__meta-item {
  min-width: 140px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.05);
}

.director-one__meta-label {
  display: block;
  color: var(--servixa-gray);
  font-size: 12px;
  margin-bottom: 4px;
}

.director-one__meta-value {
  display: block;
  color: var(--servixa-black);
  font-size: 15px;
  font-weight: 700;
}

.director-one__img-wrap {
  position: relative;
  z-index: 1;
  padding: 40px 40px 40px 20px;
  perspective: 1000px;
}

.director-one__img-shadow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: calc(100% - 70px);
  height: calc(100% - 90px);
  border-radius: 18px;
  background: rgba(17, 17, 17, 0.18);
  filter: blur(18px);
  transform: translate(14px, 18px);
  z-index: 0;
}

.director-one__img-frame {
  position: relative;
  z-index: 2;
  border-radius: 18px;
  padding: 10px;
  background: linear-gradient(145deg, #ffffff, #eef2e4);
  box-shadow:
    0 20px 40px rgba(17, 17, 17, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.8) inset;
  transform: rotateY(-6deg) rotateX(3deg);
  transition: transform 0.45s ease;
}

.director-one__card:hover .director-one__img-frame {
  transform: rotateY(-2deg) rotateX(1deg) translateY(-4px);
}

.director-one__img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  background: #ececec;
}

.director-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.director-one__card:hover .director-one__img img {
  transform: scale(1.04);
}

.director-one__img-accent {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: var(--servixa-base);
  box-shadow: 0 12px 24px rgba(139, 193, 5, 0.35);
  z-index: 1;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .director-one {
    padding: 80px 0 70px;
  }

  .director-one__card {
    transform: none;
  }

  .director-one__card:hover {
    transform: translateY(-4px);
  }

  .director-one__content {
    padding: 36px 28px 20px;
  }

  .director-one__name {
    font-size: 34px;
  }

  .director-one__img-wrap {
    padding: 10px 28px 36px;
  }

  .director-one__img-frame {
    transform: none;
  }

  .director-one__card:hover .director-one__img-frame {
    transform: translateY(-4px);
  }

  .director-one__img-accent {
    width: 48px;
    height: 48px;
    top: 0;
    right: 18px;
  }
}

@media (max-width: 575px) {
  .director-one__content {
    padding: 28px 20px 12px;
  }

  .director-one__name {
    font-size: 28px;
  }

  .director-one__text {
    font-size: 15px;
    line-height: 26px;
  }

  .director-one__img-wrap {
    padding: 8px 20px 28px;
  }

  .director-one__meta-item {
    flex: 1 1 100%;
  }
}

/* Appointment buttons */
.appointment-one__btn-box .thm-btn {
  background-color: var(--servixa-base);
  color: #fff;
  border: none;
}

.appointment-one__btn-box .thm-btn > span {
  background-color: #111;
  color: #fff;
}

.appointment-one__btn-box .thm-btn::before,
.appointment-one__btn-box .thm-btn::after {
  background-color: #111;
}

.appointment-one__btn-box .thm-btn:hover {
  color: #fff;
}

.appointment-one__btn-box .thm-btn:hover > span {
  background-color: #fff;
  color: var(--servixa-base);
}

.appointment-two__left {
  overflow: hidden;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
  border-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.appointment-two__left::before,
.appointment-two__bg-shape {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  border-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.appointment-two__left .appointment-two__form {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.appointment-two__left .appointment-two__form > .row {
  flex: 1 1 auto;
}

.appointment-two__btn-box {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0 0 !important;
  padding: 18px 20px !important;
  background-color: #111 !important;
  border-radius: 40px 40px 0 0 !important;
  z-index: 5;
}

.appointment-two__btn-box .thm-btn {
  background-color: var(--servixa-base);
  color: #fff;
  border: none;
}

.appointment-two__btn-box .thm-btn > span {
  background-color: #111;
  color: #fff;
}

.appointment-two__btn-box .thm-btn::before,
.appointment-two__btn-box .thm-btn::after {
  background-color: #111;
}

.appointment-two__btn-box .thm-btn:hover {
  color: #fff;
}

.appointment-two__btn-box .thm-btn:hover > span {
  background-color: #fff;
  color: var(--servixa-base);
}

.appointment-two__right {
  position: relative;
}

.appointment-two__contact-info {
  padding-bottom: 90px !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  border-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.appointment-two__btn-box-two {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  padding: 18px 20px !important;
  background-color: #111 !important;
  border-radius: 40px 40px 0 0 !important;
  text-align: center;
  z-index: 5;
}

.appointment-two__btn-box-two .thm-btn {
  background-color: var(--servixa-base);
  color: #fff;
  border: none;
}

.appointment-two__btn-box-two .thm-btn > span {
  background-color: #111;
  color: #fff;
}

.appointment-two__btn-box-two .thm-btn::before,
.appointment-two__btn-box-two .thm-btn::after {
  background-color: #111;
}

.appointment-two__btn-box-two .thm-btn:hover {
  color: #fff;
}

.appointment-two__btn-box-two .thm-btn:hover > span {
  background-color: #fff;
  color: var(--servixa-base);
}

@media (max-width: 991px) {
  .appointment-two__left {
    min-height: 0;
  }

  .appointment-two__btn-box {
    margin-top: 24px !important;
  }

  .appointment-two__contact-info {
    margin-left: 0 !important;
    margin-top: 30px !important;
    padding-bottom: 90px !important;
  }
}

.pricing-two__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}

.pricing-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-two__top-img-1 {
  overflow: visible;
  border-radius: 0;
  width: 340px;
  max-width: 70%;
  z-index: -1;
}

.pricing-two__top-img-1 img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
}

/* =========================================================
   FAQ Page — Olive Tree Detailing
   ========================================================= */
.ot-faq {
  position: relative;
  display: block;
  padding: 100px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(var(--servixa-base-rgb), 0.14), transparent 55%),
    radial-gradient(ellipse 70% 45% at 95% 15%, rgba(17, 17, 17, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f8f4 0%, #ffffff 45%, #f4f6ef 100%);
  z-index: 1;
}

.ot-faq__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.ot-faq__glow--1 {
  width: 320px;
  height: 320px;
  top: 120px;
  left: -80px;
  background: rgba(var(--servixa-base-rgb), 0.18);
  animation: otFaqFloat 9s ease-in-out infinite;
}

.ot-faq__glow--2 {
  width: 280px;
  height: 280px;
  right: -60px;
  bottom: 80px;
  background: rgba(var(--servixa-base-rgb), 0.12);
  animation: otFaqFloat 11s ease-in-out infinite reverse;
}

@keyframes otFaqFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-24px) scale(1.05); }
}

.ot-faq .container {
  position: relative;
  z-index: 1;
}

.ot-faq__intro {
  max-width: 720px;
  margin: 0 auto 36px;
}

.ot-faq__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(var(--servixa-base-rgb), 0.12);
  color: var(--servixa-base);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ot-faq__heading {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
  color: var(--servixa-black);
  font-weight: 700;
}

.ot-faq__heading span {
  color: var(--servixa-base);
}

.ot-faq__lead {
  margin: 0 auto 28px;
  max-width: 560px;
  color: #5c6354;
  font-size: 17px;
  line-height: 1.7;
}

.ot-faq__search {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}

.ot-faq__search i {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--servixa-base);
  font-size: 16px;
  pointer-events: none;
}

.ot-faq__search input {
  width: 100%;
  height: 62px;
  padding: 0 52px 0 54px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 40px rgba(17, 17, 17, 0.06);
  font-size: 16px;
  color: var(--servixa-black);
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.ot-faq__search input:focus {
  border-color: rgba(var(--servixa-base-rgb), 0.55);
  box-shadow: 0 16px 44px rgba(var(--servixa-base-rgb), 0.18);
  transform: translateY(-2px);
}

.ot-faq__search-clear {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.08);
  color: #333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.ot-faq__search-clear:hover {
  background: var(--servixa-base);
  color: #fff;
}

.ot-faq__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.ot-faq__tab {
  appearance: none;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #fff;
  color: #3d4338;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.28s ease;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.04);
}

.ot-faq__tab:hover {
  border-color: rgba(var(--servixa-base-rgb), 0.45);
  color: var(--servixa-base);
  transform: translateY(-2px);
}

.ot-faq__tab.is-active {
  background: var(--servixa-base);
  border-color: var(--servixa-base);
  color: #fff;
  box-shadow: 0 10px 24px rgba(var(--servixa-base-rgb), 0.35);
}

.ot-faq__count {
  text-align: center;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7264;
  letter-spacing: 0.02em;
  min-height: 22px;
}

.ot-faq__list .accrodion-grp {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ot-faq__item {
  position: relative;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
  margin-top: 0 !important;
}

.ot-faq__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: transparent;
  transition: background 0.3s ease;
  z-index: 2;
}

.ot-faq__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
  border-color: rgba(var(--servixa-base-rgb), 0.28) !important;
}

.ot-faq__item.active {
  border-color: rgba(var(--servixa-base-rgb), 0.4) !important;
  box-shadow: 0 18px 48px rgba(var(--servixa-base-rgb), 0.14);
}

.ot-faq__item.active::before {
  background: var(--servixa-base);
}

.ot-faq__item.is-hidden {
  display: none !important;
}

.ot-faq .faq-one__left .accrodion-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px !important;
}

.ot-faq__num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-top: 2px;
  border-radius: 12px;
  background: rgba(var(--servixa-base-rgb), 0.12);
  color: var(--servixa-base);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.ot-faq__item.active .ot-faq__num {
  background: var(--servixa-base);
  color: #fff;
  transform: scale(1.05);
}

.ot-faq .faq-one__left .accrodion-title h4 {
  flex: 1 1 auto;
  padding-right: 56px !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.ot-faq .faq-one__left .accrodion-title h4::before {
  width: 44px !important;
  height: 44px !important;
  right: 0 !important;
  font-size: 15px !important;
  border-radius: 14px !important;
  background-color: rgba(var(--servixa-base-rgb), 1) !important;
  box-shadow: 0 8px 18px rgba(var(--servixa-base-rgb), 0.3);
}

.ot-faq .faq-one__left .accrodion.active .accrodion-title h4::before {
  background-color: #111 !important;
  transform: translateY(-50%) rotate(0deg);
}

.ot-faq .faq-one__left .accrodion-content {
  padding: 0 24px 26px 80px !important;
}

.ot-faq .faq-one__left .accrodion-content .inner {
  position: relative;
  padding-top: 4px;
}

.ot-faq .faq-one__left .accrodion-content .inner::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--servixa-base), rgba(var(--servixa-base-rgb), 0.15));
}

.ot-faq .faq-one__left .accrodion-content p {
  color: #555c50;
  font-size: 16px;
  line-height: 1.75;
}

.ot-faq .faq-one__left .accrodion-content a {
  color: var(--servixa-base);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ot-faq__empty {
  text-align: center;
  padding: 60px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px dashed rgba(var(--servixa-base-rgb), 0.35);
}

.ot-faq__empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--servixa-base-rgb), 0.12);
  color: var(--servixa-base);
  font-size: 22px;
}

.ot-faq__empty h4 {
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--servixa-black);
}

.ot-faq__empty p {
  margin: 0 0 22px;
  color: #666;
}

.ot-faq__help {
  margin-top: 70px;
}

.ot-faq__help-card {
  display: block;
  height: 100%;
  margin-bottom: 24px;
  padding: 28px 24px;
  border-radius: 20px;
  background: #111;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid transparent;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.18);
  transform-style: preserve-3d;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.2s ease;
  perspective: 800px;
}

.ot-faq__help-card:hover {
  background: var(--servixa-base);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 48px rgba(var(--servixa-base-rgb), 0.35);
  color: #fff;
}

.ot-faq__help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 22px;
  transition: transform 0.35s ease, background 0.35s ease;
}

.ot-faq__help-card:hover .ot-faq__help-icon {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.08);
}

.ot-faq__help-card h4 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #fff;
}

.ot-faq__help-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

@media (max-width: 991px) {
  .ot-faq {
    padding: 70px 0 80px;
  }

  .ot-faq .faq-one__left .accrodion-content {
    padding-left: 24px !important;
  }
}

@media (max-width: 575px) {
  .ot-faq__search input {
    height: 56px;
    font-size: 15px;
  }

  .ot-faq .faq-one__left .accrodion-title {
    padding: 18px 16px !important;
    gap: 12px;
  }

  .ot-faq__num {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .ot-faq .faq-one__left .accrodion-title h4 {
    font-size: 16px !important;
    padding-right: 48px !important;
  }

  .ot-faq .faq-one__left .accrodion-title h4::before {
    width: 36px !important;
    height: 36px !important;
    right: 0 !important;
  }
}
