
.footer-logo{
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo1 img {

  max-width: 15vw;
  height: auto;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  background-color: #f5f5f5;
  color: #0b0a0a;
  height: auto;
}

.footer-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-container .col-lg-4,
.footer-container .col-lg-2,
.footer-container .col-lg-1 {
  margin-bottom: 20px;
}

.footer-container .col-lg-4 {
  flex-basis: 45%;
}

.footer-container .col-lg-2 {
  flex-basis: 20%;
}

.footer-container .col-lg-1 {
  flex-basis: 22%;
}

.footer-heading1,
.footer-heading {
  font-size: 18px;
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
}
h1.footer-heading.social{
  margin-left:10px;
}

.footer-container img {
  display: flex;
  width:100%; /* Adjust logo size */
  height: auto;
}

.footer-container ul li {
  font-size: 16px;
  line-height: 1.7em;
}

.footer-container .fa-facebook,
.footer-container .fa-instagram,
.footer-container .fa-linkedin {
  cursor: pointer;
  transition: color 0.3s;
}

.footer-container .fa-facebook:hover,
.footer-container .fa-instagram:hover,
.footer-container .fa-linkedin:hover {
  color: #007bff; /* Change color on hover */
}
/* Large Devices (Desktops) */
@media (min-width: 992px) {
  .footer-container {
    display: flex;
    justify-content: space-between; /* Ensures proper spacing */
    padding: 40px 80px;
  }

  .footer-container .col-lg-4 {
    flex-basis: 35%; /* Adjusting the size of the largest column */
    text-align: left;
  }

  .footer-container .col-lg-1,
  .footer-container .col-lg-2 {
    flex-basis: 15%; /* Adjust column sizes */
    text-align: left;
  }

  .footer-container .col-lg-2 {
    flex-basis: 20%;
  }

  .footer-heading1,
  .footer-heading {
    font-size: 20px;
    letter-spacing: -1px;
    text-align: left; /* Ensures headings align properly */
  }

  .footer-container ul li {
    text-align: left; /* Align text to the left */
  }
}

/* Medium Devices (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-container {
    flex-direction: row;
    padding: 30px;
  }

  .footer-container .col-lg-4,
  .footer-container .col-lg-2 {
    flex-basis: 45%; /* Adjust column width */
  }

  .footer-heading1,
  .footer-heading {
    text-align: center;
  }

  .footer-container ul li {
    text-align: center;
  }
}

/* Small Devices (Phones) */
@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    padding: 20px;
  }

  .footer-container .col-lg-4,
  .footer-container .col-lg-1,
  .footer-container .col-lg-2 {
    flex-basis: 100%; /* Full width for each column */
    margin-bottom: 20px;
  }

  .footer-heading1,
.footer-heading {
  font-size: 18px;
  color: black;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top:10px;
}
  .footer-heading1,
  .footer-heading {
    text-align: center;
  }

  .footer-container ul li {
    text-align: center;
  }
}
.footer-bottom {
  display: flex;
  background-color: #d31a42; /* Red color */
  color: white;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-family: "poppins", sans-serif;
  position: relative;
}

.footer-bottom p {
  margin: 0px;
  margin-left: 6%;
}

.footer-bottom a {
  color: white;
  margin-left: 15px; /* Add space between links */
  text-decoration: none;

  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: #e0e0e0; /* Lighter color on hover */
}

/* For mobile and small screens */
@media (max-width: 767px) {
  .footer-bottom a {
    display: block;
    margin: 5px 5px;
  }
  h1.footer-heading.social{
    margin-left:0px!important;
  }
  .footer-container img {
    max-width: 40vw !important;
    height: auto;
    margin-right: 50%;
  }
  ul li {
    text-align: left !important;
  }
  .footer-heading,
  .footer-heading1 {
    text-align: left;
    letter-spacing: normal;
  }

  .footer-bottom {
    display: revert;
  }
  .footer-bottom p {
    margin-left: 0px !important;
  }
  .policy {
    justify-content: center !important;
    margin-left: 2% !important;
    text-align: center;
  }
}
