/* SiQ Wrapper File CSS starts  */

  @media screen and (max-width: 500px) {
            .top_section_content.right_content.on_bigg_screen {
                display: none !important;
            }

            .top_section_content.right_content.on_small_screen {
                display: block !important;
            }

            .siq_mob_ellipse.smaller img,
            .siq_mob_ellipse.bigger img {
                height: auto;
            }


            .on_small_screen .siq_mobile_content .smaller {
                width: 297px !important;
                top: -104px;
            }

            .biggers_opcity {
                opacity: 0.6;
            }

            .main-wrapper .content-wrap {
                overflow: hidden;
                width: 100vw;
            }

            .top_section_main_content .siq_swipe_icon img {
                width: 38px;
            }
        }

        @media screen and (max-width: 400px) {

            .on_bigg_screen .siq_mobile_content .bigger {
                max-width: 310px;
                left: -10px;
                top: -112px;
            }

            .on_bigg_screen .siq_mobile_content .smaller {
                max-width: 260px;
                left: 15px;
                top: -86px;
            }


            .on_bigg_screen .siq_mobile_content .siq_social_icon_wrap.google_ads {
                left: -9px;
                top: -56px;
            }

            .on_bigg_screen .siq_mobile_content .siq_social_icon_wrap.fb_icon {
                left: -30px;
            }

            .on_bigg_screen .siq_mobile_content .siq_social_icon_wrap.tiktok_icon {
                left: 0px;
            }

            .on_bigg_screen .siq_mobile_content .siq_mob_img_wrap {
                width: 90px;
                right: -36px;
                top: -15px;
            }

        }

        h2.top_main_heading span {
            background: linear-gradient(to right,
                    rgba(250, 229, 12, 1) 0%,
                    rgba(250, 229, 12, 0.25) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .top_section_content.right_content.on_bigg_screen {
            display: block;
        }

        .top_section_content.right_content.on_small_screen {
            display: none;
        }

/* SiQ Wrapper File CSS ends  */

/* <-------------------------------------------------> */


/* SiQ Add Platforms Section CSS starts */
.siq_ad_platform_section  {
        max-width: 1300px;
        margin: auto;
        padding-top: 100px;
    }

    .ad_platform_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ad_platform_wrap .mini_heading {
        background: #fcec0a;
        font-size: 18px;
        font-weight: 600;
        padding: 5px 15px;
        border-radius: 8px;
        text-transform: uppercase;
    }

    .ad_platform_wrap .main_heading {
        font-size: 55px;
        font-weight: 600;
        color: #02183d;
        margin: 25px 0 10px 0;
        text-transform: uppercase;
        line-height: normal;
    }

    .ad_platform_wrap .sec_desc {
        font-size: 18px;
        max-width: 700px;
        text-align: center;
        color: #02183d;
        text-transform: capitalize;
    }

    .ad_platform_box_wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 50px;
    }

    .ad_platform_box_wrap .ad_plat_box_item {
        width: 375px;
        height: 430px;
        background: white;
        border: 1px solid #babababa;
        border-radius: 12px;
        box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.06);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 22px 20px;
    }

    .ad_plat_box_item .box_heading {
        color: black;
        font-size: 19px;
        font-weight: 600;
    }

    .ad_plat_box_item .plat_icons_wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        background: #F2F2F2;
        border-radius: 12px;
        width: 100%;
        padding: 15px;
        margin: 18px 0 22px 0;
    }

    .plat_icons_wrap .plat_icon {
        padding: 15px;
        width: 66px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        border: 1px solid transparent;
        background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(139deg, #002873 0%, #3b69c033 100%) border-box;
    }

    .ad_plat_box_item .bottom_icon {
        font-size: 18px;
        width: 35px;
        height: 35px;
        color: white;
        background: #3ea7ae;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        position: relative;
    }

    .ad_plat_box_item .bottom_icon::before {
        content: "";
        position: absolute;
        width: 130px;
        border-top: 1px dashed #aaaaaa;
        left: -140px;
    }

    .ad_plat_box_item .bottom_icon::after {
        content: "";
        position: absolute;
        border-top: 1px dashed #aaaaaa;
        width: 130px;
        right: -140px;
    }

    .ad_plat_box_item .bottom_desc {
        color: black;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
    }

    .bottom_desc i {
        font-size: 20px;
    }

    .plat_icon_circle_wrap {
        background: #f2f2f2;
        border-radius: 12px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 234px;
        margin: 18px 0 22px 0;
    }

    .plat_icon_circle_wrap .siq_center_logo {
        width: 100px;
        height: 100px;
        background: #e8eaed;
        border-radius: 100%;
        overflow: hidden;
        padding: 10px;
        margin-bottom: -5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .plat_icon_circle_wrap .siq_center_logo div {
        display: flex;
        padding: 10px;
        border: 1px solid #dce1ea;
        border-radius: 100%;
        height: 80px;
        align-items: center;
        justify-content: center;
    }

    .plat_icon_circle_wrap .siq_center_logo span {
        border-radius: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60px;
        height: 60px;
        justify-content: center;
        background: radial-gradient(circle, #92b2cea3 0%, #FFFFFF 50%);
        position: relative;
        z-index: 10;
    }

    .siq_center_logo span img {
        width: 40px;
        margin-bottom: -3px;
    }

    .plat_icon_circle_wrap .circle_logo_item {
        position: absolute;
        width: 45px;
        height: 40px;
        border-radius: 5px;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 1px 1px 5px 0.5px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    .circle_logo_item span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        border-radius: 4px;
        width: 25px;
    }

    .circle_logo_item.no_1 {
        top: 12px;
    }

    .circle_logo_item.no_2 {
        right: 55px;
        top: 40px;
    }

    .circle_logo_item.no_3 {
        right: 40px;
        top: 115px;
    }

    .circle_logo_item.no_4 {
        bottom: 15px;
        right: 90px;
    }

    .circle_logo_item.no_5 {
        left: 90px;
        bottom: 15px;
    }

    .circle_logo_item.no_6 {
        left: 40px;
        top: 115px;
    }

    .circle_logo_item.no_7 {
        top: 40px;
        left: 55px;
        padding: 11px;
    }

    .circle_logo_item.no_1::before {
        transform: rotate(90deg);
        bottom: -21px;
        width: 40px;
    }

    .circle_logo_item.no_2::before {
        transform: rotate(151deg);
        left: -49px;
        bottom: 0px;
        width: 50px;
    }

    .circle_logo_item.no_3::before {
        left: -61px;
        top: 10px;
        width: 60px;
        transform: rotate(15deg);
    }

    .circle_logo_item.no_4::before {
        width: 50px;
        transform: rotate(50deg);
        top: -22px;
        left: -22px;
    }

    .circle_logo_item.no_5::before {
        width: 50px;
        transform: rotate(129deg);
        top: -20px;
        right: -24px;
    }

    .circle_logo_item.no_6::before {
        right: -61px;
        top: 10px;
        width: 60px;
        transform: rotate(165deg);
    }

    .circle_logo_item.no_7::before {
        transform: rotate(29deg);
        right: -49px;
        bottom: 0px;
        width: 50px;
    }

    .circle_connect_svg {
        position: absolute;
        margin-left: -10px;
    }

    .circle_connect_svg svg line {
        stroke: #052563;
        stroke-opacity: 0.7;
    }

    .ad_plat_box_item .mobile_mockups_wrap {
        border-radius: 12px;
        background: #f2f2f2;
        min-height: 234px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 25px;
        margin: 18px 0 22px 0;
    }

    .ad_plat_box_item .platf_logo_row {
        display: flex;
        align-items: center;
        gap: 14px;

    }

    .platf_logo_row span {
        width: 42px;
        height: 42px;
        padding: 9px;
        border-radius: 6px;
        box-shadow: 1px 1px 5px 0.5px rgba(0, 0, 0, 0.15);
        position: relative;
    }

    .platf_logo_row span::before {
        content: "";
        position: absolute;
        width: 12px;
        border-top: 1px dashed #aaaaaa;
        right: -13px;
        top: 50%;
    }

    .platf_logo_row span:last-child:before {
        border: none
    }

    .ad_platform_box_wrap .connect_arrow {
        position: relative;
    }

    .ad_platform_box_wrap .connect_arrow::before {
        content: "";
        position: absolute;
        width: 26px;
        border-top: 1px dashed #aaaaaa;
        right: -28px;
        top: calc(50% - 1px);
    }

    .ad_platform_box_wrap .connect_arrow::after {
        content: "";
        position: absolute;
        width: 30px;
        border-top: 1px dashed #aaaaaa;
        left: -27px;
        top: calc(50% - 1px);
    }

    @media screen and (max-width: 500px) {
        .siq_ad_platform_section {
            max-width: 100%;
            padding: 60px 20px 0 20px;
        }

        .ad_platform_wrap .mini_heading {
            font-size: 12px;
            padding: 7px 14px;
        }

        .ad_platform_wrap .main_heading {
            font-size: 26px;
            text-align: center;
            line-height: 36px;
            max-width: 250px;
        }

        .ad_platform_wrap .sec_desc {
            font-size: 14px;
            max-width: 90%;
        }

        .ad_platform_box_wrap {
            margin-top: 40px;
            flex-direction: column;
            gap: 25px;
        }

        .ad_plat_box_item .box_heading {
            font-size: 17px;
        }

        .ad_platform_box_wrap .ad_plat_box_item {
            width: 320px;
            height: 382px;
            padding: 18px 15px;
        }

        .plat_icons_wrap .plat_icon {
            padding: 12px;
            width: 55.5px;
            height: 55px;
        }

        .ad_plat_box_item .bottom_desc {
            font-size: 16px;
            margin-top: 15px;
        }

        .bottom_desc i {
            font-size: 16px;
        }

        .ad_plat_box_item .bottom_icon {
            font-size: 16px;
            width: 30px;
            height: 30px;
        }

        .ad_plat_box_item .bottom_icon::after {
            width: 112px;
            right: -122px;
        }

        .ad_plat_box_item .bottom_icon::before {
            width: 112px;
            left: -122px;
        }

        .ad_plat_box_item .plat_icons_wrap {
            margin: 12px 0 18px 0;
        }

        .plat_icon_circle_wrap .siq_center_logo {
            width: 90px;
            height: 90px;
        }

        .plat_icon_circle_wrap .siq_center_logo div {
            padding: 8px;
            height: 74px;
            min-width: 74px;
        }

        .plat_icon_circle_wrap .siq_center_logo span {
            width: 58px;
            height: 58px;
        }

        .siq_center_logo span img {
            width: 35px;
        }

        .circle_connect_svg {
            width: 180px;
            height: 160px;
            margin-top: -20px;
        }

        .circle_logo_item.no_3 {
            top: 105px;
        }

        .circle_logo_item.no_6 {
            top: 105px;
        }

        .circle_logo_item.no_4 {
            right: 85px;
        }

        .circle_logo_item.no_5 {
            left: 85px;
        }

        .plat_icon_circle_wrap {
            height: 218px;
            margin: 12px 0 18px 0;
        }

        .ad_plat_box_item .mobile_mockups_wrap {
            min-height: 218px;
            margin: 12px 0 18px 0;
        }

        .platf_logo_row span {
            width: 38px;
            height: 38px;
        }

        .ad_platform_box_wrap .connect_arrow {
            transform: rotate(90deg);
        }

        .ad_platform_box_wrap .connect_arrow::before {
            width: 20px;
            right: -22px;
        }

        .ad_platform_box_wrap .connect_arrow::after {
            width: 24px;
            left: -21px;
        }
    }
    /* SiQ Add Platforms Section CSS ends */

    /* <--------------------------------------------------------------------------------> */

    /* SiQ product Visibility Section CSS starts  */

    .siq_prod_visibility_section {
        background: linear-gradient(to bottom, #ffffff, #e9eaed);
    }

    .siq_prod_visibility_content {
        max-width: 1300px;
        margin: auto;
        padding-top: 110px;
        display: grid;
        grid-template-columns: 50% 46%;
        justify-content: space-between;
        align-items: center;
    }

    .prod_v_right_content {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .prod_v_right_content .mini_heading {
        background: #fcec0a;
        font-size: 18px;
        font-weight: 600;
        padding: 9px 16px 8px 15px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 22px;
        text-transform: uppercase;
    }

    .prod_v_right_content .main_heading {
        font-size: 50px;
        font-weight: 600;
        color: #02183d;
        margin: 20px 0 10px 0;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        text-transform: uppercase;
    }

    .prod_v_right_content .sec_desc {
        font-size: 18px;
        max-width: 540px;
        color: #02183d;
        margin: 5px 0 25px 0;
        text-transform: capitalize;
    }

    .prod_v_right_content .prod_v_features {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .prod_v_features .pv_feature_item {
        position: relative;
        font-size: 18px;
        color: black;
        padding-left: 30px;
    }

    .pv_feature_item::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #cdd2dc;
        left: 0;
        top: 4px;
        border-radius: 100%;
    }

    .pv_feature_item::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #002e87;
        left: 5px;
        top: 9px;
        border-radius: 100%;
    }

    .prod_v_right_content .prod_v_demo_btn {
        border: none;
        background: #002e87;
        padding: 10px 20px;
        border-radius: 8px;
        color: white;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 25px;
        width: fit-content;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
    }

    .prod_v_right_content .prod_v_demo_btn:hover i {
        transform: translateX(5px);
    }

    .prod_v_demo_btn i {
        transition: transform 0.3s ease;
    }

    .prod_v_left_content img {
        height: auto;
        width: 640px;
    }

    @media screen and (max-width: 500px) {
        .siq_prod_visibility_content {
            max-width: 100%;
            padding: 60px 20px 0 20px;
            display: flex;
            flex-direction: column-reverse;
            justify-content: center;
            gap: 40px;
        }

        .prod_v_right_content {
            align-items: center;
        }

        .prod_v_right_content .mini_heading svg {
            width: 18px;
            height: 18px;
        }

        .prod_v_right_content .mini_heading {
            font-size: 12px;
            padding: 7px 14px 6px 14px;
            gap: 5px;
            line-height: 18px;
        }

        .prod_v_right_content .main_heading {
            font-size: 24px;
            line-height: 34px;
            text-align: center;
        }

        .prod_v_right_content .sec_desc {
            font-size: 14px;
            max-width: 90%;
            text-align: center;
        }

        .prod_v_right_content .prod_v_features {
            gap: 12px;
        }

        .prod_v_features .pv_feature_item {
            font-size: 14px;
            padding-left: 25px;
        }

        .pv_feature_item::before {
            width: 18px;
            height: 18px;
            top: 2px;
        }

        .pv_feature_item::after {
            width: 8px;
            height: 8px;
            top: 7px;
        }

        .prod_v_right_content .prod_v_demo_btn {
            padding: 10px 15px;
            font-size: 13px;
        }

        .prod_v_left_content {
            display: flex;
            justify-content: center;
        }

        .prod_v_left_content img {
            width: 95%;
        }
    }

    /* SiQ product Visibility Section CSS starts  */

     /* <--------------------------------------------------------------------------------> */

     /* SiQ Bidding Power Section CSS starts   */

     section.siq_bidding_section {
        background: linear-gradient(to bottom, #05183b 0%, #04286d 80%);
        position: relative;
        padding: 110px 0;
    }

    .siq_bidding_section .box_bg_img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bidding_section_wrap {
        display: grid;
        grid-template-columns: 45% 52%;
        max-width: 1300px;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        position: relative;
        z-index: 10;
    }

    .bidding_section_wrap .bid_left_content {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .bid_left_content .mini_heading {
        background: #fcec0a;
        font-size: 18px;
        font-weight: 600;
        padding: 9px 15px 9px 12px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: 22px;
        text-transform: uppercase;
    }

    .bid_left_content .main_heading {
        font-size: 50px;
        font-weight: 600;
        color: white;
        margin: 25px 0 10px 0;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        text-transform: uppercase;
    }

    .bid_left_content .main_heading span {
        color: #1c9e75;
    }

    .bid_left_content .sec_desc {
        font-size: 18px;
        max-width: 560px;
        color: white;
        margin: 10px 0 40px 0;
        text-transform: capitalize;
    }

    .bid_left_content .bid_attr_wrap {
        display: flex;
        gap: 30px;
        align-items: end;
    }

    .bid_attr_wrap div .bid_attr_item {
        display: flex;
        flex-direction: column;
        background: #ffffff0f;
        border: 1px solid #ffffff2e;
        color: white;
        border-radius: 8px;
        padding: 10px 20px;
        width: 210px;
        height: 90px;
    }

    .bid_left_content .bid_demo_btn {
        border: none;
        background: #fcec0a;
        padding: 10px 20px;
        border-radius: 8px;
        color: black;
        font-size: 17px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 25px;
        font-weight: 600;
        width: fit-content;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .bid_left_content .bid_demo_btn:hover i {
        transform: translateX(5px);
    }

    .bid_left_content .bid_demo_btn i {
        transition: transform 0.3s ease;
    }

    .bid_left_content .bidding_img {
        height: 270px;
    }

    .bid_attr_item div {
        font-size: 30px;
        font-weight: 600;
        color: #1c9e75;
    }

    .bid_attr_item span {
        color: #ffffffa1;
        font-size: 14px;
    }

    .bid_attr_wrap div .bid_attr_item:first-child {
        margin-bottom: 15px;
    }

    .bid_right_content .bidding_graph {
        margin-bottom: -70px;
        width: 100%;
        height: auto;
    }

    @media screen and (max-width: 500px) {
        section.siq_bidding_section {
            padding: 60px 0;
        }

        .bidding_section_wrap {
            display: flex;
            flex-direction: column;
            max-width: 100%;
            justify-content: center;
            padding: 0 20px;
        }

        .bid_left_content .mini_heading {
            font-size: 12px;
            padding: 7px 14px 7px 10px;
            line-height: 18px;
            gap: 4px;
        }

        .bid_left_content .mini_heading svg {
            height: 18px;
            width: 18px;
        }

        .bidding_section_wrap .bid_left_content {
            align-items: center;
        }

        .bid_left_content .main_heading {
            font-size: 24px;
            line-height: 34px;
            text-align: center;
        }

        .bid_left_content .sec_desc {
            font-size: 14px;
            max-width: 90%;
            text-align: center;
            margin: 5px 0 30px 0;
        }

        .bid_left_content .bid_attr_wrap {
            gap: 25px;
            align-items: center;
            flex-direction: column;
        }

        .bid_attr_wrap div .bid_attr_item {
            width: 280px;
            height: 90px;
            align-items: center;
        }

        .bid_left_content .bid_demo_btn {
            padding: 8px 15px;
            font-size: 13px;
            gap: 8px;
            margin: 25px auto 30px auto;
        }

        .bid_left_content .bidding_img {
            height: 250px;
        }

        .bid_right_content .bidding_graph {
            display: none;
        }
    }

     /* SiQ Bidding Power Section CSS starts   */

     /* <-----------------------------------------------------------------> */

     /* SiQ wrapper Sections common CSS starts   */

     /*
 * Styles extracted for wrapper.blade.php
 * Source: style.css
 * Rule: a selector is kept only if EVERY class/id it references
 *       appears in wrapper.blade.php. Tag-only selectors are NOT moved.
 */

#dv6_top_loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #ffff00;
  transition: width 0.4s ease;
  z-index: 99999;
}

.siq_new_top_section.siq_top_content {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  background: linear-gradient(110.33deg,
  rgba(5, 24, 59, 0.95) 37.88%,
  rgba(4, 40, 109, 0.6) 103.56%);
}

.siq_top_content .siq_top_section_slider {
  height: 750px;
}

.top_secion_bg_wrap {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: -1;
}

.top_secion_bg_wrap img {
  width: 100%;
  height: 100%;
}

.siq_demo_btn.animation_left {
  width: fit-content;
}

.siq_demo_btn .free-_-demo {
  color: #093b64;
  font-weight: 700;
  font-size: 16px;
  background: #f5e71b;
  padding: 15px 30px;
  border-radius: 6px;
}

.top_section_content .animation_top {
  opacity: 0;
}

.siq_swipe_icon {
  width: fit-content;
  position: absolute;
  bottom: 20px;
  display: none;
}

.top_section_content_wrap {
  margin: 100px auto;
  height: 600px !important;
}

.top_section_content_wrap .top_section_main_content {
  max-width: 1300px;
  height: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  padding: 0px 15px;
}

.siq_top_section_slider .swiper-pagination {
  left: 50% !important;
  bottom: 40px !important;
  transform: translateX(-50%);
  max-width: 1300px !important;
  text-align: left;
}

.google_text_wrap {
  display: flex;
  align-items: center;
  width: fit-content;
}

.google_text_wrap .g_logo_img {
  width: 20px;
  height: 20px;
}

.google_text_wrap .g_logo_text {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 15px;
  letter-spacing: 0.8px;
}

.top_section_content {
  width: 48%;
  position: relative;
}

.top_section_content.left_content {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
}

.top_heading_small {
  margin: 40px 0 20px;
  text-transform: uppercase;
  width: fit-content;
}

.top_section_content .top_main_heading {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
}

.top_section_content .heading_desc {
  margin: 20px 0 50px;
  font-size: 20px;
  width: fit-content;
  text-transform: capitalize;
}

.top_section_content .siq_img_wrap {
  width: 500px;
  height: 430px;
  float: right;
}

.swiper-slide.big_slider_img .siq_img_wrap {
  width: 600px;
  height: auto;
  float: left;
}

.top_section_content.right_content {
  opacity: 0;
}

.siq_img_wrap.imgs_with_link a:nth-child(1) {
  margin-bottom: 50px;
  display: block;
}

.top_section_content .siq_img_wrap img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.siq_mobile_content {
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 100%;
}

.siq_mob_img_wrap {
  width: 220px;
  height: 430px;
  position: absolute;
  right: -80px;
  bottom: 90px;
  transform: translateX(-50%);
}

.siq_mob_img_wrap img {
  width: 100%;
  height: 100%;
}

.siq_mob_ellipse {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.siq_mob_ellipse.bigger {
  width: 630px;
  height: auto;
  bottom: 65px;
  left: -60px;
}

.siq_mob_ellipse.smaller {
  width: 550px;
  height: 550px;
  bottom: 96px;
  left: 10px;
  transform: translate(0px, -5px);
}

.siq_mob_ellipse.smaller img {
  width: 100%;
  height: 100%;
}

.siq_social_icon_wrap {
  position: absolute;
  opacity: 0.6;
  width: 70px;
  height: 70px;
}

.siq_social_icon_wrap.cbn_google_ads {
  top: 25px;
  left: -46px;
}

.siq_social_icon_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.siq_social_icon_wrap.fb_icon {
  left: -93px;
  top: 180px;
}

.siq_social_icon_wrap.tiktok_icon {
  bottom: 200px;
  left: -58px;
}

.siq_brand_imgs_container {
  background: #fcec0a;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.siq_brand_imgs_container .siq_brand_img_icon {
  min-width: 200px;
  width: 100%;
  height: 100px;
}

.siq_brand_imgs_container .siq_brand_img_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.siq_section.brands_listing_container {
  background: linear-gradient(to bottom, #ffffff, #e9eaed);
}

.siq_section .siq_section_wrapper {
  max-width: 1300px;
  margin: 0px auto;
}

.top_title_text {
  font-size: 55px;
  padding: 15px 0px;
  font-weight: bold;
  color: #02183d;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto 0;
  max-width: 1100px;
  line-height: normal;
}

.top_title_desc {
  text-align: center;
  color: #02183d;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0 20px;
  line-height: 30px;
  max-width: 600px;
  margin: 0px auto;
  text-transform: capitalize;
}

.siq_section_wrapper.brand_target {
  margin-top: 100px;
}

.brand_prod_slider.swiper {
  height: 750px;
}

.brand_prod_content.prod_keywords {
  margin-top: 20px;
}

.siq_section.product_visibility {
  background: linear-gradient(to top, #ffffff, #e9eaed);
}

.prod_visibility_graph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.google_tech_wrapper {
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.google_tech_text {
  background: #05193e;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0 0 8px 8px;
}

.google_tech_text span {
  font-size: 20px;
  margin-left: 16px;
}

.text_center {
  text-align: center;
}

.content-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.animation-grid-container {
  height: 100%;
  background: linear-gradient(to bottom, #05183b 0%, #04286d 80%);
  position: fixed;
  width: 100%;
  z-index: 1000001;
  top: 0;
  left: 0px;
  overflow: hidden;
  animation: animation-fade-out 1.2s ease 1.2s 1 normal both;
}

.cbn-loading-container {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 45px;
  max-width: 150px;
}

.img-container {
  animation: logo_loading 0.8s ease 0.3s 1 normal both;
  width: 100%;
  height: auto;
}

.img-container>img {
  width: 100%;
  height: auto;
}

.cb_homepage {
  width: 100%;
  height: 100%;
}

.siq_section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0px;
}

.fb_icon>a>svg {
  width: 16px;
  height: 20px;
  fill: #3b5998;
}

.smarter_shopping_container.shopping_brands {
  margin: 0;
  background: #ffff00;
  padding-top: 60px;
}

.siq_prod_target {
  background: #fff !important;
  max-width: 285px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.siq_prod_target>.prod_num {
  background: #fced0a;
  padding: 22px 30px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.live_feed>.prod_num {
  color: #000;
}

.campaign_build {
  top: 55px;
  right: -40px;
}

.campaign_build>.prod_num {
  background: #4c9b4c;
}

.keyword_target {
  bottom: 100px;
  right: -50px;
}

.keyword_target>.prod_num {
  background: #1c9e74;
}

.prod_target {
  bottom: 50px;
  left: 60px;
}

.prod_target>.prod_num {
  background: #1192cd;
}

.real-time-target {
  top: 36%;
  left: -100px;
}

.real-time-target>.prod_num {
  background: #5598d4;
}

.siq_prod_target>.prod_detail {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  text-align: left;
}

.prod_detail>.cb_title {
  font-weight: bold;
  margin-bottom: 6px;
}

.prod_detail>.cb_desc {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.shopping_platform-wrap {
  position: relative;
  z-index: 99;
  height: 650px;
  width: 980px;
  margin: 40px auto 20px;
}

.shopping_prod {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 40px;
}

.shopping_prod>.desk-img {
  width: 600px;
  height: auto;
}

.shopping_prod>.mob-img {
  display: none;
}

.grey_dotted-img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

.grey_dotted-img>img {
  width: 650px;
  height: auto;
}

/* NOTE: original selector also contained other parts not moved: .shopping_details */
.prod_target_dtl {
  position: relative;
  z-index: 99;
  width: 750px;
  height: 100%;
  margin: 0 auto;
}

.smarter_shopping_container {
  z-index: 9;
  overflow: hidden;
  margin-top: 40px;
}

.smarter-shopping_wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.cb_keyword_wrap {
  display: flex;
  width: 1500px;
  margin: 0 auto;
}

.keywrods_slider>.swiper-wrapper {
  width: 1500px;
  height: 650px;
  margin: 0 auto;
}

.keywrods_slider>.swiper-wrapper .cb_keyword_wrap {
  display: flex;
}

.cb_keyword_wrap .siq-keywrod_detail, .cb_keyword_wrap .siq_keyword-img {
  width: 50%;
}

.cb_keyword_wrap .siq-keywrod_detail {
  background: #222a35;
  padding: 0px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cb_keyword_wrap .siq_keyword-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

h4.cb_keywrod-text {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 700;
}

h4.cb_keywrod-text .convert_text {
  color: yellow;
}

p.converting_desc {
  color: #fff;
}

.Keyword_btn-wrap {
  position: relative;
}

.Keyword_btn-wrap .convertin_keywords {
  display: flex;
  padding-top: 50px;
  align-items: center;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.convertin_keywords .numbers {
  background: #fcfc01;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #fcfc01;
}

.convertin_keywords.tab_img>.numbers {
  background: none;
  color: #fff;
}

.convertin_keywords .convertin_text {
  background: #fcfc01;
  padding: 10px;
  border-radius: 6px;
  width: calc(100% - 50px);
  margin-left: 30px;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: bold;
}

.convertin_keywords.view .convertin_text {
  background: #5b9bd5;
}

.convertin_keywords.scale .convertin_text {
  background: #70ad47;
}

.cb_yellow-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 93px;
  left: 17px;
  z-index: 1;
}

.cb_yellow-dots .yellow_dots {
  background: yellow;
  width: 5px;
  height: 10px;
  display: block;
  margin-top: 5px;
}

.swiper-slide>img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* NOTE: original selector also contained other parts not moved: .swiper-container-android .swiper-slide */
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.product_visibility .graph_prod_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 30px;
}

.product_visibility.graph_prod_container.graph_prod_wrap.prod_visibility_graph {
  width: 48% !important;
  position: relative;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.product_visibility .graph_prod_container .graph_prod_wrap img {
  border-radius: 15px;
}

.google_tech_text {
  background: #05193e;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 15px 15px;
}

.g_logo_img {
  width: 30px;
  height: 26px;
}

.graph_prod_container .graph_prod_wrap {
  width: 48%;
  position: relative;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.insdustry_sales_wrapper {
  width: 1300px;
  height: auto;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.insdustry_sales_wrapper .images_wrapper {
  width: 48%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
}

.images_wrapper .play_icon i {
  color: #fff;
  border-radius: 100%;
  font-size: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.images_wrapper .play_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
}

.images_wrapper.teams img {
  opacity: 0.5;
  height: 538px;
  object-fit: cover;
}

.featured_imgs_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.featured_imgs_wrapper .ecom_event_imgs.left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event_img_wrap.ecom_award_img {
  width: 75%;
  margin: auto;
}

.featured_imgs_wrapper .ecom_event_imgs {
  width: 48%;
}

.event_img_wrap.girl_img_wrap, .award_main_img_wrap, .siq_new_icons {
  width: 100%;
  height: auto;
}

.event_img_wrap.girl_img_wrap img, .award_main_img_wrap img, .siq_new_icons img {
  width: 100%;
  height: 100%;
}

.siq_section.leading_industry {
  background: linear-gradient(to bottom, #05183b 0%, #04286d 80%);
  padding-top: 60px;
}

.siq_section.leading_industry .siq_section_wrapper {
  position: relative;
  z-index: 10;
}

.siq_section.leading_industry .bg_box_img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.siq_section.leading_industry .top_desc_text {
  width: fit-content;
  background: #f5e71b;
  color: black;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 20px;
}

.top_desc_text {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
  margin: auto;
  letter-spacing: 1px;
}

.siq_new_brands_wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.leading_industry p {
  color: #fff;
}

.insdustry_sales_wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.graph_prod_wrap.prod_visibility_graph {
  width: 48%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
}

.images_wrapper.teams {
  background: black;
}

.siq_section.product_visibility .graph_prod_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 30px;
}

.product_visibility.graph_prod_wrap.prod_visibility_graph {
  width: 48% !important;
  position: relative;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.google_tech_text .g_logo_img {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod_visibility_graph .g_logo_img {
  width: 35px;
  height: auto;
}

.graph_prod_container .google_tech_text {
  background: #05193e;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 15px 15px;
}

.product_visibility .graph_prod_container .graph_prod_wrap {
  width: 48%;
  position: relative;
  box-shadow: 2px 5px 9.9px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .siq_new_top_section.siq_top_content {
    height: 800px;
  }

  .top_section_content_wrap {
    margin: 70px auto;
  }

  .top_section_content_wrap .top_section_main_content {
    flex-direction: column;
  width: calc(100% - 50px);
  margin: auto;
  }

  .siq_demo_btn .free-_-demo {
    font-size: 14px;
  padding: 8px 24px;
  border-radius: 4px;
  }

  .top_section_content {
    width: 100%;
  }

  .google_text_wrap .g_logo_img {
    width: 16px;
  height: 16px;
  }

  .google_text_wrap .g_logo_img svg {
    height: 100%;
  }

  .google_text_wrap .g_logo_text {
    font-size: 12px;
  }

  .top_section_content.left_content {
    margin-top: 10px;
  }

  .top_heading_small {
    margin: 30px 0 20px;
  font-size: 13px;
  }

  .top_section_content .top_main_heading {
    font-size: 33px;
  }

  .top_section_content .heading_desc {
    margin: 15px 0 30px;
  font-size: 16px;
  }

  .top_section_content .siq_swipe_icon {
    display: none;
  }

  .top_section_content .siq_img_wrap {
    width: 250px;
  height: 315px;
  }

  .swiper-slide.big_slider_img .siq_img_wrap {
    width: 300px;
  }

  .siq_mobile_content {
    bottom: -80px;
  }

  .siq_mob_img_wrap {
    width: 140px;
  height: 250px;
  right: -50px;
  bottom: 60px;
  }

  .siq_mob_img_wrap img {
    object-fit: contain;
  }

  .top_section_content.right_content {
    margin-top: 60px;
  }

  .swiper-slide.big_slider_img .top_section_content.right_content {
    margin-top: 20px;
  }

  .siq_mob_ellipse.bigger {
    top: -130px;
  bottom: auto;
  left: 15px;
  width: 350px;
  }

  .siq_mob_ellipse svg {
    width: 100%;
  height: 100%;
  }

  .siq_mob_ellipse.smaller {
    top: -125px;
  left: 50px;
  width: 280px;
  height: 330px;
  }

  .siq_social_icon_wrap {
    width: 40px;
  height: 40px;
  }

  .siq_social_icon_wrap.cbn_google_ads {
    top: -65px;
  left: 17px;
  }

  .siq_social_icon_wrap.fb_icon {
    left: -5px;
  top: 30px;
  }

  .siq_social_icon_wrap.tiktok_icon {
    bottom: auto;
  left: 19px;
  top: 118px;
  }

  .siq_social_icon_wrap svg {
    width: 100%;
  height: 100%;
  }

  .siq_swipe_icon svg {
    width: 38px;
  height: 38px;
  }

  .top_section_main_content .siq_swipe_icon {
    bottom: -65px;
  left: 15px;
  width: fit-content;
  display: flex !important;
  align-items: center;
  color: #fff;
  }

  .siq_top_section_slider>.swiper-pagination {
    max-width: calc(100% - 20px) !important;
  }

  .siq_img_wrap.imgs_with_link a:nth-child(1) {
    margin-bottom: 35px;
  }

  .siq_brand_imgs_container {
    padding: 10px 0;
  }

  .siq_brand_imgs_container .siq_brand_img_icon {
    min-width: 100px;
  height: 60px;
  }

  .siq_section .siq_section_wrapper {
    max-width: calc(100% - 20px);
  margin: 15px auto;
  }

  .top_title_text {
    font-size: 18px;
  padding: 10px 0;
  width: calc(100% - 30px);
  margin: auto;
  }

  .top_title_desc {
    font-size: 12px;
  line-height: 20px;
  padding: 5px;
  font-weight: 700;
  width: calc(100% - 30px);
  }

  .brand_prod_content.prod_keywords {
    margin-top: 15px;
  }

  .brand_prod_slider.swiper {
    height: 670px;
  }

  .google_tech_wrapper {
    width: calc(100% - 15px);
  margin: auto;
  }

  .g_logo_img svg {
    width: 15px;
  height: 15px;
  }

  .google_tech_text span {
    font-size: 12px;
  margin-left: 12px;
  }

  .img-container>img {
    width: 80px;
  }

  .siq_section.smarter_shopping_container {
    padding: 40px 0;
  }

  .cb_keyword_wrap {
    flex-direction: column;
  }

  .cb_keyword_wrap .siq-keywrod_detail, .cb_keyword_wrap .siq_keyword-img {
    width: 100%;
  }

  .cb_keyword_wrap .siq-keywrod_detail {
    padding: 20px;
  }

  h4.cb_keywrod-text {
    font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  }

  p.converting_desc {
    margin-bottom: 6px;
  }

  p.converting_desc, .convertin_keywords .numbers {
    font-size: 12px;
  }

  .Keyword_btn-wrap .convertin_keywords {
    padding-top: 25px;
  }

  .convertin_keywords .numbers {
    padding: 8px 12px;
  border-radius: 4px;
  }

  .convertin_keywords .convertin_text {
    margin-left: 20px;
  font-weight: 600;
  font-size: 12px;
  }

  .cb_yellow-dots {
    top: 60px;
  }

  .cb_yellow-dots .yellow_dots {
    width: 4px;
  height: 5px;
  }

  .siq_section {
    padding: 10px 0px;
  }

  .smarter_shopping_container {
    margin-top: 0px;
  }

  .cbn-loading-container {
    max-width: 100px;
  }

  .cb_keyword_wrap .siq_keyword-img {
    height: 250px;
  }

  .cb_keyword_wrap .siq_keyword-img img {
    height: 280px;
  }

  .siq_prod_target {
    max-width: fit-content;
  padding: 8px 15px;
  border-radius: 20px;
  }

  .siq_prod_target>.prod_num {
    padding: 5px 10px;
  font-size: 11px;
  border-radius: 6px;
  }

  .siq_prod_target>.prod_detail {
    margin-left: 10px;
  }

  .prod_detail>.cb_title {
    font-size: 10px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  }

  .prod_detail>.cb_desc {
    font-size: 9px;
  line-height: 14px;
  letter-spacing: 0px;
  display: none;
  }

  .shopping_platform-wrap {
    height: 315px;
  width: calc(100% - 50px);
  }

  .live_feed {
    top: 10%;
  left: -15px;
  }

  .campaign_build {
    top: 10px;
  right: 0;
  }

  .keyword_target {
    bottom: 90px;
  right: -15px;
  }

  .prod_target {
    bottom: 20px;
  left: 20%;
  }

  .real-time-target {
    top: 46%;
  left: -15px;
  }

  .shopping_prod {
    top: 30px;
  }

  .shopping_prod>.desk-img {
    display: none;
  }

  .shopping_prod>.mob-img {
    width: 100%;
  display: block;
  }

  .grey_dotted-img>img {
    width: calc(100% - 22px);
  height: auto;
  }

  .siq_section.smarter_shopping_container {
    padding: 40px 0;
  }

  .cb_keyword_wrap {
    flex-direction: column;
  }

  .cb_keyword_wrap .siq-keywrod_detail, .cb_keyword_wrap .siq_keyword-img {
    width: 100%;
  }

  .cb_keyword_wrap .siq-keywrod_detail {
    padding: 20px;
  }

  h4.cb_keywrod-text {
    font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  }

  p.converting_desc {
    margin-bottom: 6px;
  }

  p.converting_desc, .convertin_keywords .numbers {
    font-size: 12px;
  }

  .Keyword_btn-wrap .convertin_keywords {
    padding-top: 25px;
  }

  .convertin_keywords .numbers {
    padding: 8px 12px;
  border-radius: 4px;
  }

  .convertin_keywords .convertin_text {
    margin-left: 20px;
  font-weight: 600;
  font-size: 12px;
  }

  .cb_yellow-dots {
    top: 60px;
  }

  .cb_yellow-dots .yellow_dots {
    width: 4px;
  height: 5px;
  }

  .siq_section {
    padding: 10px 0px;
  }

  .smarter_shopping_container {
    margin-top: 0px;
  }

  .cbn-loading-container {
    max-width: 100px;
  }

  .cb_keyword_wrap .siq_keyword-img {
    height: 250px;
  }

  .cb_keyword_wrap .siq_keyword-img img {
    height: 280px;
  }

  .siq_prod_target {
    max-width: fit-content;
  padding: 8px 15px;
  border-radius: 20px;
  }

  .siq_prod_target>.prod_num {
    padding: 5px 10px;
  font-size: 11px;
  border-radius: 6px;
  }

  .siq_prod_target>.prod_detail {
    margin-left: 10px;
  }

  .prod_detail>.cb_title {
    font-size: 10px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  }

  .prod_detail>.cb_desc {
    font-size: 9px;
  line-height: 14px;
  letter-spacing: 0px;
  display: none;
  }

  .shopping_platform-wrap {
    height: 315px;
  width: calc(100% - 50px);
  }

  .live_feed {
    top: 10%;
  left: -15px;
  }

  .campaign_build {
    top: 10px;
  right: 0;
  }

  .keyword_target {
    bottom: 90px;
  right: -15px;
  }

  .prod_target {
    bottom: 20px;
  left: 20%;
  }

  .real-time-target {
    top: 46%;
  left: -15px;
  }

  .shopping_prod {
    top: 30px;
  }

  .shopping_prod>.desk-img {
    display: none;
  }

  .shopping_prod>.mob-img {
    width: 100%;
  display: block;
  }

  .grey_dotted-img>img {
    width: calc(100% - 22px);
  height: auto;
  }

}

@media (max-width: 360px) {
  .shopping_platform-wrap {
    height: 300px;
  width: calc(100% - 60px);
  }

}

@media screen and (max-width: 500px) {
  p.top_title_text {
    font-size: 26px;
  padding: 0 0 10px;
  width: calc(100% - 45px);
  margin: auto;
  }

  p.top_title_desc {
    font-size: 13px;
  line-height: 20px;
  padding: 5px;
  width: 300px;
  font-weight: 100;
  }

  .top_title_desc {
    font-size: 28px;
  padding: 0 0 10px;
  width: calc(100% - 45px);
  margin: auto;
  }

  .insdustry_sales_wrapper {
    width: calc(100% - 30px);
  flex-direction: column;
  margin: 15px auto;
  }

  .images_wrapper {
    width: 100%;
  height: 340px;
  border-radius: 12px;
  }

  .insdustry_sales_wrapper .images_wrapper {
    width: 100%;
  height: 340px;
  border-radius: 12px;
  }

  .images_wrapper.graph {
    margin-bottom: 30px;
  }

  .images_wrapper.teams img {
    height: 100%;
  }

  .siq_section.leading_industry {
    padding-top: 40px;
  }

  .siq_section_wrapper .top_desc_text {
    font-size: 12px;
  padding: 10px;
  letter-spacing: 0.5px;
  }

  .siq_section.leading_industry .top_desc_text {
    padding: 7px 15px;
  margin-bottom: 18px;
  }

  .featured_imgs_wrapper {
    padding-top: 30px;
  }

  .siq_new_brands_wrapper {
    margin-top: 30px;
  gap: 10px;
  overflow: auto;
  }

  .siq_new_brands_wrapper .siq_new_icons img {
    width: 100%;
  height: 100%;
  }

  .siq_new_brands_wrapper .siq_new_icons {
    min-width: 110px;
  height: 41px;
  }

  .graph_prod_container {
    flex-direction: column;
  margin: 15px 0;
  padding-top: 10px;
  }

  .graph_prod_container .graph_prod_wrap {
    width: calc(100% - 15px) !important;
  border-radius: 10px;
  }

  .graph_prod_wrap.prod_visibility_graph {
    margin-bottom: 30px;
  }

  .prod_visibility_graph .g_logo_img {
    width: 22px;
  }

  .google_tech_text .g_logo_img svg {
    width: 15px !important;
  height: 15px !important;
  }

  .graph_prod_container .graph_prod_wrap img {
    border-radius: 10px;
  }

  .google_tech_text {
    padding: 10px;
  border-radius: 0 0 10px 10px;
  }

  .google_tech_text .g_logo_img img {
    width: 15px;
  height: 15px;
  }

  .brand_target .top_title_text {
    font-size: 28px;
  padding: 0 0 10px;
  width: calc(100% - 45px);
  margin: auto;
  }

  .siq_top_section_slider .swiper-pagination {
    bottom: -7px !important;
  }

  .siq_section.brands_listing_container {
    padding-top: 40px;
  }

  #brand_targetting .top_title_text>br {
    display: none;
  }

  .siq_section .siq_section_wrapper.brand_target {
    margin: 80px auto 10px;
  }

  .siq_section {
    padding: 40px 0px;
  }

  .siq_section.product_visibility .graph_prod_container {
    flex-direction: column;
  margin: 15px 0;
  padding-top: 10px;
  }

  .graph_prod_container .google_tech_text {
    padding: 10px;
  border-radius: 0px 0px 10px 10px;
  }

  .industry_sales_section .top_title_text>br {
    display: none;
  }

}

@media screen and (max-width: 400px) {
  .small_s_m_style .bigger {
    max-width: 310px;
  left: -10px;
  top: -112px;
  }

  .small_s_m_style .smaller {
    max-width: 287px !important;
  left: 15px;
  top: -86px !important;
  }

  .small_s_m_style .smaller img {
    max-width: 260px;
  }

  .small_s_m_style .siq_social_icon_wrap.fb_icon {
    left: -30px;
  }

  .small_s_m_style .siq_social_icon_wrap.tiktok_icon {
    left: 0px;
  }

  .small_s_m_style .siq_mob_img_wrap {
    width: 90px;
  right: -36px;
  top: -15px;
  }

  .right_content .on_small_screen .siq_img_wrap {
    width: 203px;
  }

}

/*
 * wrapper.patch.css — append this to your existing wrapper.css
 *
 * These rules cover Swiper.js / Slick states (.swiper-slide-active,
 * .swiper-pagination-bullet, .swiper-pagination-bullet-active, etc.) that
 * are added at runtime by the slider JS plugins. They were missed in the
 * first extraction because they do not appear in the static blade HTML,
 * but they are scoped to wrapper-specific containers and belong here.
 */

.swiper-slide-active .siq_demo_btn.animation_left {
  opacity: 0;
  animation: demo_btn 0.5s ease-in 1s 1 normal forwards;
}

.swiper-slide-active .top_section_content .animation_top {
  animation: top_text 0.5s ease-in 0.5s 1 normal forwards;
}

.top_section_content_wrap.swiper-slide-active .top_section_main_content {
  animation: top_content 1s ease-in 0.2s 1 normal forwards;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet {
  background: #d9d96799 !important;
  width: 60px;
  border-radius: 4px;
  height: 5px;
  opacity: 1;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  overflow: hidden;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #ffff00;
  width: 0%;
  animation: growBar 5s ease forwards;
}

.swiper-slide-active .top_section_content.right_content {
  animation: img_wrap 0.5s ease-in 0.5s 1 normal forwards;
}

.brand_prod_slider.swiper .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 4px;
  background: #04286d;
}

.swiper-container .swiper-slide figure {
  line-height: 0;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

@media (max-width: 500px) {
  .siq_top_section_slider>.swiper-pagination>.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }

  .siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 4px;
    animation: growBar 6s ease forwards;
  }

}


@keyframes demo_btn {
  0% {
  opacity: 0;
  transform: translateX(-20px);
  }
  100% {
  opacity: 1;
  transform: translateX(0);
  }
}

@keyframes top_text {
  0% {
  opacity: 0;
  transform: translateY(20px);
  }
  100% {
  opacity: 1;
  transform: translateY(0);
  }
}

@keyframes top_content {
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
}

@keyframes growBar {
  from {
  width: 0%;
  }
  to {
  width: 60px;
  }
}

@keyframes img_wrap {
  0% {
  opacity: 0;
  transform: translateX(20px);
  }
  100% {
  opacity: 1;
  transform: translateX(0);
  }
}

@keyframes growBar {
  from {
  width: 0%;
  }
  to {
  width: 40px;
  }
}

@keyframes animation-fade-out {
  0% {
  opacity: 1;
  }
  100% {
  opacity: 0;
  pointer-events: none;
  }
}

@keyframes logo_loading {
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  }
}

.swiper-slide-active .siq_demo_btn.animation_left {
  opacity: 0;
  animation: demo_btn 0.5s ease-in 1s 1 normal forwards;
}

.swiper-slide-active .top_section_content .animation_top {
  animation: top_text 0.5s ease-in 0.5s 1 normal forwards;
}

.top_section_content_wrap.swiper-slide-active .top_section_main_content {
  animation: top_content 1s ease-in 0.2s 1 normal forwards;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet {
  background: #d9d96799 !important;
  width: 60px;
  border-radius: 4px;
  height: 5px;
  opacity: 1;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  overflow: hidden;
}

.siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #ffff00;
  width: 0%;
  animation: growBar 5s ease forwards;
}

.swiper-slide-active .top_section_content.right_content {
  animation: img_wrap 0.5s ease-in 0.5s 1 normal forwards;
}

.brand_prod_slider.swiper .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 4px;
  background: #04286d;
}

.swiper-container .swiper-slide figure {
  line-height: 0;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

@media (max-width: 500px) {
  .siq_top_section_slider>.swiper-pagination>.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }

  .siq_top_section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 4px;
    animation: growBar 6s ease forwards;
  }

}

.left_bar_wrap {
  position: fixed;
  left: 0;
  top: 22vh;
  z-index: 999;
  width: 34px;
  height: 50vh;
}

.left_bar_wrap {
  width: 90px;
  transition: width 0.4s ease;
}

.left_bar_wrap.close {
  width: 40px;
}

.left_bar_content {
  width: 100%;
  height: 50vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 0px 6px 0px #e4e4e4;
  background: linear-gradient(to bottom, #05183b 0%, #04286d 80%);
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.left_bar_wrap.close .left_bar_content {
  opacity: 0;
  transform: translateX(-100%);
}

.left_bar_wrap.open .side-arrow-btn {
  transform: translate(58px, -50%);
}

.left_bar_wrap.close .side-arrow-btn {
  transform: translate(-13px, -50%);
}

.left_bar_wrap .side-arrow-btn {
  background: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 7.5px 7px 7px 7px;
  cursor: pointer;
  border-radius: 8px;
  width: 30px;
  height: 30.7px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #04286d;
  transition: transform 0.3s ease;
}

.left_bar_wrap .single_item {
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin: 2px;
  transition: 0.4s;
  position: relative;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left_bar_wrap .single_item img {
  text-align: center;
  max-width: 20px;
  margin-bottom: 10px;
}

.left_bar_wrap .single_item span {
  display: block;
}

.left_bar_wrap .single_item span.single_hover {
  position: absolute;
  left: 180%;
  top: -16px;
  min-width: 250px;
  height: auto;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding: 10px 15px;
  z-index: 9;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 1px 5px #ada4a4;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.left_bar_wrap .single_item span.single_hover:before {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #eaeaea;
  content: "";
}

.left_bar_wrap .single_item:hover {
  transform: scale(1.1);
}

.left_bar_wrap .single_item:hover span.single_hover {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.page-id-3425.demo-popup_full-page .left_bar_wrap,
.page-id-3425.demo-popup_full-page #siq_footer,
.page-id-3425.demo-popup_full-page .header_section {
  display: none;
}

@media (max-width: 500px) {
  .left_bar_wrap,
    .siq_splatter {
      display: none;
    }

  .left_bar_wrap,
    .siq_splatter {
      display: none;
    }

}

@media screen and (max-width: 767px) {
  .left_bar_wrap {
      display: none;
    }

  .left_bar_wrap {
      left: -70px;
      transition: 0.6s;
    }

  .left_bar_wrap.hide_show {
      left: 0px;
    }

}


.left_bar_wrap {
  position: fixed;
  left: 0;
  top: 22vh;
  z-index: 999;
  width: 34px;
  height: 50vh;
}

.left_bar_wrap {
  width: 90px;
  transition: width 0.4s ease;
}

.left_bar_wrap.close {
  width: 40px;
}

.left_bar_content {
  width: 100%;
  height: 50vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 0px 6px 0px #e4e4e4;
  background: linear-gradient(to bottom, #05183b 0%, #04286d 80%);
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.left_bar_wrap.close .left_bar_content {
  opacity: 0;
  transform: translateX(-100%);
}

.left_bar_wrap.open .side-arrow-btn {
  transform: translate(58px, -50%);
}

.left_bar_wrap.close .side-arrow-btn {
  transform: translate(-13px, -50%);
}

.left_bar_wrap .side-arrow-btn {
  background: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 7.5px 7px 7px 7px;
  cursor: pointer;
  border-radius: 8px;
  width: 30px;
  height: 30.7px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #04286d;
  transition: transform 0.3s ease;
}

.left_bar_wrap .single_item {
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin: 2px;
  transition: 0.4s;
  position: relative;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left_bar_wrap .single_item img {
  text-align: center;
  max-width: 20px;
  margin-bottom: 10px;
}

.left_bar_wrap .single_item span {
  display: block;
}

.left_bar_wrap .single_item span.single_hover {
  position: absolute;
  left: 180%;
  top: -16px;
  min-width: 250px;
  height: auto;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding: 10px 15px;
  z-index: 9;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 1px 5px #ada4a4;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.left_bar_wrap .single_item span.single_hover:before {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #eaeaea;
  content: "";
}

.left_bar_wrap .single_item:hover {
  transform: scale(1.1);
}

.left_bar_wrap .single_item:hover span.single_hover {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.page-id-3425.demo-popup_full-page .left_bar_wrap,
.page-id-3425.demo-popup_full-page #siq_footer,
.page-id-3425.demo-popup_full-page .header_section {
  display: none;
}

@media (max-width: 500px) {
  .left_bar_wrap,
    .siq_splatter {
      display: none;
    }

  .left_bar_wrap,
    .siq_splatter {
      display: none;
    }

}

@media screen and (max-width: 767px) {
  .left_bar_wrap {
      display: none;
    }

  .left_bar_wrap {
      left: -70px;
      transition: 0.6s;
    }

  .left_bar_wrap.hide_show {
      left: 0px;
    }

}


/* ============================================================ */
/* NAVBAR (.top_nav_container) rules — also paste back into style.css */
/* ============================================================ */

.top_nav_container {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: linear-gradient(to right, #05183b 0%, #04286d 80%);
  box-shadow: 0px 0px 6px 0px #e4e4e4;
}

.top_nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 15px 0px;
}

.burger_sidebar_content {
  display: flex;
}

.burger_sidebar_wrapper {
  display: flex;
  align-items: center;
}

.siq_logo_text_nav {
  display: flex;
  align-items: center;
}

.siq_logo_text_nav .siq_logo_text {
  color: #fff;
  margin: 0 15px;
}

.siq_logo_text_nav .siq_logo_img {
  width: 30px;
  height: 30px;
}

.top_nav_wrapper .siq_demo_btn .free-_-demo {
  padding: 7px 20px;
  font-size: 15px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.siq_logo_text_nav .siq_logo_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.siq_logo_text_wrapper .siq_logo_img {
  width: 45px;
  height: 45px;
}

.siq_logo_text_wrapper .siq_logo_img img,
.animated_img img,
.brand_icons_img_wrap img,
.ad_social_mob img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.siq_logo_text_wrapper .siq_logo_text {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #02183d;
}

.burger_sidebar_icon {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}

body.siq_homepage .burger_sidebar_icon>span {
  left: 0;
}

.burger_sidebar_icon>span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: width 0.2s;
  border-top: 2px solid;
}

.burger_sidebar_icon>span.second {
  top: 8px;
}

.burger_sidebar_icon>span.third {
  top: 16px;
}

.burger_sidebar_icon:hover>span.second {
  width: 25px;
}

.burger_sidebar_icon:hover>span.third {
  width: 20px;
}

.cbn_logo .siq_logo_text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 5px 0 0;
}

.siq_logo_text_wrap .siq_logo_text {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 500px) {
  .burger_sidebar_content .burger_sidebar_icon {
      height: 15px;
    }

  .top_nav_wrapper {
      padding: 15px 25px;
    }

  .siq_logo_text_nav .siq_logo_text {
      font-size: 12px;
    }

  .siq_logo_text_nav .siq_text_img {
      width: 70px;
      margin: 0 6px;
    }

  .siq_logo_text_nav .siq_logo_img {
      width: 20px;
      height: 20px;
    }

  .top_nav_wrapper .siq_demo_btn .free-_-demo {
      padding: 5px 16px;
      font-size: 12px;
      border-radius: 4px;
    }

  .siq_logo_text_wrapper .siq_logo_img {
      width: 18px;
      height: 18px;
      margin-top: -5px;
    }

  .siq_logo_text_wrapper .siq_logo_text {
      font-size: 8px;
    }

  .siq_logo_text_wrap .siq_logo_text {
      font-weight: 600;
      font-size: 11px;
    }

  .burger_sidebar_icon {
      width: 25px;
      height: 20px;
    }

  .burger_sidebar_icon>span.second {
      top: 7px;
    }

  .burger_sidebar_icon>span.third {
      top: 14px;
    }

  .cbn_logo .siq_logo_text {
      font-size: 11px;
      letter-spacing: 0.5px;
      margin: 4px 0 0;
    }

  .siq_logo_text_wrap .siq_logo_text {
      font-weight: 600;
      font-size: 11px;
    }

  .burger_sidebar_icon {
      width: 25px;
      height: 20px;
    }

  .burger_sidebar_icon>span.second {
      top: 7px;
    }

  .burger_sidebar_icon>span.third {
      top: 14px;
    }

  .cbn_logo .siq_logo_text {
      font-size: 11px;
      letter-spacing: 0.5px;
      margin: 4px 0 0;
    }

}


/* ============================================================ */
/* SHARED with wrapper: .siq_demo_btn / .free-_-demo (also in wrapper.css — */
/* keep a copy here so the navbar DEMO button stays styled).             */
/* ============================================================ */

.siq_demo_btn .free-_-demo {
  color: #093b64;
  font-weight: 700;
  font-size: 16px;
  background: #f5e71b;
  padding: 15px 30px;
  border-radius: 6px;
}

@media (max-width: 500px) {
  .siq_demo_btn .free-_-demo {
      font-size: 14px;
      padding: 8px 24px;
      border-radius: 4px;
    }

}

.g_logo_img>img {
    width: 100%;
}
     /* SiQ wrapper Sections common CSS starts   */

