.footerarea,
.footerarea * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
    position: relative;
    z-index: 2;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

[class*="footer-col-"] {
    padding: 20px;
}

.footer-col-xl-4 {
    width: 34%;
}

.footer-col-xl-2 {
    width: 22%;
}

.footer-col-xl-3 {
    width: 22%;
}

[class*="footer-col-"] {
    padding: 20px 0 30px 30px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.footerarea {
    position: relative;
    overflow: hidden;
}

.footerarea::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
    z-index: -1;
}

.footerarea__heading h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.footerarea__content {
    position: relative;
    padding-left: 35px;
}

.footerarea__content::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #0a66c2, #4a9dc4);
    border-radius: 2px;
}

.footerarea__content p,
.footerarea__list a {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.9);
    text-align: justify;
}

.footerarea__list ul {
    list-style: none;
}

.footerarea__list li {
    margin-bottom: 10px;
}

.footerarea__list a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footerarea__list a span {
    position: relative;
}

.footerarea__list a span::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0a66c2;
    transition: width 0.3s;
}

.footerarea__list a:hover span::after {
    width: 100%;
}

.footerarea__list a:hover {
    color: #0a66c2;
}

.footerarea__list a:hover::after {
    width: calc(100% - 25px);
}

.footerarea__icon a {
    color: #333;
    font-size: 18px;
    transition: color 0.3s;
    position: relative;
}

.footerarea__icon a:hover {
    color: #0a66c2;
}

.footerarea__icon a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0a66c2;
    transition: width 0.3s;
}

.footerarea__icon a:hover::after {
    width: 100%;
}

.footerarea__copyright__wrapper {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 40px;
}

.footerarea__copyright__content {
    text-align: center;
    padding: 10px 0;
}

.footerarea__icon ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.footerarea__icon li {
    margin-left: 15px;
}

.footerarea__social {
    margin-top: 20px;
    padding-left: 35px;
}

.footerarea__social ul {
    display: flex;
    list-style: none;
    gap: 15px;
}

.footerarea__social a {
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 20%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.footerarea__social a:hover {
    color: #fff;
    background: #0a66c2;
    transform: translateY(-3px);
}

.footer__bg {
    position: relative;
    transform: scale(0.9);
    line-height: 0;
    margin-top: -100px;
}

.footer__bg img {
    display: block;
    max-height: none;
    z-index: 0 !important;
}
.footer__bg img {
    width: 100%;
    object-fit: cover;
    display: block;
}


.footerarea {
    position: relative;
    z-index: 1;
}



.footer__copyright {
    text-align: center;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2;
}

.footer__copyright p {
    color: #5c5c5c;
    font-size: 14px;
}

.automation-team-link {
    color: #5c5c5c;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
}

.automation-team-link:hover {
    color: #0a66c2;
}

.automation-team-link::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 4" preserveAspectRatio="none"><path d="M0,3 Q2.5,0 5,3 T10,3 T15,3 T20,3" stroke="%230a66c2" fill="none" stroke-width="1.5"/></svg>');
    background-repeat: repeat-x;
    background-size: 20px 4px;
    opacity: 0;
    transition: opacity 0.3s;
}

.automation-team-link:hover::before {
    opacity: 1;
}

.footer_ab {
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .footer-col-xl-2 {
        width: 16.66%;
    }

    .footer-col-xl-3 {
        width: 25%;
    }

    .footer-col-xl-4 {
        width: 33.33%;
    }

    .footer-col-xl-6 {
        width: 50%;
    }
}

@media (max-width: 991px) {

    .footer-col-lg-2,
    .footer-col-lg-3,
    .footer-col-lg-4 {
        width: 50%;
    }

    .footer-container {
        padding: 15px 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .footer-col-xl-4 {
        width: 100%;
    }

    .footer-col-xl-2,
    .footer-col-xl-3 {
        width: 33.33%;
    }

    .footerarea__icon ul {
        justify-content: center;
    }

    .footer-container {
        padding: 15px 15px 0 15px;
    }

    .footer__bg {
        margin-top: -50px !important;
    }
}

@media (max-width: 575px) {
    .footer-col-xl-4 {
        width: 100%;
    }

    .footer-col-xl-2 {
        width: 50%;
    }

    .footer-col-xl-3 {
        width: 50%;
    }

    .footer-col-xl-2:last-child {
        width: 100%;
    }

    .footer-container {
        padding: 30px 30px 0 30px;
    }

    .footer__bg {
        margin-top: -70px !important;
    }
}

@media (max-width: 480px) {
    [class*="footer-col-"] {
        width: 100%;
        padding: 15px;
    }

    .footer-row {
        margin: 0;
    }

    .footer-container {
        padding: 15px 15px 0 15px;
    }

    .footer__bg {
        margin-top: -40px !important;
    }
}
