
/* Footer Styling */
.top_footer_section {
  background-color: #231F20; /* Dark Background */
  padding: 20px 0;
  color: white;
  text-align: center;
}

/* Left Section */
.top_footer_left_section img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-left: 30%;
}



.footer-logo {
  max-width: 200px;
}

.vector_1 { 
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Right Section */
.top_footer_right_section p{
  text-align: right;
  margin-right: 30%;
}

.footer-contact {
  font-size: 22px;
  font-weight: bold;
}

.footer-email {
  font-size: 18px;
  font-weight: bold;
}


  /* Middle Footer Section */
  .middle_footer_section {
    background-color: #231F20;
    padding: 30px 0;
    color: white;
    margin-top: -40px;
  }

  /* Left Section */
  .middle_footer_para p {
    font-size: 14px;
    color: #bbb;
    max-width: 80%;
    margin-left: 10%;
  }

  .middle_footer_images {
    margin-top: 15px;
    margin-left: 10%;
  }

  .middle_footer_images img {
    width: 120px;
    margin-right: 0%;
    cursor: pointer;
  }

  /* Right Section */
  .quick_links, .follow_us_on, .legal {
    text-align: left;
  }

  .quick_links h4, .follow_us_on h4, .legal h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .quick_links ul, .follow_us_on ul, .legal ul {
    list-style: none;
    padding: 0;
  }

  .quick_links ul li, .follow_us_on ul li, .legal ul li {
    margin-bottom: 5px;
  }

  .quick_links ul li a, .follow_us_on ul li a, .legal ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
  }

  .quick_links ul li a:hover, .follow_us_on ul li a:hover, .legal ul li a:hover {
    color: white;
  }

  .bottom_footer_section img{ 
    width: 100%;
  }
