/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 80%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: 0.5;
  background-color: hsl(var(--black) / 0.5);
  border-color: hsl(var(--black) / 0.01);
}

.h-45 {
  height: 50px;
}

.h-none {
  height: 37px !important;
}

.input-group-text {
  color: #747474;
  background-color: #fff;
  border-color: hsl(var(--black) / 0.08);
  transition: all linear .15s;
}

.account-form .input-group-text {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-left: 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-right: 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .hover-input-popup .input-popup {
    left: 70% !important;
  }
}

.input-group-text.removeFile {
  border-color: hsl(var(--black) / 0.1) !important;
  border-style: dashed;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: hsl(var(--base)) !important;
}

/* =========================================================
   NUMCRUST GLOBAL STYLE OVERRIDES — All Frontend Pages
   ========================================================= */

/* ----- Breadcrumb / Page Banner ----- */
.breadcrumb.section-overlay {
  background: linear-gradient(135deg, #0d2350 0%, #1A4FA0 100%) !important;
  padding: 60px 0 50px !important;
  position: relative;
  overflow: hidden;
}
.breadcrumb.section-overlay::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  pointer-events: none;
}
.breadcrumb.section-overlay::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.03);
  border-radius: 50%;
  pointer-events: none;
}
.breadcrumb__title {
  color: #fff !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(26px, 4vw, 38px) !important;
  letter-spacing: -0.5px;
}
.breadcrumb-bg-masks-group { display: none !important; }

/* ----- Section Headings ----- */
.section-heading__subtitle {
  color: #1A4FA0 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px !important;
}
.section-heading__title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800 !important;
  color: #1c2b4a !important;
}

/* ----- Global Button Overrides ----- */
.btn--base {
  background: #1A4FA0 !important;
  border-color: #1A4FA0 !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 14px;
  padding: 10px 24px;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
}
.btn--base:hover {
  background: #0d3a80 !important;
  border-color: #0d3a80 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(26,79,160,0.3);
}
.btn-outline--base {
  color: #1A4FA0 !important;
  border-color: #1A4FA0 !important;
  border-radius: 6px !important;
  font-weight: 600;
}
.btn-outline--base:hover {
  background: #1A4FA0 !important;
  color: #fff !important;
}
.text--base {
  color: #1A4FA0 !important;
}
.bg--base {
  background: #1A4FA0 !important;
}

/* ----- Form Inputs ----- */
.form--control {
  border: 1.5px solid #e0e4ea !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  transition: border-color 0.25s, box-shadow 0.25s;
  background: #fff !important;
}
.form--control:focus {
  border-color: #1A4FA0 !important;
  box-shadow: 0 0 0 3px rgba(26,79,160,0.12) !important;
  outline: none;
}
.form--label,
.form-label {
  font-weight: 600 !important;
  color: #1c2b4a !important;
  font-size: 13px !important;
  margin-bottom: 6px !important;
}

/* ----- Contact Page Feature Cards ----- */
.feature-card {
  background: #fff !important;
  border: 1px solid #eef1f6 !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
  padding: 30px 20px !important;
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(26,79,160,0.12) !important;
}
.feature-card__title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 700 !important;
  color: #1c2b4a !important;
  font-size: 16px !important;
}
.feature-card__desc {
  color: #6b7280 !important;
  font-size: 14px !important;
}

/* ----- Service Cards ----- */
.service-card {
  background: #fff !important;
  border: 1px solid #eef1f6 !important;
  border-radius: 14px !important;
  padding: 30px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05) !important;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(26,79,160,0.12) !important;
}

/* ----- Tables (Branches, etc.) ----- */
.table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.table thead tr {
  background: #0d2350 !important;
}
.table thead tr th {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 16px !important;
  border: none !important;
}
.table tbody tr {
  transition: background 0.2s;
}
.table tbody tr:hover {
  background: #f0f4ff !important;
}
.table tbody td {
  padding: 12px 16px !important;
  font-size: 14px;
  color: #374151;
  border-bottom: 1px solid #f0f2f5 !important;
  border-top: none !important;
}

/* ----- Login / Register Page ----- */
.account {
  min-height: 100vh;
}
.account__left {
  background: linear-gradient(135deg, #0d2350 0%, #1A4FA0 100%) !important;
}
.account__right {
  background: #f8f9fc !important;
}
.account-form .section-heading__subtitle {
  color: #1A4FA0 !important;
}
.account-form .section-heading__title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800 !important;
  color: #1c2b4a !important;
}
.account-form .btn--base {
  padding: 12px 24px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
}
.have-account__link {
  color: #1A4FA0 !important;
  font-weight: 700;
}
.forgot-password {
  color: #1A4FA0 !important;
  font-weight: 600;
  font-size: 13px;
}

/* ----- Footer Modernization ----- */
.footer-area {
  background: #0a1628 !important;
}
.footer-item__title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800 !important;
  color: #fff !important;
  font-size: 18px !important;
  margin-bottom: 20px !important;
}
.footer-item__desc {
  color: rgba(255,255,255,0.6) !important;
  font-size: 14px !important;
  line-height: 1.7;
}
.footer-menu__link {
  color: rgba(255,255,255,0.65) !important;
  transition: color 0.2s, padding-left 0.2s;
  font-size: 14px !important;
}
.footer-menu__link:hover {
  color: #fff !important;
  padding-left: 4px;
}
.footer-contact-menu__item-icon {
  color: #1A4FA0 !important;
}
.social-list__link {
  border-color: rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.7) !important;
  transition: background 0.3s, color 0.3s;
}
.social-list__link:hover {
  background: #1A4FA0 !important;
  border-color: #1A4FA0 !important;
  color: #fff !important;
}
.bottom-footer {
  background: rgba(0,0,0,0.25) !important;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.newsletter {
  background: linear-gradient(135deg, #0d2350 0%, #1A4FA0 100%) !important;
}
.newsletter__title {
  font-family: 'Raleway', sans-serif !important;
  color: #fff !important;
}

/* ----- FAQ / About Tabs ----- */
.custom--tab .nav-link {
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 8px 18px !important;
  color: #374151 !important;
  transition: all 0.2s;
}
.custom--tab .nav-link.active,
.custom--tab .nav-link:hover {
  background: #1A4FA0 !important;
  color: #fff !important;
}

/* ----- Pagination ----- */
.pagination .page-link {
  border-radius: 8px !important;
  margin: 0 3px;
  font-weight: 600;
  color: #1c2b4a;
  border-color: #e0e4ea;
}
.pagination .page-item.active .page-link {
  background: #1A4FA0 !important;
  border-color: #1A4FA0 !important;
  color: #fff;
}

/* ----- Scroll-to-top button ----- */
.scroll-top {
  background: #1A4FA0 !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 14px rgba(26,79,160,0.35) !important;
}

/* ----- Preloader ----- */
.preloader {
  background: #0d2350 !important;
}