/* General Reset */
.footer{
    /* background-color: var(--secondary-color); */
   padding: 20px 0;
   /* background-color: #F2F0EF !important; */
   /* background-image: url(../images/footer.png); */
   position: relative;
}
.footer .logo-container{
      max-width: 100px;
      margin-bottom: 20px;
}
.footer .logo-container img{
   height: 100%;
   width: 100%; 
}
.footer::before{  
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background:#918f8e24;
      content: "";
}
.footer-container {
   position: relative;
   z-index: 99;
   color: var(--light-color);
}

.footer-link-view .link-item{
  list-style-type: none;
  margin-bottom: 17px;
}
.footer-link-view .link-item .link {
   font-size: 18px;
   font-weight: 600;
   position: relative;
   color:#000000a6;
   text-decoration: none; /* Ensures no underline on links */
   transition: 0.5s all ease-in-out;
   transform: translateX(0); /* Initial position */
}
.perosnal-content .personal-txt{
  font-weight: 600;
  font-size: 15px;
  color:#000000a6;
  font-family: 'lato';
}

span.px-2.personal-txt {
   margin-left: 12px;
}

p.txt{
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

.footer-link-view .link-item .link::before {
   content: "";
   position: absolute;
   height: 1px;
   width: 19px;
   background-color: var(--light-color); /* Use a valid variable or replace with a specific color */
   left: -27px;
   top: 50%;
   display: block; /* Ensures it appears */
   opacity: 0; /* Initially hidden for a smooth hover effect */
   transition: 0.5s all ease-in-outs;
}
.footer-copyrights{
   display: flex;
   align-items: center;
   border-top: 1px solid grey;
   padding: 10px 0;
   color: var(--light-color);
   z-index: 999;
   position: relative;
   justify-content: center;
}
.footer-link-view .link-item .link:hover {
   color:#ce5505; /* Use a valid variable or replace with a specific color, e.g., #ff5722 */
   transform: translateX(15px); /* Moves the link 15px to the right */
}

.footer-link-view .link-item .link:hover::before {
   opacity: 1; /* Makes the line visible on hover */
}

.footer-section {
   flex: 1;
   margin: 0 15px;
}

.logo .logo-image {
   width: 100px;
   margin-bottom: 10px;
}

.look{
    padding-top: 10px;
}

.links ul li, .contact-info ul li {
   margin: 5px 0;
}

.links h4, .contact-info h4, .stay-connected h4 {
   font-size: 18px;
   margin-bottom: 10px;
}

.stay-connected .social-icons img {
   width: 30px;
   margin: 0 10px;
   vertical-align: middle;
}

.links ul li a {
       color: white !important;
}

.footer-section-logo{
   margin-bottom: 40px;
}
.footer-text-content {
   font-size: 16px;
   font-weight: 400;
   color:var(--light-color);
}
.footer .logo{
   max-width: 230px;
}
.footer .logo img{
   height: 100%;
   width: 100%;
}
.footer .copyrights-txt{
   font-weight: 600;
   font-size: 14px;
   letter-spacing: 1px;
}
.footer .copyrights-txt a{
   font-size: 14px;
}
@media screen and (max-width:575px) {
   /* .footer-link-view{
       column-count: 2;
   } */
   .footer-copyrights {
       text-align: center;
   }
   .perosnal-content .personal-txt {
       font-size: 17px;
   }
   .caresolue-container {
       padding: 40px 0 !important;
   }
   .caresolue-container .caresoule-text {
       line-height: 30px !important;
       font-size: 23px !important;
       text-align: center;
   }
   .footer-link-view .link-item .link {
      font-size: 15px;
   }
}
.footer .footer-link{
   text-decoration: none;
   font-size: 20px;
   font-weight: 300;
}
.footer .footer-link-content{
   list-style-type: none;
}
.footer .footer-link:hover {
   color: var(--ternery-color);
}

.footer .footer-title{
font-size: 32px;
font-weight: 200;
}

.tol{
    flex: 0 0 auto;
    width:25%;
}

.footer-border-bottom {
   height: 2px;
   width: 89px;
   background-color: #FA4729;
   margin-top: 10px;
   position: relative;
}
.footer-border-bottom::before {
   content: "";
   height: 3px;
   width: 4px;
   display: block;
   position: absolute;
   background-color: #FA4729;
   right: -9px;
   top: -1px;
   border-radius: 30px;
}

@media screen and (max-width:991px) {

.footer-intro-section{
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   flex-direction: column;
}
}