/* =========================================================
   FACEBOOK ADS RELATED SERVICES
   Premium Responsive Layout
========================================================= */

.tw-fb-related-services {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding: 105px 0;

    background-color: #f7f9fc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* =========================================================
   Background Overlay
========================================================= */

.tw-fb-related-overlay {
    position: absolute;
    inset: 0;

    z-index: -1;

    background: #ffffff;

    pointer-events: none;
}


/* =========================================================
   Container
========================================================= */

.tw-fb-related-services .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   Header
========================================================= */

.tw-fb-related-header {
    max-width: 850px;

    margin: 0 auto 58px;

    text-align: center;
}


/* =========================================================
   Badge
========================================================= */

.tw-fb-related-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 8px 16px;

    margin-bottom: 18px;

    border: 1px solid rgba(24, 119, 242, 0.16);

    border-radius: 50px;

    background: rgba(24, 119, 242, 0.07);

    color: #1877f2;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


.tw-fb-related-badge-icon {
    width: 28px;
    height: 28px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #1877f2;

    color: #ffffff;

    font-size: 12px;
}


/* =========================================================
   Main Heading
========================================================= */

.tw-fb-related-title {
    margin: 0 0 18px;

    color: #101828;

    font-size: clamp(32px, 4vw, 50px);

    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -1.2px;
}


/* =========================================================
   Header Description
========================================================= */

.tw-fb-related-description {
    max-width: 760px;

    margin: 0 auto;

    color: #667085;

    font-size: 16px;

    line-height: 1.75;
}


/* =========================================================
   Service Card
========================================================= */

.tw-fb-related-card {
    position: relative;

    height: 100%;

    min-height: 245px;

    padding: 27px;

    border: 1px solid rgba(16, 24, 40, 0.08);

    border-radius: 22px;

    background: rgba(255, 255, 255, 0.96);

    box-shadow:
        0 12px 35px rgba(16, 24, 40, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

    overflow: hidden;
}


/* =========================================================
   Card Hover
========================================================= */

.tw-fb-related-card:hover {
    transform: translateY(-8px);

    border-color: rgba(24, 119, 242, 0.28);

    box-shadow:
        0 24px 50px rgba(16, 24, 40, 0.12);
}


/* =========================================================
   Top Row
========================================================= */

.tw-fb-related-card-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-bottom: 23px;
}


/* =========================================================
   Icon
========================================================= */

.tw-fb-related-icon {
    width: 56px;
    height: 56px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 16px;

    background: rgba(24, 119, 242, 0.09);

    color: #1877f2;

    font-size: 21px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.tw-fb-related-card:hover .tw-fb-related-icon {
    background: #1877f2;

    color: #ffffff;

    transform: scale(1.05);
}


/* =========================================================
   External / Arrow Icon
========================================================= */

.tw-fb-related-arrow {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f2f4f7;

    color: #667085;

    font-size: 11px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.tw-fb-related-card:hover .tw-fb-related-arrow {
    background: #edf5ff;

    color: #1877f2;

    transform: translate(2px, -2px);
}


/* =========================================================
   Card Title
========================================================= */

.tw-fb-related-card-title {
    margin: 0 0 10px;

    color: #101828;

    font-size: 19px;

    line-height: 1.35;

    font-weight: 800;
}


/* =========================================================
   Card Description
========================================================= */

.tw-fb-related-card-description {
    margin: 0 0 18px;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   Service Link
========================================================= */

.tw-fb-related-link {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #1877f2;

    text-decoration: none;

    font-size: 12px;

    font-weight: 800;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}


.tw-fb-related-link:hover {
    gap: 12px;

    color: #0d5dcc;
}


/* =========================================================
   Bottom CTA
========================================================= */

.tw-fb-related-cta {
    margin-top: 45px;

    text-align: center;
}


/* =========================================================
   CTA Button
========================================================= */

.tw-fb-related-cta-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 15px 26px;

    border-radius: 50px;

    background: #1877f2;

    color: #ffffff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 12px 28px rgba(24, 119, 242, 0.22);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.tw-fb-related-cta-button:hover {
    transform: translateY(-3px);

    color: #ffffff;

    box-shadow:
        0 18px 35px rgba(24, 119, 242, 0.30);
}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1199px) {

    .tw-fb-related-card {
        min-height: 235px;

        padding: 24px;
    }

}


/* =========================================================
   Tablet / Mobile
========================================================= */

@media (max-width: 991px) {

    .tw-fb-related-services {
        padding: 80px 0;
    }

    .tw-fb-related-header {
        margin-bottom: 45px;
    }

    .tw-fb-related-title {
        font-size: 40px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {

    .tw-fb-related-services {
        padding: 65px 0;
    }

    .tw-fb-related-header {
        margin-bottom: 38px;
    }

    .tw-fb-related-title {
        font-size: 32px;

        letter-spacing: -0.7px;
    }

    .tw-fb-related-description {
        font-size: 14px;
    }

    .tw-fb-related-card {
        min-height: auto;

        padding: 23px;
    }

}


/* =========================================================
   Small Mobile
========================================================= */

@media (max-width: 480px) {

    .tw-fb-related-services {
        padding: 55px 0;
    }

    .tw-fb-related-title {
        font-size: 28px;
    }

    .tw-fb-related-badge {
        font-size: 10px;

        padding: 7px 12px;
    }

    .tw-fb-related-card {
        padding: 21px;

        border-radius: 18px;
    }

    .tw-fb-related-card-title {
        font-size: 18px;
    }

    .tw-fb-related-cta-button {
        width: 100%;
    }

}