/* 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: #f8f9fa;
    padding: 3rem 0 2rem 0;
    margin-top: auto;
    border-top: 1px solid #e9ecef;
}

.footer-content {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
}

.footer-section h3 {
    margin-bottom: 1.5rem;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.footer-section img {
    width: 80%;
}

.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: 0.75rem;
    color: #6c757d;
    font-size: 14px;
}

.footer-section ul li a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    transition: color 0.2s ease;
}

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

.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 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e9ecef;
    margin-top: 2rem;
}

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

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

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

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

.social-links {
    display: flex;
    gap: 1rem;
    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;
    }

    .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;
    }
}

/* 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;
    }
}
