#main-footer-conti-new {
    /* margin: 0; */
    margin-left: -1%;
    margin-top: 10%;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat; 
    background-image: url("../images/Footer\ Background.png");
    color: #f4f1e1;
}.icon-spacing {
    margin-right: 10px;
}

.footer {
    /* background-color: #705418; */
    color: #f4f1e1;
    padding: 2rem;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-header {
    text-align: center;
    margin-bottom: 2rem;
}

.footer-header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    color: #ffe895ff;
    letter-spacing: 0.1rem;
}

.footer-header p {
    font-size: 1.3rem;
    font-weight: lighter;
    margin: 0;
}

#mini {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sub-main-conti-footer {
    width: 35%;
    text-align: center;
}

#sub-main-conti-footer img {
    width: 150px;
    margin-bottom: 1rem;
}

#sub-main-conti-footer p {
    font-size: 0.9rem;
    padding-left: 23%;
    padding-right: 23%;
    line-height: 1.5;
}

#second-main-conti-footer {
    width: 60%;
}

.quick-links h4,
.get-in-touch h4,
.follow-us h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}.get-in-touch{
    display: flex;
}

.quick-links ul {
display: grid;
grid-template-columns: repeat(5, 1fr); /* Creates 5 equal columns */
gap: 0.5rem; /* Adds equal spacing between both rows and columns */
padding: 0;
list-style: none;
}

.quick-links ul li {
margin: 0; /* Removes default margin */

}

.quick-links ul li a {
text-decoration: none;
color: #f4f1e1;
font-size: 0.9rem;
transition: color 0.2s ease-in-out; /* Adds hover transition effect */
}

.quick-links ul li a:hover {
    text-decoration: underline;
}

.get-in-touch ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.get-in-touch ul li {
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.get-in-touch ul li span.icon {
    margin-right: 0.5rem;
}


.follow-us {
margin-top: 1rem;
margin-left: 10%;
text-align: center; /* Centers the content */
}

.social-icons {
margin-top: 0.5rem; /* Adds space between the heading and icons */
display: inline-flex; /* Ensures icons are aligned horizontally */
gap: 1rem; /* Adds spacing between the icons */
}

.social-icon {
font-size: 1.5rem; /* Adjusts the size of the icons */
color: #f4f1e1; /* Sets the color of the icons */
text-decoration: none; /* Removes underline on hover */
transition: transform 0.2s ease-in-out; /* Adds hover effect */
}

.social-icon:hover {
transform: scale(1.2); /* Slight zoom effect on hover */
color: #ffd700; /* Change icon color on hover */
}



.footer-bottom {
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
    margin-top: 1rem;
    font-size: 0.8rem;
    border-top: 1px solid #f4f1e1;
    padding-top: 1rem;
}#Refund-Policy{
    margin-left: 5%;
}@media screen and (max-width: 768px) {
    #mini {
      display: flex;
      flex-direction: column; /* Stack main sections */
      align-items: center;
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .footer-bottom {
        text-align: center;
        display: flex;
        justify-content: space-evenly;
    }#sub-main-conti-footer {
        width: 100%;
        margin: 0; /* Remove any extra margin */
    padding: 0; /* Remove any extra padding */
        text-align: center;
    }#sub-main-conti-footer p {
        font-size: 0.9rem;
        padding-left: 10%;
        padding-right: 10%;
        line-height: 1.5;
    }
  
    #second-main-conti-footer {
      display: flex;
      flex-direction: row;
      justify-content: space-between; /* Add space between sections */
      width: 100%;
      margin: 0; /* Remove any extra margin */
    padding: 0; /* Remove any extra padding */
      gap: 1rem;
     
    }
  
    .quick-links {
      flex: 1; /* Take equal space */
      min-width: 40%; /* Prevent shrinking too much */
    }
  
    .get-in-touch {
        flex-direction: column; /* Stack items inside Get In Touch vertically */
        align-items: flex-start; /* Align items to the left */
        text-align: left;
        width: 100%;
      }
  
    .quick-links h4,
    .get-in-touch h4 {
      font-size: 1rem; /* Adjust heading size */
      margin-bottom: 0.5rem;
    }
  
    .quick-links ul {
      grid-template-columns: 1fr; /* Stack links in a single column */
      gap: 0.2rem;
    }
  
    .quick-links ul li {
      margin-bottom: 0.5rem; /* Add space between links */
    }
  
    .get-in-touch ul {
      list-style: none;
      padding: 0;
    }
  
    .get-in-touch ul li {
      font-size: 0.9rem; /* Adjust text size */
      margin-bottom: 0.5rem; /* Add space between items */
    }
  
    .follow-us {
        margin-top: 1rem;
        margin-left: 0;
        width: 100%; /* Ensure it takes the full width */
        text-align: center; /* Center the Follow Us content */
      }
    
      .social-icons {
        justify-content: center; /* Center social icons */
        margin-top: 0.5rem; /* Add spacing above icons */
      }.icon-spacing {
        margin-right: 2px;
    }#main-footer-conti-new{
        margin-left: -2%;
        padding: 0;
        width: 103%;
    }
  }
  