/* Call Tracker Styles */

.bannerip {
  background-image: url("../Images/mobile.span.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 700px;
  position: relative;
}

.scroll, .pb-3 {
  scroll-margin-top: 56px;
  text-align: center;
}

.head-container {
  display: flex;
  text-align: center;
  justify-content: center;
}
h3 {
  font-size: 1.75rem;
  color: #042c75;
}

.search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.158);
  background-color: #fff;
  width: 60%;
  margin:auto;
}

.form-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mask {
  background-color: rgba(0, 0, 0, 0.229);
}

.brand-logo {
  height: 44px;
  width: auto;
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
}

* {
  margin: 0;
  padding: 0;
}

.form-card {
  position: relative;
  top: 12px;
  background: linear-gradient(145deg, #ffffff, #f1f5ff);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.form-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.info-card {
  background: linear-gradient(135deg, #0a2540, #0f3a6d);
  color: #f8f9fa;
}

.info-card .list-checkmarks li {
  color: #f8f9fa;
}

.history-search {
  width: 100%;
  padding: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}

.history-search .search-list {
  color: #f8f9fa;
}

.info-card .text-muted {
  color: rgba(255, 255, 255, 0.75) !important;
}

.info-card .search-list {
  color: #f8f9fa !important;
}

.map-container {
  height: 260px;
}

#search-status {
  min-height: 22px;
}

a:hover {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
  background-color: var(--NAV--LINK-HOVER);
}

.list-display li {
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
}
.list-checkmarks {
  padding-left: 1.5rem;
}
.list-checkmarks li {
  list-style-type: none;
  padding-left: 1rem;
}
.list-checkmarks li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 10px 0 -28px;
  color: #125de9;
}
.form-group {
  display: flex;
  justify-content: center;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #d5dceb, #c3ccdf);
  color: #0a1423;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.site-footer a {
  color: #18253f;
  text-decoration: none;
  box-shadow: none;
}

.site-footer a:hover {
  color: #0c3c87;
  box-shadow: none;
}

.footer-brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
}

.footer-pill {
  border: 1px solid #a9b7d1;
  background: #d7deee;
  color: #18253f;
}

.footer-pill:hover {
  background: #cdd6ea;
  border-color: #95a6c8;
  color: #0c3c87;
}

.social-links a {
  font-size: 1.1rem;
  color: #18253f;
}

.social-links a:hover {
  color: #0c3c87;
}

.site-footer .text-secondary {
  color: #434d66 !important;
}

.footer-bottom {
  border-top: 1px solid #b2bed8;
}
