


  /******************* FOOTER   *********************/
 
  .footer {
    width: 100%;
    background-image: url("../images/Asset Maisoft/footer.png");
   background-repeat: no-repeat;
   background-size: cover;
  height: 100%;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.trait {
  border: 1px solid #FFFFFF;
  width: 100%;
  margin: 30px 0;
  
  
}

 
  .footer-header {
   
    color: white;
    padding: 40px 0px;
    position: relative;
    z-index: 5;
}

.footer-header-content {
   
    
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px;
}

.logo-section img {
    width: 150px;
    margin-bottom: 20px;
}

.logo-section p {
   
    line-height: 1.6;
    max-width: 600px;
    text-align: left;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 18px;

}

.quick-links h3, .newsletter h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--ff-secondary);
    margin-bottom: 20px;
    
    color: white;
}


.quick-links ul {
    list-style: none;
}

.quick-links ul li {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
}

.quick-links ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.quick-links ul li a:hover {
  color: var(--clr-orange); /* secondary color */
}

.newsletter p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400;
    font-family: var(--ff-primary);
}

.newsletter-form {
    display: flex;
   
}

.newsletter-input {
    flex: 1;
    padding: 12px;
    border: 1px  solid rgba(255, 255, 255, 0.3);
    border: Mixed solid #FFFFFF;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-family: var(--ff-primary);
    font-size: 18px;
    font-weight: 400;
    outline: none;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-button {
  background: linear-gradient(90deg, #F88E20 0%, #E37707 100%);

    border: none;
    padding: 12px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;


}


.newsletter-button img {
    width: 30px;
    height: 30px;
}



.footer-content {
    display: flex;
    justify-content: start;
gap: 30px;
    padding: 0px 20px;
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
/* background-color: #F57C00; */
    /* align-items: center; */
}

.footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  font-family: var(--ff-tertiary);
  height: 100%;
max-width: 380px;
/* background-color: #F57C00; */
gap: 15px;
}

.footer-icon {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.footer-icon img {
    width: 30px;
    height: 30px;
}

.footer-text {
  font-family: var(--ff-tertiary);



    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
 
    color: white;
}



.copyright {
  padding: 20px;

    background-color: #F57C00;
    color: white;
    text-align: center;

    font-size: 16px;
    font-weight: 500;
    font-family: var(--ff-secondary);
    position: relative;
    z-index: 5;
}


@media (max-width: 992px) {
  .footer-header-content {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
  }

  .logo-section p {
    margin: 0 auto;
  }

  .quick-links ul {
    padding: 0;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;


    

  }

  .footer-section {
    flex-direction: row;

    align-items: center;
    gap: 15px;
    margin: 0;
justify-content: left;

width: 100%;


  }

  .footer-icon {
    width: 50px;
    height: 50px;
  }
  .footer-text {
  
    font-size: 15px;
    

   font-weight: 400;
    
}
  .footer-icon img {
    width: 24px;
    height: 24px;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-input {
    border-radius: 4px;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }

  .newsletter-button {
    border-radius: 4px;
    width: 100%;
  }

  .copyright {
    font-size: 16px;
    padding: 30px 10px;
 
  }
}

@media (max-width: 640px) {


  .logo-section p {
    margin: 0 auto;
    text-align: center;
  }

}
