:root {
  --primary: #1450a3;
  --primary-dark: #0f3f82;
  --soft-blue: #eef4ff;
  --border: #dce5f3;
  --text: #18314f;
  --muted: #66768f;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(14, 44, 94, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
  color: var(--text);
}

a {
  text-decoration: none;
}

.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.container {
  max-width: 1320px;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.row {
  --gutter-x: 24px;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--gutter-y) * -1);
  margin-left: calc(var(--gutter-x) * -0.5);
  margin-right: calc(var(--gutter-x) * -0.5);
}

.row > * {
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.g-0 {
  --gutter-x: 0;
  --gutter-y: 0;
}

.g-2 {
  --gutter-x: 8px;
  --gutter-y: 8px;
}

.g-3 {
  --gutter-x: 16px;
  --gutter-y: 16px;
}

.g-4 {
  --gutter-x: 24px;
  --gutter-y: 24px;
}

.g-5 {
  --gutter-x: 48px;
  --gutter-y: 48px;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 16px;
}

.position-relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ms-auto {
  margin-left: auto;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 16px;
}

.mt-4 {
  margin-top: 24px;
}

.mt-5 {
  margin-top: 48px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-4 {
  margin-bottom: 24px;
}

.p-4 {
  padding: 24px;
}

.text-center {
  text-align: center;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.h6 {
  font-size: 1rem;
  line-height: 1.35;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  cursor: pointer;
}

.navbar-brand {
  display: inline-flex;
  padding: 0;
}

.navbar-toggler {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.navbar-toggler-icon {
  position: relative;
  width: 24px;
  height: 2px;
  background: #18314f;
  display: block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #18314f;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.border-0 {
  border: 0;
}

.shadow-none {
  box-shadow: none;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.collapse:not(.show) {
  display: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 14px 0 0;
}

.nav-link {
  display: block;
  padding: 8px 0;
  color: var(--text);
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  background-color: #fff;
}

.form-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 24px;
}

.form-check-input {
  flex-shrink: 0;
}

.bi {
  width: 1.25em;
  height: 1.25em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  line-height: 1;
}

.bi::before {
  content: "";
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.bi-calendar-check::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2Zm11 8H6v10h12V10Zm-2.2 3.1 1.4 1.4-4.6 4.6-2.8-2.8 1.4-1.4 1.4 1.4 3.2-3.2Z'/%3E%3C/svg%3E");
}

.bi-building-check::before,
.bi-building::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 21V3h12v6h4v12h-6v-4h-4v4H4Zm3-14h2v2H7V7Zm5 0h2v2h-2V7Zm-5 4h2v2H7v-2Zm5 0h2v2h-2v-2Zm5 2h1v2h-1v-2Zm0 4h1v2h-1v-2Z'/%3E%3C/svg%3E");
}

.bi-globe::before,
.bi-globe-americas::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.1a15.4 15.4 0 0 0-1.1-5A8.1 8.1 0 0 1 18.9 11ZM12 4.1c.8 1.1 1.4 3.5 1.6 6.9h-3.2c.2-3.4.8-5.8 1.6-6.9ZM4.3 13h3.8c.1 1.8.4 3.4.8 4.8A8 8 0 0 1 4.3 13Zm3.8-2H4.3A8 8 0 0 1 8.9 6c-.4 1.4-.7 3-.8 5Zm3.9 8.9c-.8-1.1-1.4-3.5-1.6-6.9h3.2c-.2 3.4-.8 5.8-1.6 6.9Zm3.1-2.1c.4-1.4.7-3 .8-4.8h3.8a8 8 0 0 1-4.6 4.8Z'/%3E%3C/svg%3E");
}

.bi-house-heart::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11 12 3l9 8-1.3 1.5L18 11v9H6v-9l-1.7 1.5L3 11Zm9 3.4c-1.9-1.9-5 1-1.4 3.8L12 19l1.4-.8c3.6-2.8.5-5.7-1.4-3.8Z'/%3E%3C/svg%3E");
}

.bi-truck::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h12v10h1.2L18 10h3l2 3v4h-2a3 3 0 0 1-6 0H9a3 3 0 0 1-6 0H1v-2h2V5Zm3 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm12 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z'/%3E%3C/svg%3E");
}

.bi-briefcase::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4h6l1 3h5v13H3V7h5l1-3Zm2 2-.3 1h2.6L13 6h-2Zm-6 6v2h14v-2H5Z'/%3E%3C/svg%3E");
}

.bi-quote::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6v7H7c.1 2 1 3.3 3 4v2c-4-.8-6-3.2-6-7V6h6Zm10 0v7h-3c.1 2 1 3.3 3 4v2c-4-.8-6-3.2-6-7V6h6Z'/%3E%3C/svg%3E");
}

.bi-geo-alt::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 5.2-7 13-7 13S5 14.2 5 9a7 7 0 0 1 7-7Zm0 9.5A2.5 2.5 0 1 0 12 6a2.5 2.5 0 0 0 0 5.5Z'/%3E%3C/svg%3E");
}

.bi-envelope::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18v14H3V5Zm9 8 7-6H5l7 6Zm-2 1.3L5 10v7h14v-7l-5 4.3-2 1.7-2-1.7Z'/%3E%3C/svg%3E");
}

.bi-search::before {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3a7 7 0 0 1 5.6 11.2l5.1 5.1-1.4 1.4-5.1-5.1A7 7 0 1 1 10 3Zm0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z'/%3E%3C/svg%3E");
}

.navbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(12, 42, 84, 0.06);
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.navbar .container {
  max-width: 1420px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}

.site-logo {
  height: 48px;
  width: auto;
}

.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary), #1f63c7);
  border: 0;
  color: #fff;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(20, 80, 163, 0.22);
  transition: 0.25s ease;
}

.btn-primary-custom:hover {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-custom {
  border: 1px solid rgba(20, 80, 163, 0.18);
  color: var(--primary);
  background: #fff;
  padding: 13px 24px;
  border-radius: 14px;
  font-weight: 700;
}

.hero-modern {
  position: relative;
  padding-top: 110px;
  min-height: 650px;
  overflow: hidden;
  background: url("images/bg-1280.webp") center top / cover no-repeat;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.88) 30%,
    rgba(255, 255, 255, 0.58) 58%,
    rgba(255, 255, 255, 0.18) 100%
  );
}

.hero-modern .container,
.hero-modern .container-fluid {
  position: relative;
  z-index: 2;
}

.hero-container {
  max-width: 1420px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-row {
  min-height: 540px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(20, 80, 163, 0.08);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 18px;
}

.hero-title {
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #16345c;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: 1.14rem;
  line-height: 1.85;
  color: #102b4c;
  max-width: 620px;
  margin-bottom: 34px;
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.84);
}

.support-card {
  width: 100%;
  max-width: 390px;
  background: rgba(9, 52, 114, 0.97);
  backdrop-filter: blur(12px);
  color: white;
  padding: 28px;
  border-radius: 22px;
  margin-right: 60px;
  box-shadow: 0 25px 60px rgba(7, 36, 79, 0.35);
}

.support-card h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
}

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

.support-card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.97rem;
}

.support-card li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-weight: 800;
}

.hero-trustbar {
  background: rgba(244, 247, 252, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 22px 0;
  margin-top: 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}

.trust-item i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #123f82;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(18, 63, 130, 0.18);
}

section {
  padding: 46px 0;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  text-align: center;
}

.section-subtitle {
  color: var(--muted);
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: 1.03rem;
}

.glass-panel,
.program-card,
.testimonial-card,
.step-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(11, 46, 102, 0.05);
}

.glass-panel {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.program-card,
.testimonial-card,
.step-card {
  height: 100%;
  transition: 0.25s ease;
}

.program-card {
  display: flex;
  flex-direction: column;
}

.program-card .btn {
  margin-top: auto;
}

.program-card:hover,
.testimonial-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(11, 46, 102, 0.1);
}

.icon-circle {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--soft-blue), #ffffff);
  color: var(--primary);
  font-size: 1.4rem;
  border: 1px solid var(--border);
  box-shadow: 0 10px 20px rgba(13, 57, 120, 0.07);
}

.program-card h3,
.step-card h3,
.testimonial-card h3 {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.muted {
  color: var(--muted);
}

.step-number {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), #286cd2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(20, 80, 163, 0.18);
  margin-bottom: 18px;
}

.quote-icon {
  color: var(--primary);
  font-size: 1.25rem;
}

.contact-section {
  padding-top: 34px;
  padding-bottom: 70px;
}

.contact-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-info {
  height: 100%;
  background: linear-gradient(135deg, #113f82 0%, #1450a3 100%);
  color: white;
  padding: 34px;
}

.contact-info p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.contact-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-list i {
  color: white;
  margin-top: 2px;
}

.contact-form {
  padding: 34px;
}

.contact-form label {
  color: var(--text);
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.contact-form .form-control,
.contact-form .form-select,
.contact-form .form-check-input {
  min-height: 52px;
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--text);
  box-shadow: none;
}

.contact-form .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  min-height: 0;
  border-radius: 5px;
  margin-top: 0.2rem;
}

.contact-form .form-check-label {
  color: var(--text);
  font-weight: 600;
  margin-bottom: 0;
}

.form-secure-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  margin: 12px 0 0;
}

.form-submit-status {
  display: none;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 12px 14px;
  text-align: center;
}

.form-submit-status.is-visible {
  display: block;
}

.form-submit-status.is-success {
  background: #e9f8ef;
  color: #176638;
}

.form-submit-status.is-error {
  background: #fff0f0;
  color: #a62929;
}

.contact-form textarea.form-control {
  min-height: 138px;
  resize: vertical;
}

.location-autocomplete {
  position: relative;
}

.location-input-wrap {
  position: relative;
}

.location-input-wrap .form-control {
  padding-right: 46px;
}

.location-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
  font-size: 1.05rem;
}

.location-suggestions {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: 290px;
  overflow-y: auto;
  padding: 8px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 20px 44px rgba(12, 42, 84, 0.16);
}

.location-autocomplete.is-open .location-suggestions {
  display: block;
}

.location-option {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--text);
  text-align: left;
  transition: 0.18s ease;
}

.location-option:hover,
.location-option.is-active {
  background: var(--soft-blue);
}

.location-option i {
  color: var(--primary);
  margin-top: 2px;
  flex-shrink: 0;
}

.location-option-title {
  display: block;
  font-weight: 800;
  line-height: 1.35;
}

.location-option-meta {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  margin-top: 2px;
}

.location-help {
  min-height: 1.35rem;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.location-help.is-error {
  color: #b42318;
  font-weight: 700;
}

.contact-form .form-control.location-invalid {
  border-color: #d92d20;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.1);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form .form-check-input:focus {
  border-color: rgba(20, 80, 163, 0.45);
  box-shadow: 0 0 0 4px rgba(20, 80, 163, 0.1);
}

.footer-section {
  background: linear-gradient(180deg, #0d2f63 0%, #081f43 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.footer-cta {
  position: relative;
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.footer-cta-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 700px;
}

.footer-btn-light {
  background: white;
  color: #0d2f63;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 700;
  border: none;
}

.footer-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 700;
}

.footer-btn-outline:hover,
.footer-btn-light:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #0d2f63;
}

.footer-map {
  position: absolute;
  right: -20px;
  bottom: -40px;
  opacity: 0.06;
  font-size: 20rem;
  line-height: 1;
}

.footer-globe {
  width: 1em;
  height: 1em;
  display: block;
}

.footer-main {
  padding: 60px 0 30px;
}

.footer-logo {
  height: 48px;
  width: auto;
}

.footer-desc,
.footer-contact p,
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-desc {
  max-width: 340px;
  line-height: 1.7;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a:hover {
  color: white;
}

.footer-section a,
.footer-section a:visited {
  color: rgba(255, 255, 255, 0.82);
}

.footer-section a:hover {
  color: white;
}

.footer-section .footer-btn-light,
.footer-section .footer-btn-light:visited {
  color: #0d2f63;
}

.footer-section .footer-btn-light:hover {
  color: #0d2f63;
}

.footer-contact p {
  line-height: 1.7;
  margin-bottom: 0;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  text-align: center;
}


@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-expand-lg .navbar-nav.ms-auto {
    margin-left: auto;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .gap-lg-2 {
    gap: 8px;
  }

  .ms-lg-2 {
    margin-left: 8px;
  }

  .mt-lg-0 {
    margin-top: 0;
  }

  .p-lg-5 {
    padding: 48px;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .hero-modern {
    padding-top: 120px;
    min-height: auto;
    background-image: url("images/bg-768.webp");
    background-position: center center;
  }

  .hero-bg-overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.88) 45%,
      rgba(255, 255, 255, 0.78) 100%
    );
  }

  .support-card {
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .navbar-collapse.show {
    display: block;
  }

}

@media (max-width: 767px) {
  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.75;
  }

  .footer-cta {
    padding: 55px 0;
  }

  .footer-map {
    display: none;
  }

  .contact-info,
  .contact-form {
    padding: 26px;
  }
}