.ml-1 {
    margin-left: 0px;
}
.section-heading {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto 20px;
    font-family: "FS Elliot Pro", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    color: #283f71;
    letter-spacing: 1px;
    margin-top: 10px;
}

.section-heading span {
    display: block;
    margin-top: 1px;
    font-size: 45px;
    font-weight: 700;
    color: #283f71;

}

 .section-heading span i {
   font-style: normal;
   background: linear-gradient(90deg,#ff6b6b,#ff7a59,#ff4d6d);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   position: relative;
   font-size: 44px;
   font-weight: 999;
}


.process-heading {
    text-align: center;
    font-size: 39px;
    font-weight: 660;
    line-height: 1.;
    color: #243b7a;
    margin: 0 0 60px;
    letter-spacing: -1px;
    font-family: 'Poppins',sans-serif;
}

    .process-heading span {
        display: block;
        margin-top: 8px;
    }

        .process-heading span i {
            font-style: normal;
            font-weight: 800;
            background: linear-gradient(90deg,#ff7a6b,#ff5c8a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }s


/* index class */
/* toll free page  */
.try-btn {
    padding: 12px 39px 13px 23px;
    background: #2b2d6c;
    border-radius: 50px 50px 0 50px;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.5s ease;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

    .try-btn:hover {
        background: #2b2d6c;
        border-radius: 50px;
        color: #ffffff;
    }

    .try-btn .arrow-icon {
        position: relative;
        top: 0px;
        transition: transform 0.3s ease;
        vertical-align: middle;
        margin-left: 10px;
    }

    .try-btn .arrow-icon--circle {
        transition: stroke-dashoffset 0.3s ease;
        stroke-dasharray: 95;
        stroke-dashoffset: 95;
    }

    .try-btn:hover .arrow-icon {
        transform: translate3d(5px, 0, 0);
    }

    .try-btn:hover .arrow-icon--circle {
        stroke-dashoffset: 0;
    }

.why-box-list {
    position: relative;
    z-index: 2;
}
/* toll free page end */

/* DLT page start Guideline Info Box */
.dlt-guideline-box {
    background: linear-gradient(90deg, #fff6f3 0%, #ffeee7 100%);
    border-left: 6px solid #f75e5e;
    border-radius: 18px;
    padding: 24px 28px;
    margin-bottom: 32px;
    color: #283f71;
    font-size: 1.1rem;
    box-shadow: 0 2px 12px 0 rgba(247, 94, 94, 0.06);
}

    .dlt-guideline-box strong {
        color: #f75e5e;
    }


/* Enhanced DLT Table Styles */
.dlt-table-section .table {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(40, 63, 113, 0.08);
    margin-bottom: 0;
}

.dlt-table-section th {
    background: linear-gradient(90deg, #f75e5e 0%, #ff8c47 100%);
    color: #fff;
    font-weight: 600;
    border: none;
    text-align: center;
    font-size: 1.08rem;
    padding: 16px 8px;
}

.dlt-table-section td {
    padding: 14px 10px;
    vertical-align: middle;
    border: none;
    font-size: 1.02rem;
    color: #283f71;
    background: #fff;
}

.dlt-table-section tbody tr:nth-child(even) td {
    background: #f5f6fd;
}

.dlt-table-section tbody tr:hover td {
    background: #ffeee7;
}

.dlt-table-section .table-responsive {
    border-radius: 18px;
    overflow: hidden;
}
/* DLT Info Card Styles */
.dlt-info-card {
    background: #fff6f3;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(247,94,94,0.06);
    padding: 32px 28px;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .dlt-info-card.alt {
        background: #f5f6fd;
        box-shadow: 0 2px 12px 0 #283f710f;
    }

    .dlt-info-card h3 {
        color: #f75e5e;
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: 16px;
    }

    .dlt-info-card p {
        color: #283f71;
        font-size: 1.05rem;
        margin-bottom: 18px;
    }

    .dlt-info-card .common-btn {
        display: inline-flex;
        align-items: center;
        width: auto;
        min-width: unset;
        max-width: 36%;
        white-space: nowrap;
        padding: 10px 24px;
    }

.dlt-support-section .common-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    min-width: unset;
    max-width: 79%;
    white-space: nowrap;
    padding: 10px 24px;
}

@media (max-width: 767.98px) {
    .dlt-info-card {
        padding: 20px 12px;
    }
}
/*  DLT page end Guideline Info Box */
/*  woo-commerce page  */

woo-comm-heading {
    font-size: 26px;
    color: #3e65b9;
    font-family: "FS Elliot Pro";
    font-weight: 600;
    line-height: 58px;
}

.get-plugin-btn {
    padding: 10px 22px 12px 28px;
    background: #0f6fab;
    border-radius: 50px 50px 0 50px;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.5s ease;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}
/*  woo-commerce page  end */
/*  affliated  page  start */
.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .custom-table thead th {
        background-color: #f75e5e;
        color: #fff;
        padding: 12px 16px;
        text-align: left;
        font-weight: 600;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .custom-table tbody td {
        padding: 12px 16px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

    .custom-table tbody tr:hover td {
        background-color: #fff3f3;
    }

.table-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.affiliate-heading {
    font-size: 38px;
    color: #283f71;
    font-family: "FS Elliot Pro";
    font-weight: bold;
    line-height: 60px;
}

.btn-readmore {
    background-color: #f75e5e;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.btn-readmore:hover {
    background-color: #e04c4c;
    color: #fff;
    text-decoration: none;
}

.card-title {
    font-size: 19px;
    color: #0f6fab;
    margin-bottom: 10px;
    font-weight: 600;
}

.card-text {
    font-size: 16px;
    color: #283f71;
    font-weight: 500;
}
/*  affliated  page  end */
.rcs-subheading {
    font-weight: 600;
    color: #f17a72;
}

.main-image1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170%;
}

/*promotional page start*/
.feature-box {
    background-color: #f7f7f7;
    border-radius: 10px;
    transition: transform 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
/*promotional page end*/


