:root{
    --primaryColor:black;
    --middleColor:#826C5F;
    --helperColor:#BD8256;
    --lightHelper:#EFE6DD;
    --hrColor:rgba(255, 235, 205, 0.671);
    --transparentColor:rgba(255, 235, 205, 0.548);
    --shadow:rgba(189, 188, 188, 0.514);
   /* --------------------------------- */
    --whatsappColor:#25D366;
    --white:#ffff;
    --blue: #1877F2;
    --green: #25D366;
    --gray:  #f8f8f8;
}

/* .company-info{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
} */

.main-footer { 
    box-shadow: 0px -10px 40px var(--shadow);
    color: var(--primaryColor);
    padding: 40px 10px 0px 10px;
    background-color: var(--lightHelper);
    border-radius: 10px 10px 0px 0px;
    border-top: 4px solid var(--helperColor);
}

.footer-container {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    margin: auto;
    /* padding-inline-start: 20px; */
}

.footer-container .footer-section:nth-child(4){
    flex: 1 1 50%;
    min-width: 200px;
    max-width: 800px;
}

.footer-container .footer-section:nth-child(4) h3{
    width: fit-content;
    margin: auto;
}
.flex-span-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}


.footer-container .footer-section:nth-child(2) {
    flex: 1 1 250px ;
    min-width: 100px;
    max-width: 250px;
    
    /* display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr); */
}
.footer-section {
    flex: 1 1 200px;
    min-width: 100px;
    max-width: 200px;
    
    /* display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr); */
}



.footer-section h2, .footer-section h3 {
    margin-bottom: 15px;
    color: var(--helperColor);
}

.footer-section p {
    margin-bottom: 20px;
}

.footer-logo{
  width: 100px;
  align-content: center;
}

.footer-logo img{
    width:100%;
    height: fit-content;
    object-fit: cover;

}

.footer-section p {
    line-height: 1.6;
    font-size: 14px;
    color: var(--primaryColor);
}
  
.footer-section ul {
    list-style: disc;
    /* padding: 0; */
}

.footer-section ul li::marker{
    color: var(--primaryColor);
}
  
/* .footer-section ul li {
    margin-bottom: 8px;
    font-size: 18px;
} */

.footer-section span{
    color: var(--primaryColor);
}

.footer-section a {
    color: var(--primaryColor);
    text-decoration: none;
}
  
.footer-section a:hover {
    color: var(--primaryColor);
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
    color: var(--primaryColor);
    border-top: 1px solid var(--brown);
    margin-top: 10px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media(max-width: 768px) {

    .footer-section {
        flex: 1 1 45%;
        min-width: 100px;
        max-width: 250px;
    }

    .footer-container .footer-section:nth-child(2) {
        flex: 1 0 100%;
      
    }

    .footer-container .footer-section:nth-child(4){
        flex: 1 0 98%;
        min-width: 98%;
        max-width:98%;
    }

    .flex-span-ul {
      
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: space-between;
    }

    .flex-span-ul ul {
        width: 35%;
    }


    /* .footer-container {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
      }
    .footer-logo{
        width: 100%;
    } */
      /* .footer-section {
        min-width: auto;
        flex: 1 1 90%;
        text-align: center;
      
      } */
    
      /* .footer-section img {
        width: 50px;
        height: 50px;
        margin: 0 auto 8px;
        display: block;
      }
     */
      /* .footer-section p,
      .footer-section ul, li {
        font-size: 13px;
       text-align: center;
      }
    
      .footer-bottom {
        font-size: 12px;
        padding-top: 15px;
        margin-top: 20px;
        text-align: center; 
      } */


      /* .flex-span-ul {
        flex-direction: column;
        gap: 10px;
        align-items: center;
      }
    
      .flex-span-ul ul {
        width: 100%;
        text-align: start;
      }
    
      .footer-section ul li {
        font-size: 15px;
      } */
}