.header .logo img, .logo-img {
  height: 250px !important;
  margin-top: 10px;
}  
@media (max-width: 768px) {
.header .logo img, .logo-img {
  height: 190px !important;
  
}
}

h1, h2{
letter-spacing:-6% !important;
}
.footer{
 background: #0c1b30 !important;
  color: rgba(255, 255, 255, 0.7)!important;
  padding: 70px 0 0!important; 
}


.btn-get-in-touch {
  font-family: inherit;
  background-color: var(--color-gold, #ffb800)!important;
}
.footer-bottom {
  border-top: none;
  padding-top: 0px;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--gray-500);
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
.footer-bottom {
  text-align: left!important;
    margin-top: -32px !important;
}
} 
 .footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
/* ===== Centered Divider Line & Badge ===== */
.footer-divider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0px;
}

.footer-divider-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.footer-center-logo {
  position: relative;
  z-index: 2;
  background: var(--navy-900);
  padding: 0 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-center-logo img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

.cta-banner {
  background-color: var(--blue-cta)!important;
  padding: 60px 0;
}

@media (max-width: 900px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    align-items: center !important;
  }
}

@media (max-width: 600px) {
  .cta-title, .cta-inner h2, .cta-text {
    font-size: 39.17px !important;
    text-align:center;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 700;
    line-height: 40.3px !important;
    letter-spacing: -3.25px !important;
    text-transform: none !important;
  }
  
}
.cta-title, .cta-inner h2, .cta-text {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
}