
.footer {
    background-color: #22023b;
    color: #fff;
    padding: 50px 0;
    margin-top: 10%;
}

.footer-containerers {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-info,
.quick-links,
.address,
.social-media,
.cta-buttons {
  flex-basis: 25%;
  margin-bottom: 30px;
}.quick-links{
    margin-left: -40%;
    margin-top: 17%;
  }.social-media{
    position: relative;
    left: 78%;
    /* top: -50%; */
    margin-top: -12%;
  }
  
  .quick-links ul {
    list-style: none;
    padding: 0;
    margin-top: 10%;
    margin-left: 20%;
  }.quick-links h3{
    margin-left: 18%;
    font-size: 25px;
  }
  
  .quick-links ul li {
    margin-bottom: 10px;
  }.quick-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: color 0.3s ease;
  }.contact-info {
    margin-top: 30px;
}
.quick-links ul li a:hover {
    color: #ff6600;
    /* Change color on hover */
}

.social-media ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.social-media ul li {
    margin-right: 10px;
}

.cta-buttons button {
    background-color: rgb(179, 179, 45);
    color: black;
    border: none;
    padding: 20px 60px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 8%;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.scroll-to-top a {
    position: fixed;
    top: -140%;
    right: 2rem;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    background: #ffae00;
    color: rgb(13, 0, 44);
    border-radius: 5rem;
    transition: 1s linear;
    z-index: 1000;
}

.scroll-to-top1 {
    z-index: 2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* cursor: pointer; */
}

.email {
    margin-right: 2%;
}


.copyright {

    height: 90px;
    background-color: #1c0fa6;
    color: white;
    margin-top: 20px;
}

#copyright-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-right: 42%;
    margin-left: 35%;
    height: 100%;
    /* Ensure the container has a defined height */
}

#footer-logo {
    width: 30%;
}#footer-logo{
    margin-left: -4%;
  }

.address{
    margin-top: -132%;
    margin-left: 100%;
    margin-right: -100%;
   }

.cta-buttons {
    margin-left: 10%;
}

#lets-talk {
    display: flex;
    margin-top: 8%;
    /* align-items: center; Center items vertically */
}

@media screen and (max-width: 600px) {
    .social-media{
      position: relative;
      left: -8%;
      /* top: -50%; */
      margin-top: 5rem;
    }.cta-buttons {
      margin-right: 20%;
      margin-left: 10%;
      }.address{
        margin-top: -15.4rem;
        margin-left: 10rem;

       } .info-item p{
        font-size: 15px;
    }.quick-links{
        margin-top: 5rem;
      }.quick-links ul {
      font-size: 12px;
      margin-top: 6%;
      margin-left: 10rem;
    }.quick-links h3{
      margin-left: 9rem;
      font-size: 22px;
    }.contact-info{
      font-size: 10.5px;
      font-weight: bolder;
    }#footer-logo {
      width: 70%;
      margin-left: 120%;
      /* margin-bottom: 20%; */
  }.logo-info{
    flex-basis: -105%;
  }
    
  #lorem-text {
    text-align: center;
    width: 200%; /* Ensure the text takes full width of the container */
    margin-left: 50%;
    margin-right: -200%;
  }
  .cta-buttons button {
        margin-top: 5rem;
        padding: 13px 35px; /* Adjust padding for smaller screens */
        margin-left: -20%;
      }.copyright{
        margin-left: -85%;
        margin-right: -100%;
      }
  }
  .cta-buttons button:hover{
    color: aqua;
  }