html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f8f9fa;
  color: #1560c5;
  line-height: 1.5; }

.contact-container {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/banner.jpg") no-repeat center/cover;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0; }

.contact-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  width: 100%;
  margin: 2rem auto; }
  .contact-card .card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .contact-card .contact-logo {
    max-width: 200px;
    height: auto; }
  .contact-card h2 {
    color: #1b4d96;
    font-weight: 600;
    font-size: 28px; }
  .contact-card p {
    color: #666;
    font-size: 15px; }
  .contact-card .form-label {
    color: #1560c5;
    font-weight: 500; }
  .contact-card .input-group-text {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #1560c5; }
  .contact-card .form-control {
    border-color: #ced4da; }
    .contact-card .form-control:focus {
      border-color: #1560c5;
      box-shadow: 0 0 0 0.25rem rgba(21, 96, 197, 0.25); }
  .contact-card textarea.form-control {
    resize: none; }
  .contact-card .btn-submit {
    background-color: #cf2030;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease; }
    .contact-card .btn-submit:hover, .contact-card .btn-submit:focus {
      background-color: #b51c29;
      box-shadow: 0 5px 15px rgba(207, 32, 48, 0.3);
      color: #fff; }

@media (max-width: 992px) {
  .contact-card {
    margin: 1.5rem;
    max-width: calc(100% - 3rem); } }
@media (max-width: 768px) {
  .contact-container {
    padding: 1.5rem 0; }

  .contact-card {
    margin: 1rem;
    max-width: calc(100% - 2rem); }
    .contact-card .contact-logo {
      max-width: 180px; }
    .contact-card h2 {
      font-size: 24px; }
    .contact-card .card-body {
      padding: 1.25rem !important; } }
@media (max-width: 576px) {
  .contact-container {
    padding: 1rem 0; }

  .contact-card {
    margin: 0.75rem;
    max-width: calc(100% - 1.5rem); }
    .contact-card .input-group-text,
    .contact-card .form-control,
    .contact-card .btn {
      font-size: 14px; }
    .contact-card .form-label {
      font-size: 14px; }
    .contact-card p {
      font-size: 14px; }
    .contact-card .card-body {
      padding: 1rem !important; } }

/*# sourceMappingURL=contact.css.map */
