.cta-footer {
  background-color: #001D3D;
  color: #ffffff;
}

.cta-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.cta-left {
  background-color: #000814;
  flex: 1;
  padding: 2rem 0 2rem 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.cta-left h2 span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFD60A;
}

.cta-left p {
  margin-top: 1rem;
  color: #ffffff;
}

.cta-right {
  background-color: #FFD60A;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


.cta-button {
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  display: flex;               
  justify-content: center;    
  align-items: center;        
  padding: 0;                
}


.cta-button:hover {
  background-color: #000814;
  color: #f9c800;
  border-color: #000000;
}


.cta-left:hover {
  background-color: #000000;
}



.main-footer {
  background-color: #001D3D;
  padding: 2rem 1rem;
  font-size: 1.2rem;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 4rem;
  border-bottom: 1px solid #333;
}

.footer-logo {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-logo .logo-box {
  background-color: #FFD60A;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5rem 0.8rem;
  border-radius: 3px;
  font-size: 1.3rem;

}

.footer-logo .logo-text {
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-section h4 {
  color: #FFD60A;
  margin-bottom: 0.5rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 0.3rem;
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0;
  font-size: 0.85rem;
  color: #ffffff;
}

.social-icons span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
.cta-left {
    padding: 2rem 4rem 2rem 7rem;
    
}


.cta-button {
  margin:25px;
}
}