html:has(.full-w) .banner-section {
    padding: 0 20px;
}

.ODW-banner-section .leap-container .leap-banner-left {
    anchor-name: --my-anchor;
    width: 100% !important;
}

.ODW-banner-section:has(.leap-container)~.leap-container .leap-left:not(:has(*))+.leap-right {
    position: absolute;
    position-anchor: --my-anchor;
    position-area: center right;
    margin-top: 0 !important;
    top: 0 !important;
}

.full-w .leap-banner-img {
    padding-right: 50px;
}

html:has(.full-w) body {
    overflow-x: clip;
}

html:has(.full-w) #page-container,
html:has(.full-w) #et-main-area {
    height: 100%;
}

html:has(.full-w) .banner-section {
    min-height: 100vh;
    overflow-x: clip;
}

.form-processing img {
    max-width: 100%;
    width: 80px;
    height: 80px;
}

.leap-banner-left {
    max-width: 61% !important;
    padding: 222px 0 !important
}

section.banner-section.ODW-banner-section {
    display: flex;
    margin: 0 auto;
    gap: 150px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-size: cover;
}

.leap-right {
    position: sticky;
    max-width: 360px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgb(0 0 0 / .12);
    border: none !important;
    padding: 0 !important;
    margin-top: -411px;
    top: 151px;
    min-width: 30%;
}

.leap-form label {
    display: block !important;
    font-size: 14px !important;
    color: #666666 !important
}

.leap-form input[type="text"],
.leap-form input[type="email"],
.leap-form input[type="url"] {
    width: 100% !important;
    height: 58px !important;
    outline: none !important;
    background: #F1F1F1 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #8E8E8E !important;
    transition: all 0.3s ease;
    border: 1px solid #EAEAEA !important;
    padding: 20px 16px !important;
    letter-spacing: 2% !important;
    line-height: 17px !important;
    min-height: 32px;
    font-weight: 400;
}

.leap-container {
    max-width: 1080px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
}

.page-sub-heading {
    font-size: 18px
}

h1.page-heading {
    color: #fff;
    width: 100% !important;
    line-height: 58px;
    font-size: 48px;
}

.field-item {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px !important
}

span.error_message {
    display: none;
    color: red
}

.submit-form .blog_cta {
    font-size: 16px;
    background-color: #f7941e;
    border: 2px solid #f7941e;
    font-weight: 700;
    font-style: normal;
    text-transform: none !important;
    text-decoration: none;
    padding: 8px 15px !important;
    cursor: pointer
}

.submit-form .blog_cta:hover {
    letter-spacing: normal !important;
    padding: 8px 15px !important;
    color: #f7941e !important;
    background-color: #fff !important
}

.page-description table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #000 !important;
    margin: 0 0 15px;
    text-align: left;
    width: 100%
}

.page-description table thead tr {
    background-color: #193661;
    height: 130px;
    color: #fff !important;
    text-align: center
}

.page-description table tbody tr {
    background-color: #fff;
    color: #000
}

.page-description table tbody tr td {
    border-bottom: 1px solid #000 !important;
    color: #000;
    padding: 10px 15px
}

.page-description h3 {
    color: #f7941e;
    margin-bottom: 15px
}

.page-description {
    margin: 129px 0 !important;
}

.page-description ul li {
    list-style: disc;
    margin: 15px 0;
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.iqq-report-page header#main-header {
    padding: 15px 0 !important;
    min-height: 75px
}

.iqq-report-page .logo_container {
    min-height: 45px
}


.leap-right::before {
    content: "Let's analyze now";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 67px;
    background: linear-gradient(90deg, #0E7BFF 0%, #0C4CA4 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px
}

.main_sub_content p:nth-of-type(2) {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 80px
}

.main_sub_content p:nth-of-type(3) {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 71px;
}

.list-items {
    list-style: none;
    margin-bottom: 130px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* Main Box */
.list-items li {
    position: relative;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1.8px solid #f7941d;
    border-radius: 18px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #111;
    padding: 28px 12px 28px 194px;
    box-sizing: border-box;
}

/* Icon Box */
.list-items .item-icon {
    position: absolute;
    left: 27px;
    top: -48px;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* Image */
.list-items .item-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.ebookform_container {
    padding: 44px 28px 34px
}

.leap-form {
    display: flex;
    flex-direction: column
}


.field-item label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19px;
    letter-spacing: -.02em;
    color: #000 !important;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.field-item input:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgb(14 123 255 / .18)
}

.field-item .error_message {
    display: none;
    margin-top: 8px;
    font-size: 13px;
    color: #ff3b30
}

#rsubmit {
    width: 100%;
    height: 49px;
    border: none;
    outline: none;
    border-radius: 999px;
    background: #FF8000;
    color: #fff;
    font-size: 16px;
    line-height: 17px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 13px 31px !important;
    display: flex;
    gap: 13px;
    align-items: center;
    position: relative;
}

#rsubmit:hover {
    transform: translateY(-2px);
    background: #ed9421 !important;
    color: #fff !important
}

#thank-you-message {
    margin-top: 18px;
    font-size: 15px;
    color: #16a34a;
    text-align: center
}


.page-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #3B4C68;
    padding-bottom: 0;
}

.page-description hr {
    margin: 53px 0;
    height: 4px;
    background-color: #FDA341;
    border: none
}

.leap_bottom_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding-block: 115px;
    background: #F6EBDD;
    overflow: hidden
}

.leap-bottom-left {
    max-width: 620px;
    width: 100%
}

.leap-bottom-left .page-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 0;
    letter-spacing: -.02em;
    text-transform: capitalize;
    color: #3B4C68;
    margin-bottom: 24px
}

.bottom_description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: -.02em;
    color: #000;
    margin-bottom: 40px
}

.leap-bottom-left .btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    height: 49px;
    padding: 13px 28px;
    border-radius: 999px;
    background: #FF8000;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -2%;
    transition: all 0.3s ease
}

.leap-bottom-left .btn::after {
    content: "→";
    font-size: 30px
}

.leap-bottom-left .btn:hover {
    transform: translateY(-2px);
    background: #f57f00
}

.leap-bottom-right {
    position: relative;
    width: 491px;
    height: auto;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.leap-bottom-right::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 74px;
    border-radius: 50%;
    background: #1476F2;
    z-index: 0
}

.leap-bottom-right::after {
    content: "";
    position: absolute;
    top: 116px;
    left: 16px;
    border-radius: 50%;
    background: #F9A43A;
    z-index: 0
}

.leap-bottom-right img,
.leap-bottom-right svg {
    position: relative;
    z-index: 2
}

.last_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 111px;
    padding: 0;
    list-style: none
}

.last_list li {
    position: relative;
    padding: 18px;
    overflow: hidden;
    background: url(/wp-content/themes/Divi-child/css/abstract-digital-background-blue-purple-white-triangles_1102944-27169.jpg), linear-gradient(243.46deg, #0077F7 27.07%, #014B9C 104.49%);
    border-radius: 18px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    box-shadow: 0 12px 40px rgb(14 123 255 / .18);
    z-index: 1;
    margin-bottom: 0 !important;
}

.last_list li::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(60deg, rgb(255 255 255 / .05) 12%, transparent 12.5%, transparent 87%, rgb(255 255 255 / .05) 87.5%, rgb(255 255 255 / .05)), linear-gradient(120deg, rgb(255 255 255 / .04) 12%, transparent 12.5%, transparent 87%, rgb(255 255 255 / .04) 87.5%, rgb(255 255 255 / .04));
    background-size: 80px 80px;
    opacity: .7;
    pointer-events: none;
    z-index: -1
}

.last_list li::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(255 255 255 / .12) 0%, rgb(255 255 255 / .02) 60%, transparent 100%);
    pointer-events: none
}

.last_list li strong,
.last_list li b {
    font-weight: 700
}

.sub_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* HEADING */
.sub_content h3 {
    grid-column: 1 / -1;
    position: relative;
    margin: 0 0 35px;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000000;
}

/* UNDERLINE */
.sub_content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 129px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #007BFF 0%, #004A99 100%);
}


.highlight_sec_left {
    background: #BEDDFF80;
}

.highlight_sec_right {
    background: #BFC7EB80;
}

/* CARD DESIGN */
.highlight_sec_left,
.highlight_sec_right {
    flex: 1;
    min-width: 334px;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
}

/* TOP HEADER */
.highlight_sec_left h4,
.highlight_sec_right h4 {
    margin: 0;
    padding: 18px 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 14px;
    line-height: 1.2;
    border-radius: 0 0 12px 12px;
}

/* LEFT HEADER COLOR */
.highlight_sec_left h4 {
    background: #007BFF;
}

/* RIGHT HEADER COLOR */
.highlight_sec_right h4 {
    background: #4057BF;
}

/* ICON CIRCLE */
.highlight_sec_left h4::before,
.highlight_sec_right h4::before {
    content: "";
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
}

/* LEFT ICON */
.highlight_sec_left h4::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%230f8bff' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='14' height='16' rx='2'/%3E%3Cpath d='M8 8h4M8 12h6M18 15l3 3M21 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E");
}

/* RIGHT ICON */
.highlight_sec_right h4::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%235660d8' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3Cpath d='M8 11h6M11 8v6'/%3E%3C/svg%3E");
}

/* LIST */
.highlight_sec_left ul,
.highlight_sec_right ul {
    margin: 0;
    padding: 24px 24px 16px 42px;
}

/* LIST ITEMS */
.highlight_sec_left ul li,
.highlight_sec_right ul li {
    font-size: 20px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 15px;
    font-weight: 400;
}

/* BULLETS */
.highlight_sec_left ul li::marker,
.highlight_sec_right ul li::marker {
    color: #000;
    font-size: 16px;
}

.leap-left:not(:has(*)) {
    width: 61%;
}


p.page-sub-heading {
    font-size: 30px;
    line-height: 36px;
    margin-top: 15px;
}

@media(max-width: 1199px) {
    .leap_bottom_section {
        padding: 70px 60px;
        gap: 50px
    }

    .leap-bottom-left .page-heading {
        font-size: 48px
    }

    .bottom_description {
        font-size: 19px
    }

    .leap-bottom-right {
        width: 470px;
        height: 430px
    }
}

@media(max-width: 1180px) {

    h1.page-heading {
        width: 100% !important;
        line-height: 46px;
        font-size: 36px;
    }
}

@media(max-width: 1024px) {
    .full-w .leap-banner-img {
        padding-right: 0 !important;
    }

    .ODW-banner-section:has(.leap-container)~.leap-container .leap-left:not(:has(*))+.leap-right {
        margin-top: -50px !important;
        position: relative !important;
    }

    html:has(.full-w) .banner-section {
        height: auto;
        overflow: hidden;
        min-height: auto;
        padding: 0 20px;
    }

    .leap-container {
        display: flex;
        flex-direction: column;
        max-width: 80%
    }

    .leap-left:not(:has(*))+.leap-right {
        margin-top: -80px;
    }

    .leap-banner-left {
        max-width: 100% !important;
        text-align: center
    }

    .leap-right {
        order: -1;
        position: relative;
        top: auto;
        margin-top: -50px;
        max-width: 100%;
        width: 100%
    }
}

@media(max-width: 991px) {

    .leap_bottom_section {
        flex-direction: column;
        text-align: center;
        padding: 60px 24px
    }

    .leap-bottom-left {
        max-width: 100%
    }

    .leap-bottom-left .btn {
        margin: 0 auto
    }

    .last_list li {
        font-size: 22px;
        padding: 28px 26px
    }

    .leap-bottom-right {
        width: 100%;
        max-width: 420px;
        height: 380px
    }
}

@media(max-width: 768px) {

    html,
    body,
    .iqq-report-page,
    #et-main-area,
    section.banner-section {
        height: auto;
    }

    .leap-left:not(:has(*))+.leap-right {
        margin-top: -80px;
    }

    .leap-container {
        display: flex;
        flex-direction: column;
        max-width: 80%
    }

    .leap-banner-left {
        max-width: 100%;
        text-align: center;
        padding: 150px 0 100px 0 !important;
    }

    h1.page-heading {
        font-size: 36px !important;
    }


    .leap-right {
        order: -1;
        position: relative;
        top: auto;
        margin-top: -50px;
        max-width: 100%;
        width: 100%
    }

    .sub_content {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .highlight_sec_left,
    .highlight_sec_right {
        min-width: 100% !important;
    }

    .highlight_sec_left {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .leap-bottom-left .page-heading {
        font-size: 36px
    }

    .last_list {
        gap: 16px
    }

    .last_list li {
        font-size: 18px;
        line-height: 1.6;
        padding: 24px 20px;
        border-radius: 18px
    }

    .bottom_description {
        font-size: 17px;
        line-height: 1.8
    }

    .leap-bottom-left .btn {
        height: 58px;
        padding: 0 24px;
        font-size: 18px
    }

    .leap-bottom-left .btn::after {
        font-size: 22px
    }

    .leap-bottom-right {
        height: 300px
    }

    .leap-right {
        border-radius: 18px
    }

    .ebookform_container {
        padding: 20px 20px
    }

    .leap-right::before {
        font-size: 18px
    }

    .field-item label {
        font-size: 15px
    }

    #rsubmit {
        font-size: 14px;
        height: 54px;
    }

    .list-items li {
        padding: 100px 20px 22px;
        text-align: center;
        border-radius: 18px;
    }

    .list-items .item-icon {
        left: 50%;
        transform: translateX(-50%);
    }

    .list-items li::before {
        display: none;
    }

    .page-description {
        margin-top: 60px !important;
    }
}