.cs-main_header_left .cs-site_branding img,
.cs-side_header .cs-site_branding img,
.cs-text_widget img {
  max-height: 30px;
  width: auto;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_title,
.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  color: #000;
}

.cs-slider.cs-style3 .cs-portfolio.cs-style1 .cs-portfolio_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs-isotop .cs-portfolio.cs-style1 .cs-portfolio_title,
.cs-isotop .cs-portfolio.cs-style1 .cs-portfolio_subtitle {
  color: #000;
}

.cs-iconbox.cs-style2 .cs-service_highlight_image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs-iconbox.cs-style2 .cs-service_highlight_image img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .cs-main_header_left .cs-site_branding img,
  .cs-side_header .cs-site_branding img,
  .cs-text_widget img {
    max-height: 25px;
  }
}

.cs-video_popup--portrait .cs-video_popup_container {
  max-width: 420px;
}

.cs-video_popup--portrait .embed-responsive-16by9::before {
  padding-top: 177.7778%;
}

.cs-partner_marquee_wrap {
  overflow: hidden;
    direction: ltr;
}

.cs-partner_marquee_in {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
}

.cs-partner_marquee_track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 35s linear infinite;
  animation-direction: reverse;
}

.cs-partner_marquee_track .cs-partner_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cs-partner_marquee_track .cs-partner_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-language_switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.cs-language_switcher a {
  color: inherit;
  opacity: 0.6;
}

.cs-language_switcher a.is-active {
  opacity: 1;
  color: var(--accent, #00ffff);
}

.rtl .cs-language_switcher {
  margin-right: 0;
  margin-left: 16px;
}

@media screen and (min-width: 1200px) {
  .cs-language_switcher--mobile,
  .cs-mobile_header_actions {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .cs-language_switcher--desktop {
    display: none !important;
  }

  .cs-site_header.cs-style1 .cs-main_header_in {
    flex-wrap: nowrap;
  }

  .cs-main_header_left {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
  }

  .cs-main_header_center {
    flex: 1 1 auto;
    min-width: 0;
  }

  .cs-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    min-height: 80px;
    position: relative;
  }

  .cs-mobile_header_actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    order: 1;
  }

  .cs-language_switcher--mobile {
    position: static;
    transform: none;
    margin: 0;
    white-space: nowrap;
    font-size: 11px;
    gap: 6px;
  }

  .cs-nav .cs-munu_toggle {
    position: static !important;
    top: auto !important;
    right: auto !important;
    margin-top: 0 !important;
    flex-shrink: 0;
    order: 2;
  }

  .rtl .cs-nav {
    justify-content: flex-end;
  }
}
