.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1070 .elementor-element.elementor-element-0c4b00c{width:var( --container-widget-width, 128.395% );max-width:128.395%;--container-widget-width:128.395%;--container-widget-flex-grow:0;text-align:center;}.elementor-1070 .elementor-element.elementor-element-0c4b00c.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1070 .elementor-element.elementor-element-0c4b00c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1070 .elementor-element.elementor-element-0c4b00c{width:var( --container-widget-width, 751.097px );max-width:751.097px;--container-widget-width:751.097px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-1070 .elementor-element.elementor-element-0c4b00c{width:var( --container-widget-width, 100% );max-width:100%;margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1070 .elementor-element.elementor-element-0c4b00c .elementor-heading-title{font-size:26px;}}/* Start custom CSS for html, class: .elementor-element-07194b6 *//* =========================================================
   AUSTRALISINK PUBLISHER
   TERMS & CONDITIONS
   ========================================================= */

.aip-terms-section {
    width: 100%;
    padding: 90px 20px 100px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    color: #52647a;
    box-sizing: border-box;
}

.aip-terms-section *,
.aip-terms-section *::before,
.aip-terms-section *::after {
    box-sizing: border-box;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.aip-terms-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.aip-terms-header {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.aip-terms-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ed1b2f;
}

.aip-terms-eyebrow span {
    width: 28px;
    height: 2px;
    display: inline-block;
    background: #ed1b2f;
}

.aip-terms-header h1 {
    margin: 0 0 20px;
    color: #0b2d55;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.aip-terms-header h1 strong {
    display: block;
    color: #ed1b2f;
    font-weight: 700;
}

.aip-terms-header p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.9;
    color: #66788e;
}


/* =========================================================
   TERMS CARDS
   ========================================================= */

.aip-terms-card {
    position: relative;

    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 30px;

    margin-bottom: 28px;
    padding: 42px 45px;

    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 18px;

    box-shadow: 0 12px 35px rgba(11, 45, 85, 0.06);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.aip-terms-card:hover {
    transform: translateY(-4px);
    border-color: rgba(237, 27, 47, 0.25);
    box-shadow: 0 18px 45px rgba(11, 45, 85, 0.10);
}


/* =========================================================
   NUMBER
   ========================================================= */

.aip-terms-number {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff1f3;
    color: #ed1b2f;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;

    border: 1px solid rgba(237, 27, 47, 0.15);
}


/* =========================================================
   CONTENT
   ========================================================= */

.aip-terms-content {
    min-width: 0;
}

.aip-terms-content h2 {
    margin: 4px 0 22px;

    color: #0b2d55;

    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

.aip-terms-content h3 {
    margin: 30px 0 12px;

    color: #0b2d55;

    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.aip-terms-content h3:first-of-type {
    margin-top: 28px;
}

.aip-terms-content p {
    margin: 0 0 17px;

    color: #52647a;

    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
}

.aip-terms-content p:last-child {
    margin-bottom: 0;
}

.aip-terms-content strong {
    color: #0b2d55;
    font-weight: 700;
}


/* =========================================================
   LISTS
   ========================================================= */

.aip-terms-content ul {
    margin: 10px 0 25px;
    padding: 0;
    list-style: none;
}

.aip-terms-content ul li {
    position: relative;

    margin-bottom: 12px;
    padding-left: 28px;

    color: #52647a;

    font-size: 15px;
    line-height: 1.8;
}

.aip-terms-content ul li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 1px;

    width: 19px;
    height: 19px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff1f3;
    color: #ed1b2f;

    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   REFUND HIGHLIGHT
   ========================================================= */

.aip-terms-highlight {
    border-top: 3px solid #ed1b2f;
}

.aip-terms-highlight .aip-terms-number {
    background: #ed1b2f;
    color: #ffffff;
    border-color: #ed1b2f;
}


/* =========================================================
   SMS SECTION
   ========================================================= */

.aip-terms-sms {
    border-top: 3px solid #0b2d55;
}

.aip-terms-sms .aip-terms-number {
    background: #0b2d55;
    color: #ffffff;
    border-color: #0b2d55;
}


/* =========================================================
   CONTACT BOX
   ========================================================= */

.aip-terms-contact {
    position: relative;

    display: flex;
    align-items: center;
    gap: 28px;

    margin-top: 55px;
    padding: 38px 45px;

    border-radius: 18px;

    background: #0b2d55;

    overflow: hidden;
}

.aip-terms-contact::after {
    content: "";

    position: absolute;
    right: -80px;
    top: -100px;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    border: 45px solid rgba(255,255,255,0.04);
}

.aip-contact-icon {
    position: relative;
    z-index: 2;

    flex-shrink: 0;

    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ed1b2f;
    color: #ffffff;

    font-size: 25px;
}

.aip-terms-contact > div:last-child {
    position: relative;
    z-index: 2;
}

.aip-terms-contact span {
    display: block;
    margin-bottom: 5px;

    color: #ed1b2f;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.aip-terms-contact h2 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
}

.aip-terms-contact p {
    max-width: 800px;
    margin: 0;

    color: rgba(255,255,255,0.78);

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .aip-terms-section {
        padding: 70px 18px 80px;
    }

    .aip-terms-header {
        margin-bottom: 50px;
    }

    .aip-terms-card {
        grid-template-columns: 60px 1fr;
        gap: 24px;

        padding: 35px 30px;
    }

    .aip-terms-number {
        width: 52px;
        height: 52px;
    }

    .aip-terms-content h2 {
        font-size: 25px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .aip-terms-section {
        padding: 55px 14px 65px;
    }

    .aip-terms-header {
        margin-bottom: 38px;
    }

    .aip-terms-eyebrow {
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .aip-terms-eyebrow span {
        width: 20px;
    }

    .aip-terms-header h1 {
        font-size: 35px;
        letter-spacing: -0.8px;
    }

    .aip-terms-header p {
        font-size: 14px;
        line-height: 1.8;
    }

    .aip-terms-card {
        display: block;

        margin-bottom: 20px;
        padding: 28px 22px;

        border-radius: 15px;
    }

    .aip-terms-number {
        width: 46px;
        height: 46px;

        margin-bottom: 20px;

        font-size: 13px;
    }

    .aip-terms-content h2 {
        margin: 0 0 18px;
        font-size: 23px;
    }

    .aip-terms-content h3 {
        margin-top: 25px;
        font-size: 17px;
    }

    .aip-terms-content p {
        font-size: 14px;
        line-height: 1.85;
        margin-bottom: 15px;
    }

    .aip-terms-content ul li {
        font-size: 14px;
        line-height: 1.75;
    }

    .aip-terms-contact {
        flex-direction: column;
        align-items: flex-start;

        margin-top: 35px;
        padding: 30px 24px;

        border-radius: 15px;
    }

    .aip-terms-contact h2 {
        font-size: 23px;
    }

    .aip-terms-contact p {
        font-size: 13px;
        line-height: 1.8;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .aip-terms-header h1 {
        font-size: 31px;
    }

    .aip-terms-card {
        padding: 25px 18px;
    }

    .aip-terms-content h2 {
        font-size: 21px;
    }

}/* End custom CSS */