@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #191919;
}

body {
  margin: 0;
}

h1 {
  font-size: 48px !important;
}

h2 {
  font-size: 32px !important;
}

#nav-logo {
  width: 80px;
  height: 80px;
}

/* --------  HEADER  -------- */

#nav-logo {
  width: 4.2vw;
  height: 4.2vw;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8vw;
  background-color: #d4e9fe;
}

.nav-links a {
  text-decoration: none;
  color: #011f4b;
  margin: 0 1vw;
  font-size: 1.1vw;
  display: inline-block;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #011f4b;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-links a:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

.logo a {
  text-decoration: none;
}

.logo a div {
  margin: 1.1vw 0.4vw 0;
  color: #004080;
  font-size: 1.5vw;
  font-weight: 700;
  font-style: italic;
}

/* --------  HEADER END  -------- */

/* --------  CONTACT US  -------- */
.image-container {
  background-image: url("../images/WebsiteElements/ContactUs/contact-contactBG.png");
  height: calc((100vw * (2 / 16)));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
}

.overlay-title {
  color: #1650a2;
  font-size: 1.6vw;
  font-style: bold;
  margin-left: 7vw;
  margin-top: 2vw;
}

.overlay-text {
  color: #011f4b;
  font-size: 2.3vw;
  font-style: bold;
  font-weight: 700;
  margin-left: 7vw;
}

/* --------  CONTACT US END  -------- */

/* --------  OUR OFFICE  -------- */
.rectangle-map {
  background-image: url("../images/WebsiteElements/ContactUs/contact-mapBG.png");
  height: calc((100vw * (9 / 16)));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.corner-image {
  position: absolute;
  right: 0;
  width: 85vw;
  height: auto;
  margin-bottom: 6.4vw;
  pointer-events: none;
}

.visit-us {
  color: #d6e7fc;
  font-size: 2.5vw;
  font-style: bold;
  font-weight: 700;
  padding-bottom: 1vw;
}

.map-iframe {
  height: 23vw;
  width: 30vw;
}

.contact-box-container {
  margin-left: 2vw;
  padding-bottom: 0.8vw;
}

.contact-box {
  background: #f4f6fc;
  border-radius: 10px;
  margin: 0.3vw;
}

.contact-title {
  font-size: 1vw;
  font-weight: 700;
  font-style: bold;
  padding-inline: 1vw;
  padding-top: 1vw;
  color: #03396c;
}

.contact-text {
  font-size: 0.8vw;
  padding-inline: 1vw;
  padding-top: 0.5vw;
  padding-bottom: 1vw;
  color: #03396c;
}

.form-box {
  background: white;
  height: 35vw;
  width: 31vw;
  padding: 4vw;
  margin: 2vw;
  margin-block: 5vw;
}

.form-title {
  color: #103e7e;
  font-size: 2.7vw;
  font-style: bold;
  font-weight: 700;
}

.input-title {
  font-size: 0.8vw;
  color: #103e7e;
}

.name-input,
.email-input,
.subject-input,
.message-input {
  font-size: 1vw;
}

.submit-button {
  font-size: 1.5vw;
  font-weight: 700;
  height: 3.5vw;
  color: white;
  border: none;
  background-color: #103e7e;
  margin-top: 1vw;
}

.submit-button:hover {
  background-color: #011f4b;
}

/* --------  OUR OFFICE END  -------- */

/* --------  FOOTER  -------- */

.rectangle-footer {
  height: calc((100vw * (3 / 16)));
  background: #d6e7fc;
}

.footer-tagline {
  font-size: 1.8vw;
  font-weight: 700;
  font-style: bold;
  color: rgb(16, 62, 126);
  text-decoration: none;
  margin-right: 2.5vw;
}

.footer-services-title {
  font-size: 1.5vw;
  font-weight: 500;
  font-style: bold;
  color: #103e7e;
  text-align: left;
  padding-block: 0.5vw;
}

.footer-company {
  margin-inline: 2.5vw;
}

.footer-company-title {
  font-size: 1.5vw;
  font-weight: 500;
  font-style: bold;
  color: #103e7e;
  text-align: left;
  padding-block: 0.5vw;
}

.footer-phone-number,
.footer-email {
  font-size: 0.8vw;
  color: #103e7e;
  text-align: left;
}

.footer-nav-links a {
  font-size: 0.8vw;
  text-decoration: none;
  color: #103e7e;
  padding-block: 0.1vw;
  position: relative;
}

.footer-nav-links a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #103e7e;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.footer-nav-links a:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

/* --------  FOOTER END  -------- */
