/* Same layouts and image proportions as the original, without timing dependence. */
.switch__tab, .theme-loader { display: none !important; pointer-events: none !important; }
.banner__three__slider > .swiper-wrapper { height: auto; align-items: flex-start; }
.banner__three__slider .jt-swipe { position: relative; height: auto !important; overflow: hidden; }
.banner__three__slider .jt-swipe::before { content: ""; display: block; padding-top: 66.666667%; }
.banner__three__slider .jt-swipe > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.blog__three-item-image { height: auto !important; aspect-ratio: 3 / 2; }
.blog__three-item-image > a { display: block; width: 100%; height: 100%; }
.blog__three-item-image img { display: block; }
.news__standard-left-item-image { height: auto !important; aspect-ratio: 2 / 1; }
.news__standard-left-item-image > a { display: block; width: 100%; height: 100%; }
.news__standard-left-item-image img { width: 100%; height: 100%; object-fit: cover; }
.company__history-area-item-left img { height: auto !important; aspect-ratio: 3 / 2; object-fit: cover; }
.team__three-item-image, .team__two-item-image, .team__area-item-image { height: auto !important; aspect-ratio: 2 / 3; }
.project__one-item { height: auto !important; aspect-ratio: 1 / 1; }
.banner__three__slider:not(.swiper-initialized) > .swiper-wrapper { gap: 20px; }
.banner__three__slider:not(.swiper-initialized) .jt-swipe { width: calc((100% - 20px) / 2); }
.services__three-slider:not(.swiper-initialized) { overflow-x: auto; }
.services__three-slider:not(.swiper-initialized) > .swiper-wrapper { gap: 30px; }
.services__three-slider:not(.swiper-initialized) .services__three-item { width: calc((100% - 60px) / 3); }
.glip-menu-toggle { display: none; }
.glip-form-status { font-size: 14px; line-height: 1.5; margin-top: 12px; color: inherit; }
.subscribe .glip-form-status { color: #fff; }
.work__area-item:focus-visible, .mode__switch:focus-visible, .glip-menu-toggle:focus-visible { outline: 2px solid var(--primary-color-3); outline-offset: 4px; }
.news__details-left, .services__details-left, .blog__three-item-content { overflow-wrap: anywhere; }
.dark-mode .work__area-item .light-n { filter: brightness(0) invert(1); }
@media (max-width: 991px) {
  .services__three-slider:not(.swiper-initialized) > .swiper-wrapper { gap: 20px; }
  .services__three-slider:not(.swiper-initialized) .services__three-item { width: calc((100% - 20px) / 2); }
  .glip-menu-fallback { flex-wrap: wrap; }
  .glip-menu-fallback .header__area-menubar-center { order: 3; width: 100%; }
  .glip-menu-fallback .menu-responsive { display: none !important; }
  .glip-menu-fallback.glip-menu-open .menu-responsive { display: block !important; }
  .glip-menu-fallback .menu-responsive ul li { display: block; margin: 0; }
  .glip-menu-fallback .menu-responsive ul li a { display: block; padding: 12px; }
  .glip-menu-fallback .glip-menu-toggle { display: block; border: 0; padding: 12px; background: transparent; color: inherit; font-size: 24px; }
  html:not(.glip-js) .header__area-menubar { flex-wrap: wrap; }
  html:not(.glip-js) .header__area-menubar-center { width: 100%; order: 3; }
  html:not(.glip-js) .menu-responsive { display: block !important; }
  html:not(.glip-js) .menu-responsive ul li a { padding: 12px; }
}
@media (max-width: 767px) {
  .services__three-slider:not(.swiper-initialized) .services__three-item { width: 100%; }
  .news__details-left iframe { max-width: 100%; }
}
