/*
 Theme Name: Instantly
 Theme URI: http://example.com/
 Author: Staple Logic
 Author URI: http://example.com/
 Description: This is my fresh WordPress custom theme.
 Version: 1.0
*/

/* /instantly/wp-content/themes/instantly */

@import url('https://fonts.cdnfonts.com/css/geliat');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --black: black;
    --black-3: #0f0f0f;
    --royal-blue: #1179fc;
    --white: white;
    --black-4: #0f0f0f99;
    --black-2: #050917;
    --white-2: #ffffff40;
    --black-5: #0f0f0fa6;
    --violet: #dc82fc;
    --_new-color-palette---text-color-grey: #6d727e;
    --violet-2: #dd83fc;
    --white-smoke: #f6f8fb;
    --_new-color-palette---blue: #4580f7;
    --_new-color-palette---dark-text-color: #14171f;
}


body {
    font-family: "Montserrat", sans-serif !important;
    background-color: #f7f8fb;
    margin: 0px;
}

* {
    box-sizing: border-box;
}

.maxMegaMenu .mega-menu-wrap {
    background: transparent !important;
}

.maxMegaMenu .mega-menu-wrap a.mega-menu-link {
    color: #0f0f0f !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    background-color: transparent !important;
    font-family: "Montserrat", sans-serif !important;
}

.maxMegaMenu .mega-menu-wrap a.mega-menu-link:hover {
    color: rgb(220, 130, 252) !important;
    background-color: transparent !important;
}

.customShadow {
    box-shadow: 17px 0 70px #0509171c;
}

.imgShadow {
    box-shadow: -.653125rem .653125rem 6.75rem #0000000f;
}

.sectionTitle h2 {
    color: #0f0f0f;
    letter-spacing: -3.5px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.14;
}

.gredientText {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #1179fc, #dc82fc);
    -webkit-background-clip: text;
    background-clip: text;
    padding-right: 10px;
}

.btnPrimary a.elementor-button {
    background-color: var(--royal-blue);
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color .2s, background-color .2s;
    box-shadow: 0 1px 80px #1179fc0d;
}

.btnSecondary a.elementor-button {
    border: 1px solid var(--royal-blue);
    color: var(--royal-blue);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #0000;
    border-radius: 40px;
    padding: 13px 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    transition: all .2s;
    box-shadow: 0 1px 80px #1179fc0d;
}

.btnWhite a.elementor-button {
    background-color: var(--white);
    color: var(--royal-blue);
    border-radius: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    transition: all .2s, box-shadow .2s, background-color .2s;
    box-shadow: 0 0 80px #1179fc26;
}

.btnSecondary a.elementor-button span.elementor-button-text,
.btnWhite a.elementor-button span.elementor-button-text {
    line-height: normal;
}

.home main#primary {
    background-image: url(http://50.116.49.118/instantly/wp-content/uploads/2025/11/bgBanner.png);
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-size: 150% 900px;
    overflow: visible;
}

/* banner */
.customers {
    position: relative;
}

.customers:after {
    content: '';
    background-image: linear-gradient(#f6f8fb00, #f6f8fb 40%);
    width: 100%;
    height: 372px;
    position: absolute;
    inset: 590px 0% auto;
    top: 0px;
}

.customers .e-con-inner {
    position: relative;
    z-index: 9;
}

.buttonCustomOpen summary.e-n-accordion-item-title {
    border: 0px;
    position: absolute;
    bottom: -130px;
    z-index: 99;
}

.buttonCustomOpen summary.e-n-accordion-item-title+div {
    border: 0px;
}

.buttonCustomOpen summary.e-n-accordion-item-title span.e-n-accordion-item-title-icon span svg {
    height: 58px;
    width: 58px;
    fill: #ffff !important;
    border: 15px solid #f7f8fb;
    border-radius: 50%;
    padding: 5px;
    background: #1179fc;
}

.bgWhiteRoundedContainer .e-con-inner {
    padding: 35px 35px 75px 35px;
    background: #fff;
    border-radius: 35px;
    gap: 30px;
}

.overFlowHidden {
    overflow: hidden !important;
}

/* header */
.ehf-header #masthead {
    background-color: #fff;
}

.headerBlack .maxMegaMenu .mega-menu-wrap a.mega-menu-link {
    color: #fff !important;
}

/* footer */

footer#colophon {
    background-image: url(http://50.116.49.118/instantly/wp-content/uploads/2025/11/footerBg.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100% 1000px;
}

.footerMenus li {
    display: block !important;
    width: 100%;
}

.footerMenus li a {
    padding-left: 0px !important;
}

.elementor-social-icons-wrapper.elementor-grid span.elementor-grid-item a {
    width: 24px;
    margin-right: 20px;
    height: 24px;
}

.footerMenus li a.hfe-menu-item {
    padding: 11px 0px !important;
}

/* slider css */
.slider-wrapper {
    margin: auto;
    padding: 40px 0;
    position: relative;
    padding-bottom: 15px;
}

.testimonial-slider .slide-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    display: flex !important;
    gap: 40px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.slide-card img {
    width: 392px;
    height: 400px;
    border-radius: 25px;
    object-fit: cover;
}

.slide-content {
    max-width: 700px;
    position: relative;
    height: 100%;
}

.quote-icon {
    font-size: 60px;
    color: #3B82F6;
}

.slide-text {
    color: var(--black-5);
    margin-top: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
}

.author {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.4;
    color: #0f0f0fbf;
}

.role {
    margin-top: 5px;
    color: var(--black-5);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/* Slide button (inside each slide) */
.slide-next-btn {
    position: absolute;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
    background: white;
    border: 1px solid var(--royal-blue);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    transition: background-color .2s;
    display: flex;
}

.slide-next-btn:hover {
    background: #eef4ff;
}

.slide-next-btn i {
    font-size: 20px;
    color: #2563eb;
}

/* Slick making half next slide visible */
.slick-slide {
    opacity: 1;
    transform: scale(0.95);
    transition: 0.4s;
}

.slick-current {
    opacity: 1;
    transform: scale(1);
}

.slick-slide {
    margin-right: 40px;
}

.slider-wrapper .slick-list.draggable {
    padding-bottom: 40px !important;
}

img.quote-up {
    width: 56px;
    height: 56px;
}

.slide-next-btn img {
    padding: 12px;
}

.slide-next-btn:hover {
    background: var(--royal-blue);
}

.slide-next-btn:hover img {
    filter: brightness(0)invert(1);
}

.bottomAuthorRole {
    position: absolute;
    bottom: -67px;
    left: 0px;
}

p.slide-text b {
    color: var(--black-2);
    font-weight: 500;
}

@media(max-width: 900px) {
    .slide-card {
        flex-direction: column;
        text-align: center;
    }

    .slide-card img {
        width: 100%;
        height: auto;
    }

    .slide-next-btn {
        right: 15px;
        bottom: 15px;
    }
}

/* slider css end here */

/* b2b leader page */
.b2BtnLabel .elementor-button {
    color: var(--violet);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: 1px solid #dd83fc;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 18px;
    padding: 6px 16px;
    font-weight: 600;
    line-height: 1.5;
    background: transparent;
}

.b2BtnLabel .elementor-button svg {
    fill: var(--violet);

}

.page-id-448 main#primary,
.page-id-759 main#primary,
.page-id-825 main#primary,
.page-id-888 main#primary,
.page-id-965 main#primary,
.page-id-1038 main#primary,
.page-id-1102 main#primary,
.page-id-1139 main#primary,
.page-id-1193 main#primary,
.page-id-1233 main#primary,
.page-id-1274 main#primary,
.page-id-1313 main#primary,
.page-id-1330 main#primary,
.page-id-1345 main#primary,
.page-id-1363 main#primary,
.page-id-1447 main#primary,
.page-id-1650 main#primary,
.page-id-1695 main#primary,
.page-id-1816 main#primary,
.page-id-2033 main#primary,
.page-id-2054 main#primary {
    background-image: url(/instantly/wp-content/uploads/2025/12/Mask-group-3-min.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 1000px;
    background-attachment: scroll;
    position: relative;
    overflow: visible;
}

.page-id-1771 main#primary {
    background-image: url(/instantly/wp-content/uploads/2025/12/67988d93ecfff5a72e9fb9bb_Frame-152-1.png);
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-size: 150% 900px;
    overflow: visible;
}

.page-id-1887 main#primary {
    background-size: 100% 1000px;
    background-image: url(/instantly/wp-content/uploads/2025/12/67b2cf66cf5ecbb9431a1e18_Group-152-1-1.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}

.borderTransparent::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 16px;
    background: #FFFFFF33;
    height: auto;
    width: auto;
}

.entrepreneurs {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
    box-shadow: 5px -5px 40px #05091708;
}

.content_entrepreneurs {
    color: #0f0f0fbf;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.content_entrepreneurs .gradient_text {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #1179fc, #dc82fc);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 500;
}

.person_details {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding-top: 20px;
}

.person_details img {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    margin-right: 16px;
}

.person_wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.person_wrapper p {
    margin: 0px !important;
}

.person_wrapper p.person_name {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.person_wrapper p.person_designation {
    color: #0f0f0f99;
    font-weight: 500;
}

.bgGredientLight {
    background-image: linear-gradient(360deg, #f6f8fb 25%, #f6f8fb00);
    height: 200px;
}

.biggestH2 h2 {
    width: 700px;
    margin: auto !important;
    transform: translate(-13%, 0px);
}

/* faq */

.faqBlock .e-n-accordion {
    column-count: 2;
    gap: 35px;
}

.faqBlock .e-n-accordion details.e-n-accordion-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.faqBlock .e-n-accordion span.e-n-accordion-item-title-icon {
    width: 48px !important;
    height: 48px !important;
    background: rgb(246, 248, 251);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* color: red !important; */
}

.faqBlock .e-n-accordion span.e-n-accordion-item-title-icon span svg {
    fill: var(--royal-blue);
}

/* faq end here*/
.bannerImgSize {
    background-position: 50% 97% !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.whiteGradient {
    z-index: 1;
    background-image: linear-gradient(360deg, #f6f8fb 49.81%, #f6f8fb00);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 10px;
    padding-bottom: 55px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: visible;
}

/* max mega menu */
header#masthead .maxMegaMenu,
header#masthead .maxMegaMenu>div,
header#masthead .maxMegaMenu>div div#mega-menu-wrap-primary_menu,
header#masthead .maxMegaMenu>div ul#mega-menu-primary_menu {
    position: static !important;
}

header#masthead .e-con-inner {
    position: relative;
}

ul.mega-sub-menu {
    border-radius: .5rem !important;
    box-shadow: 0 1rem 2.5rem #0000001a !important;
    overflow: hidden !important;
}

.iconLabel {
    background-position: 95%;
}

.iconLabel:hover {
    border-bottom-color: var(--royal-blue);
    background-image: url(/instantly/wp-content/uploads/2025/12/666b9fc45b0058a5805faca8_CaretDown.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 15px;
}

.promote-play-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-image: linear-gradient(#0f0f0f00 50%, #0f0f0f99 75%, #0f0f0f);
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-bottom: 24px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    position: absolute;
    inset: 0%;
    z-index: 99;
}

.profileView {
    border-radius: 20px;
    overflow: hidden !important;
}

.watch-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border: 2px solid var(--royal-blue);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #ffffff0a;
    border-radius: 100px;
    padding: 14px 30px;
    font-size: 18px;
    display: flex;
    cursor: pointer;
}

.profileBox h3 {
    margin: 0px 0px 5px 0px;
}

.promote-play-box h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
}

.promote-play-box p {
    opacity: .6;
    color: #fff;
    text-align: center;
    margin-top: 0px !important;
}

.promote-play-box {
    padding-bottom: 25px !important;
}

.btnemailWraper .elementskit_form_wraper.elementskit_inline_form {
    background: #fff;
    border-radius: 35px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.btnemailWraper .ekit_submit_input_holder.elementskit_input_wraper {
    margin: 0px 8px 6px;
}

.about-value-point {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    text-align: center;
    background-color: #05091733;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 32px;
    display: flex;
}

/* modal video popup */

.videoPopup .btnDemo a {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    opacity: 0;
}

.videoPopup>.e-con-inner {
    position: relative;
}

.videoPopup .btnDemo {
    position: static;
    /* opacity: 0; */
}

#elementor-popup-modal-1834 .dialog-message {
    width: 940px !important;
    height: auto;
}

.iconBox .elementor-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

/* price page */
.customTabs>.e-n-tabs.e-activated>.e-n-tabs-heading {
    border: 1px solid #1179fc33;
    box-shadow: 0 .25rem 4rem #0509170f;
    border-radius: 50px;
    align-items: center;
    width: 800px;
    margin: auto;
    margin-bottom: 80px;
    padding: 12px 16px;
}

.customTabs>.e-n-tabs.e-activated>.e-n-tabs-heading button {
    width: 255px !important;
}


.customTabs>.e-n-tabs.e-activated>.e-n-tabs-heading button.e-n-tab-title {
    flex: 1;
    background: transparent;
}

.customTabs>.e-n-tabs.e-activated>.e-n-tabs-heading button.e-n-tab-title span.e-n-tab-icon {
    filter: brightness(0)invert(0);
}

.customTabs>.e-n-tabs.e-activated>.e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] span.e-n-tab-icon {
    filter: brightness(1) invert(0);
}

span.save {
    padding: 10px;
    display: inline-block;
    border: 1px solid #1179fc;
    z-index: 99;
    grid-column-gap: 12px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    display: flex;
    color: #2886fc;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

.cardTabs {
    height: 100%;
    box-shadow: 8px 9px 64px #0509170a;
}

/* responsive here */
@media (max-width:767px) {
    .faqBlock .e-n-accordion {
        column-count: 1;
    }
}