﻿:root {
  --theme: #1A56DB;
  --theme2: #2563EB;
  --theme3: #60A5FA;
}

body {
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Public Sans", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-wrapper {
  background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #1A56DB 100%) !important;
}

.single-footer-widget .widget-head a img {
  max-height: 70px;
  width: auto;
}

.footer-org-info p {
  font-size: 13px;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 3px;
}
.footer-org-info p .label {
  display: inline-block;
  font-weight: 600;
  color: #1A56DB;
  margin-right: 4px;
  min-width: 56px;
}

.about-story-wrapper .about-story-content .about-story-image-2 {
  max-width: 420px;
}
.about-story-wrapper .about-story-content .about-story-image-2 img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}
.about-story-wrapper .about-story-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.testimonial-box-items .client-info-item .client-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonial-box-items .client-info-item .client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.news-box-items .news-thumb > span {
  border-radius: 0 30px 30px 0;
  background: var(--theme);
  top: 20px;
  left: 0;
  z-index: 2;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1;
}

.news-box-items .news-thumb {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.news-box-items .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section.hero-1 {
  background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #1A56DB 100%);
}
.hero-1 .hero-content h1 {
  color: #fff;
}
.hero-1 .hero-content h1 span {
  color: #60A5FA !important;
  display: block;
  margin-top: 8px;
  font-size: 55px;
}
.hero-1 .hero-content h1 {
  max-width: 800px;
  margin: 0 auto;
}
.hero-1 .hero-content p {
  color: rgba(255,255,255,0.85) !important;
}
.hero-1 .hero-content .review-box {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(10px);
}
.hero-1 .hero-content .review-box li span {
  color: rgba(255,255,255,0.8) !important;
}
.hero-1 .hero-content .review-box li span b {
  color: #fff !important;
}
.hero-1 .hero-content .hero-button .theme-btn.style-2 {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
}
.hero-1 .hero-content .hero-button .theme-btn.style-2:hover {
  border-color: var(--theme) !important;
}

.cta-section {
  background: linear-gradient(135deg, #1A56DB 0%, #0F172A 100%) !important;
}

.header-logo img,
.logo img,
.site-logo img {
  max-height: 70px;
  width: auto;
}

.header-1 {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.header-1 .header-main .main-menu ul li a {
  color: rgba(255,255,255,0.9);
}
.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-1 .header-main .main-menu ul li a.nav_on {
  color: #fff !important;
}
.header-1 .header-main .main-menu ul li .submenu {
  background: #fff;
}
.header-1 .header-main .main-menu ul li .submenu li a {
  color: var(--header) !important;
}
.header-1 .header-main .main-menu ul li .submenu li a:hover,
.header-1 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  background: #F8FAFC !important;
}
.header-1 .header-main .main-menu ul li a::before {
  background: #fff;
}

.header-1.inner-style {
  border-bottom: 1px solid rgba(221, 225, 253, 0.8);
}
.header-1.inner-style .text-logo {
  color: var(--header);
}
.header-1.inner-style .text-logo span {
  color: var(--theme);
}
.header-1.inner-style .header-main .main-menu ul li a {
  color: var(--header);
}
.header-1.inner-style .header-main .main-menu ul li a:hover,
.header-1.inner-style .header-main .main-menu ul li a.nav_on {
  color: var(--theme) !important;
}

.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .header-main .main-menu ul li a.nav_on {
  color: var(--theme) !important;
}
.sticky.header-1 {
  border-bottom: 1px solid rgba(221, 225, 253, 0.8);
}

.news-details-wrapper .news-details-content .content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.article-navigation {
  padding: 24px 0 10px;
  margin-top: 20px;
  border-top: 1px solid #E2E8F0;
}
.article-navigation a {
  font-size: 14px;
  color: var(--theme);
  font-weight: 500;
  transition: color 0.3s;
  display: inline-block;
}
.article-navigation a.prev-article i,
.article-navigation a.next-article i {
  font-size: 12px;
  vertical-align: middle;
}
.article-navigation a.prev-article:hover,
.article-navigation a.next-article:hover {
  color: var(--header);
}
.article-navigation a.back-to-list {
  font-size: 13px;
  color: #94A3B8;
  padding: 6px 18px;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  transition: all 0.3s;
}
.article-navigation a.back-to-list:hover {
  color: var(--theme);
  border-color: var(--theme);
  background: #EFF6FF;
}
.article-navigation a.back-to-list i {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 4px;
}

.home-integration-wrapper .home-integration-items .logo-img img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.project-main-wrapper .project-wrapper {
  padding: 50px 60px !important;
  margin-bottom: 60px !important;
  gap: 50px;
}
.project-main-wrapper .project-wrapper.style-padding {
  padding: 50px 60px !important;
}
.project-main-wrapper .project-wrapper .project-content {
  max-width: 420px;
  flex: 1 1 40%;
}
.project-main-wrapper .project-wrapper .project-thumb {
  max-width: 520px;
  flex: 1 1 50%;
}
.project-main-wrapper .project-wrapper .project-thumb img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .project-main-wrapper .project-wrapper {
    padding: 40px 30px !important;
    gap: 30px;
  }
  .project-main-wrapper .project-wrapper .project-content,
  .project-main-wrapper .project-wrapper .project-thumb {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .project-main-wrapper .project-wrapper .project-thumb img {
    height: 260px;
  }
}

.text-logo {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1;
}
.text-logo span {
  color: #60A5FA;
}
.sticky .text-logo {
  color: var(--header);
}
.sticky .text-logo span {
  color: var(--theme);
}

.footer-logo-text {
  font-size: 22px;
  font-weight: 700;
  color: var(--header) !important;
  letter-spacing: 1px;
}
.footer-logo-text span {
  color: #60A5FA;
}

.counter-wrapper {
  background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #1A56DB 100%);
  padding: 60px 0;
}
.counter-wrapper .counter-box-items-2 {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
}
.counter-wrapper .counter-box-items-2 h2 {
  color: #fff !important;
}
.counter-wrapper .counter-box-items-2 p {
  color: rgba(255,255,255,0.75);
}

.integration-partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.integration-partner-list .partner-item {
  width: calc(20% - 20px);
  min-width: 110px;
  text-align: center;
  padding: 20px 12px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.integration-partner-list .partner-item:hover {
  border-color: var(--theme);
  box-shadow: 0 8px 25px rgba(26, 86, 219, 0.1);
  transform: translateY(-3px);
}
.integration-partner-list .partner-item .partner-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  background: #EFF6FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--theme);
  font-weight: 700;
}
.integration-partner-list .partner-item .partner-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--header);
  line-height: 1.4;
}



.news-box-items .news-content {
  padding: 20px 0 10px !important;
}
.news-box-items .news-content .post-date {
  margin-bottom: 6px;
}

.service-box-items:hover .icon {
  color: #fff;
  filter: none;
}

@media (max-width: 1399px) {
  .about-story-wrapper .about-story-content .about-story-image-2 {
    display: none;
  }
}

.about-feature-icon {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff !important;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #1A56DB, #60A5FA) !important;
}

.news-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1A56DB, #60A5FA);
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.unit-category {
  height: 100%;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.3s ease;
}
.unit-category:hover {
  box-shadow: 0 12px 40px rgba(26, 86, 219, 0.08);
  border-color: #BFDBFE;
}
.unit-category-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.unit-category-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1A56DB, #60A5FA);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}
.unit-category-header h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--header);
  margin: 0;
  line-height: 1.3;
}
.unit-category-sub {
  font-size: 11px;
  font-weight: 500;
  color: #94A3B8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.unit-grid {
  column-count: 2;
  column-gap: 12px;
}
.unit-tag {
  display: block;
  padding: 7px 10px;
  font-size: 12.5px;
  font-weight: 500;
  color: #475569;
  border-bottom: 1px dashed #F1F5F9;
  line-height: 1.6;
  break-inside: avoid;
  transition: color 0.2s ease;
}
.unit-tag:hover {
  color: var(--theme);
}

.brand-section .brand-title {
  color: var(--theme) !important;
}

.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 35px;
  z-index: 99;
}

.footer-section {
  background-image: url('../img/footer-bg.jpg');
}

.footer-widgets-wrapper .single-footer-widget .list-area li span {
  color: var(--text);
  cursor: default;
}

.breadcrumb-items { white-space: nowrap; }