
body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.footer {
    background: #36A9E1;
    color: #fff;
    position: relative;
    /*margin-top: 42px;*/
    padding: 0px 76px 54px 44px;
}
.footer::before {
    content: '';
    position: absolute;
    top: -41px;
    left: 0;
    width: 70%;
    height: 42px;
    background-color: #36A9E1;
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
    z-index: 6;
}
.footer-top::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; /* adjust as needed */
    height: 42px;
    background-color: #E30613;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    z-index: 2;
}
.footer-top {
        align-items: flex-start;
    padding: 12px 40px 0;
    flex-wrap: wrap;
}
.footer-left {
    max-width: 300px;
}
.footer-left .logo {
    height: 104px;
    margin-bottom: 31px;
}
.footer-links h1{
font-family: Lato, sans-serif;
        font-weight: 800;
        font-size: 17px;
        color: #FFFFFF;
margin-bottom: 20px
}
.footer-left .info-text {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0 0 12px;
}
.footer .contact-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    color: #2E2E2E;
    background: radial-gradient(72.43% 247.55% at 49.47% -144.28%, #FFFFFF 0%, #FFFFFF 100%);
    border-radius: 27.478px;
    padding: 16px 40px;
    display: inline-block;
    text-decoration: none;
}
.footer-right {
    gap: 60px;
    flex-wrap: wrap;
}
.footer-links {
    display: flex;
    gap: 0px;
    padding: 0;
justify-content: space-between;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
min-width:192px
}
.footer-links ul li {
    margin-bottom: 2px;
}
.footer-links ul li a {
    text-decoration: none;
        font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.footer-links li a:hover,
.footer-links li a.active {
  font-weight: 700;
}
.footer-bar {
    width: 100%;
    background: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    flex-wrap: wrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-top: 33px;
}
.footer-bar .copyright{
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin: 0;
}
.footer-nav {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.footer-nav li:not(.social-icon) {
    border-right: 1px solid #000000;
    padding-right: 15px;
}
.footer-nav li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

.footer-links ul li a::active{
font-weight: 700;
}

.footer-links ul li a:hover{
font-weight: 700;
}

.footer-nav li.social-icon {
    display: inline-flex;
    gap: 15px;
}

.footer-nav li.social-icon a {
    display: inline-flex;
}
.footer-nav li img {
    width: 20px;
    height: 20px;
}
@media (max-width: 1024px) {
    .footer-top {
        padding: 40px 0 0;
    }
    .footer-links{
        padding-right: 0;
        gap: 30px;
    }
    .footer-left .logo{
        height: 80px;
    }
.footer-links ul{
    min-width: unset;
}
}
@media (max-width: 768px) {
    .footer{
        padding: 0px 20px 20px 30px;
    }
    .footer-left .logo{
        height: 50px;
    }
    .footer-top {
        align-items: center;
        padding: 40px 0 0;
    }
    .footer-right, .footer-links {
        gap: 60px;
    }
    .footer-links ul li{
        text-align: left;
    }
    .footer-bar {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        text-align: center;
    }
    .footer-nav {
        justify-content: center;
    }
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
min-width:unset;
}
}
@media (max-width: 600px) {
    .footer-right, .footer-links{
        flex-direction: column;
    }
    .footer-top{
        flex-direction: column;
        align-items: center;
    }
    .footer-bar{
        width: auto;
    }
    .footer-nav{
        flex-direction: column;
    }
    .footer-nav li:not(.social-icon){
        all: unset;
    }
    .footer-right, .footer-links{
        gap: 0;
    }
}
@media (max-width: 576px){
  .footer-top {
        align-items: center;
        padding: 0px 0 0;
    }
.footer{
padding: 20px
}

.footer-top::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 30%;
    height: 13.22px;
    background-color: #E30613;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
    z-index: 6;
}

.footer::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 71%;
    height: 13.22px;
    background-color: #36A9E1;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    z-index: 6;
}
}