/* =========================================================
   DigitalST × Solvior — brand fonts + layout polish
   ========================================================= */

@font-face {
  font-family: 'almoni-dl';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../../css/fonts/gj.eot');
  src: url('../../css/fonts/gj.eot?#iefix') format('embedded-opentype'),
       url('../../css/fonts/gj.woff') format('woff');
}

@font-face {
  font-family: 'almoni-tzar';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('../../css/fonts/gg.eot');
  src: url('../../css/fonts/gg.eot?#iefix') format('embedded-opentype'),
       url('../../css/fonts/gg.woff') format('woff');
}

/* Site-wide: override Solvior font tokens with DigitalST Almoni */
:root {
  --tj-ff-body: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  --tj-ff-heading: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  --dst-blue: #2e3e54;
  --dst-accent: #3a7daa;
}

html,
body,
body p,
body a,
body li,
body span,
body input,
body textarea,
body button,
.btn_text,
.mainmenu ul li a,
.tj-page-title,
.hero-title,
.sec-title,
.sec-heading,
.feature-item,
.service-style-3,
.tj-footer-area,
.dst-page-content {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}

h1, h2, h4, h5, h6,
.hero-title,
.sec-title,
.tj-page-title,
.title {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}

h3,
.marquee-title .text,
.sub-title {
  font-family: 'almoni-tzar', 'almoni-dl', Tahoma, Arial, sans-serif !important;
}

/* Keep icon fonts intact */
[class^="tji-"],
[class*=" tji-"],
[class^="fa-"],
[class*=" fa-"],
.solvior-icons {
  font-family: inherit;
}
[class^="tji-"]::before,
[class*=" tji-"]::before {
  font-family: "solvior-icons" !important;
}
[class^="fa-"]::before,
[class*=" fa-"]::before {
  font-family: "Font Awesome 6 Pro" !important;
}

/* ---------- RTL polish (Hebrew) ---------- */
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .mainmenu ul li .sub-menu,
html[dir="rtl"] .tj-page-link,
html[dir="rtl"] .check-list-one ul,
html[dir="rtl"] .feature-content,
html[dir="rtl"] .service-title,
html[dir="rtl"] .about-content-three,
html[dir="rtl"] .dst-page-content {
  text-align: right;
}

html[dir="rtl"] .mainmenu > ul > li > a {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
  font-size: 16px;
}

/* Header layout: logo LEFT · nav CENTER · actions RIGHT (ignore page RTL) */
.tj-header-area .header-wrapper,
html[dir="rtl"] .tj-header-area .header-wrapper {
  direction: ltr !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* Remove header pill / glass background — transparent bar only */
.tj-header-area.header-3.header-absolute .header-wrapper,
.tj-header-area.header-2.header-absolute .header-wrapper {
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tj-header-area .site-logo {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  margin-inline-start: 0;
}

/* Perfect horizontal center for menu links */
.tj-header-area .mainmenu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  direction: rtl;
  z-index: 1;
  width: auto;
  margin: 0 !important;
}
html[dir="ltr"] .tj-header-area .mainmenu,
.tj-header-area.dst-lang-en .mainmenu {
  direction: ltr;
}

.tj-header-area .header_right_info,
.tj-header-area .menu_btn.d-lg-none {
  position: relative;
  z-index: 2;
  direction: ltr;
  margin-left: auto;
}

.tj-header-area .header_right_info {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.tj-header-area .menu_btn,
.tj-header-area .header_contact {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  white-space: nowrap;
}

/* Fix Solvior CTA in LTR header (main-rtl was misplacing icon/pill) */
.tj-header-area .tj-primary-btn {
  direction: ltr;
}
.tj-header-area .tj-primary-btn .btn_inner {
  padding: 15px 22px 15px 55px !important;
}
.tj-header-area .tj-primary-btn .btn_inner::before,
.tj-header-area .tj-primary-btn .btn_inner .btn_icon {
  left: 0 !important;
  right: auto !important;
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.tj-header-area .tj-primary-btn .tji-arrow-right {
  transform: none !important;
}
.tj-header-area .header_contact {
  color: var(--tj-color-heading-primary);
  font-weight: 700;
  gap: 10px;
}
.tj-header-area.header-absolute .header_contact,
.tj-header-area.header-absolute .header_contact .text {
  color: var(--tj-color-heading-primary);
}
.tj-header-area.header-duplicate .header_contact,
.tj-header-area.header-duplicate .header_contact .text {
  color: #fff;
}

/*
 * Hero chevron shape + glow:
 * - Hebrew (RTL): outer LEFT, image flipped (main-rtl style)
 * - English (LTR): outer RIGHT, image reversed (mirror of Hebrew)
 */
html[dir="rtl"] .tj-hero-section-two::after,
html:not([dir="ltr"]) .tj-hero-section-two::after {
  left: -10% !important;
  right: auto !important;
  inset-inline-start: -10% !important;
  inset-inline-end: auto !important;
}
html[dir="rtl"] .tj-hero-section-two .hero_shapes,
html:not([dir="ltr"]) .tj-hero-section-two .hero_shapes {
  left: 0 !important;
  right: auto !important;
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  /* PNG already has the bar on its left = outer edge in RTL */
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
html[dir="ltr"] .tj-hero-section-two::after {
  left: auto !important;
  right: -10% !important;
  inset-inline-start: auto !important;
  inset-inline-end: -10% !important;
}
html[dir="ltr"] .tj-hero-section-two .hero_shapes {
  left: auto !important;
  right: 0 !important;
  inset-inline-start: auto !important;
  inset-inline-end: 0 !important;
  /* Opposite side + reverse image so the bar sits on the outer right */
  -webkit-transform: scaleX(-1) !important;
      -ms-transform: scaleX(-1) !important;
          transform: scaleX(-1) !important;
}

html[dir="rtl"] .tji-arrow-right {
  display: inline-block;
  transform: scaleX(-1);
}
html[dir="rtl"] .tj-header-area .tji-arrow-right {
  transform: none;
}

/* Disable letter-split animation on Hebrew (breaks glyphs / LTR brands) */
html[dir="rtl"] .text-anim,
html[dir="rtl"] .text-anim .char,
html[dir="rtl"] .text-anim .word {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* ---------- Brand / chrome ---------- */
/* Original DigitalST: height 100px, natural aspect (Solvior .logo max-width:150px was squashing it) */
.tj-header-area .site-logo .logo {
  max-width: none !important;
  width: auto !important;
  display: inline-block;
}
.tj-header-area .site-logo img {
  height: 100px;
  width: auto !important;
  max-width: none !important;
  max-height: none;
  object-fit: contain;
  display: block;
}
/* logo.png = dark (light bg); logo-dark.png = white (dark bg) */
.tj-header-area .site-logo .dst-logo-light { display: none; }
.tj-header-area .site-logo .dst-logo-dark { display: block; }
.tj-header-area.header-duplicate .site-logo .dst-logo-dark,
body.dst-inner-page .tj-header-area.header-absolute .site-logo .dst-logo-dark {
  display: none;
}
.tj-header-area.header-duplicate .site-logo .dst-logo-light,
body.dst-inner-page .tj-header-area.header-absolute .site-logo .dst-logo-light {
  display: block;
}

/* Sticky + inner absolute header: larger logo + white nav */
.tj-header-area.header-duplicate .site-logo img,
.tj-header-area.sticky .site-logo img,
body.dst-inner-page .tj-header-area.header-absolute .site-logo img {
  height: 92px;
  width: auto !important;
}
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li > a,
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li > a .text_1,
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li > a .text_2,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li > a,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li > a .text_1,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li > a .text_2 {
  color: #fff !important;
}

/* Mobile "תפריט" + cubes: force white on dark navy sticky/inner headers */
.tj-header-area.header-3 .menu_btn,
.tj-header-area.header-duplicate .menu_btn,
.tj-header-area.header-sticky .menu_btn,
body.dst-inner-page .tj-header-area .menu_btn,
body.dst-inner-page .tj-header-area.header-absolute .menu_btn {
  color: #fff !important;
}
.tj-header-area.header-3 .menu_btn .cubes span,
.tj-header-area.header-duplicate .menu_btn .cubes span,
.tj-header-area.header-sticky .menu_btn .cubes span,
body.dst-inner-page .tj-header-area .menu_btn .cubes span,
body.dst-inner-page .tj-header-area.header-absolute .menu_btn .cubes span {
  border-color: #fff !important;
}
.tj-header-area.header-3 .menu_btn .cubes span:nth-child(2),
.tj-header-area.header-duplicate .menu_btn .cubes span:nth-child(2),
.tj-header-area.header-sticky .menu_btn .cubes span:nth-child(2),
body.dst-inner-page .tj-header-area .menu_btn .cubes span:nth-child(2),
body.dst-inner-page .tj-header-area.header-absolute .menu_btn .cubes span:nth-child(2) {
  border-color: transparent !important;
  box-shadow: inset 0 0 0 2px #fff !important;
}
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li.current-menu-ancestor > a,
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li.current-menu-item > a,
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li:hover > a,
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li.current-menu-ancestor > a .text_1,
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li.current-menu-item > a .text_1,
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li:hover > a .text_1,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li.current-menu-ancestor > a,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li.current-menu-item > a,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li:hover > a,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li.current-menu-ancestor > a .text_1,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li.current-menu-item > a .text_1,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li:hover > a .text_1 {
  color: var(--dst-accent, #6eb6e0) !important;
}
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li > a::after,
.tj-header-area.header-duplicate .mainmenu ul:not(.sub-menu) > li.menu-item-has-children > a::before,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li > a::after,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul:not(.sub-menu) > li.menu-item-has-children > a::before {
  color: #fff !important;
  border-color: #fff !important;
}
.tj-header-area.header-duplicate .header_contact,
.tj-header-area.header-duplicate .header_contact .text,
.tj-header-area.header-duplicate .header_contact .icon,
body.dst-inner-page .tj-header-area.header-absolute .header_contact,
body.dst-inner-page .tj-header-area.header-absolute .header_contact .text,
body.dst-inner-page .tj-header-area.header-absolute .header_contact .icon {
  color: #fff !important;
}
.tj-header-area.header-3.header-duplicate .header-wrapper,
body.dst-inner-page .tj-header-area.header-3.header-absolute .header-wrapper {
  min-height: 100px;
  align-items: center;
}

/* Give the bar room so the logo sits with original-like padding */
.tj-header-area.header-3 .header-bottom {
  padding-top: 18px;
  padding-bottom: 18px;
  /* Drop Solvior edge padding so content can share the video width */
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Align header with hero video (.hero-images-box-two max-width: 1800px) */
.tj-header-area.header-3 .header-bottom > .container-fluid {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tj-header-area.header-3.header-absolute .header-wrapper {
  min-height: 100px;
  align-items: center;
}
.tj-header-area.header-3.header-duplicate .header-bottom {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-logo img {
  max-height: 56px;
  width: auto;
  display: block;
}
.dst-footer .footer-logo img {
  max-height: 112px;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Side menu header: larger logo centered; close pinned to corner */
.hamburger_top {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0;
  min-height: 64px;
  margin-bottom: 28px;
}
.hamburger_logo {
  margin: 0;
  text-align: center;
  flex: 0 1 auto;
  max-width: calc(100% - 88px);
  z-index: 1;
}
.hamburger_logo .mobile_logo {
  max-width: 220px !important;
  width: auto;
  display: block;
  margin: 0 auto;
}
.hamburger_logo img {
  height: 58px;
  max-height: 64px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.hamburger_close {
  position: absolute !important;
  top: 50% !important;
  inset: auto !important;
  transform: translateY(-50%) !important;
  z-index: 2;
  flex: 0 0 auto;
  margin: 0;
}
html[dir="rtl"] .hamburger_close,
html:not([dir="ltr"]) .hamburger_close {
  left: 0 !important;
  right: auto !important;
}
html[dir="ltr"] .hamburger_close {
  right: 0 !important;
  left: auto !important;
}
.hamburger_close .hamburger_close_btn {
  color: #fff;
  line-height: 1;
}
/* No search field in the mobile off-canvas menu */
.hamburger-area .hamburger_search {
  display: none !important;
}
.hamburger_menu .mean-nav ul li a:not(.mean-expand):not(.dst-lang-circle) {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.hamburger-socials ul {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hamburger-socials ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: rgba(247, 247, 247, 0.15);
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.hamburger-socials ul li a:hover {
  background-color: var(--tj-color-theme-primary, #6eb6e0);
  color: #fff;
}
.hamburger-socials ul li a i,
.hamburger-socials ul li a svg {
  color: inherit;
  fill: currentColor;
  display: block;
}
.contact-info .contact_item {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}
.contact-info .contact_item .subtitle {
  color: rgba(255, 255, 255, 0.55) !important;
}

/*
 * Mobile side menu: meanmenu.css loads late and forces LTR (float:left,
 * text-align:left, width:90%, expand at right). That clips long Hebrew
 * labels under .mean-nav { overflow:hidden }. Reset to Solvior-quality,
 * direction-aware rows. Use physical left/right for expand — logical
 * inset alone loses to meanmenu's right:0 in practice.
 */
/*
 * Uniform off-canvas navy: meanmenu.css loads late with #070337 on
 * .mean-bar/.mean-nav, which patches over Solvior --tj-color-theme-dark (#051229).
 */
.hamburger-area,
.hamburger-area .hamburger_bg,
.hamburger-area .hamburger_wrapper {
  background-color: var(--tj-color-theme-dark, #051229) !important;
}
.hamburger_menu .mean-container,
.hamburger_menu .mean-container .mean-bar,
.hamburger_menu .mean-container .mean-nav,
.hamburger_menu .mean-container .mean-nav ul,
.hamburger_menu .mean-container .mean-nav ul li,
.hamburger_menu .mean-container .mean-nav ul li .sub-menu {
  background: transparent !important;
  background-color: transparent !important;
}
.hamburger_menu .mean-container .mean-bar {
  min-height: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.hamburger_menu .mean-container .mean-nav {
  margin-top: 0 !important;
}

.hamburger_menu .mean-container .mean-nav,
.hamburger_menu .mean-container .mean-nav ul,
.hamburger_menu .mean-container .mean-nav ul li {
  float: none !important;
  width: 100% !important;
}
.hamburger_menu .mean-nav {
  overflow: visible !important;
}
.hamburger_menu .mean-nav ul li a:not(.mean-expand):not(.dst-lang-circle) {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  text-align: start !important;
  white-space: normal !important;
  overflow: visible !important;
  word-break: normal;
  line-height: 1.25 !important;
  background: transparent !important;
}
.hamburger_menu .mean-nav ul li a.mean-expand {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: 10px !important;
  text-align: center !important;
  border: none !important;
  z-index: 3;
}

/* LTR (Solvior): label left, chevron right */
html[dir="ltr"] .hamburger_menu .mean-nav ul li a:not(.mean-expand):not(.dst-lang-circle) {
  padding-left: 0 !important;
  padding-right: 40px !important;
  text-align: left !important;
}
html[dir="ltr"] .hamburger_menu .mean-nav ul li a.mean-expand {
  right: 0 !important;
  left: auto !important;
}

/* RTL (Hebrew): label right, chevron on the left (inline-end) */
html[dir="rtl"] .hamburger_menu .mean-nav ul li a:not(.mean-expand):not(.dst-lang-circle),
html:not([dir="ltr"]) .hamburger_menu .mean-nav ul li a:not(.mean-expand):not(.dst-lang-circle) {
  padding-right: 0 !important;
  padding-left: 40px !important;
  text-align: right !important;
}
html[dir="rtl"] .hamburger_menu .mean-nav ul li a.mean-expand,
html:not([dir="ltr"]) .hamburger_menu .mean-nav ul li a.mean-expand {
  left: 0 !important;
  right: auto !important;
}

.hamburger_menu .mean-nav ul li .sub-menu li {
  padding-inline-start: 20px !important;
}
.hamburger_menu .mean-nav ul li .sub-menu li a:not(.mean-expand) {
  padding-inline-end: 40px !important;
}

.header-duplicate {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-duplicate.sticky,
.header-duplicate.is-sticky,
header.header-sticky.sticky {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.preloader.loaded,
body.loaded .preloader,
.preloader.hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Preloader: light-blue S arches only — helicopter rotor spin-down */
.preloader .loading-container.dst-preloader-logo {
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0;
}
.preloader .dst-preloader-logo .loading {
  display: none !important;
}
.preloader .dst-preloader-logo #loading-icon.dst-preloader-rotor {
  position: static;
  inset-inline-start: auto;
  top: auto;
  max-width: none;
  display: block;
  /* Match logo S-arch frame (taller vertical oval) */
  width: min(110px, 30vw);
  height: min(110px, 30vw);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
  /* Slower helicopter spin-down: fewer turns, longer ease-out */
  -webkit-animation: dst-preloader-rotor 4.8s cubic-bezier(0.02, 0.55, 0.12, 1) forwards;
          animation: dst-preloader-rotor 4.8s cubic-bezier(0.02, 0.55, 0.12, 1) forwards;
}
.preloader .dst-preloader-logo #loading-icon.dst-preloader-rotor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes dst-preloader-rotor {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(1080deg); transform: rotate(1080deg); }
}
@keyframes dst-preloader-rotor {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1080deg); } /* 3 turns, slow ease-out */
}
@media (max-width: 575px) {
  .preloader .dst-preloader-logo #loading-icon.dst-preloader-rotor {
    width: min(92px, 36vw);
    height: min(92px, 36vw);
  }
}

/* ---------- Hero: DigitalST movie + Solvior explore circle ---------- */
/* Keep Solvior box height; do NOT clip the explore circle (top: -35px) */
.tj-hero-section-two .hero-images-box-two.dst-hero-video-box {
  position: relative;
  overflow: visible !important;
  background: transparent;
}

/* Video clipped/rounded inside — circle sits outside this layer */
.tj-hero-section-two .dst-hero-media {
  position: absolute;
  inset: 0;
  border-radius: 0; /* square edges like original DigitalST */
  overflow: hidden;
  background: #003c5e url('/assets/images/dst/tryconcept.jpg') center / cover no-repeat;
  z-index: 0;
}

/* Circular text on explore badge — Hebrew / English rings */
.tj-hero-section-two .hero-images-box-two .hero-button .hero-btn::after {
  background-image: url(../../assets/images/shapes/dst-circle-he.png?v=2) !important;
  width: 148px !important;
  height: 148px !important;
}
html[dir="ltr"] .tj-hero-section-two .hero-images-box-two .hero-button .hero-btn::after {
  background-image: url(../../assets/images/shapes/h3-circle.png) !important;
}
@media only screen and (max-width: 1199px) {
  .tj-hero-section-two .hero-images-box-two .hero-button .hero-btn::after {
    width: 110px !important;
    height: 110px !important;
  }
}

.tj-hero-section-two .dst-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tj-hero-section-two .dst-hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 60, 94, 0.22);
  pointer-events: none;
}

/* Explore circle — keep Solvior structure; main-rtl.css handles RTL centering + spin.
   Only ensure the ring isn't clipped by the video box. */
.tj-hero-section-two .dst-hero-video-box .hero-button {
  z-index: 5;
  overflow: visible;
}

.tj-hero-section-two {
  overflow: visible;
}
.tj-hero-section-two .container-fluid,
.tj-hero-section-two .row,
.tj-hero-section-two .col-12 {
  overflow: visible;
}

/* Tighten gap under hero video → client logos */
.tj-hero-section-two {
  padding-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-two {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-hero-section-two {
    padding-bottom: 28px;
  }
}
.dst-clients-section.section-bottom-space {
  padding-top: 0;
  padding-bottom: 72px;
  margin-top: 0;
  background: transparent;
}
/* Full-bleed within page gutters — reach container sides */
.dst-clients-section > .container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1400px) {
  .dst-clients-section > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.dst-clients-section .tj-brand-slider {
  margin-top: 0;
  width: 100%;
}

/* Continuous marquee: keep linear easing even if Swiper resets transition */
.dst-clients-section .brand-slider-2 .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Soft edge fade only — keep logos near the sides */
.dst-clients-section .brand-slider-2 {
  width: 100%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
}
.dst-clients-section .brand-slider-2::before,
.dst-clients-section .brand-slider-2::after {
  content: none !important;
  display: none !important;
}

/* Solvior-style muted boxes — contrast on white page */
.dst-clients-section .brand-slider-2 .brand-logo.dst-client-logo,
.dst-clients-section .brand-logo.dst-client-logo {
  background: rgb(225, 232, 240) !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100% !important;
  max-width: none;
  height: 74px !important;
  min-height: 74px;
  padding: 12px 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.dst-clients-section .brand-logo.dst-client-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Smaller uniform logos + gray → color on hover */
.dst-clients-section .brand-slider-2 .brand-logo.dst-client-logo img,
.dst-clients-section .brand-logo.dst-client-logo img {
  width: 110px !important;
  height: 40px !important;
  max-width: 110px !important;
  max-height: 40px !important;
  object-fit: contain !important;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
  opacity: 0.75 !important;
  mix-blend-mode: normal !important;
  transition: filter 0.35s ease, opacity 0.35s ease, -webkit-filter 0.35s ease;
}

.dst-clients-section .brand-logo.dst-client-logo:hover,
.dst-clients-section .brand-logo.dst-client-logo:focus-within {
  background: rgb(210, 220, 232) !important;
}

.dst-clients-section .brand-logo.dst-client-logo:hover img,
.dst-clients-section .brand-logo.dst-client-logo:focus-within img {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}

.dst-clients-section .swiper-slide {
  height: auto;
  width: auto;
}

.tj-hero-section-two .hero-title {
  font-weight: 700;
  line-height: 1.25;
  color: var(--dst-blue);
}

.tj-hero-section-two .hero-title .dst-brand {
  color: var(--dst-accent);
  white-space: nowrap;
}

/* Match hero text rail to video width (1800px); title + desc flush right */
.tj-hero-section-two > .container {
  max-width: 1800px;
  padding-inline-end: 12px;
  padding-inline-start: 12px;
}
.tj-hero-section-two .hero-wrapper-two {
  width: 100%;
  margin-bottom: 48px; /* was Solvior 140px — tighter gap above video */
}
.tj-hero-section-two .hero-content-two {
  display: flex;
  flex-direction: column;
  /* RTL: flex-start = physical right */
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.tj-hero-section-two .hero-content-two .hero-title {
  flex: 0 1 auto;
  width: auto;
  max-width: none;
  text-align: right;
  margin: 0;
}
.tj-hero-section-two .hero-content-two .desc {
  position: static;
  inset: auto;
  bottom: auto;
  flex: 0 1 auto;
  max-width: min(420px, 100%);
  width: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 18px;
  align-self: flex-start; /* keep under title on the right in RTL */
}
/* Controlled 2-line hero tagline (intentional <br>, no mid-list orphan wrap) */
.tj-hero-section-two .hero-content-two .desc.dst-hero-tagline {
  max-width: min(560px, 100%);
}
.tj-hero-section-two .hero-content-two .desc p {
  font-size: 1.05rem;
  line-height: 1.45;
  color: #445;
  text-align: right;
  margin: 0;
}
.tj-hero-section-two .hero-content-two .desc.dst-hero-tagline p {
  line-height: 1.5;
  text-wrap: pretty;
}
.tj-hero-section-two .hero-content-two .desc span {
  position: static;
  display: inline-block;
  max-width: 12px;
  margin-inline-end: 8px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .tj-hero-section-two .hero-wrapper-two {
    margin-bottom: 36px;
  }
  .tj-hero-section-two .hero-content-two {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    align-items: flex-start;
    gap: 12px;
  }
  .tj-hero-section-two .hero-content-two .desc {
    max-width: 100%;
  }
  .tj-hero-section-two .hero-content-two .desc.dst-hero-tagline {
    max-width: 100%;
  }
}

/* About media */
.about-images-group-two img,
.about_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about-images-group-two {
  min-height: 320px;
}

/* Service cards with photo backgrounds */
.service-style-3 .service-image {
  background-size: cover !important;
  background-position: center !important;
}

/* ---------- Inner pages (Solvior page header + CMS body) ---------- */
body.dst-inner-page .tj-page-header {
  background-color: #051229;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Services that originally had a plain title bar (no photo) */
body.dst-inner-page .tj-page-header.dst-page-header--solid {
  background-image: none !important;
  background-color: #051229;
}
body.dst-inner-page .tj-page-title {
  letter-spacing: 0;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  font-weight: 700;
}
body.dst-inner-page .dst-page-slogan {
  margin: 18px auto 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.5;
}
/* Breadcrumbs: DOM is Home→…→Current; reverse flex for RTL reading */
html[dir="rtl"] .tj-page-link,
body.dst-inner-page .tj-page-link {
  direction: ltr;
  flex-direction: row-reverse !important;
  justify-content: center;
  unicode-bidi: isolate;
  gap: 6px;
}
body.dst-inner-page .tj-page-link a,
body.dst-inner-page .tj-page-link span {
  color: rgba(255, 255, 255, 0.9);
}
body.dst-inner-page .tj-page-link a:hover {
  color: var(--dst-accent, #6eb6e0);
}

/* Inner pages: readable header over dark banner (homepage stays transparent) */
body.dst-inner-page .tj-header-area.header-absolute {
  z-index: 100;
}
body.dst-inner-page .tj-page-header {
  z-index: 1;
}
body.dst-inner-page .tj-header-area.header-3.header-absolute .header-wrapper {
  background: rgba(5, 18, 41, 0.55) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
  border-radius: 80px !important;
  box-shadow: 0 8px 28px rgba(5, 18, 41, 0.25) !important;
  /* Logo inset from rounded bar edge */
  padding-left: 44px !important;
  padding-right: 24px !important;
}
.tj-header-area.header-3.header-duplicate .header-wrapper {
  padding-left: 44px !important;
  padding-right: 24px !important;
}
/* Prevent WOW from leaving content permanently hidden (inline style race) */
body.dst-inner-page .wow {
  visibility: visible !important;
}
body.dst-inner-page .wow:not(.animated) {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
/* Solvior service-details content shell for CMS pages */
body.dst-inner-page .tj-service-area .tj-post-single-post {
  background: transparent;
}
body.dst-inner-page .tj-post-single-post .tj-post-thumb {
  margin-bottom: 36px;
  border-radius: 16px;
  overflow: hidden;
  background: #0a1a2e;
}
body.dst-inner-page .tj-post-single-post .tj-post-thumb iframe {
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 420px;
  aspect-ratio: 16 / 9;
  border: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body.dst-inner-page .tj-post-single-post .tj-post-thumb iframe {
    min-height: 220px;
  }
}

/* Page content from CMS — match Solvior .tj-entry-content */
body.dst-inner-page .tj-entry-content.dst-page-content,
.dst-page-content {
  padding: 0;
  font-size: 17px;
  line-height: 1.85;
  color: #3d4654;
  text-align: right !important;
}
.dst-page-content .paddingPage {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.dst-page-content .paddingPage,
.dst-page-content img,
.dst-page-content iframe,
.dst-page-content video {
  max-width: 100%;
  height: auto;
}
.dst-page-content img {
  border-radius: 12px;
  margin: 10px 0 24px;
}
.dst-page-content iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  display: block;
  margin: 0 0 28px;
  border-radius: 12px;
  background: #0a1a2e;
}
.dst-page-content h1,
.dst-page-content h2,
.dst-page-content h3,
.dst-page-content h4,
.dst-page-content h5 {
  margin: 2rem 0 0.9rem;
  color: var(--tj-color-heading-primary, var(--dst-blue));
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  font-weight: 700;
  line-height: 1.35;
  text-align: right !important;
  letter-spacing: 0;
}
.dst-page-content h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.dst-page-content h2 { font-size: clamp(1.55rem, 2.5vw, 2rem); }
.dst-page-content h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
.dst-page-content h4 { font-size: 1.25rem; }
.dst-page-content h3:first-child,
.dst-page-content h2:first-child,
.dst-page-content > *:first-child,
.dst-page-content .paddingPage > *:first-child {
  margin-top: 0;
}
.dst-page-content p,
.dst-page-content div,
.dst-page-content li,
.dst-page-content span,
.dst-page-content td {
  text-align: right !important;
}
.dst-page-content p {
  margin: 0 0 1.15rem;
  font-size: 17px;
  line-height: 1.85;
  color: #3d4654;
}
.dst-page-content ul,
.dst-page-content ol {
  padding-inline-start: 1.35rem;
  margin: 0 0 1.35rem;
  text-align: right !important;
}
.dst-page-content li {
  margin-bottom: 0.45rem;
}
.dst-page-content a {
  color: var(--dst-accent, #4a90c2);
  text-decoration: none;
}
.dst-page-content a:hover {
  color: var(--dst-blue);
}
.dst-page-content blockquote {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border-inline-start: 3px solid var(--dst-accent, #4a90c2);
  background: rgba(74, 144, 194, 0.08);
  border-radius: 0 12px 12px 0;
  font-size: 1.1rem;
  color: var(--dst-blue);
}
.dst-page-content table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
}
.dst-page-content table td,
.dst-page-content table th {
  padding: 10px 12px;
  border: 1px solid #e6eaf0;
  text-align: right !important;
}

/* Clients portfolio — dense CSS-grid mosaic (even row-spans = no puzzle holes) */
body.dst-inner-clients .dst-clients-masonry {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 110px;
  grid-auto-flow: dense;
  gap: 14px;
  width: 100%;
  align-items: stretch;
}
body.dst-inner-clients .dst-clients-masonry-item {
  min-width: 0;
  min-height: 0;
  margin: 0;
  height: auto;
  display: flex;
}
/* Standard — 3-across */
body.dst-inner-clients .dst-clients-masonry-item.is-std {
  grid-column: span 2;
  grid-row: span 2;
}
/* Tall — same width, double height (pairs with two stacked stds) */
body.dst-inner-clients .dst-clients-masonry-item.is-tall {
  grid-column: span 2;
  grid-row: span 4;
}
/* Wide — 2-across */
body.dst-inner-clients .dst-clients-masonry-item.is-wide {
  grid-column: span 3;
  grid-row: span 2;
}
/* Hero — 2/3 width, tall */
body.dst-inner-clients .dst-clients-masonry-item.is-hero {
  grid-column: span 4;
  grid-row: span 4;
}
/* Big — half width, tall */
body.dst-inner-clients .dst-clients-masonry-item.is-big {
  grid-column: span 3;
  grid-row: span 4;
}
body.dst-inner-clients .dst-clients-masonry .project-item {
  position: relative;
  border-radius: 14px;
  background: #051229;
  overflow: hidden;
  margin: 0;
  height: 100%;
  width: 100%;
  flex: 1 1 auto;
}
body.dst-inner-clients .dst-clients-masonry .project-item::before {
  background: linear-gradient(
    180deg,
    rgba(5, 18, 41, 0) 20%,
    rgba(5, 18, 41, 0.45) 48%,
    rgba(5, 18, 41, 0.88) 78%,
    rgba(5, 18, 41, 0.96) 100%
  ) !important;
  z-index: 3;
}
body.dst-inner-clients .dst-clients-masonry .project-image {
  overflow: hidden;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.dst-inner-clients .dst-clients-masonry .project-image a {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.dst-inner-clients .dst-clients-masonry .project-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center 50%;
  display: block;
  transform: scale(1.04);
  transition: transform 0.45s ease;
}
body.dst-inner-clients .dst-clients-masonry .project-item:hover .project-image img {
  transform: scale(1.1);
}
body.dst-inner-clients .dst-clients-masonry .project-content {
  z-index: 5;
  padding: 36px 18px 22px;
  text-align: start;
  background: linear-gradient(
    180deg,
    rgba(5, 18, 41, 0) 0%,
    rgba(5, 18, 41, 0.82) 35%,
    rgba(5, 18, 41, 0.96) 100%
  );
}
body.dst-inner-clients .dst-clients-masonry .project-title .title {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  color: #fff !important;
  text-align: start;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), 0 2px 12px rgba(0, 0, 0, 0.55);
}
body.dst-inner-clients .dst-clients-masonry .project-title .title a {
  color: #fff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #fff;
  justify-content: flex-start;
  text-align: start;
}
body.dst-inner-clients .dst-clients-masonry .tag-list {
  margin-top: 10px;
  gap: 8px;
  flex-wrap: wrap;
}
body.dst-inner-clients .dst-clients-masonry .tag-list a {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
  body.dst-inner-clients .dst-clients-masonry {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 100px;
    gap: 12px;
  }
  body.dst-inner-clients .dst-clients-masonry-item.is-std {
    grid-column: span 2;
    grid-row: span 2;
  }
  body.dst-inner-clients .dst-clients-masonry-item.is-tall {
    grid-column: span 2;
    grid-row: span 4;
  }
  body.dst-inner-clients .dst-clients-masonry-item.is-wide,
  body.dst-inner-clients .dst-clients-masonry-item.is-big {
    grid-column: span 2;
    grid-row: span 2;
  }
  body.dst-inner-clients .dst-clients-masonry-item.is-hero {
    grid-column: span 4;
    grid-row: span 2;
  }
}
@media (max-width: 767px) {
  body.dst-inner-clients .dst-clients-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 130px;
    gap: 10px;
  }
  body.dst-inner-clients .dst-clients-masonry-item.is-std,
  body.dst-inner-clients .dst-clients-masonry-item.is-tall,
  body.dst-inner-clients .dst-clients-masonry-item.is-wide,
  body.dst-inner-clients .dst-clients-masonry-item.is-big,
  body.dst-inner-clients .dst-clients-masonry-item.is-hero {
    grid-column: span 1;
    grid-row: span 2;
  }
  body.dst-inner-clients .dst-clients-masonry-item.is-wide,
  body.dst-inner-clients .dst-clients-masonry-item.is-hero,
  body.dst-inner-clients .dst-clients-masonry-item.is-big {
    grid-column: span 2;
    grid-row: span 2;
  }
  body.dst-inner-clients .dst-clients-masonry-item.is-tall {
    grid-column: span 1;
    grid-row: span 4;
  }
}

/* Fallback for other inner project grids (non-masonry pages) */
body.dst-inner-page:not(.dst-inner-clients) .tj-project-area .project-item {
  border-radius: 12px;
  background: #051229;
  overflow: hidden;
}
body.dst-inner-page:not(.dst-inner-clients) .tj-project-area .project-item .project-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body.dst-inner-page:not(.dst-inner-clients) .tj-project-area .project-item .project-image a {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.dst-inner-page:not(.dst-inner-clients) .tj-project-area .project-item .project-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center 55%;
  display: block;
  transform: scale(1.85) !important;
  transition: transform 0.45s ease;
}
body.dst-inner-page:not(.dst-inner-clients) .tj-project-area .project-item:hover .project-image img {
  transform: scale(1.95) !important;
}
body.dst-inner-page .tj-project-area .project-title .title,
body.dst-inner-page .tj-project-area .tag-list a {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}
body.dst-inner-page .dst-customer-logo img {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
body.dst-inner-page .project_catagory ul li {
  direction: rtl;
  text-align: right;
}
body.dst-inner-page .service-images-wrap .image-wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
body.dst-inner-page .service-images-wrap .image-wrap a.ig-gallery {
  display: block;
  cursor: zoom-in;
}
body.dst-inner-page .service-images-wrap .image-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
body.dst-inner-page .tj-post-thumb > a.ig-gallery {
  display: block;
  cursor: zoom-in;
}
body.dst-inner-page .tj-post-thumb > a.ig-gallery img {
  width: 100%;
  display: block;
}
body.dst-inner-page .dst-customer-blocks {
  margin-bottom: 10px;
}
body.dst-inner-page .dst-customer-blocks .tj-check-list {
  height: 100%;
}
body.dst-inner-page .dst-customer-blocks .tj-check-list h4 {
  margin-bottom: 12px;
}
body.dst-inner-page .dst-customer-blocks--below {
  padding-top: 8px;
  border-top: 1px solid rgba(15, 35, 60, 0.08);
}

/* Quote modal (legacy include) */
#myModal .modal-content {
  direction: rtl;
  text-align: right;
  padding: 24px;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}
#myModal .mega-menu-content {
  list-style: none;
  padding: 0;
}

/* Footer — old DigitalST structure (2/3 brand+links | 1/3 what's new) */
.dst-footer .dst-footer-main {
  --bs-gutter-x: 40px;
}
.dst-footer .dst-footer-brand-row {
  margin-bottom: 0;
}
.dst-footer .dst-footer-about {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}
.dst-footer .dst-footer-about h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 14px;
  line-height: 1.35;
}
.dst-footer .dst-footer-about p,
.dst-footer .dst-footer-about div {
  margin-bottom: 12px;
}
.dst-footer .dst-footer-about .desc {
  margin: 0;
}
.dst-footer .dst-footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 28px 0 30px;
}
.dst-footer .dst-footer-links-row {
  row-gap: 24px;
}
.dst-footer .dst-footer-link-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dst-footer .dst-footer-link-col li {
  margin: 0 0 8px;
}
.dst-footer .dst-footer-link-col a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.45;
  transition: color 0.25s ease;
}
.dst-footer .dst-footer-link-col a:hover {
  color: #fff;
}
.dst-footer .dst-footer-link-head {
  margin-bottom: 12px !important;
}
.dst-footer .dst-footer-link-head a,
.dst-footer .dst-footer-link-head strong {
  color: #fff;
  font-size: 16px;
}
.dst-footer .dst-footer-social {
  margin-top: 32px;
}
.dst-footer .dst-footer-news-widget .footer-title {
  margin-bottom: 22px;
}
.dst-footer .dst-footer-spost {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.dst-footer .dst-footer-spost:last-child {
  margin-bottom: 0;
}
.dst-footer .dst-footer-spost-image {
  flex: 0 0 54px;
}
.dst-footer .dst-footer-spost-image img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.dst-footer .dst-footer-spost-body {
  min-width: 0;
  flex: 1;
}
.dst-footer .dst-footer-spost-title {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.35;
}
.dst-footer .dst-footer-spost-title a {
  color: #fff;
}
.dst-footer .dst-footer-spost-title a:hover {
  color: var(--dst-accent, #3a7daa);
}
.dst-footer .dst-footer-spost-text,
.dst-footer .dst-footer-spost-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .dst-footer .dst-footer-news-widget {
    margin-top: 10px;
  }
}

/* Primary CTA color closer to DigitalST */
.tj-primary-btn {
  --tj-color-theme-primary: #2e3e54;
}

@media (max-width: 991px) {
  .tj-hero-section-two .hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
}

/* Side menu — get quote form (base; final overrides at file end) */
.hamburger-area .dst-side-quote {
  margin: 8px 0 28px;
  direction: rtl;
  text-align: right;
}
.hamburger-area .dst-side-quote .dst-field {
  margin-bottom: 12px;
}
.hamburger-area .dst-side-quote .dst-field-hidden {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.dst-side-quote-phone {
  margin: 16px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.dst-side-quote-phone a {
  color: rgba(255, 255, 255, 0.75);
}
.dst-side-quote-phone a:hover {
  color: #fff;
}
.dst-side-quote-result {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.45;
}
.dst-side-quote-result.is-success {
  color: #7dffa8;
}
.dst-side-quote-result.is-error {
  color: #ff8f8f;
}

/* Index-8 marquee — CSS loop (solid / outline + blue stars) */
.dst-marquee-section.h8-marquee-section {
  overflow: hidden;
  background: transparent;
}
.dst-marquee-wrap {
  overflow: hidden;
  width: 100%;
}
.dst-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform;
  animation: dst-marquee-scroll 32s linear infinite;
}
.dst-marquee-section .marquee-item {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  padding-inline-end: 30px;
}
.dst-marquee-section .marquee-title .text {
  white-space: nowrap;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  direction: rtl;
}
.dst-marquee-section .marquee-icons img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes dst-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .dst-marquee-track {
    animation: none;
  }
}

/* Index-6 style office gallery — continuous CSS marquee */
.dst-gallery-section {
  padding-bottom: 0;
  overflow: hidden;
}
.dst-gallery-section .sec-heading {
  margin-bottom: 10px;
}
.dst-gallery-section .sec-title .dst-brand {
  color: var(--dst-accent);
}
.dst-gallery-section .h6-slider-area {
  margin-top: 40px;
}
.dst-gallery-marquee {
  overflow: hidden;
  width: 100%;
}
.dst-gallery-track {
  display: flex;
  width: max-content;
  gap: 30px;
  will-change: transform;
  animation: dst-gallery-marquee 45s linear infinite;
}
.dst-gallery-item {
  flex: 0 0 auto;
}
.dst-gallery-item .slider-img {
  width: 442px;
  max-width: 442px;
  aspect-ratio: 442 / 524;
  overflow: hidden;
}
.dst-gallery-item .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@keyframes dst-gallery-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@media only screen and (max-width: 1399px) {
  .dst-gallery-item .slider-img {
    width: 360px;
    max-width: 360px;
  }
  .dst-gallery-track { gap: 24px; animation-duration: 40s; }
}
@media only screen and (max-width: 1199px) {
  .dst-gallery-item .slider-img {
    width: 320px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .dst-gallery-item .slider-img {
    width: 280px;
    max-width: 280px;
  }
  .dst-gallery-track { gap: 20px; animation-duration: 35s; }
}
@media only screen and (max-width: 575px) {
  .dst-gallery-item .slider-img {
    width: 200px;
    max-width: 200px;
  }
  .dst-gallery-track { gap: 16px; animation-duration: 28s; }
}
@media (prefers-reduced-motion: reduce) {
  .dst-gallery-track { animation: none; }
}

/* Web-development — full original content + index-8 layout */
body.dst-webdev-page .dst-webdev-intro {
  padding: 70px 0 30px;
}
body.dst-webdev-page .dst-webdev-intro-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.85;
  color: #445066;
  max-width: 920px;
  margin: 0 auto;
}
body.dst-webdev-page .dst-webdev-intro-text p { margin: 0; }
/* Growth — Solvior index-5 tj-about-section-five */
body.dst-webdev-page .dst-webdev-growth.tj-about-section-five {
  overflow: visible;
  padding-bottom: 80px;
}
body.dst-webdev-page .dst-webdev-growth .about-wrapper-four {
  align-items: center;
}
body.dst-webdev-page .dst-webdev-growth .about-images-group-three {
  overflow: visible;
  border-radius: 0;
}
body.dst-webdev-page .dst-webdev-growth .about-images-group-three > img {
  width: 100%;
  height: auto;
  min-height: 480px;
  max-height: 636px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
body.dst-webdev-page .dst-webdev-growth .about-content-five .desc p {
  color: #445066;
  line-height: 1.75;
}
body.dst-webdev-page .dst-webdev-growth .about-funfact .counter-item .number {
  font-size: clamp(40px, 4.5vw, 56px);
}
/*
 * Growth circular badge (durable):
 * Solvior RTL scaleX(-1) on .about-circle mirrors Hebrew text; flipped masks
 * clipped the rotating PNG. Use a plain circular badge with physical left/top
 * so rotateImg translate(-50%,-50%) centers the full text ring in RTL & LTR.
 */
body.dst-webdev-page .dst-webdev-growth .about-circle {
  -webkit-mask-image: none !important;
          mask-image: none !important;
  background-color: transparent !important;
  width: 180px;
  height: 180px;
  max-width: 180px;
  overflow: visible !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  inset-inline-start: auto !important;
  inset-inline-end: -16px !important;
  z-index: 3;
}
body.dst-webdev-page .dst-webdev-growth .about-circle .circle-wrap {
  position: absolute !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  width: 160px;
  height: 160px;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-box-shadow: 0 0 0 10px #fff, 0 14px 32px rgba(5, 18, 41, 0.2);
          box-shadow: 0 0 0 10px #fff, 0 14px 32px rgba(5, 18, 41, 0.2);
  overflow: visible;
}
body.dst-webdev-page .dst-webdev-growth .about-circle .circle-wrap .rotate-image {
  position: absolute !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  width: 135px !important;
  height: 135px !important;
  max-width: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 9;
  /* animation: rotateImg from main.css — keeps translate(-50%,-50%) */
}
@media only screen and (max-width: 991px) {
  body.dst-webdev-page .dst-webdev-growth.tj-about-section-five {
    padding-bottom: 60px;
  }
  body.dst-webdev-page .dst-webdev-growth .about-images-group-three > img {
    min-height: 360px;
  }
  body.dst-webdev-page .dst-webdev-growth .about-circle {
    width: 150px;
    height: 150px;
    max-width: 150px;
  }
  body.dst-webdev-page .dst-webdev-growth .about-circle .circle-wrap {
    width: 140px;
    height: 140px;
  }
  body.dst-webdev-page .dst-webdev-growth .about-circle .circle-wrap .rotate-image {
    width: 120px !important;
    height: 120px !important;
  }
}
@media only screen and (max-width: 575px) {
  body.dst-webdev-page .dst-webdev-growth.tj-about-section-five {
    padding-bottom: 40px;
  }
  body.dst-webdev-page .dst-webdev-growth .about-images-group-three .establish-text {
    font-size: 32px;
  }
  body.dst-webdev-page .dst-webdev-growth .about-circle {
    width: 130px;
    height: 130px;
    max-width: 130px;
    inset-inline-end: -8px !important;
  }
  body.dst-webdev-page .dst-webdev-growth .about-circle .circle-wrap {
    width: 120px;
    height: 120px;
  }
  body.dst-webdev-page .dst-webdev-growth .about-circle .circle-wrap .rotate-image {
    width: 100px !important;
    height: 100px !important;
  }
}

/* Quality seal — Solvior index-8 h8-about */
body.dst-webdev-page .dst-quality-seal.h8-about {
  background-color: var(--tj-color-theme-bg, #f3f6fd);
}
body.dst-webdev-page .dst-quality-seal .h8-about-banner > img {
  width: 100%;
  height: auto;
  min-height: 420px;
  max-height: 583px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
body.dst-webdev-page .dst-quality-seal .h8-about-content .desc p {
  color: #445066;
  line-height: 1.75;
}
body.dst-webdev-page .dst-quality-seal .h8-about-feedback-text {
  max-width: 180px;
  line-height: 1.35;
}
body.dst-webdev-page .dst-quality-seal .h8-about-client-experience .images-thumb li {
  width: 50px;
  height: 50px;
  max-width: 50px;
  overflow: hidden;
}
body.dst-webdev-page .dst-quality-seal .h8-about-client-experience .images-thumb li img {
  width: 50px;
  height: 50px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center center;
  display: block;
}
html[dir="rtl"] body.dst-webdev-page .dst-quality-seal .check-list-one ul li {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  body.dst-webdev-page .dst-quality-seal .h8-about-banner > img {
    min-height: 300px;
  }
}
body.dst-webdev-page .dst-webdev-project-item {
  border-radius: 12px;
  background: #051229;
}
body.dst-webdev-page .dst-webdev-project-item .project-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  width: 100%;
}
body.dst-webdev-page .dst-webdev-project-item .project-image a {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.dst-webdev-page .dst-webdev-project-item .project-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center 55%;
  display: block;
  transform: scale(1.85) !important;
  transition: transform 0.45s ease;
}
body.dst-webdev-page .dst-webdev-project-item:hover .project-image img {
  transform: scale(1.95) !important;
}
body.dst-webdev-page .dst-webdev-projects .swiper {
  padding: 0 24px 10px;
}
body.dst-webdev-page .dst-webdev-process-lead {
  color: rgba(255, 255, 255, 0.78);
  margin: 18px 0 28px;
  line-height: 1.75;
  font-size: 16px;
}
body.dst-webdev-page .h8-services-list .service_item .service_btn { display: none; }
body.dst-webdev-page .h8-services-list .service_item .desc {
  font-size: 15px;
  line-height: 1.75;
}
body.dst-webdev-page .dst-webdev-pricing-note {
  margin: 22px 0 0;
  color: #445066;
  line-height: 1.75;
}
/* Solvior feature-item tip under pricing intro */
body.dst-webdev-page .dst-webdev-tip.feature-item {
  margin: 32px auto 0;
  max-width: 820px;
  text-align: right;
  background: #f3f7fc !important;
  border: 1px solid rgba(58, 125, 170, 0.18) !important;
  border-radius: 16px !important;
  padding: 28px 30px !important;
  box-shadow: none !important;
}
body.dst-webdev-page .dst-webdev-tip .feature-content {
  display: block;
}
body.dst-webdev-page .dst-webdev-tip .feature-icon {
  width: 52px;
  height: 52px;
  margin: 0 0 14px auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(58, 125, 170, 0.12);
  color: #3a7daa;
  font-size: 22px;
}
body.dst-webdev-page .dst-webdev-tip .title {
  margin: 0 0 10px;
  color: #0b1f44;
  font-size: 1.25rem;
}
body.dst-webdev-page .dst-webdev-tip .desc p {
  margin: 0;
  color: #445066;
  line-height: 1.75;
}
/* Site-type cards — Solvior pricing__box.style-2 + image header
   Scope flex to the cards row only (rg-30). Applying it to the heading
   col-12 shrink-wraps .sec-heading and parks it on the RTL start (right). */
body.dst-webdev-page .dst-webdev-types .row.rg-30 > [class*="col-"] {
  display: flex;
}
body.dst-webdev-page .dst-webdev-types .sec-heading.text-center {
  width: 100%;
  text-align: center;
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: right;
  direction: rtl;
  background: #fff !important;
  border: 1px solid rgba(11, 31, 68, 0.08);
  box-shadow: 0 12px 40px rgba(11, 31, 68, 0.06);
  padding: 0 30px 40px;
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active {
  /* Keep white card — Solvior .active inverts to light-on-primary and breaks contrast */
  background: #fff !important;
  border-color: rgba(58, 125, 170, 0.45);
  box-shadow: 0 16px 48px rgba(58, 125, 170, 0.14);
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active::before {
  border-color: rgba(58, 125, 170, 0.25);
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__package-name,
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__package-price,
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__package-desc,
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__package-desc p,
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__package-desc span {
  color: #0b1f44 !important;
  opacity: 1 !important;
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__features-list {
  border-color: rgba(11, 31, 68, 0.1);
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__features-list ul li,
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__features-list ul li.active {
  color: #334155 !important;
  opacity: 1 !important;
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__features-list ul li i,
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__features-list ul li.active i {
  /* Match non-active check color (theme primary) for consistent readability */
  color: var(--tj-color-theme-primary, #3a7daa) !important;
  opacity: 1 !important;
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__btn a {
  background: #0b1f44 !important;
  color: #fff !important;
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__btn a .btn-text,
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__btn a span.btn-icon,
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__btn a span.btn-icon i {
  color: #fff !important;
}
body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card.active .pricing__btn a:hover {
  background: #3a7daa !important;
  color: #fff !important;
}
body.dst-webdev-page .dst-webdev-type-thumb {
  margin: 0 -30px 0;
  overflow: hidden;
  flex-shrink: 0;
}
body.dst-webdev-page .dst-webdev-type-thumb img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
body.dst-webdev-page .dst-webdev-types .pricing__header {
  padding-top: 28px;
  text-align: center;
}
body.dst-webdev-page .dst-webdev-types .pricing__package-name,
body.dst-webdev-page .dst-webdev-types .pricing__package-price,
body.dst-webdev-page .dst-webdev-types .pricing__package-desc,
body.dst-webdev-page .dst-webdev-types .pricing__package-desc p,
body.dst-webdev-page .dst-webdev-types .pricing__features-list li,
body.dst-webdev-page .dst-webdev-types .pricing__btn a,
body.dst-webdev-page .dst-webdev-types .pricing__btn a .btn-text {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}
body.dst-webdev-page .dst-webdev-types .pricing__package-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #445066;
}
/* Title stack uses Solvior price slot — reset numeric price metrics */
body.dst-webdev-page .dst-webdev-types .pricing__package-price {
  display: block;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 12px;
  color: #0b1f44;
}
body.dst-webdev-page .dst-webdev-types .pricing__package-desc {
  margin: 0;
}
body.dst-webdev-page .dst-webdev-types .pricing__package-desc p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #445066;
  font-weight: 400;
}
body.dst-webdev-page .dst-webdev-types .pricing__features-list {
  flex: 1 1 auto;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 28px;
  padding-top: 24px;
}
body.dst-webdev-page .dst-webdev-types .pricing__features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
body.dst-webdev-page .dst-webdev-types .pricing__features-list ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
  color: #334155;
  line-height: 1.55;
  margin-bottom: 10px;
}
body.dst-webdev-page .dst-webdev-types .pricing__features-list ul li:last-child {
  margin-bottom: 0;
}
body.dst-webdev-page .dst-webdev-types .pricing__features-list ul li i {
  flex-shrink: 0;
  margin-top: 3px;
  margin-inline-end: 0;
  color: var(--tj-color-theme-primary, #3a7daa);
}
body.dst-webdev-page .dst-webdev-types .pricing__btn {
  margin-top: auto;
  width: 100%;
}
body.dst-webdev-page .dst-webdev-types .pricing__btn a {
  width: 100%;
  gap: 10px;
}
body.dst-webdev-page .tj-faq .accordion-button,
body.dst-webdev-page .tj-faq .accordion-body p,
body.dst-webdev-page .dst-webdev-intro-text,
body.dst-webdev-page .sec-title,
body.dst-webdev-page .sec-heading .desc p,
body.dst-webdev-page .feature-content .title,
body.dst-webdev-page .feature-content .desc p,
body.dst-webdev-page .h8-services-list .title,
body.dst-webdev-page .h8-services-list .desc,
body.dst-webdev-page .project-title .title {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}
@media only screen and (max-width: 991px) {
  body.dst-webdev-page .dst-webdev-intro { padding-top: 40px; }
  body.dst-webdev-page .h8-section-heading { margin-bottom: 30px; }
  body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card { padding: 0 24px 32px; }
  body.dst-webdev-page .dst-webdev-type-thumb { margin: 0 -24px 0; }
  body.dst-webdev-page .dst-webdev-type-thumb img { height: 170px; }
  body.dst-webdev-page .dst-webdev-tip { padding: 22px 20px; }
}
@media (max-width: 575px) {
  body.dst-webdev-page .dst-webdev-types .dst-webdev-type-card {
    max-width: 350px;
    margin-inline: auto;
  }
  body.dst-webdev-page .dst-webdev-type-thumb img { height: 160px; }
}

/* Service pages — shared Solvior layouts */
body.dst-svc-page .dst-svc-intro { padding: 70px 0 30px; }
body.dst-svc-page .dst-svc-intro-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.85;
  color: #445066;
  max-width: 920px;
  margin: 0 auto;
}
body.dst-svc-page .dst-svc-intro-text p { margin: 0; }
body.dst-svc-page .dst-svc-feature {
  height: 100%;
  padding: 28px 24px;
  background: #f7f9fc;
  border-radius: 14px;
}
body.dst-svc-page .dst-svc-feature .feature-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--tj-theme-primary, #1650ee);
  margin-bottom: 16px;
}
body.dst-svc-page .dst-svc-feature .title { margin-bottom: 10px; }
body.dst-svc-page .dst-svc-feature .desc p {
  margin: 0;
  color: #445066;
  line-height: 1.75;
  font-size: 15px;
}
body.dst-svc-page .dst-svc-card,
body.dst-svc-page .dst-svc-large-col {
  height: 100%;
  padding: 32px 28px;
  background: #f7f9fc;
  border-radius: 14px;
}
body.dst-svc-page .dst-svc-card .service-icon,
body.dst-svc-page .dst-svc-large-col .service-icon {
  font-size: 32px;
  color: var(--tj-theme-primary, #1650ee);
}
body.dst-svc-page .dst-svc-card .title,
body.dst-svc-page .dst-svc-large-col .title { margin-bottom: 14px; }
body.dst-svc-page .dst-svc-card p,
body.dst-svc-page .dst-svc-large-col p {
  color: #445066;
  line-height: 1.75;
  margin-bottom: 16px;
}
body.dst-svc-page .dst-svc-point {
  height: 100%;
  padding: 28px 24px;
  background: #eef4ff;
  border-radius: 14px;
  text-align: right;
}
body.dst-svc-page .dst-svc-point .feature-icon {
  font-size: 28px;
  color: var(--tj-theme-primary, #1650ee);
  margin-bottom: 14px;
}
body.dst-svc-page .dst-svc-point h4 { margin: 0 0 12px; color: #0b1f44; }
body.dst-svc-page .dst-svc-point p {
  margin: 0;
  color: #445066;
  line-height: 1.75;
  font-size: 15px;
}
body.dst-svc-page .dst-svc-process-lead {
  color: rgba(255, 255, 255, 0.78);
  margin: 18px 0 28px;
  line-height: 1.75;
  font-size: 16px;
}
body.dst-svc-page .h8-services-list .service_item .service_btn { display: none; }
body.dst-svc-page .h8-services-list .service_item .desc {
  font-size: 15px;
  line-height: 1.75;
}
body.dst-svc-page .dst-svc-project-item {
  border-radius: 12px;
  background: #051229;
}
body.dst-svc-page .dst-svc-project-item .project-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  width: 100%;
}
/* Anchor must fill the aspect box or landscape screenshots leave empty sides */
body.dst-svc-page .dst-svc-project-item .project-image a {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.dst-svc-page .dst-svc-project-item .project-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center 55%;
  display: block;
  transform: scale(1.85) !important;
  transition: transform 0.45s ease;
}
body.dst-svc-page .dst-svc-project-item:hover .project-image img {
  transform: scale(1.95) !important;
}
body.dst-svc-page .dst-svc-projects .swiper { padding: 0 24px 10px; }
body.dst-svc-page .pricing__box {
  height: 100%;
  text-align: right;
  direction: rtl;
}
body.dst-svc-page .pricing__package-price {
  font-size: 42px;
  line-height: 1.2;
}
body.dst-svc-page .pricing__features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
body.dst-svc-page .pricing__features-list ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  flex-direction: row;
}
body.dst-svc-page .pricing__btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.dst-svc-page .tj-faq .accordion-button,
body.dst-svc-page .tj-faq .accordion-body p,
body.dst-svc-page .dst-svc-intro-text,
body.dst-svc-page .sec-title,
body.dst-svc-page .sec-heading .desc p,
body.dst-svc-page .feature-content .title,
body.dst-svc-page .feature-content .desc p,
body.dst-svc-page .h8-services-list .title,
body.dst-svc-page .h8-services-list .desc,
body.dst-svc-page .dst-svc-card .title,
body.dst-svc-page .dst-svc-large-col .title,
body.dst-svc-page .dst-svc-point h4,
body.dst-svc-page .dst-svc-point p,
body.dst-svc-page .tj-check-list,
body.dst-svc-page .tj-check-list h4,
body.dst-svc-page .tj-check-list ul li,
body.dst-svc-page .pricing__package-name,
body.dst-svc-page .pricing__package-desc,
body.dst-svc-page .pricing__features-list ul li,
body.dst-svc-page .dst-page-content,
body.dst-svc-page .project-title .title {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}
@media only screen and (max-width: 991px) {
  body.dst-svc-page .dst-svc-intro { padding-top: 40px; }
}

/* SEO — h9-services checklist grid */
body.dst-svc-seo .h9-services-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.dst-svc-seo .h9-services-item-inner { flex: 1; }
body.dst-svc-seo .h9-services-item .check-list-one ul li {
  align-items: flex-start;
  line-height: 1.7;
  font-size: 14px;
}

/* Apps — dual project panels + dark band CTA */
body.dst-svc-apps .project-item .project-image {
  aspect-ratio: 16 / 11;
  overflow: hidden;
}
body.dst-svc-apps .project-item .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.dst-svc-apps .dst-svc-apps-band .video-btn-wrap {
  flex-direction: column;
  gap: 18px;
  text-align: center;
  min-height: 420px;
}
body.dst-svc-apps .dst-svc-apps-band .sec-title,
body.dst-svc-apps .dst-svc-apps-band p,
body.dst-svc-apps .dst-svc-apps-band a {
  color: #fff;
}
body.dst-svc-apps .dst-svc-apps-band p a {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Hosting — evolute 2x2 counters */
body.dst-svc-hosting .tj-evolute-counter {
  grid-template-columns: 1fr 1fr !important;
  max-width: 100% !important;
}
body.dst-svc-hosting .tj-evolute-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Inner service pages — real photos instead of Solvior placeholders */
body.dst-svc-page .about-image-group img,
body.dst-svc-page .tj-evolute-image img,
body.dst-svc-page .service-style-2 .thumb img,
body.dst-svc-page .h9-process-item .process-img img,
body.dst-svc-page .project-item .project-image img,
body.dst-svc-page .h10-feature-img-item .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Web design — concept mark: transparent shape, smaller fit (no white box) */
body.dst-svc-web-design .dst-webdesign-concept-visual {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  max-width: 340px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.dst-svc-web-design .dst-webdesign-concept-visual::before,
body.dst-svc-web-design .dst-webdesign-concept-visual::after {
  display: none !important;
}
body.dst-svc-web-design .dst-webdesign-concept-visual img {
  width: min(100%, 320px) !important;
  max-width: 320px !important;
  height: auto !important;
  max-height: 280px !important;
  object-fit: contain !important;
  background: transparent !important;
  display: block;
  margin-inline: auto;
}
html[dir="ltr"] body.dst-svc-web-design .dst-webdesign-concept-visual img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 991px) {
  body.dst-svc-web-design .dst-webdesign-concept-visual {
    max-width: 260px;
  }
  body.dst-svc-web-design .dst-webdesign-concept-visual img {
    max-width: 240px !important;
    max-height: 210px !important;
  }
}
body.dst-svc-digitalweb .h5-process-image {
  background-size: cover;
  background-position: center;
}

/* CMS — service-details sidebar */
body.dst-svc-cms .tj-service-sidebar .tj-sticky-top {
  position: sticky;
  top: 120px;
}
body.dst-svc-cms .service-check-list ul li {
  align-items: flex-start;
  line-height: 1.7;
}
body.dst-svc-cms .h8-services-list .service_item {
  scroll-margin-top: 120px;
}

/* Accessibility widget — smaller floating button (replaces WhatsApp) */
.accc949340 {
  left: 12px !important;
  bottom: 12px !important;
  z-index: 99999 !important;
}
.accc949340 > a.b0003949340 {
  width: 48px !important;
  height: 48px !important;
  background-size: contain !important;
  background-image: url('/acc/icon.png') !important;
}

/* English / LTR */
html[dir="ltr"] body,
body.dst-lang-en {
  direction: ltr;
  text-align: left;
}
html[dir="ltr"] .mainmenu > ul > li .sub-menu,
html[dir="ltr"] .mainmenu > ul > li > a {
  text-align: left;
}
/* Hero: left-align content in English */
html[dir="ltr"] .tj-hero-section-two .hero-content-two {
  margin-left: 0;
  margin-right: auto;
  align-items: flex-start;
}
html[dir="ltr"] .tj-hero-section-two .hero-content-two .hero-title,
html[dir="ltr"] .tj-hero-section-two .hero-content-two .desc,
html[dir="ltr"] .tj-hero-section-two .hero-content-two .desc p {
  text-align: left;
  align-self: flex-start;
}
html[dir="ltr"] .tj-hero-section-two .hero-content-two .desc {
  align-self: flex-start;
}
/* Help-brand accordion: LTR text in expanded panels */
html[dir="ltr"] .dst-help-brand .h5-service-content-inner,
html[dir="ltr"] .dst-help-brand .h5-service-content-inner .title,
html[dir="ltr"] .dst-help-brand .h5-service-content-inner .desc,
html[dir="ltr"] .dst-help-brand .h5-service-content-inner .desc p {
  text-align: left !important;
  direction: ltr;
}
html[dir="ltr"] .dst-help-brand .h5-title-area .title {
  text-align: left;
}
html[dir="ltr"] .dst-page-content,
html[dir="ltr"] .dst-page-content p,
html[dir="ltr"] .dst-page-content h1,
html[dir="ltr"] .dst-page-content h2,
html[dir="ltr"] .dst-page-content h3,
html[dir="ltr"] .dst-page-content h4,
html[dir="ltr"] .dst-page-content h5,
html[dir="ltr"] .dst-page-content li {
  text-align: left !important;
}
html[dir="ltr"] .hamburger-area .dst-side-quote {
  direction: ltr;
  text-align: left;
}
html[dir="ltr"] .hamburger-area .dst-side-quote input[type="text"],
html[dir="ltr"] .hamburger-area .dst-side-quote input[type="email"],
html[dir="ltr"] .hamburger-area .dst-side-quote input[type="tel"] {
  direction: ltr;
  text-align: left;
}
html[dir="ltr"] .dst-lang-switch a.dst-lang-circle {
  letter-spacing: 0 !important;
}

/* Solvior mega-menu-service — match template (icons + arrows) */
.mainmenu ul > li > .mega-menu-service,
.mobile_menu ul > li > .mega-menu-service {
  width: 380px;
}
.mainmenu ul > li > .mega-menu-service .mega-menu-service-single,
.mobile_menu ul > li > .mega-menu-service .mega-menu-service-single {
  display: flex !important;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.mainmenu ul > li > .mega-menu-service .mega-menu-service-title,
.mobile_menu ul > li > .mega-menu-service .mega-menu-service-title {
  flex: 1 1 auto;
  max-width: none;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.mainmenu ul > li > .mega-menu-service .mega-menu-service-nav,
.mobile_menu ul > li > .mega-menu-service .mega-menu-service-nav {
  margin-inline-start: auto;
}
/* RTL: Solvior corner-park + dual-icon slide park the arrow outside the panel */
html[dir="rtl"] .mainmenu .mega-menu-service .mega-menu-service-nav,
html[dir="rtl"] .mobile_menu .mega-menu-service .mega-menu-service-nav {
  transform: none !important;
  min-width: 24px;
  overflow: hidden;
}
html[dir="rtl"] .mainmenu .mega-menu-service .mega-menu-service-nav i:last-child,
html[dir="rtl"] .mobile_menu .mega-menu-service .mega-menu-service-nav i:last-child {
  display: none !important;
}
html[dir="rtl"] .mainmenu .mega-menu-service .mega-menu-service-nav i:first-child,
html[dir="rtl"] .mobile_menu .mega-menu-service .mega-menu-service-nav i:first-child {
  transform: none !important;
}
html[dir="rtl"] .mainmenu .mega-menu-service {
  overflow: hidden;
}
/* Plain dropdowns (About / Knowledge) — template polish */
.mainmenu ul > li > .sub-menu:not(.mega-menu-service) {
  min-width: 220px;
}
html[dir="rtl"] .mainmenu ul > li > .sub-menu:not(.mega-menu-service) > li > a {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

/* Home nav: house icon (replaces "ראשי" / Home text) */
.mainmenu ul > li.dst-nav-home > a,
.mobile_menu ul > li.dst-nav-home > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}
.mainmenu ul > li.dst-nav-home > a .dst-nav-home-icon,
.mobile_menu ul > li.dst-nav-home > a .dst-nav-home-icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
/* Desktop only: align house icon with adjacent nav text */
.mainmenu ul > li.dst-nav-home > a .dst-nav-home-icon {
  position: relative;
  top: 4px;
}
.mainmenu ul > li.dst-nav-home > a::after,
.mainmenu ul > li.dst-nav-home > a::before,
.mobile_menu ul > li.dst-nav-home > a::after,
.mobile_menu ul > li.dst-nav-home > a::before {
  display: none !important;
}

/* Language switch: EN/HE circle matching header phone badge */
.mainmenu ul > li.dst-lang-switch {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  justify-content: center !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 1 !important;
}
.mobile_menu ul > li.dst-lang-switch,
.hamburger_menu .mean-nav ul li.dst-lang-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: none !important;
  border-bottom: none !important;
  padding: 18px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  float: none !important;
  width: 100% !important;
}
.mainmenu ul > li.dst-lang-switch > a.dst-lang-circle,
.mobile_menu ul > li.dst-lang-switch > a.dst-lang-circle,
.hamburger_menu .mean-nav ul li.dst-lang-switch > a.dst-lang-circle {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  border: none !important;
  border-bottom: none !important;
  background: rgba(247, 247, 247, 0.1) !important;
  background-color: rgba(247, 247, 247, 0.1) !important;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  opacity: 1;
  transform: none !important;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.mainmenu ul > li.dst-lang-switch > a.dst-lang-circle::after,
.mainmenu ul > li.dst-lang-switch > a.dst-lang-circle::before,
.mobile_menu ul > li.dst-lang-switch > a.dst-lang-circle::after,
.mobile_menu ul > li.dst-lang-switch > a.dst-lang-circle::before,
.hamburger_menu .mean-nav ul li.dst-lang-switch > a.dst-lang-circle::after,
.hamburger_menu .mean-nav ul li.dst-lang-switch > a.dst-lang-circle::before {
  display: none !important;
}
.mainmenu ul > li.dst-lang-switch > a.dst-lang-circle:hover,
.mobile_menu ul > li.dst-lang-switch > a.dst-lang-circle:hover,
.tj-header-area.header-duplicate .mainmenu ul > li.dst-lang-switch > a.dst-lang-circle:hover,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul > li.dst-lang-switch > a.dst-lang-circle:hover {
  background-color: var(--tj-color-theme-primary, #6eb6e0);
  color: #fff !important;
}
.tj-header-area.header-duplicate .mainmenu ul > li.dst-lang-switch > a.dst-lang-circle,
body.dst-inner-page .tj-header-area.header-absolute .mainmenu ul > li.dst-lang-switch > a.dst-lang-circle {
  color: #fff !important;
}

/* Breadcrumb home house icon */
.tj-page-link a.dst-crumb-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}
.tj-page-link a.dst-crumb-home svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: currentColor;
}
.tj-page-link a.dst-crumb-home:hover {
  color: var(--dst-accent, #6eb6e0);
}

/* Inner pages — about / press / blog / contact / careers */
body.dst-inner-page .sec-heading .sec-title,
body.dst-inner-page .sec-heading.style-2 .sec-title,
body.dst-inner-contact .sec-heading .sec-title {
  letter-spacing: 0 !important;
  word-spacing: normal !important;
}
body.dst-inner-press .project-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
body.dst-inner-about .team-desc,
body.dst-inner-about .tj-about-info .desc p,
body.dst-inner-blog .blog-card .title,
body.dst-inner-articles .title {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}
body.dst-inner-contact .contact-form-one .form-input input,
body.dst-inner-contact .contact-form-one .form-input textarea {
  width: 100%;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}
body.dst-inner-blog .blog-card,
body.dst-inner-articles .dst-article-card {
  height: 100%;
}
body.dst-inner-blog .blog-card .blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* Article detail — Solvior blog-details layout */
body.dst-inner-articles .tj-post-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 36px 36px 28px;
  box-shadow: 0 10px 40px rgba(15, 35, 60, 0.06);
}
body.dst-inner-articles .tj-post-single-post .tj-post-thumb {
  margin-bottom: 28px;
}
body.dst-inner-articles .tj-post-single-post .tj-post-thumb img {
  width: 100%;
  height: auto;
  max-height: 498px;
  object-fit: cover;
  display: block;
}
body.dst-inner-articles .tj-post-title {
  margin: 0 0 22px;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  line-height: 1.35;
  color: var(--dst-blue, #003c5e);
}
body.dst-inner-articles .blog-category-two {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15, 35, 60, 0.08);
}
body.dst-inner-articles .blog-category-two .cate-images {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: #f2f5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.dst-inner-articles .blog-category-two .cate-images img {
  width: 70%;
  height: auto;
  object-fit: contain;
}
body.dst-inner-articles .dst-article-lead {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.7;
  color: #5a6573;
}
body.dst-inner-articles .tj-post-details_tags_share .tagcloud span.active {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(58, 125, 170, 0.12);
  color: var(--dst-accent, #3a7daa);
  font-size: 14px;
}
body.dst-inner-articles .tj-blog-sidebar .widget_categories ul li.current-cat {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
body.dst-inner-articles .tj-blog-sidebar .widget_categories ul li.current-cat a {
  color: var(--tj-color-common-white);
}
body.dst-inner-articles .tj-blog-sidebar .tj-sidebar-widget {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 24px;
  box-shadow: 0 10px 40px rgba(15, 35, 60, 0.06);
}
body.dst-inner-articles .tj-blog-sidebar .sidebar-recent-post .post-image {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
body.dst-inner-articles .tj-blog-sidebar .sidebar-recent-post .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.dst-inner-articles .tj-blog-sidebar .tj-sidebar-cta {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.dst-inner-articles .tj-post-wrapper {
    padding: 24px 18px 18px;
  }
}

/* Articles guide index — match original digitalst.co.il structure */
.dst-guide-index {
  background: #f5f7fa;
}
.dst-guide-search {
  background: #fff;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 40px;
  box-shadow: 0 8px 30px rgba(15, 35, 60, 0.05);
}
.dst-guide-search__title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--dst-blue, #003c5e);
}
.dst-guide-search__form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.dst-guide-search__form input[type="search"] {
  flex: 1;
  min-width: 0;
  height: 52px;
  border: 1px solid rgba(15, 35, 60, 0.12);
  border-radius: 10px;
  padding: 0 18px;
  background: #f7f9fb;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  font-size: 16px;
  color: #243247;
  outline: none;
}
.dst-guide-search__form input[type="search"]:focus {
  border-color: var(--dst-accent, #3a7daa);
  background: #fff;
}
.dst-guide-search__form button {
  height: 52px;
  padding: 0 28px;
  border: none;
  border-radius: 10px;
  background: var(--dst-blue, #2e3e54);
  color: #fff;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.dst-guide-search__form button:hover {
  background: var(--dst-accent, #3a7daa);
}
.dst-guide-section {
  margin-bottom: 48px;
}
.dst-guide-section__head {
  margin-bottom: 22px;
}
.dst-guide-section__title {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: var(--dst-blue, #003c5e);
  line-height: 1.3;
}
.dst-guide-section__title a {
  color: inherit;
  text-decoration: none;
}
.dst-guide-section__title a:hover {
  color: var(--dst-accent, #3a7daa);
}
.dst-guide-section__desc {
  color: #5a6573;
  font-size: 16px;
  line-height: 1.7;
  max-width: 820px;
}
.dst-guide-section__desc p {
  margin: 0;
}
.dst-guide-section__more {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 35, 60, 0.1);
  text-align: start;
}
.dst-guide-section__more a {
  color: var(--dst-accent, #3a7daa);
  font-weight: 700;
  text-decoration: none;
}
.dst-guide-section__more a:hover {
  color: var(--dst-blue, #003c5e);
}
.dst-guide-card {
  height: 100%;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(15, 35, 60, 0.05);
  display: flex;
  flex-direction: column;
}
.dst-guide-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eef3;
}
.dst-guide-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.dst-guide-card:hover .dst-guide-card__media img {
  transform: scale(1.04);
}
.dst-guide-card__body {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dst-guide-card__badge {
  align-self: flex-start;
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 50px;
  background: #eef2f6;
  color: #3d4654;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.dst-guide-card__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--dst-blue, #003c5e);
}
.dst-guide-card__title a,
.dst-guide-card__subtitle a {
  color: inherit;
  text-decoration: none;
}
.dst-guide-card__title a:hover,
.dst-guide-card__subtitle a:hover {
  color: var(--dst-accent, #3a7daa);
}
.dst-guide-card__subtitle {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #5a6573;
}
.dst-guide-card__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #6a7482;
}
@media (max-width: 767px) {
  .dst-guide-search__form {
    flex-direction: column;
  }
  .dst-guide-search__form button {
    width: 100%;
  }
}

/* Featured projects — match Solvior index-2 spacing + theme imagery */
.dst-projects-section .project-wrapper {
  justify-content: space-between;
  column-gap: 90px;
}
.dst-projects-section .project-style-2 {
  max-width: 603px;
  margin-bottom: 100px;
}
.dst-projects-section .project-wrapper .project-style-2:nth-child(even) {
  margin-top: 100px;
  margin-bottom: 0;
}
.dst-projects-section .project-wrapper .project-style-2:last-child {
  margin-bottom: 0;
}
.dst-projects-section .project-style-2 .project-images img {
  width: 100%;
  aspect-ratio: 573 / 524;
  object-fit: cover;
  object-position: top center;
  display: block;
  /* Keep color for real project screenshots (theme used luminosity on stock art) */
  mix-blend-mode: normal;
}
.dst-projects-section .scrolling-content span {
  color: rgba(255, 255, 255, 0.08);
  text-transform: none;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
}
.dst-projects-section .project-style-2 .project-content .title,
.dst-projects-section .project-style-2 .project-content .title a,
.dst-projects-section .project-style-2 .project-images a {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
}
.dst-projects-section .project-style-2 .project-images a {
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dst-projects-section .project-style-2 {
    max-width: 543px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dst-projects-section .project-wrapper {
    column-gap: 30px;
  }
  .dst-projects-section .project-style-2 {
    max-width: 450px;
    margin-bottom: 70px;
  }
  .dst-projects-section .project-wrapper .project-style-2:nth-child(even) {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dst-projects-section .project-wrapper {
    column-gap: 30px;
  }
  .dst-projects-section .project-style-2 {
    max-width: 332px;
    margin-bottom: 60px;
  }
  .dst-projects-section .project-wrapper .project-style-2:nth-child(even) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .dst-projects-section .project-wrapper {
    justify-content: center;
    gap: 30px;
  }
  .dst-projects-section .project-style-2,
  .dst-projects-section .project-wrapper .project-style-2:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Index-7 Shvartz consultancy above projects */
.dst-shvartz-consulting .about-wrapper-four {
  align-items: flex-start;
  gap: 40px 48px;
}
.dst-shvartz-consulting .about-wrapper-four .about-images-group-three {
  max-width: 420px;
  min-height: 0;
  flex: 0 0 auto;
  align-self: flex-start;
}
.dst-shvartz-consulting .about-images-group-three img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
}
.dst-shvartz-consulting .about-content-five {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  /* Keep copy in normal flow — don't let float area cover the paragraph */
  padding-bottom: 0;
}
.dst-shvartz-consulting .about-content-five > .desc {
  margin-bottom: 28px;
}
.dst-shvartz-consulting .about-float-area {
  position: static;
  inset: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 30px 40px;
  margin-top: 0;
  width: 100%;
}
.dst-shvartz-consulting .about-float-area-left {
  padding: 0;
  flex: 1 1 280px;
  min-width: 0;
}
@media only screen and (max-width: 1199px) {
  .dst-shvartz-consulting .about-wrapper-four .about-images-group-three {
    max-width: 360px;
  }
  .dst-shvartz-consulting .about-images-group-three img {
    max-height: 460px;
  }
}
@media only screen and (max-width: 991px) {
  .dst-shvartz-consulting .about-wrapper-four {
    flex-wrap: wrap;
  }
  .dst-shvartz-consulting .about-wrapper-four .about-images-group-three {
    max-width: 320px;
    margin-inline: auto;
  }
  .dst-shvartz-consulting .about-content-five {
    max-width: 100%;
  }
}
.dst-shvartz-consulting .dst-shvartz-cta .btn_text {
  display: inline-flex;
  align-items: center;
  text-shadow: none;
}
.dst-shvartz-consulting .dst-shvartz-cta:hover .btn_text > span,
.dst-shvartz-consulting .dst-shvartz-cta:focus-visible .btn_text > span {
  transform: none;
}
.dst-shvartz-consulting .dst-shvartz-cta-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-width: 110px;
  min-height: 14px;
}
.dst-shvartz-consulting .dst-shvartz-cta-logo img {
  display: block;
  width: 92px;
  height: auto;
  max-width: none;
  transition: opacity 0.3s ease;
}
.dst-shvartz-consulting .dst-shvartz-cta-domain {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--tj-ff-body), Tahoma, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--tj-color-common-white);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.dst-shvartz-consulting .dst-shvartz-cta:hover .dst-shvartz-cta-logo-default,
.dst-shvartz-consulting .dst-shvartz-cta:focus-visible .dst-shvartz-cta-logo-default {
  opacity: 0;
}
.dst-shvartz-consulting .dst-shvartz-cta:hover .dst-shvartz-cta-domain,
.dst-shvartz-consulting .dst-shvartz-cta:focus-visible .dst-shvartz-cta-domain {
  opacity: 1;
}

/* Index-5 home blog under portfolio */
.dst-home-blog.section-space {
  padding-bottom: 50px;
}
.dst-home-blog .sec-heading.style-4 {
  align-items: flex-start;
}
.dst-home-blog-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 630 / 405;
  background: #e8ecf1;
}
.dst-home-blog .blog-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.dst-home-blog .blog-content .desc {
  margin-bottom: 0;
}
.dst-home-blog .blog-content .desc p {
  color: var(--tj-color-text-body, #5b6777);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.dst-gallery-section.section-space {
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .dst-home-blog.section-space {
    padding-bottom: 40px;
  }
  .dst-gallery-section.section-space {
    padding-top: 40px;
  }
}

/* Index-5 help-your-brand service columns */
.dst-help-brand .h5-service-wrap {
  background-color: #f5f6f8;
}
.dst-help-brand .sec-heading .sub-title {
  background-color: transparent;
}

/* Index-4 core features (3 cards) */
.dst-core-features .dst-core-feature-card {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.dst-core-features .dst-core-feature-card:hover {
  color: inherit;
}
.dst-core-features .dst-core-feature-card .title {
  color: var(--dst-blue, #2e3e54);
}
.dst-core-features .dst-core-feature-card:hover .title {
  color: var(--dst-accent, #3a7daa);
}
.dst-core-features .feature-icon svg {
  width: 80px;
  height: 80px;
  display: block;
  color: var(--dst-blue, #2e3e54);
}

/* Index-2 get-a-quote contact block above footer */
.dst-quote-contact-section .dst-side-quote-result {
  margin-bottom: 20px;
  color: #fff;
}
.dst-quote-contact-section .dst-side-quote-result.is-success {
  color: #9dffb0;
}
.dst-quote-contact-section .dst-side-quote-result.is-error {
  color: #ffb4b4;
}
.dst-quote-contact-section .dst-field-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Underline fields — undo side-menu / nice-select defaults */
.dst-quote-contact-section .contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.dst-quote-contact-section .contact-form-one .form-input textarea,
.dst-quote-contact-section .contact-form-one .form-input input[type=tel],
.dst-quote-contact-section .contact-form-one .form-input input[type=email],
.dst-quote-contact-section .contact-form-one .form-input input[type=text] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  float: none;
  background: transparent !important;
  border: none;
  border-bottom: 1.2px solid rgb(103, 110, 122);
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 15px;
  color: var(--tj-color-common-white, #fff);
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  line-height: 1.4;
}
.dst-quote-contact-section .contact-form-one .form-input.input-textarea textarea {
  min-height: 96px;
  resize: vertical;
}
.dst-quote-contact-section .contact-form-one .tj-nice-select-box,
.dst-quote-contact-section .contact-form-one .tj-select {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}
.dst-quote-contact-section .contact-form-one select.nice-select {
  display: none !important;
}
.dst-quote-contact-section .contact-form-one div.nice-select {
  display: block !important;
  float: none !important;
  clear: none;
  width: 100% !important;
  max-width: 100%;
  height: auto;
  min-height: 0;
  line-height: 1.4;
  background: transparent !important;
  border: none;
  border-bottom: 1.2px solid rgb(103, 110, 122);
  border-radius: 0;
  color: var(--tj-color-common-white-2, rgba(247, 247, 247, 0.7));
  padding: 0 0 15px !important;
  padding-inline-end: 28px !important;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: visible;
}
.dst-quote-contact-section .contact-form-one div.nice-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--tj-color-common-white-2, rgba(247, 247, 247, 0.7));
  line-height: 1.4;
}
.dst-quote-contact-section .contact-form-one div.nice-select::before {
  top: 2px;
}
.dst-quote-contact-section .contact-form-one div.nice-select .list {
  width: 100%;
  z-index: 5;
}

/* Full-width submit — keep icon clear of Hebrew label */
.dst-quote-contact-section .submit-button {
  width: 100%;
}
.dst-quote-contact-section .submit-button .tj-primary-btn {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  padding: 5.5px;
  margin: 0;
  background-color: var(--tj-color-common-white, #fff);
  border: none;
  border-radius: 50px;
  direction: rtl;
}
.dst-quote-contact-section .submit-button .tj-primary-btn .btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 55px 15px 20px !important;
  box-sizing: border-box;
  text-align: center;
}
.dst-quote-contact-section .submit-button .tj-primary-btn .btn_inner::before,
.dst-quote-contact-section .submit-button .tj-primary-btn .btn_inner .btn_icon {
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  left: auto !important;
  right: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.dst-quote-contact-section .submit-button .tj-primary-btn .btn_inner .btn_icon {
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
.dst-quote-contact-section .submit-button .tj-primary-btn .btn_text {
  position: relative;
  z-index: 1;
  margin: 0;
}
.dst-quote-contact-section .contact-button .tj-primary-btn {
  direction: rtl;
}
.dst-quote-contact-section .contact-button .tj-primary-btn .btn_inner {
  padding: 15px 55px 15px 20px !important;
}
.dst-quote-contact-section .contact-button .tj-primary-btn .btn_inner::before,
.dst-quote-contact-section .contact-button .tj-primary-btn .btn_inner .btn_icon {
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  left: auto !important;
  right: 0 !important;
}
.dst-quote-contact-section .contact-button .tj-primary-btn .btn_inner .btn_icon {
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
.dst-quote-contact-section .contact-item .contact-text {
  flex-wrap: nowrap;
  gap: 10px;
  padding: 18px 20px;
}

/* Index-9 press brands strip above footer — old site "עלינו בתקשורת" */
.dst-press-brands-section {
  background: #f5f6f8;
  padding-top: 60px;
}
.dst-press-brands-heading {
  margin-bottom: 28px;
}
.dst-press-brands-heading .title {
  margin: 0;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--dst-blue, #003c5e);
}
.dst-press-brands.h9-brands {
  grid-template-columns: repeat(6, 1fr);
}
.dst-press-brands .brand_item {
  background-color: #f5f6f8;
}
/* Keep Solvior dual-img blur/slide hover; only force gray + size */
.dst-press-brands .brand_item div img {
  max-height: 48px;
  width: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(100%) opacity(0.45);
  filter: grayscale(100%) opacity(0.45);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.dst-press-brands .brand_item div img:first-child {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(1.5);
  transform: translateX(50%) scaleX(1.5);
  opacity: 0;
  -webkit-filter: grayscale(100%) blur(10px);
  filter: grayscale(100%) blur(10px);
}
.dst-press-brands .brand_item a:hover div img {
  -webkit-filter: grayscale(100%) opacity(1);
  filter: grayscale(100%) opacity(1);
}
.dst-press-brands .brand_item a:hover div img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: grayscale(100%) blur(0);
  filter: grayscale(100%) blur(0);
}
.dst-press-brands .brand_item a:hover div img:last-child {
  -webkit-transform: translateX(-50%) scaleX(1.5);
  transform: translateX(-50%) scaleX(1.5);
  opacity: 0;
  -webkit-filter: grayscale(100%) blur(10px);
  filter: grayscale(100%) blur(10px);
}
@media only screen and (max-width: 1199px) {
  .dst-press-brands.h9-brands {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .dst-press-brands.h9-brands {
    grid-template-columns: repeat(2, 1fr);
  }
  .dst-press-brands-section {
    padding-top: 40px;
  }
  .dst-press-brands-heading .title {
    font-size: 22px;
  }
}

/* Whoopix growth / reels (index-8) */
.dst-whoopix-growth .growth-content .title {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.25;
  unicode-bidi: plaintext;
}
.dst-whoopix-growth .growth-content .title [dir="ltr"] {
  unicode-bidi: isolate;
  display: inline-block;
}
.dst-whoopix-growth .video-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 36px;
}
.dst-whoopix-growth button.video-btn,
.dst-whoopix-growth a.video-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.dst-whoopix-growth a.video-btn .play-btn i {
  margin-inline-start: 0;
}
/* HTML5 video modal (VenoBox cannot play direct MP4) */
.dst-whoopix-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.dst-whoopix-video-modal.is-open {
  display: flex;
}
.dst-whoopix-video-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(5, 18, 41, 0.88);
  cursor: pointer;
}
.dst-whoopix-video-dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  background: #0a1628;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.dst-whoopix-video-close {
  position: absolute;
  top: 10px;
  inset-inline-end: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.dst-whoopix-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #000;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
body.dst-whoopix-modal-open { overflow: hidden; }

/* ---------- Mobile polish: header / hero / side menu ---------- */
@media only screen and (max-width: 991px) {
  /* Header: tight vertical padding so ~96px logo fills the bar */
  .tj-header-area.header-3 .header-bottom {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .tj-header-area.header-3.header-absolute .header-wrapper {
    min-height: 108px;
    overflow: visible !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-inline: 0;
  }
  .tj-header-area.header-3.header-duplicate .header-wrapper,
  body.dst-inner-page .tj-header-area.header-3.header-absolute .header-wrapper {
    min-height: 104px;
    overflow: visible !important;
  }
  .tj-header-area.header-3 .menu_btn {
    gap: 8px;
    font-size: 15px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  /* Kill Solvior .site-logo .logo max-width:150px + any leftover height caps */
  .tj-header-area .site-logo,
  .tj-header-area .site-logo .logo {
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
    transform: none !important;
  }
  /* Mobile top-bar logo — ~96px (was 70px @ v143) */
  .tj-header-area .site-logo img {
    height: 96px !important;
    max-height: none !important;
    max-width: 220px !important;
    width: auto !important;
    transform: none !important;
    object-fit: contain !important;
  }
  .tj-header-area.header-duplicate .site-logo img,
  .tj-header-area.sticky .site-logo img,
  body.dst-inner-page .tj-header-area.header-absolute .site-logo img {
    height: 92px !important;
    max-height: none !important;
    max-width: 210px !important;
  }

  /* Hero: clear taller absolute header + תפריט */
  .tj-hero-section-two {
    padding-top: 150px !important;
  }
  .tj-hero-section-two > .container {
    padding-inline: 16px;
  }
  .tj-hero-section-two .hero-wrapper-two {
    margin-bottom: 20px;
  }
  .tj-hero-section-two .hero-content-two {
    width: 100%;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
  .tj-hero-section-two .hero-title {
    font-size: clamp(1.85rem, 7.5vw, 2.4rem) !important;
    line-height: 1.2 !important;
  }
  .tj-hero-section-two .hero-content-two .desc p {
    font-size: 0.98rem;
    line-height: 1.45;
  }
  .tj-hero-section-two .hero-images-box-two.dst-hero-video-box {
    height: min(52vw, 280px);
    min-height: 200px;
    margin-top: 28px; /* room for explore circle */
    overflow: visible !important;
  }
  .tj-hero-section-two .dst-hero-media {
    border-radius: 12px;
  }
  .tj-hero-section-two .dst-hero-video,
  .tj-hero-section-two .dst-hero-media {
    object-position: center center;
    background-position: center center;
  }
  /* Circle: smaller, centered on the media top edge */
  .tj-hero-section-two .hero-images-box-two .hero-button {
    top: -28px !important;
    left: 50% !important;
    right: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
    transform: translateX(-50%);
  }
  .tj-hero-section-two .hero-images-box-two .hero-button .hero-btn::after {
    width: 96px !important;
    height: 96px !important;
  }
  .tj-hero-section-two .hero_shapes {
    opacity: 0.35;
    pointer-events: none;
  }

  /* Client logos: less edge clipping */
  .dst-clients-section > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .dst-clients-section .brand-slider-2 {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  }
  .dst-clients-section .brand-logo.dst-client-logo {
    height: 64px !important;
    min-height: 64px;
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 575px) {
  /* Side menu: almost full width, cleaner scroll */
  .hamburger-area {
    width: min(100vw, 360px) !important;
    max-width: 100vw;
  }
  .hamburger_wrapper {
    padding: 24px 18px 48px !important;
  }
  .hamburger_top {
    min-height: 60px;
    margin-bottom: 22px !important;
    justify-content: center !important;
  }
  .hamburger_logo img {
    height: 54px !important;
    max-height: 58px !important;
  }
  .hamburger_close {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .hamburger-title {
    font-size: 20px !important;
    margin-bottom: 14px !important;
  }
  .hamburger_menu .mean-nav ul li a:not(.mean-expand):not(.dst-lang-circle) {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: 15px !important;
  }
  .hamburger_menu .mean-nav ul li a.mean-expand {
    padding: 0 !important;
    top: 8px !important;
  }
  .hamburger-area .dst-side-quote {
    margin-top: 4px;
  }
  .hamburger-area .dst-side-quote input[type="text"],
  .hamburger-area .dst-side-quote input[type="email"],
  .hamburger-area .dst-side-quote input[type="tel"] {
    height: 48px !important;
    font-size: 15px !important;
  }
  .contact-info {
    margin-bottom: 24px !important;
  }

  .tj-header-area.header-3.header-absolute .header-wrapper,
  .tj-header-area.header-3.header-duplicate .header-wrapper,
  body.dst-inner-page .tj-header-area.header-3.header-absolute .header-wrapper {
    min-height: 100px;
  }
  .tj-header-area.header-3 .header-bottom {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* Phone logo — ~88px (was 66px @ v143) */
  .tj-header-area .site-logo img {
    height: 88px !important;
    max-height: none !important;
    max-width: 200px !important;
  }
  .tj-header-area.header-duplicate .site-logo img,
  .tj-header-area.sticky .site-logo img,
  body.dst-inner-page .tj-header-area.header-absolute .site-logo img {
    height: 84px !important;
    max-height: none !important;
    max-width: 190px !important;
  }
  .tj-hero-section-two {
    padding-top: 138px !important;
  }
  .tj-hero-section-two .hero-images-box-two.dst-hero-video-box {
    height: 210px;
    min-height: 210px;
    margin-top: 36px;
  }
  .tj-hero-section-two .container-fluid {
    padding-inline: 12px;
  }
}

/* =========================================================
   Side quote form — final overrides (beat Solvior + a11y contrast)
   ========================================================= */
.hamburger-area .dst-side-quote,
.hamburger-area .dst-side-quote.contrast1949340,
.hamburger-area .dst-side-quote.contrast2949340 {
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
}
.hamburger-area .dst-side-quote .dst-field,
.hamburger-area .dst-side-quote .dst-field.contrast1949340,
.hamburger-area .dst-side-quote .dst-field.contrast2949340,
.hamburger-area .dst-side-quote-form,
.hamburger-area .dst-side-quote-result {
  background: transparent !important;
  background-color: transparent !important;
}
.hamburger-area .dst-side-quote .hamburger-title,
.hamburger-area .dst-side-quote .hamburger-title.contrast1949340,
.hamburger-area .dst-side-quote .hamburger-title.contrast2949340 {
  background: transparent !important;
  color: #fff !important;
}
.hamburger-area .dst-side-quote-form input[type="text"],
.hamburger-area .dst-side-quote-form input[type="email"],
.hamburger-area .dst-side-quote-form input[type="tel"],
.hamburger-area .dst-side-quote input.required,
.hamburger-area .dst-side-quote input.email {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 52px !important;
  margin: 0 0 12px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  outline: none !important;
  border-radius: 10px !important;
  background: #0f2744 !important;
  background-color: #0f2744 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 52px !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.hamburger-area .dst-side-quote-form input::placeholder,
.hamburger-area .dst-side-quote input::placeholder {
  color: rgba(255, 255, 255, 0.62) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
  opacity: 1 !important;
}
.hamburger-area .dst-side-quote-form input:-webkit-autofill,
.hamburger-area .dst-side-quote-form input:-webkit-autofill:hover,
.hamburger-area .dst-side-quote-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff !important;
  box-shadow: 0 0 0 1000px #0f2744 inset !important;
  transition: background-color 9999s ease-in-out 0s;
}
.hamburger-area .dst-side-quote-form button.dst-side-quote-submit,
.hamburger-area button.dst-side-quote-submit,
button.dst-side-quote-submit {
  display: block !important;
  width: 100% !important;
  margin: 4px 0 0 !important;
  padding: 14px 20px !important;
  border: 0 !important;
  border-radius: 50px !important;
  background: #0075ff !important;
  background-color: #0075ff !important;
  background-image: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: none !important;
}
.hamburger-area .dst-side-quote-form button.dst-side-quote-submit:hover,
.hamburger-area button.dst-side-quote-submit:hover,
button.dst-side-quote-submit:hover {
  background: #1a85ff !important;
  background-color: #1a85ff !important;
  color: #ffffff !important;
}
.hamburger-area .dst-side-quote-phone,
.hamburger-area .dst-side-quote-phone.contrast1949340,
.hamburger-area .dst-side-quote-phone.contrast2949340 {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.hamburger-area .dst-side-quote-phone a,
.hamburger-area .dst-side-quote-phone a.contrast1949340,
.hamburger-area .dst-side-quote-phone a.contrast2949340 {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
/* Keep side-panel chrome usable under a11y contrast modes */
.hamburger-area .hamburger_wrapper.contrast1949340,
.hamburger-area .hamburger_wrapper.contrast2949340,
.hamburger-area .hamburger-infos.contrast1949340,
.hamburger-area .hamburger-infos.contrast2949340,
.hamburger-area .contact-info.contrast1949340,
.hamburger-area .contact-info.contrast2949340,
.hamburger-area .contact_item.contrast1949340,
.hamburger-area .contact_item.contrast2949340 {
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
}
.hamburger-area .contact_item .subtitle,
.hamburger-area .contact_item .text,
.hamburger-area .contact_item .text a {
  color: rgba(255, 255, 255, 0.85) !important;
  background: transparent !important;
}

/* About page — tighter proportions, no stray chrome */
body.dst-inner-about .section-space {
  padding-top: 70px;
  padding-bottom: 70px;
}
body.dst-inner-about .dst-about-intro .about-image-group img,
body.dst-inner-about .dst-about-products .about-image-group img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
body.dst-inner-about .dst-about-video {
  padding: 10px 0 20px;
}
body.dst-inner-about .dst-about-video .tj-post-thumb {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15, 35, 60, 0.12);
  margin: 0;
}
body.dst-inner-about .dst-about-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 240px;
  max-height: 520px;
  border: 0;
  display: block;
}
body.dst-inner-about .dst-about-tech {
  background: #f5f7fa;
}
body.dst-inner-about .dst-about-tech-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
body.dst-inner-about .dst-about-tech-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  min-height: 140px;
  height: 100%;
  padding: 22px 20px;
  border-radius: 14px;
  background: #eef4f9;
  border: 1px solid rgba(0, 60, 94, 0.06);
}
body.dst-inner-about .dst-about-tech-card .feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--dst-blue, #003c5e);
  font-size: 18px;
}
body.dst-inner-about .dst-about-tech-card .title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--dst-blue, #003c5e);
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
}
body.dst-inner-about .dst-about-stack {
  margin-top: 0;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 60, 94, 0.08);
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--dst-blue, #003c5e);
  text-align: center;
}
body.dst-inner-about .dst-about-stats {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(15, 35, 60, 0.08);
}
body.dst-inner-about .dst-about-stats .counter-item .number {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: var(--dst-blue, #003c5e);
  font-weight: 800;
  line-height: 1.1;
}
body.dst-inner-about .dst-about-stats .counter-item .sub-title {
  display: block;
  margin-top: 8px;
  color: rgba(15, 35, 60, 0.65);
}
body.dst-inner-about .dst-about-clients {
  padding-bottom: 50px;
}
body.dst-inner-about .dst-about-clients .tj-brand-slider,
body.dst-inner-about .dst-about-clients .swiper {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
body.dst-inner-about .swiper-pagination,
body.dst-inner-about .slider-dot,
body.dst-inner-about .tj-swiper-dot,
body.dst-inner-about .h8-marquee-section .swiper-pagination {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
body.dst-inner-about .dst-about-gallery.section-space {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.dst-inner-about .dst-about-gallery .sec-heading {
  margin-bottom: 28px;
}
body.dst-inner-about .dst-about-gallery .dst-gallery-slider {
  margin-top: 0;
  overflow: hidden;
}
body.dst-inner-about .dst-about-gallery .dst-gallery-item .slider-img {
  width: 320px;
  max-width: 320px;
  aspect-ratio: 4 / 3;
  border-radius: 0;
}
body.dst-inner-about .dst-about-gallery .dst-gallery-item .slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
/* Solvior about.html page polish */
body.dst-inner-about .tj-feature-section .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1;
  color: var(--tj-color-theme-primary, #2b4eff);
}
/*
 * Or Shvartz leadership = Solvior index-1 .tj-about-section cutouts.
 * Undo main-rtl.css scaleX(-1) so geometry matches the LTR demo.
 */
body.dst-inner-about .dst-about-team.tj-about-section {
  --br-bottom-left: 420px;
  direction: ltr;
  overflow: hidden;
}
body.dst-inner-about .dst-about-team.tj-about-section::before {
  border-radius: 0 0 var(--br-bottom-left) 0 !important;
}
body.dst-inner-about .dst-about-team .about-left-content {
  direction: rtl;
  text-align: right;
}
body.dst-inner-about .dst-about-team .images-thumb {
  direction: ltr;
  flex-direction: row;
  align-items: center;
}
body.dst-inner-about .dst-about-team .images-thumb li {
  width: 50px;
  height: 50px;
  max-width: 50px;
  flex: 0 0 50px;
  overflow: hidden;
  border-radius: 50%;
}
body.dst-inner-about .dst-about-team .images-thumb li img {
  width: 50px !important;
  height: 50px !important;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  padding: 3px;
  display: block;
}
body.dst-inner-about .dst-about-team .images-thumb li.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
body.dst-inner-about .dst-about-team .about-bg-images .about-shape-1 {
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  text-align: start !important;
  border-radius: 0 !important;
  overflow: hidden;
}
body.dst-inner-about .dst-about-team .about-bg-images .about-shape-2 {
  border-radius: 0 !important;
  overflow: hidden;
}
body.dst-inner-about .dst-about-team .about-bg-images .about-shape-1 img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center 20%;
  border-radius: 0 !important;
  display: block;
}
body.dst-inner-about .dst-about-team .about-bg-images .about-shape-2 img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center 30%;
  border-radius: 0 !important;
  display: block;
}
body.dst-inner-about .dst-about-role {
  display: block;
  margin: -6px 0 16px;
  font-size: 1.05rem;
  color: rgba(15, 35, 60, 0.7);
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
}
body.dst-inner-about .dst-about-team .about-left-content .desc p {
  margin-bottom: 0.8em;
}
body.dst-inner-about .dst-about-team .about-button {
  margin-bottom: 0;
}
body.dst-inner-about .dst-about-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  width: 100%;
  clear: both;
}
html[dir="rtl"] body.dst-inner-about .dst-about-social {
  justify-content: flex-start;
}
body.dst-inner-about .dst-about-social li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  overflow: visible;
  flex: none;
  max-width: none;
}
body.dst-inner-about .dst-about-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dst-blue, #003c5e);
  color: #fff !important;
  transition: transform 0.2s ease, background 0.2s ease;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
}
body.dst-inner-about .dst-about-social a i,
body.dst-inner-about .dst-about-social a svg {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
  display: block;
}
body.dst-inner-about .dst-about-social a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
body.dst-inner-about .dst-about-social a:hover {
  transform: translateY(-2px);
  background: #00507a;
  color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.dst-inner-about .dst-about-team .about-bg-images .about-shape-1,
  body.dst-inner-about .dst-about-team .about-bg-images .about-shape-2 {
    display: block !important;
  }
  body.dst-inner-about .dst-about-team .about-bg-images .about-shape-1 {
    max-width: 420px;
    height: 380px;
  }
  body.dst-inner-about .dst-about-team .about-bg-images .about-shape-2 {
    max-width: 140px;
    height: 138px;
    left: 32%;
    inset-inline-start: 32%;
  }
}
/* Evolute / story image: fill column, no black gaps */
body.dst-inner-about .tj-evolute-area .container-xxl-fluid > .row {
  align-items: stretch;
}
body.dst-inner-about .tj-evolute-image {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 520px;
  height: 100%;
  bottom: 0;
  overflow: hidden;
  background: transparent;
}
body.dst-inner-about .tj-evolute-image > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center 35%;
  display: block;
}
body.dst-inner-about .tj-evolute-image .about-video-box {
  z-index: 2;
}
@media only screen and (min-width: 1400px) {
  body.dst-inner-about .tj-evolute-image {
    min-height: 560px;
    bottom: 65px;
    max-width: calc(100% - 40px);
  }
}
body.dst-inner-about .testimonial-images-2 {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
body.dst-inner-about .testimonial-images-2 > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
body.dst-inner-about .dst-about-brands .sec-title span {
  color: var(--tj-color-theme-primary, #2b4eff);
}
body.dst-inner-about .tj-evolute .desc {
  font-size: 1.05rem;
  line-height: 1.85;
}
/* Brands on about: same full-width marquee as homepage clients */
body.dst-inner-about .dst-about-brands.dst-clients-section .brand-slider-2 .brand-logo img {
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}
body.dst-inner-about .dst-about-quote {
  padding-top: 40px;
  padding-bottom: 40px;
}
body.dst-inner-about .dst-about-quote .testimonial-item {
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 40px;
  border-radius: 16px;
  background: #f7f9fb;
  text-align: center !important;
}
body.dst-inner-about .dst-about-quote .desc,
body.dst-inner-about .dst-about-quote .desc p,
body.dst-inner-about .dst-about-quote .tj-testimonial-author,
body.dst-inner-about .dst-about-quote .author-text {
  text-align: center !important;
  margin-inline: auto;
}
body.dst-inner-about .dst-about-quote .tj-testimonial-author {
  display: flex;
  justify-content: center;
}
body.dst-inner-about .dst-about-clients .text-btn {
  color: var(--dst-blue, #003c5e);
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  body.dst-inner-about .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.dst-inner-about .dst-about-tech-cards {
    grid-template-columns: 1fr;
  }
  body.dst-inner-about .dst-about-tech-card {
    min-height: 0;
  }
  body.dst-inner-about .dst-about-gallery .dst-gallery-item .slider-img {
    width: 240px;
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  body.dst-inner-about .dst-about-quote .testimonial-item {
    padding: 28px 20px;
  }
}

/* Press page: Solvior h6-team selector adapted for media outlets */
body.dst-inner-press .dst-press-team-section .sec-heading {
  max-width: 720px;
}
body.dst-inner-press .dst-press-outlet-logo {
  max-height: 40px;
  width: auto;
  object-fit: contain;
  margin-bottom: 8px;
  filter: grayscale(100%);
  opacity: 0.85;
}
body.dst-inner-press .dst-press-logo-line {
  margin-bottom: 12px !important;
}
body.dst-inner-press .dst-press-read-wrap {
  margin: 0 0 28px;
}
body.dst-inner-press .dst-press-read-wrap .tj-primary-btn {
  display: inline-flex;
}
body.dst-inner-press .h6-tabs .h6-tab-image {
  background: #fff;
}
body.dst-inner-press .h6-tabs .h6-tab-image img {
  object-fit: contain;
  object-position: center center;
  padding: 18px 12px;
  background: #fff;
}
body.dst-inner-press .h6-tabs .h6-tab-image::before {
  z-index: 1;
}
body.dst-inner-press .h6-tabs .h6-tab.active .h6-tab-image::before {
  opacity: 0;
}
