:root {
  --brand-primary: #1d4ed8;
  --brand-primary-strong: #1e3a8a;
  --brand-accent: #3b82f6;
  --surface: #ffffff;
  --surface-soft: #f6f8ff;
  --text-primary: #0f172a;
  --text-secondary: #1f2937;
  --border: #dbe3f2;
}

body {
  background: linear-gradient(180deg, #f8faff 0%, #f2f5ff 100%);
  color: var(--text-primary);
}

body p {
  color: var(--text-secondary);
}

a {
  color: #1e40af;
}

a:hover {
  color: #1e3a8a;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 2px;
}

header .header_top {
  background: linear-gradient(120deg, var(--brand-primary-strong) 0%, var(--brand-primary) 55%, var(--brand-accent) 100%);
  padding: 28px 0;
}

header .header_top .logo_part a h3,
header .header_top .logo_part a h3 span,
header .header_top .contact_info .c_info .line_1,
header .header_top .contact_info .c_info .line_2,
header .header_top .contact_info .c_info .line_2 a {
  color: #f8fafc;
}

header .header_top .contact_info .c_info {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

header .navbar.big_menu,
header .navbar.small_menu {
  background: #0b1120;
  border: 0;
  margin-bottom: 0;
  box-shadow: 0 8px 18px rgba(7, 10, 21, 0.2);
}

header .navbar .navbar-nav .main_menu > a {
  color: #f1f5f9;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 13px;
  padding: 12px 14px;
}

header .navbar .navbar-nav .main_menu > a:hover,
header .navbar .navbar-nav .main_menu > a:focus {
  color: #ffffff;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  background: transparent;
}

header .navbar .navbar-toggle {
  border-color: rgba(255, 255, 255, 0.4);
}

header .navbar .navbar-toggle .icon-bar {
  background: #ffffff;
}

.banner .carousel-inner .item {
  min-height: 520px;
  background: radial-gradient(circle at 15% 15%, rgba(14, 165, 233, 0.25), transparent 38%),
    linear-gradient(130deg, #0f172a 0%, #1e3a8a 55%, #1d4ed8 100%);
}

section.banner.row {
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
  max-width: 100vw;
}

.banner .carousel,
.banner .carousel-inner,
.banner .carousel-inner .item {
  width: 100%;
}

.banner .carousel-inner .item .carousel-caption {
  max-width: 760px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 48px 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(2px);
}

.banner .carousel-inner .item .carousel-caption h1,
.banner .carousel-inner .item .carousel-caption h4,
.banner .carousel-inner .item .carousel-caption p {
  color: #f8fafc;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.banner .carousel-inner .item .carousel-caption a {
  display: inline-block;
  margin-top: 16px;
  background: linear-gradient(100deg, var(--brand-accent), var(--brand-primary));
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.35);
  text-shadow: none;
}

.banner .carousel-inner .item .carousel-caption a:hover {
  background: linear-gradient(100deg, var(--brand-primary), var(--brand-primary-strong));
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(30, 58, 138, 0.42);
}

.page_header {
  background: #1d4ed8;
  padding: 52px 0;
}

.page_header h2 {
  color: #ffffff;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.section_title h3,
.section_title_left h3,
.about_us_area .about_left_inner h3,
.get_touch_area .section_title h3 {
  color: var(--text-primary);
}

.section_title p,
.section_title_left p,
.about_us_area .about_left_inner p {
  color: var(--text-secondary);
}

.section_title h3:before,
.section_title_left h3:before {
  background: linear-gradient(100deg, var(--brand-accent), var(--brand-primary));
}

.service_2,
.about_us_area,
.get_touch_area {
  background: transparent;
}

.service_2 .service_item,
.get_touch_area .get_touch_inner .item,
.about_us_area .about_left_inner {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.about_us_area .about_left_inner,
.get_touch_area .get_touch_inner .item {
  padding: 20px;
}

.service_2 .service_item {
  padding: 14px 20px;
  margin-bottom: 20px;
}

.service_2 .service_item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service_2 .service_item ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e8eef9;
}

.service_2 .service_item ul li:last-child {
  border-bottom: 0;
}

.service_2 .service_item h4 {
  color: #0f172a;
  font-size: 17px;
}

.get_touch_area .get_touch_inner .item .item_left a {
  background: linear-gradient(100deg, var(--brand-accent), var(--brand-primary));
  border-radius: 10px;
}

.get_touch_area .get_touch_inner .item .item_right a,
footer .footer_top .widget .social_icon ul li a {
  color: #1e3a8a;
  font-weight: 600;
}

.get_touch_area .get_touch_inner .item .item_right a:hover {
  color: #1e40af;
  text-decoration: underline;
}

.paddingTop15 {
  padding-top: 10px;
}

footer .footer_top {
  margin-top: 30px;
  background: #0b1120;
}

footer.row {
  background: #060a14;
}

footer .footer_top .logo_part a h3,
footer .footer_top .logo_part a h3 span,
footer .footer_top .widget .social_icon ul li a,
footer .footer_bottom,
footer .footer_bottom a,
footer .footer_bottom .footer_bottom_left {
  color: #eff6ff;
}

footer .footer_top .widget .social_icon ul li a:hover,
footer .footer_bottom a:hover {
  color: #ffffff;
}

footer .footer_bottom {
  background: #060a14;
  border-top: 1px solid rgba(219, 234, 254, 0.22);
}

input,
select,
textarea {
  border: 1px solid var(--border);
  border-radius: 8px;
}

@media (max-width: 991px) {
  .banner .carousel-inner .item {
    min-height: 460px;
  }

  .banner .carousel-inner .item .carousel-caption {
    width: calc(100% - 30px);
    padding: 30px 22px;
  }

  header .header_top .contact_info {
    margin-top: 16px;
  }

  header .header_top .contact_info .c_info {
    padding: 0 14px;
  }
}

@media (max-width: 767px) {
  .page_header {
    padding: 36px 0;
  }

  header .header_top {
    padding: 16px 0;
  }

  .service_2 .service_item,
  .get_touch_area .get_touch_inner .item,
  .about_us_area .about_left_inner {
    margin-bottom: 14px;
  }

  header .navbar .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-width: 2px;
  }

  header .navbar .navbar-nav .main_menu > a {
    padding: 14px 18px;
    min-height: 48px;
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  }

  header .navbar .navbar-nav .main_menu:last-child > a {
    border-bottom: 0;
  }

  header .navbar .navbar-collapse {
    border-top: 1px solid rgba(148, 163, 184, 0.3);
  }
}

.mock-home-wrap {
  padding: 16px 0 78px;
  background: #eef2f8;
}

.mock-shell {
  max-width: 1080px;
}

.mock-hero {
  background: #ffffff;
  border: 1px solid #d7e0f1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  margin: 0 0 18px;
}

.mock-hero-left {
  padding: 28px;
}

.mock-hero-left h1 {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #16233f;
}

.mock-hero-left p {
  margin-bottom: 14px;
  font-size: 15px;
}

.mock-hero-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mock-hero-cta .btn {
  border-radius: 4px;
  border: 0;
  padding: 10px 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.mock-hero-cta .btn-call {
  background: #f3c63b;
  color: #1d2b46;
}

.mock-hero-cta .btn-request {
  background: #2b4e90;
  color: #f8fbff;
}

.mock-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
}

.mock-feature-list li {
  position: relative;
  padding-left: 24px;
  color: #23334f;
  font-weight: 600;
}

.mock-feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #2b4e90;
  font-weight: 800;
}

.mock-hero-right {
  min-height: 330px;
  background-color: #dce4ef;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mock-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mock-service-cards,
.mock-how-it-works,
.mock-bottom-panels {
  margin-bottom: 16px;
}

.mock-card,
.mock-step,
.mock-panel {
  height: 100%;
  background: #ffffff;
  border: 1px solid #d7e0f1;
  border-radius: 10px;
  padding: 16px;
}

.mock-card {
  min-height: 148px;
}

.mock-card h4,
.mock-step h5,
.mock-panel h3,
.mock-how-it-works h3 {
  color: #1b2f58;
  margin-top: 0;
}

.mock-how-it-works h3 {
  text-align: center;
  margin-bottom: 14px;
}

.mock-card h4,
.mock-panel h3 {
  font-size: 24px;
  line-height: 1.25;
}

.mock-step h5 {
  font-size: 20px;
  line-height: 1.25;
}

.mock-card p,
.mock-step p,
.mock-panel p,
.mock-panel li {
  font-size: 14px;
  line-height: 1.55;
}

.mock-step {
  text-align: center;
  min-height: 156px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.mock-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2b4e90;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.mock-service-area .mock-map-placeholder {
  height: 240px;
  border-radius: 8px;
  border: 1px solid #d7e0f1;
  background: linear-gradient(160deg, #bad7f7 0%, #e6eef8 100%);
  position: relative;
  overflow: hidden;
}

.mock-service-area .mock-map-placeholder:before,
.mock-service-area .mock-map-placeholder:after {
  content: "";
  position: absolute;
  inset: 0;
}

.mock-service-area .mock-map-placeholder:before {
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 1px, transparent 1px, transparent 34px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 1px, transparent 1px, transparent 34px);
}

.mock-map-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(27, 47, 88, 0.85);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 2;
}

.mock-request-box form {
  display: grid;
  gap: 10px;
}

.mock-request-box input,
.mock-request-box select {
  max-width: 100%;
  width: 100%;
  border: 1px solid #ccd7ec;
  border-radius: 4px;
  min-height: 40px;
  padding: 8px 10px;
}

.mock-request-box .btn-submit,
.mock-request-box .btn-request-alt {
  border: 0;
  width: 100%;
  min-height: 40px;
  font-weight: 700;
  border-radius: 4px;
}

.mock-request-box .btn-submit {
  background: #f3c63b;
  color: #1d2b46;
}

.mock-request-box .btn-request-alt {
  background: #2b4e90;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mock-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #234784;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mock-bottom-bar .container {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f3f7ff;
}

.mock-bottom-bar .bar-brand {
  font-weight: 700;
}

.mock-bottom-bar .bar-links {
  display: flex;
  gap: 14px;
  flex: 1;
}

.mock-bottom-bar .bar-links a,
.mock-bottom-bar .bar-call {
  color: #f3f7ff;
  font-size: 12px;
}

.mock-bottom-bar .bar-call {
  font-weight: 700;
  background: #f3c63b;
  color: #1d2b46;
  padding: 6px 10px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .mock-hero-left h1 {
    font-size: 36px;
  }

  .mock-feature-list {
    grid-template-columns: 1fr;
  }

  .mock-bottom-bar .bar-links {
    display: none;
  }
}

@media (max-width: 767px) {
  .mock-home-wrap {
    padding-top: 10px;
  }

  .mock-hero-left {
    padding: 18px;
  }

  .mock-hero-left h1 {
    font-size: 30px;
  }

  .mock-bottom-bar .container {
    justify-content: space-between;
    gap: 8px;
  }

  .mock-bottom-bar .bar-brand {
    font-size: 13px;
    max-width: 130px;
  }

  .mock-bottom-bar .bar-call {
    font-size: 12px;
  }
}

.mock-inner-wrap {
  padding: 20px 0 88px;
  background: #eef2f8;
}

.mock-page-title {
  margin: 0 0 10px;
}

.mock-page-title h2 {
  margin: 0 0 4px;
  color: #1b2f58;
  font-size: 34px;
  line-height: 1.2;
}

.mock-page-title p {
  margin: 0;
  color: #334155;
  font-size: 15px;
}

.mock-inner-grid .mock-panel {
  margin-bottom: 12px;
}

.mock-about-panel ul,
.mock-contact-details ul,
.mock-service-card ul {
  margin: 0;
  padding-left: 18px;
}

.mock-about-panel ul li,
.mock-contact-details ul li,
.mock-service-card ul li {
  margin-bottom: 8px;
  color: #25344f;
}

.mock-service-grid .mock-service-card {
  min-height: 240px;
}

.mock-service-card h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.mock-mini-card {
  min-height: 130px;
}

.mock-mini-card h4 {
  margin-top: 0;
  margin-bottom: 6px;
}

.mock-contact-details a {
  color: #1d4ed8;
  font-weight: 700;
}

.mock-contact-details a:hover {
  color: #1e3a8a;
}

@media (max-width: 991px) {
  .mock-inner-wrap {
    padding-bottom: 84px;
  }

  .mock-service-grid .mock-service-card {
    min-height: 1px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .mock-page-title h2 {
    font-size: 28px;
  }
}
