.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 80px 40px 80px;
    margin-top: 50px;
    background-color: #008081;
    
}
.footer-1{
display: flex;
gap: 320px;
padding: 0px;
justify-content: space-between;
padding-bottom: 30px;

}
.services{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;

}
.services ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000000;

}
.services ul a {
    text-decoration: none; /* Removes the underline */
    color: #FFFFFF; /* Adjust the color as needed */
   
  }
.services h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;

}
.footer-last{
display: flex;
flex-direction: column;
gap: 32px;

}

.footer-last p{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
color: #000000;
width: 300px;

}
.footer-last img{
width: 300px;
}

.footer-last h3{
font-family: 'Teko';
font-style: normal;
font-weight: 500;
font-size: 25px;
color: #000000;
}
.footer-last h4{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.logo-img{
width: 100px;
}





.footer-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.social-icons img {
    width: 30px;
    height: 30px;
    color:#FFFFFF;
}

.bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 500px;
}

.bottom-text .text-1 h3{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
color: #FFFFFF;
}


.bottom-text .text-2 h3 {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
color: #FFFFFF;
}

.bottom-text .text-2 {
    display: flex;
    align-items: center;
}

.bottom-text .text-2 img {
    width: 100px;
}

/* Responsive styles for devices with a max-width of 768px */
@media (max-width: 768px) {
    .footer {
        padding: 20px;
    }

    .footer-1 {
        flex-direction: column;
        gap: 30px;
        
    }
    .footer-2{
        align-items: left;
        justify-content: left;
    }



    .services ul {
        text-align: center;
    }

    .footer-last p {
        width: 100%;
        text-align: center;
    }

    .footer-last img {
        width: 100%;
    }

    .bottom-text {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .bottom-text .text-2 img {
        width: 80px;
    }
}

/* Responsive styles for devices with a max-width of 480px */
@media (max-width: 480px) {
    .footer {
        padding: 15px;
    }

    .footer-1 {
        gap: 20px;
    }

    .services h3 {
        font-size: 20px;
        text-align: center;
    }

    .services ul {
        font-size: 14px;
    }

    .footer-last h3 {
        font-size: 20px;
        text-align: center;
    }

    .footer-last p {
        font-size: 14px;
    }

    .bottom-text .text-1 h3,
    .bottom-text .text-2 h3 {
        font-size: 14px;
    }
    .footer-2{
        align-items: left;
        justify-content: left;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px){
    .bottom-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 550px;
    }
}


