html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior-y: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none !important;
}
body {
  background-color: #ffffff;
  color: var(--color-text-dark, #0f172a);
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.sidebar-open {
  overflow: hidden !important;
  touch-action: none;
}
.site-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.page-content {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}
.site-section,
.section-padding,
.solutions-section,
.home-about-section,
.industries-section,
.projects-section,
.blogs-section,
.cta-section,
.about-journey-section,
.site-footer {
  width: 100%;
  max-width: 100%;
  padding: 75px 0;
  overflow: hidden;
}
.cta-section {
  padding: 0 !important;
}
.section-header {
  margin-bottom: 50px;
}
.section-subtitle {
  margin-bottom: 8px;
}
.section-title {
  margin-bottom: 12px;
}
.section-desc {
  margin-bottom: 0;
}
.cards-grid,
.repeat-grid,
.grid-gap-25 {
  display: grid;
  gap: 25px;
  width: 100%;
}
.btn,
.header-cta-btn,
.sidebar-cta-btn,
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: #2b608a;
  color: #ffffff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  border: none;
  border-radius: 8px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(43, 96, 138, 0.25);
  transition:
    background-color 250ms ease,
    transform 200ms ease,
    box-shadow 250ms ease;
}
.btn:hover,
.header-cta-btn:hover,
.sidebar-cta-btn:hover,
.hero-btn:hover {
  background-color: #1f4a6d;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(43, 96, 138, 0.35);
  color: #ffffff;
}
.btn:active,
.header-cta-btn:active,
.sidebar-cta-btn:active,
.hero-btn:active {
  transform: translateY(0);
}
.btn:focus-visible,
.header-cta-btn:focus-visible,
.sidebar-cta-btn:focus-visible,
.hero-btn:focus-visible {
  outline: 2px solid var(--color-accent, #3182ce);
  outline-offset: 3px;
}
.btn-style-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: transparent;
  color: #2b608a;
  border: 2px solid #2b608a;
  border-radius: 8px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition:
    background-color 250ms ease,
    color 250ms ease,
    border-color 250ms ease,
    transform 200ms ease,
    box-shadow 250ms ease;
}
.btn-style-2:hover {
  background-color: #2b608a;
  color: #ffffff;
  border-color: #2b608a;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(43, 96, 138, 0.25);
}
.btn-style-2:active {
  transform: translateY(0);
}
.btn-style-2:focus-visible {
  outline: 2px solid var(--color-accent, #3182ce);
  outline-offset: 3px;
}
.page-banner-section {
  width: 100%;
  max-width: 100%;
  padding: 30px 0 0 0;
  overflow: hidden;
}
.page-banner-card {
  position: relative;
  width: 100%;
  min-height: 480px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 30px rgba(11, 37, 69, 0.06);
}
.page-banner-picture,
.page-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}
.page-banner-overlay {
  position: relative;
  z-index: 2;
  max-width: 480px;
  padding: 50px 0 50px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-banner-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 12px;
}
.contact-page .page-banner-title {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
.page-banner-desc {
  color: #475569;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
}
.contact-page .page-banner-desc {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-weight: 500;
  opacity: 0.95;
}
.page-banner-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.about-journey-section {
  background-color: #ffffff;
}
.about-journey-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 60px;
}
.about-journey-images-col {
  width: 100%;
}
.about-journey-images-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
}
.about-journey-img-card {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(11, 37, 69, 0.08);
  background-color: #f8fafc;
}
.about-journey-img-card-1 {
  margin-top: 0;
}
.about-journey-img-card-2 {
  margin-top: 60px;
}
.about-journey-img-card picture,
.about-journey-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-journey-content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-journey-subtitle-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3182ce;
  margin-bottom: 12px;
}
.about-journey-star-icon {
  width: 16px;
  height: 16px;
  color: #3182ce;
  flex-shrink: 0;
}
.about-journey-subtitle {
  color: #3182ce;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.about-journey-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}
.about-journey-desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.about-journey-desc {
  color: #475569;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.about-stat-card {
  background-color: #f8fafc;
  border-radius: 16px;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}
.about-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(11, 37, 69, 0.06);
}
.about-stat-number-wrapper {
  margin-bottom: 8px;
}
.about-stat-number {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  display: inline-block;
}
.about-stat-label {
  color: #475569;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 600;
}
.about-mv-section {
  background-color: #ffffff;
  padding-top: 0 !important;
  padding-bottom: 75px;
}
.about-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}
.about-mv-card {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #0b2e59 0%, #1a5692 52%, #387bba 100%);
  border-radius: 24px;
  padding: 45px 35px 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: visible;
  box-shadow: 0 14px 35px rgba(11, 46, 89, 0.15);
  transition:
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.about-mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(11, 46, 89, 0.22);
}
.about-mv-vector-badge {
  position: absolute;
  top: -5px;
  right: 30px;
  z-index: 10;
  pointer-events: none;
}
.about-mv-vector-badge picture,
.about-mv-vector-img {
  width: 150px;
  height: auto;
  max-height: none;
  object-fit: contain;
  display: block;
}
.about-mv-icon-box {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  z-index: 2;
}
.about-mv-icon-box picture,
.about-mv-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.about-mv-title {
  color: #ffffff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.about-mv-desc {
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 480px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.about-process-section {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: visible;
}
.process-header {
  text-align: center;
  margin-bottom: 25px;
}
.process-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 8px;
}
.process-subtitle {
  color: #64748b;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.process-radial-container {
  width: 100%;
  max-width: 100%;
  height: 380px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}
.process-radial-stage {
  position: relative;
  width: 900px;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top center;
}
.process-dome-card {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  height: 260px;
  background: #ffffff;
  border-top-left-radius: 260px;
  border-top-right-radius: 260px;
  box-shadow:
    0 -15px 40px rgba(11, 37, 69, 0.07),
    0 0 0 1px rgba(226, 232, 240, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  z-index: 2;
}
.process-logo-img {
  width: 220px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  display: block;
}
.process-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 50px;
  z-index: 5;
  white-space: nowrap;
  cursor: pointer;
}
.process-dot {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #0b2545;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
  transition:
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 0 3px rgba(11, 37, 69, 0.15);
}
.process-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(49, 130, 206, 0.45);
  transform: translate(-50%, -50%) scale(1);
  animation: processDotRipple 2.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  pointer-events: none;
}
.process-node.node-1 .process-dot::before {
  animation-delay: 0s;
}
.process-node.node-2 .process-dot::before {
  animation-delay: 0.4s;
}
.process-node.node-3 .process-dot::before {
  animation-delay: 0.8s;
}
.process-node.node-4 .process-dot::before {
  animation-delay: 1.2s;
}
.process-node.node-5 .process-dot::before {
  animation-delay: 1.6s;
}
.process-node.node-6 .process-dot::before {
  animation-delay: 2s;
}
.process-node.node-7 .process-dot::before {
  animation-delay: 2.4s;
}
@keyframes processDotRipple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.6);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.6);
    opacity: 0;
  }
}
.process-node:hover .process-dot {
  transform: scale(1.35);
  background-color: #3182ce;
  box-shadow: 0 0 14px rgba(49, 130, 206, 0.6);
}
.process-node:hover .process-label {
  color: #3182ce;
  transform: translateY(-1px);
}
.process-label {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 700;
  transition:
    color 300ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.process-node.node-1 {
  right: 702px;
  bottom: 30px;
  flex-direction: row;
  align-items: center;
}
.process-node.node-2 {
  right: 666px;
  bottom: 125px;
  flex-direction: row;
  align-items: center;
}
.process-node.node-3 {
  right: 586px;
  bottom: 205px;
  flex-direction: row;
  align-items: center;
}
.process-node.node-4 {
  left: 50% !important;
  bottom: 254px;
  transform: translateX(-50%) !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}
.process-node.node-4 .process-label {
  text-align: center;
}
.process-node.node-5 {
  left: 586px;
  bottom: 205px;
  flex-direction: row;
  align-items: center;
}
.process-node.node-6 {
  left: 666px;
  bottom: 125px;
  flex-direction: row;
  align-items: center;
}
.process-node.node-7 {
  left: 702px;
  bottom: 30px;
  flex-direction: row;
  align-items: center;
}
.about-values-section {
  position: relative;
  background-image: url("../img/webp/bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
.about-values-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.25) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.about-values-section .site-container {
  position: relative;
  z-index: 2;
}
.values-header {
  text-align: center;
  margin-bottom: 50px;
}
.values-subtitle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3b82f6;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.values-subtitle-badge svg {
  color: #3b82f6;
  flex-shrink: 0;
}
.values-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.value-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 20px 30px 20px;
  text-align: center;
  border: 1px solid rgba(191, 219, 254, 0.8);
  box-shadow: 0 10px 30px rgba(11, 37, 69, 0.06);
  transition:
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 300ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 37, 69, 0.12);
  border-color: rgba(59, 130, 246, 0.5);
}
.value-icon-box {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}
.value-card-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.value-card-desc {
  color: #64748b;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.about-product-section {
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
#product-details-page .about-product-section {
  background-color: #e8f2fc;
}
.product-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.product-subtitle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3b82f6;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.product-subtitle-badge svg {
  color: #3b82f6;
  flex-shrink: 0;
}
.product-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.product-faq-accordion {
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  padding: 18px 0;
  transition: border-color 300ms ease;
}
.faq-item:first-child {
  padding-top: 0;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-toggle-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.faq-question-text {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  transition: color 300ms ease;
}
.faq-toggle-btn:hover .faq-question-text,
.faq-item.is-open .faq-question-text {
  color: #0b2545;
}
.faq-icon-status {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(59, 130, 246, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    transform 350ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 300ms ease,
    background-color 300ms ease;
}
.faq-icon-status::before,
.faq-icon-status::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #3b82f6;
  transform: translate(-50%, -50%);
  transition: background-color 300ms ease;
}
.faq-icon-status::before {
  width: 10px;
  height: 2px;
  border-radius: 1px;
}
.faq-icon-status::after {
  width: 2px;
  height: 10px;
  border-radius: 1px;
}
.faq-item.is-open .faq-icon-status {
  transform: rotate(45deg);
  border-color: #3b82f6;
  background-color: rgba(59, 130, 246, 0.08);
}
.faq-answer-collapse {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 400ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 350ms cubic-bezier(0.16, 1, 0.3, 1),
    padding 350ms cubic-bezier(0.16, 1, 0.3, 1);
  padding-top: 0;
}
.faq-item.is-open .faq-answer-collapse {
  max-height: 250px;
  opacity: 1;
  padding-top: 14px;
}
.faq-answer-text {
  color: #64748b;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
.product-media-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.product-image-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 540px;
  background: linear-gradient(
    135deg,
    rgba(235, 245, 255, 0.9) 0%,
    rgba(220, 238, 255, 0.7) 100%
  );
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  box-shadow:
    0 20px 45px rgba(11, 37, 69, 0.08),
    0 0 0 1px rgba(191, 219, 254, 0.5);
  transition:
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.product-image-card picture {
  width: 100%;
  height: 100%;
  display: block;
}
.product-image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 55px rgba(11, 37, 69, 0.12);
}
.product-showcase-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  display: block;
}
.site-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: var(--z-header, 1000);
  background-color: var(--color-bg-white, #ffffff);
  border-bottom: 1px solid var(--color-border-light, rgba(226, 232, 240, 0.8));
  box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.05));
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, background-color, box-shadow;
  transition:
    background-color 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1),
    padding 300ms cubic-bezier(0.16, 1, 0.3, 1),
    backdrop-filter 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.site-header .header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: var(--header-height-desktop, 90px);
  transition: height 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.site-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}
.site-header.header-light {
  position: relative;
  background-color: var(--color-bg-white, #ffffff);
  border-bottom: 1px solid var(--color-border-light, rgba(226, 232, 240, 0.8));
  box-shadow: var(--shadow-subtle, 0 4px 20px rgba(0, 0, 0, 0.05));
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-sticky, 0 10px 30px -10px rgba(0, 0, 0, 0.08));
  border-bottom: 1px solid var(--color-border-light, rgba(226, 232, 240, 0.8));
  animation: headerStickySlideDown 300ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.site-header.is-sticky .header-container {
  height: var(--header-height-sticky, 70px);
}
@keyframes headerStickySlideDown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.header-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo-link {
  display: inline-block;
  outline: none;
  border-radius: var(--radius-sm, 4px);
  transition: opacity var(--transition-fast, 0.2s ease);
}
.logo-link:hover {
  opacity: 0.9;
}
.logo-link:focus-visible {
  outline: 2px solid var(--color-accent, #3182ce);
  outline-offset: 4px;
}
.logo-link picture {
  display: flex;
  align-items: center;
}
.logo-img {
  height: auto;
  max-height: 52px;
  width: auto;
  object-fit: contain;
  filter: none !important;
  transition: max-height 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.site-header.is-sticky .logo-img {
  max-height: 42px;
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 38px;
  margin: 0;
  padding: 0;
}
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.site-header.header-transparent:not(.is-sticky) .nav-link {
  color: #0b2545;
}
.site-header.header-light .nav-link,
.site-header.is-sticky .nav-link {
  color: var(--color-text-dark, #0f172a);
}
.site-header.header-transparent:not(.is-sticky) .nav-link:hover,
.site-header.header-transparent:not(.is-sticky) .nav-link.active {
  color: #1d5288;
}
.site-header.header-light .nav-link:hover,
.site-header.is-sticky .nav-link:hover,
.site-header.header-light .nav-link.active,
.site-header.is-sticky .nav-link.active {
  color: var(--color-primary, #1d5288);
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.site-header.header-transparent:not(.is-sticky) .nav-link::after {
  background-color: #1d5288;
}
.site-header.header-light .nav-link::after,
.site-header.is-sticky .nav-link::after {
  background-color: var(--color-primary, #1d5288);
}
.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.nav-link:focus-visible {
  outline: none;
  border-radius: var(--radius-sm, 4px);
  box-shadow: 0 0 0 2px var(--color-accent, #3182ce);
}
.header-right-slot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.mobile-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-right: -8px;
  border-radius: var(--radius-sm, 4px);
  font-size: 22px;
  color: #0b2545;
  transition: opacity var(--transition-fast, 0.2s ease);
}
.mobile-hamburger:focus-visible {
  outline: 2px solid var(--color-accent, #3182ce);
}
.site-header .mobile-hamburger {
  color: #0b2545;
}
.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: var(--color-overlay, rgba(15, 23, 42, 0.6));
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: var(--z-overlay, 1050);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 350ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 350ms cubic-bezier(0.16, 1, 0.3, 1);
}
.offcanvas-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.offcanvas-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 85vw;
  height: 100vh;
  height: 100dvh;
  background-color: var(--color-bg-white, #ffffff);
  z-index: var(--z-sidebar, 1100);
  box-shadow: var(--shadow-drawer, -10px 0 40px rgba(0, 0, 0, 0.15));
  display: flex;
  flex-direction: column;
  transform: translate3d(100%, 0, 0);
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.offcanvas-sidebar.is-open {
  transform: translate3d(0, 0, 0);
}
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid var(--color-border-light, rgba(226, 232, 240, 0.8));
}
.sidebar-logo-img {
  max-height: 38px;
  width: auto;
  filter: none !important;
}
.sidebar-close-btn {
  background: none;
  border: none;
  color: var(--color-text-dark, #0f172a);
  cursor: pointer;
  padding: 8px;
  margin-right: -8px;
  font-size: 20px;
  border-radius: var(--radius-sm, 4px);
  transition:
    transform var(--transition-fast, 0.2s ease),
    color var(--transition-fast, 0.2s ease);
}
.sidebar-close-btn:hover {
  color: var(--color-primary, #1d5288);
  transform: rotate(90deg);
}
.sidebar-close-btn:focus-visible {
  outline: 2px solid var(--color-accent, #3182ce);
}
.sidebar-content {
  flex: 1;
  padding: 24px 28px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.sidebar-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-dark, #0f172a);
  text-decoration: none !important;
  background: transparent;
  transition: color var(--transition-fast, 0.2s ease);
}
.sidebar-nav-link:hover,
.sidebar-nav-link.active {
  background: transparent;
  color: var(--color-primary, #1d5288);
}
.sidebar-nav-link:focus-visible {
  outline: 2px solid var(--color-accent, #3182ce);
}
.sidebar-cta-wrapper {
  margin-top: 24px;
}
.sidebar-cta-btn {
  width: 100%;
}
.hero-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #e6f0fa;
}
.hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 980px) {
  .hero-section,
  .hero-swiper .swiper-slide {
    align-items: flex-start !important;
  }
  .hero-swiper .swiper-slide .site-container {
    padding-top: 110px;
  }
  .hero-content-wrapper {
    padding-top: 0 !important;
  }
}
.hero-swiper .swiper-slide .site-container {
  position: relative;
  z-index: 10;
  width: 100%;
}
.hero-bg-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-user-drag: none;
}
.hero-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 550px;
  padding-top: 60px;
}
.hero-title {
  color: #0b2545;
  margin-bottom: 20px;
}
.hero-title-white {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.hero-desc {
  color: #475569;
  margin-bottom: 36px;
}
.hero-desc-white {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.hero-swiper-pagination,
.swiper-horizontal > .hero-swiper-pagination,
.swiper-pagination-bullets.hero-swiper-pagination {
  position: absolute !important;
  bottom: 20px !important;
  top: auto !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: auto !important;
  max-width: fit-content !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center !important;
}
.hero-swiper-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #0284c7 !important;
  border: none !important;
  opacity: 0.45 !important;
  margin: 0 !important;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  cursor: pointer !important;
  border-radius: 50% !important;
}
.hero-swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.85 !important;
  transform: scale(1.15) !important;
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
  width: 22px !important;
  height: 8px !important;
  border-radius: 4px !important;
  background-color: #0284c7 !important;
  opacity: 1 !important;
  box-shadow: 0 1px 6px rgba(2, 132, 199, 0.4) !important;
}
.hero-swiper-prev,
.hero-swiper-next {
  display: none !important;
}
.logo-picture.logo-white-theme {
  display: none;
}
.site-header.header-white-menu:not(.is-sticky) .logo-picture.logo-default {
  display: none;
}
.site-header.header-white-menu:not(.is-sticky) .logo-picture.logo-white-theme {
  display: block;
}
@media (min-width: 992px) {
  .site-header.header-white-menu:not(.is-sticky) .header-nav .nav-link {
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  }
  .site-header.header-white-menu:not(.is-sticky) .header-nav .nav-link:hover,
  .site-header.header-white-menu:not(.is-sticky) .header-nav .nav-link.active {
    color: #ffffff !important;
    opacity: 1;
  }
  .site-header.header-white-menu:not(.is-sticky) .header-nav .nav-link::after {
    background-color: #ffffff !important;
  }
}
.marquee-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 5;
  background: linear-gradient(
    180deg,
    #6ba1d2 0%,
    #2f70aa 22%,
    #1d4f7f 60%,
    #153c63 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(15, 35, 55, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 2px rgba(0, 0, 0, 0.3),
    0 4px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  user-select: none;
}
.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marqueeContinuousLoop 36s linear infinite;
}
.marquee-track:hover {
  animation-play-state: paused;
}
@keyframes marqueeContinuousLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.marquee-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
  white-space: nowrap;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.marquee-star-icon {
  width: 18px;
  height: 18px;
  color: #ffffff;
  flex-shrink: 0;
  animation: starTwinkle 3.6s ease-in-out infinite;
}
.marquee-item:nth-child(even) .marquee-star-icon {
  animation-delay: 1.8s;
}
.marquee-item:nth-child(3n) .marquee-star-icon {
  animation-delay: 0.9s;
}
.marquee-item:nth-child(4n) .marquee-star-icon {
  animation-delay: 2.7s;
}
@keyframes starTwinkle {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.9);
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
  }
}
.solutions-section {
  background-color: #ffffff;
}
.solutions-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 50px;
}
.solutions-subtitle-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3182ce;
  margin-bottom: 12px;
}
.solutions-star-icon {
  width: 16px;
  height: 16px;
  color: #3182ce;
  flex-shrink: 0;
}
.solutions-subtitle {
  color: #3182ce;
  margin-bottom: 0;
}
.solutions-title {
  color: #0b2545;
}
.solutions-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-top: 32px;
}
@media (max-width: 991px) {
  .solutions-header-right {
    padding-top: 0;
  }
}
.solutions-desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.solutions-desc {
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
}
.solutions-concept-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0b2545;
  margin-top: 6px;
  margin-bottom: 0;
}
.solutions-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  padding: 12px 0 24px 0;
  margin-top: -12px;
  margin-bottom: -24px;
}
.solution-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none !important;
  color: inherit;
  transition:
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0px 25px rgba(15, 23, 42, 0.05);
}
.solution-card-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0px;
  border-bottom: 1px solid #f1f5f9;
}
.solution-card-img-wrapper picture,
.solution-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.solution-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.solution-card-title {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #0b2545;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  transition: color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.solution-card-desc {
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
  min-height: 150px;
}
.solution-card-link {
  position: relative;
  color: #3182ce;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  padding-bottom: 2px;
  width: fit-content;
  transition: color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.solution-card-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3182ce;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.solution-card:hover .solution-card-title,
.solution-card:hover .solution-card-link,
.solution-card-link:hover {
  color: #3182ce;
}
.solution-card:hover .solution-card-link::after,
.solution-card-link:hover::after {
  transform: scaleX(1);
}
.home-about-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.home-about-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.home-about-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(11, 37, 69, 0.9) 0%,
    rgba(11, 37, 69, 0.76) 38%,
    rgba(11, 37, 69, 0.35) 68%,
    rgba(11, 37, 69, 0.05) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.home-about-picture,
.home-about-img {
  width: 100%;
  height: auto;
  display: block;
}
.home-about-overlay {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 2;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-about-subtitle-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
  margin-bottom: 12px;
}
.home-about-star-icon {
  width: 16px;
  height: 16px;
  color: #ffffff !important;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}
.home-about-subtitle {
  color: #ffffff !important;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.home-about-title {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  margin-bottom: 18px;
}
.home-about-desc {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1.7;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
  opacity: 0.98;
  margin-bottom: 28px;
}
.home-about-cta-wrapper .btn {
  background-color: #ffffff !important;
  color: #0b2545 !important;
  border: none !important;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}
.home-about-cta-wrapper .btn:hover {
  background-color: #f1f5f9 !important;
  color: #0284c7 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
.industries-section {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.industries-container {
  width: 100%;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 0 !important;
  margin: 0;
}
.industries-layout {
  display: grid;
  grid-template-columns: 440px 1fr;
  align-items: center;
  gap: 60px;
}
.industries-content-col {
  max-width: 440px;
}
.industries-subtitle-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3182ce;
  margin-bottom: 14px;
}
.industries-star-icon {
  width: 16px;
  height: 16px;
  color: #3182ce;
  flex-shrink: 0;
}
.industries-subtitle {
  color: #3182ce;
  margin-bottom: 0;
}
.industries-title {
  color: #0b2545;
  margin-bottom: 20px;
}
.industries-desc {
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 0;
}
.industries-controls {
  position: absolute;
  bottom: 80px;
  left: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.industries-nav-btn {
  display: none !important;
}
.industries-pagination {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  margin-left: 0 !important;
}
.industries-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #cbd5e1;
  opacity: 1;
  border-radius: 4px;
  margin: 0 !important;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
.industries-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #1d5288;
  border-radius: 4px;
}
.industries-slider-col {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-right: 0;
}
.industries-swiper {
  width: 100%;
  padding: 14px 0 24px 0;
  overflow: visible;
}
.industry-card {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}
.industry-card-picture,
.industry-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.industry-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 16px 16px;
  z-index: 2;
  transition: background 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.industry-card:hover .industry-card-overlay {
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.industry-card-title {
  color: #ffffff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.projects-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #0b1d33;
  padding: 0;
}
.projects-header-overlay {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 10;
  pointer-events: none;
}
.projects-subtitle-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  margin-bottom: 12px;
}
.projects-star-icon {
  width: 16px;
  height: 16px;
  color: #ffffff;
  flex-shrink: 0;
}
.projects-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.projects-title {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.projects-swiper-wrapper {
  width: 100%;
  max-width: 100%;
}
.projects-swiper {
  width: 100%;
  height: 580px;
}
.project-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
}
.project-card-picture,
.project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-card:hover .project-card-img {
  transform: scale(1.04);
}
.project-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 29, 51, 0.35) 0%,
    rgba(11, 29, 51, 0.85) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 40px 50px;
  z-index: 2;
  transition: background 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.project-card:hover .project-card-overlay {
  background: linear-gradient(
    180deg,
    rgba(11, 29, 51, 0.2) 0%,
    rgba(11, 29, 51, 0.7) 100%
  );
}
.project-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.project-category-badge {
  display: inline-block;
  background-color: #ffffff;
  color: #3182ce;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.project-card-title {
  color: #ffffff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.project-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.location-icon {
  width: 14px;
  height: 14px;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.projects-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.projects-nav-prev {
  left: 30px;
}
.projects-nav-next {
  right: 30px;
}
.projects-nav-btn:hover {
  background-color: #ffffff;
  color: #1d5288;
  border-color: #ffffff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}
.projects-nav-btn:active {
  transform: translateY(-50%) scale(1);
}
.projects-pagination-wrapper {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
}
.projects-pagination {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 !important;
}
.projects-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 4px;
  margin: 0 !important;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
.projects-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ffffff;
  border-radius: 4px;
}
.blogs-section {
  background-color: #ffffff;
}
.blogs-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 50px;
}
.blogs-subtitle-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3182ce;
  margin-bottom: 12px;
}
.blogs-star-icon {
  width: 16px;
  height: 16px;
  color: #3182ce;
  flex-shrink: 0;
}
.blogs-subtitle {
  color: #3182ce;
  margin-bottom: 0;
}
.blogs-title {
  color: #0b2545;
}
.blogs-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.blogs-desc {
  color: #475569;
  margin-bottom: 0;
}
.blogs-slider-wrapper {
  position: relative;
  width: 100%;
}
.blogs-swiper {
  width: 100%;
  padding: 14px 0 24px 0;
  overflow: visible;
}
.blog-card {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}
.blog-card-picture,
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
.blog-card:hover .blog-card-img {
  transform: scale(1.04);
}
.blog-date-pill {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  background-color: #ffffff;
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.blog-stats-pill {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.blog-stats-pill span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0b2545;
}
.blog-stats-pill i.fa-eye {
  color: #0284c7;
  font-size: 13px;
}
.blog-stats-pill i.fa-heart {
  color: #ef4444;
  font-size: 12.5px;
}
.blog-card:hover .blog-stats-pill {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
@media (max-width: 480px) {
  .blog-date-pill {
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    font-size: 11px;
  }
  .blog-stats-pill {
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    font-size: 11px;
    gap: 8px;
  }
}
.blog-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 35%,
    rgba(11, 37, 69, 0.92) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 30px;
  z-index: 2;
  transition: background 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.blog-card:hover .blog-card-overlay {
  background: linear-gradient(
    180deg,
    transparent 25%,
    rgba(11, 37, 69, 0.95) 100%
  );
}
.blog-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-card-title {
  color: #ffffff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.blog-card-desc {
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-read-more {
  position: relative;
  color: #ffffff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding-bottom: 2px;
}
.blog-read-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0.4);
  transform-origin: left center;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.blog-card:hover .blog-read-more::after {
  transform: scaleX(1);
}
.blogs-controls {
  display: none !important;
}
.projects-section-white {
  background-color: #ffffff;
}
.blogs-grid-3col,
.blogs-grid-2col,
.projects-grid-3col,
.projects-grid-2col,
.portfolio-grid-3col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.projects-grid-3col .project-card {
  height: 400px;
  border-radius: 18px;
  overflow: hidden;
}
.projects-grid-3col .project-card .project-card-overlay {
  padding: 30px 25px;
}
.portfolio-card {
  background-color: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none !important;
  color: inherit;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
  cursor: pointer;
  width: 100%;
}
.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(37, 88, 143, 0.12);
  border-color: #25588f;
  color: inherit;
}
.portfolio-card-img-wrapper {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
  background-color: #f1f5f9;
}
.portfolio-card-img-wrapper picture,
.portfolio-card-img {
  width: 100%;
  height: 100%;
  display: block;
}
.portfolio-card-img {
  object-fit: cover;
  transition: transform 400ms ease;
}
.portfolio-card:hover .portfolio-card-img {
  transform: scale(1.05);
}
.portfolio-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.portfolio-category-pill {
  display: inline-block;
  background-color: #e0f2fe;
  color: #0284c7;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.portfolio-card-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 8px;
  transition: color 250ms ease;
}
.portfolio-card:hover .portfolio-card-title {
  color: #0284c7;
}
.portfolio-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 600;
}
.portfolio-location .location-icon {
  color: #0284c7;
  flex-shrink: 0;
}
.cta-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #e6f0fa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cta-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cta-picture,
.cta-bg-img {
  width: 100%;
  height: auto;
  display: block;
}
.cta-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 50px;
  z-index: 2;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.cta-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.cta-title {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 12px;
  text-align: left;
}
.cta-desc {
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  opacity: 0.95;
  margin-bottom: 28px;
  text-align: left;
}
.cta-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cta-btn {
  background-color: #ffffff !important;
  color: #0b2545 !important;
  padding: 13px 30px;
  border: none !important;
  border-radius: 8px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: all 250ms ease;
}
.cta-btn:hover {
  background-color: #f1f5f9 !important;
  border: none !important;
  color: #0b2545 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.site-footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0 !important;
  border-top: 1px solid rgba(226, 232, 240, 0.6);
  box-shadow: 0 -10px 30px rgba(11, 37, 69, 0.03);
  z-index: 10;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 52%,
    rgba(255, 255, 255, 0.92) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}
.footer-bg-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  display: block;
}
.footer-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 25px 0 25px 0;
}
.footer-main-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.25fr 1.25fr 1.3fr;
  gap: 40px;
  align-items: start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-logo-img {
  max-height: 48px;
  width: auto;
  display: block;
}
.footer-brand-desc {
  color: #475569;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  line-height: 1.65;
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 310px;
}
.footer-col-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 18px;
}
.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-link {
  color: #334155;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 200ms ease;
  display: inline-block;
}
.footer-link:hover {
  color: #1d5288;
}
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334155;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
}
.footer-contact-icon {
  color: #1d5288;
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-contact-link {
  color: #334155;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 200ms ease;
}
.footer-contact-link:hover {
  color: #1d5288;
}
.footer-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(29, 82, 136, 0.25) 20%,
    rgba(29, 82, 136, 0.25) 80%,
    transparent 100%
  );
  margin: 10px 0 20px 0;
}
.footer-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copyright {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
.footer-copyright-link {
  color: #0b2545;
  font-weight: 800;
  text-decoration: none !important;
  transition: color 200ms ease;
}
.footer-copyright-link:hover {
  color: #1d5288;
}
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-legal-link {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 200ms ease;
}
.footer-legal-link:hover {
  color: #1d5288;
  text-decoration: underline;
}
.contact-main-section {
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: flex-start;
}
.contact-subtitle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3b82f6;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.contact-subtitle-badge svg {
  color: #3b82f6;
  flex-shrink: 0;
}
.contact-main-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}
.contact-main-desc {
  color: #64748b;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 35px;
  max-width: 480px;
}
.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact-detail-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-detail-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.contact-detail-icon {
  color: #0b2545;
  flex-shrink: 0;
}
.contact-detail-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}
.contact-detail-underline {
  width: 200px;
  height: 2px;
  background-color: #0b2545;
  margin-bottom: 12px;
  display: block;
}
.contact-detail-value {
  color: #475569;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.contact-detail-value a {
  color: #475569;
  text-decoration: none;
  transition: color 300ms ease;
}
.contact-detail-value a:hover {
  color: #3b82f6;
}
.contact-form-card {
  background-color: #f0f7ff;
  border-radius: 24px;
  padding: 45px 50px;
  box-shadow: 0 10px 35px rgba(11, 37, 69, 0.04);
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.form-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 28px;
}
.form-grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 28px;
}
.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-group-full {
  width: 100%;
}
.form-label {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.required-asterisk {
  color: #dc2626;
  font-weight: 700;
  margin-left: 2px;
}
.form-control-line {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #cbd5e1;
  padding: 8px 0;
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14.5px;
  font-weight: 400;
  outline: none;
  transition: border-color 300ms ease;
}
select.form-control-line {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #94a3b8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 15px;
  transition:
    border-color 300ms ease,
    color 300ms ease;
}
select.form-control-line.has-value,
select.form-control-line:focus {
  color: #0b2545;
  border-bottom-color: #3b82f6;
}
select.form-control-line option {
  background-color: #ffffff;
  color: #0b2545;
  font-size: 14.5px;
  padding: 10px;
}
select.form-control-line option[disabled] {
  color: #94a3b8;
}
.form-control-line::placeholder {
  color: #94a3b8;
}
.form-control-line:focus {
  border-bottom-color: #3b82f6;
}
.form-control-line:-webkit-autofill,
.form-control-line:-webkit-autofill:hover,
.form-control-line:-webkit-autofill:focus,
.form-control-line:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #f0f7ff inset !important;
  -webkit-text-fill-color: #0b2545 !important;
  caret-color: #0b2545;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #0b2545 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.form-textarea-line {
  resize: vertical;
  min-height: 80px;
}
.form-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}
.form-privacy-note {
  color: #64748b;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 380px;
  margin-bottom: 0;
}
.btn-contact-submit {
  background-color: #25588f;
  color: #ffffff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 13px 28px;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background-color 300ms ease,
    transform 300ms ease,
    box-shadow 300ms ease;
  box-shadow: 0 4px 14px rgba(37, 88, 143, 0.25);
}
.btn-contact-submit:hover {
  background-color: #1b4472;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 88, 143, 0.35);
}
.form-response-msg {
  display: none;
  margin-top: 15px;
  padding: 12px 18px;
  border-radius: 10px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
}
.form-response-msg.success {
  background-color: rgba(34, 197, 94, 0.12);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.form-response-msg.error {
  background-color: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.contact-map-section {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 90px;
}
.contact-map-card {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(11, 37, 69, 0.08);
}
.contact-map-iframe {
  width: 100%;
  height: calc(100% + 200px);
  margin-top: -105px;
  border: 0;
  display: block;
}
.map-info-card {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 26px 28px 22px 28px;
  width: 380px;
  max-width: calc(100% - 56px);
  box-shadow:
    0 15px 40px rgba(11, 37, 69, 0.14),
    0 0 0 1px rgba(226, 232, 240, 0.8);
  overflow: hidden;
}
.map-info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.map-info-icon {
  color: #0b2545;
  flex-shrink: 0;
}
.map-info-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}
.map-info-address {
  color: #475569;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}
.btn-map-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #25588f;
  color: #ffffff;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14.5px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
  transition:
    background-color 300ms ease,
    transform 300ms ease,
    box-shadow 300ms ease;
  box-shadow: 0 4px 14px rgba(37, 88, 143, 0.25);
}
.btn-map-action:hover {
  background-color: #1b4472;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 88, 143, 0.35);
}
.map-info-vector-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.25;
  display: flex;
  justify-content: center;
}
.map-info-vector-bg picture,
.map-info-vector-img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  display: block;
  filter: invert(32%) sepia(85%) saturate(1200%) hue-rotate(190deg)
    brightness(95%) contrast(90%);
}
.products-showcase-section {
  background-color: #ffffff;
}
.section-header-center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-subtitle-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  background-color: transparent;
  color: #25588f;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  margin-bottom: 14px;
}
.section-title-center {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
}
.section-desc-center {
  color: #475569;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
.products-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.product-card {
  background-color: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 18px;
  padding: 24px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  color: inherit;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(37, 88, 143, 0.12);
  border-color: #25588f;
  color: inherit;
}
.product-card-img-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
}
.product-card-img-container picture {
  width: 100%;
  height: 100%;
  display: block;
}
.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}
.product-card-title {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
}
.product-card-desc {
  color: #64748b;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 22px;
  flex-grow: 1;
}
.product-card-link {
  color: #0b2545;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding-bottom: 3px;
  margin-top: auto;
  transition: color 300ms ease;
}
.product-card-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: #25588f;
  transition: width 300ms ease;
}
.product-card-link .link-arrow {
  display: inline-block;
  transition: transform 300ms ease;
}
.product-card:hover .product-card-link {
  color: #25588f;
}
.product-card:hover .product-card-link::after {
  width: 100%;
}
.product-card:hover .product-card-link .link-arrow {
  transform: translateX(3px);
}
.product-details-hero-section {
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
.product-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  width: 100%;
}
.product-details-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-main-img-wrapper {
  width: 100%;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 300ms ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
}
.product-main-img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  display: block;
  border-radius: 16px;
  border: none;
  outline: none;
}
.product-details-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
}
.product-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0284c7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-badge-tag svg,
.product-subtitle-badge svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
}
.product-details-heading {
  font-size: 36px;
  font-weight: 800;
  color: #0b2545;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.product-details-text {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 18px;
  font-weight: 500;
}
.product-details-text p,
.overview-paragraph p {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}
.product-details-text p:last-child,
.overview-paragraph p:last-child {
  margin-bottom: 0;
}
.overview-paragraph {
  margin-bottom: 18px;
}
.product-details-text ul,
.overview-paragraph ul {
  margin: 6px 0 10px 0;
  padding-left: 20px;
}
.product-details-text li,
.overview-paragraph li {
  margin-bottom: 4px;
  line-height: 1.55;
}
.product-checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-bottom: 22px;
}
.checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.checklist-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.product-actions-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-quote-primary {
  background-color: #0284c7;
  color: #ffffff !important;
  padding: 13px 28px;
  border: none !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
  transition: all 250ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-quote-primary:hover {
  background-color: #0369a1;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.4);
}
.btn-brochure-secondary {
  background-color: #ffffff;
  color: #334155 !important;
  border: 1px solid #cbd5e1;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 250ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-brochure-secondary:hover {
  background-color: #f8fafc;
  border-color: #0284c7;
  color: #0284c7 !important;
  transform: translateY(-2px);
}
.product-gallery-section {
  background-color: #e8f2fc;
  position: relative;
  width: 100%;
}
.gallery-section-header {
  margin-bottom: 36px;
}
.gallery-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b2545;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 8px;
  text-transform: uppercase;
}
.product-gallery-slider-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 0px !important;
}
.product-gallery-swiper {
  width: 100%;
  overflow: visible;
}
.gallery-card {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  overflow: hidden;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
  cursor: pointer;
  text-decoration: none;
}
.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(11, 37, 69, 0.08);
}
.gallery-card picture,
.gallery-card-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}
.gallery-card-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  color: #0b2545;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 250ms ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.gallery-nav-prev {
  left: -22px;
}
.gallery-nav-next {
  right: -22px;
}
.gallery-nav-btn:hover {
  background-color: #ffffff;
  color: #0284c7;
  border-color: #0284c7;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.gallery-pagination {
  position: absolute !important;
  bottom: -35px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
}
.gallery-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #94a3b8;
  opacity: 0.5;
  border-radius: 4px;
  margin: 0 !important;
  transition: all 300ms ease;
  cursor: pointer;
}
.gallery-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #0284c7;
  opacity: 1;
  border-radius: 4px;
}
.quick-specs-section {
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
.specs-section-header {
  margin-bottom: 36px;
}
.specs-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b2545;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 8px;
  text-transform: uppercase;
}
.quick-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.spec-card {
  background: #ffffff;
  border: 1.5px solid #f1f5f9;
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
}
.spec-card:hover {
  transform: translateY(-4px);
  border-color: #e2e8f0;
  box-shadow: 0 12px 28px rgba(11, 37, 69, 0.05);
}
.spec-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.spec-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.spec-value {
  font-size: 17px;
  font-weight: 800;
  color: #0b2545;
  line-height: 1.3;
  margin-bottom: 0;
}
.product-overview-section {
  background-color: #e8f2fc;
  position: relative;
  width: 100%;
}
.product-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  width: 100%;
}
.overview-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overview-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b2545;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.overview-paragraph {
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 18px;
  font-weight: 500;
}
.overview-paragraph:last-child {
  margin-bottom: 0;
}
.overview-paragraph strong {
  color: #0b2545;
  font-weight: 800;
}
.overview-graphic-col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.construction-card {
  background: #0f172a;
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.15);
}
.construction-card-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #cbd5e1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.construction-diagram-view {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: #1e293b;
  margin-bottom: 24px;
}
.diagram-layer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  user-select: none;
}
.layer-steel-skin {
  width: 18%;
  background: #64748b;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.layer-steel-skin.right-skin {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.layer-pu-core {
  width: 64%;
  background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
}
.core-pill-badge {
  background: #ffffff;
  color: #1e293b;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.construction-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.construction-stat-item {
  display: flex;
  flex-direction: column;
}
.stat-meta-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.stat-meta-value {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0;
}
.technical-specs-section {
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
.tech-specs-header {
  margin-bottom: 36px;
}
.tech-specs-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b2545;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 8px;
  text-transform: uppercase;
}
.tech-specs-table-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(11, 37, 69, 0.04);
}
.tech-specs-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.tech-specs-table thead tr {
  background: #111d2e;
}
.tech-specs-table th {
  padding: 16px 28px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
}
.tech-specs-table th:first-child {
  width: 45%;
}
.tech-specs-table th:last-child {
  width: 55%;
}
.tech-specs-table tbody tr {
  transition: background-color 200ms ease;
}
.tech-specs-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.tech-specs-table tbody tr:nth-child(odd) {
  background-color: #e8f2fc;
}
.tech-specs-table td {
  padding: 16px 28px;
  font-size: 15px;
  border: none;
  vertical-align: middle;
}
.tech-specs-table td.spec-name {
  color: #475569;
  font-weight: 600;
}
.tech-specs-table td.spec-detail {
  color: #0b2545;
  font-weight: 800;
}
.related-products-section {
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
.related-section-header {
  margin-bottom: 36px;
}
.related-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b2545;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 8px;
  text-transform: none;
}
.related-products-slider-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.related-products-swiper {
  width: 100%;
  padding: 10px 0 20px 0;
  overflow: visible;
}
.related-products-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.related-products-swiper .product-card {
  width: 100%;
  height: 100%;
}
.related-nav-btn {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  z-index: 25;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  color: #0b2545;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 250ms ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.related-nav-prev {
  left: -22px;
}
.related-nav-next {
  right: -22px;
}
.related-nav-btn:hover {
  background-color: #ffffff;
  color: #0284c7;
  border-color: #0284c7;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.related-pagination {
  position: absolute !important;
  bottom: -35px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
}
.related-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #94a3b8;
  opacity: 0.5;
  border-radius: 4px;
  margin: 0 !important;
  transition: all 300ms ease;
  cursor: pointer;
}
.related-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #0284c7;
  opacity: 1;
  border-radius: 4px;
}
.home-about-section {
  background: #fcfcfd !important;
  padding: 0px !important;
}
.solutions-section {
  padding-bottom: 15px;
}
.projects-section {
  display: none !important;
}
.blogs-section {
  padding-top: 0px !important;
}
.blogs-page .blogs-section {
  padding-top: 50px !important;
}
.blog-details-article-wrapper {
  max-width: 1060px;
  margin: 0 auto;
}
.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 16px;
}
.blog-breadcrumb a {
  color: #64748b;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.blog-breadcrumb a:hover {
  color: #0284c7;
}
.blog-breadcrumb i {
  font-size: 10px;
  color: #cbd5e1;
}
.blog-breadcrumb span {
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 520px;
}
.blog-details-main-title {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 12px 0 18px 0;
}
.blog-top-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 28px;
}
.blog-author-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
}
.blog-author-info {
  display: flex;
  flex-direction: column;
}
.blog-author-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
}
.blog-publish-date {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}
.blog-meta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-stat-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: inherit;
  transition: all 0.2s ease;
  user-select: none;
}
.blog-like-btn {
  cursor: pointer;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.blog-like-btn:hover {
  background: #fef2f2;
  color: #ef4444;
  border-color: #fecaca;
  transform: translateY(-1px);
}
.blog-like-btn.liked,
.blog-like-btn.is-liked {
  background: #fef2f2;
  color: #ef4444;
  border-color: #fca5a5;
}
.blog-like-btn.liked i,
.blog-like-btn.is-liked i {
  color: #ef4444;
}
.blog-card-stats-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
}
.blog-card-stats-row span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.blog-card-stats-row i {
  font-size: 11px;
}
.blog-read-time {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-share-container {
  position: relative;
}
.blog-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}
.blog-share-btn:hover {
  background: #f1f5f9;
  color: #0284c7;
  border-color: #cbd5e1;
}
.blog-share-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.05);
  padding: 8px;
  min-width: 165px;
  z-index: 50;
  flex-direction: column;
  gap: 4px;
}
.blog-share-dropdown.show {
  display: flex;
}
.blog-share-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
  text-decoration: none !important;
  border-radius: 8px;
  transition: background 0.15s ease;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}
.blog-share-item:hover {
  background: #f8fafc;
  color: #0284c7;
}
.blog-featured-media {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.12);
  margin-bottom: 32px;
}
.blog-featured-media img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.blog-lead-box {
  font-size: 17.5px;
  line-height: 1.75;
  color: #334155;
  font-weight: 500;
  margin-bottom: 28px;
}
.blog-lead-box p,
.blog-lead-box div {
  margin: 0 0 12px 0;
  line-height: 1.75;
}
.blog-lead-box p:last-child,
.blog-lead-box div:last-child {
  margin-bottom: 0;
}
.blog-lead-box a,
.blog-section-text a {
  color: #0284c7;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.blog-lead-box a:hover,
.blog-section-text a:hover {
  color: #0369a1;
}
.blog-article-body {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
}
.blog-section-block {
  margin-bottom: 36px;
}
.blog-section-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.3;
}
.blog-section-text p,
.blog-section-text div {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 14px;
}
.blog-section-text p:last-child,
.blog-section-text div:last-child {
  margin-bottom: 0;
}
.blog-lead-box br,
.blog-section-text br,
.blog-article-body br {
  display: none;
}
.blog-section-text ul,
.blog-section-text ol {
  margin: 10px 0 16px 20px;
}
.blog-section-text li {
  margin-bottom: 6px;
  line-height: 1.7;
}
.blog-section-media {
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.blog-section-media img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
}
.blog-section-video {
  margin: 20px 0;
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.blog-section-video iframe,
.blog-section-video video {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.blog-tags-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}
.blog-tag-pill {
  font-size: 12.5px;
  font-weight: 600;
  color: #0284c7;
  background: #e0f2fe;
  padding: 5px 14px;
  border-radius: 20px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.blog-tag-pill:hover {
  background: #0284c7;
  color: #ffffff;
}
.blog-adjacent-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
}
.blog-nav-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
.blog-nav-card:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.08);
}
.blog-nav-card.prev {
  text-align: left;
}
.blog-nav-card.next {
  text-align: right;
}
.blog-nav-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-nav-card.next .blog-nav-label {
  justify-content: flex-end;
}
.blog-nav-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.blog-nav-grid-btn {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0284c7;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
.blog-nav-grid-btn:hover {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -6px rgba(2, 132, 199, 0.35);
}
.blog-nav-grid-btn svg path {
  transition: fill 0.25s ease;
}
.blog-nav-grid-btn:hover svg path {
  fill: #ffffff;
}
.solutions-cards-grid {
  padding-bottom: 75px;
}
@media (max-width: 640px) {
  .blog-adjacent-nav {
    flex-direction: column;
    gap: 12px;
  }
  .blog-nav-card {
    width: 100%;
  }
  .blog-nav-card.next {
    text-align: left;
  }
  .blog-nav-card.next .blog-nav-label {
    justify-content: flex-start;
  }
  .blog-nav-center {
    order: -1;
  }
}
.related-blogs-section {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .blog-details-main-title {
    font-size: 26px;
  }
  .blog-adjacent-nav {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .blog-nav-card.next {
    text-align: left;
  }
  .blog-nav-card.next .blog-nav-label {
    justify-content: flex-start;
  }
  .blog-lead-box {
    font-size: 16px;
    padding: 0px;
  }
  .solutions-cards-grid {
    padding-bottom: 50px;
  }
}
body.terms-page {
  overflow-x: clip;
}
.terms-page .section-header {
  text-align: center;
}
@media (min-width: 992px) {
  .terms-page .section-header {
    margin-bottom: 75px;
  }
}
.terms-page .section-header .product-badge-tag {
  display: inline-flex;
  margin: 0 auto 12px auto;
}
.terms-section {
  overflow: visible !important;
}
.terms-modern-grid {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 60px;
  align-items: start;
  width: 100%;
}
.terms-sidebar-col {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  align-self: start;
  height: fit-content;
  z-index: 20;
}
.terms-nav-panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
}
.terms-nav-title {
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 800;
  color: #0b2545;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}
.terms-nav-links {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.terms-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-primary, "Plus Jakarta Sans", sans-serif);
  font-size: 13.5px;
  font-weight: 600;
  color: #475569;
  text-decoration: none !important;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.terms-nav-link:hover,
.terms-nav-link.active {
  color: #0284c7;
  background-color: rgba(2, 132, 199, 0.1);
  font-weight: 700;
}
.terms-nav-link.active .terms-num,
.terms-nav-link:hover .terms-num {
  background-color: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
}
.terms-num {
  font-size: 11px;
  font-weight: 800;
  color: #0284c7;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 2px 6px;
  transition: all 0.2s ease;
}
.terms-help-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
}
.terms-help-icon {
  font-size: 22px;
  color: #0284c7;
  margin-bottom: 8px;
}
.terms-help-title {
  font-size: 15px;
  font-weight: 700;
  color: #0b2545;
  margin-bottom: 6px;
}
.terms-help-desc {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 14px;
}
.terms-help-box .btn {
  width: 100%;
  padding: 8px 14px;
  font-size: 12px;
  justify-content: center;
}
.terms-body-col {
  width: 100%;
}
.terms-section-block {
  scroll-margin-top: 100px;
}
.terms-block-heading-wrapper {
  margin-bottom: 20px;
}
.terms-section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0284c7;
  text-transform: uppercase;
  background-color: rgba(2, 132, 199, 0.08);
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.terms-section-h2 {
  font-size: 24px;
  font-weight: 800;
  color: #0b2545;
  margin: 0;
  line-height: 1.3;
}
.terms-block-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.terms-point-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.terms-point-bullet {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(2, 132, 199, 0.1);
  color: #0284c7;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
}
.terms-point-item .terms-text {
  margin-bottom: 0;
  flex: 1;
}
.terms-section-divider {
  width: 100%;
  height: 1px;
  background: #e2e8f0;
  margin: 36px 0;
}
.terms-warranty-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.warranty-stat-item {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.warranty-stat-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.warranty-stat-years {
  font-size: 18px;
  font-weight: 800;
  color: #0284c7;
}
.terms-payment-track {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 24px;
  margin-bottom: 12px;
}
.payment-track-step {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .payment-track-step:last-child {
    max-width: 52%;
  }
}
.payment-track-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0284c7;
  color: #ffffff;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.payment-track-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.payment-track-percent {
  font-size: 15.5px;
  font-weight: 800;
  color: #0b2545;
}
.payment-track-time {
  font-size: 13px;
  color: #64748b;
}
.payment-track-line {
  flex: 1;
  height: 2px;
  background-color: #cbd5e1;
  min-width: 30px;
}
.terms-text {
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.terms-text:last-child {
  margin-bottom: 0;
}
#contact-form-section {
  scroll-margin-top: 100px;
}