.official-header-actions,
.official-footer-actions,
.redirect-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.theme-btn.theme-btn-outline {
  background: transparent;
  border: 1px solid #00c3ff;
  color: #00c3ff;
}

.theme-btn.theme-btn-outline:hover {
  background: #00c3ff;
  color: #fff;
}

.redirect-panel {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(12, 35, 64, 0.12);
}

.redirect-panel p {
  margin-bottom: 20px;
}

.redirect-panel .theme-btn {
  margin-bottom: 0;
}

.redirect-note {
  margin-top: 16px;
  color: #5b6470;
}

.official-login-2fa-group {
  display: none;
}

.official-login-2fa-group.visible {
  display: block;
}

.official-login-tip {
  margin: 8px 0 0;
  color: #6d7785;
  font-size: 13px;
  line-height: 1.5;
}

.official-login-message {
  min-height: 22px;
  margin: -8px 0 14px;
  font-size: 14px;
  line-height: 1.5;
}

.official-login-message.success {
  color: #1f9d55;
}

.official-login-message.error {
  color: #d64545;
}

.login-form .theme-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.official-auth-user-nav {
  display: none;
}

.official-auth-user-nav.is-visible {
  display: list-item;
}

#official-auth-user-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 140px;
}

#official-auth-user-name {
  display: inline-block;
  max-width: 6ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.header-nav-right,
.official-header-actions {
  flex-shrink: 0;
}

.official-header-actions .theme-btn {
  white-space: nowrap;
}

.newsletter-form-message {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.newsletter-form-message.success {
  color: #7cf29a;
}

.newsletter-form-message.error {
  color: #ff8f8f;
}

.form-messege {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.form-messege.success {
  color: #1f9d55;
}

.form-messege.error {
  color: #d64545;
}

#contact-form-section {
  scroll-margin-top: 120px;
}

.technology-content-inner {
  max-width: 960px;
  margin: 0 auto;
}

.technology-video-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.technology-video {
  display: block;
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
  background: #05152f;
  box-shadow: 0 20px 45px rgba(12, 35, 64, 0.16);
}

.service-details-video {
  overflow: hidden;
  border-radius: 16px;
  background: #05152f;
  box-shadow: 0 20px 45px rgba(12, 35, 64, 0.16);
}

.service-details-video-player {
  display: block;
  width: 100%;
  height: auto;
}

.technology-text {
  max-width: 860px;
  margin: 0 auto;
}

.technology-text p {
  margin-bottom: 0;
  color: #5b6470;
  font-size: 17px;
  line-height: 1.95;
}

.choose-feature-list li {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.choose-feature-list li h5 {
  display: block;
  width: 100%;
}

.logo-showcase-slider .owl-stage {
  display: flex;
  align-items: center;
}

.logo-showcase-slider .owl-stage-outer {
  padding: 0 28px;
  margin: 0 -28px;
}

.logo-showcase-slider .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-showcase-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  width: 100%;
  padding: 0 12px;
}

.partner-area .logo-showcase-img {
  display: block;
  width: auto !important;
  padding: 0 !important;
  object-fit: contain;
}

.partner-area .logo-showcase-img-square {
  height: 152px;
  max-width: 152px;
}

.partner-area .logo-showcase-img-wide {
  height: 101px;
  max-width: 248px;
}

.hero-single.hero-single-video {
  background-image: none !important;
}

.hero-slider .owl-stage,
.hero-slider .owl-item {
  display: flex;
}

.hero-slider .owl-item {
  align-items: stretch;
}

.hero-slider .owl-item .hero-single {
  width: 100%;
}

.hero-single {
  background-size: contain !important;
  background-position: center center !important;
  background-color: #0b1a34;
}

.hero-background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0b1a34;
  z-index: -2;
}

.hero-single.hero-single-video::before {
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

.hero-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 10020;
}

.hero-video-modal.is-visible {
  display: flex;
}

.hero-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 21, 47, 0.88);
}

.hero-video-modal-dialog {
  position: relative;
  width: min(100%, 1080px);
  z-index: 1;
}

.hero-video-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #05152f;
  box-shadow: 0 14px 28px rgba(5, 21, 47, 0.24);
  z-index: 3;
  touch-action: manipulation;
}

.hero-video-modal-player {
  display: block;
  width: 100%;
  border-radius: 18px;
  background: #000000;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

body.hero-video-modal-open {
  overflow: hidden;
}

.header-top-contact ul li a {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}

.header-top-contact ul li a i {
  margin-right: 0;
}

.footer-contact a[href^='mailto:'] {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}

.footer-contact a[href^='mailto:'] i {
  width: auto;
  height: auto;
  margin-right: 0;
  line-height: 1;
  text-align: left;
}

.official-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  min-width: 260px;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.official-toast-visible {
  opacity: 1;
  transform: translateY(0);
}

.official-toast-success {
  background: #1f9d55;
}

.official-toast-error {
  background: #d64545;
}

@media (max-width: 991px) {
  .official-header-actions {
    margin-top: 16px;
  }

  .technology-video-wrap {
    margin-bottom: 28px;
  }

  .technology-video {
    border-radius: 12px;
  }

  .service-details-video {
    border-radius: 12px;
  }

  .technology-text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .logo-showcase-item {
    min-height: 150px;
    padding: 0 8px;
  }

  .partner-area .logo-showcase-img-square {
    height: 130px;
    max-width: 130px;
  }

  .partner-area .logo-showcase-img-wide {
    height: 86px;
    max-width: 220px;
  }

  .hero-video-modal {
    padding: 28px 16px 16px;
  }

  .hero-video-modal-close {
    top: -14px;
    right: 0;
  }
}
