/* ============================================================
   JANNATA GROUP — GLOBAL FOOTER STYLESHEET (FIGMA EXACT SPEC)
   Supports: Desktop (>=1440px), Macbook (1024px-1439px), Tablet (768px-1023px), Mobile (<768px)
   ============================================================ */
.site-footer {
    width: 100%;
    background: #FFFFFF;
    padding-top: 64px;
    padding-bottom: 32px;
    box-sizing: border-box;
}

.footer-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 120px;
    gap: 56px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-logo-col {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 120.63px;
    height: 150px;
}

.footer-emblem-img {
    width: 120.63px;
    height: 150px;
    object-fit: contain;
}

.footer-contact-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    text-align: left;
}

.footer-contact-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: left;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%;
}

.footer-contact-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    width: 100%;
    text-align: left;
}

.footer-contact-item.align-top {
    align-items: flex-start;
}

.footer-icon-wrap {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-icon-wrap svg {
    width: 32px;
    height: 32px;
}

.footer-address-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 6px;
    flex: 1;
    text-align: left;
}

.footer-address-line {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: left;
}

.footer-contact-link {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
    transition: color 0.25s ease;
    text-align: left;
}

.footer-contact-link:hover {
    color: #DB2225;
}

.footer-divider {
    border: 0;
    border-top: 1px solid #BBBBBB;
    margin: 24px auto;
    width: 100%;
    max-width: 1200px;
}

.footer-copyright {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    width: 100%;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS (Desktop, Macbook, Tablet, Mobile)
   ============================================================ */

/* 1. DESKTOP (>= 1440px) */
@media (min-width: 1440px) {
    .site-footer {
        padding-top: 64px;
        padding-bottom: 32px;
    }
    .footer-inner {
        padding: 0px 120px;
        gap: 56px;
    }
}

/* 2. MACBOOK / LAPTOP (1024px to 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
    .site-footer {
        padding-top: 56px;
        padding-bottom: 28px;
    }
    .footer-inner {
        padding: 0px 60px;
        gap: 40px;
    }
    .footer-emblem-img,
    .footer-logo-col {
        width: 110px;
        height: 136px;
    }
    .footer-contact-title {
        font-size: 19px;
    }
    .footer-address-line,
    .footer-contact-link,
    .footer-copyright {
        font-size: 15px;
    }
}

/* 3. TABLET (768px to 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .site-footer {
        padding-top: 48px;
        padding-bottom: 24px;
    }
    .footer-inner {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding: 0px 32px;
        gap: 32px;
    }
    .footer-logo-col {
        width: 100px;
        height: 124px;
        align-self: flex-start;
    }
    .footer-emblem-img {
        width: 100px;
        height: 124px;
    }
    .footer-contact-col {
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }
    .footer-contact-list {
        align-items: flex-start;
    }
    .footer-contact-item {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
    .footer-address-wrapper {
        align-items: flex-start;
        text-align: left;
    }
    .footer-contact-title {
        font-size: 18px;
        text-align: left;
    }
    .footer-address-line,
    .footer-contact-link {
        font-size: 15px;
        text-align: left;
    }
    .footer-copyright {
        font-size: 15px;
        text-align: center;
    }
}

/* 4. MOBILE (< 768px) */
@media (max-width: 767px) {
    .site-footer {
        padding-top: 36px;
        padding-bottom: 24px;
    }
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 0px 24px;
        gap: 20px;
    }
    .footer-logo-col {
        width: 80px;
        height: 100px;
        align-self: flex-start;
    }
    .footer-emblem-img {
        width: 80px;
        height: 100px;
    }
    .footer-contact-col {
        align-items: flex-start;
        text-align: left;
        width: 100%;
        gap: 14px;
    }
    .footer-contact-title {
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }
    .footer-contact-list {
        align-items: flex-start;
        gap: 14px;
        width: 100%;
    }
    .footer-contact-item {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        gap: 12px;
        width: 100%;
    }
    .footer-icon-wrap {
        width: 24px;
        height: 24px;
        margin-top: 2px;
        flex-shrink: 0;
    }
    .footer-icon-wrap svg {
        width: 24px;
        height: 24px;
    }
    .footer-address-wrapper {
        align-items: flex-start;
        text-align: left;
        gap: 6px;
        flex: 1;
    }
    .footer-address-line,
    .footer-contact-link {
        font-size: 14px;
        line-height: 21px;
        text-align: left;
    }
    .footer-divider {
        margin: 20px auto 16px auto;
    }
    .footer-copyright {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }
}
