:root {
  --dds-primary: #5b35b1;
  --dds-primary-dark: #3d247f;
  --dds-primary-light: #ede7ff;
  --dds-primary-soft: #f7f3ff;
  --dds-accent: #7c4dff;
  --dds-text: #1f1f29;
  --dds-muted: #6b6878;
  --dds-border: #ddd6f3;
  --dds-white: #ffffff;
  --dds-footer: #21164d;
  --dds-violet: var(--dds-primary);
  --dds-violet-dark: var(--dds-primary-dark);
  --dds-violet-soft: var(--dds-primary-soft);
  --dds-black: var(--dds-text);
  --dds-gray: #f5f5f7;
}

html[lang^="fa"],
html[lang^="ar"],
body.rtl {
  direction: rtl;
}

html[lang^="en"],
body.ltr {
  direction: ltr;
}

body {
  color: var(--dds-black);
  background: #ffffff;
}

html[lang="fa-IR"],
html[lang="fa"],
body.lang-fa,
html[lang="ar"],
body.lang-ar,
body.rtl,
body.dds-rtl {
  font-family: IRANSans, Tahoma, sans-serif;
}

html[lang="fa-IR"] body,
html[lang="fa"] body,
body.lang-fa {
  font-family: IRANSansDigit, IRANSans, Tahoma, sans-serif;
}

html[lang="en-US"],
html[lang="en"],
body.lang-en,
body.ltr,
body.dds-ltr {
  font-family: IRANSans, Arial, sans-serif;
  font-feature-settings: "lnum";
}

a,
.titr,
.before-link,
.rootitr-content-top,
.title-second-last-examples {
  color: var(--dds-violet);
}

a:hover {
  color: var(--dds-violet-dark);
}

.dds-site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--dds-border);
  border-top-color: var(--dds-primary) !important;
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.06);
}

.dds-site-header .logo a {
  align-items: center;
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.dds-site-header .logo img {
  height: 58px;
  object-fit: contain;
  width: auto;
}

.dds-logo-text {
  color: var(--dds-violet-dark);
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  min-width: 150px;
}

.dds-logo-text strong,
.dds-footer-brand strong {
  font-weight: 700;
}

.dds-logo-text small,
.dds-footer-brand span {
  color: #6b6473;
  font-family: roboto, Arial, sans-serif;
  font-size: 12px;
}

.dds-image-placeholder {
  align-items: center;
  background: linear-gradient(135deg, rgba(91, 53, 177, 0.10), rgba(18, 154, 137, 0.10));
  border: 1px solid rgba(91, 53, 177, 0.16);
  border-radius: 12px;
  color: var(--dds-primary-dark);
  display: flex;
  justify-content: center;
  min-height: 180px;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.dds-image-placeholder span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  max-width: 80%;
}

.dds-empty-state {
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(91, 53, 177, 0.14);
  border-radius: 8px;
  color: var(--dds-primary-dark);
  font-size: 14px;
}

.pic-image .dds-image-placeholder {
  border-radius: 0;
  min-height: 420px;
}

.menu a {
  color: var(--dds-black);
}

.dds-site-header .menu a,
.dds-site-header .menu .menu-item > a,
.dds-site-header .menu .page_item > a {
  color: var(--dds-primary) !important;
}

.menu a:hover,
.menu .current-menu-item > a,
.menu .current_page_item > a {
  color: var(--dds-violet);
}

.dds-site-header .menu a:hover,
.dds-site-header .menu a:focus-visible {
  color: var(--dds-primary-dark) !important;
}

.dds-site-header .menu .current-menu-item > a,
.dds-site-header .menu .current_page_item > a,
.dds-site-header .menu .current-menu-ancestor > a,
.dds-site-header .menu .current_page_ancestor > a,
.dds-site-header .menu .current_page_parent > a {
  color: var(--dds-primary) !important;
}

.frag ul {
  align-items: center;
  display: flex;
  gap: 10px;
}

.frag ul li:not(:first-child)::after {
  content: none !important;
  display: none !important;
}

.frag li a {
  border: 1px solid var(--dds-border);
  border-radius: 4px;
  color: var(--dds-violet-dark);
  display: block;
  font-family: roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 7px 8px;
  text-shadow: none;
}

.frag li.active a,
.frag li a:hover {
  background: var(--dds-violet);
  border-color: var(--dds-violet);
  color: #ffffff;
}

.input-background,
.box-blog,
.box-blog2,
.box-text,
.box-text-single {
  border-color: var(--dds-border);
}

.input-slider,
input,
button,
select,
textarea {
  border-color: var(--dds-border);
}

.input-slider:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 3px rgba(91, 33, 182, 0.14);
}

.pagination .current,
.w3-blue,
.header-right-mob,
.mobile-menu-logo,
.scrollToTop {
  background: var(--dds-violet) !important;
}

.titr {
  align-items: center !important;
  color: var(--dds-text) !important;
  display: flex !important;
  gap: 16px;
  inline-size: 100%;
  padding-inline: 0 !important;
  position: relative;
}

.titr::before,
.titr::after {
  background: var(--dds-primary) !important;
  block-size: 1px !important;
  content: "" !important;
  flex: 1 1 48px;
  inline-size: auto !important;
  inset: auto !important;
  opacity: 0.75;
  position: static !important;
}

[dir="rtl"] .titr,
html[dir="rtl"] .titr,
body.dds-rtl .titr {
  text-align: right;
}

[dir="ltr"] .titr,
html[dir="ltr"] .titr,
body.dds-ltr .titr {
  text-align: left;
}

.box-news,
.back-green,
.back-blue,
.hr-box-news,
.buttons-con .action-link-wrap a,
.w3-hover-blue:hover {
  background: var(--dds-primary) !important;
}

.w3-hover-blue-gray:hover {
  background: var(--dds-primary-dark) !important;
}

.w3-border {
  border-inline-start-color: var(--dds-primary) !important;
}

.header,
.dds-site-header,
.border-image,
.border-title-second-last-examples,
.box-image-last-examples,
.box-blog,
.box-blog2,
.input-background,
.tag {
  border-color: var(--dds-border) !important;
}

.before-link,
.rootitr-content-top,
.title-second-last-examples,
.titr-festival,
.menu a:hover,
.menu .current-menu-item > a,
.menu .current_page_item > a {
  color: var(--dds-primary) !important;
}

.box-title-second-last-examples,
.content-second-last-examples,
.box-text-media {
  border-color: var(--dds-border) !important;
}

.pagination a:hover {
  color: var(--dds-violet);
}

.background-abuout,
.background-news {
  background-color: var(--dds-violet-soft);
}

.background-abuout {
  clear: both;
  overflow: hidden;
  padding-bottom: 72px;
}

.background-abuout::after,
.dds-activity-section::after {
  clear: both;
  content: "";
  display: table;
}

.dds-activity-section {
  background: #ffffff;
  clear: both;
  overflow: hidden;
  padding: 88px 0 64px;
  position: relative;
  z-index: 1;
}

.dds-activity-section .container {
  position: relative;
  z-index: 2;
}

.dds-activity-section #coverflow {
  margin-top: 18px;
  overflow: hidden;
  padding: 18px 0 22px;
}

.dds-activity-section .flip-items {
  padding: 28px 0 34px;
}

.dds-activity-section #coverflow .dds-activity-item,
.dds-activity-section #coverflow .flipster__item {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dds-activity-section #coverflow .flipster__item__content {
  overflow: visible;
  padding: 8px 6px;
}

.dds-activity-section #coverflow a {
  background-color: #ffffff;
  border: 1px solid rgba(93, 58, 128, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(62, 34, 88, 0.12);
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  min-height: 250px;
  overflow: hidden;
  padding: 22px 18px 18px;
  position: relative;
  text-align: center;
  width: 220px;
}

.dds-activity-section #coverflow h3 {
  color: #4d4258;
  height: auto;
  line-height: 1.8;
  margin: 0;
  min-height: 52px;
  padding: 0 4px;
}

.dds-activity-section .logo-company {
  align-items: center;
  background: #ffffff;
  border: 3px solid var(--dds-primary);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(93, 58, 128, 0.16);
  display: flex;
  height: 156px;
  justify-content: center;
  margin: 0 auto 18px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 156px;
  z-index: 1;
}

.dds-activity-section .flipster__item--current .logo-company {
  height: 164px;
  width: 164px;
}

.dds-activity-section .flipster__item--past .logo-company,
.dds-activity-section .flipster__item--future .logo-company {
  height: 138px;
  width: 138px;
}

.dds-activity-section .logo-company img,
.dds-activity-section .logo-company .dds-image-placeholder {
  display: block;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
  padding: 0;
  transform: scale(1.1);
  transition: transform 0.25s ease;
  width: 100%;
}

.dds-activity-section .logo-company .dds-image-placeholder {
  align-items: center;
  background: linear-gradient(135deg, rgba(108, 55, 151, 0.18), rgba(255, 255, 255, 0.85));
  color: var(--dds-primary);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.7;
  padding: 18px;
  text-align: center;
}

.dds-activity-section a:hover .logo-company img,
.dds-activity-section a:focus .logo-company img {
  transform: scale(1.16);
}

.dds-company-archive {
  background: linear-gradient(180deg, #fcfafd 0%, #f8f5fb 100%);
  color: #302a39;
  padding: 78px 0 88px;
}

.dds-company-container {
  margin: 0 auto;
  width: min(1120px, calc(100% - 32px));
}

.dds-company-breadcrumb {
  align-items: center;
  color: #766d80;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.dds-company-breadcrumb a {
  color: var(--dds-primary);
  font-weight: 800;
  text-decoration: none;
}

.dds-company-breadcrumb a:hover,
.dds-company-breadcrumb a:focus {
  color: var(--dds-violet);
}

.dds-company-hero {
  margin-bottom: 34px;
  max-width: 760px;
}

.dds-company-eyebrow {
  color: var(--dds-primary);
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
  margin-bottom: 8px;
}

.dds-company-title {
  color: #3c244b;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 14px;
}

.dds-company-lead {
  color: #675f70;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

.dds-company-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dds-company-card {
  background: #ffffff;
  border: 1px solid rgba(93, 58, 128, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(62, 34, 88, 0.09);
  overflow: hidden;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.dds-company-card:hover {
  box-shadow: 0 24px 64px rgba(62, 34, 88, 0.14);
  transform: translateY(-3px);
}

.dds-company-card-image {
  background: #eee7f5;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.dds-company-card-image img,
.dds-company-card-image .dds-image-placeholder {
  display: block;
  height: 235px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.dds-company-card-image .dds-image-placeholder {
  align-items: center;
  background: linear-gradient(135deg, rgba(108, 55, 151, 0.14), rgba(255, 255, 255, 0.84));
  color: var(--dds-primary);
  display: flex;
  font-weight: 800;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.dds-company-card-body {
  padding: 22px;
}

.dds-company-card-body h2 {
  font-size: 19px;
  line-height: 1.7;
  margin: 0 0 12px;
}

.dds-company-card-body h2 a {
  color: #352640;
  text-decoration: none;
}

.dds-company-card-body h2 a:hover,
.dds-company-card-body h2 a:focus {
  color: var(--dds-primary);
}

.dds-company-card-body p {
  color: #675f70;
  font-size: 14px;
  line-height: 1.95;
  margin: 0 0 16px;
}

.dds-company-card-link {
  color: var(--dds-primary);
  font-weight: 800;
  text-decoration: none;
}

.dds-company-card-link:hover,
.dds-company-card-link:focus {
  color: var(--dds-violet);
}

.dds-company-single {
  background:
    radial-gradient(circle at 14% 0%, rgba(128, 75, 166, 0.12), transparent 30%),
    linear-gradient(180deg, #fcfafd 0%, #f8f5fb 100%);
  color: #302a39;
  padding: 78px 0 88px;
}

.dds-company-single-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.dds-company-single-media {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 18% 0%, rgba(128, 75, 166, 0.16), transparent 34%),
    linear-gradient(135deg, #f4eef8 0%, #ffffff 58%, #eee7f5 100%);
  border: 1px solid rgba(93, 58, 128, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(62, 34, 88, 0.12);
  max-height: 520px;
  min-height: 320px;
  overflow: hidden;
}

.dds-company-single-media img,
.dds-company-single-media .dds-image-placeholder {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.dds-company-single-media .dds-image-placeholder {
  align-items: center;
  background: linear-gradient(135deg, rgba(108, 55, 151, 0.15), rgba(255, 255, 255, 0.86));
  color: var(--dds-primary);
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 320px;
  padding: 28px;
  text-align: center;
}

.dds-company-single-content {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(93, 58, 128, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(62, 34, 88, 0.1);
  padding: 34px;
}

.dds-company-single-content .dds-company-title {
  margin-bottom: 18px;
}

.dds-company-body {
  color: #302a39;
  font-size: 16px;
  line-height: 2.08;
  text-align: justify;
}

.dds-company-body > :first-child {
  margin-top: 0;
}

.dds-company-body > :last-child {
  margin-bottom: 0;
}

.dds-company-empty {
  color: #675f70;
  line-height: 2;
  margin: 0;
}

.dds-company-cta {
  align-items: center;
  border-top: 1px solid rgba(93, 58, 128, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
}

.dds-company-button {
  align-items: center;
  background: var(--dds-primary);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  text-decoration: none;
}

.dds-company-button:hover,
.dds-company-button:focus {
  background: var(--dds-violet);
  color: #ffffff;
}

.dds-company-button-secondary {
  background: #ffffff;
  border: 1px solid rgba(93, 58, 128, 0.2);
  color: var(--dds-primary);
}

.dds-company-button-secondary:hover,
.dds-company-button-secondary:focus {
  background: #f4eef8;
  border-color: rgba(93, 58, 128, 0.34);
  color: var(--dds-violet);
}

.dds-company-related {
  margin-top: 54px;
}

.dds-company-related h2 {
  color: #3c244b;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 0 22px;
}

.box-one {
  background: linear-gradient(135deg, rgba(59, 7, 100, 0.92), rgba(17, 17, 17, 0.88));
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #efe7ff;
}

.logo-footer img {
  height: auto;
  max-height: 110px;
  max-width: min(100%, 280px);
  object-fit: contain;
  width: auto;
}

.dds-footer-brand {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 8px;
}

.dds-footer-brand span {
  color: #efe7ff;
}

footer .sans-digit p {
  line-height: 2;
}

[dir="ltr"] .pull-right {
  float: left;
}

[dir="ltr"] .pull-left {
  float: right;
}

[dir="ltr"] .align-justify,
[dir="ltr"] .text-footer-info {
  text-align: left;
}

[dir="rtl"] .align-justify,
[dir="rtl"] .text-footer-info {
  text-align: right;
}

[dir="ltr"] .link a {
  padding-left: 15px;
  padding-right: 0;
}

[dir="ltr"] .link a::before {
  left: 0;
  right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .background-abuout {
    padding-bottom: 52px;
  }

  .dds-activity-section {
    padding: 56px 0 48px;
  }

  .dds-activity-section .logo-company {
    height: 124px;
    width: 124px;
  }

  .dds-activity-section .flipster__item--current .logo-company {
    height: 142px;
    width: 142px;
  }

  .dds-activity-section .flipster__item--past .logo-company,
  .dds-activity-section .flipster__item--future .logo-company {
    height: 116px;
    width: 116px;
  }

  .dds-activity-section #coverflow a {
    min-height: 220px;
    padding: 18px 14px 16px;
    width: 194px;
  }

  .dds-company-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dds-company-single-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .mobile {
    background: #ffffff;
    border-bottom: 1px solid var(--dds-border);
  }

  .mobile-menu-right {
    border-left: 1px solid var(--dds-border);
  }

  .mobile-menu li a:hover {
    color: var(--dds-violet);
  }

  .logo-footer img {
    max-height: 92px;
    max-width: 220px;
  }

  .background-abuout {
    padding-bottom: 36px;
  }

  .dds-activity-section {
    padding: 36px 0 32px;
  }

  .dds-activity-section .row {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dds-activity-section .logo-company {
    height: 112px;
    width: 112px;
  }

  .dds-activity-section .flipster__item--current .logo-company {
    height: 120px;
    width: 120px;
  }

  .dds-activity-section .flipster__item--past .logo-company,
  .dds-activity-section .flipster__item--future .logo-company {
    height: 106px;
    width: 106px;
  }

  .dds-activity-section #coverflow {
    padding: 10px 0 16px;
  }

  .dds-activity-section #coverflow .flipster__item__content {
    padding: 6px 4px;
  }

  .dds-activity-section #coverflow a {
    min-height: 198px;
    padding: 16px 12px 14px;
    width: 170px;
  }

  .dds-company-archive,
  .dds-company-single {
    padding: 44px 0 58px;
  }

  .dds-company-container {
    width: min(100% - 22px, 1120px);
  }

  .dds-company-grid {
    grid-template-columns: 1fr;
  }

  .dds-company-card-image img,
  .dds-company-card-image .dds-image-placeholder {
    height: 210px;
  }

  .dds-company-single-content {
    padding: 24px 18px;
  }

  .dds-company-single-media,
  .dds-company-single-content,
  .dds-company-card {
    border-radius: 18px;
  }

  .dds-company-single-media img,
  .dds-company-single-media .dds-image-placeholder {
    height: 100%;
  }

  .dds-company-single-media {
    aspect-ratio: 4 / 3;
    max-height: 320px;
    min-height: 220px;
  }
}

/* @media (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
  }

  body,
  #wrapper,
  .container-fluid {
    overflow-x: clip;
  }

  img,
  video,
  iframe,
  embed,
  object {
    max-width: 100%;
  }

  .container {
    max-width: calc(100% - 32px);
  }

  .dds-site-header .menu a {
    white-space: normal;
  }

  .background-news .row,
  #blog .row,
  #media .row,
  .dds-activity-section .row {
    box-sizing: border-box;
  }

  .box-title-second-last-examples {
    min-height: 100%;
  }

  .title-second-last-examples,
  .excerpt-second-last-examples,
  .rootitr-content-top,
  .box-blog,
  .box-blog2,
  .text-box-blog,
  .text-box-blog2,
  .overflow-text-media,
  .dds-single-title,
  .dds-company-title,
  .dds-about-page,
  .dds-about-page a,
  footer {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .dds-company-breadcrumb {
    min-width: 0;
  }

  .dds-company-breadcrumb a,
  .dds-company-breadcrumb span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .dds-single-container,
  .dds-company-container {
    max-width: calc(100% - 32px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dds-site-header .logo img {
    height: 50px;
  }

  .dds-site-header .menu a {
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .frag ul {
    gap: 6px;
  }

  .main-slider {
    height: 460px;
  }

  .pic-image img {
    height: 460px;
    object-fit: cover;
    object-position: center;
  }

  .absolute-slider {
    bottom: 28px;
  }

  .dds-home-search-form {
    width: min(520px, 74%) !important;
  }

  .background-news .colm3,
  #media .colm3 {
    width: 50%;
  }

  .background-news .box-image-last-examples {
    margin-bottom: 24px;
  }

  #blog > .container > .colm6 {
    width: 50%;
  }

  .img-blog {
    height: 250px;
  }

  .img-blog img,
  .img-media img,
  .box-media > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  footer .colm3,
  footer .colm6 {
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  body,
  #wrapper {
    min-width: 0;
  }

  .container {
    max-width: calc(100% - 22px);
  }

  .pull-right,
  .pull-left,
  [dir="ltr"] .pull-right,
  [dir="ltr"] .pull-left {
    float: none;
  }

  .mobile {
    min-height: 54px;
    z-index: 9999;
  }

  .header-right-mob,
  .header-search-mob,
  .header-left-mob {
    height: 54px;
  }

  .mobile-menu-right {
    max-width: min(86vw, 280px);
    width: min(86vw, 280px);
  }

  body.dds-ltr .mobile-menu-right,
  html[dir="ltr"] .mobile-menu-right {
    left: calc(-1 * min(86vw, 280px));
    right: auto;
  }

  .mobile-menu li a {
    line-height: 1.9;
    overflow-wrap: anywhere;
    padding: 12px 14px;
  }

  .mobile-menu-logo {
    padding: 18px 12px;
  }

  .mobile-menu-logo img,
  .mobile img {
    height: auto;
    max-height: 58px;
    max-width: 180px;
    object-fit: contain;
  }

  .main-slider {
    height: min(68vh, 430px);
    min-height: 280px;
  }

  .pic-image,
  .pic-image img {
    height: 100%;
  }

  .pic-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .pic-image .dds-image-placeholder {
    min-height: 280px;
  }

  .absolute-slider {
    bottom: 18px;
    padding: 0 14px;
  }

  .dds-home-search-form {
    border-radius: 12px;
    padding: 10px !important;
    width: min(100%, 390px) !important;
  }

  .input-slider {
    font-size: 13px;
    height: 42px;
    line-height: 42px;
  }

  .background-news {
    padding: 26px 0;
  }

  .background-news .row.pad-t40,
  #blog .row.pad-t30,
  #media .row.pad-t20,
  .dds-activity-section .row.pad-b20 {
    padding: 14px 0 20px !important;
  }

  .titr {
    font-size: 18px !important;
    gap: 10px;
  }

  .titr::before,
  .titr::after {
    flex-basis: 24px;
  }

  .background-news .colm3,
  #blog .colm6,
  #blog .colm8,
  #blog .colm4,
  #media .colm3,
  footer .colm3,
  footer .colm6 {
    box-sizing: border-box;
    width: 100%;
  }

  .background-news .colm3,
  #media .colm3 {
    padding: 10px 0 !important;
  }

  .box-image-last-examples,
  .border-image,
  .img-blog,
  .img-media,
  .box-media {
    border-radius: 16px;
    overflow: hidden;
  }

  .border-image img {
    height: 220px;
    min-width: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .box-title-second-last-examples {
    position: static;
    height: auto;
    min-height: 0;
    margin-top: 10px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(93, 58, 128, 0.12);
  }

  .title-second-last-examples {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 0 !important;
  }

  .rootitr-content-top {
    max-height: 7.5em;
    overflow: hidden;
    padding: 10px !important;
  }

  #blog {
    padding-bottom: 22px;
  }

  #blog .pad-r20,
  #blog .pad-r40 {
    padding-right: 0 !important;
  }

  .img-blog {
    height: 220px;
  }

  .img-blog img,
  .box-blog2 .responsive img,
  .img-media img,
  .box-media > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .box-blog,
  .box-blog2 {
    height: auto;
    min-height: 0;
  }

  .text-box-blog,
  .text-box-blog2 {
    height: auto;
    max-height: 8.4em;
  }

  .box-blog2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 14px;
    overflow: hidden;
  }

  .box-blog2 .colm4,
  .box-blog2 .colm8 {
    width: 100%;
  }

  .box-blog2 .responsive {
    height: 190px;
    overflow: hidden;
  }

  .background-abuout {
    background-position: center bottom;
    background-size: min(92vw, 420px);
    min-height: 0;
    padding: 28px 0 220px;
  }

  .background-abuout .before-aboutus {
    padding: 0 !important;
  }

  .before-aboutus::before {
    content: none;
  }

  .dds-activity-section #coverflow {
    margin-left: -11px;
    margin-right: -11px;
  }

  .dds-activity-section #coverflow a {
    box-shadow: 0 12px 28px rgba(62, 34, 88, 0.10);
  }

  #media {
    margin-top: 22px;
  }

  .img-media,
  .box-media {
    height: 220px;
  }

  .box-text-media {
    padding: 16px !important;
  }

  .overflow-text-media {
    line-height: 1.9;
    max-height: 9.5em;
    overflow: hidden;
  }

  footer {
    text-align: center;
  }

  footer .pull-right,
  footer .pull-left {
    float: none;
  }

  footer .colm3,
  footer .colm6 {
    padding: 18px 0 !important;
  }

  footer .link ul {
    display: grid;
    gap: 8px;
  }

  footer .link li {
    padding: 0;
  }

  footer .link a {
    display: inline-block;
    max-width: 100%;
    padding-inline: 14px 0;
  }

  footer .text-footer-info,
  footer .sans-digit {
    max-width: 100%;
    text-align: center !important;
  }

  footer .sans-digit p {
    overflow-wrap: anywhere;
  }

  .dds-single-hero {
    padding: 34px 0 32px;
  }

  .dds-single-title,
  .dds-company-title {
    overflow-wrap: anywhere;
  }

  .dds-company-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .dds-company-button {
    width: 100%;
  }

  .dds-about-hero-grid,
  .dds-about-intro-grid,
  .dds-about-contact-grid {
    grid-template-columns: 1fr !important;
  }

  .dds-about-hero,
  .dds-about-section,
  .dds-about-links-section {
    padding-left: 0;
    padding-right: 0;
  }

  .dds-about-hero-content h1,
  .dds-about-panel h2,
  .dds-about-section-header h2,
  .dds-about-contact-card h2 {
    font-size: clamp(24px, 8vw, 32px);
    overflow-wrap: anywhere;
  }

  .dds-about-identity dl,
  .dds-about-contact-list div {
    min-width: 0;
  }

  .dds-about-contact-list span,
  .dds-about-contact-list a,
  .dds-about-identity dd {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .container,
  .dds-single-container,
  .dds-company-container,
  .dds-about-container {
    max-width: calc(100% - 20px);
  }

  .main-slider {
    height: 340px;
    min-height: 260px;
  }

  .background-news .container,
  #blog .container,
  #media .container,
  .dds-activity-section .container {
    max-width: calc(100% - 20px);
  }

  .border-image img,
  .img-blog,
  .img-media,
  .box-media {
    height: 200px;
  }

  .box-blog2 .responsive {
    height: 170px;
  }

  .dds-activity-section #coverflow a {
    min-height: 188px;
    width: 164px;
  }

  .dds-activity-section .logo-company {
    height: 104px;
    width: 104px;
  }

  .dds-activity-section .flipster__item--current .logo-company {
    height: 112px;
    width: 112px;
  }

  .dds-single-featured {
    max-height: 290px;
  }

  .dds-company-card-image img,
  .dds-company-card-image .dds-image-placeholder {
    height: 190px;
  }
}

@media (max-width: 380px) {
  .main-slider {
    height: 310px;
  }

  .dds-home-search-form {
    max-width: calc(100vw - 28px);
  }

  .input-slider {
    font-size: 12px;
  }

  .dds-activity-section #coverflow a {
    min-height: 180px;
    width: 154px;
  }

  .dds-activity-section .logo-company {
    height: 98px;
    width: 98px;
  }

  .dds-activity-section .flipster__item--current .logo-company {
    height: 106px;
    width: 106px;
  }

  .dds-company-card-body,
  .dds-company-single-content {
    padding: 18px 14px;
  }
} */
