/* main footer */

.content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.placeholder {
    text-align: center;
    color: #666;
    font-size: 1.2rem;
}

.footer-main-content {
    /* background: #192666; */
    background: url('/assets/images/footerBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0 3rem 0;
    margin-top: auto;
}

.footer-content {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 0rem;
    /* display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem; */
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 30px;
}


.footer-section.conBox {
    flex: 0 0 250px;
}

.footer-section.imgBox {
    flex: 1 0 360px;
}




.footer-section h3 {
    margin-bottom: 1.5rem;
    color: #CD8A26;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Playfair Display';
}

.footer-section img.footerSecLogo {
    max-width: 230.39px;
    width: 100%;
}

.social-links a img {
    width: 100%;
}

p.footerSecPara {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: "montserrat", sans-serif;
    line-height: 29px;
    margin: 20px 0;
}

/* .footer-section button {
    color: rgb(0, 0, 0);
    background-color: #cd8c287c;
    background-image: linear-gradient(
        135deg,
        rgb(255 255 255 / 64%) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    text-align: center;
    padding: 10.5px 50px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 21px;
    border: 1px solid rgba(2, 2, 2, 0.281);
    transition: background-color 0.2s ease, box-shadow 0.3s ease;
}

.footer-section button:hover {
    background-color: #cd8b28ab;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
} */

.footer-section ul {
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "montserrat", sans-serif;
    transition: all 0.2s ease;

}

.footer-section ul li.liLinkAnim a{
    padding: 0px 0px 0px 20px;
}

.footer-section ul li.liLinkAnim:hover a{
    padding: 0px 0px 0px 24px;
}

.footer-section ul li a:hover {
    color: #CD8A26;
}

.footer-section ul li.liLinkAnim::before {
    content: "";
    background-image: url("/assets/images/weui_arrow-filled.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
}

.beta-tag {
    display: inline-block;
    background: #e9ecef;
    color: #6c757d;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-bottom {
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem 0rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    font-family: "Poppins", sans-serif;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #CD8A26;
}

.copyright {
    color: #ffffff;
    font-size: 14px;
}

.social-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

/* .social-links a {
    font-size: 18px;
    transition: color 0.2s ease;
    text-decoration: none;
    background-color: #d5c28b;
    height: 40px;
    width: 40px;
    text-align: center;
    align-content: center;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.social-links a:hover {
    color: #2d3c69;
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 2rem;
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 2rem;
        text-align: left;
        padding: 0 1rem;
    }

    .footer-content {
        padding: 0 1rem;
    }

    .footer-bottom {
        padding: 2rem 1rem 0 1rem;
    }
}

/* footer fixed section */

#site-content {
    /* margin-bottom: 380px; */
    position: relative;
    z-index: 11;
}

#site-footer {
    padding: 25px 0;
    font-size: 85%;
    background-color: #2d3c69 !important;
    /* position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0; */
    opacity: 0;
    visibility: hidden;
}

#site-footer {
    min-height: 20vw;
    text-align: center;
    align-content: center;
    position: relative;
    z-index: 11;
}

#site-footer h1 {
    font-size: 20rem;
    font-weight: 300;
    color: #fff;
}

/* foter animation text  */

@font-face {
    font-family: "TheFont";
    src: url("https://garet.typeforward.com/assets/fonts/shared/TFMixVF.woff2")
        format("woff2");
}

#section-anm {
    width: 13rem;
    border: 1px solid #333;
    padding: 10px 0 7px 0px;
    border-radius: 14px;
    text-align: center;
}

.main-cubes-container #section-anm {
    justify-self: center;
}

#section-anm span {
    font-family: "TheFont";
    font-size: 18px;
    background-color: #ffffff;
    color: #333;
    text-align: center;
    animation: letter-breathe 4s ease-in-out infinite;
    padding: 12px 20px 8px 20px;
    border-radius: 16px;
}

@keyframes letter-breathe {
    from,
    to {
        font-variation-settings: "wght" 100;
    }

    50% {
        font-variation-settings: "wght" 900;
    }
}

@media (max-width: 1200px) {
    .footer-section.imgBox {
        flex: 1 0 100%;
        text-align: center;
        justify-items: center;
    }

    .footer-section.conBox {
        flex: 1 0 22%;
    }

    .footer-content {
        justify-content: space-between;
    }
}



/* Tablet (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer-section button {
        padding: 10.5px 30px;
    }

    .social-links {
        gap: 0.5rem;
    }
}

/* Mobile (480px to 768px) */
@media (max-width: 768px) {
    .social-links {
        gap: 8px;
    }
}
