/*
 * ============================================================
 *  Footer Pro: Professional, Responsive Footer Alignment
 *  Applies to: .footer, .footer-two, .footer-cmn
 * ============================================================
 */

/* ===========================================================
   1. WRAPPER: Clean foundation & section padding
   =========================================================== */
.footer,
.footer-two,
.footer-cmn {
    background-color: #060d1e;
    color: #b0b7c6;
    padding-top: 80px !important;
    padding-bottom: 0 !important;
}

/* ===========================================================
   2. GRID ROW: Alignment, vertical centering on wide screens
   =========================================================== */
.footer .row.gaper,
.footer-two .row.gaper {
    row-gap: 48px !important;
    align-items: flex-start;
}

/* ===========================================================
   3. LOGO: Consistent sizing & spacing
   =========================================================== */
.footer .logo img,
.footer-two .logo img,
.footer-two__left .logo img {
    max-width: 160px;
    height: auto;
    display: block;
    margin-bottom: 24px;
}

/* ===========================================================
   4. TAGLINE / PARAGRAPH below logo
   =========================================================== */
.footer-two__left .paragraph,
.footer__single .footer__single-content > p {
    font-size: 0.95rem !important;
    line-height: 1.75 !important;
    color: #8a92a8 !important;
    margin-bottom: 28px !important;
    max-width: 340px;
}

/* ===========================================================
   5. ADDRESS ITEMS
   =========================================================== */
.footer-addresses {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 28px;
}

.footer-address-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.footer-address-item i {
    font-size: 16px !important;
    color: #ff7425 !important;
    margin-top: 3px;
    flex-shrink: 0;
    font-family: "Font Awesome 6 Sharp" !important;
    font-style: normal !important;
}

.footer-address-item span {
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
    color: #8a92a8 !important;
}

.footer-address-item strong {
    display: block;
    color: #c8cfe0 !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
}

/* ===========================================================
   6. CONTACT ITEMS (phone & email)
   =========================================================== */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 36px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact-item i {
    font-size: 15px !important;
    color: #ff7425 !important;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
    font-style: normal !important;
}

.footer-contact-item a {
    font-size: 0.9rem !important;
    color: #b0b7c6 !important;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-contact-item a:hover {
    color: #ff7425 !important;
}

/* ===========================================================
   7. EMAIL CTA below the logo (simpler footer variant)
   =========================================================== */
.footer-two__left .section__content-cta {
    margin-top: 16px !important;
}

.footer-two__left .section__content-cta a,
.footer-two__left .section__content-cta h2 a,
.folks-text {
    font-size: 0.92rem !important;
    color: #b0b7c6 !important;
    text-decoration: none;
    transition: color 0.25s;
    word-break: break-word;
}

.footer-two__left .section__content-cta a:hover,
.footer-two__left .section__content-cta h2 a:hover,
a.folks-text:hover {
    color: #ff7425 !important;
}

/* =========================================================== 
   7b. SECTION TITLE in a contact card 
   =========================================================== */
.footer__single-metaa .footer__single-intro {
    margin-bottom: 20px;
}

.footer__single-metaa .footer__single-intro h5 {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0 !important;
    position: relative;
    padding-bottom: 12px;
}

.footer__single-metaa .footer__single-intro h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: #ff7425;
    border-radius: 2px;
}

/* ===========================================================
   8. NAVIGATION COLUMNS (footer links)
   =========================================================== */
.footer__single-intro h5 {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 20px !important;
    position: relative;
    padding-bottom: 12px;
}

.footer__single-intro h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: #ff7425;
    border-radius: 2px;
}

.footer__single-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__single-content ul li a {
    font-size: 0.9rem !important;
    color: #8a92a8 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.25s, gap 0.25s;
}

.footer__single-content ul li a::before {
    content: '→';
    font-size: 0.65rem;
    color: #ff7425;
    opacity: 0;
    transition: opacity 0.25s;
}

.footer__single-content ul li a:hover {
    color: #ff7425 !important;
    gap: 12px;
}

.footer__single-content ul li a:hover::before {
    opacity: 1;
}

/* ===========================================================
   9. NEWSLETTER / SUBSCRIBE FORM
   =========================================================== */
.footer__single-form .input-email {
    display: flex;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 16px;
    transition: border-color 0.25s;
}

.footer__single-form .input-email:focus-within {
    border-color: #ff7425;
}

.footer__single-form .input-email input {
    flex: 1;
    padding: 14px 18px !important;
    font-size: 0.88rem !important;
    background: rgba(255,255,255,0.04);
    border: none;
    outline: none;
    color: #e2e8f0 !important;
}

.footer__single-form .input-email input::placeholder {
    color: #5a6478;
}

.footer__single-form .input-email .subscribe {
    padding: 0 18px;
    background: #ff7425;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    transition: background 0.25s;
}

.footer__single-form .input-email .subscribe:hover {
    background: #e5621a;
}

/* ===========================================================
   10. CTA BUTTON (Book a Call)
   =========================================================== */
.footer__cta {
    margin-top: 28px;
}

.footer__cta .btn--secondary {
    display: inline-block;
    padding: 12px 28px !important;
    font-size: 0.85rem !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
}

/* ===========================================================
   11. COPYRIGHT BAR
   =========================================================== */
.footer__copyright,
.footer-two .footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
    margin-top: 60px !important;
    padding: 24px 0 !important;
}

.footer__copyright-text p {
    font-size: 0.85rem !important;
    color: #5a6478 !important;
    margin: 0 !important;
}

.footer__copyright ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__copyright ul a {
    font-size: 0.85rem !important;
    color: #5a6478 !important;
    text-decoration: none;
    transition: color 0.25s;
}

.footer__copyright ul a:hover {
    color: #ff7425 !important;
}

/* ===========================================================
   12. DIVIDER: Subtle separator between footer columns (visual card feel)
   =========================================================== */
.footer-two__right .footer-meta-grid,
.footer__single-metaa.footer-meta-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 30px 28px 28px;
}

/* ===========================================================
   13. RESPONSIVE: Tablet (768px – 1199px)
   =========================================================== */
@media (max-width: 1199px) {
    .footer,
    .footer-two,
    .footer-cmn {
        padding-top: 64px !important;
    }

    .footer__copyright,
    .footer-two .footer__copyright {
        margin-top: 40px !important;
    }

    .footer__copyright ul {
        justify-content: center;
        margin-top: 10px;
    }

    .footer__copyright-text p {
        text-align: center !important;
    }
}

/* ===========================================================
   14. RESPONSIVE: Mobile (max 767px)
   =========================================================== */
@media (max-width: 767px) {
    .footer,
    .footer-two,
    .footer-cmn {
        padding-top: 48px !important;
    }

    .footer .row.gaper,
    .footer-two .row.gaper {
        row-gap: 36px !important;
    }

    .footer-two__left .paragraph,
    .footer__single .footer__single-content > p {
        max-width: 100%;
    }

    .footer-two__right .footer-meta-grid,
    .footer__single-metaa.footer-meta-grid {
        padding: 22px 18px;
    }

    .footer__single-intro h5::after {
        left: 0;
    }

    .footer__copyright,
    .footer-two .footer__copyright {
        margin-top: 32px !important;
        padding: 20px 0 !important;
    }

    .footer__copyright ul {
        justify-content: center;
        gap: 16px;
    }

    .footer__copyright-text p {
        text-align: center !important;
    }
}
