/* Footer Style */
footer {
  background-color: #04013b;
  padding-top: 1em;
  padding-bottom: 0.1em;
  position: relative;
  font-family: 'Century Gothic', sans-serif;
}

/* Footer Logo - eventops */
#footerLogo {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Footer Links Styles */
.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 13px;
  margin-bottom: 30px;
  margin-left: 1px;
  
  
  
}

.footer-links a:hover {
  color: #ff6f00;
}

/* new Footer contact information - Address and tel number */
.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

.footer-contact-item {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center align the items */
  justify-content: center;
  text-align: center;
  margin-bottom: 15px; /* Optional: Add spacing between items */
  padding-left: 40px;
 
}

.footer-contacts-icon {
  font-size: 24px; /* Adjust size as needed */
  color: #ffffff;
  margin-bottom: 5px;
  
}

/* icons and contact information for telephone numbers and email */
.footer-contact-item-left {
  text-align: center;
  margin-bottom: 10px;
  
  color: #ffffff;
  margin-left: 45px;
}

.footer-contacts-icon-left,
.footer-contacts-icon {
  font-size: 2vw;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #ff6f00;
  text-align: center;
}




/* Facebook & Instagram Icon Style */
/* Social media icons */
.footer-social-links a i {
  width: 1em;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 1.5em;
}

.instagram-icon i {
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FFC837);
}

.facebook-icon i {
  background: linear-gradient(45deg, #1877F2, #1877F2);
}

/* Responsive styling */
.footer-social-links {
  position: absolute;
  top: 0;
  right: 1;
  margin-top: 10px;
  margin-right: 10px;
  text-align: right; /* Align social links to the right */
}

.footer-social-links a {
  display: inline-block;
  margin-left: 10px; /* Add some spacing between social icons */
}

.footer-social-links i {
  font-size: 4vw; /* Adjust font size for responsiveness */
  width: 4vw; /* Adjust width for responsiveness */
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .footer-social-links i {
    font-size: 2em; /* Adjust font size for smaller screens */
    width: 2em; /* Adjust width for smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .footer-social-links i {
    font-size: 2.5em; /* Adjust font size for even smaller screens */
    width: 2.5em; /* Adjust width for even smaller screens */
  }
}

.logo-container {
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 20px; /* Adjust the margin from the bottom */
  margin-top: 20px;
  margin-left: 20px;
}

.logoRed1,
.logoBlue1 {
  max-width: 300px;
  height: 180px;
  position: relative;
}




/* Media Queries for Responsive Design */
@media screen and (max-width: 768px) {
  .footer-contact-item-left,
  .footer-contacts-icon-left,
  .footer-contacts-icon {
    font-size: 4vw; /* Adjust font size for responsiveness */
    align-items: center;
    
  }
}

@media screen and (max-width: 576px) {
  .footer-contact-item-left,
  .footer-contacts-icon-left,
  .footer-contacts-icon {
    font-size: 5vw; /* Adjust font size for responsiveness */
    align-items: center;
  }
}



/* Media Queries for Responsive Design */

@media only screen and (max-width: 768px) {
  .footer-links {
    text-align: center;
}

  .footer-links a {
      display: relative;
      margin-bottom: 10px;
      
  }
}
