/* Base Fonts and Body */
body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  background: #DFE8FA;
  color: #000000;
  text-align: center;
}

/* Font Utilities */
.font {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}

/* Header */
header {
  padding: 5px 10px;
  background: #DFE8FA;
  border-bottom: 2px solid #2B3990;
}
header img {
  height: 110px;
}

/* Hero Banner */
.hero {
  background: url('images/background.jpg') no-repeat center center/cover;
  padding: 50px 20px 50px;
  color: #000000;
}
.hero h1 {
  margin-bottom: 20px;
  font-size: calc(34px + (48 - 34) * ((100vw - 380px)/(1920 - 380)));
}
.hero h1 img {
  max-width: 100%;
}
.hero p {
  font-size: calc(20px + (24 - 20) * ((100vw - 380px)/(1920 - 380)));
  margin-bottom: 25px;
}
.hero .buttons {
  margin-top: 20px;
}
.hero .buttons a {
  display: inline-block;
  background: #334080;
  color: #ffffff;
  text-decoration: none;
  margin: 5px 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(17px + (20 - 17) * ((100vw - 380px)/(1920 - 380)));
  width: 172px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.hero .buttons a.phone {
  background: #1E244D;
}

/* Responsive Hero */
@media (max-width: 767px) {
  .hero {
    padding: 40px 15px 40px;
  }
}
@media (max-width: 480px) {
  .hero {
    padding: 30px 10px 30px;
  }
}

/* Social Media Section */
.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
  max-width: 400px;
}
.socials p {
  font-size: calc(17px + (20 - 17) * ((100vw - 380px)/(1920 - 380)));
  margin: 0;
}
.socials a {
  padding-left: 30px;
}
@media (max-width: 480px) {
  .socials a {
    padding-left: 15px;
  }
}

/* Contact Information Box */
.contact-info {
  margin: 30px auto 20px;
  padding: 0 15px;
  max-width: 1200px;
  background: #DFE8FA;
  border: 2px solid #2B3990;
  border-radius: 20px;
  box-shadow: 0 10px 0 #2B3990;
}
.contact-info-inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(20px + (24 - 20) * ((100vw - 380px)/(1920 - 380)));
  margin: 10px 0;
}
.contact-info-inside .box {
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.contact-info img {
  padding-right: 5px;
}
.contact-info a {
  color: #000000;
  text-decoration: none;
}
.contact-info span {
  padding: 0 15px;
}

/* Trading Hours Section (Left-Right on Desktop, Top-Bottom on Mobile) */
.contact-info-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 30px 10px;
  max-width: 900px;
  text-align: left;
}
.trading-hours {
  color: #2B3990;
  font-weight: 500;
  font-size: calc(30px + (40 - 30) * ((100vw - 380px)/(1920 - 380)));
  padding-right: calc(35px + (50 - 35) * ((100vw - 380px)/(1920 - 380)));
  line-height: 1.2;
  text-align: right;
}
.hours {
  font-size: calc(17px + (20 - 17) * ((100vw - 380px)/(1920 - 380)));
  text-transform: uppercase;
  color: #000000;
  line-height: 1.4;
  text-align: left;
}

/* Vertical Spacer */
.spacer {
  padding-left: calc(35px + (50 - 35) * ((100vw - 380px)/(1920 - 380)));
  border-left: 1px solid #000000;
  height: calc(60px + (90 - 60) * ((100vw - 380px)/(1920 - 380)));
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .contact-info-inside {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
	
  .contact-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-info-inside {
    flex-direction: column;
  }
  .contact-info-inside .box {
		padding: 5px 0;
	}
  .contact-info span {
    transform: rotate(90deg);
  }
  .contact-info-bottom {
    flex-direction: column;
    text-align: center;
  }
  .trading-hours {
    padding-right: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .hours {
    text-align: center;
  }
  .spacer {
    border-left: none;
    padding-left: 0;
    border-bottom: 1px solid #000000;
    height: 1px;
    width: 200px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}

/* Prefooter Section */
.prefooter {
  padding: 10px 0 30px;
}
.prefooter .logo {
  border-bottom: 2px solid #2B3990;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.prefooter img {
  height: calc(130px + (156 - 130) * ((100vw - 380px)/(1920 - 380)));
  padding: 0 10px;
}

/* Terms Text */
.terms {
  font-size: calc(14px + (16 - 14) * ((100vw - 380px)/(1920 - 380)));
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.terms strong {
  font-weight: 500;
  font-size: calc(17px + (20 - 17) * ((100vw - 380px)/(1920 - 380)));
}

/* Footer Section */
footer {
  background: #1E244D;
  padding: 20px 15px;
  color: #ffffff;
  font-size: calc(16px + (20 - 16) * ((100vw - 380px)/(1920 - 380)));
  font-weight:500;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
