.elementor-81 .elementor-element.elementor-element-93aae76{--display:flex;--margin-top:-115px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-81 .elementor-element.elementor-element-4d4f3bc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-81 .elementor-element.elementor-element-8518eb7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-81 .elementor-element.elementor-element-5d20595{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5298f84 *//* ============ TRIYOL SERVICES HERO V2 ============ */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800&display=swap');

.sh2 {
  --bg: #0B0B0B;
  --lime: #D4FF3A;
  --white: #FFFFFF;
  --muted: #8B8B8B;
  --line: rgba(255, 255, 255, 0.1);

  background: var(--bg);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
  padding: 130px 5% 70px;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
}

.sh2 *,
.sh2 *::before,
.sh2 *::after {
  box-sizing: border-box;
}

.sh2-bg-glow {
  position: absolute;
  right: -10%;
  top: 10%;
  width: 55vw;
  height: 55vw;
  max-width: 680px;
  max-height: 680px;
  background: radial-gradient(circle, rgba(212, 255, 58, 0.09) 0%, transparent 68%);
  pointer-events: none;
  filter: blur(10px);
}

.sh2-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* top meta */
.sh2-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateY(12px);
  transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.sh2-top.is-in {
  opacity: 1;
  transform: translateY(0);
}

.sh2-index,
.sh2-crumb {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--muted);
}

.sh2-index {
  color: var(--lime);
}

/* main split */
.sh2-main {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 40px 60px;
  align-items: end;
  margin-bottom: 56px;
}

.sh2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 13px;
  color: var(--muted);
  opacity: 0;
  transform: translateY(14px);
  transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.sh2-kicker.is-in {
  opacity: 1;
  transform: translateY(0);
}

.sh2-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(212, 255, 58, 0.15);
  flex-shrink: 0;
}

.sh2-title {
  margin: 0;
  line-height: 0.82;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.sh2-t1,
.sh2-t2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(72px, 13vw, 168px);
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.sh2-t1 {
  color: var(--white);
}

.sh2-t2 {
  color: transparent;
  -webkit-text-stroke: 2px var(--white);
  margin-left: 0.06em;
  transition-delay: 0.08s;
}

/* lime underline accent on second half */
.sh2-t2 {
  position: relative;
}

.sh2-t2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.08em;
  width: 0;
  height: 0.09em;
  background: var(--lime);
  border-radius: 2px;
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s;
}

.sh2-t1.is-in,
.sh2-t2.is-in {
  opacity: 1;
  transform: translateY(0);
}

.sh2-t2.is-in::after {
  width: 100%;
}

.sh2-right {
  padding-bottom: 12px;
}

.sh2-desc {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 360px;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.sh2-desc.is-in {
  opacity: 1;
  transform: translateY(0);
}

.sh2-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--lime) !important;
  color: #0A0A0A !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  padding: 16px 22px 16px 26px;
  border-radius: 999px;
  border: none !important;
  box-shadow: none !important;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  transform: translateY(16px);
}

.sh2-btn.is-in {
  opacity: 1;
  transform: translateY(0);
}

.sh2-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(212, 255, 58, 0.28) !important;
  color: #0A0A0A !important;
  background: #c6f02e !important;
}

.sh2-btn-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0A0A0A;
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* bottom stats strip */
.sh2-bottom {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(18px);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sh2-bottom.is-in {
  opacity: 1;
  transform: translateY(0);
}

.sh2-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
}

.sh2-stat-n {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1;
}

.sh2-stat-l {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.sh2-divider {
  width: 1px;
  height: 36px;
  background: var(--line);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .sh2 {
    min-height: auto;
    padding: 120px 5% 60px;
    align-items: stretch;
  }

  .sh2-main {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }

  .sh2-desc {
    max-width: 100%;
  }

  .sh2-t2 {
    -webkit-text-stroke-width: 1.5px;
  }
}

@media (max-width: 600px) {
  .sh2 {
    padding: 110px 5% 50px;
  }

  .sh2-top {
    margin-bottom: 32px;
  }

  .sh2-index,
  .sh2-crumb {
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .sh2-t1,
  .sh2-t2 {
    font-size: clamp(56px, 18vw, 90px);
  }

  .sh2-btn {
    width: 100%;
    justify-content: center;
  }

  .sh2-bottom {
    gap: 18px 20px;
  }

  .sh2-divider {
    display: none;
  }

  .sh2-stat {
    min-width: calc(50% - 12px);
  }

  .sh2-stat-n {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b746cc *//* ============ SERVICES LIST: 3D HOVER IMAGE + CLICK POPUP ============ */
.svc-page {
  background: #F5F3EC;
  padding: 80px 5% 100px;
  font-family: 'Inter', sans-serif;
  color: #0F0F0F;
}

.svc-page *,
.svc-page *::before,
.svc-page *::after {
  box-sizing: border-box;
}

.svc-page-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.svc-page-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(15, 15, 15, 0.12);
}

.svc-page-item {
  border-bottom: 1px solid rgba(15, 15, 15, 0.12);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              background 0.3s ease;
  /* needed so 3D child isn't clipped weirdly */
  overflow: visible;
}

.svc-page-item.is-in {
  opacity: 1;
  transform: translateY(0);
}

.svc-page-item:hover,
.svc-page-item.is-hover {
  background: #D4FF3A !important;
  z-index: 5;
  position: relative;
}

.svc-page-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 28px 16px;
  position: relative;
  /* perspective for 3D child */
  perspective: 900px;
  overflow: visible;
}

.svc-page-num {
  font-size: 12px;
  font-weight: 500;
  color: #8A8A8A;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.svc-page-item:hover .svc-page-num,
.svc-page-item.is-hover .svc-page-num {
  color: #0F0F0F;
}

.svc-page-name {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.05;
  color: #0F0F0F;
  min-width: 0;
}

/* =========================================================
   3D HOVER IMAGE
   ========================================================= */
.svc-hover-img {
  width: 130px;
  height: 92px;
  border-radius: 14px;
  overflow: visible; /* allow shadow / 3d edge */
  flex-shrink: 0;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  position: relative;
  z-index: 3;

  /* start off-screen-ish + flat */
  transform: translateX(20px) translateY(8px) rotateY(-28deg) rotateX(8deg) scale(0.82);
  transform-style: preserve-3d;
  transform-origin: right center;

  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.4s ease;

  /* outer depth */
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.28));
}

/* photo card face */
.svc-hover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    0 12px 28px rgba(0, 0, 0, 0.25),
    0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateZ(20px);
  background: #111;
}

/* fake 3D side edge */
.svc-hover-img::before {
  content: '';
  position: absolute;
  inset: 4px -6px 4px auto;
  width: 10px;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(180deg, #2a2a2a, #111);
  transform: rotateY(90deg) translateZ(-1px) translateX(4px);
  transform-origin: left center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* soft floor shadow under card */
.svc-hover-img::after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -14px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 70%);
  transform: translateZ(-30px) rotateX(90deg) scale(0.8);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -2;
  pointer-events: none;
}

/* SHOW — 3D pop-in on hover only */
.svc-page-item:hover .svc-hover-img,
.svc-page-item.is-hover .svc-hover-img {
  opacity: 1 !important;
  visibility: visible;
  transform: translateX(0) translateY(-6px) rotateY(-16deg) rotateX(6deg) scale(1);
  animation: svcImgFloat 2.8s ease-in-out infinite 0.55s;
}

.svc-page-item:hover .svc-hover-img::before,
.svc-page-item.is-hover .svc-hover-img::before {
  opacity: 0.9;
}

.svc-page-item:hover .svc-hover-img::after,
.svc-page-item.is-hover .svc-hover-img::after {
  opacity: 1;
  transform: translateZ(-30px) rotateX(90deg) scale(1);
}

/* gentle floating while hovered */
@keyframes svcImgFloat {
  0%, 100% {
    transform: translateX(0) translateY(-6px) rotateY(-16deg) rotateX(6deg) scale(1);
  }
  50% {
    transform: translateX(0) translateY(-12px) rotateY(-12deg) rotateX(4deg) scale(1.03);
  }
}

/* + button */
.svc-page-plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(15, 15, 15, 0.25) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F0F0F !important;
  background: transparent !important;
  cursor: pointer;
  flex-shrink: 0;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0 !important;
  z-index: 4;
}

.svc-page-item:hover .svc-page-plus,
.svc-page-item.is-hover .svc-page-plus {
  background: #0F0F0F !important;
  border-color: #0F0F0F !important;
  color: #D4FF3A !important;
  transform: rotate(90deg);
}

/* CTA */
.svc-page-cta {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-page-cta.is-in {
  opacity: 1;
  transform: translateY(0);
}

.svc-page-cta-text {
  margin: 0;
  font-size: 14px;
  color: #6B6B6B;
  line-height: 1.6;
  max-width: 420px;
}

.svc-page-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0F0F0F !important;
  color: #D4FF3A !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 999px;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.35s ease;
}

.svc-page-contact-btn:hover {
  background: #D4FF3A !important;
  color: #0F0F0F !important;
  transform: translateY(-2px);
}

/* ============ POPUP ============ */
.svc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.svc-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.svc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.svc-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: min(88vh, 760px);
  overflow-y: auto;
  background: #FFF;
  border-radius: 24px;
  padding: 36px 32px 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  transform: translateY(24px) scale(0.96);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-modal.is-open .svc-modal-panel {
  transform: translateY(0) scale(1);
}

.svc-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none !important;
  background: #0F0F0F !important;
  color: #FFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
}

.svc-modal-close:hover {
  background: #D4FF3A !important;
  color: #0F0F0F !important;
}

.svc-modal-head {
  padding-right: 48px;
  margin-bottom: 18px;
}

.svc-modal-num {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #8A8A8A;
  margin-bottom: 10px;
}

.svc-modal-title {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 16px;
  color: #0F0F0F;
}

.svc-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.svc-modal-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 15, 0.18);
}

.svc-modal-image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #ECEAE3;
}

.svc-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-modal-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #5C5C5C;
  margin: 0 0 22px;
}

.svc-modal-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.svc-modal-features li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #0F0F0F;
}

.svc-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #D4FF3A;
  color: #0F0F0F;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-modal-foot {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
}

.svc-modal-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D4FF3A !important;
  color: #0F0F0F !important;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 999px;
}

.svc-modal-contact:hover {
  background: #0F0F0F !important;
  color: #D4FF3A !important;
}

.svc-modal-dismiss {
  background: transparent !important;
  border: 1px solid rgba(15, 15, 15, 0.2) !important;
  color: #0F0F0F !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 999px;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .svc-hover-img {
    width: 108px;
    height: 76px;
  }
}

@media (max-width: 768px) {
  .svc-page {
    padding: 60px 5% 80px;
  }

  .svc-page-row {
    grid-template-columns: 32px 1fr auto;
    gap: 12px;
    padding: 22px 8px;
  }

  .svc-hover-img {
    display: none !important;
  }

  .svc-page-name {
    font-size: clamp(18px, 5.5vw, 24px);
  }

  .svc-page-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .svc-page-contact-btn {
    width: 100%;
    justify-content: center;
  }

  .svc-modal-panel {
    padding: 28px 20px 22px;
  }

  .svc-modal-foot {
    flex-direction: column;
  }

  .svc-modal-contact,
  .svc-modal-dismiss {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 1100px) {
  .svc-hover-img {
    width: 150px;
    height: 102px;
  }
}

@media (hover: none) {
  .svc-hover-img {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svc-page-item:hover .svc-hover-img,
  .svc-page-item.is-hover .svc-hover-img {
    animation: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9339fbf *//* ============ TRIYOL TESTIMONIALS + L→R MARQUEE ============ */
.triyol-testimonials-sec {
  background: #0A0A0A;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}

.triyol-testimonials-sec *,
.triyol-testimonials-sec *::before,
.triyol-testimonials-sec *::after {
  box-sizing: border-box;
}

/* ============ ANNOUNCEMENT BAR — LEFT → RIGHT ============ */
.tt-marquee {
  background: #D4FF3A;
  padding: 14px 0;
  overflow: hidden;
  width: 100%;
}

.tt-marquee-track {
  display: flex;
  width: fit-content;
  /* L → R: start at -50%, move to 0 */
  animation: ttMarqueeLTR 32s linear infinite;
  will-change: transform;
}

.tt-marquee:hover .tt-marquee-track {
  animation-play-state: paused;
}

.tt-marquee-content {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  flex-shrink: 0;
}

.tt-marquee-content span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #0A0A0A;
  white-space: nowrap;
}

.tt-marquee-content .tt-star {
  color: #0A0A0A;
  font-size: 11px;
  letter-spacing: 0;
}

@keyframes ttMarqueeLTR {
  0%   { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

/* ============ CONTAINER ============ */
.tt-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5% 0;
  position: relative;
  z-index: 1;
}

/* ============ HEADER ============ */
.tt-header {
  max-width: 640px;
  margin-bottom: 48px;
}

.tt-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(18px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.tt-label.tt-in {
  opacity: 1;
  transform: translateY(0);
}

.tt-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D4FF3A;
  box-shadow: 0 0 0 4px rgba(212, 255, 58, 0.15);
}

.tt-title {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.tt-title.tt-in {
  opacity: 1;
  transform: translateY(0);
}

.tt-title-accent {
  color: transparent;
  -webkit-text-stroke: 1.5px #D4FF3A;
}

.tt-intro {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #9CA3AF;
  max-width: 420px;
  opacity: 0;
  transform: translateY(18px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}

.tt-intro.tt-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============ GRID ============ */
.tt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}

.tt-card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(36px) scale(0.98);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.tt-card.tt-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tt-card:hover {
  border-color: rgba(212, 255, 58, 0.35);
  transform: translateY(-6px) scale(1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* featured lime card */
.tt-card-featured {
  background: #D4FF3A;
  border-color: #D4FF3A;
  color: #0A0A0A;
}

.tt-card-featured .tt-quote,
.tt-card-featured .tt-name {
  color: #0A0A0A;
}

.tt-card-featured .tt-meta {
  color: rgba(10, 10, 10, 0.55);
}

.tt-card-featured .tt-stars {
  color: #0A0A0A;
}

.tt-card-featured:hover {
  box-shadow: 0 20px 50px rgba(212, 255, 58, 0.25);
  border-color: #D4FF3A;
}

.tt-stars {
  color: #D4FF3A;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
}

.tt-quote {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #D1D5DB;
  flex: 1;
}

.tt-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.tt-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D4FF3A;
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.tt-avatar-alt {
  background: #B8E025;
}

.tt-card-featured .tt-avatar {
  background: #0A0A0A;
  color: #D4FF3A;
}

.tt-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
}

.tt-meta {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
}

/* ============ STATS ============ */
.tt-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.tt-stats.tt-in {
  opacity: 1;
  transform: translateY(0);
}

.tt-stat {
  text-align: center;
  min-width: 120px;
}

.tt-stat-n,
.tt-stat-plus {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.02em;
}

.tt-stat-plus {
  color: #D4FF3A;
}

.tt-stat-l {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tt-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

/* CTA */
.tt-cta-row {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.tt-cta-row.tt-in {
  opacity: 1;
  transform: translateY(0);
}

.tt-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #D4FF3A !important;
  color: #0A0A0A !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 999px;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.tt-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212, 255, 58, 0.3) !important;
  background: #c6f02e !important;
  color: #0A0A0A !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .tt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .triyol-testimonials-sec {
    padding: 0 0 70px;
  }

  .tt-container {
    padding: 60px 5% 0;
  }

  .tt-marquee {
    padding: 12px 0;
  }

  .tt-marquee-content {
    gap: 20px;
    padding-right: 20px;
  }

  .tt-marquee-content span {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .tt-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tt-card {
    padding: 22px 18px 18px;
    border-radius: 16px;
  }

  .tt-stats {
    gap: 20px 28px;
  }

  .tt-stat-divider {
    display: none;
  }

  .tt-stat-n,
  .tt-stat-plus {
    font-size: 32px;
  }

  .tt-title-accent {
    -webkit-text-stroke-width: 1.2px;
  }

  .tt-cta-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da1911f *//* ============ TRIYOL FAQ — SURPRISE EDITION ============ */
.tfq {
  --bg: #0B0B0B;
  --card: #141414;
  --lime: #D4FF3A;
  --white: #FFFFFF;
  --muted: #8B8B8B;
  --line: rgba(255, 255, 255, 0.08);

  background: var(--bg);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  padding: 100px 5% 120px;
  position: relative;
  overflow: hidden;
}

.tfq *,
.tfq *::before,
.tfq *::after { box-sizing: border-box; }

.tfq-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}
.tfq-glow-a {
  width: 420px; height: 420px;
  top: -80px; left: -80px;
  background: radial-gradient(circle, rgba(212, 255, 58, 0.08), transparent 70%);
}
.tfq-glow-b {
  width: 380px; height: 380px;
  bottom: 10%; right: -60px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.07), transparent 70%);
}

.tfq-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ============ TOP ============ */
.tfq-top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 56px;
}

.tfq-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.tfq-label.tfq-in { opacity: 1; transform: none; }

.tfq-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lime);
  animation: tfqPulse 2s ease-in-out infinite;
}
@keyframes tfqPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212, 255, 58, 0.5); }
  50% { box-shadow: 0 0 0 10px rgba(212, 255, 58, 0); }
}

.tfq-title {
  margin: 0 0 16px;
  line-height: 0.85;
  opacity: 0;
  transform: translateY(28px);
  transition: 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.tfq-title.tfq-in { opacity: 1; transform: none; }

.tfq-t-solid,
.tfq-t-outline {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(72px, 12vw, 140px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.tfq-t-solid { color: var(--white); }
.tfq-t-outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--lime);
  margin-left: 0.02em;
}

.tfq-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 360px;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.tfq-sub.tfq-in { opacity: 1; transform: none; }

/* SEARCH */
.tfq-search {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 6px 6px 16px;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}
.tfq-search.tfq-in { opacity: 1; transform: none; }
.tfq-search:focus-within {
  border-color: rgba(212, 255, 58, 0.45);
  box-shadow: 0 0 0 4px rgba(212, 255, 58, 0.08);
}

.tfq-search-icon { color: var(--muted); flex-shrink: 0; }

.tfq-search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  padding: 12px 10px;
  min-width: 0;
}
.tfq-search input::placeholder { color: #555; }

.tfq-search-clear {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: none !important;
  background: transparent !important;
  color: var(--muted) !important;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  outline: none !important;
  box-shadow: none !important;
}
.tfq-search-clear.is-on {
  opacity: 1;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.06) !important;
}
.tfq-search-clear:hover { color: var(--white) !important; }

.tfq-progress {
  opacity: 0;
  transform: translateY(12px);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}
.tfq-progress.tfq-in { opacity: 1; transform: none; }

.tfq-progress-text {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.tfq-progress-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
.tfq-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--lime), #B8E025);
  border-radius: 4px;
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============ BODY ============ */
.tfq-body {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 36px;
  align-items: start;
}

/* ASIDE TIP */
.tfq-aside {
  position: sticky;
  top: 110px;
}

.tfq-tip-card {
  background: linear-gradient(160deg, #171717 0%, #101010 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px) rotate(-0.5deg);
  transition: 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.tfq-tip-card.tfq-in {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}
.tfq-tip-card::before {
  content: '';
  position: absolute;
  top: -40%; right: -30%;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(212, 255, 58, 0.15), transparent 70%);
  pointer-events: none;
}

.tfq-tip-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #0A0A0A;
  background: var(--lime);
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.tfq-tip-title {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 12px;
  letter-spacing: 0.01em;
}

.tfq-tip-text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 18px;
}

.tfq-tip-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.tfq-chip {
  font-size: 11px;
  font-weight: 600;
  color: #D1D5DB;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
}

.tfq-tip-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--lime) !important;
  color: #0A0A0A !important;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  padding: 14px 18px 14px 20px;
  border-radius: 999px;
  border: none !important;
  box-shadow: none !important;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.tfq-tip-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(212, 255, 58, 0.28) !important;
  color: #0A0A0A !important;
}
.tfq-tip-btn-ico {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #0A0A0A;
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* floating orbs */
.tfq-orbit {
  position: relative;
  height: 80px;
  margin-top: 20px;
}
.tfq-orb {
  position: absolute;
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  transition: transform 0.35s ease;
}
.tfq-orb-1 {
  left: 10%; top: 10px;
  background: rgba(212, 255, 58, 0.12);
  color: var(--lime);
  border: 1px solid rgba(212, 255, 58, 0.25);
  animation: tfqBob 4s ease-in-out infinite;
}
.tfq-orb-2 {
  left: 42%; top: 28px;
  background: rgba(255, 107, 53, 0.12);
  color: #FF6B35;
  border: 1px solid rgba(255, 107, 53, 0.25);
  animation: tfqBob 5s ease-in-out infinite 0.5s;
}
.tfq-orb-3 {
  right: 12%; top: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid var(--line);
  animation: tfqBob 3.6s ease-in-out infinite 0.2s;
}
@keyframes tfqBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ============ LIST ============ */
.tfq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tfq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(24px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}
.tfq-item.tfq-in {
  opacity: 1;
  transform: translateX(0);
}
.tfq-item.tfq-match {
  animation: tfqFlash 0.4s ease;
}
@keyframes tfqFlash {
  0% { box-shadow: 0 0 0 0 rgba(212, 255, 58, 0.35); }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.tfq-item:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

.tfq-item.is-open {
  background: #171717;
  border-color: rgba(212, 255, 58, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(212, 255, 58, 0.08);
}

.tfq-q {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 20px 18px;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  font-family: inherit;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.tfq-q:hover,
.tfq-q:focus,
.tfq-q:active {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: var(--white) !important;
}

.tfq-num {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: 22px;
  color: #3a3a3a;
  letter-spacing: 0.02em;
  transition: color 0.3s ease, transform 0.35s ease;
}
.tfq-item.is-open .tfq-num,
.tfq-item:hover .tfq-num {
  color: var(--lime);
}
.tfq-num.tfq-pop {
  animation: tfqNumPop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes tfqNumPop {
  0% { transform: scale(0.7) rotate(-8deg); }
  60% { transform: scale(1.15) rotate(3deg); }
  100% { transform: scale(1) rotate(0); }
}

.tfq-q-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.tfq-q-text {
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}
.tfq-q-hint {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #555;
  transition: color 0.3s ease;
}
.tfq-item.is-open .tfq-q-hint {
  color: rgba(212, 255, 58, 0.7);
}

/* plus → x morph */
.tfq-toggle {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  flex-shrink: 0;
  transition: 0.35s ease;
  background: transparent;
}
.tfq-toggle span {
  position: absolute;
  top: 50%; left: 50%;
  width: 12px; height: 2px;
  background: var(--white);
  border-radius: 1px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.tfq-toggle span:first-child {
  transform: translate(-50%, -50%);
}
.tfq-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tfq-item.is-open .tfq-toggle {
  background: var(--lime);
  border-color: var(--lime);
  transform: rotate(180deg);
}
.tfq-item.is-open .tfq-toggle span {
  background: #0A0A0A;
}
.tfq-item.is-open .tfq-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0;
}

/* answer */
.tfq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.tfq-item.is-open .tfq-a {
  grid-template-rows: 1fr;
}
.tfq-a-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 18px 0 78px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s, padding 0.35s ease;
}
.tfq-item.is-open .tfq-a-inner {
  opacity: 1;
  transform: none;
  padding: 0 18px 22px 78px;
}
.tfq-a-inner p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.75;
  color: #A1A1AA;
}

.tfq-a-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tfq-a-tags span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--lime);
  border: 1px solid rgba(212, 255, 58, 0.25);
  background: rgba(212, 255, 58, 0.06);
  padding: 5px 10px;
  border-radius: 999px;
}

.tfq-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: 18px;
}
.tfq-empty-ico { font-size: 28px; display: block; margin-bottom: 10px; }
.tfq-empty a { color: var(--lime); }

/* ============ FLOAT PILL ============ */
.tfq-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0F0F0F !important;
  color: var(--white) !important;
  border: 1px solid rgba(212, 255, 58, 0.35);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.tfq-float.is-show {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.tfq-float:hover {
  background: var(--lime) !important;
  color: #0A0A0A !important;
  border-color: var(--lime);
}
.tfq-float-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lime);
  animation: tfqPulse 2s ease-in-out infinite;
}
.tfq-float:hover .tfq-float-dot { background: #0A0A0A; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .tfq-top,
  .tfq-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .tfq-aside {
    position: relative;
    top: 0;
    order: 2;
  }
  .tfq-list { order: 1; }
  .tfq-orbit { display: none; }
}

@media (max-width: 640px) {
  .tfq {
    padding: 70px 5% 100px;
  }
  .tfq-t-solid,
  .tfq-t-outline {
    font-size: clamp(64px, 20vw, 88px);
  }
  .tfq-t-outline { -webkit-text-stroke-width: 1.5px; }
  .tfq-q {
    grid-template-columns: 36px 1fr auto;
    padding: 16px 14px;
  }
  .tfq-a-inner,
  .tfq-item.is-open .tfq-a-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
  .tfq-float {
    left: 16px;
    right: 16px;
    justify-content: center;
    bottom: 16px;
  }
  .tfq-tip-btn { width: 100%; justify-content: center; }
}/* End custom CSS */