/*
  DEVASA MEDIA — SHIMMER HOVER EFFECT LOCK
  Standard effect: hover lift + orange glow + shimmer sweep.
*/

.dm-shimmer-hover-effect,
.service-section .service-block-one .inner-block,
.services-details .service-details-help,
.services-details .dm-service-process-step,
.services-details .faq-content .faq-block-one,
.services-details .dm-service-related-nav.nav-links > div,
.services-details .dm-service-related-nav .dm-blog-nav-read-more,
.feature-section-2 .feature-block .inner-block,
.faq-section .faq-block-one,
.dm-contact-home-faq .faq-block-one,
.dm-faq-quick__card,
.dm-knowledge-search,
.dm-knowledge-intro,
.dm-knowledge-related,
.dm-knowledge-blog-strip,
.dm-knowledge-blog-card.blog-box .inner-box,
.dm-faq-process__card,
.dm-faq-advantages__item,
.dm-faq-stats__card,
.dm-quote-popup .dm-quote-service-link,
.dm-quote-popup .dm-quote-ref-chip {
  position: relative;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, filter 0.45s ease;
}

.faq-section .faq-block-one,
.dm-contact-home-faq .faq-block-one,
.dm-faq-quick__card,
.dm-knowledge-search,
.dm-knowledge-intro,
.dm-knowledge-related,
.dm-knowledge-blog-strip,
.dm-knowledge-blog-card.blog-box .inner-box,
.dm-faq-process__card,
.dm-faq-advantages__item,
.dm-faq-stats__card,
.dm-quote-popup .dm-quote-service-link,
.dm-quote-popup .dm-quote-ref-chip {
  overflow: hidden !important;
}

.dm-shimmer-hover-effect::after,
.service-section .service-block-one .inner-block::after,
.services-details .service-details-help::after,
.services-details .dm-service-process-step::after,
.services-details .faq-content .faq-block-one::after,
.services-details .dm-service-related-nav.nav-links > div::after,
.services-details .dm-service-related-nav .dm-blog-nav-read-more::after,
.feature-section-2 .feature-block .inner-block::after,
.faq-section .faq-block-one::after,
.dm-contact-home-faq .faq-block-one::after,
.dm-faq-quick__card::after,
.dm-knowledge-search::after,
.dm-knowledge-intro::after,
.dm-knowledge-related::after,
.dm-knowledge-blog-strip::after,
.dm-knowledge-blog-card.blog-box .inner-box::after,
.dm-faq-process__card::after,
.dm-faq-advantages__item::after,
.dm-faq-stats__card::after,
.dm-quote-popup .dm-quote-service-link::after,
.dm-quote-popup .dm-quote-ref-chip::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 3;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.dm-shimmer-hover-effect:hover,
.service-section .service-block-one .inner-block:hover,
.services-details .service-details-help:hover,
.services-details .dm-service-process-step:hover,
.services-details .faq-content .faq-block-one:hover,
.services-details .dm-service-related-nav.nav-links > div:hover,
.services-details .dm-service-related-nav .dm-blog-nav-read-more:hover,
.feature-section-2 .feature-block .inner-block:hover,
.faq-section .faq-block-one:hover,
.dm-contact-home-faq .faq-block-one:hover,
.dm-faq-quick__card:hover,
.dm-knowledge-search:hover,
.dm-knowledge-intro:hover,
.dm-knowledge-related:hover,
.dm-knowledge-blog-strip:hover,
.dm-knowledge-blog-card.blog-box .inner-box:hover,
.dm-faq-process__card:hover,
.dm-faq-advantages__item:hover,
.dm-faq-stats__card:hover,
.dm-quote-popup .dm-quote-service-link:hover,
.dm-quote-popup .dm-quote-ref-chip:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 30, 0.58);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), 0 0 42px rgba(255, 107, 30, 0.14);
}

.dm-shimmer-hover-effect:hover::after,
.service-section .service-block-one .inner-block:hover::after,
.services-details .service-details-help:hover::after,
.services-details .dm-service-process-step:hover::after,
.services-details .faq-content .faq-block-one:hover::after,
.services-details .dm-service-related-nav.nav-links > div:hover::after,
.services-details .dm-service-related-nav .dm-blog-nav-read-more:hover::after,
.feature-section-2 .feature-block .inner-block:hover::after,
.faq-section .faq-block-one:hover::after,
.dm-contact-home-faq .faq-block-one:hover::after,
.dm-faq-quick__card:hover::after,
.dm-knowledge-search:hover::after,
.dm-knowledge-intro:hover::after,
.dm-knowledge-related:hover::after,
.dm-knowledge-blog-strip:hover::after,
.dm-knowledge-blog-card.blog-box .inner-box:hover::after,
.dm-faq-process__card:hover::after,
.dm-faq-advantages__item:hover::after,
.dm-faq-stats__card:hover::after,
.dm-quote-popup .dm-quote-service-link:hover::after,
.dm-quote-popup .dm-quote-ref-chip:hover::after {
  left: 125%;
}

.dm-shimmer-hover-effect > img,
.dm-shimmer-hover-effect .hover-img,
.project-block .inner-block.dm-shimmer-hover-effect .hover-img {
  transition: transform 0.55s ease, filter 0.55s ease;
}

.dm-shimmer-hover-effect:hover > img,
.dm-shimmer-hover-effect:hover .hover-img:first-child,
.project-block .inner-block.dm-shimmer-hover-effect:hover .hover-img:first-child {
  transform: scale(1.035);
  filter: contrast(1.06) saturate(1.08);
}

.page-wrapper :where(
  .feature-section-2 .feature-block .inner-block .title .sub-title.dm-feature-card-star-title__label,
  .service-section .service-block-one .inner-block .title,
  .work-process-section .working-block-one .inner-block .title .sub-title.dm-process-step-star-title__label,
  .choose-us-section .feature-box .title .sub-title.dm-choose-feature-star-title__label,
  .feature-section .feature-box-style2 .title,
  .feature-section .feature-box-style3 .title,
  .feature-section .feature-box-style1 .title .dm-feature-title-accent,
  .sec-title > .title,
  .section-title > .title,
  .sec-title .sub-title:not(.dm-portal-intro-brand-heading),
  .section-title .sub-title:not(.dm-portal-intro-brand-heading),
  .award-section .award-box-items-one .inner-block .title .sub-title.dm-award-item-star-title__label,
  .project-block .inner-block .content-block .title,
  .footer-section .footer-content .title,
  .footer-section .footer-content .title-2,
  .footer-section .widget-title,
  .footer-section .mail,
  .footer-section .dm-footer-contact-label,
  .dm-contact-devasa .dm-contact-quick-actions a,
  .dm-contact-office-box .dm-contact-star-title,
  .dm-contact-office-box .contact-details__info .text h5,
  .dm-contact-home-faq .sec-title .sub-title,
  .faq-section .faq-block-one .title-box .title,
  .dm-contact-home-faq .faq-block-one .title-box .title,
  .dm-faq-quick__card .dm-faq-quick__card-title,
  .dm-faq-quick__card .dm-faq-quick__card-count,
  .dm-faq-process__card h3,
  .dm-faq-advantages__item span,
  .dm-faq-stats__card span,
  .services-details .dm-service-detail-main-title,
  .services-details .service-details__content-feature .dm-feature-title,
  .services-details .service-details-help .help-title,
  .services-details .dm-service-process-step .dm-service-process-title,
  .services-details .faq-content .faq-block-one .title-box .title,
  .services-details .dm-service-related-nav .dm-blog-nav-title
) {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.page-wrapper :where(
  .feature-section-2 .feature-block .inner-block .title a,
  .service-section .service-block-one .inner-block .title a,
  .work-process-section .working-block-one .inner-block .title a,
  .choose-us-section .feature-box .title a,
  .feature-section .feature-box-style2 .title a,
  .feature-section .feature-box-style3 .title a,
  .sec-title > .title a,
  .section-title > .title a,
  .sec-title .sub-title a,
  .section-title .sub-title a,
  .dm-portal-intro-actions .section-title .sub-title span a,
  .award-section .award-box-items-one .inner-block .title a,
  .project-block .inner-block .content-block .title a,
  .footer-section .footer-content .title a,
  .footer-section .footer-content .title-2 a,
  .footer-section .widget-title a,
  .footer-section .mail,
  .footer-section .dm-footer-contact-label a,
  .dm-contact-devasa .dm-contact-quick-actions a,
  .dm-contact-office-box .dm-contact-star-title a,
  .dm-contact-office-box .contact-details__info .text h5 a,
  .faq-section .faq-block-one .title-box .title a,
  .dm-contact-home-faq .faq-block-one .title-box .title a
) {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.page-wrapper :where(
  .feature-section-2 .feature-block .inner-block .title .sub-title.dm-feature-card-star-title__label,
  .service-section .service-block-one .inner-block .title,
  .work-process-section .working-block-one .inner-block .title .sub-title.dm-process-step-star-title__label,
  .choose-us-section .feature-box .title .sub-title.dm-choose-feature-star-title__label,
  .feature-section .feature-box-style2 .title,
  .feature-section .feature-box-style3 .title,
  .feature-section .feature-box-style1 .title .dm-feature-title-accent,
  .sec-title > .title,
  .section-title > .title,
  .sec-title .sub-title:not(.dm-portal-intro-brand-heading),
  .section-title .sub-title:not(.dm-portal-intro-brand-heading),
  .award-section .award-box-items-one .inner-block .title .sub-title.dm-award-item-star-title__label,
  .project-block .inner-block .content-block .title,
  .footer-section .footer-content .title,
  .footer-section .footer-content .title-2,
  .footer-section .widget-title,
  .footer-section .mail,
  .footer-section .dm-footer-contact-label,
  .dm-contact-devasa .dm-contact-quick-actions a,
  .dm-contact-office-box .dm-contact-star-title,
  .dm-contact-office-box .contact-details__info .text h5,
  .dm-contact-home-faq .sec-title .sub-title,
  .faq-section .faq-block-one .title-box .title,
  .dm-contact-home-faq .faq-block-one .title-box .title,
  .dm-faq-quick__card .dm-faq-quick__card-title,
  .dm-faq-quick__card .dm-faq-quick__card-count,
  .dm-faq-process__card h3,
  .dm-faq-advantages__item span,
  .dm-faq-stats__card span,
  .services-details .dm-service-detail-main-title,
  .services-details .service-details__content-feature .dm-feature-title,
  .services-details .service-details-help .help-title,
  .services-details .dm-service-process-step .dm-service-process-title,
  .services-details .faq-content .faq-block-one .title-box .title,
  .services-details .dm-service-related-nav .dm-blog-nav-title
)::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--theme-color1);
  transition: width 0.35s ease;
  pointer-events: none;
}

.page-wrapper :where(
  .feature-section-2 .feature-block .inner-block:hover .title .sub-title.dm-feature-card-star-title__label,
  .service-section .service-block-one .inner-block:hover .title,
  .work-process-section .working-block-one .inner-block:hover .title .sub-title.dm-process-step-star-title__label,
  .choose-us-section .feature-box:hover .title .sub-title.dm-choose-feature-star-title__label,
  .feature-section .feature-box-style2:hover .title,
  .feature-section .feature-box-style3:hover .title,
  .feature-section .feature-box-style1:hover .title .dm-feature-title-accent,
  .sec-title > .title:hover,
  .section-title > .title:hover,
  .sec-title .sub-title:hover,
  .section-title .sub-title:hover,
  .award-section .award-box-items-one .inner-block:hover .title .sub-title.dm-award-item-star-title__label,
  .project-block .inner-block:hover .content-block .title,
  .footer-section .footer-content .title:hover,
  .footer-section .footer-content .title-2:hover,
  .footer-section .widget-title:hover,
  .footer-section .mail:hover,
  .footer-section .dm-footer-contact-label:hover,
  .footer-section a:hover .dm-footer-contact-label,
  .dm-contact-devasa .dm-contact-quick-actions a:hover,
  .dm-contact-office-box .dm-contact-star-title:hover,
  .dm-contact-office-box .contact-details__info .text h5:hover,
  .dm-contact-home-faq .sec-title .sub-title:hover,
  .faq-section .faq-block-one:hover .title-box .title,
  .dm-contact-home-faq .faq-block-one:hover .title-box .title,
  .dm-faq-quick__card:hover .dm-faq-quick__card-title,
  .dm-faq-quick__card:hover .dm-faq-quick__card-count,
  .dm-faq-process__card:hover h3,
  .dm-faq-advantages__item:hover span,
  .dm-faq-stats__card:hover span,
  .services-details .dm-service-detail-main-title:hover,
  .services-details .service-details__content-feature:hover .dm-feature-title,
  .services-details .service-details-help:hover .help-title,
  .services-details .dm-service-process-step:hover .dm-service-process-title,
  .services-details .faq-content .faq-block-one:hover .title-box .title,
  .services-details .dm-service-related-nav.nav-links > div:hover .dm-blog-nav-title
) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.page-wrapper :where(
  .feature-section-2 .feature-block .inner-block:hover .title .sub-title.dm-feature-card-star-title__label,
  .service-section .service-block-one .inner-block:hover .title,
  .work-process-section .working-block-one .inner-block:hover .title .sub-title.dm-process-step-star-title__label,
  .choose-us-section .feature-box:hover .title .sub-title.dm-choose-feature-star-title__label,
  .feature-section .feature-box-style2:hover .title,
  .feature-section .feature-box-style3:hover .title,
  .feature-section .feature-box-style1:hover .title .dm-feature-title-accent,
  .sec-title > .title:hover,
  .section-title > .title:hover,
  .sec-title .sub-title:hover,
  .section-title .sub-title:hover,
  .award-section .award-box-items-one .inner-block:hover .title .sub-title.dm-award-item-star-title__label,
  .project-block .inner-block:hover .content-block .title,
  .footer-section .footer-content .title:hover,
  .footer-section .footer-content .title-2:hover,
  .footer-section .widget-title:hover,
  .footer-section .mail:hover,
  .footer-section .dm-footer-contact-label:hover,
  .footer-section a:hover .dm-footer-contact-label,
  .dm-contact-devasa .dm-contact-quick-actions a:hover,
  .dm-contact-office-box .dm-contact-star-title:hover,
  .dm-contact-office-box .contact-details__info .text h5:hover,
  .dm-contact-home-faq .sec-title .sub-title:hover,
  .faq-section .faq-block-one:hover .title-box .title,
  .dm-contact-home-faq .faq-block-one:hover .title-box .title,
  .dm-faq-quick__card:hover .dm-faq-quick__card-title,
  .dm-faq-quick__card:hover .dm-faq-quick__card-count,
  .dm-faq-process__card:hover h3,
  .dm-faq-advantages__item:hover span,
  .dm-faq-stats__card:hover span,
  .services-details .dm-service-detail-main-title:hover,
  .services-details .service-details__content-feature:hover .dm-feature-title,
  .services-details .service-details-help:hover .help-title,
  .services-details .dm-service-process-step:hover .dm-service-process-title,
  .services-details .faq-content .faq-block-one:hover .title-box .title,
  .services-details .dm-service-related-nav.nav-links > div:hover .dm-blog-nav-title
)::after {
  width: 100%;
}

.page-wrapper .feature-section-2 .feature-block .inner-block:hover .title .sub-title.dm-feature-card-star-title__label,
.page-wrapper .feature-section-2 .feature-block .inner-block:hover .title .sub-title.dm-feature-card-star-title__label a,
.page-wrapper .service-section .service-block-one .inner-block:hover .title,
.page-wrapper .service-section .service-block-one .inner-block:hover .title a,
.page-wrapper .work-process-section .working-block-one .inner-block:hover .title .sub-title.dm-process-step-star-title__label,
.page-wrapper .work-process-section .working-block-one .inner-block:hover .title .sub-title.dm-process-step-star-title__label a,
.page-wrapper .choose-us-section .feature-box:hover .title .sub-title.dm-choose-feature-star-title__label,
.page-wrapper .choose-us-section .feature-box:hover .title .sub-title.dm-choose-feature-star-title__label a,
.page-wrapper .feature-section .feature-box-style2:hover .title,
.page-wrapper .feature-section .feature-box-style2:hover .title a,
.page-wrapper .feature-section .feature-box-style3:hover .title,
.page-wrapper .feature-section .feature-box-style3:hover .title a,
.page-wrapper .sec-title > .title:hover,
.page-wrapper .sec-title > .title:hover a,
.page-wrapper .section-title > .title:hover,
.page-wrapper .section-title > .title:hover a,
.page-wrapper .sec-title .sub-title:hover,
.page-wrapper .sec-title .sub-title:hover a,
.page-wrapper .section-title .sub-title:hover,
.page-wrapper .section-title .sub-title:hover a,
.page-wrapper .award-section .award-box-items-one .inner-block:hover .title .sub-title.dm-award-item-star-title__label,
.page-wrapper .project-block .inner-block:hover .content-block .title,
.page-wrapper .project-block .inner-block:hover .content-block .title a,
.page-wrapper .footer-section .footer-content .title:hover,
.page-wrapper .footer-section .footer-content .title-2:hover,
.page-wrapper .footer-section .widget-title:hover,
.page-wrapper .footer-section .mail:hover,
.page-wrapper .footer-section .dm-footer-contact-label:hover,
.page-wrapper .footer-section a:hover .dm-footer-contact-label,
.page-wrapper .dm-contact-devasa .dm-contact-quick-actions a:hover,
.page-wrapper .dm-contact-office-box .dm-contact-star-title:hover,
.page-wrapper .dm-contact-office-box .contact-details__info .text h5:hover,
.page-wrapper .dm-contact-home-faq .sec-title .sub-title:hover,
.page-wrapper .faq-section .faq-block-one:hover .title-box .title,
.page-wrapper .faq-section .faq-block-one:hover .title-box .title a,
.page-wrapper .dm-contact-home-faq .faq-block-one:hover .title-box .title,
.page-wrapper .dm-contact-home-faq .faq-block-one:hover .title-box .title a {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.page-wrapper .feature-section-2 .feature-block .inner-block:hover .title .sub-title.dm-feature-card-star-title__label::after,
.page-wrapper .service-section .service-block-one .inner-block:hover .title::after,
.page-wrapper .work-process-section .working-block-one .inner-block:hover .title .sub-title.dm-process-step-star-title__label::after,
.page-wrapper .choose-us-section .feature-box:hover .title .sub-title.dm-choose-feature-star-title__label::after,
.page-wrapper .feature-section .feature-box-style2:hover .title::after,
.page-wrapper .feature-section .feature-box-style3:hover .title::after,
.page-wrapper .feature-section .feature-box-style1:hover .title .dm-feature-title-accent::after,
.page-wrapper .feature-section .feature-box-style1 .title .dm-feature-title-accent:hover::after,
.page-wrapper .sec-title > .title:hover::after,
.page-wrapper .section-title > .title:hover::after,
.page-wrapper .sec-title .sub-title:not(.dm-portal-intro-brand-heading):hover::after,
.page-wrapper .section-title .sub-title:not(.dm-portal-intro-brand-heading):hover::after,
.page-wrapper .award-section .award-box-items-one .inner-block:hover .title .sub-title.dm-award-item-star-title__label::after,
.page-wrapper .project-block .inner-block:hover .content-block .title::after,
.page-wrapper .footer-section .footer-content .title:hover::after,
.page-wrapper .footer-section .footer-content .title-2:hover::after,
.page-wrapper .footer-section .widget-title:hover::after,
.page-wrapper .footer-section .mail:hover::after,
.page-wrapper .footer-section .dm-footer-contact-label:hover::after,
.page-wrapper .footer-section a:hover .dm-footer-contact-label::after,
.page-wrapper .dm-contact-devasa .dm-contact-quick-actions a:hover::after,
.page-wrapper .dm-contact-office-box .dm-contact-star-title:hover::after,
.page-wrapper .dm-contact-office-box .contact-details__info .text h5:hover::after,
.page-wrapper .dm-contact-home-faq .sec-title .sub-title:hover::after,
.page-wrapper .faq-section .faq-block-one:hover .title-box .title::after,
.page-wrapper .dm-contact-home-faq .faq-block-one:hover .title-box .title::after {
  width: 100%;
}

.page-wrapper .feature-section .feature-box-style3 .content-style-2 .title::after,
.page-wrapper .feature-section .feature-box-style3:hover .content-style-2 .title::after {
  content: none !important;
  width: 0 !important;
}

.page-wrapper .dm-portal-intro-brand-heading > span::after,
.page-wrapper .dm-portal-intro-brand-heading > span:hover::after,
.page-wrapper .dm-portal-intro-brand-heading:hover > span::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.page-wrapper .service-block-one .inner-block .content-box .title a,
.page-wrapper .project-block .inner-block .content-block .title a,
.page-wrapper .project-block-two .inner-block .content-block .title a,
.page-wrapper .project-block-three .inner-block .content-block .title a,
.page-wrapper .blog-box .inner-box .content-box .title a,
.page-wrapper .blog-box-two .inner-box .content-box .title a {
  background-image: none !important;
  background-size: 0 0 !important;
  display: inline;
  width: auto;
  max-width: 100%;
}

.page-wrapper :where(
  .feature-section-2 .feature-block .inner-block .title a,
  .service-section .service-block-one .inner-block .title a,
  .work-process-section .working-block-one .inner-block .title a,
  .choose-us-section .feature-box .title a,
  .feature-section .feature-box-style2 .title a,
  .feature-section .feature-box-style3 .title a,
  .award-section .award-box-items-one .inner-block .title a,
  .project-block .inner-block .content-block .title a,
  .faq-section .faq-block-one .title-box .title a,
  .dm-contact-home-faq .faq-block-one .title-box .title a
) {
  display: inline;
  width: auto;
  max-width: 100%;
}

.page-wrapper .blog-box .inner-box .content-box .arrow-link,
.page-wrapper .blog-box-two .inner-box .content-box .arrow-link {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 6px;
  padding-bottom: 4px;
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
  text-decoration: none !important;
  background-image: none !important;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.page-wrapper .blog-box .inner-box .content-box .arrow-link::after,
.page-wrapper .blog-box-two .inner-box .content-box .arrow-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 99px;
  background: var(--theme-color1);
  transition: width 0.35s ease;
  pointer-events: none;
}

.page-wrapper .blog-box .inner-box .content-box .arrow-link svg path,
.page-wrapper .blog-box-two .inner-box .content-box .arrow-link svg path {
  stroke: var(--theme-color1) !important;
  transition: stroke 0.35s ease;
}

.page-wrapper .blog-box .inner-box .content-box .arrow-link:hover,
.page-wrapper .blog-box .inner-box:hover .content-box .arrow-link,
.page-wrapper .blog-box-two .inner-box .content-box .arrow-link:hover,
.page-wrapper .blog-box-two .inner-box:hover .content-box .arrow-link {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.page-wrapper .blog-box .inner-box .content-box .arrow-link:hover::after,
.page-wrapper .blog-box .inner-box:hover .content-box .arrow-link::after,
.page-wrapper .blog-box-two .inner-box .content-box .arrow-link:hover::after,
.page-wrapper .blog-box-two .inner-box:hover .content-box .arrow-link::after {
  width: 100%;
}

.page-wrapper .blog-box .inner-box .content-box .arrow-link:hover svg path,
.page-wrapper .blog-box .inner-box:hover .content-box .arrow-link svg path,
.page-wrapper .blog-box-two .inner-box .content-box .arrow-link:hover svg path,
.page-wrapper .blog-box-two .inner-box:hover .content-box .arrow-link svg path {
  stroke: #fff !important;
}

.page-wrapper .service-block-one .inner-block .content-box .title a:hover,
.page-wrapper .service-block-one .inner-block:hover .content-box .title a,
.page-wrapper .project-block .inner-block .content-block .title a:hover,
.page-wrapper .project-block-two .inner-block .content-block .title a:hover,
.page-wrapper .project-block-three .inner-block .content-block .title a:hover,
.page-wrapper .blog-box .inner-box .content-box .title a:hover,
.page-wrapper .blog-box .inner-box:hover .content-box .title a,
.page-wrapper .blog-box-two .inner-box .content-box .title a:hover,
.page-wrapper .blog-box-two .inner-box:hover .content-box .title a {
  background-image: none !important;
  background-size: 0 0 !important;
}

.page-wrapper .team-section:not(.dm-home-team-section) .team-block .inner-block .content-block .title::after {
  content: none !important;
}

.page-wrapper .team-section:not(.dm-home-team-section) .team-block .inner-block:hover .content-block .title::after {
  width: 0 !important;
}

.page-wrapper .team-section:not(.dm-home-team-section) .team-block .inner-block .content-block .title a:hover {
  color: #fff !important;
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%) !important;
}

.page-wrapper .sidebar__title,
.page-wrapper .shop-sidebar .sidebar-widget .widget-title,
.page-wrapper .service-sidebar .service-sidebar-single-services .title h3 {
  position: relative;
  display: inline-flex !important;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  padding-bottom: 5px;
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
  font-family: var(--heading-font-family);
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.18;
  letter-spacing: -0.01em;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.page-wrapper .sidebar__title::before,
.page-wrapper .shop-sidebar .sidebar-widget .widget-title::before,
.page-wrapper .service-sidebar .service-sidebar-single-services .title h3::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  content: "";
  background: url("/theme/images/icons/star.png") center / contain no-repeat;
  filter: brightness(0) invert(1);
}

.page-wrapper .sidebar__title::after,
.page-wrapper .shop-sidebar .sidebar-widget .widget-title::after,
.page-wrapper .service-sidebar .service-sidebar-single-services .title h3::after {
  position: absolute;
  left: 23px;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 99px;
  background: var(--theme-color1);
  transition: width 0.35s ease;
  pointer-events: none;
}

.page-wrapper .sidebar__single:hover .sidebar__title,
.page-wrapper .sidebar__title:hover,
.page-wrapper .shop-sidebar .sidebar-widget:hover .widget-title,
.page-wrapper .shop-sidebar .sidebar-widget .widget-title:hover,
.page-wrapper .service-sidebar .service-sidebar-single-services:hover .title h3,
.page-wrapper .service-sidebar .service-sidebar-single-services .title h3:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.page-wrapper .sidebar__single:hover .sidebar__title::after,
.page-wrapper .sidebar__title:hover::after,
.page-wrapper .shop-sidebar .sidebar-widget:hover .widget-title::after,
.page-wrapper .shop-sidebar .sidebar-widget .widget-title:hover::after,
.page-wrapper .service-sidebar .service-sidebar-single-services:hover .title h3::after,
.page-wrapper .service-sidebar .service-sidebar-single-services .title h3:hover::after {
  width: calc(100% - 23px);
}

.page-wrapper .testimonial-one .testi-counter .dm-testimonial-count-highlight {
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.page-wrapper .testimonial-one .testi-counter:hover .dm-testimonial-count-highlight,
.page-wrapper .testimonial-one .testi-counter .dm-testimonial-count-highlight:hover {
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
}

.page-wrapper .testimonial-block-one .inner-box .infu .name {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.page-wrapper .testimonial-block-one .inner-box .infu .name::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--theme-color1);
  transition: width 0.35s ease;
  pointer-events: none;
}

.page-wrapper .testimonial-block-one .inner-box:hover .infu .name,
.page-wrapper .testimonial-block-one .inner-box .infu .name:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.page-wrapper .testimonial-block-one .inner-box:hover .infu .name::after,
.page-wrapper .testimonial-block-one .inner-box .infu .name:hover::after {
  width: 100%;
}

.page-wrapper :where(
  .btn-style-one,
  button[type=submit].btn-style-one,
  .contact-btn,
  .contact-section .contact-button .btn-style-one,
  .contact-section .contact-button button[type=submit],
  .dm-contact-social-button,
  .dm-ecatalog-btn,
  button.project-btn,
  .project-button .project-btn,
  .dm-sidebar-action-button,
  .circle-btn,
  .back-to-top,
  .scroll-to-top,
  .dm-mobile-quote-button,
  .mobile-menu .social-links li a,
  .blog-details__social-list a,
  .blog-details__social-list button,
  .dm-blog-copy-link,
  .dm-blog-detail-gallery__nav,
  .dm-blog-detail-gallery__fullscreen,
  .dm-blog-gallery-lightbox__close,
  .dm-blog-gallery-lightbox__nav,
  .dm-blog-pagination__jump > button,
  .dm-pdf-viewer__stepper-btn,
  .dm-blog-search-clear,
  .sidebar__search-form button[type=submit],
  .dm-blog-sidebar-col .sidebar__search-form button[type=submit],
  .array-button button,
  .faq-section .faq-block-one .title-box .icon,
  .dm-contact-home-faq .faq-block-one .title-box .icon,
  .dm-quote-close,
  .dm-quote-service-link,
  .dm-quote-ref-chip,
  .dm-quote-service-card,
  .dm-quote-radio-card,
  .dm-faq-master-secondary,
  .dm-premium-topbar__action,
  .dm-premium-topbar__ekatalog,
  .dm-premium-topbar__right .dm-header-locale a,
  .dm-header-social a,
  .mobile-nav-toggler,
  .header-1 .logo a,
  .sticky-header .logo a,
  .nav-logo a,
  .footer-logo
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, filter 0.45s ease;
}

.page-wrapper :where(
  .btn-style-one,
  button[type=submit].btn-style-one,
  .contact-btn,
  .contact-section .contact-button .btn-style-one,
  .contact-section .contact-button button[type=submit],
  .dm-contact-social-button,
  .dm-ecatalog-btn,
  button.project-btn,
  .project-button .project-btn,
  .dm-sidebar-action-button,
  .circle-btn,
  .back-to-top,
  .scroll-to-top,
  .dm-mobile-quote-button,
  .mobile-menu .social-links li a,
  .blog-details__social-list a,
  .blog-details__social-list button,
  .dm-blog-copy-link,
  .dm-blog-detail-gallery__nav,
  .dm-blog-detail-gallery__fullscreen,
  .dm-blog-gallery-lightbox__close,
  .dm-blog-gallery-lightbox__nav,
  .dm-blog-pagination__jump > button,
  .dm-pdf-viewer__stepper-btn,
  .dm-blog-search-clear,
  .sidebar__search-form button[type=submit],
  .dm-blog-sidebar-col .sidebar__search-form button[type=submit],
  .array-button button,
  .faq-section .faq-block-one .title-box .icon,
  .dm-contact-home-faq .faq-block-one .title-box .icon,
  .dm-quote-close,
  .dm-quote-service-link,
  .dm-quote-ref-chip,
  .dm-quote-service-card,
  .dm-quote-radio-card,
  .dm-faq-master-secondary,
  .dm-premium-topbar__action,
  .dm-premium-topbar__ekatalog,
  .dm-premium-topbar__right .dm-header-locale a,
  .dm-header-social a,
  .mobile-nav-toggler,
  .header-1 .logo a,
  .sticky-header .logo a,
  .nav-logo a,
  .footer-logo
)::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 3;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.page-wrapper :where(
  .btn-style-one,
  button[type=submit].btn-style-one,
  .contact-btn,
  .contact-section .contact-button .btn-style-one,
  .contact-section .contact-button button[type=submit],
  .dm-contact-social-button,
  .dm-ecatalog-btn,
  button.project-btn,
  .project-button .project-btn,
  .dm-sidebar-action-button,
  .circle-btn,
  .back-to-top,
  .scroll-to-top,
  .dm-mobile-quote-button,
  .mobile-menu .social-links li a,
  .blog-details__social-list a,
  .blog-details__social-list button,
  .dm-blog-copy-link,
  .dm-blog-detail-gallery__nav,
  .dm-blog-detail-gallery__fullscreen,
  .dm-blog-gallery-lightbox__close,
  .dm-blog-gallery-lightbox__nav,
  .dm-blog-pagination__jump > button,
  .dm-pdf-viewer__stepper-btn,
  .dm-blog-search-clear,
  .sidebar__search-form button[type=submit],
  .dm-blog-sidebar-col .sidebar__search-form button[type=submit],
  .array-button button,
  .faq-section .faq-block-one .title-box .icon,
  .dm-contact-home-faq .faq-block-one .title-box .icon,
  .dm-quote-close,
  .dm-quote-service-link,
  .dm-quote-ref-chip,
  .dm-quote-service-card,
  .dm-quote-radio-card,
  .dm-faq-master-secondary,
  .dm-premium-topbar__action,
  .dm-premium-topbar__ekatalog,
  .dm-premium-topbar__right .dm-header-locale a,
  .dm-header-social a,
  .mobile-nav-toggler,
  .header-1 .logo a,
  .sticky-header .logo a,
  .nav-logo a,
  .footer-logo
):hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 30, 0.435);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), 0 0 42px rgba(255, 107, 30, 0.105);
}

.page-wrapper :where(
  .btn-style-one,
  button[type=submit].btn-style-one,
  .contact-btn,
  .contact-section .contact-button .btn-style-one,
  .contact-section .contact-button button[type=submit],
  .dm-contact-social-button,
  .dm-ecatalog-btn,
  button.project-btn,
  .project-button .project-btn,
  .dm-sidebar-action-button,
  .circle-btn,
  .back-to-top,
  .scroll-to-top,
  .dm-mobile-quote-button,
  .mobile-menu .social-links li a,
  .blog-details__social-list a,
  .blog-details__social-list button,
  .dm-blog-copy-link,
  .dm-blog-detail-gallery__nav,
  .dm-blog-detail-gallery__fullscreen,
  .dm-blog-gallery-lightbox__close,
  .dm-blog-gallery-lightbox__nav,
  .dm-blog-pagination__jump > button,
  .dm-pdf-viewer__stepper-btn,
  .dm-blog-search-clear,
  .sidebar__search-form button[type=submit],
  .dm-blog-sidebar-col .sidebar__search-form button[type=submit],
  .array-button button,
  .faq-section .faq-block-one .title-box .icon,
  .dm-contact-home-faq .faq-block-one .title-box .icon,
  .dm-quote-close,
  .dm-quote-service-link,
  .dm-quote-ref-chip,
  .dm-quote-service-card,
  .dm-quote-radio-card,
  .dm-faq-master-secondary,
  .dm-premium-topbar__action,
  .dm-premium-topbar__ekatalog,
  .dm-premium-topbar__right .dm-header-locale a,
  .dm-header-social a,
  .mobile-nav-toggler,
  .header-1 .logo a,
  .sticky-header .logo a,
  .nav-logo a,
  .footer-logo
):hover::after {
  left: 125%;
}

.page-wrapper :where(
  .btn-style-one,
  button[type=submit].btn-style-one,
  .contact-btn,
  .contact-section .contact-button .btn-style-one,
  .contact-section .contact-button button[type=submit],
  .dm-contact-social-button,
  .dm-ecatalog-btn,
  button.project-btn,
  .project-button .project-btn,
  .dm-sidebar-action-button,
  .circle-btn,
  .back-to-top,
  .scroll-to-top,
  .dm-mobile-quote-button,
  .mobile-menu .social-links li a,
  .blog-details__social-list a,
  .blog-details__social-list button,
  .dm-blog-copy-link,
  .dm-blog-detail-gallery__nav,
  .dm-blog-detail-gallery__fullscreen,
  .dm-blog-gallery-lightbox__close,
  .dm-blog-gallery-lightbox__nav,
  .dm-blog-pagination__jump > button,
  .dm-pdf-viewer__stepper-btn,
  .dm-blog-search-clear,
  .sidebar__search-form button[type=submit],
  .dm-blog-sidebar-col .sidebar__search-form button[type=submit],
  .array-button button,
  .faq-section .faq-block-one .title-box .icon,
  .dm-contact-home-faq .faq-block-one .title-box .icon,
  .dm-quote-close,
  .dm-quote-service-link,
  .dm-quote-ref-chip,
  .dm-quote-service-card,
  .dm-quote-radio-card,
  .dm-faq-master-secondary,
  .dm-premium-topbar__action,
  .dm-premium-topbar__ekatalog,
  .dm-premium-topbar__right .dm-header-locale a,
  .dm-header-social a,
  .mobile-nav-toggler,
  .header-1 .logo a,
  .sticky-header .logo a,
  .nav-logo a,
  .footer-logo
) :where(i, span, img) {
  position: relative;
  z-index: 4;
}

.page-wrapper :where(.header-1 .logo a, .sticky-header .logo a, .nav-logo a, .footer-logo) {
  display: inline-flex !important;
  width: fit-content;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  line-height: 0;
}

.page-wrapper :where(.header-1 .logo a, .sticky-header .logo a, .nav-logo a, .footer-logo)::after {
  z-index: 1;
  left: -60%;
  opacity: 0;
}

.page-wrapper :where(.header-1 .logo a, .sticky-header .logo a, .nav-logo a, .footer-logo) img {
  display: block;
  position: relative;
  z-index: 4;
}

.page-wrapper :where(.header-1 .logo a, .sticky-header .logo a, .nav-logo a, .footer-logo):hover::after {
  opacity: 1;
}

body > .mobile-menu .nav-logo a {
  position: relative;
  display: inline-flex !important;
  width: fit-content;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  line-height: 0;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, filter 0.45s ease;
}

body > .mobile-menu .nav-logo a::after {
  position: absolute;
  top: 0;
  left: -60%;
  z-index: 1;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  transition: left 0.65s ease, opacity 0.25s ease;
  pointer-events: none;
}

body > .mobile-menu .nav-logo a:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), 0 0 42px rgba(255, 107, 30, 0.105);
}

body > .mobile-menu .nav-logo a:hover::after {
  left: 125%;
  opacity: 1;
}

body > .mobile-menu .nav-logo a img {
  position: relative;
  z-index: 4;
}

body > .mobile-menu :where(
  .navigation li,
  .dm-mobile-quote-button,
  .dm-mobile-address-group,
  .dm-mobile-office-card,
  .contact-info-box,
  .social-links li a
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body > .mobile-menu :where(
  .navigation li,
  .dm-mobile-quote-button,
  .dm-mobile-address-group,
  .dm-mobile-office-card,
  .contact-info-box,
  .social-links li a
)::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), rgba(255, 107, 30, 0.12), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  transition: left 0.75s cubic-bezier(.22,.61,.36,1), opacity 0.28s ease;
  pointer-events: none;
}

body > .mobile-menu :where(
  .navigation li,
  .dm-mobile-quote-button,
  .dm-mobile-address-group,
  .dm-mobile-office-card,
  .contact-info-box,
  .social-links li a
):hover::after,
body > .mobile-menu :where(
  .navigation li,
  .dm-mobile-quote-button,
  .dm-mobile-address-group,
  .dm-mobile-office-card,
  .contact-info-box,
  .social-links li a
):focus-within::after {
  left: 125%;
  opacity: 1;
}

body > .mobile-menu :where(
  .navigation li,
  .dm-mobile-quote-button,
  .dm-mobile-address-group,
  .dm-mobile-office-card,
  .contact-info-box,
  .social-links li a
) > * {
  position: relative;
  z-index: 4;
}

.page-wrapper :where(.dm-contact-quick-actions a, .footer-bottom .social-icon a) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, filter 0.45s ease;
}

.page-wrapper :where(.dm-contact-quick-actions a, .footer-bottom .social-icon a)::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 3;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.page-wrapper :where(.dm-contact-quick-actions a, .footer-bottom .social-icon a):hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 30, 0.435);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), 0 0 42px rgba(255, 107, 30, 0.105);
}

.page-wrapper :where(.dm-contact-quick-actions a, .footer-bottom .social-icon a):hover::after {
  left: 125%;
}

.page-wrapper :where(.dm-contact-quick-actions a, .footer-bottom .social-icon a) :where(i, span, img) {
  position: relative;
  z-index: 4;
}

.page-wrapper :where(
  .dm-premium-topbar__action,
  .dm-premium-topbar__ekatalog,
  .dm-premium-topbar__right .dm-header-locale a
):hover {
  transform: none !important;
}

.page-wrapper .choose-us-content-1 .choose-client-info .ball-icon,
.page-wrapper .choose-us-content-1 .choose-client-info .info-content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, filter 0.45s ease;
}

.page-wrapper .choose-us-content-1 .choose-client-info .ball-icon::after,
.page-wrapper .choose-us-content-1 .choose-client-info .info-content::after {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 3;
  width: 54%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.page-wrapper .choose-us-content-1 .choose-client-info .ball-icon img,
.page-wrapper .choose-us-content-1 .choose-client-info .info-content :where(img, span, p) {
  position: relative;
  z-index: 4;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.page-wrapper .choose-us-content-1 .choose-client-info .ball-icon:hover,
.page-wrapper .choose-us-content-1 .choose-client-info .info-content:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 107, 30, 0.95);
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.94) 0%, rgba(8, 8, 12, 0.84) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36), 0 0 0 3px rgba(255, 107, 30, 0.18), 0 0 30px rgba(255, 107, 30, 0.4);
}

.page-wrapper .choose-us-content-1 .choose-client-info .ball-icon:hover::after,
.page-wrapper .choose-us-content-1 .choose-client-info .info-content:hover::after {
  left: 125%;
}

.page-wrapper .choose-us-content-1 .choose-client-info .ball-icon:hover img,
.page-wrapper .choose-us-content-1 .choose-client-info .info-content:hover :where(img, span, p) {
  transform: scale(1.04);
  filter: contrast(1.08) saturate(1.1);
}

.page-wrapper .choose-us-content-1 .choose-client-info .info-content:hover :where(img, span, p) {
  transform: none;
  filter: none;
}

.page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, background-color 0.45s ease;
}

.page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon::after {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 3;
  width: 54%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon img {
  position: relative;
  z-index: 4;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon:hover {
  transform: translateY(-6px) scale(1.04);
  border-color: rgba(255, 107, 30, 0.58);
  background-color: rgba(255, 107, 30, 0.12);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.32), 0 0 36px rgba(255, 107, 30, 0.16);
}

.page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon:hover::after {
  left: 125%;
}

.page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon:hover img {
  transform: scale(1.1) rotate(3deg);
  filter: contrast(1.08) saturate(1.12);
}

.page-wrapper .testimonial-one .left-content .circle-box > .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  transition: filter 0.45s ease, opacity 0.45s ease;
}

.page-wrapper .testimonial-one .left-content .circle-box > .icon::before {
  content: none;
}

.page-wrapper .testimonial-one .left-content .circle-box > .icon img {
  position: relative;
  z-index: 2;
  transition: filter 0.45s ease, opacity 0.45s ease;
}

.page-wrapper .testimonial-one .left-content .circle-box:hover > .icon,
.page-wrapper .testimonial-one .left-content .circle-box > .icon:hover {
  filter: saturate(1.08);
}

.page-wrapper .testimonial-one .left-content .circle-box:hover > .icon img,
.page-wrapper .testimonial-one .left-content .circle-box > .icon:hover img {
  filter: brightness(1.16) contrast(1.1) saturate(1.14);
  opacity: 1;
}

.dm-quote-popup .dm-quote-ref-chip:hover::after {
  left: 125%;
}

/* DM Sayfalar CMS — kart yüzeyi ui-shell dm-admin-cms-frame-hover ile yönetilir */

@media (prefers-reduced-motion: reduce) {
  .dm-shimmer-hover-effect,
  .service-section .service-block-one .inner-block,
  .feature-section-2 .feature-block .inner-block,
  .dm-shimmer-hover-effect::after,
  .service-section .service-block-one .inner-block::after,
  .feature-section-2 .feature-block .inner-block::after,
  .faq-section .faq-block-one,
  .dm-contact-home-faq .faq-block-one,
  .dm-faq-quick__card,
  .dm-faq-process__card,
  .dm-faq-advantages__item,
  .dm-faq-stats__card,
  .dm-quote-popup .dm-quote-service-link,
  .dm-quote-popup .dm-quote-ref-chip,
  .faq-section .faq-block-one::after,
  .dm-contact-home-faq .faq-block-one::after,
  .dm-faq-quick__card::after,
  .dm-faq-process__card::after,
  .dm-faq-advantages__item::after,
  .dm-faq-stats__card::after,
  .dm-quote-popup .dm-quote-service-link::after,
  .dm-quote-popup .dm-quote-ref-chip::after,
  .page-wrapper .choose-us-content-1 .choose-client-info .ball-icon,
  .page-wrapper .choose-us-content-1 .choose-client-info .ball-icon::after,
  .page-wrapper .choose-us-content-1 .choose-client-info .ball-icon img,
  .page-wrapper .choose-us-content-1 .choose-client-info .info-content,
  .page-wrapper .choose-us-content-1 .choose-client-info .info-content::after,
  .page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon,
  .page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon::after,
  .page-wrapper .testimonial-customar-area .customar-right-content :where(.google-area, .capterra-area) .icon img,
  .page-wrapper .testimonial-one .left-content .circle-box > .icon,
  .page-wrapper .testimonial-one .left-content .circle-box > .icon::before,
  .page-wrapper .testimonial-one .left-content .circle-box > .icon img {
    transition: none;
  }
}

/* Portal — yıldızlı turuncu kelime: hover altında yalnızca kelime genişliğinde beyaz çizgi */
.page-wrapper .sec-title > .title:has(> span),
.page-wrapper .section-title > .title:has(> span) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.page-wrapper .sec-title > .title:has(> span)::after,
.page-wrapper .section-title > .title:has(> span)::after,
.page-wrapper .sec-title > .title:has(> span):hover::after,
.page-wrapper .section-title > .title:has(> span):hover::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.page-wrapper .sec-title > .title > span:not(.dm-reference-title-subline),
.page-wrapper .section-title > .title > span:not(.dm-reference-title-subline),
.page-wrapper .sec-title .title .dm-portal-slogan-highlight,
.page-wrapper .section-title .title .dm-portal-slogan-highlight {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  position: relative !important;
  overflow: visible !important;
  padding-bottom: 4px !important;
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
}

.page-wrapper .sec-title > .title,
.page-wrapper .section-title > .title {
  overflow: visible !important;
}

.page-wrapper .sec-title.text-center > .title > span:not(.dm-reference-title-subline),
.page-wrapper .section-title.text-center > .title > span:not(.dm-reference-title-subline) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-wrapper .sec-title > .title .dm-reference-title-highlight,
.page-wrapper .section-title > .title .dm-reference-title-highlight {
  display: inline !important;
  width: auto !important;
  position: relative !important;
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
}

.page-wrapper .sec-title > .title > span:not(.dm-reference-title-subline)::after,
.page-wrapper .section-title > .title > span:not(.dm-reference-title-subline)::after,
.page-wrapper .sec-title > .title .dm-reference-title-highlight::after,
.page-wrapper .section-title > .title .dm-reference-title-highlight::after,
.page-wrapper .sec-title .title .dm-portal-slogan-highlight::after,
.page-wrapper .section-title .title .dm-portal-slogan-highlight::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  width: 0 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: var(--theme-color1) !important;
  box-shadow: none !important;
  transition: width 0.35s ease !important;
  pointer-events: none !important;
}

html[dir="rtl"] .page-wrapper .sec-title > .title > span:not(.dm-reference-title-subline)::after,
html[dir="rtl"] .page-wrapper .section-title > .title > span:not(.dm-reference-title-subline)::after,
html[dir="rtl"] .page-wrapper .sec-title > .title .dm-reference-title-highlight::after,
html[dir="rtl"] .page-wrapper .section-title > .title .dm-reference-title-highlight::after,
html[dir="rtl"] .page-wrapper .sec-title .title .dm-portal-slogan-highlight::after,
html[dir="rtl"] .page-wrapper .section-title .title .dm-portal-slogan-highlight::after {
  left: auto !important;
  right: 0 !important;
}

.page-wrapper .sec-title > .title > span:not(.dm-reference-title-subline):hover,
.page-wrapper .section-title > .title > span:not(.dm-reference-title-subline):hover,
.page-wrapper .sec-title > .title .dm-reference-title-highlight:hover,
.page-wrapper .section-title > .title .dm-reference-title-highlight:hover,
.page-wrapper .sec-title .title .dm-portal-slogan-highlight:hover,
.page-wrapper .section-title .title .dm-portal-slogan-highlight:hover,
.page-wrapper .sec-title > .title:hover > span:not(.dm-reference-title-subline),
.page-wrapper .section-title > .title:hover > span:not(.dm-reference-title-subline),
.page-wrapper .sec-title > .title:hover .dm-portal-slogan-highlight,
.page-wrapper .section-title > .title:hover .dm-portal-slogan-highlight,
.page-wrapper .sec-title > .title:hover .dm-reference-title-highlight,
.page-wrapper .section-title > .title:hover .dm-reference-title-highlight {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.page-wrapper .sec-title > .title > span:not(.dm-reference-title-subline):hover::after,
.page-wrapper .section-title > .title > span:not(.dm-reference-title-subline):hover::after,
.page-wrapper .sec-title > .title .dm-reference-title-highlight:hover::after,
.page-wrapper .section-title > .title .dm-reference-title-highlight:hover::after,
.page-wrapper .sec-title .title .dm-portal-slogan-highlight:hover::after,
.page-wrapper .section-title .title .dm-portal-slogan-highlight:hover::after,
.page-wrapper .sec-title > .title:hover > span:not(.dm-reference-title-subline)::after,
.page-wrapper .section-title > .title:hover > span:not(.dm-reference-title-subline)::after,
.page-wrapper .sec-title > .title:hover .dm-portal-slogan-highlight::after,
.page-wrapper .section-title > .title:hover .dm-portal-slogan-highlight::after,
.page-wrapper .sec-title > .title:hover .dm-reference-title-highlight::after,
.page-wrapper .section-title > .title:hover .dm-reference-title-highlight::after {
  width: 100% !important;
  background: var(--theme-color1) !important;
}

/* Başarı Hikayeleri logo bandı: Keşfedin alt çizgi BEYAZ (anayasa istisnası — PO) */
.page-wrapper .dm-brand-partners-lock .sec-title > .title .dm-reference-title-highlight::after,
.page-wrapper .dm-brand-partners-lock .sec-title > .title .dm-reference-title-highlight:hover::after,
.page-wrapper .dm-brand-partners-lock .sec-title > .title:hover .dm-reference-title-highlight::after,
.page-wrapper .dm-home-brand-partners .sec-title > .title .dm-reference-title-highlight::after,
.page-wrapper .dm-home-brand-partners .sec-title > .title .dm-reference-title-highlight:hover::after,
.page-wrapper .dm-home-brand-partners .sec-title > .title:hover .dm-reference-title-highlight::after,
.page-wrapper .dm-inner-brand-partners .sec-title > .title .dm-reference-title-highlight::after,
.page-wrapper .dm-inner-brand-partners .sec-title > .title .dm-reference-title-highlight:hover::after,
.page-wrapper .dm-inner-brand-partners .sec-title > .title:hover .dm-reference-title-highlight::after {
  background: #ffffff !important;
  box-shadow: none !important;
}

.page-wrapper .award-section .award-box-items-one .inner-block .title.dm-award-item-star-title::after,
.page-wrapper .award-section .award-box-items-one .inner-block:hover .title.dm-award-item-star-title::after,
.page-wrapper .choose-us-section .feature-box .title.dm-choose-feature-star-title::after,
.page-wrapper .choose-us-section .feature-box:hover .title.dm-choose-feature-star-title::after,
.page-wrapper .feature-section-2 .feature-block .title.dm-feature-card-star-title::after,
.page-wrapper .feature-section-2 .feature-block:hover .title.dm-feature-card-star-title::after,
.page-wrapper .work-process-section .working-block-one .title.dm-process-step-star-title::after,
.page-wrapper .work-process-section .working-block-one .inner-block:hover .title.dm-process-step-star-title::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.page-wrapper .sec-title > .title:hover > span:not(.dm-reference-title-subline)::after,
.page-wrapper .section-title > .title:hover > span:not(.dm-reference-title-subline)::after,
.page-wrapper .sec-title .title:hover .dm-portal-slogan-highlight::after,
.page-wrapper .section-title .title:hover .dm-portal-slogan-highlight::after {
  width: 100% !important;
  background: var(--theme-color1) !important;
}

.page-wrapper .sec-title .sub-title:not(.dm-portal-intro-brand-heading),
.page-wrapper .section-title .sub-title:not(.dm-portal-intro-brand-heading),
.page-wrapper .sub-title.tm-sub-tilte:not(.dm-portal-intro-brand-heading),
.page-wrapper .sub-title.tx-subTitle:not(.dm-portal-intro-brand-heading) {
  width: fit-content !important;
  max-width: 100% !important;
}

.page-wrapper .sec-title .sub-title:not(.dm-portal-intro-brand-heading):hover,
.page-wrapper .section-title .sub-title:not(.dm-portal-intro-brand-heading):hover,
.page-wrapper .sub-title.tm-sub-tilte:not(.dm-portal-intro-brand-heading):hover,
.page-wrapper .sub-title.tx-subTitle:not(.dm-portal-intro-brand-heading):hover {
  color: var(--theme-color1) !important;
  -webkit-text-fill-color: var(--theme-color1) !important;
}

.page-wrapper .sec-title .sub-title:not(.dm-portal-intro-brand-heading):hover::after,
.page-wrapper .section-title .sub-title:not(.dm-portal-intro-brand-heading):hover::after,
.page-wrapper .sub-title.tm-sub-tilte:not(.dm-portal-intro-brand-heading):hover::after,
.page-wrapper .sub-title.tx-subTitle:not(.dm-portal-intro-brand-heading):hover::after {
  width: 100% !important;
  background: #fff !important;
  box-shadow: none !important;
}
