*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: TRT;
  src: url(../font/trt-groza-demo/TRTGrozaDemo-Regular.ttf);
}
@font-face {
  font-family: TRTL;
  src: url(../font/trt-groza-demo/TRTGrozaDemo-Light.ttf);
}
body {
  font-family: "TRTL" ;
  font-size: 16px;
  color: #4B5A6A;
  background-color: #FFFFFF;
  line-height: 1.7;
  overflow-x: hidden;
}

.container {
  max-width: 1290px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "TRT";
  color: #000;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}

h1 {
  font-size: 56px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

p {
  margin-bottom: 0;
  font-family: "TRTL";
}

a {
  color: #2479CE;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #0F5FAE;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.section-bg-light {
  background-color: #F7FAFD;
}

.section-bg-tint {
  background-color: #EBF5FE;
}

.section-bg-navy {
  background-color: #16324F;
  color: rgba(255, 255, 255, 0.75);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2479CE;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #2479CE;
  display: inline-block;
}

.section-title {
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 18px;
  color: #4B5A6A;
  max-width: 640px;
}

.text-primary-brand {
  color: #2479CE !important;
}

.bg-tint {
  background-color: #E2EBF7;
}

::selection {
  background: #2479CE;
  color: #FFFFFF;
}

.btn {
  font-weight: 600;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 50px;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-primary-brand {
  background-color: #2479CE;
  border-color: #2479CE;
  color: #FFFFFF;
}
.btn-primary-brand:hover {
  background-color: #0F5FAE;
  border-color: #0F5FAE;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-outline-brand {
  background-color: transparent;
  border-color: #2479CE;
  color: #2479CE;
}
.btn-outline-brand:hover {
  background-color: #2479CE;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-white-brand {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2479CE;
}
.btn-white-brand:hover {
  background-color: transparent;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-icon-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #FFFFFF;
  box-shadow: 0 2px 20px rgba(16, 55, 96, 0.06);
}

.navbar-brand img {
  width: 100%;
  max-width: 300px;
}

.main-nav .navbar-nav {
  gap: 8px;
}
.main-nav .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 16px !important;
  border-radius: 50px;
  transition: all 0.2s ease;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active {
  color: #000;
  background-color: #EBF5FE;
}
.main-nav .dropdown-menu {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08);
  padding: 12px;
  margin-top: 8px;
}
.main-nav .dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #4B5A6A;
}
.main-nav .dropdown-menu .dropdown-item:hover {
  background-color: #EBF5FE;
  color: #2479CE;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-toggler {
  border: none;
  padding: 4px 8px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.hero {
  position: relative;
  padding: 90px 0 100px;
  overflow: hidden;
  background: linear-gradient(180deg, #EBF5FE 0%, #FFFFFF 100%);
}
@media (max-width: 992px) {
  .hero {
    padding: 50px 0 60px;
    text-align: center;
  }
}

.home-page .hero {
  padding-top: 70px;
  background: radial-gradient(ellipse 60% 90% at 50% 0%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 65%), linear-gradient(180deg, #17385c 0%, #2f5f92 12%, #bcdbf7 48%, #FFFFFF 78%);
}
@media (max-width: 992px) {
  .home-page .hero {
    padding-top: 40px;
  }
}
.home-page .site-header {
  position: relative;
  background: radial-gradient(ellipse 70% 160% at 50% 0%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%), linear-gradient(180deg, #14304f 0%, #2f5f92 100%);
  box-shadow: none;
}

.hero-title {
  font-size: 58px;
  margin-bottom: 24px;
}
.hero-title span {
  color: #2479CE;
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 36px;
  }
}

.hero-text {
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .hero-cta {
    justify-content: center;
  }
}

.hero-media {
  position: relative;
}
.hero-media img {
  /* border-radius: 24px;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08); */
  width: 100%;
}

.hero-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08);
  padding: 10px 18px;
  line-height: 1.2;
  z-index: 2;
}
.hero-badge .hero-badge-num {
  font-size: 26px;
  font-weight: 700;
  color: #2479CE;
}
.hero-badge .hero-badge-label {
  font-size: 12px;
  color: #4B5A6A;
  font-weight: 500;
  white-space: nowrap;
}
.hero-badge.hero-badge-top {
  top: -6%;
  left: 4%;
}
.hero-badge.hero-badge-bottom {
  bottom: 6%;
  left: -6%;
}
.hero-badge.hero-badge-side {
  top: 58%;
  right: -8%;
}
@media (max-width: 1200px) {
  .hero-badge {
    padding: 8px 14px;
  }
  .hero-badge .hero-badge-num {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .hero-badge.hero-badge-top {
    left: 0;
    top: -4%;
  }
  .hero-badge.hero-badge-bottom {
    left: 0;
  }
  .hero-badge.hero-badge-side {
    right: 0;
  }
}
@media (max-width: 576px) {
  .hero-badge {
    position: static;
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
    margin: 10px 8px 0 0;
    box-shadow: none;
    border: 1px solid #E4EAF1;
  }
}

.page-hero {
  background: linear-gradient(135deg, #16324F 0%, #0F5FAE 100%);
  padding: 70px 0;
  color: #FFFFFF;
}
.page-hero h1 {
  color: #FFFFFF;
}
.page-hero .breadcrumb-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-top: 14px;
}
.page-hero .breadcrumb-nav a {
  color: rgba(255, 255, 255, 0.85);
}

.stats-strip {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08);
  padding: 30px 20px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.stats-strip .stat-item {
  text-align: center;
  padding: 10px 0;
}
.stats-strip .stat-item .stat-number {
  font-size: 34px;
  font-weight: 700;
  color: #2479CE;
  display: block;
}
.stats-strip .stat-item .stat-label {
  font-size: 14px;
  color: #4B5A6A;
}

.service-card {
  background: #FFFFFF;
      border: 1.5px solid #8fb3db;
    border-radius: 24px;
    padding: 35px 30px;
  height: 100%;
  transition: all 0.3s ease;
}
.service-card .service-icon {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-card .service-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.service-card h4 {
  margin-bottom: 12px;
}
.service-card p {
  font-size: 15px;
}
.service-card:hover {
  box-shadow: 0 16px 40px rgba(16, 55, 96, 0.14);
  transform: translateY(-6px);
  border-color: #2479CE;
}
.service-card-what {
  background: #FFFFFF;
      border: 1.5px solid #8fb3db;
    border-radius: 24px;
    padding: 10px 5px;
  height: 100%;
  transition: all 0.3s ease;
}
.service-card-what .service-icon {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-card-what .service-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.service-card-what h4 {
  margin-bottom: 12px;
  font-size: 18px;
}
.service-card-what p {
  font-size: 12px;
  line-height: 1.3;
}
.service-card-what:hover {
  box-shadow: 0 16px 40px rgba(16, 55, 96, 0.14);
  transform: translateY(-6px);
  border-color: #2479CE;
}

.core-card {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.core-card .core-card-media {
  background-size: cover;
  background-position: center;
  min-height: 220px;
}
.core-card .core-card-body {
  padding: 26px 30px 30px;
}
.core-card .core-card-body h4 {
  margin-bottom: 10px;
}
.core-card .core-card-body p {
  font-size: 15px;
  margin-bottom: 0;
}
.core-card:hover {
  box-shadow: 0 16px 40px rgba(16, 55, 96, 0.14);
  transform: translateY(-6px);
}

.core-card-overlay {
  position: relative;
}
.core-card-overlay .core-card-media {
  min-height: 280px;
}
.core-card-overlay .core-card-body-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 30px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 45%, rgba(255, 255, 255, 0.98) 100%);
}
.core-card-overlay .core-card-body-overlay h4 {
  margin-bottom: 6px;
}
.core-card-overlay .core-card-body-overlay p {
  font-size: 14px;
  margin-bottom: 0;
}

.core-card-wide .core-card-media {
  min-height: 260px;
}

.industry-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  background-color: #E2EBF7;
  transition: transform 0.3s ease;
}
.industry-card .industry-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08);
}
.industry-card .industry-icon img {
  width: 28px;
  height: 28px;
}
.industry-card .industry-body {
  padding: 28px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.industry-card h5 {
  margin-bottom: 0;
  color: #224773;
}
.industry-card:hover {
  transform: translateY(-6px);
}

.process-step {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #E4EAF1;
}
.process-step:last-child {
  border-bottom: none;
}
.process-step .process-number {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EBF5FE;
  color: #2479CE;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-step h5 {
  margin-bottom: 8px;
}
.process-step p {
  font-size: 15px;
}

.testimonial-card {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08);
  padding: 36px;
  height: 100%;
}
.testimonial-card .testimonial-quote {
  font-size: 16px;
  color: #4B5A6A;
  margin-bottom: 24px;
  font-style: italic;
}
.testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial-card .testimonial-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card .testimonial-author .author-name {
  font-weight: 600;
  color: #224773;
}
.testimonial-card .testimonial-author .author-role {
  font-size: 13px;
  color: #4B5A6A;
}

.cta-band {
  background: linear-gradient(120deg, #2479CE 0%, #0485F7 100%);
  border-radius: 24px;
  padding: 60px;
  color: #FFFFFF;
}
.cta-band h2 {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cta-band {
    padding: 40px 24px;
    text-align: center;
  }
}

.logos-strip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.logos-strip img {
  height: 34px;
  width: auto;
}
.logos-strip .logos-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.85;
}
.logos-strip .logos-strip-item img {
  height: 26px;
  width: auto;
}
.logos-strip .logos-strip-item span {
  font-size: 14px;
  font-weight: 500;
  color: #224773;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .logos-strip {
    justify-content: center;
  }
}

.split-media img {
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08);
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.check-list li .check-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #EBF5FE;
  color: #2479CE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 2px;
}

.contact-card {
  background: #FFFFFF;
  border: 1px solid #E4EAF1;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
}
.contact-card .contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #EBF5FE;
  color: #2479CE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.contact-form {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(16, 55, 96, 0.08);
  padding: 40px;
}
.contact-form .form-control,
.contact-form .form-select {
  border: 1px solid #E4EAF1;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 15px;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #2479CE;
  box-shadow: 0 0 0 3px rgba(36, 121, 206, 0.12);
}
.contact-form label {
  font-weight: 500;
  color: #224773;
  margin-bottom: 8px;
}

.form-alert {
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 15px;
  margin-bottom: 20px;
}

.site-footer {
  background: #16324F;
  color: rgba(255, 255, 255, 0.65);
  padding: 80px 0 0;
  font-size: 15px;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer a:hover {
  color: #FFFFFF;
}
.site-footer .footer-logo img {
  height: 80px;
  margin-bottom: 20px;
}
.site-footer h6 {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 22px;
  font-size: 16px;
}
.site-footer .footer-links li {
  margin-bottom: 12px;
}
.site-footer .footer-contact li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.site-footer .social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.site-footer .social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .social-links a:hover {
  background: #2479CE;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding: 24px 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer .footer-brand-watermark {
  font-size: clamp(70px, 14vw, 200px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.02em;
  text-align: center;
  background: linear-gradient(180deg, rgba(140, 190, 240, 0.55) 0%, rgba(140, 190, 240, 0) 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-top: 20px;
  user-select: none;
  overflow: hidden;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  .section-title,
  .section-subtitle,
  .eyebrow {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .stats-strip {
    margin-top: 30px;
  }
  .cta-band {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
  .contact-form {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-cta .btn {
    justify-content: center;
  }
}
