html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}




.footer-main {
    background: linear-gradient(135deg, #1A3A6B, #0d1f3f);
    color: #ffffff;
}

    .footer-main h5 {
        margin-bottom: 15px;
        font-weight: 600;
        color: #ffffff;
    }

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: #cfd8ff;
        text-decoration: none;
        transition: 0.3s;
    }

        .footer-links a:hover {
            color: #ff7a18;
        }

.footer-bottom {
    background: #000;
    padding: 12px;
    color: #ccc;
    font-size: 14px;
}




.map-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
}