/*----------------------------------------*/
/* BuildSky video hero
/*----------------------------------------*/
.bsky-hero {
  margin-top: 125px;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 125px);
  min-height: calc(100svh - 125px);
  overflow: hidden;
  background: #021b57;
}

.bsky-hero .container,
.bsky-hero .container-1650 {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
}

.hero-fallback-image,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-fallback-image {
  z-index: 0;
  filter: brightness(0.72) saturate(0.9);
}

.hero-video {
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(1, 11, 36, 0.85) 0%, rgba(4, 29, 89, 0.65) 50%, rgba(12, 51, 148, 0.55) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 772px;
    width: 100%;
    padding: 90px 100px 80px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.hero-content .it-section-subtitle {
  color: #fff;
  margin-bottom: 18px;
}

.hero-content .it-section-subtitle::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.92) 0 5px, transparent 5px), linear-gradient(to right, rgba(255, 255, 255, 0.92) 0 100%);
  background-repeat: no-repeat;
  background-size: 33px 5px, 33px 1px;
  background-position: 0 0, 0 51.5%;
}

.hero-content .it-section-subtitle::after {
  background:none;
  background-repeat: no-repeat;
  background-size: 33px 5px, 33px 1px;
  background-position: 0 0, 0 51.5%;
}

.hero-content h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.hero-content p {
  color: #fff;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 700px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-btn.it-btn-orange {
  min-height: 60px;
  padding: 18px 38px;
}

.hero-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 18px 34px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.hero-btn-outline i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.hero-btn-outline:hover {
  background: #fff;
  color: #021b57;
}

@media (max-width: 1199px) {
  .hero-content {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 991px) {
  .bsky-hero {
    margin-top: 110px;
    min-height: 700px;
  }

  .hero-content {
    padding: 90px 40px 70px;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 52px;
    line-height: 1.2;
  }

  .hero-content p {
    font-size: 18px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .bsky-hero {
    margin-top: 88px;
    min-height: 600px;
  }

  .hero-overlay {
    background: rgba(2, 27, 87, 0.72);
  }

  .hero-content {
    padding: 70px 20px 50px;
    text-align: center;
    align-items: center;
  }

  .hero-content .it-section-subtitle {
    padding: 0 34px;
    margin-bottom: 16px;
  }

  .hero-content h1 {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .hero-btns {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .hero-btn.it-btn-orange,
  .hero-btn-outline {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .bsky-hero {
    min-height: 520px;
  }

  .hero-content .it-section-subtitle {
    padding: 0 28px;
  }

  .hero-content .it-section-subtitle::before,
  .hero-content .it-section-subtitle::after {
    width: 22px;
    background-size: 22px 5px, 22px 1px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
  }
}









.bsky-footer-bottom-789 {
  margin-top: 40px;
  padding: 22px 15px;
  text-align: center;
  color: var(--it-common-white);
  background: var(--it-theme-2);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bsky-footer-bottom-789 p {
  margin-bottom: 0;
  color: inherit;
}

/*----------------------------------------*/
/* BuildSky homepage refresh
/*----------------------------------------*/
.bsky-homepage {
  background:
    radial-gradient(circle at top left, rgba(11, 52, 143, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.bsky-homepage img {
  display: block;
  width: 100%;
  height: auto;
}

.bsky-hero {
  position: relative;
  overflow: hidden;
}

.bsky-hero-copy {
  max-width: 620px;
}

.bsky-hero-title {
  font-size: 68px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin-bottom: 26px;
  color: var(--it-common-black);
}

.bsky-hero-text {
  max-width: 560px;
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 35px;
  color: #4e5d7b;
}

.bsky-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 38px;
}

.bsky-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 16px 28px;
  border: 1px solid rgba(2, 42, 133, 0.2);
  border-radius: 999px;
  font-weight: 600;
  color: var(--it-common-black);
  background-color: rgba(255, 255, 255, 0.78);
  transition: 0.3s;
}

.bsky-outline-btn:hover {
  color: var(--it-common-white);
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
}

.bsky-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bsky-stat-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 29, 74, 0.08);
  box-shadow: 0 18px 40px rgba(7, 29, 74, 0.08);
}

.bsky-stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1;
  color: var(--it-theme-1);
}

.bsky-stat-card span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #4e5d7b;
}

.bsky-hero-visual {
  position: relative;
  padding: 26px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(5, 9, 21, 0.96) 0%, rgba(7, 29, 74, 0.96) 48%, rgba(11, 52, 143, 0.96) 100%);
  box-shadow: 0 30px 80px rgba(5, 9, 21, 0.24);
}

.bsky-hero-visual img {
  border-radius: 24px;
}

.bsky-hero-badge {
  position: absolute;
  z-index: 2;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--it-common-white);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.bsky-hero-badge-top {
  top: 16px;
  left: 16px;
}

.bsky-hero-badge-bottom {
  right: 16px;
  bottom: 16px;
}

.bsky-trust-strip {
  padding: 0 0 30px;
}

.bsky-trust-item {
  height: 100%;
  padding: 28px 30px;
  border-radius: 26px;
  background: linear-gradient(120deg, rgba(5, 9, 21, 0.98) 0%, rgba(7, 29, 74, 0.98) 48%, rgba(11, 52, 143, 0.98) 100%);
  box-shadow: 0 22px 45px rgba(5, 9, 21, 0.16);
}

.bsky-trust-item span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.bsky-trust-item h4 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.45;
  color: var(--it-common-white);
}

.bsky-section-head {
  max-width: 820px;
  margin: 0 auto 55px;
}

.bsky-section-head p {
  margin: 18px auto 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.8;
  color: #5b6780;
}

.bsky-section-side-text {
  max-width: 420px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #5b6780;
}

.bsky-service-card,
.bsky-project-card {
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 29, 74, 0.08);
  box-shadow: 0 18px 40px rgba(7, 29, 74, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bsky-service-card:hover,
.bsky-project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 52px rgba(7, 29, 74, 0.14);
}

.bsky-service-thumb,
.bsky-project-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(5, 9, 21, 0.92) 0%, rgba(11, 52, 143, 0.92) 100%);
}

.bsky-service-content,
.bsky-project-content {
  padding: 28px;
}

.bsky-service-content span,
.bsky-project-content span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--it-theme-1);
}

.bsky-service-content h4,
.bsky-project-content h4,
.bsky-point-card h4,
.bsky-process-card h4 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.3;
}

.bsky-service-content p,
.bsky-project-content p,
.bsky-point-card p,
.bsky-process-card p,
.bsky-story-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #5b6780;
}

.bsky-story-section {
  position: relative;
  overflow: hidden;
}

.bsky-story-visual {
  padding: 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bsky-story-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.bsky-story-image {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.bsky-story-image.large img,
.bsky-story-image.small img {
  height: 100%;
  object-fit: cover;
}

.bsky-story-content > p {
  margin: 18px 0 30px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
}

.bsky-story-points {
  display: grid;
  gap: 18px;
}

.bsky-point-card {
  padding: 26px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bsky-point-card h4 {
  color: var(--it-common-white);
}

.bsky-point-card p {
  color: rgba(255, 255, 255, 0.72);
}

.bsky-process-section {
  background: linear-gradient(180deg, rgba(11, 52, 143, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
}

.bsky-process-card {
  height: 100%;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 29, 74, 0.08);
  box-shadow: 0 18px 38px rgba(7, 29, 74, 0.06);
}

.bsky-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: var(--it-common-white);
  background: linear-gradient(135deg, var(--it-theme-1) 0%, var(--it-theme-2) 100%);
}

.bsky-cta-section {
  padding: 0 0 130px;
}

.bsky-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 48px 52px;
  border-radius: 32px;
  background: linear-gradient(120deg, rgba(5, 9, 21, 0.98) 0%, rgba(7, 29, 74, 0.98) 48%, rgba(11, 52, 143, 0.98) 100%);
  box-shadow: 0 26px 60px rgba(5, 9, 21, 0.16);
}

.bsky-cta-wrap .it-section-subtitle {
  color: rgba(255, 255, 255, 0.88);
}

.bsky-cta-wrap .it-section-subtitle::before,
.bsky-cta-wrap .it-section-subtitle::after {
  opacity: 0.9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bsky-hero-title {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bsky-hero-title {
    font-size: 48px;
  }

  .bsky-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bsky-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bsky-hero-title {
    font-size: 38px;
    line-height: 1.1;
  }

  .bsky-hero-text,
  .bsky-section-head p,
  .bsky-section-side-text {
    font-size: 15px;
  }

  .bsky-stat-grid,
  .bsky-story-grid {
    grid-template-columns: 1fr;
  }

  .bsky-stat-card,
  .bsky-service-content,
  .bsky-project-content,
  .bsky-process-card,
  .bsky-point-card {
    padding: 22px;
  }

  .bsky-trust-item {
    padding: 24px;
  }

  .bsky-service-content h4,
  .bsky-project-content h4,
  .bsky-point-card h4,
  .bsky-process-card h4 {
    font-size: 22px;
  }

  .bsky-cta-wrap {
    padding: 30px 24px;
  }

  .bsky-hero-visual {
    padding: 18px;
  }

  .bsky-hero-badge {
    position: static;
    display: inline-flex;
    margin-bottom: 12px;
  }
}