:root {
  --teal: #00b1a2;
  --navy: #003d5c;
  --blue-500: #0d5ace;
  --blue-600: #064eb5;
  --blue-700: #072d82;
  --blue-200: #e5efff;
  --gray-100: #f4f7fb;
  --gray-200: #edf2fb;
  --gray-300: #dfe6f3;
  --text-dark: #0c1c3c;
  --text-muted: #5b6473;
  --shadow-lg: 0 35px 80px rgba(8, 31, 76, 0.12);
  --shadow-md: 0 18px 40px rgba(7, 22, 53, 0.08);
}

/* DM Sans Local Font */
@font-face {
  font-family: "DM Sans";
  src: url("../DM_Sans/static/DMSans-Regular.ttf") format("woff2");
  /* font-weight: 400; */
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: "DM Sans";
  src: url("../assets/DM_Sans/DMSans-Medium.woff2") format("woff2"),
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("../assets/DM_Sans/DMSans-Bold.woff2") format("woff2"),
       url("../assets/DM_Sans/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: var(--text-dark);
  background-color: #fff;
  line-height: 1.6;
}

h1 h2 h3 h4 h5 h6 {
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.invoice-text{
  color: #005EB1;
  text-transform: uppercase;
}
.page-shell {
  overflow-x: hidden;
}
/* Services dropdown */
.services-dropdown {
  min-width: 320px!important;
  padding: 10px 0;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.services-dropdown .dropdown-item {
  padding: 10px 18px;
  font-size: 14.5px;
  font-weight: 500;
  color: #1f2937;
  white-space: normal;
}

.services-dropdown .dropdown-item:hover {
  background: var(--blue-600);
  color: #fff;
}

/* Desktop hover support */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .services-dropdown {
    box-shadow: none;
    border: none;
    padding-left: 12px;
  }

  .services-dropdown .dropdown-item {
    padding-left: 0;
  }
}

.success-check-icon {
  color: #0a5a33 !important; /* Dark Green */
  font-weight: bold;
  margin-right: 6px;
}
.tost-icon{
  width: 15px;
  height: auto;
}
.btn-close-white {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.btn-close
 {
    --bs-btn-close-color: #ffffff;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}

.notice-bar {
  background-color: var(--teal);
  padding: 12px 0;
}
 .form-control.is-invalid {
      border-color: #dc3545;
    }
    .char-count.warning {
      color: #ff9800;
    }
    .char-count.error {
      color: #dc3545;
    }

.notice-text {
  font-size: 15px;
  text-align: left;
  margin-bottom: 0;
}

.notice-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  /* filter: brightness(0) saturate(100%) invert(100%); */
  /* -webkit-filter: brightness(0) saturate(100%) invert(100%); */
}

.utility-bar {
  background-color: var(--navy);
  padding: 10px 0;
  font-size: 14px;
}

.utility-bar span {
  color: #d4e7ff;
}
.icon-32{
    width: 32px;
    height: 32px;
}
.utility-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.main-header {
  background-color: #fff;
  box-shadow: 0 12px 30px rgba(5, 17, 44, 0.06);
  position: sticky;
  top: 0;
  z-index: 50;
}

.navbar-brand img {
  height: 46px;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


.navbar .nav-link {
  font-weight: 500;
  color: var(--text-muted);
  /* margin: 0 12px; */
  transition: color 0.2s ease;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--blue-600)!important;
  font-weight: 500;
}

.btn-custom {
  padding: 11px 24px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline {
  border: 2px solid #0891b2;
  color: #0a467f;
  text-decoration: none;
}

.btn-view-services {
  border: 2px solid #0891b2;
  color: #ffffff;
  gap: 15px;
}

.btn-outline:hover {
  background-color: #0891b2;
  color: #fff;
}

.btn-view-services:hover {
  background-color: #0891b2;
  color: #fff;
  gap: 20px;
}

.btn-solid {
  color: #fff;
  background-image: linear-gradient(90deg, #014b8c 0%, #0f8cd5 100%);
  box-shadow: 0 15px 30px rgba(1, 75, 140, 0.25);
  gap: 15px;
  border:none;
}

.btn-solid:hover {
  background: #0891B2;
  background: linear-gradient(169deg, rgba(8, 145, 178, 1) 0%, rgba(0, 211, 242, 1) 100%);
  gap: 20px;
  border:none;
}


/* BACKGROUND GRADIENT (EXACT FROM SCREENSHOT) */
.partners-sec {
  background: linear-gradient(90deg, #f6e3dd 0%, #eaf5f7 40%, #d8f1fa 100%);
}

/* LEFT TITLE */
.partners-title {
  font-size: 24px;
  font-weight: 600;
  color: #0c1c3c;
  line-height: 1.4;
  margin: 0;
}

/* VERTICAL DIVIDER */
.divider {
  width: 2px;
  height: 50px;
  background: #0d5ace;
  margin-left: auto;
}




/* FOOTER BASE */
.footer-sec {
  background: #0c1224;
  /* exact dark navy */
  color: #d1d6e0;
  /* light gray text */
}

/* LOGO */
.footer-logo {
  height: 48px;
}

/* DESCRIPTION TEXT */
.footer-desc {
  font-size: 16px;
  line-height: 1.7;
  max-width: 380px;
  color: #c4c9d4;
}

/* SECTION TITLES */
.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

/* LINKS LIST */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links a {
  font-size: 16px;
  color: #c4c9d4!important;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff!important;
}

/* COPYRIGHT */
.footer-bottom a {
  /* border-top: 1px solid #1c2238; */
  color: #b7bcc7!important;
  font-size: 16px!important;
  text-decoration: none;
}


