/* 
.footer{
    width: 100%;
    position: absolute; 
    
    background: linear-gradient(226deg, #1B4C69 0%, #71B9E3 100%);
    color: #fff;
    padding: 100px 0 30px;
    
    font-size: 13px;
    line-height: 20px;
    
}
.row{
    width:95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start ;
    justify-content: space-between;
}
.col{
    flex-basis: 20%;
    padding: 10px;
}
.logo-col {
    flex-basis: 27%;
}

.col h3{
    width: fit-content;
    margin-bottom: 20px;
    position: relative;
}
ul li{
    list-style: none;
    margin-bottom: 12px;

}
ul li a{
    text-decoration: none;
    color: #fff;
}
 
.logo{
    width: 160px;
    margin-bottom: 30px;

}

form {
    display: flex;
    align-items: center;
    background-color: white; 
    border-radius: 5px 40px 40px 5px; 
    padding: 2px 10px; 
    max-width: 400px; 
}

input[type="text"] {
    border: none;
    outline: none;
    padding: 10px 20px;
    flex: 1;
    border-radius: 5px;
}

button[type="submit"] {
    background-color: #ff7a29;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    position: relative;
    right: -18px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px; 
}

button[type="submit"] img {
    width: 25px;
    height: 25px;
}



.foot-socials img{
    width: 40px;
    height: 40px;
   
}
.foot-socials p{
    top: 20px;
}

.hr{
    width:95%;
    padding-left: 50px;
}
.footer-last {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 10px 0; 
    font-size: 11px;
    width: 90%; 
    padding-left: 110px;
}

.copyright,
.terms-condition {
    flex-basis: auto;
}

.terms-condition a {
    text-decoration: none;
    color: #fff; 
}

.terms-condition a:hover {
    text-decoration: underline; 
} 
 */












/* .footer {
    width: 100%;
    background: linear-gradient(226deg, #1B4C69 0%, #71B9E3 100%);
    color: #fff;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
}

.row {
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col {
    padding: 10px;
}

.logo-col {
    flex-basis: 27%; /* Adjust to make this column wider 
}

.col h3 {
    margin-bottom: 20px;
}

ul li {
    list-style: none;
    margin-bottom: 12px;
}

ul li a {
    text-decoration: none;
    color: #fff;
}

.logo {
    width: 160px;
    margin-bottom: 30px;
}

form {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px 40px 40px 5px;
    padding: 2px 10px;
    max-width: 400px;
}

input[type="text"] {
    border: none;
    outline: none;
    padding: 10px 20px;
    flex: 1;
    border-radius: 5px;
}

button[type="submit"] {
    background-color: #ff7a29;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    position: relative;
    right: -18px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
}

button[type="submit"] img {
    width: 25px;
    height: 25px;
}

.foot-socials img {
    width: 40px;
    height: 40px;
}

.hr {
    width: 95%;
    padding-left: 50px;
}

.footer-last {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 11px;
    width: 90%;
    padding-left: 110px;
}

.copyright,
.terms-condition {
    flex-basis: auto;
}

.terms-condition a {
    text-decoration: none;
    color: #fff;
}

.terms-condition a:hover {
    text-decoration: underline;
}

/* Responsiveness 
@media screen and (max-width: 768px) {
    .logo-col {
        flex-basis: 100%;
    }

    .col {
        flex-basis: 100%;
        text-align: center;
    }

    .footer-last {
        flex-direction: column;
        text-align: center;
        padding-left: 0;
    }
} */
