/* new logo section */
.tr-hero-new-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.tr-hero-new-logo {
  height: 48px;
  width: 150px;
  object-fit: contain;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .tr-hero-new-logos {
    gap: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .tr-hero-new-logo {
    height: 40px;
    width: 120px;
  }
}
/* /new logo section */

a.svccta-btn:hover {
    color: unset !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.p-b-0 {
  padding: 0 0 !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.font-24 {
  font-size: 24px;
  line-height: 34px;
}

.color-fff {
  color: #fff !important;
}
.smart-video {
  width: 100%;
}

.smart-video-inner {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.smart-video-poster,
.smart-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.smart-video-poster {
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.smart-video-el {
  object-fit: contain;
  z-index: 2;
}

.smart-video-el {
  transition: opacity 0.3s ease;
}

.max-width-1014 {
  max-width: 1014px;
  margin: 0 auto;
}

.max-width-406 {
  max-width: 406px;
  /* margin: 0 auto; */
}

/* CUSTOM FAQ TEMPLATE PAGE  */

.page-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #e8f0f00d;
  /* padding: 20px; */
  border-radius: 12px;
}

.pfaq-item {
  background: #f8fafc;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 26px 22px;
  border: unset !important;
}

.pfaq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.1rem !important;
}



.pfaq-item.open .pfaq-question::after {
  transform: rotate(180deg);
}

.pfaq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 !important;
}

.pfaq-item.open .pfaq-answer {
  max-height: 600px;
  padding-top: 12px;
  padding: 22px 16px 12px 0px !important;
}

.pfaq-question {
  background: unset !important;
  padding: 0 !important;
}

.pfaq-item.open .pfaq-question::before {
  background: #e8571a !important;
  color: #fff !important;
}

/* Open state - chevron points UP (flipped SVG points) */
/* .pfaq-item.open .pfaq-question::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E") !important;
} */

.pfaq-item.open .pfaq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

/* LOCATION PAGE UL STYLE HERE */

.services-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.services-page ul li {
  /* display: flex; */
  align-items: flex-start;
  gap: 12px;
  /* color: #fff; */
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.services-page ul li span:first-child {
  flex-shrink: 0;
  margin-top: 2px;
}

.yoast-breadcrumbs.breadcrumbs-custom {
  margin-bottom: 15px;
}

.services-page ul {
  list-style: none;
  padding-left: 0;
}

.services-page ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 2px;
}

.services-page ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background-image: url("/wp-content/uploads/2026/04/check-box-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.services-page ul li p {
  margin-top: 2px !important;
  margin-bottom: 4px !important;
}

.services-page .hero-button {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.page-section.page-section-3 > p {
  color: #fff !important;
}

select#wpforms-46-field_60 {
  padding: 14px 16px;
  border: 1px solid #e0e3e8;
  border-radius: 12px;
  font-size: 15px;
  color: #333;
  background: #fff;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  font-family: var(--font-text);
  width: 100%;
  height: auto;
  line-height: 1.5;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

a.contact-detail-item {
  max-width: 384px;
}

.wrapper {
  display: flex;
  gap: 20px; /* optional spacing */
}

.left {
  width: 78%;
}

.right {
  width: 22%;
}

/* 3 column list */
.three-col-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  row-gap: 22px;
}

span.mega-item-num {
  margin-right: 4px;
}

.three-col-list li a {
  padding: 12px 22px;
  transition: 0.2s all ease-in-out;
  border-radius: 12px;
  color: #1d1d1d;
  font-size: 15px;
  line-height: 25px;
}

.three-col-list li a:hover {
  background: #009ffb18;
}

.footer-service-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 8px 12px !important; /* row gap / column gap */
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-page-cta {
  padding-top: 0 !important;
}

/* IMPRESSUM PAGE CSS HERE  */

.impressum-wrapper {
  width: 100%;
}

.impressum-container {
  margin: 0 auto;
  padding: 40px 20px;
}

/* Header spacing */
.impressum-header {
  margin-bottom: 40px;
}

/* Sections */
.impressum-section {
  margin-bottom: 32px;
}

/* Add subtle separation between major sections */
.impressum-section h2 {
  margin-bottom: 12px;
}

.impressum-section h3 {
  margin-bottom: 8px;
}

/* Paragraph spacing */
.impressum-section p {
  margin: 0;
}

.impressum-section p + p {
  margin-top: 12px;
}

/* Better spacing for contact block */
.impressum-section a {
  display: inline-block;
  margin-top: 2px;
}

/* Mobile tuning */
@media (max-width: 768px) {
  .impressum-container {
    padding: 30px 16px;
  }

  .impressum-header {
    margin-bottom: 30px;
  }

  .impressum-section {
    margin-bottom: 24px;
  }
}

/* IMPRESSUM PAGE CSS ENDS  */

a {
  color: #0188d4;
  font-weight: 500;
  transition: 0.4s all ease-in-out;
}
a:hover {
  color: #cfa752;
}

a.btn:hover {
  color: unset !important;
}

@media only screen and (max-width: 769px) {
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half {
    width: 100% !important;
  }

  .wpforms-container
    .wpforms-field
    .wpforms-field-row
    .wpforms-field-row-block {
    padding: 0 !important;
  }

  .wpforms-container .wpforms-field.wpforms-one-half {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .padding-t-1024-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1198px) {
  .header-contact .contact-item {
    display: none;
  }
}

/* CONTACT FORM CSS START FROM HERE  */

div#wpforms-46 {
  margin-bottom: unset !important;
  margin-top: unset !important;
}

div.wpforms-container-full:not(:empty) {
  margin: unset;
}

/* .wpforms-container .wpforms-field{
    padding-bottom: 0 !important;
} */

.common-form .wpforms-form .wpforms-field-container input {
  height: 55px;
}
.common-form .wpforms-form .wpforms-field-container input,
textarea#wpforms-46-field_30,
.common-form .wpforms-uploader.dz-clickable {
  border-radius: 10px !important;
  /* height: 55px !important; */
  /* background-color: #e5e7eb42 !important; */
  color: #adaebc;
  border: 1px solid #e5e7eba4 !important;
}

button#wpforms-submit-46 {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  background:
    radial-gradient(65.41% 139.08% at 50.09% -46.77%, #eaddbf 0%, #caa14d 100%)
      padding-box,
    linear-gradient(180deg, #ffe8b1 0%, #caa14d 125%) border-box;
  transition: 0.4s all ease-in-out;
  color: #fff;
}

button#wpforms-submit-46:hover {
  background:
    radial-gradient(
        65.41% 139.08% at 50.09% -46.77%,
        #eac46b 0%,
        #caa14d7d 100%
      )
      padding-box,
    linear-gradient(358deg, #ffe8b1 0%, #caa14d 125%) border-box;
}

h2.form-h2 {
  margin: 0px !important;
}
div#wpforms-310-field_50-container {
  padding-top: 0px !important;
}

/* CONTACT FORM CSS ENDS  */

/* KONTAKT PAGE CSS START FROM HERE  */

ul#wpforms-46-field_58 {
  grid-template-columns: 1fr 1fr !important;
}

ul#wpforms-46-field_58 input {
  height: unset !important;
}

.common-form li.depth-1 {
  border: 1px solid #e5e7eb;
  padding: 16px 12px;
  border-radius: 8px;
}

.common-form label.wpforms-field-label,
.common-form legend.wpforms-field-label {
  font-size: 15px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
}

.common-form label.wpforms-field-label-inline {
  font-weight: 300 !important;
}

/* 404 */

.anfrage-col.listandsell-button.error-btn a {
  background:
    radial-gradient(65.41% 139.08% at 50.09% -46.77%, #eaddbf 0%, #caa14d 100%)
      padding-box,
    linear-gradient(180deg, #ffe8b1 0%, #caa14d 125%) border-box;
  color: #fff;
  padding: 13px 26px;
  border-radius: 28px;
}

.anfrage-col.listandsell-button.error-btn a:hover {
  /* background: var(--primary-light); */
}

div#content.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 0px;
  max-width: 1350px;
  margin: 0 auto;
}

.error-404.not-found.default-max-width .page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
}

div#content.page-404 img {
  max-width: 45%;
  padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
  /* borlab==begin */
  #BorlabsCookieBoxWidget.bottom-left {
    left: 0;
    bottom: 66px !important;
  }
  /* borlab==end */

  div#content.page-404 {
    padding: 100px 16px;
    text-align: center;
  }
}
/* 404 end*/

/* NEW MEGA MENU WITH TABS NEW CSS HERE  */

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Visible only ÃƒÂ¢Ã¢â‚¬Â°Ã‚Â¥ 1024px ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
@media (min-width: 1024px) {
  .tr-tab-wrap {
    width: 98%;
    font-family: inherit;
  }

  /* Tab nav row */
  .tr-tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 2px solid #e8edf2;
  }

  /* Tab link */
  .tr-tab {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #4a5568;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition:
      color 0.2s,
      border-color 0.2s;
    white-space: nowrap;
  }

  .tr-tab:hover {
    color: #1a202c;
    border-bottom-color: #b0bec5;
  }

  .tr-tab.active {
    color: #4081df; /* teal accent ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â matches site */
    border-bottom-color: #4081df;
    font-weight: 600;
  }

  /* Panel */
  .tr-tab-body {
    padding: 3rem 0 30px;
  }
  .tr-panel {
    display: none;
  }
  .tr-panel.active {
    display: block;
  }

  /* 3-column grid list */
  .tr-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 10px;
  }

  .tr-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    font-size: 15px;
    color: #1a202c;
    text-decoration: none;
    border-radius: 5px;
    transition:
      color 0.18s,
      background 0.18s;
  }

  /* Number badge */
  .tr-list li a span {
    font-size: 11px;
    font-weight: 600;
    color: #2f9e8f;
    min-width: 18px;
    opacity: 0.8;
  }

  .tr-list li a:hover {
    color: #000;
    background: #4081df21;
  }

  .tr-list li a:hover span {
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .tr-tab-wrap {
    display: none;
  }
}

.not-created {
  color: red !important;
}
.tr-list svg {
  fill: #4081df;
}

#mega-panel-2 {
  width: 80% !important;
  margin: 0 auto !important;
}
/* NEW MEGA MENU WITH TABS NEW CSS ENDS HERE  */

/* MOBILE SERVICE MENU CSS START  */
@media (max-width: 1023px) {
  .acc-wrap {
    width: 100%;
    font-family: inherit;
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
  .acc-item {
    /* border-bottom: 1px solid #e8edf2; */
    /* border-radius: 26px; */
  }
  .acc-item:first-child {
    /* border-top: 1px solid #e8edf2; */
  }
  .acc-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;
    cursor: pointer;
    text-align: left;
    background: #f0f8ffdb;
    border-radius: 8px;
  }
  .acc-header.active {
    color: #4081df;
    background: #f0f8ff;
  }
  .acc-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s;
    margin-top: -4px;
    flex-shrink: 0;
  }
  .acc-header[aria-expanded="true"] .acc-icon {
    transform: rotate(-135deg);
    margin-top: 4px;
  }
  .acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }
  .acc-panel.open {
    max-height: 600px;
    background: #1f1f1f05;
    padding: 12px 0;
    margin-top: -4px;
    border-radius: 0 0 8px 8px;
  }
  .acc-list {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 0;
  }
  .acc-list li a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #4a5568;
    text-decoration: none;
    transition:
      color 0.15s,
      background 0.15s;
  }
  .acc-list li a:hover {
    color: #4081df;
    background: #4081df12;
  }
}

/* .color-fff{
  color: #fff !important;
} */

.service-img-card {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-top: 3px;
  margin-left: 3px;
}

.price-info a {
  transition: 0.4s all ease-in-out !important;
}

.price-info a:hover span {
  color: #00a1fb !important;
}

/* MOBILE SERVICE MENU CSS ENDS  */

.page-id-3 h2 {
  margin-top: 40px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .mega-panel-inner {
    display: none;
  }

  .page-id-3 h2 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1178px) {
  .services-price-card {
    display: none !important;
    /* flex-direction: column;
    gap: 15px; */
  }
}

.map-section {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  padding: 0 15px;
}

.client-card {
  background: #f2f2f299;
  /* border: 0.5px solid #E0E0DF; */
  border-radius: 8px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  transition: border-color 0.2s;
  font-weight: 500;
}

.client-card:hover {
  border-color: #bbb;
}

.client-card img {
  max-width: 100%;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition:
    filter 0.2s,
    opacity 0.2s;
}

.client-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.hero-right .smart-video-inner.max-width-406 {
  max-width: 100%;
}

/* =========================================
   TR HERO SECTION Ã¢â‚¬â€ UNIQUE CLASSES
   ========================================= */

.tr-hero-section {
  padding: 80px 0;
}

.tr-hero-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* LEFT */
.tr-hero-left {
  flex: 1;
}

.tr-hero-title {
  font-size: 2.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 15px;
}

.tr-hero-desc {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.tr-hero-desc a {
  color: var(--color-accent);
  font-weight: 600;
}

.tr-hero-btns {
  display: flex;
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 32px;
}

.tr-hero-logos {
  display: flex;
  gap: 30px;
  align-items: center;
  /* border-top: 1px solid #e0e0e0; */
  padding-top: 32px;
  flex-wrap: wrap;
}

.tr-hero-logos img {
  height: 50px;
  width: auto;
  object-fit: contain;
  max-width: 100% !important;
}

/* RIGHT */
.tr-hero-right {
  flex: 1.2;
}

.tr-hero-video-wrap {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.tr-hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 32px;
  max-width: 100% !important;
  /* z-index: 2; */
}

/* =========================
   TABLET Ã¢â‚¬â€ 1024px
========================= */
@media (max-width: 1024px) {
  .tr-hero-section {
    padding: 48px 0;
  }

  .tr-hero-wrap {
    gap: 40px;
    flex-direction: column;
  }

  .tr-hero-title {
    font-size: 2.5rem;
  }
}

/* =========================
   MOBILE Ã¢â‚¬â€ 768px
========================= */
@media (max-width: 768px) {
  .tr-hero-section {
    padding: 32px 0;
  }

  .tr-hero-wrap {
    flex-direction: column;
    gap: 32px;
  }

  .tr-hero-left {
    width: 100%;
  }

  .tr-hero-right {
    width: 100%;
  }

  .tr-hero-title {
    font-size: 1.75rem;
  }

  .tr-hero-desc {
    font-size: 14px;
  }

  .tr-hero-btns {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .tr-hero-btns .btn {
    width: 100%;
    justify-content: center;
  }

  .tr-hero-logos {
    gap: 16px;
    padding-top: 24px;
  }

  .tr-hero-logos img {
    height: 32px;
  }
}

/* NEW CSS HERE  */

/* 1. Stretch both columns to equal height */
.tr-hero-wrap {
  display: flex;
  align-items: stretch;
}

/* 2. Right column fills that height */
.tr-hero-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 3. Video wrapper fills the right column, video anchors to top */
.tr-hero-video-wrap {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

/* 4. Video stays at top, natural width */
.tr-hero-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top;
}

/* accessibility ICON EXTRA CSS HERE  */

.mdp-readabler-trigger-button-box.bottom-right {
  bottom: 205px !important;
  right: 22px !important;
}

.mdp-readabler-trigger-button-box button#mdp-readabler-trigger-button {
  cursor: pointer;
}

.mdp-readabler-trigger-button-box {
  --readabler-btn-margin: 9px !important;
  --readabler-btn-padding: 16px !important;
}

@media only screen and (max-width: 800px) {
  div#mdp-readabler-action-content-scaling,
  #mdp-readabler-popup .mdp-readabler-action-box {
    width: 49% !important;
  }

  .mdp-readabler-action-box
    .mdp-readabler-action-box-content
    .mdp-readabler-title {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .mdp-readabler-input-spinner-box .mdp-readabler-control .mdp-readabler-value {
    font-size: 15px !important;
    line-height: 18px !important;
  }

  .mdp-readabler-action-box
    .mdp-readabler-action-box-content
    .mdp-readabler-icon {
    height: 20px !important;
    width: 20px !important;
    font-size: 17px !important;
  }

  .mdp-readabler-input-spinner-box
    .mdp-readabler-control
    .mdp-readabler-minus:before,
  .mdp-readabler-input-spinner-box
    .mdp-readabler-control
    .mdp-readabler-plus:before {
    height: 18px !important;
    width: 18px !important;
  }

  .mdp-readabler-input-spinner-box .mdp-readabler-control {
    width: 49% !important;
    min-width: 138px !important;
    max-width: 260px !important;
  }

  #mdp-readabler-readable-experience-box,
  #mdp-readabler-easy-orientation-box {
    padding: 0 14px !important;
  }

  #mdp-readabler-popup #mdp-readabler-popup-header .mdp-readabler-h3,
  #mdp-readabler-popup #mdp-readabler-popup-header h3 {
    font-size: 18px !important;
  }

  #mdp-readabler-popup .mdp-readabler-subheader .mdp-readabler-h4,
  #mdp-readabler-popup .mdp-readabler-subheader h4 {
    font-size: 17px !important;
    display: flex;
  }

  div#mdp-readabler-popup-footer {
    padding: 19px 18px !important;
    background: #f2f2f2;
  }

  div#mdp-readabler-popup-footer {
    display: grid !important;
    grid-template-columns: 50% 50% !important;
    grid-auto-rows: auto;
    column-gap: 6px !important;
    row-gap: 22px !important;
  }

  .mdp-readabler-useful-links-box .mdp-readabler-select-box select {
    font-size: 14px !important;
  }

  .mdp-readabler-action-box:not(.mdp-readabler-shortcode) {
    margin-top: 5px !important;
  }

  button#mdp-readabler-reset-btn,
  button#mdp-readabler-hide-btn {
    font-size: 14px !important;
    padding: 17px 6px !important;
    line-height: 16px !important;
  }

  #mdp-readabler-popup #mdp-readabler-popup-footer button {
    color: #fff !important;
  }

  #mdp-readabler-popup
    #mdp-readabler-popup-footer
    #mdp-readabler-statement-btn {
    color: var(--readabler-color) !important;
  }
}

@media only screen and (max-width: 768px) {
  .mdp-readabler-trigger-button-box.bottom-right {
    bottom: 138px !important;
    right: 4px !important;
  }

  .mdp-readabler-trigger-button-box {
    --readabler-btn-margin: 12px !important;
    --readabler-btn-padding: 13px !important;
  }
}

/* accessibility ENDS HERE  */

button.btn.btn-primary-1 {
  border: 2px solid #cfaa5e;
  background: transparent !important;
  color: #cfaa5e;
}

button.btn.btn-primary-1:hover {
  background:
    radial-gradient(65.41% 139.08% at 50.09% -46.77%, #eaddbf 0%, #caa14d 100%)
      padding-box,
    linear-gradient(180deg, #ffe8b1 0%, #caa14d 125%) border-box !important;
  color: #fff !important;
}

.tr-hero-video-wrap {
  filter: drop-shadow(0 0 0.75rem #00000027) !important;
}

.tr-hero-video-wrap video {
  border: 6px solid #fff !important;
}

.tr-hero-right {
  position: relative;
}

.tr-hero-right {
  position: relative;
}

.tr-hero-right::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    ellipse,
    rgb(65 130 225 / 33%) 0%,
    rgb(65 130 225 / 23%) 40%,
    #00000012 70%
  );
  bottom: -112px;
  left: -21%;
  /* transform: translateY(-50%); */
  z-index: 0;
  pointer-events: none;
  filter: blur(40px);
  z-index: -1;
}

.tr-hero-right::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    ellipse,
    rgb(226 189 102 / 34%) 0%,
    rgb(226 189 102 / 21%) 40%,
    #00000005 70%
  );
  top: -100px;
  right: -30%;
  /* transform: translateY(-50%); */
  z-index: 0;
  pointer-events: none;
  filter: blur(40px);
  z-index: -1;
}

.tr-hero-trust-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tr-hero-trust-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}

.tr-hero-trust-item {
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

.tr-hero-trust-dot {
  color: #aaa;
  font-size: 18px;
  line-height: 1;
  margin: 0 8px;
}

.tr-hero-trust-stars > img {
  max-width: 90px;
}

.page-id-3 h2 {
  font-size: 2.2rem !important;
  line-height: 2.4rem !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.page-id-3 h2 {
  font-size: 2.1rem !important;
  line-height: 2.3rem !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.page-id-3 h3 {
  font-size: 1.4rem !important;
  line-height: 1.5rem !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.page-id-3 h4 {
  font-size: 1rem !important;
  line-height: 1.1rem !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

/* ADVANCE CSS FOR VIDEO CONTROLS  */

/* === TR Hero Video Controls === */
.tr-hero-video-wrap {
  position: relative;
}

.tr-video-controls {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.tr-video-btn {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  backdrop-filter: blur(4px);
}

.tr-video-btn:hover {
  background: rgba(0, 0, 0, 0.75);
}

/* Show/hide correct icons */
.tr-play-pause .icon-pause {
  display: block;
}
.tr-play-pause .icon-play {
  display: none;
}

.tr-play-pause.is-paused .icon-pause {
  display: none;
}
.tr-play-pause.is-paused .icon-play {
  display: block;
}

.tr-mute-unmute .icon-muted {
  display: none;
}
.tr-mute-unmute .icon-unmuted {
  display: block;
}

.tr-mute-unmute.is-muted .icon-muted {
  display: block;
}
.tr-mute-unmute.is-muted .icon-unmuted {
  display: none;
}
