/* Footer */
.footer {
    /* background: url(http://localhost:8000/new-designs/images/footer-background.svg); */
    background: url(/new-designs/images/footer-background.svg);
    color: var(--light-green);
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}

.footer-background {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.footer-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 60px; */
    position: relative;
    z-index: 2;
}

.footer-left {
    flex: 1;
    max-width: 35%;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-logo-icon {
    width: 200px;
}

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-logo-text {
    font-family: 'Nulshock', 'Arial Black', 'Helvetica Bold', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--light-green);
}

.footer-description {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--dark-green);
    max-width: 300px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: var(--dark-green);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icon {
    width: 19px;
    height: 18px;
    object-fit: contain;
}

.social-link:hover {
    /* background: var(--orange); */
    transform: scale(1.1);
}

.footer-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
    max-width: 48%;
}

.margin-top-70 {
    margin-top: 70px;
}

.company-name {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    margin-left: 100px;
}

.company-address {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
}

.copyright {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
}

.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    max-width: 17%;
}

.footer-right .footer-contact-btn {
    margin-top: 30px;
}

.footer-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    right: 15%;
}

.footer-link {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--orange);
}

.footer-contact-btn {
    display: flex;
    align-items: center;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg width="151" height="41" xmlns="http://www.w3.org/2000/svg"><path d="M138 0C145.18 0 151 5.8203 151 13C151 20.1797 145.18 26 138 26C135.161 26 132 27.9312 132 30.7707V34.784C132 38.217 129.217 41 125.784 41H10C4.47715 41 0 36.5228 0 31V15C0 9.47715 4.47715 5 10 5H122.883C125.959 5 128.75 3.36776 131.397 1.8015C133.332 0.657097 135.589 0 138 0Z" fill="%230a241c"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 20px 6px 15px 16px;
    font-family: 'Nulshock', 'Arial Black', 'Helvetica Bold', sans-serif;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 15px;
    min-width: 150px;
    min-height: 50px;
}

.footer-contact-btn>a {
    color: #EFFAF4;
}

.footer-contact-btn::after {
    content: '';
    position: absolute;
    right: -15px;
    top: -7px;
    width: 30px;
    height: 30px;
    background: var(--dark-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.footer-contact-btn::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 2px;
    width: 30px;
    height: 30px;
    background-image: url('/new-designs/images/footer/headphone.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    filter: brightness(0) invert(1);
}


.footer-contact-btn:hover {
    /* background: var(--orange); */
    color: var(--orange);
    transform: translateY(-2px);
}

.footer-contact-btn:hover::after {
    color: var(--orange);
}

.contact-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.contact-btn:hover {
    background: var(--orange);
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0;
    margin-top: 20px;
}

.footer-info {
    display: flex;
    flex-direction: row;
    gap: 50px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    text-align: left;
    align-items: center;
    padding: 0 85px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .footer-left {
        max-width: 30%;
    }

    .footer-center {
        max-width: 45%;
    }

    .footer-right {
        max-width: 25%;
    }

    .footer-menu {
        right: 10%;
    }

    .footer-info {
        padding: 0 40px;
        gap: 30px;
    }

    .company-name {
        margin-left: 50px;
    }
}

@media (max-width: 992px) {
    .footer {
        padding: 60px 40px 30px;
    }

    .footer-content {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-left {
        max-width: 45%;
    }

    .footer-center {
        max-width: 45%;
        gap: 30px;
    }

    .footer-right {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-menu {
        flex-direction: row;
        gap: 20px;
        right: 0;
    }

    .footer-info {
        padding: 0 20px;
        gap: 20px;
        flex-wrap: wrap;
    }

    .company-name {
        margin-left: 30px;
    }

    .company-address {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 60px 20px 30px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        align-items: center;
    }

    .footer-left {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
        margin-bottom: 15px;
    }

    .footer-logo-icon {
        width: 180px;
    }

    .footer-description {
        text-align: center;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .social-links {
        justify-content: center;
    }

    .footer-center {
        max-width: 100%;
        margin-top: 0 !important;
        text-align: center;
        align-items: center;
        gap: 20px;
    }

    .company-name {
        text-align: center;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .company-address {
        text-align: center;
        font-size: 11px;
        max-width: 90%;
    }

    .copyright {
        text-align: center;
        font-size: 14px;
    }

    .footer-right {
        max-width: 100%;
        align-items: center;
        text-align: center;
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .footer-menu {
        right: 0;
        justify-content: center;
        margin-bottom: 0;
        flex-wrap: wrap;
        gap: 12px;
    }

    .footer-right .footer-contact-btn {
        margin-top: 0;
    }

    .footer-contact-btn {
        align-self: center;
        margin-right: 0;
        padding: 15px 30px 12px 12px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        margin-top: 40px;
    }

    .footer-info {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        align-items: center;
        padding: 0;
    }

    .footer-address,
    .footer-phone,
    .footer-email {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 40px 15px 20px;
    }

    .footer-content {
        gap: 30px;
    }

    .footer-left {
        gap: 15px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .footer-logo-icon {
        width: 150px;
    }

    .footer-description {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .social-links {
        gap: 10px;
    }

    .social-link {
        width: 30px;
        height: 30px;
    }

    .social-icon {
        width: 16px;
        height: 15px;
    }

    .footer-center {
        gap: 15px;
    }

    .company-name {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .company-address {
        font-size: 10px;
        line-height: 1.5;
    }

    .copyright {
        font-size: 12px;
    }

    .footer-menu {
        right: 0;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-link {
        font-size: 11px;
    }

    .footer-contact-btn {
        font-size: 11px;
        padding: 12px 25px 10px 10px;
    }

    .footer-contact-btn::before {
        right: 0;
        top: 4px;
        width: 24px;
        height: 24px;
        background-size: 12px 12px;
    }

    .footer-bottom {
        gap: 20px;
        margin-top: 30px;
    }

    .footer-info {
        gap: 10px;
    }

    .footer-address,
    .footer-phone,
    .footer-email {
        font-size: 10px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-text {
    animation: fadeInLeft 1s ease-out;
}

.hero-visual {
    animation: fadeInRight 1s ease-out;
}

.feature-card,
.solution-card,
.benefit-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--light-green);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-300);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--orange);
}