
  
  .content {
    padding: 20px;
  }
  
  .footer {
    background-color:black;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .footer-section {
    flex: 1 1 200px;
    margin: 10px;
    min-width: 200px;
    max-width: 300px;
    box-sizing: border-box;
  }
  
  .footer-section h3 {
    margin-bottom: 10px;
  }
  
  .footer-section p, .footer-section ul {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
  }
  
  .footer-section ul {
    list-style-type: none;
  }
  
  .footer-section ul li {
    margin-bottom: 5px;
  }
  
  .footer-section ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-section ul li a:hover {
    text-decoration: underline;
  }





/* Base styles for social media icons */
.social-iconsfoot {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Individual icon styling */
.social-iconsfoot a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #e6e6e6;
  border-radius: 50%;
  text-align: center;
  color: #333;
  font-size: 24px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.social-iconsfoot a:hover {
  background-color: #999999;
  transform: scale(1.1);
  color: #fff;
}

/* Specific colors for each platform */
.social-iconsfoot a.whatsappfoot:hover { background-color: #25d366; }
.social-iconsfoot a.youtubefoot:hover { background-color: #ff0000; }
.social-iconsfoot a.pinterestfoot:hover { background-color: #bd081c; }
.social-iconsfoot a.facebookfoot:hover { background-color: #3b5998; }
.social-iconsfoot a.twitterfoot:hover { background-color: #00acee; }
.social-iconsfoot a.linkedinfoot:hover { background-color: #0077b5; }
.social-iconsfoot a.instagramfoot:hover { background-color: #e4405f; }

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .social-iconsfoot {
      gap: 15px;
  }
  
  .social-iconsfoot a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .social-iconsfoot {
      gap: 10px;
  }
  
  .social-iconsfoot a {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 18px;
  }
}



.image-containerinsta {
  width: 100%;
  max-width: 140px; /* Adjust as needed */
  margin: 5px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.image-containerinsta img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer; /* Shows pointer on hover */
}




.facbookim{
  display: flex;
  flex-wrap: wrap;
  
}




/* end styles for social media icons */
  
  @media (max-width: 600px) {
    .footer-section {
      flex: 1 1 100%;
      max-width: none;
    }
  }
  @media (max-width: 768px) {
    .footer{

      background-color: #2F4F4F;
      align-items: center;
      padding: 1px;
      
    }

    .footer-section ul li a {
      color: #CCCCCC;
      text-decoration: none;
    }

  }

