﻿.footer__item ul li a {
    color: var(--white);
    opacity: 0.8;
    display: block;
    position: relative;
    color: #848e9f;
    font-size: 14px;
    margin-bottom: 11px;
    font-weight: 600 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
}

.footer__item .footer-title {
    max-width: 400px;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.footer__item p {
    color: var(--white);
    opacity: 0.8;
    display: block;
    position: relative;
    color: #848e9f;
    font-size: 14px;
    margin-bottom: 11px;
    font-weight: 600 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 25px;
}

.footer__item ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer__item .social-icon {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer__copyright {
    position: relative;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 225, 0.2);
    font-size: 14px;
}

.footer__copyright p {
    color: var(--white);
    opacity: 0.8;
    font-size: 14px;
 }

.footer__copyright span {
    display: inline-block;
    color: #249dd9;
    font-weight: 600;
}

.case-two__item::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    content: "";
    background: linear-gradient(0deg, #249dd9 0%, rgba(0, 0, 0, 0) 100%);
    transition: var(--transition);
}

.header-area::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    background: linear-gradient(270deg, #249dd9 -21.68%, #1d2a4d 86.42%);
    height: 100%;
    content: "";
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.footer__item .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border-radius: 0;
    border: 1px solid #249dd9;
    color: var(--white);
}

.footer__shape-regular-right {
    position: absolute;
    top: 50px;
    right: -10px;
}

.footer__shape-solid-right {
    position: absolute;
    top: 10px;
    right: -10px;
}

:root {
    --primary-color: #249dd9;
    --gradient-bg: linear-gradient(90deg, #249dd9 35%, #1d2a4d 140.59%)
}


