/* =========================================================
   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;
}

/* 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;
}

.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 blue glow + chevron shape on the RIGHT (like Solvior LTR original) */
.tj-hero-section-two::after {
  left: auto !important;
  right: -10% !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
}
.tj-hero-section-two .hero_shapes {
  left: auto !important;
  right: 0 !important;
  inset-inline-start: auto !important;
  inset-inline-end: auto !important;
  -webkit-transform: none !important;
  transform: none !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;
}
.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;
}
.tj-header-area.header-3.header-absolute .header-wrapper {
  min-height: 100px;
  align-items: center;
}

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

/* Side menu: logo centered + larger; close stays in corner */
.hamburger_top {
  position: relative;
  justify-content: center !important;
  min-height: 90px;
  margin-bottom: 28px;
}
.hamburger_logo {
  margin: 0 auto;
  text-align: center;
}
.hamburger_logo .mobile_logo {
  max-width: none !important;
  display: inline-block;
}
.hamburger_logo img {
  height: 80px;
  max-height: none;
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.hamburger_close {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.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;
}

/* ---------- 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;
  z-index: 0;
}

/* Hebrew circular text on explore badge — fill the dark ring like Solvior */
.tj-hero-section-two .hero-images-box-two .hero-button .hero-btn::after {
  background-image: url(../../assets/images/shapes/dst-circle-he.png) !important;
  width: 148px !important;
  height: 148px !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;
}

/* Client logo fades: physical mask (RTL-safe). Solvior ::before/::after gradients invert in RTL. */
.dst-clients-section .brand-slider-2 {
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
}
.dst-clients-section .brand-slider-2::before,
.dst-clients-section .brand-slider-2::after {
  content: none !important;
  display: none !important;
}

/* Client logos — DigitalST originals */
.dst-clients-section .brand-logo.dst-client-logo {
  background: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  min-height: 90px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  overflow: hidden;
}

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

.dst-clients-section .brand-slider-2 .brand-logo.dst-client-logo img,
.dst-clients-section .brand-logo.dst-client-logo img {
  max-height: 52px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  -webkit-filter: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.dst-clients-section .brand-slider-2 .brand-logo.dst-client-logo {
  background: #f3f6f9 !important;
  width: 195px;
  height: 90px;
}

.dst-clients-section .swiper-slide {
  height: 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 */
}
.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 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%;
  }
}

/* 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;
}
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;
}
body.dst-inner-page .tj-page-link {
  direction: rtl;
}
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);
}
/* 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;
}

/* Solvior portfolio grid (project.html) — DigitalST clients */
body.dst-inner-page .tj-project-area .project-item .project-image {
  aspect-ratio: 442 / 552;
  overflow: hidden;
}
body.dst-inner-page .tj-project-area .project-item .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
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 img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* 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 menus from CMS */
.tj-footer-area .widget-menu .col-md-3 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 8px;
}
.tj-footer-area .widget-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-area .widget-menu a {
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif !important;
}

/* 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 (above contact) */
.dst-side-quote {
  margin-bottom: 28px;
  direction: rtl;
  text-align: right;
}
.dst-side-quote .dst-field {
  margin-bottom: 12px;
}
.dst-side-quote .dst-field-hidden {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.dst-side-quote input[type="text"],
.dst-side-quote input[type="email"] {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: none;
  outline: none;
  border-radius: 8px;
  background: rgba(247, 247, 247, 0.12);
  color: #fff;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  font-size: 16px;
  direction: rtl;
}
.dst-side-quote input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.dst-side-quote-submit {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px 20px;
  border: none;
  border-radius: 50px;
  background: var(--tj-color-theme-primary);
  color: #fff;
  font-family: 'almoni-dl', Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease;
}
.dst-side-quote-submit:hover {
  background: #4a90c2;
}
.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-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; }
body.dst-webdev-page .h8-feature-item .feature-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--tj-theme-primary, #1650ee);
}
body.dst-webdev-page .dst-webdev-project-item .project-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 12px;
}
body.dst-webdev-page .dst-webdev-project-item .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.dst-webdev-page .dst-webdev-projects .swiper {
  padding: 0 24px 10px;
}
body.dst-webdev-page .about-image-group img,
body.dst-webdev-page .dst-webdev-pro-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
body.dst-webdev-page .dst-webdev-pro-img {
  margin: 22px 0 28px;
}
body.dst-webdev-page .h8-section-heading .desc p {
  margin-bottom: 14px;
}
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-info {
  background: #eef4ff;
  border-radius: 14px;
  padding: 22px 26px;
  margin: 28px 0 20px;
  text-align: right;
}
body.dst-webdev-page .dst-webdev-info h5 {
  margin: 0 0 8px;
  color: #0b1f44;
}
body.dst-webdev-page .dst-webdev-info p,
body.dst-webdev-page .dst-webdev-pricing-note {
  margin: 0;
  color: #445066;
  line-height: 1.75;
}
body.dst-webdev-page .dst-webdev-type {
  height: 100%;
}
body.dst-webdev-page .dst-webdev-type .service-img {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}
body.dst-webdev-page .dst-webdev-type .service-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
body.dst-webdev-page .dst-webdev-type .service-content .title {
  margin-bottom: 12px;
}
body.dst-webdev-page .dst-webdev-type .service-content p {
  color: #445066;
  line-height: 1.75;
  margin-bottom: 16px;
}
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 .dst-webdev-type .title,
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-type .service-img img { height: 180px; }
}

/* 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 .project-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 12px;
}
body.dst-svc-page .dst-svc-project-item .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
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;
}

/* 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;
}

/* Inner pages — about / press / blog / contact / careers */
body.dst-inner-about .dst-about-gallery img,
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;
}
