/* Fonts */
/* Mulish */
@import url("../fonts/mulish/stylesheet.css");
/* font-family: 'Mulish'; */

/* Albert Sans */
@import url("../fonts/albert-sens/stylesheet.css");
 /* font-family: 'Albert Sans'; */ 

/* FONTSPRING DEMO - Juana Alt Medium */
@import url("../fonts/FONTSPRINGDEMO/stylesheet.css");
/* font-family: 'FSP DEMO - Juana Alt'; */

/* Futura Md BT */
@import url("../fonts/futura/stylesheet.css");
/* font-family: 'Futura Md BT'; */

/* Footer Css Start ***
*********************/
/* Footer Common Css Start */
:root {
    --skinColor: #2C3E50;
    --skinColor2: #E67E22;
    --whiteColor: #FFF;
    --blackColor: #000;
    --titleColor: #15191D;
    --titleColor2: #0D0E10;
    --titleColor3: #0F1311;
    --bodyColor: #818487;
    --bodyColor2: #818195;
    --borderColor: #D9D9DF;
    --lightColor: #F2F4F6;
    --lightColor2: #F7F8FA;
}

.al-subtitle3-16px {
    color: #9E9EA9;
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.ml-title-18px {
    color: var(--titleColor);
    font-family: "Mulish";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.al-title-16px {
    color: var(--titleColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.svg-block > svg {
    display: block;
}
/* Footer Common Css End */

.footer-section-main{
    background: var(--titleColor3);
    padding-top: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Animated Pattern Carousel */
.footer-pattern-carousel {
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, var(--titleColor3), var(--titleColor3));
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pattern-carousel-inner {
    display: flex;
    gap: 30px;
    animation: slideLeft 30s linear infinite;
    padding: 0 20px;
}

.carousel-square {
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: transparent;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.carousel-square:hover {
    border-color: var(--skinColor2);
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(45deg);
}

@keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Footer Content */
.footer-content {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-main-section {
    margin-bottom: 40px;
}

/* Footer Brand Section */
.footer-brand-section {
    max-width: 350px;
}

.footer-logo {
    display: block;
    width: fit-content;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
    display: block;
}

.footer-description {
    color: #9E9EA9;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
}

/* Footer Navigation Areas */
.footer-nav-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-section-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-nav-link {
    color: #9E9EA9;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    width: fit-content;
}

.footer-nav-link:hover {
    color: var(--skinColor2);
    transform: translateX(5px);
}

.footer-contact-link {
    flex-wrap: wrap;
}

.footer-contact-link svg {
    min-width: 20px;
    min-height: 20px;
    color: var(--skinColor2);
}

.footer-contact-link span {
    font-size: 14px;
}

/* Footer Bottom Section */
.footer-bottom-section {
    padding-top: 30px;
}

.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.footer-copyright {
    color: #9E9EA9;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.footer-copyright strong {
    color: #fff;
    font-weight: 600;
}

/* Footer Social Links */
.footer-social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #9E9EA9;
    transition: all 0.3s ease;
    background: transparent;
    text-decoration: none;
}

.footer-social-link:hover {
    border-color: var(--skinColor2);
    color: var(--skinColor2);
    background: rgba(230, 126, 34, 0.1);
    transform: translateY(-3px);
}

.footer-social-link svg {
    width: 20px;
    height: 20px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .footer-content {
        padding-top: 50px;
    }

    .footer-nav-list {
        gap: 12px;
    }

    .footer-nav-link {
        font-size: 14px;
    }

    .footer-section-title {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .footer-pattern-carousel {
        height: 70px;
    }

    .carousel-square {
        width: 40px;
        height: 40px;
        border-width: 1.5px;
    }

    .footer-content {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer-brand-section {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .footer-pattern-carousel {
        height: 60px;
    }

    .carousel-square {
        width: 35px;
        height: 35px;
    }

    .pattern-carousel-inner {
        gap: 20px;
    }

    .footer-section-title {
        font-size: 16px;
    }

    .footer-nav-link {
        font-size: 14px;
    }

    .footer-copyright {
        text-align: center;
        margin-bottom: 20px;
    }

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

@media (max-width: 576px) {
    .footer-pattern-carousel {
        height: 55px;
    }

    .carousel-square {
        width: 30px;
        height: 30px;
    }

    .pattern-carousel-inner {
        gap: 15px;
        padding: 0 10px;
    }

    .footer-content {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .footer-section-title {
        font-size: 15px;
    }

    .footer-nav-link {
        font-size: 13px;
    }

    .footer-logo img {
        max-width: 120px;
    }

    .footer-description {
        font-size: 14px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .footer-social-link {
        width: 40px;
        height: 40px;
    }

    .footer-social-link svg {
        width: 18px;
        height: 18px;
    }
}

/* Backward compatibility - keeping some base styles */
.max-w-405px{
    max-width: 405px;
}
.max-w-337px{
    max-width: 337px;
}

/* Footer Css End ***
*******************/