/*
Theme Name: Essentia
Author: Bakhtiar Aleem
Description: Essentia WordPress Theme
Version: 1.0.0
Text Domain: Essentia
*/


/*header css start*/

.site-header {
    width: 100%;
    background: rgb(247 246 242);
    border-bottom: 1px solid #C6A96B;
}

body {
    background-color: #F7F6F2;
}
.footer-top-left .footer-logo-area p {
    font-size: 20px;
    color: #fff;
}
.footer-top-left .footer-logo-area .wp-block-button {
    margin-top: 27px;
}
.header-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.header-logo img {
    max-height: 36px;
}

.header-logo a {
    font-weight: 700;
    font-size: 18px;
    color: #111;
    text-decoration: none;
}

.top-cta-area.home-page-cta .secondary-button a {
    padding: 16px 25px !important;
    margin-top: 5px;
}
.hero-area.homepage-hero{
    background-position: bottom center !important;
    background-size: 100% auto !important;
    height: 100vh !important;
}
/* Navigation */
.header-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-menu {
    display: flex;
/*     gap: 44px; */
	gap: 31px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.nav-menu a {
    font-size: 16px;
    color: #0D4944;
    text-decoration: none;
    line-height: 20px;
    font-family: "Manrope", sans-serif !important;
    font-weight: bold;
}

.nav-menu .btn-primary {
    margin-left: 15px;
}

.nav-menu a:hover {
    color: #5b5cff;
}

.hero-area {
    background-color: #1E4B4F;
    height: calc(100vh - 110px) !important;
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 50px;
    padding-bottom: 50px;	
}

.hero-area h1 {
    font-size: 70px;
    margin-bottom: 4px !important;
    color: #C6A96B;
    line-height: 62px;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 11%;
	text-align: left !important;	
}

.hero-area h2 {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    color: #FFEABE !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 11%;
}

.hero-area h1 strong {
    color: #fff;
    font-family: "Euphoria Script", cursive;
    font-size: 73px;
    font-weight: 500;
}

.hero-area p.slogan {
    color: #F7F6F2;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 42px !important;
}
.hero-area p {
    font-size: 15.36px;
    color: #F7F6F2;
    margin-bottom: 25px !important;
    text-align: left;
}
.hero-area p strong{
	color: #C6A96B;
	font-weight: 500;
	text-transform: uppercase;
}
.header-logo img {
    max-height: 103px;
    width: auto;
}

.hero-area .cta-section {
    justify-content: flex-start !important;
    align-items: center !important;
    display: flex !important;
    gap: 21px !important;
    margin-bottom: 28px;
}

.hero-area .hero-area-content {
    display: flex !important;
    flex-direction: column !important;
/*     align-items: center !important; */
    align-items: flex-start;	
    justify-content: center !important;
    max-width: 950px !important;
    text-align: center;
}

.hero-area .hero-area-content hr {
    width: calc(100% - 30%);
    background-color: #fff;
}

.hero-area .hero-area-content hr {
    width: calc(100% - 30%);
    background: linear-gradient(to right, transparent 0%, #C6A96B 20%, #E3D0A7 80%, transparent 100%);
    height: 2px;
    margin-bottom: 28px;
}

/* CTA Button */
.btn-primary-top-menu a {
    color: #fff;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Manrope", sans-serif !important;
    transition: background 0.2s ease;
    background: linear-gradient(90deg, #d4b164 0%, #e9cf92 50%, #d8b76b 100%);
    box-shadow: inset 0 10px 20px rgba(255, 255, 255, .18), inset 0 -10px 20px rgba(0, 0, 0, .08), 0 8px 25px rgba(212, 177, 100, .25);
    transition: all .35s ease;
}


.btn-primary-top-menu a:hover {
    transform: translateY(-2px);
    background: linear-gradient(90deg, #d4b164 20%, #e9cf92 70%, #d8b76b 100%);
    box-shadow: inset 0 10px 20px rgb(255 255 255 / 47%), inset 0 -10px 20px rgba(0, 0, 0, .08), 0 8px 25px rgba(212, 177, 100, .25);
    color: #fff !important;
}


.solution-item-image.image-inner-version {
    height: auto !important;
}

.btn-primary {
    background-color: #C6A96B !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    font-size: 17px;
    color: #1E4B4F;
    cursor: pointer;
    font-family: "Manrope", sans-serif !important;
    font-weight: bold;
}

.btn-primary.v2 {
    background-color: #057D88 !important;
}

.btn-primary.v2:hover {
    background: #086169 !important;
    color: #fff !important;
}

.button-secondary.v2 {
/*     color: #057D88 !important;
    border-color: #057D88 !important; */
    color: #fff !important;
    border-color: #fff !important;	
}
.button-secondary.v2.prime-color {
    color: #00524B !important;
    border-color: #00524B !important;
}
.button-secondary.v2.prime-color:hover {
    color: #fff !important;
    border-color: #00524B !important;
}
.content-sec-three {
    padding-bottom: 110px !important;
    border-radius: 50px !important;
}
.content-sec-three .action-area {
    margin-top: 100px !important;
}
.button-secondary.v2:hover {
    color: #fff !important;
    border-color: #1E4B4F !important;
}

.button-secondary.v3 {
    color: #fff;
}

.consulting-institution h2 {
    font-size: 46px !important;
    color: #28A99E !important;
    width: 70%;
    margin: auto !important;
    margin-bottom: 32px !important;
    line-height: 60px;
    text-transform: uppercase !important;
}

.btn-primary:hover {
    background: #1E4B4F !important;
    color: #FFCF69 !important;
}

.button-secondary {
    background-color: transparent !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: 1px solid #fff !important;
}

/* .btn-primary-top-menu a:hover {
    background: #B89A5A !important;
    color: #fff !important;
} */
.product-video-lower-section.about-use-cover-image {
    height: 635px !important;
    border: 0px solid;
    background-color: transparent !important;
}

.header-nav .menu-item.menu-item-has-children {
    position: relative;
}

.header-nav .menu-item.menu-item-has-children>a {
    padding-bottom: 30px;
}

.header-nav .menu-item.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 45px;
    background-color: #fff;
    z-index: 9;
    width: calc(100% + 100px);
    padding-top: 10px;
    left: 0px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}

.header-nav .menu-item.menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 8px 0px;
}

.header-nav .menu-item.menu-item-has-children.active .sub-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px 0px !important;
}

.header-nav .menu-item.menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.header-nav .menu-item.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
}
.about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area .work-with-us-detail-area .button-secondary.v2-hover:hover {
    background-color: #00524B !important;
    color: #fff !important;
}

.header-nav .menu-item.menu-item-has-children>a:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/dropdown-arrow-svgrepo-com.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    right: -23px;
    bottom: auto;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-inner .right-side-header {
    display: flex;
    align-items: center;
}

.translation-area .gt_switcher.notranslate {
    position: relative;
    overflow: visible;
    /*     width: 80px; */
    width: 54px;
    background-color: transparent;
    border: 0px solid;
}

.translation-area .gt_switcher.notranslate>.gt_option {
    position: absolute;
    top: 117%;
    border: 0px solid;
    background-color: #fff;
    border-radius: 6px;
}

.translation-area .gt_switcher.notranslate>.gt_option a img {
    margin-right: 5px;
}

.header-inner .right-side-header .translation-area {
    margin-right: 15px;
}

.translation-area .gt_switcher.notranslate .gt_selected {
    background: transparent !important;
    border: 0px solid;
    overflow: hidden;
    border-radius: 4px;
}

.translation-area .gt_switcher.notranslate .gt_selected a {
    /*     width: 58px; */
    width: 35px;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 0px solid;
    background-color: transparent;
    padding-right: 0px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.translation-area .gt_switcher.notranslate .gt_selected a img {
    margin-right: 6px;
}

.translation-area .gt_switcher.notranslate .gt_selected a:after {
    right: 3px;
}

@media (max-width: 992px) {
    .header-nav {
        display: none;
        position: absolute;
/*         top: 77px; */
        top: 119px;
        width: 100%;
        left: 0;
        padding: 20px 30px;
        background-color: #fff;
        z-index: 1;
    }

    .header-nav .menu-item.menu-item-has-children>a {
        padding-bottom: 0 !important;
    }

    body .pricing-card .pricing-area {
        min-height: 84px !important;
        height: 84px !important;
    }

    .pricing-card .plan-details {
        min-height: 0 !important;
    }

    .header-nav .menu-item.menu-item-has-children:hover .sub-menu {
        display: none;
    }

    body .title-percentage-data h2 {
        font-size: 28px;
        position: relative;
        top: 0px;
    }

    body .change-title h4 {
        margin-bottom: 0px;
        align-items: center;
        margin-top: 7px;
    }

    .testimonial-row {
        padding: 0px 12px !important;
        width: 100% !important;
        align-items: center !important;
        display: flex !important;
    }

    body .left-side-btns a.elementor-button {
        width: 100% !important;
        padding: 12px 20px !important;
    }

    .left-side-btns {
        flex-direction: column !important;
    }

    body .header-nav .menu-item.menu-item-has-children .sub-menu {
        position: relative !important;
        top: 0 !important;
        left: -9px !important;
        margin-top: 12px !important;
        margin-bottom: 0px !important;
        width: 100% !important;
    }

    body .main-person-container {
        width: 100% !important;
        display: flex;
    }

    body .main-person-container .e-con-full.people-item {
        gap: 0px !important;
    }

    body .main-person-container .people-item .elementor-widget-image {
        width: 60% !important;
        display: inline-block;
    }

    body .link-integration {
        margin-top: 6px !important;
    }

    .contact-us-form-area .form-container .form-column {
        width: 100% !important;
    }

    .contact-us-form-area {
        margin-top: 10px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .product-video-upper-section {
        margin-top: 10px !important;
    }

    body .hero-section {
        margin-top: 30px !important;
    }

    body .best-rep-item .best-feature-image-area {
        height: 200px;
    }

    body .ai-product-area .product-service-description {
        width: 100%;
        margin-left: auto;
        margin-top: 0;
    }

    body .ai-product-area .ai-product-ttile {
        width: 100%;
    }

    body .build-show-up-item-container .build-show-up-item {
        margin-bottom: 20px;
    }

    body .build-show-up-item-container .build-show-up-item:nth-child(3n) {
        position: relative !important;
        top: 0 !important;
    }

    body .customer-story-main-slogn-tiitle {
        width: 100%;
    }

    body .customer-stories-wrapper #customer-stories-results {
        display: block !important;
        padding: 0px 15px;
    }

    body .customer-stories-wrapper #customer-stories-results .story-item {
        margin-bottom: 35px;
    }

    body .build-show-up-item .elementor-widget-heading h3:after {
        content: '';
        width: 33px !important;
        height: 26px !important;
        position: absolute;
        background-size: cover;
        bottom: 14px !important;
        right: 30px !important;
    }

    body .resource-center-banner h2 {
        color: #fff !important;
        width: 100% !important;
        position: relative !important;
        right: 0;
        bottom: 0;
        font-weight: 400 !important;
    }

    body .build-show-up-item-container .build-show-up-item:nth-child(3n - 1) {
        top: 0 !important;
    }

    body .build-show-up-item-container {
        display: block !important;
        padding-top: 0 !important;
    }

    .resource-content blockquote,
    .story-content blockquote {
        background-color: #F7F7F7;
        padding: 27px 27px 27px 27px !important;
    }

    section.resource-single,
    section.customer-story-single {
        padding: 20px 20px !important;
    }

    section.customer-story-single .resource-date,
    .resource-single .resource-date {
        margin-top: 20px !important;
    }

    .resource-container-area .resource-post-filter-area {
        flex-direction: column !important;
    }

    body #resource-results {
        display: block !important;
        padding: 0px 10px !important;
    }

    .resource-layout {
        display: flex !important;
        flex-direction: column-reverse;
    }

    #toc-list {
        min-height: auto !important;
    }

    body #resource-results .resource-item {
        margin-bottom: 20px;
    }

    section.recommended-reading {
        padding: 0px 20px !important;
    }

    .resource-grid {
        display: block !important;
        padding: 0 !important;
    }

    body .resource-post-filter-area {
        margin-bottom: 90px !important;
    }

    body .plans-tabs {
        margin-top: 20px;
    }

    body .e-n-tabs-heading[role="tablist"] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .e-n-tabs-heading[role="tablist"] button {
        margin-bottom: 0 !important;
        margin-top: 0px !important;
    }

    .build-show-up {
        margin-bottom: 0 !important;
    }

    .hero-section.contact-hero-section {
        min-width: 0 !important;
    }

    .resource-container-area .resource-post-filter-area .resource-categories button {
        margin-right: 2px !important;
    }

    nav.header-nav.active {
        display: block;
        width: calc(100% - 62px);
    }

    .header-nav li a {
        font-size: 16px;
    }

    .header-nav .nav-menu {
        flex-direction: column;
        gap: 13px 0px;
    }

    .header-inner {
        justify-content: space-between;
        padding-right: 53px !important;
    }
}

/*header css end*/

h1,
h2,
h3,
h4,
h5 {
    	font-family: "Playfair Display", serif !important;
}

body {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    margin: 0;
}

body .container {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

h1 {
    font-size: 54px;
    font-weight: 600 !important;
    line-height: 60px;
    margin-bottom: 33px !important;
}

h2 {
    font-size: 46px;
    line-height: 61px;
    color: #fff !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}

h2 strong {
    color: #C6A96B;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    color: #000000 !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}

h3.medium {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 0 !important;
}

h3.small {
    font-size: 20px;
    margin-bottom: 0 !important;
    line-height: normal;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    color: #000000 !important;
    font-weight: 500 !important;
    margin-bottom: 9px !important;
}

body .heading-slogan-style h2 {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #828282 !important;
    margin-bottom: 0px !important;
}

p {
    font-size: 14px;
    line-height: 20px;
}

/*.primary-button a {*/
/*    border-color: #828282 !important;*/
/*    background-color: transparent !important;*/
/*    font-family: "Manrope", sans-serif !important;*/
/*    font-weight: 600;*/
/*}*/

.primary-button a {
    border-color: #828282 !important;
    background-color: transparent !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600 !important;
    border: 1px solid;
    color: #5e5e5e !important;
    border-radius: 8px;
    padding: 15px 24px !important;
}

/*.primary-button a:hover {*/
/*    transition: 0.3s ease-in-out;*/
/*    transform: scale(1.09);*/
/*}*/


.secondary-button a {
    border-color: #828282 !important;
    background-color: #000000 !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600;
    color: #fff !important;
    padding: 14px 25px !important;
    text-decoration: none;
}

.insightful-start-driving-section {
    overflow: hidden !important;
}

.customer-says {
    overflow: hidden !important;
}

.top-cta-area {
    display: flex !important;
    margin-top: 35px !important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: center !important;
}

.top-cta-area {
    margin-top: 0px !important;
}

.top-cta-area .wpb_wrapper .vc_btn3-container:first-child {
    margin-right: 16.5px;
}

.top-cta-area .wpb_wrapper .vc_btn3-container:last-child {
    margin-left: 16.5px;
}

.product-video {
    background-color: #F7F7F7;
    border-radius: 20px !important;
    height: 669px !important;
    margin-top: 69px !important;
}

.shortcode-trustedby {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.shortcode-trustedby .shortcode-item {
    padding: 26px 65px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.shortcode-trustedby .shortcode-item .thumb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shortcode-trustedby .shortcode-item .thumb img {
    width: auto;
    max-height: 30px;
    height: 100%;
}

.trust-by-section {
    margin-top: 100px !important;
}

.trust-by-section h3 {
    margin-bottom: 0px !important;
    text-align: center;
}

.why-you-need {
    margin-top: 94px !important;
}

.insightful-card-block {
    margin-bottom: 25px;
}

.insightful-card-block {
    padding: 12px 10px 51px 10px;
    background-color: #F7F7F7;
    border-radius: 15px;
}

.insightful-card-block p {
    color: #6B7280;
    text-align: center;
    margin-top: 0px;
}

.insightful-card-block .elementor-widget-image {
    background-color: #fff;
    padding: 10px 7px;
    margin-bottom: 30px !important;
    min-height: 142px;
}

.insightful-card-block .vc_do_custom_heading {
    max-width: 80%;
    margin: auto;
}


.insightful-card-block .wpb_text_column {
    max-width: 80%;
    margin: auto;
    min-height: 100px;
}


.insightful-card-block.full-card .wpb_text_column {
    min-height: auto;
}

.insightful-card-block.full-card img {
    width: 100%;
}


.relationship-sales-team {
    margin-top: 68px !important;
}

.relationship-sales-team h2 {
    margin-bottom: 0px !important;
}

.sales-features-list {
    margin-top: 41px;
}

.sales-features-list .sales-features-item {
    padding: 27px 24px;
    margin-bottom: 25px;
    background-color: #F7F7F7;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

.sales-features-list .sales-features-item .sales-feature-content {
    width: 50%;
    padding-right: 45px;
    box-sizing: border-box;
}

.sales-features-list .sales-features-item .sales-feature-image {
    width: 50%;
}

.sales-features-list .sales-features-item .sales-feature-image img {
    width: 100%;
    height: auto;
}

.sales-features-list .sales-features-item .sales-feature-content h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    margin-top: 0;
}

.sales-features-list .sales-features-item .sales-feature-content p {
    color: #828282;
}

.tools-integration {
    margin-top: 91px !important;
    max-width: 927px;
    text-align: center;
    margin-bottom: 90px !important;
}

.tools-integration h3 {
    font-size: 28px !important;
    line-height: 30px !important;
    margin-bottom: 32px !important;
}

.shortcode-integrations {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 910px;
    margin: auto;

}

.shortcode-integrations .shortcode-item {
    padding: 20px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    width: 120px;
    height: 120px;
}

.shortcode-integrations .shortcode-item.more-integration-container {
    min-height: 50px;
    background-color: #545454;
    text-align: center;
}

.shortcode-integrations .shortcode-item .thumb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shortcode-integrations .shortcode-item .thumb img {
    width: auto;
    height: 50px;
}


.shortcode-integrations .shortcode-item .more-integration p {
    font-size: 10px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    line-height: 17px;
}


.customer-says {
    margin: auto;
    background-color: #F7F7F7;
    /*border-top: 1px solid #828282;*/
    /*border-bottom: 1px solid #828282;*/
    padding: 78px 0px 84px 0px !important;
    width: 100%;
}

.custom-says-heading-area .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.custom-says-heading-area .vc_custom_heading {
    width: 60%;
}

.custom-says-heading-area p {
    color: #828282;
}




.testimonial-section {
    overflow: hidden;
}

.testimonial-row {
    display: flex;
    gap: 24px;
    width: max-content;
    margin-bottom: 32px;
    padding: 0px 40px;
}

.testimonial-card {
    min-width: 360px;
}




.testimonial-track {
    display: flex;
    gap: 14px;
    width: max-content;
    align-items: baseline;
}

.testimonial-card {
    min-width: 348px;
    background: #F7F6F2;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    width: 348px;
    border: 4px solid rgb(198 169 107 / 10%);
}


.testimonial-container {
    overflow: hidden;
    width: 100%;
}

.customer-says .vc_column-inner {
    padding: 0 !important;
}




.custom-says-heading-area {
    position: relative;
    z-index: 5;
}

.testimonial-section {
    position: relative;
    z-index: 1;
}


.testimonial-content p {
    font-size: 20px;
    color: #828282;
    line-height: 32px;
}


.testimonial-author {
    display: flex;
}

.testimonial-author .testimonial-image {
    width: 71px;
    margin-right: 25px;
}

.testimonial-author {
    margin-top: 24px;
}

.testimonial-author .testimonial-image img {
    width: 100%;
    height: auto;
}


.testimonial-author .title-designation h4 {
    margin: 0 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    color: #28A99E !important;
}

.custom-says-heading-area {
    margin-bottom: 56px !important;
}


.testimonial-author .title-designation h5.company-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    color: #896F37 !important;
    font-weight: 500;
    font-family: 'Manrope' !important;
}

.check-out-more .sucess-story-text {
    text-align: right;
    padding-right: 30px;
}

.check-out-more .sucess-story-button {
    padding-left: 30px;
}



.insightful-start-driving-section {
    margin: auto;
    background-color: #fff;
    /*border-top: 1px solid #828282;*/
    /*border-bottom: 1px solid #828282;*/
    padding: 78px 0px 84px 0px;
    width: 100%;
}


.insightful-starts-heading-area .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insightful-starts-heading-area {
    width: 100% !important;
}

.insightful-starts-heading-area .vc_custom_heading {
    width: 39%;
}

.insightful-starts-heading-area .wpb_text_column {
    width: 48%;
}

.insightful-starts-heading-area p {
    color: #828282;
}

.learn-more-area {
    text-align: center;
    margin-top: 70px;
}

.learn-more-area {
    display: inline-block;
    text-align: center;
}



.insightful-start-driving-section {
    position: relative;
    /* required for pinning */
    overflow: hidden;
    /* hide horizontal overflow */
    width: 100%;
    padding: 78px 0 84px;
    /* keep your existing spacing */
}

.insyghtful-list {
    display: flex;
    /* arrange items in a row */
    flex-direction: row;
    flex-wrap: nowrap;
    /* prevent wrapping */
    gap: 30px;
    /* optional spacing between slides */
    width: max-content;
    /* allow wrapper to expand to content width */
}

.insyghtful-item {
    flex: 0 0 auto;
    /* prevent shrinking */
    width: 300px;
    /* or your desired slide width */
}


.insyghtful-item .sales-feature-image img {
    width: 100%;
    height: auto;
}

.insyghtful-item {
    flex: 0 0 auto;
    width: 533px;
    background-color: #F7F7F7;
    padding: 12px;
    border-radius: 15px;
}


.insyghtful-item .sales-feature-image {
    padding: 15px 0px 15px 24px;
    background-color: #fff;
    border-radius: 7px;
}

.insyghtful-item .sales-feature-content {
    text-align: center;
    width: 80%;
    margin: auto;
}


.insyghtful-item .sales-feature-content h4 {
    margin-top: 24px;
}

.insyghtful-item .sales-feature-content p {
    color: #828282;
}


/* Pin wrapper fix for Elementor */
.gsap-pin-wrapper {
    position: relative;
    width: 100%;
}

/* Ensures next section starts AFTER pin */
.gsap-spacer {
    height: var(--gsap-space, 100vh);
}


.insightful-start-driving-section {
    position: relative;
    min-height: 100vh;
    /* 🔑 REQUIRED */
}

.horizontal-pin {
    height: 100vh;
    overflow: hidden;
}





.insightfulai-list {
    margin-top: 41px;
}

.insightfulai-list .insightfulai-item {
    padding: 27px 24px;
    margin-bottom: 25px;
    background-color: #F7F7F7;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

.insightfulai-list .insightfulai-item .insightfulai-content {
    width: 50%;
    padding-left: 45px;
    box-sizing: border-box;
}

.insightfulai-list .insightfulai-item .insightfulai-image {
    width: 50%;
}

.insightfulai-list .insightfulai-item .insightfulai-image img {
    width: 100%;
    height: auto;
}

.insightfulai-list .insightfulai-item .insightfulai-content h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    margin-top: 0;
}

.insightfulai-list .insightfulai-item .insightfulai-content p {
    color: #828282;
}

.about-insyghtful {
    margin-top: 116px;
}

.about-insyghtful .product-dashboard-video {
    height: 548px;
    border-radius: 20px;
    background-color: #F7F7F7;
}

.about-insyghtful .wpb_wrapper>.vc_inner {
    display: flex;
    align-items: center;
}

.about-insyghtful .wpb_wrapper p {
    padding-right: 40px;
    color: #828282;
}


.faq-section {
    margin-top: 118px;
}


.faq-starts-heading-area .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-starts-heading-area {
    width: 100% !important;
}

.faq-starts-heading-area .vc_custom_heading {
    width: 39%;
}

.faq-starts-heading-area .wpb_text_column {
    width: 48%;
}

.faq-starts-heading-area p {
    color: #828282;
}


.faq-list-container {
    margin-top: 40px;
    display: block;
}

.faq-list-container .faq-item {
    background-color: #FFFFFF;
    padding: 20px;
    cursor: pointer;
}

/*.faq-list-container .faq-item .faq-content{*/

/*}*/

.faq-list-container .faq-item .faq-content h4 {
    margin: 0 !important;
    line-height: 28px;
    padding-right: 31px;
/*     font-size: 22px; */
    font-size: 20px;	
    color: #fff !important;
	padding-left: 0;
    transition: 0.3s ease-in-out;	
	padding-bottom: 0px;	
}

.faq-list-container .faq-item .faq-content p {
    display: block;
    opacity: 0;
    margin: 0;
}

.faq-main-container {
    position: relative;
}

.faq-main-container .background-image-item {
    position: absolute;
    left: -11%;
    width: 602px;
    top: 38%;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.faq-item h4 {
    cursor: pointer;
    user-select: none;
}

.faq-page-heading-area h1 {
    font-size: 50px;
    color: #28A99E;
    line-height: 70px;
}

.faq-page-heading-area h1 strong {
    font-weight: 600 !important;
}

.faq-item p {
    margin-top: 8px;
    margin-bottom: 0;
    color: #828282;
    max-height: 0;
    transition: 0.3s ease-in-out;
}

.faq-list-container .faq-item.active {
    background-color: #28a99e;
}

.faq-list-container .faq-item.active h4 {
    color: #fff !important;
    font-size: 20px;
    padding-left: 15px;
	padding-bottom: 8px;
}
.faq-list-container .faq-item p{
    background-color: #F9F6F1;
    border-radius: 13px;
}
.faq-list-container .faq-item.active p {
    color: #6B6B6B;
    display: block;
    max-height: max-content;
    opacity: 1;
    padding: 14px 20px;	
    margin-top: 1%;
}

.consultation-block {
    padding: 75px 110px !important;
    background-color: #FFFBF3 !important;
    border-radius: 20px !important;
}

.consultation-block p {
    font-size: 20px;
    line-height: 27px !important;
    color: #6B6B6B;
}

.consultation-block h2 {
    width: 70%;
}

.faq-list-container .faq-item {
    background-color: #28A99E;
    padding: 0px;
    cursor: pointer;
    width: 45%;
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
    border-radius: 10px;
    border: 4px solid rgb(255 255 255 / 20%);
}

.faq-list-container .faq-item:nth-child(even) {
    margin-left: 25px;
}

.faq-list-container .faq-item .faq-content {
    position: relative;
    overflow: hidden;
    padding: 16px 13px 16px 13px;
}

.faq-list-container .faq-item .faq-content .faq-icon {
    position: absolute;
	right: 14px;
    top: 18px;
    bottom: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
}

.faq-list-container .faq-item .faq-content .faq-icon svg path {
    fill: #fff;
}

.faq-list-container .faq-item.active .faq-icon svg {
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

.faq-list-container .faq-item.active .faq-icon svg {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
}

.faq-list-container .faq-item.active .faq-icon svg path {
    fill: #fff;
}

.cta-lower-area {
    margin-top: 74px;
    margin-bottom: 79px;
}

.cta-lower-area {
    background-color: #F7F7F7;
    padding: 15px 0px 15px 55px;
    border-radius: 15px !important;
}

.cta-lower-area .wpb_single_image {
    margin-bottom: 0;
}

.v4.button-secondary {
    color: #fff !important;
}

.button-secondary .founder-details.v4 {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    background-color: #FFFBF3 !important;
}

.founder-details.v4 {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    background-color: #FFFBF3 !important;
    display: flex !important;
    max-width: 796px;
    margin: auto !important;
    padding: 37px 50px !important;
    border-radius: 16px !important;
}

.founder-details.v4 .founder-details-block {
    padding: 0 !important;
    padding-right: 23px !important;
}

.founder-details.v4 p {
    font-size: 16px !important;
    line-height: 25px;
}

.founder-details.v4 .icon-sight {
    display: flex;
}

.founder-details.v4 img {
    width: 77px;
}
.contact-main-page .founder-details.v4 img {
    width: auto;
    height: auto;
}
.contact-main-page .founder-details.v4 .icon-sight {
    max-width: 108px !important;
    display: block !important;
}
.contact-heading h1 {
    font-size: 70px;
    color: #28A99E;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
	text-transform: uppercase !important;
}

.contact-heading h1 strong {
/*     font-family: "Euphoria Script", cursive;
    font-size: 75px;
    color: #057D88; */
    font-weight: 500 !important;
}

.contact-form {
    max-width: 796px !important;
    border-radius: 20px !important;
    margin-top: 60px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #FFFBF3;
    padding: 41px 36px !important;
    border: 10px solid rgb(198 169 107 / 20%);
}

.contact-heading p {
    font-size: 20px !important;
    line-height: 27px !important;
    color: #6B6B6B !important;
}

.contact-form>.e-con-inner {
    width: 100% !important;
    max-width: none !important;
    padding: 41px 37px;
}

footer {
    /*     background-color: #1E4B4F; */
    padding-top: 114px;
    padding-bottom: 52px;
    background-image: url(/wp-content/uploads/2026/07/Rectangle-34625076-2-1-scaled.png);
    background-size: contain;
}

footer h2.wp-block-heading {
    font-size: 58px !important;
    font-weight: 400 !important;
    margin-top: 0;
    color: #FFEABE !important;
    line-height: 117% !important;
    text-transform: uppercase !important;
}

footer h3.wp-block-heading {
    font-size: 22px !important;
    color: #FFFFFF !important;
    line-height: 140% !important;
	font-weight: 300 !important;
    font-family: "Inter", sans-serif !important;
}

footer .wp-block-button__link {
    background-color: #C6A96B;
    color: #1E4B4F;
    padding: 11px 31px;
    font-family: "Manrope", sans-serif !important;
    font-size: 17px;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
footer .wp-block-button__link:hover {
    background-color: #B89A5A !important;
}
footer li {
    list-style: none;
}

.footer-top-left {
    width: calc(100% - 54%);
    display: inline-block;
}


.footer-top-right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    max-width: 53%;
}


.footer-top-right .footer-nav-list {
    display: flex;
    padding-left: 61px;
}


.footer-nav-list {
    display: flex;
    gap: 50px;
}

.footer-nav-list .footer-nav-item {
    list-style: none;
}

.footer-nav-list .footer-nav-item ul {
    list-style: none;
    padding-left: 0;
}

.footer-bottom .footer-bottom-left li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.footer-bottom .footer-bottom-left img {
    width: 49px;
    height: auto;
}

.footer-bottom .footer-bottom-left figure.wp-block-image.size-full {
    margin: 0;
    margin-right: 11.38px;
}

.footer-nav-list .footer-nav-item h2.widgettitle {
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #FFEABE !important;
    text-transform: uppercase;
    font-family: 'Playfair Display' !important;
    line-height: normal;
    margin-bottom: 24px !important;
}

.footer-bottom .footer-bottom-left p {
    margin: 0 !important;
    vertical-align: middle;
    box-sizing: border-box;
    width: 75%;
}


.footer-nav-list .footer-nav-item ul li a
{
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

.footer-nav-list .footer-nav-item ul li {
    margin-bottom: 15px;
}

.footer-middle {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 40px;
}

.footer-middle .footer-middle-left {
    width: 50%;
}

.footer-middle .footer-middle-left .tnp.tnp-subscription {
    margin: 0;
}

.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-email {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 12px 10px;
}

.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-email {
    width: 70%;
    display: inline-block;
}

.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-button {
    width: 20%;
    display: inline-block;
}


.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-button input.tnp-submit {
    font-family: "Manrope", sans-serif !important;
    font-size: 15px;
}


.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-email label {
    font-size: 14px;
    color: #828282;
    margin-bottom: 23px;
}


.footer-middle-right .wp-social-link-linkedin {
    background-color: #000000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-middle-right .wp-social-link-linkedin a {
    margin-top: 2px;
}

.footer-middle-right .wp-social-link-linkedin path {
    fill: #fff;
}

.footer-bottom {
    display: block;
    margin-top: 8px;
}

.footer-bottom .footer-bottom-left {
    width: 45%;
    display: inline-block;
}

.footer-bottom .footer-bottom-right {
    width: 54.6%;
    display: inline-block;
}

.footer-bottom .footer-bottom-right .menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}


.footer-bottom .footer-bottom-left p {
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 140%;
}

.footer-bottom .footer-bottom-right .menu a {
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.insightful-start-driving-section {
    position: relative;
}

.horizontal-pin {
    height: 100vh;
    overflow: hidden;
    transition: none !important;
}

.insyghtful-list {
    display: flex;
    will-change: transform;
}












.secondary-button {
    width: auto;
    height: auto;
    margin: 0;
}

.secondary-button a {
    display: inline-block !important;
    width: auto !important;
    border: 1px solid #000;
    height: 100%;
    cursor: pointer;
    border: none;
    background: transparent !important;
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.secondary-button a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.secondary-button a .elementor-button-text {
    position: relative;
    z-index: 99;
}

.secondary-button a:hover .elementor-button-text,
.secondary-button a:focus .elementor-button-text {
    color: #111;
}

/* keyframes */
@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

.secondary-button a:hover span {
    color: #111 !important;
}

body .learn-more-area {
    display: inline-block !important;
    text-align: center !important;
}


article.shortcode-item.is-upcoming {
    position: relative;
}

.integration-badge {
    position: absolute;
    top: 8px;
    left: 0;
    background: #111;
    color: #fff;
    padding: 5px 12px;
    font-size: 8px;
    border-radius: 20px;
    font-weight: 600;
    width: 90%;
    right: 0;
    margin: auto;
    text-align: center;
}

article.shortcode-item.is-upcoming img {
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}

article.shortcode-item.is-upcoming:hover img,
article.shortcode-item.is-upcoming:focus img {
    filter: grayscale(0);
    transition: 0.3s ease-in-out;
}

.footer-middle .footer-middle-left .tnp-field-button input.tnp-submit {
    border-radius: 8px;
}

body .policy-page {
    margin-top: 94px;
    margin-bottom: 80px;
}

body .policy-page h1 {
    color: #2F2F2F !important;
    font-size: 45px;
    margin-bottom: 15px !important;
}

body .policy-page h2 {
    font-size: 36px;
    line-height: 64px !important;
    margin-bottom: 0 !important;
    color: #2F2F2F !important;
    margin-top: 15px !important;
}

body .policy-page ul {
    margin-top: 0px;
}

body .policy-page ul li {
    margin-bottom: 6px;
    font-size: 16px;
    color: #6B6B6B;
}

body .policy-page ul li:last-child {
    margin-bottom: 0 !important;
}

body .policy-page ul li ul {
    padding-left: 27px;
}

body .policy-page ul li strong {
    color: #000;
}

body .policy-page strong {
    color: #057D88;
}

body .policy-page p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #6B6B6B;
}

body .policy-page h3 {
    color: #2F2F2F;
    margin-top: 19px !important;
    margin-bottom: 0 !important;
}

.policy-page .secondary-bullet-only>ul {
    padding-left: 20px;
    list-style: none;
}

.link-integration {
    margin-top: 106px !important;
}

.people-item .elementor-widget-image {
    width: 60%;
    display: inline-block;
}

.people-item .elementor-widget-image img {
    width: 100% !important;
}

.people-item .conatc-us-item-content-container {
    padding: 0;
    width: 100%;
}

.conatc-us-item-content-container p {
    margin: 0;
}

.people-item-title h4 {
    margin-bottom: 0 !important;
}

.meeting-link-integration {
    /*height: 100% !important;*/
    /*background-color: #D9D9D9;*/
    /*display: flex !important;*/
    /*justify-content: flex-end !important;*/
    /*padding: 48px 59px !important;*/
    /*min-height: 495px !important;*/
    /*border-radius: 20px !important;*/
    padding: 0 !important;
    min-width: 500px;

}

.contact-us-form-area {
    background-color: #F8F8F8;
    margin-top: 105px !important;
    padding-top: 138px !important;
    padding-bottom: 133px !important;

}

.product-video-upper-section {
    width: 50%;
    margin: auto;
    margin-top: 102px !important;
}

.product-video-upper-section h2 {
    line-height: 54px;
}

.product-video-lower-section {
    height: 699px !important;
    background-color: #DBDBDB;
    border: 1px solid #000000;
    border-radius: 20px !important;
    margin-bottom: 142px !important;
}

.form-container {
    display: block;
}

.form-container .form-column {
    width: 49%;
    display: inline-block;
    padding: 0px 8px;
}

.form-container .form-column {
    width: 50%;
}

input[type="text"],
input[type="email"],
textarea {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 12px;
    margin-top: 12px;
}

.form-container .form-column input {
    width: 100%;
}

.form-container .form-column {
    width: 49%;
    display: inline-block;
    padding: 0px 8px;
}

.form-container .form-column label {
    color: #000000;
    width: 100%;
    display: block;
    font-size: 14px;
}

.form-container .form-column textarea {
    width: 100% !important;
}

.form-container .form-column input[type="submit"] {
    padding: 13px 13px;
    background-color: #000000;
    border-radius: 5px;
    color: #fff;
}

.form-container .form-column.full-column {
    width: 100% !important;
}

.nav-menu a:hover,
.nav-menu .current_page_item a {
    color: #C6A96B;
    /*     font-weight: bold; */
}

body .people-item .conatc-us-item-content-container {
    padding: 0 !important;
    width: 100% !important;
    gap: 9px 0px;
    padding-top: 15px !important;
}

body .people-item .conatc-us-item-content-container h5 {
    font-size: 12px;
    color: #000;
}

.faq-main-container-area.full-item .faq-list-container.shortcode-faq {
    margin-top: 0;
}

.faq-main-container-area.full-item .faq-item {
    width: 100%;
}

.faq-main-container-area.full-item .faq-item:nth-child(even) {
    margin-left: 0px !important;
}

.pricing-card {
    background-color: #F7F7F7;
    padding: 14px 19px !important;
    border-radius: 15px !important;
}

.pricing-card h4 {
    font-size: 16px;
}

.pricing-card .pricing-area {
    background-color: #fff;
    padding: 18px 13px;
    border-radius: 10px;
    display: block;
    position: relative;
    min-height: 114px;
}

.pricing-card .pricing-area .elementor-widget-heading {
    display: inline-block;
}

.pricing-card .pricing-area .elementor-widget-heading h2 {
    font-size: 66px;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.pricing-card .pricing-area .elementor-widget-text-editor {
    display: inline-block;
}

.pricing-card .pricing-area .caption-area {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
}

.pricing-card .plan-details {
    min-height: 500px;
}

.pricing-card .pricing-area .caption-area p {
    margin: 0;
    font-size: 10px;
    color: #828282;
}

.pricing-card .plan-details p {
    color: #828282;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
}

.full-button .elementor-button {
    width: 100% !important;
    display: block !important;
}

.e-n-tabs-heading {
    gap: 0 !important;
}

.e-n-tabs-heading button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.e-n-tabs-heading button:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.e-n-tabs-heading button[aria-selected="true"],
.e-n-tabs-heading button[aria-selected="false"]:hover {
    background-color: #000000 !important;
}

.pricing-card.custom-card {
    background-color: #000000;
}

.pricing-card.custom-card h4 {
    color: #FFFFFF !important;
}

.pricing-card.custom-card .plan-details p {
    color: #fff;
    font-size: 13px;
}

.pricing-card.custom-card .primary-button a {
    background-color: #FFFFFF !important;
}

.got-question {
    margin-top: 141px !important;
}

.primary-button.color-grey a {
    background-color: white !important;
    border-color: transparent !important;
}

.journey-insight-ai {
    border-radius: 15px;
}

.hero-section.contact-hero-section {
    min-width: 1000px;
}

.form-container .form-column .wpcf7-checkbox label {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: start;
}

.form-container .form-column .wpcf7-checkbox label input[type="checkbox"] {
    width: 22px;
    margin-right: 10px;
}

.form-container .form-column.full-column.checkbox-div p {
    margin: 0;
    margin-bottom: 10px;
}

.form-container .form-column.full-column.checkbox-div p span.wpcf7-list-item.first.last {
    margin: 0;
}

.pricing-card .plan-details ul {
    padding-left: 14px;
    list-style: none;
}

.pricing-card .plan-details ul li {
    position: relative;
    margin-bottom: 7px;
    font-size: 12px;
}

.pricing-card .plan-details ul li:before {
    content: '✓';
    position: absolute;
    left: -19px;
    top: -3px;
}

.pricing-card .plan-details p strong {
    font-size: 13.9px;
}

.pricing-card .plan-name {
    display: block;
}

.pricing-card .plan-name .elementor-widget-heading {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
}

.pricing-card .plan-name h4 {
    display: inline-block;
}

.pricing-card .plan-name h5 {
    font-size: 10px;
    background-color: #000;
    color: #fff;
    padding: 3px 10px 5px 10px;
    border-radius: 5px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.pricing-card.custom-card ul {
    color: #fff;
}

.e-n-tabs-heading button[id="off"]:before {
    content: '10% off';
    position: absolute;
    top: -38px;
    padding: 7px 12px;
    background-color: #000;
    font-size: 15.64px;
    font-family: Inter;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    pointer-events: none;

}

.plans-tabs {
    margin-top: 93px;
}

.leader-person-item {
    position: relative;
}

body .leader-person-item-detail {
    padding: 14px 20px;
    background-color: #F7F7F7;
    position: absolute;
    bottom: 24px;
    width: calc(100% - 40px);
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    gap: 0;
}

.leader-person-item-detail h4 {
    font-size: 16px;
    color: #000000;
}

.leader-person-item-detail h5 {
    font-size: 16px;
    color: #000000 !important;
}

.leader-person-item-detail .elementor-icon svg {
    fill: #000000 !important;
    font-size: 14px;
}

.leader-person-item-detail .elementor-widget-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    display: flex;
    align-items: center;
}

body .build-show-up-item-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-auto-flow: row;
    padding-top: 90px;
}

body .build-show-up-item .elementor-widget-heading {
    background-color: #000000;
    height: 100%;
    border-radius: 15px;
}

body .build-show-up {
    margin-bottom: 60px;
    margin-top: 60px;
}

body .build-show-up-item {
    padding: 0;
}

body .build-show-up-item .elementor-widget-heading h3 {
    color: #fff !important;
    font-size: 20px;
    line-height: 25px;
    margin: 0 !important;
    padding: 24px 30px;
    height: 100%;
}

body .build-show-up-item .elementor-widget-heading h3:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/02/unnamed-file.webp);
    width: 72px;
    height: 60px;
    position: absolute;
    background-size: cover;
    bottom: 30px;
    right: 20px;
}

body .build-show-up-item-container .build-show-up-item:nth-child(3n - 1) {
    position: relative;
    top: -80px;
}

body .build-show-up-item-container .build-show-up-item:nth-child(3n) {
    position: relative;
    top: 60px;
}

body .build-show-up h2 {
    margin-bottom: 0px !important;
}

body .build-show-up .build-show-up-title-area {
    max-width: 65%;
    margin: auto;
}

body .build-show-up .build-show-up-title-area p {
    font-size: 16px;
    color: #828282;
}

body .cta-lower-area.insyghtful-action-area p {
    color: #000000;
    margin: 0;
}

body .cta-lower-area.insyghtful-action-area h2 {
    margin-bottom: 0 !important;
    font-size: 45px;
}

body .cta-lower-area.insyghtful-action-area .elementor-widget-heading {
    margin-top: 71px;
}

body .cta-lower-area.insyghtful-action-area .primary-button a {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    padding: 15px 24px !important;
}

.secondary-button a {
    background-color: #000 !important;
}

.secondary-button a:hover,
.secondary-button a:focus {
    background-color: #3b3a3a !important;
    color: #fff !important;
}

.secondary-button a:hover span,
.secondary-button a:focus span {
    color: #fff !important;
}

.policy-page a {
    color: #828282;
    text-decoration: underline !important;
}









.trustedby-section {
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
}

.trusted-row {
    display: flex;
    gap: 20px;
    align-items: center;
    min-height: 80px;
}

.trusted-item {
    flex: 0 0 auto;
}

.trusted-row .trusted-item {
    width: 200px;
    padding: 15px;
    background-color: #F7F7F7;
    border-radius: 7px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-row.row-2 {
    margin-top: 24px;
}

.trusted-item img {
    max-height: 50px !important;
    width: auto !important;
    display: block;
    opacity: 0.8;
    transition: 0.3s ease;
}

.trusted-item img:hover {
    opacity: 1;
}



.bottom-gaph-remove>* {
    margin-bottom: 0 !important;
}


body .main-person-container {
    width: 50%;
}

.founder-led-main-header {
    background-color: #F7F7F7;
}

.hero-section.full-section-data {
    max-width: none !important;
}

.hero-section.full-section-data .product-video-lower-section {
    background-color: #fff;
    border-color: transparent;
}

.hero-section.left-area-alignment h1 {
    text-align: left !important;
}

.hero-section.left-area-alignment h2 {
    text-align: left !important;
}

.left-side-btns {
    display: flex !important;
    margin-top: 30px !important;
}

.hero-section.full-section-data .product-video-lower-section {
    height: 583px !important;
}

.best-rep-item-image {
    background-color: #F7F7F7;
    height: 470px !important;
    border-radius: 15px !important;
}

.best-rep-item-container h3 {
    margin-bottom: 0 !important;
}

.best-rep-item-container {
    justify-content: center !important;
}

.empower-firm-item {
    background-color: #F7F7F7 !important;
    display: flex !important;
    flex-direction: row !important;
}


.empower-firm-item .image-head {
    width: 138px;
    height: 114px;
    background-color: #fff;
    border-radius: 16px;
}

.empower-firm-item .e-con-full.empower-firm-item-text h3 {
    margin-bottom: 0 !important;
}

.empower-firm-item-text {
    gap: 0 !important;
}

.head-gap {
    gap: 0 !important;
}

.empower-firm-item {
    min-height: 148px !important;
    border-radius: 25px !important;
}

.title-percentage-data h2 {
    font-size: 64px;
}


.change-title {
    display: flex;
    align-items: center !important;
}

.founder-led-main-header .e-con-inner {
    max-width: 1280px !important;
}

.column-base-item {
    background-color: #F7F7F7 !important;
    padding: 28px !important;
    border-radius: 15px !important;
}

.solution-item-image {
    height: 256px !important;
    border-radius: 15px !important;
    background-color: #F7F7F7 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.conversation-block {
    background-color: #fff;
    border-radius: 7px !important;
}

.empower-firm-item {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.insyghtful-content-column-item .insyghtful-content-column-image {
    height: 260px !important;
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 7px !important;
}

.insyghtful-content-column-item {
    background-color: #F7F7F7;
    border-radius: 15px;
    padding: 10px;
}

.insyghtful-content-column-item h3 {
    margin-bottom: 0px !important;
    margin-top: 9px;
}

.testimonial-sass-title-area {
    gap: 4px 0px;
}

.testimonial-sass h3 {
    margin-bottom: 0 !important;
    line-height: 33px;
}

.banner-post-container {
    padding: 0 !important;
    position: relative !important;
}

.resource-center-banner {
    padding: 80px 0px 220px 0px !important;
    background: linear-gradient(180deg, #000 0%, #000 80%, #ffffff 91%);
    position: relative !important;
    max-width: none !important;
}

.resource-center-banner h1 {
    color: #fff !important;
}

body .resource-center-banner h2 {
    color: #fff !important;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400 !important;
}

.resource-container-area {
    margin-top: -210px !important;
}

.resource-post-filter-area {
    max-width: 966px;
    margin: auto;
    margin-bottom: 67px !important;
}

.resource-container-area .resource-post-filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resource-container-area .resource-post-filter-area .resource-categories button {
    background-color: transparent;
    color: #fff;
    border: 0px solid;
    margin-right: 17px;
    font-size: 18px;
    cursor: pointer;
}

#resource-results {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 15px;
    row-gap: 21px;
}

.item-post-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-post-top-area .resource-category {
    background-color: #E5E5E5;
    padding: 6px 12px;
    border-radius: 17px;
    font-size: 11px;
}

.resource-content .resource-title {
    margin-top: 18px !important;
    margin-bottom: 12px !important;
}

.item-post-top-area .resource-date {
    font-size: 11px;
    background-color: #E5E5E5;
    padding: 6px 12px;
    border-radius: 17px;
}

.resource-content .resource-title a {
    font-size: 24px;
    color: #2F2F2F !important;
    text-decoration: none;
    line-height: normal;
}

.resource-content a.resource-read-more {
    font-size: 18px;
    color: #00524B;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
}

.resource-content .resource-excerpt {
    font-size: 12px;
    color: #828282;
}

button#load-more-resources.load-more-button {
    grid-column: span 3;
    max-width: 200px;
    margin: auto;
    padding: 11px 25px;
    border-radius: 55px;
    background-color: #C6A96B;
    color: #063A4C;
    margin-top: 40px;
    cursor: pointer;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    outline: 0;
    border: 0px solid;
    line-height: 24px;
    font-weight: bold !important;
}

.resource-thumb-container {
    width: 100%;
    margin-bottom: 20px;
    height: 256px;
    border-radius: 15px;
}

.resource-thumb-container .resource-thumb {
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-size: cover;
}

.resource-search {
    position: relative;
}

.resource-search i {
    position: absolute;
    left: 18px;
    top: 12px;
    bottom: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.resource-search input#resource-search {
    border-radius: 100px;
    outline: 0;
    min-width: 315px;
    padding-left: 51px;
    font-size: 14px;
    font-family: 'Inter';
}



.resource-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
}

.resource-sidebar {
    position: sticky;
    top: 0px;
    height: max-content;
}

.resource-content h2 {
    margin-top: 40px;
}

.recommended-reading {
    margin-top: 100px;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#toc-list {
    background-color: #FFFFFF;
    padding: 20px 28px;
    border-radius: 15px;
    min-height: 237px;
}

#toc-list ul {
    padding: 0;
    list-style: number;
    margin: 0;
}

#toc-list a {
    color: #000000;
    display: block;
    padding: 4px 0px;
    text-decoration: none;
    line-height: 25px;
    font-size: 14px;
}

section.resource-single,
section.customer-story-single {
    padding-top: 130px;
    padding-bottom: 130px;
}

h1.resource-title,
h1.story-title {
    font-size: 40px;
    color: #28A99E;
}

.resource-author,
.story-author {
    display: flex;
    align-items: center;
}

.resource-author img.avatar,
.story-author img.avatar {
    border-radius: 50px;
    margin-right: 8px;
}

.resource-author>div,
.story-author>div {
    display: flex;
    flex-direction: column;
}

.resource-layout .resource-content h2,
.story-layout .resource-content h2 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 30px;
    color: #28A99E !important;
}

.resource-layout .resource-content p,
.story-layout .resource-content p {
    color: #6B6B6B;
    font-size: 16px;
    line-height: 23px;
}

.resource-content ul {
    padding-left: 24px;
}

.resource-content ul li {
    color: #6B6B6B;
    font-size: 16px;
    line-height: 23px;
}

.resource-content blockquote,
.story-content blockquote {
    background-color: #F7F7F7;
    padding: 47px 106px 47px 37px;
    border-radius: 15px;
    margin: 0;
}

.resource-content blockquote p,
.story-content blockquote p {
    font-size: 25px;
    line-height: 37px;
    margin: 0;
    color: #000000 !important;
}

.subscribe-form-field p {
    margin: 0;
}

.subscribe-form-field p br {
    display: none;
}

.subscribe-form-field p input {
    margin: 0;
    width: 90%;
    background-color: #F0F0F0;
    border-radius: 5px;
    color: #8B8E93;
    outline: 0;
    font-size: 12px;
    padding: 8px 12px;
}

.subscribe-form-button p {
    margin: 0;
}


.subscribe-form-button p .wpcf7-submit {
    background-color: #000000;
    width: 100%;
    padding: 13px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
}

.resource-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.recommended-reading {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 107px;
}

.resource-breadcrumb,
.customer-story-breadcrumb {
    font-size: 15px;
}

.resource-breadcrumb a,
.customer-story-breadcrumb a {
    text-decoration: none;
    color: #000000;
}


section.customer-story-single .resource-date,
.resource-single .resource-date {
    background-color: #E5E5E5;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin-top: 52px;
}

.share-icon-list a {
    color: #000000;
}

.customer-story-main-slogn-tiitle {
    width: 70%;
}

.customer-stories-wrapper h2 {
    text-align: center;
    margin-bottom: 60px !important;
    margin-top: 0px !important;
}

.customer-stories-wrapper #customer-stories-results {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 26px;
}

.customer-stories-wrapper .story-thumbnail-container {
    width: 100%;
    margin-bottom: 20px;
    height: 256px;
    background-color: #F7F7F7;
    border-radius: 15px;
    position: relative;
}

.story-thumbnail-container .resource-date {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin-top: 17px;
    margin-left: 16px;
}

.story-details h3 {
    font-size: 20px;
}

.story-details h3 a {
    color: #000000;
}

.story-details h3 {
    font-size: 20px;
    margin-bottom: 0px !important;
}

.story-details p {
    color: #828282;
}

.story-details a.resource-read-more {
    font-size: 18px;
    color: #000;
    margin-top: 31px !important;
    display: block;
}


.ai-product-area .ai-product-ttile {
    width: 70%;
}


.ai-product-area .product-service-description {
    width: 50%;
    margin-left: auto;
    margin-top: -70px;
}

.founder-led-main-header.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #F7F7F7;
}

.best-feature-content-area {
    background-color: #fff;
    border-radius: 15px;
    padding: 0;
}

.feature-bottom-area {
    background: linear-gradient(175deg, #000000, 73%, #f7f7f7 100%);
}

.feature-bottom-area ul {
    color: #fff;
}

.feature-bottom-area ul li {
    margin-bottom: 20px;
}

.feature-top-area {
    padding: 27px 32px 0px 32px !important;
}



.feature-top-area .feature-index h4 {
    display: inline-block;
    background: linear-gradient(45deg, #000000, #666666);
    color: #fff !important;
    padding: 2px 11px 4px 11px !important;
    border-radius: 50px !important;
}

.best-feature-image-area {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 0;
}

.best-feature-content-area {
    padding: 0 !important;
    gap: 0 !important;
}

.security-privacy .elementor-widget-text-editor {
    padding: 18px 18px;
    background-color: #fff;
    color: #000;
    border-radius: 7px;
}

.security-privacy .elementor-widget-text-editor p {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 23px;
}

.security-privacy {
    padding: 0 !important;
}

.real-time-ai-coaching {
    text-align: left;
}

.bg-white {
    background-color: white;
}

.product-video-lower-section.transparent-bg {
    background-color: transparent !important;
    border: 0px solid !important;
}

.primary-button.v2 a {
    border: 1px solid #828282;
    color: #111 !important;
    padding: 15px 24px;
}

.tools-integration.v2 h3 {
    margin-bottom: 5px !important;
}

.tools-integration.v2 .shortcode-integrations .shortcode-item {
    background-color: #fff;
    position: relative;
}

.tools-integration.v2 .shortcode-integrations .shortcode-item .more-integration {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #545454;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-lower-area.v2 .elementor-widget-heading h2 {
    margin-bottom: 0px !important;
}

.real-call-content {
    gap: 6px !important;
}

.real-call-content .secondary-button {
    margin-top: 5px !important;
}

.bold-slogan h5 {
    font-weight: bolder !important;
    font-size: 14px;
}

.mobile-menu-icon {
    display: none;
}

.best-rep-item-image.bg-transparent-image {
    background-color: transparent !important;
}

.product-video-lower-section.about-use-cover-image.sales-coach-lower-banner {
    margin-bottom: 0px !important;
    margin-top: 60px !important;
}

.about-us-points.sales-coach-point {
    margin-top: 10px !important;
}

.subscribe-form-field.footer-subscription .top-label-slogan {
    margin-bottom: 14px;
}

.subscribe-form-field.footer-subscription .top-label-slogan p {
    font-size: 14px;
    color: #828282;
}

.subscribe-form-field.footer-subscription .inline-footer-area-subscribe {
    display: flex;
    align-items: center;
}

.subscribe-form-field.footer-subscription .inline-footer-area-subscribe p input.wpcf7-email {
    font-size: 12px;
    color: #828282;
    padding: 17px 24px 17px 17px;
    background-color: #fff;
    border: 1px solid #000000;
    position: relative;
    max-width: 338px;
    width: 100%;
}

.subscribe-form-field.footer-subscription .subscribe-form-button {
    position: relative;
}

.subscribe-form-field.footer-subscription .inline-footer-area-subscribe input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 0px;
    margin-left: 21px;
    WIDTH: AUTO;
    padding: 14px 16px;
}

.footer-middle-left .wpcf7-response-output {
    padding: 0;
    margin: 0 !important;
    margin-top: 20px !important;
}

.inline-footer-area-subscribe span.wpcf7-not-valid-tip {
    position: absolute;
}

.subscribe-form-field.footer-subscription .inline-footer-area-subscribe p .wpcf7-form-control-wrap {
    position: relative;
}

.subscribe-form-field.footer-subscription .inline-footer-area-subscribe .subscribe-form-button {
    margin-left: 34px;
    display: inline-block;
    max-width: none;
}

.subscribe-form-field.footer-subscription .inline-footer-area-subscribe p .wpcf7-form-control-wrap:after {
    content: '';
    background: url(/wp-content/uploads/2026/03/arrow-right.png);
    width: 15px;
    height: 8px;
    position: absolute;
    right: 24px;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}

.plans-tabs .e-n-tabs-heading {
    margin: auto;
    padding: 5px;
    background-color: #F7F7F7;
    border-radius: 5px;
}

.plans-tabs .e-n-tabs-heading .e-n-tab-title {
    border-radius: 5px;
    cursor: pointer;
}

.plans-tabs .e-n-tabs-heading .e-n-tab-title:hover[aria-selected="false"] {
    background-color: transparent !important;
    color: #111 !important;
}

section.error-404.not-found {
    text-align: center;
    min-height: 659px;
    display: flex;
    align-items: center;
}

section.error-404.not-found h1 {
    font-size: 9rem;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0 !important;
}

section.error-404.not-found h2 {
    margin-top: 0;
}

.footer-middle-right .wp-social-link-linkedin a {
    padding: 0px 4px;
}

.type-2-heading h3 {
    line-height: 30px;
    min-height: 61px;
}

.subscribe-form-field p input {
    font-family: 'Inter';
}

.form-container .form-column textarea {
    font-family: 'Inter';
}

.resource-main .resource-thumb {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    margin-top: 20px;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
    .sucess-story-text p {
        margin: 0;
    }

    .sucess-story-button {
        padding: 0;
    }

    .insyghtful-item .sales-feature-content {
        width: 100% !important;
    }

    .hero-section h1 {
        font-size: 32px !important;
    }

    .faq-starts-heading-area h2.elementor-heading-title.elementor-size-default {
        padding: 0px 0px 0px 17px !important;
    }

    body .about-us-points {
        padding: 5px 20px !important;
        margin-top: 0px !important;
    }

    .mobile-menu-icon {
        position: absolute;
        top: -22%;
        bottom: 0;
        display: flex;
        font-size: 30px;
        right: 2px;
        width: auto;
        align-items: center;
        justify-content: end;
    }

    .site-header {
        position: relative;
    }

    .subscribe-form-field.footer-subscription .inline-footer-area-subscribe .subscribe-form-button {
        position: relative;
        top: 16px;
    }

    body .product-video-lower-section.about-use-cover-image.sales-coach-lower-banner {
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }

    body .cta-lower-area.insyghtful-action-area .primary-button a {
        padding: 13px 24px !important;
    }

    body .about-us-points.sales-coach-point {
        margin-top: 10px !important;
        padding: 0px 23px;
    }

    h1 {
        font-size: 33px;
        font-weight: 600 !important;
        line-height: 39px !important;
        margin-bottom: 22px !important;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 0px !important;
        line-height: 36px !important;
    }

    footer {
        background-color: #F7F7F7;
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .footer-nav-list .footer-nav-item h2.widgettitle {
        font-size: 15px !important;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-top-left {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: center;
    }

    .footer-top-right {
        margin-top: 25px;
    }

    .footer-container {
        padding: 0px 20px;
    }

    .footer-top-right .footer-nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .footer-top-right .footer-nav-list .footer-nav-item {
        text-align: center;
    }

    .footer-middle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        flex-direction: column;
    }

    .footer-bottom {
        display: flex;
        margin-top: 18px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom .footer-bottom-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shortcode-trustedby {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .sales-features-list .sales-features-item {
        flex-direction: column-reverse;
        padding: 15px 13px !important;
    }

    .sales-features-list .sales-features-item .sales-feature-content {
        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
        padding-left: 0px;
    }

    .sales-features-list .sales-features-item .sales-feature-content h4 {
        font-size: 18px;
        line-height: 23px;
        font-weight: 600 !important;
        margin-bottom: 0 !important;
        margin-top: 16px;
    }

    .shortcode-integrations {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        align-items: center;
        justify-content: center;
    }

    .insightfulai-list .insightfulai-item {
        display: flex;
        flex-direction: column !important;
        padding: 0px 14px 0px 14px !important;
    }

    .insightfulai-list .insightfulai-item .insightfulai-content {
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
        padding-top: 5px;
    }

    .insightfulai-list .insightfulai-item .insightfulai-content h4 {
        font-size: 18px;
        line-height: 23px;
        font-weight: 600 !important;
        margin-bottom: 0 !important;
        margin-top: 0;
    }

    .about-insyghtful .product-dashboard-video {
        height: 340px;
    }

    body .product-video {
        height: 300px !important;
    }

    .sucess-story-button {
        text-align: center;
        display: flex;
    }

    .faq-list-container .faq-item:nth-child(even) {
        margin-left: 0;
    }

    .faq-list-container .faq-item {
        cursor: pointer;
        width: 100%;
    }

    .footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-email {
        width: 100%;
        display: inline-block;
    }

    .footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-button {
        width: 100%;
        display: inline-block;
    }

    .footer-middle-right .wp-block-social-links {
        padding: 0;
    }

    .testimonial-card {
        min-width: none !important;
        width: 100% !important;
    }

    .testimonial-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .customer-says {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .custom-says-heading-area {
        margin-bottom: 20px !important;
    }

    .insyghtful-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
    }

    .insyghtful-item {
        width: 100%;
    }

    .sucess-story-text {
        padding: 0 !important;
    }

    .sucess-story-button {
        padding: 0 !important;
    }

    body .tools-integration {
        margin-top: 11px !important;
        margin-bottom: 40px !important;
    }

    body .insightful-start-driving-section {
        padding: 15px 0 0px !important;
    }

    body .cta-lower-area h2 {
        font-size: 24px;
        line-height: 35px;
    }

    .faq-shortcode {
        padding: 0 !important;
    }

    .sales-features-list .sales-features-item .sales-feature-image {
        width: 100%;
        PADDING: 0;
    }

    .insightfulai-list .insightfulai-item .insightfulai-image {
        width: 100%;
        padding: 14px 0px 0px 0px;
    }

    .testimonial-row.row-1.single-row {
        flex-direction: column;
    }

    .insightful-card-block .elementor-widget-image {
        margin-bottom: 10px !important;
    }

    .insightful-card-block h4 {
        line-height: normal !important;
    }

    body .product-video {
        height: 228px !important;
        margin-top: 20px !important;
        border-radius: 8px !important;
    }

    .trust-by-section {
        margin-top: 40px !important;
    }

    .trust-by-section .shortcode-trustedby .shortcode-item {
        padding: 24px 11px;
    }

    .why-you-need {
        margin-top: 40px !important;
    }

    .relationship-sales-team {
        margin-top: 40px !important;
    }

    .tools-integration h3 {
        font-size: 28px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }

    .sucess-story-text {
        padding: 0;
    }

    .sucess-story-button {
        padding: 0;
    }

    body .custom-says-heading-area {
        margin-bottom: 5px !important;
        margin-top: 10px;
    }

    .customer-says .gsap-pin-wrapper {
        padding-bottom: 0px;
    }

    .faq-starts-heading-area {
        padding-bottom: 0px;
    }

    body .faq-list-container {
        margin-top: 0px;
    }

    .cta-lower-area .elementor-widget-heading {
        margin-top: 20px !important;
    }

    .footer-middle .footer-middle-left {
        width: 100%;
    }



    body .policy-page {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 30px;
    }

    body .policy-page h1 {
        font-size: 30px;
        line-height: normal !important;
        margin-bottom: 5px !important;
    }

    body .policy-page h3 {
        font-size: 22px;
        margin-bottom: 20px !important;
    }

    body .policy-page h2 {
        font-size: 26px;
        line-height: 32px !important;
        margin-bottom: 0 !important;
    }

    body .cta-lower-area.insyghtful-action-area h2 {
        margin-bottom: 0 !important;
        font-size: 30px;
    }

    .product-video-lower-section {
        max-width: 80%;
        margin: auto;
        max-height: 230px;
        margin-bottom: 25px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .about-us-points {
        margin-top: 25px !important;
    }

    body .build-show-up .build-show-up-title-area {
        max-width: 100%;
        margin: auto;
    }

    body .build-show-up {
        margin-top: 0px !important;
        padding: 0 !important;
    }

    .best-rep-item-image {
        background-color: #F7F7F7;
        height: 300px !important;
        border-radius: 15px !important;
    }

    .empower-firm-item .image-head {
        width: 77px;
        height: 72px;
        background-color: #fff;
        border-radius: 16px;
    }

    body .build-show-up .build-show-up-title-area p {
        font-size: 14px !important;
    }

    .empower-firm-item .e-con-full.empower-firm-item-text h3 {
        line-height: normal;
    }

    .cta-lower-area {
        padding: 0 !important;
    }

    .build-show-up-title-area {
        padding: 0;
    }

    .hero-section.full-section-data .product-video-lower-section {
        height: 603px !important;
        margin-bottom: 0 !important;
        padding: 0;
        background-size: contain !important;
    }

    .resource-search {
        width: 100%;
    }

    .resource-search input {
        width: 100%;
    }

    .resource-container-area .resource-post-filter-area {
        padding: 0px 10px;
    }

    .resource-content blockquote p,
    .story-content blockquote p {
        font-size: 16px;
        line-height: 25px;
    }


}














.text-center {
    text-align: center;
}


.pathway-block {
    padding: 28px 26px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
}

.pathway-block img {
    width: 138px;
    margin-bottom: 93px;
    margin-left: auto;
    margin-right: auto;
}

.pathway-block h3 {
    color: #006960 !important;
    text-align: center;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
}

.circle-area {
    background-image: url(/wp-content/uploads/2026/04/Ellipse-1.png);
    width: 706px !important;
    height: 706px !important;
    background-size: cover !important;
    margin: auto !important;
    position: relative !important;
    margin-top: 99px !important;
}

.block-area {
    padding: 13px 21px !important;
    background-color: #F7F6F2;
    display: inline-block !important;
    border-radius: 12px !important;
    width: auto !important;
    border: 4px solid #C6A96B;
}

.block-area h3.small {
    margin: 0px;
    color: #063A4C !important;
    text-align: center;
    font-family: 'Inter' !important;
    font-size: 25px;
}

.circle-area .top {
    position: absolute;
    top: -6%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 380px;
    z-index: 9;
}

.circle-area .bottom {
    position: absolute;
    bottom: -5%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 380px;
    z-index: 9;
}

.circle-area .left-top {
    position: absolute;
    left: -15%;
    top: 20%;
    z-index: 9;
}

.circle-area .left-bottom {
    position: absolute;
    left: -15%;
    bottom: 20%;
    z-index: 9;
}

.circle-area .right-top {
    position: absolute;
    right: -15%;
    top: 20%;
    z-index: 9;
}

.circle-area .right-bottom {
    position: absolute;
    right: -15%;
    bottom: 20%;
    z-index: 9;
}

.btn-link a {
    background-color: transparent !important;
    color: #057D88 !important;
    font-size: 16px;
    line-height: normal !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 700 !important;
}

.action-area {
    text-align: center !important;
    margin-top: 47px !important;
}

.testmonial-section {
    padding-top: 136px !important;
 	padding-bottom: 200px !important;
	background-color: #fff !important;	
}

.testmonial-section h2 {
    margin-top: 125px !important;
    font-size: 46px;
    line-height: 60px !important;
    color: #2F2F2F !important;
    margin-bottom: 8px !important;
}

.testmonial-section .testimonial-container {
    margin-top: 26px;
}

.testmonial-section .testimonial-container .testimonial-track {
    align-items: start;
    gap: 20px;
}

.testemonial-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.testemonial-head .icon-area {
    width: 33px;
}

.testemonial-head .icon-area img {
    width: 100%;
}

.testemonial-head .open-close-area {
    padding: 4px 7px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    transform: rotate(0deg);
}

.testimonial-card.active .testemonial-head .open-close-area {
    transform: rotate(180deg);
}

.testemonial-head .open-close-area i {
    font-size: 18px;
    color: #C6A96B;
    line-height: normal;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card .title-area h4 {
    font-size: 22px;
    line-height: normal;
    color: #28A99E !important;
    font-weight: bold !important;
}

.testimonial-card .testimonial-content {
    background-color: #fff;
    padding: 15px 13px;
}

.testimonial-card .testimonial-content p {
    font-size: 18px;
    color: #2F2F2F;
    line-height: 23px;
    margin-bottom: 15px;
}

.testimonial-card .testimonial-content p:first-child {
    margin-top: 0;
}

.testimonial-card .testimonial-content p:last-child {
    margin-bottom: 0;
}

.btn-link.v2 a {
    color: #C6A96B !important;
}

h3.large {
    font-size: 31px;
    margin-bottom: 0px !important;
    line-height: 40px;
}

.consultation-main-block {
    background-color: #F7F6F2;
    padding: 0 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    border: 5px solid rgb(255 255 255 / 50%);
}

.consultation-main-block .consultation-top-block {
    padding: 15px 27px !important;
    min-height: 330px !important;
    position: relative !important;
}
.consultation-main-block .consultation-top-block h3 {
    color: #fff !important;
    font-size: 39px;
    position: absolute !important;
    bottom: 50px !important;
    left: 30px !important;
}

.consultation-bottom-block {
    background-color: #FFFBF2;
    padding: 30px 27px !important;
    color: #6B6B6B !important;
    min-height: 122px !important;
    margin-top: -30px !important;	
    border-radius: 15px 15px 0px 0px !important;
}

.consultation-main-block .consultation-top-block h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 68px;
    font-weight: bold !important;
    padding: 4.5px 22px 8.5px 22px;
    border: 1px solid #fff !important;
    display: inline-block;
    border-radius: 50px;
}

.consultation-section {
    background-image: url(/wp-content/uploads/2026/05/Rectangle-34625096-scaled.webp);
    background-size: contain;
    background-position: 0% 0%;
    border-radius: 50px !important;	
    background-color: transparent;
    margin-top: 106px !important;
	padding-top: 150px !important;	
}

.consultation-section h2 {
    margin-bottom: 0 !important;
}
.home-section-two .consultation-section {
    padding-bottom: 150px;
}
.home-section-two .consultation-section h2
 {
    margin-bottom: 0 !important;
    color: #fff !important;
	 text-transform: uppercase !important;
}

.consultation-section .slogan {
    font-size: 24px !important;
    line-height: 27px !important;
    color: #fff !important;
    max-width: 70% !important;
    margin: auto !important;
}

.consultation-bottom-block p {
    color: #3A3A3A;
    font-size: 22px;
    line-height: 25px;
}

.testmonial-section {
    margin-top: 110px;
}

.testmonial-section h2 {
    line-height: normal;
    margin-bottom: 0 !important;
}

.testmonial-section .btn-link {
    margin-bottom: 40px !important;
}

.consultation-section {
    margin-top: 0px !important;
    padding-top: 225px;
    padding-bottom: 300px;
}

.consultation-section .btn-link {
    margin-bottom: 40px !important;
}


.pathway-container .e-con-inner {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    flex-flow: wrap !important;
}

.pathway-container .e-con-inner {
    gap: 30px !important;
}

.pathway-container .e-con-inner .pathway-block {
    width: 31% !important;
    background-color: #FFFBF2 !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}

.pathway-container .e-con-inner .pathway-block h4 {
    display: inline-block;
    padding: 6.5px 21.5px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #057D88;
    border-radius: 40px;
    margin-bottom: 64px !important;
    color: #C6A96B !important;
    font-weight: bold !important;
    font-family: 'Manrope' !important;
}

.heading-slogan {
    font-size: 20px !important;
    line-height: 27px !important;
    color: #6B6B6B !important;
    max-width: 66% !important;
    margin: auto !important;
}

.faq-home-section {
    margin-top: 23px !important;
}

.faq-home-section h2 {
    margin-bottom: 0 !important;
}

.home-section-two {
    padding-bottom: 53px !important;
}
body footer .container {
    max-width: 1400px;
}

.footer-logo-area img {
    width: 154px;
    height: auto;
}

.footer-top-right .footer-nav-list .footer-subscribe {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 0;
}

.footer-top-right .footer-nav-list .footer-nav-item {
    width: 40%;
}

.footer-top-right .footer-nav-list .footer-subscribe h2 {
/*     font-family: "Manrope", sans-serif !important; */
    font-weight: 600 !important;
    margin-bottom: 13px !important;
    font-size: 22px !important;
    line-height: 140% !important;
    color: #FFEABE !important;
}

.footer-top-right .footer-nav-list .footer-subscribe p {
    color: #fff;
}

.footer-top-right .footer-nav-list .footer-subscribe .widget p {
    margin: 0;
    font-size: 18px;
    line-height: 140% !important;
    font-weight: 400;
    font-family: "Manrope", sans-serif !important;
}

.footer-top-right .footer-nav-list .footer-subscribe form label span {
    width: auto;
    display: block;
}

.footer-top-right .footer-nav-list .footer-subscribe form {
    margin-top: 14px;
    position: relative;
}

.footer-top-right .footer-nav-list .footer-subscribe form input.wpcf7-form-control {
    background-color: transparent;
    border-radius: 50px;
}

.footer-top-right .footer-nav-list .footer-subscribe form input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 19px;
    background-color: #C6A96B;
    color: #fff;
    border: 0px solid;
    cursor: pointer;
    font-size: 17px;
    color: #00524B;
    padding: 11px 10px;
    display: block;
    width: 100%;
    margin: 0;
    transition: 0.3s ease-in-out;
    font-family: 'Manrope' !important;
    font-weight: bold;
}

.footer-top-right .footer-nav-list .footer-subscribe form input.wpcf7-form-control.wpcf7-submit:hover,
.footer-top-right .footer-nav-list .footer-subscribe form input.wpcf7-form-control.wpcf7-submit:focus {
    background-color: #B89A5A !important;
}

.footer-top-right .footer-nav-list .footer-subscribe form input.wpcf7-form-control {
    background-color: transparent;
    border-radius: 50px;
    padding: 12.5px 17.5px;
    font-size: 15px;
    color: #fff;
    outline: 0;
    margin-right: 0;
    margin-bottom: 14px;
    width: 100%;
    display: block;
    min-width: 0 !important;
    box-sizing: border-box;
}

.footer-top-right .footer-nav-list .footer-subscribe form input.wpcf7-form-control::placeholder {
    color: #fff;
}

.footer-top-right .footer-nav-list .footer-subscribe form span.wpcf7-not-valid-tip {
    position: absolute;
    top: 260%;
    left: 3%;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons a {
    color: #fff;
    font-size: 22px;
}

.footer-subscribe .wpcf7 form.invalid .wpcf7-response-output,
.footer-subscribe .wpcf7 form.unaccepted .wpcf7-response-output,
.footer-subscribe .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    margin-top: 40px;
}

.about-background-image {
    height: 657px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 25px rgb(72 72 72 / 25%), inset 0 2px 8px rgba(255, 255, 255, 0.15);
    border: 10px solid rgb(0 0 0 / 25%) !important;
    background-repeat: no-repeat;
    background-size: 104% !important;
}

.invert-section {
    background-color: #fff;
}

.vision-mission {
    padding-top: 297px !important;
    padding-bottom: 127px !important;
    margin-top: -220px !important;
    z-index: -1 !important;
    border-radius: 50px !important;
}

.vision-mission h2 {
    color: #C6A96B !important;
    font-size: 70px;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    grid-column: span 2;
}

.vision-mission p {
    font-size: 24px;
    line-height: 30px;
    color: #fff !important;
    font-family: 'Inter' !important;
}

.vision-mission .e-con-inner .mission-vision-item:first-child {
    margin-bottom: 90px;
}
.vision-mission .e-con-inner .mission-vision-item:last-child {
    margin-top: 106px;
}
.founder-content-area {
    gap: 20px !important
}

.meet-founder {
    padding: 110px 0px !important;
}

.meet-founder h2 {
    color: #28A99E !important;
    font-size: 46px !important;
    text-transform: uppercase;
}

.meet-founder p {
    color: #6B6B6B;
    font-size: 24px;
    line-height: 30px;
    font-family: Inter;
}

.meet-founder .founder-image-area .e-child {
    height: 516px;
    border-radius: 15px;
}

.founder-details {
    position: absolute !important;
    bottom: -17% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    background-color: #28A89D !important;
    border-radius: 15px !important;
}

.founder-details h3 {
    font-size: 34px !important;
    color: #fff !important;
    line-height: 25px;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
}

.founder-details p {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 10px;
    margin-top: 6px !important;
    padding-right: 60px;
    padding-top: 5px;
    font-family: 'Manrope';
}

.founder-details .elementor-widget-social-icons {
    position: absolute !important;
    right: 0px !important;
    top: -11px !important;
    bottom: 0px !important;
    margin: auto !important;
}

.founder-details .elementor-social-icon {
    background-color: transparent !important;
}

.about-main-section {
    padding-top: 75px !important;
}

.about-top-area h1 {
    width: 90%;
    line-height: 70px !important;
    margin: 0px !important;
    color: #28A99E !important;
    font-size: 70px !important;
    text-transform: uppercase;
}

.about-page-slogan {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #6B6B6B !important;
    font-family: 'Inter' !important;
}

.expert-highlight {
    padding-top: 86px !important;
    padding-bottom: 88px !important;
}

.expert-highlight h2 {
    font-size: 36px !important;
    margin-bottom: 0 !important;
    color: #2F2F2F !important;
    font-weight: 500 !important;
}

.expert-highlight h2 strong {
    font-size: 80px;
    color: #28A99E;
    text-transform: uppercase;
}

.expert-highlight p.heading-slogan {
    color: #6B6B6B !important;
    font-size: 22px !important;
}

.expert-tag-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    /* centers each row */
    gap: 20px;
}

.expert-tag-container .expert-tag-item img {
    width: 60px;
}
.expert-tag-container .expert-tag-item:nth-last-child(2) img {
    width: 90px;
}
.expert-tag-container .expert-tag-item:nth-last-child(1) img {
    width: 90px;
}
.expert-tag-container .expert-tag-item {
    padding: 10px 18px;
    background-color: #FEFCFA;
    color: #000000;
    border-radius: 12px;
    border: 1px solid #C6A96B;
    width: 299px;
    max-width: 100%;
    display: flex !important;
    align-items: center;
    height: 90px;
}

.expert-tag-container .expert-tag-item p {
    font-size: 16px;
    line-height: 21px;
    margin-left: 16px;
}

.expert-highlight .btn-link {
    margin: auto;
}

.cta-section h2 {
    font-size: 36px !important;
    line-height: normal;
    color: #2F2F2F !important;
}

.cta-section p {
    font-size: 16px;
    color: #6B6B6B;
    line-height: 25px !important;
}

.cta-section button {
    margin-right: auto;
}

.section-approch-block .block-card-item {
    padding: 34px 27px;
    border-radius: 15px;
    border: 4px solid rgb(255 255 255 / 25%);
    background-color: #28A79C;
    box-shadow: 0 10px 25px rgb(72 72 72 / 25%), inset 0 2px 8px rgba(255, 255, 255, 0.15);
}

.section-approch-block .block-card-item h3 {
    color: #fff !important;
    font-size: 34px;
}

.section-approch-block .block-card-item ul li .elementor-icon-list-text {
    font-size: 19px;
    color: #ffff !important;
    padding-left: 14px;
    line-height: 33px;
}

.section-approch-block .block-card-item ul li .elementor-icon-list-icon svg {
    width: 20px;
    height: 20px;
}

.section-approch-block .e-con-inner {
    display: flex !important;
    padding: 0;
    flex-direction: row !important;
}

.section-approch-block .block-card-item ul li {
    margin-bottom: 12px;
}

.section-approch-block .block-card-item ul li:last-child {
    margin-bottom: 0;
}

.section-approch-block .block-card-item ul li svg path {
    fill: transparent !important;
}

.founder-content-area p strong {
    color: #28A99E;
    font-size: 24px;
    font-weight: bold;
}

.meet-founder.v2 .founder-content-area {
    align-items: center !important;
    justify-content: center !important;
}

.meet-founder.v2 .founder-details h4 {
    display: inline-block;
    margin: 0 !important;
    color: #057D88 !important;
    font-size: 15px;
    line-height: 15px;
}

.meet-founder.v2 .founder-details p {
    display: inline;
    font-size: 9px !important;
    line-height: normal;
}

.meet-founder.v2 .founder-details .founder-details-block {
    padding: 0;
    width: 80%;
}

.meet-founder.v2 .founder-details .icon-sight {
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    display: flex;
}

.section-approch-block {
    padding-top: 102px;
	padding-bottom: 77px;
}
section-approch-block
.hero-block-detail-area {
    margin-top: -74px !important;
    width: 60% !important;
    margin-right: 0 !important;
    margin-left: auto !important;
}

.tag-block {
    color: #057D88;
    font-size: 16px;
    padding: 8px 13px;
    display: inline-block !important;
    width: auto !important;
    border-radius: 5px;
    background-color: #FFF6E4;
    margin-left: 0 !important;
    margin-right: auto !important;
    font-weight: 500;
}

.button-hero-area {
    margin-top: 20px !important;
    padding: 0 !important;
}

.cta-main-area {
    padding-bottom: 127px !important;
    padding-top: 50px !important;
}

.hero-block-left-area {
    width: 60% !important;
}

.hero-area .hero-area-content .cta-section button {
    margin-right: 0 !important;
}

.pricing-item h3 {
    margin-bottom: 11px !important;
    font-size: 20px !important;
    color: #002C28 !important;
    font-family: 'Manrope' !important;
}

.pricing-item h2 {
    color: #057D88 !important;
    font-size: 28px !important;
    line-height: normal;
    margin-bottom: 10px !important;
}

.pricing-item p {
    color: #6B6B6B !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.pricing-item ul {
    padding-left: 19px;
    font-size: 16px;
    color: #6B6B6B !important;
}

.pricing-item ul li {
    margin-bottom: 11px;
}

.pricing-item ul li:last-child {
    margin-bottom: 0;
}

.pricing-item h4 {
    font-size: 18px;
    color: #28A99E !important;
    margin-bottom: 13px !important;
    font-family: 'Manrope' !important;
    font-weight: bold !important;
}

.pricing-item {
    padding: 17px 30px !important;
    background-color: #FFFBF3 !important;
    border-radius: 15px !important;
    border: 6px solid rgb(198 169 107 / 20%);
}

.hero-block-left-area.v2 {
    width: 80% !important;
}

.about-main-section.v2 {
    padding-top: 105px !important;
    padding-bottom: 100px !important;
}

.about-main-section.v2 h1 {
    color: #fff !important;
}

.about-main-section.v2 h1 {
    color: #fff !important;
    font-size: 54px !important;
    width: 100%;
    line-height: 60px !important;
}

.about-main-section.v2 p {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
}

.about-main-section.v2 p.tag-block {
    color: #057D88;
    font-size: 16px;
}

.hero-block-detail-area.v2 {
    margin-top: -20px !important;
}

.pricing-item .pricing-item-container {
    padding: 0 !important;
    min-height: 680px;
}

.pricearea {
    padding-top: 56px !important;
}
.pricearea h2 {
    color: #28A99E !important;
    text-transform: uppercase;
}
.workshop-immersive {
    padding-top: 86px !important;
    padding-bottom: 44px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    background-size: 100% 100% !important;
    border-radius: 15px !important;
}

.workshop-immersive h3 {
    font-size: 46px !important;
    color: #005850 !important;
    line-height: 60px !important;
    max-width: 80%;
    margin: auto !important;
    text-transform: uppercase;
}

.workshop-immersive p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    max-width: 90%;
    margin: auto !important;
}
.workshop-immersive h3.immerse-exp-head {
    font-size: 22px !important;
    line-height: normal !important;
    color: #063A4C !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
}
.section-approch-block .workshop-immersive .block-card-item {
    background-color: #FFF8E9 !important;
    padding: 24px 14px !important;
    border: 4px solid rgb(198 169 107 / 20%);
}

.section-approch-block .workshop-immersive .block-card-item .elementor-icon-list-text {
    color: #6B6B6B !important;
}

.section-approch-block .workshop-immersive .idea-div {
    text-align: center;
}

.section-approch-block .workshop-immersive .idea-div h3 {
    display: inline;
    font-size: 20px !important;
    color: #C6A96B !important;
    text-transform: capitalize;
    font-family: 'Manrope' !important;
}

.section-approch-block .workshop-immersive .idea-div p {
    display: inline;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
}

.workshop-immersive .btn-link {
    text-align: center;
}

.consulting-institution {
    padding-top: 43px !important;
    padding-bottom: 141px !important;
}

.consulting-institution h3.large {
    font-size: 28px;
    color: #057D88 !important;
    margin-bottom: 23px !important;
}

.consulting-institution p.large {
    font-size: 22px;
    color: #6B6B6B !important;
    line-height: 30px;
    margin-bottom: 57px;
}

.consulting-institution .consulting-list h3.small {
    font-size: 24px !important;
    color: #2F2F2F !important;
    margin-bottom: 17px !important;
    line-height: 25px !important;
}

.consulting-institution .consulting-list ul li .elementor-icon-list-icon svg {
    width: 20px;
    height: 20px;
}

.svg-inner-clarity .e-svg-base {
    width: 135px !important;
    height: 135px !important;
}

.clarity-block {
    height: 100% !important;
    margin: auto !important;
}

.consulting-institution .consulting-list ul li {
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C6A96B;
}

.consulting-institution .consulting-list ul {
    margin-top: 27px;
}

.consulting-institution .consulting-list ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #C6A96B;
}

.consulting-institution .consulting-list ul li .elementor-icon-list-text {
    font-size: 16px;
    color: #6B6B6B !important;
    padding-left: 13px;
}

.consulting-institution .consulting-list ul li .elementor-icon-list-icon svg path {
    fill: transparent !important;
}

.clarity-block {
    position: relative !important;
    background-size: 100% 100% !important;
    padding: 22px !important;
    text-align: center !important;
}

.clarity-block h3 {
    font-size: 42px;
    color: #003833 !important;
    margin-bottom: 25px !important;
    margin-top: 22px !important;
    line-height: 43px !important;
    font-weight: 600 !important;
}

.clarity-block p {
    font-size: 19px;
    color: #fff !important;
    line-height: normal !important;
    margin-bottom: 0px !important;
}

.clarity-block button {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    background-color: #1E4B4F !important;
    border: 0px solid !important;
}

.faq-main.main-faq-page {
    background-color: #fff;
    padding: 26px 20px;
    border-radius: 20px;
}

.faq-main.main-faq-page .faq-list-container.shortcode-faq {
    margin-top: 0;
}

.faq-main.main-faq-page .faq-list-container .faq-item .faq-content .faq-icon {
    background-color: transparent;
}

.faq-main.main-faq-page .faq-list-container .faq-item .faq-content .faq-icon svg path {
    fill: #fff !important;
}

.faq-main .faq-list-container .faq-item {
    width: 100%;
    margin-left: 0;
}
.faq-list-container .faq-item:last-child {
    margin-bottom: 0;
}
.faq-main-container {
    padding-top: 117px !important;
    padding-bottom: 49px !important;
}

.main-testmonial-container .testimonial-container .testimonial-track {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.main-testmonial-container .testimonial-container .testimonial-track .testimonial-card {
    width: 32.3%;
    min-width: 0px;
}

.testimonial-content {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.testimonial-card.active .testimonial-content {
    max-height: 1000px;
    /* adjust based on content */
}

.main-testmonial-container {
    padding-top: 61px !important;
    padding-bottom: 144px !important;
}

.resource-post-filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resource-post-filter-area .resource-categories button.resource-filter {
    color: #063A4C;
    background-color: transparent;
    outline: 0;
    border: 0px solid;
    font-size: 18px;
    font-family: 'Inter';
    cursor: pointer;
    padding: 0px 14px;
  	font-weight: 400;	
}

.resource-post-filter-area .resource-categories button.resource-filter.active {
    font-weight: 500;
}

.resource-search input#resource-search {
    padding-left: 43px;
    border-radius: 100px;
    outline: 0;
    min-width: 315px;
    padding-left: 51px;
    border: 4px solid rgb(198 169 107 / 30%);
}

.resource-thumb-container {
    position: relative;
}

.resource-thumb-container .item-post-top-area {
    position: absolute;
    width: 100%;
    top: 11px;
    padding: 0px 17px;
}

.event-insight-main-area .tag-block {
    margin: auto !important;
}

.event-insight-main-area {
    padding-top: 50px !important;
}

.event-shortcode-main-area {
    padding-top: 66px !important;
}

.resource-sidebar h4 {
    color: #00524B !important;
    margin-top: 0;
    font-family: 'Manrope' !important;
    font-weight: bold !important;
}

.resource-main .meta-data-set .resource-category {
    font-size: 10px;
    padding: 7px 12px;
    border-radius: 50px;
    background-color: #FFECC5;
    display: inline-block;
    color: #063A4C;
    margin-right: 12px;
}

.resource-main .meta-data-set .resource-date {
    margin: 0;
    font-size: 10px;
    background-color: transparent;
    padding: 0;
}

/* .resource-main .meta-data-set {
    margin-top: 43px;
    margin-bottom: 31px;
} */
.resource-main .meta-data-set {
    margin-top: 21px;
    margin-bottom: 26px;
}

body .resource-thumb-container .item-post-top-area {
    position: absolute;
    width: 93%;
    top: 11px;
    padding: 0px;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

.resource-sidebar .resource-subscribe h4 {
    font-size: 14px;
    margin-bottom: 0 !important;
    color: #2F2F2F !important;
}

.resource-sidebar .resource-subscribe {
    margin-top: 18px;
}

.resource-sidebar .resource-subscribe form input.wpcf7-form-control.wpcf7-email {
    color: #9B9B9B;
    padding: 11px 17px;
    border-radius: 100px;
    font-size: 12px;
    margin-top: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    outline: 0;
    border-color: transparent !important;
}

.resource-sidebar .resource-subscribe form input.wpcf7-submit {
    background-color: #c6a96b;
    color: #fff;
    border: 0px;
    width: 100%;
    padding: 13px 10px;
    border-radius: 200px;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Manrope' !important;
}

.resource-sidebar .resource-subscribe form label {
    width: 100%;
    display: block !important;
}

.resource-sidebar .resource-subscribe form label span {
    display: block;
    width: 100%;
}

.share-icon-list a {
    color: #C6A96B;
    font-size: 23px;
}

.contact-form .two-col {
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
    padding: 0px 10px;
}

.contact-form .two-col label {
    display: block;
    font-size: 16px;
    color: #2F2F2F;
    font-family: 'Inter';
}

.contact-form .two-col label span.wpcf7-form-control-wrap {
    display: block;
}

.contact-form .two-col label span.wpcf7-form-control-wrap input.wpcf7-form-control {
    display: block;
    width: 100%;
    border-radius: 64px;
    padding: 13px 15px;
    font-size: 14px;
    color: #6B6B6B;
    outline: 0;
    border: 1px solid #C6A96B;
}

.contact-form .two-col label span.required {
    font-size: 18px;
    color: #FF3E41;
    margin-left: 3px;
}

.contact-form .two-col label select.wpcf7-form-control {
    display: block;
    width: 100%;
    border-radius: 64px;
    padding: 13px 15px;
    font-size: 14px;
    color: #6B6B6B;
    border: 1px solid #C6A96B;
    outline: 0;
    margin-top: 12px;
    appearance: none;
}

.contact-form .full-col {
    width: 100%;
    padding: 0px 10px;
}

.contact-form .full-col label {
    display: block;
    font-size: 16px;
    color: #2F2F2F;
    font-family: 'Inter';
}

.contact-banner-area .v4.founder-details {
    padding: 21px 30px !important;
}

.contact-banner-area .v4.founder-details p {
    color: #6B6B6B !important;
}

.contact-banner-area .v4.founder-details p strong {
    color: #28A99E !important;
    font-weight: 500;
}

.contact-form .full-col label span.required {
    font-size: 18px;
    color: #FF3E41;
    margin-left: 3px;
}

.contact-form .full-col label span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.contact-form .full-col label span.wpcf7-form-control-wrap textarea {
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #C6A96B;
    max-height: 600px !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.contact-form .full-col input[type="submit"] {
    background-color: #C6A96B !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    outline: 0;
    border: 0px solid;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.contact-form .full-col input[type="submit"]:hover,
.contact-form .full-col input[type="submit"]:focus {
    background-color: #04646d !important;
}

.button-secondary:hover,
.button-secondary:focus {
    background-color: #04646d !important;
    color: #fff !important;
}

.btn-primary-top-menu.current-menu-item a {
    background-color: #057D88 !important;
    color: #fff;
}

.founder-details.v2 {
    width: 100% !important;
    min-width: none !important;
    max-width: 796px !important;
    border-radius: 15px !important;
    position: relative !important;
    margin-top: 68px !important;
    margin-bottom: 128px !important;
}

.founder-details.v2 .founder-details-block {
    width: 85%;
}

.founder-details.v2 .elementor-widget-image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    right: 20px;
}

.wpcf7-acceptance.optional span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance.optional span.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}

.wpcf7-acceptance.optional span.wpcf7-list-item label input[type="checkbox"] {
    border-radius: 4px !important;
    margin-right: 14px;
}

.wpcf7-acceptance.optional span.wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 12px;
    width: 70%;
}

.full-col.acceptance-div {
    margin-bottom: 28px;
    margin-top: 20px;
}

.founder-details.v2 .founder-details-block p {
    color: #6B6B6B !important;
}

.founder-details.v2 .founder-details-block p strong {
    color: #057D88 !important;
}

.policy-page .tag-block {
    margin-bottom: 25px !important;
    color: #057D88 !important;
}

.popmake {
    padding: 0 !important;
    background-color: #1E4B4F !important;
}

.newsletterpopup-container {
    display: flex;
}

.popmake .newsletterpopup-leftarea {
    background-image: url(/wp-content/uploads/2026/04/Group-1000004539-1.webp);
    width: 40%;
    background-size: cover;
    background-position: 50%;
}

.newsletterpopup-rightarea {
    width: calc(100% - 40%);
    padding: 176px 34px;
    position: relative;
}

.newsletterpopup-rightarea h2 {
    font-size: 39px;
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 34px !important;
}

.newsletterpopup-rightarea h2 strong {
    color: #fff;
    font-size: 96px;
    font-weight: 400;
}

.newsletterpopup-rightarea p {
    font-size: 14px;
    color: #fff;
}

.newsletterpopup-rightarea .newsletterpopup-contenarea {
    width: 100%;
    max-width: 508px;
}

.newsletter-contactform-field input.wpcf7-form-control {
    background-color: transparent;
    font-size: 14px;
    padding: 13px 16px;
    color: #fff;
    border-radius: 50px;
    width: 71%;
}

input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #fff;
}

.newsletter-contactform-field input.wpcf7-form-control.wpcf7-submit {
    background-color: #FFCF69;
    border: 0px solid;
    outline: 0;
    cursor: pointer;
    width: 25%;
    color: #1E4B4F;
    padding: 13px 24px;
    font-size: 16px;
    margin-left: 14px;
    font-family: "Manrope", sans-serif !important;
}

.newsletter-contactform-field.full input.wpcf7-form-control {
    width: 100%;
}

.newsletterpopup-rightarea .social-area {
    position: absolute;
    bottom: 27px;
    right: 35px;
    display: flex;
    align-items: center;
}

.newsletterpopup-rightarea .social-area p {
    margin: 0;
    padding-right: 12px;
}

.popmake {
    border-radius: 15px !important;
    border: 0px solid !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.popmake button.pum-close.popmake-close {
    right: 4px !important;
    top: 16px !important;
    background-color: transparent !important;
    border: 0px solid !important;
    box-shadow: none !important;
    font-size: 67px !important;
    font-family: 'Manrope' !important;
    cursor: pointer;
}

.newsletterpopup-contenarea .wpcf7-response-output {
    color: #fff;
    border-color: transparent !important;
}
.home-section-two .content-sec-three p {
    margin-top: 90px;
    text-align: center;
}
.home-section-two .content-sec-three .action-area {
    margin-top: 30px !important;
}
.content-sec-three p {
    color: #EDEDED;
    font-size: 24px;
    line-height: 27px;
}

.testimonial-heading-area h1 {
    font-size: 54px !important;
    line-height: 60px !important;
    color: #2F2F2F !important;
}

.testimonial-heading-area p {
    font-size: 20px !important;
    line-height: 27px !important;
    color: #6B6B6B !important;
}

.testimonial-heading-area p.tag-block {
    font-size: 16px !important;
    color: #057D88 !important;
}

.resource-center-header h1 {
    font-size: 60px;
    line-height: 70px;
    color: #28A99E;
}

.resource-center-header p {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #6B6B6B !important;
}

.faq-page-heading-area h1 {
    margin-bottom: 0px !important;
}

.faq-page-heading-area p.slogan-faq {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #6B6B6B;
    font-family: 'Inter' !important;
}

.contact-heading p.tag-block {
    color: #057D88 !important;
}


.new-cta-section {
    margin-top: 40px !important;
    margin-bottom: 51px !important;
    padding: 128px 155px !important;
    background: url(/wp-content/uploads/2026/05/Group-1000004623-scaled.webp);
    background-size: cover !important;
    text-align: center !important;
    background-position: center;
    border-radius: 0px !important;
}

.new-cta-section p {
    font-size: 24px !important;
    line-height: 30px;
    color: #fff !important;
    max-width: 70%;
    margin: auto !important;
    font-family: 'Inter' !important;
}

.new-cta-section h2 {
    text-align: center;
    color: #fff !important;
    width: 80%;
    margin: auto !important;
    margin-bottom: 0px !important;
    font-size: 80px;
    line-height: normal;
    text-transform: uppercase !important;
}

.new-cta-section a.btn-primary {
    transition: 0.3s ease-in-out;
    background-color: #C6A96B !important;
    border: 1px solid #C6A96B !important;
    color: #063A4C !important;
    margin: auto !important;
    font-size: 17px !important;
    margin-top: 20px !important;
    font-family: 'Manrope' !important;
    font-weight: bold !important;
}

.new-cta-section a.btn-primary:hover,
.new-cta-section a.btn-primary:focus {
    background-color: #f8c966 !important;
    color: #2F2F2F !important;
    border: 1px solid #f8c966 !important;
}

.our-approach-top-sec h2 {
    font-size: 70px;
    line-height: 70px;
    width: 70% !important;
    color: #28A99E !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.our-approach-top-sec p {
    font-size: 22px !important;
    line-height: 30px !important;
}


.our-approach-top-sec p.tag-block {
    font-size: 16px !important;
    line-height: 25px !important;
}

.work-with-us-container .about-top-area {
    flex-direction: column !important;
}

.work-with-us-container .about-top-area .work-with-us-heading-area {
    width: 80%;
}

.work-with-us-container .about-top-area .work-with-us-detail-area {
    width: 67%;
    margin-left: 0 !important;
    margin-right: auto !important;
    display: inline-block !important;
}

.work-with-us-container .about-top-area .work-with-us-heading-area h1 {
    font-size: 50px !important;
    line-height: 70px !important;
    font-weight: 500 !important;
}

.work-with-us-container .about-top-area .work-with-us-heading-area h1 strong {
    color: #FFCF69 !important;
    display: block;
    font-weight: 500;
    font-size: 70px !important;	
}

.work-with-us-container .about-top-area .work-with-us-heading-area h1 em {
    color: #FFEABE !important;
    display: block;
    text-decoration: none !important;
    font-style: normal !important;
    font-size: 50px !important;
}

.work-with-us-container.about-main-section {
    padding-top: 117px !important;
    padding-bottom: 277px !important;
}

.core-path-list .elementor-icon-list-item {
    margin-bottom: 11px !important;
    vertical-align: top !important;
}

.core-path-list .elementor-icon-list-text {
    font-size: 16px !important;
    color: #6B6B6B !important;
    vertical-align: top !important;
}

.core-path-list .elementor-icon-list-icon {
    vertical-align: top !important;
}
.home-section-two h2 {
    color: #28A99E !important;
}
.home-section-two .testmonial-section h2 {
    color: #28A99E !important;
	text-transform: uppercase !important;
}
@media only screen and (max-width: 560px) {
    .circle-area {
        background: transparent;
    }

    .founder-image-area {
        padding: 0;
    }

    .founder-gird-content-area {
        gap: 0 !important;
    }

    .meet-founder .founder-image-area .e-child {
        width: 100% !important;
        height: 456px !important;
    }

    .faq-main-container {
        padding-bottom: 0px !important;
    }

    .cta-main-area {
        padding-top: 0px !important;
    }

    .circle-area .top {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        max-width: none !important;
        width: 100% !important;
    }

    .circle-area .left-top {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 10px !important;
        max-width: none !important;
        width: 100% !important;
    }

    .heading-slogan {
        max-width: 100% !important;
    }

    .about-top-area h1 {
        line-height: 36px !important;
        font-size: 25px !important;
        width: 100% !important;
    }

    .circle-area .left-bottom {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        margin-top: 10px !important;
        max-width: none !important;
        width: 100% !important;
    }

    .circle-area .right-top {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        margin-top: 10px !important;
        max-width: none !important;
        width: 100% !important;
    }

    .circle-area .right-bottom {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        margin-top: 10px !important;
        max-width: none !important;
        width: 100% !important;
    }

    .circle-area .bottom {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        max-width: none !important;
        margin-top: 10px !important;
        width: 100% !important;
    }


    body .pathway-container .e-con-inner .pathway-block {
        width: 100% !important;
    }

    .pathway-container>.e-con-inner {
        flex-flow: wrap !important;
        flex-direction: column !important;
    }

    .content-sec-three>.e-con-inner {
        width: 100% !important;
        box-sizing: border-box;
        padding-top: 20px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .content-sec-three>.e-con-inner h2 {
        box-sizing: border-box;
        width: 100%;
    }

    .content-sec-three>.e-con-inner p {
        box-sizing: border-box;
        width: 100%;
    }

    .content-sec-three>.e-con-inner .circle-area {
        width: 100% !important;
        box-sizing: border-box !important;
        max-width: none !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        background: transparent !important;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 0px !important;
        line-height: 30px !important;
    }

    .content-sec-three p.e-paragraph-base {
        font-size: 14px;
        white-space: normal;
    }

    .home-section-two {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    h2 strong {
        font-size: 31px !important;
    }

    h3.medium {
        font-size: 20px !important;
    }

    h3.small {
        font-size: 18px !important;
    }

    .action-area {
        margin-top: 10px !important;
    }

    body .testimonial-track {
        display: flex;
        gap: 14px;
        width: 100%;
        flex-direction: column;
    }

    footer {
        background-color: #1E4B4F;
        padding-top: 53px;
        padding-bottom: 33px;
        background-size: cover;
    }

    .faq-home-section {
        margin-top: 20px !important;
    }

    .consultation-main-block .consultation-top-block h5 {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    h3.large {
        font-size: 22px !important;
    }

    .faq-list-container .faq-item .faq-content h4 {
        margin: 0 !important;
        line-height: 22px !important;
        padding-right: 19px;
        font-size: 16px !important;
    }

    .faq-home-section {
        margin-top: 20px !important;
    }

    .consultation-section {
        margin-top: 15px !important;
    }

    body .consultation-section .btn-link {
        margin-bottom: 10px !important;
    }

    .consultation-section {
        background-size: cover !important;
    }

    .hero-area h1 strong {
        font-size: 38px !important;
    }

    .hero-area p.slogan {
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px !important;
    }

    .hero-area .hero-area-content .cta-section button {
        margin-right: 0 !important;
        font-size: 14px;
    }

    .hero-area .cta-section {
        flex-direction: column;
    }

    .consultation-bottom-block {
        background-color: #FFFBF2;
        padding: 20px 27px !important;
        color: #6B6B6B !important;
        border-radius: 15px !important;
        min-height: auto !important;
    }

    .footer-top-right .footer-nav-list .footer-subscribe h2 {
        font-size: 24px;
    }

    .footer-top-right {
        margin-top: 25px;
        max-width: 100%;
    }

    .footer-top-right .footer-nav-list .footer-nav-item {
        width: 100%;
    }

    .footer-top-right .footer-nav-list .footer-subscribe .widget p>label {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    .footer-top-right .footer-nav-list .footer-subscribe .widget p>label>span.wpcf7-form-control-wrap {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .footer-top-right .footer-nav-list .footer-subscribe .widget p>label>span.wpcf7-form-control-wrap input[type="email"] {
        width: 100%;
        box-sizing: border-box;
    }

    .footer-top-right .footer-nav-list .footer-subscribe {
        width: 100%;
        position: relative;
        top: 0;
        text-align: center;
    }

    .about-main-section {
        padding-top: 20px !important;
    }

    .about-top-area h2 {
        font-size: 25px !important;
        line-height: 36px !important;
        text-align: left;
    }

    .vision-mission {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        margin-top: 0 !important;
        z-index: -1 !important;
    }

    .vision-mission h2 {
        font-size: 24px !important;
    }

    .vision-mission p {
        font-size: 16px !important;
        line-height: 24px;
    }

    .meet-founder p {
        color: #6B6B6B;
        font-size: 16px;
        line-height: 30px;
    }

    .expert-highlight h2 strong {
        font-size: 48px !important;
    }

    .vision-mission .e-con-inner .mission-vision-item:first-child {
        margin-bottom: 10px !important;
    }
	.vision-mission .e-con-inner .mission-vision-item:last-child {
		margin-top: 10px;
	}
    .meet-founder {
        padding: 40px 0px !important;
    }

    .expert-highlight {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .expert-highlight h2 {
        font-size: 24px !important;
    }

    .expert-highlight p.heading-slogan {
        color: #057D88 !important;
        font-size: 14px !important;
        text-align: center !important;
    }

    .cta-section h2 {
        font-size: 24px !important;
    }

    .header-nav li.btn-primary-top-menu {
        margin-top: 12px;
    }

    .hero-block-left-area {
        width: 100% !important;
        margin: auto;
    }

    .hero-block-left-area p.tag-block {
        margin: auto !important;
    }

    .hero-block-detail-area {
        margin: 0 !important;
        width: 100% !important;
        display: block;
        text-align: center;
    }

    .section-approch-block {
        padding-top: 15px !important;
    }

    .cta-main-area {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }

    .meet-founder.v2 {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }

    .work-with-us-container {
        background-size: cover !important;
    }

    .about-main-section.v2.work-with-us-container h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .about-main-section.v2.work-with-us-container {
        padding-bottom: 132px !important;
        padding-top: 50px !important;
    }

    .pricearea {
        margin-top: -80px !important;
        padding-top: 20px !important;
    }

    .hero-block-left-area.v2 {
        width: 100% !important;
    }

    .pricing-item h3 {
        font-size: 18px !important;
    }

    .pricing-item h2 {
        font-size: 21px !important;
        line-height: 30px !important;
    }

    .pricing-item .pricing-item-container {
        min-height: auto !important;
        padding-bottom: 20px !important;
    }

    .consultation-block {
        padding: 35px 20px !important;
        background-color: #FFFBF3 !important;
        border-radius: 20px !important;
    }

    .faq-main-container .background-image-item {
        position: absolute;
        left: 0;
        width: 62px;
        top: 20px;
        bottom: auto;
        margin: auto;
        display: flex;
        align-items: center;
        right: 0;
        margin: auto;
    }

    .testimonial-heading-area h1 {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 0px !important;
    }

    .resource-center-header h1 {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 0px !important;
    }

    .consulting-institution h2 {
        font-size: 28px !important;
        color: #057D88 !important;
        width: 100%;
        margin: auto !important;
        margin-bottom: 22px !important;
    }

    .consulting-institution {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }

    .consulting-institution .consulting-list h3.small {
        font-size: 21px !important;
        color: #2F2F2F !important;
        margin-bottom: 24px !important;
        line-height: 25px !important;
    }

    .consulting-institution p.large {
        font-size: 20px;
        color: #6B6B6B !important;
        line-height: 27px;
        margin-bottom: 18px !important;
    }

    .workshop-immersive {
        padding-top: 30px !important;
        padding-bottom: 44px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .section-approch-block .block-card-item {
        padding: 18px 17px !important;
    }

    .clarity-block button {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin-top: 27px !important;
    }

    .faq-main-container {
        padding-top: 70px !important;
        padding-bottom: 20px !important;
    }

    .main-testmonial-container {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    body .resource-post-filter-area {
        margin-bottom: 30px !important;
        flex-direction: column !important;
    }

    .event-insight-main-area {
        padding-top: 20px !important;
    }

    .event-shortcode-main-area {
        padding-top: 20px !important;
    }

    .resource-search {
        margin-top: 20px !important;
    }

    button#load-more-resources.load-more-button {
        text-align: center;
        display: flex;
        font-size: 15px;
    }

    h1.resource-title,
    h1.story-title {
        font-size: 26px;
        color: #2F2F2F;
        line-height: 32px !important;
    }

    .resource-main .meta-data-set {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contact-heading h1 {
        font-size: 30px !important;
    }

    .contact-heading h1 strong {
        font-size: 41px !important;
    }

    .contact-form {
        margin-top: 10px !important;
        padding: 29px 20px 0px 20px !important;
    }

    .contact-form .two-col {
        width: 100% !important;
    }

    .testimonial-content {
        max-height: 135px;
        height: auto !important;
    }

    .testimonial-card .testimonial-content p {
        height: 72px;
        overflow: hidden;
    }

    .testimonial-card.active .testimonial-content p {
        height: auto;
        overflow: hidden;
    }

    .founder-details.v4 {
        padding: 18px 28px !important;
        display: flex !important;
        flex-direction: column-reverse !important;
        text-align: center;
        width: 100% !important;
    }

    .hero-area {
        border: 0px solid !important;
    }

    .about-page-slogan {
        font-size: 17px !important;
    }

    .founder-details.v4 .icon-sight {
        margin: auto !important;
        margin-bottom: 10px !important;
    }

    .founder-details.v4 .founder-details-block {
        padding: 0 !important;
        padding-right: 0px !important;
        padding-bottom: 15px !important;
    }

    .resource-main .resource-thumb {
        width: 100%;
        height: 300px;
    }

    .resource-layout {
        display: flex !important;
        flex-direction: column;
    }

    .resource-layout .resource-content h2,
    .story-layout .resource-content h2 {
        margin-top: 28px !important;
        font-size: 20px !important;
    }

    section.recommended-reading h2 {
        margin-bottom: 30px !important;
    }

    .founder-details.v2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    body .policy-page h3 {
        font-size: 18px;
        margin-bottom: 20px !important;
    }

    body .policy-page h2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    body .policy-page p {
        font-size: 14px !important;
    }

    body .two-action-button {
        display: flex !important;
        flex-direction: column !important;
    }

    .button-hero-area {
        display: flex;
        flex-direction: column !important;
    }

    .resource-post-filter-area .resource-categories button.resource-filter {
        font-size: 15px !important;
    }

    .newsletterpopup-container {
        flex-direction: column;
    }

    .popmake {
        height: calc(100% - 54px) !important;
    }

    .popmake .popmake-content {
        height: 100%;
    }

    .popmake .popmake-content .newsletterpopup-container {
        height: 100%;
    }

    .popmake .popmake-content .newsletterpopup-container .newsletterpopup-rightarea {
        height: 100%;
    }

    .popmake .newsletterpopup-leftarea {
        background-image: url(/wp-content/uploads/2026/04/Group-1000004539-1.webp);
        width: 100%;
        background-size: cover;
        height: 340px;
        background-position: center 41%;
    }

    .newsletterpopup-rightarea {
        width: 100%;
        padding: 20px;
        position: relative;
    }

    .newsletterpopup-rightarea h2 strong {
        font-size: 50px !important;
    }

    .newsletterpopup-rightarea h2 {
        line-height: 44px !important;
        margin-bottom: 10px !important;
    }

    .newsletter-contactform-field input.wpcf7-form-control {
        width: 100%;
    }

    .newsletter-contactform-field input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .newsletter-contactform-field p {
        margin: 3px 0px;
    }

    .newsletterpopup-rightarea .social-area {
        position: absolute;
        bottom: 27px;
        right: auto;
        display: flex;
        width: 100%;
        left: 0;
        align-items: center;
        justify-content: center;
    }

    .nav-contact-btn .btn-primary-top-menu a {
        padding: 9px 11px;
        margin-right: 10px;
        font-size: 10px;
    }

    .header-inner .right-side-header {
        margin-top: -5px;
    }

    .header-inner .right-side-header .translation-area {
        margin-right: 5px;
    }

    .logged-in.admin-bar #smooth-wrapper {
        padding-top: 46px;
    }







    label.menu-label {
        display: block;
        cursor: pointer;
        position: relative;
        width: 59px;
        height: auto;
    }


    .menu--1 label.menu-label,
    .menu--2 label.menu-label {
        bottom: 0;
    }

    .menu--3 label.menu-label,
    .menu--4 label.menu-label {
        top: 0;
    }

    .menu--1 label.menu-label,
    .menu--3 label.menu-label {
        right: 0;
    }

    .menu--2 label.menu-label,
    .menu--4 label.menu-label {
        left: 0;
    }

    label.menu-label path {
        fill: none;
        stroke: #c6a96b;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        --length: 24;
        --offset: -38;
        stroke-dasharray: var(--length) var(--total-length);
        stroke-dashoffset: var(--offset);
        transition: all .8s cubic-bezier(.645, .045, .355, 1);
    }

    label.menu-label circle {
        fill: #fff3;
        opacity: 0;
    }

    label.menu-label:hover circle {
        opacity: 1;
    }

    label.menu-label .cross input:checked+svg {

        .line--1,
        .line--3 {
            --length: 22.627416998;
        }

        .line--2 {
            --length: 0;
        }
    }

    label.menu-label .back input:checked+svg {

        .line--1,
        .line--3 {
            --length: 8.602325267;
        }
    }

    .menu--1 {

        .line--1,
        .line--3 {
            --total-length: 126.64183044433594;
        }

        .line--2 {
            --total-length: 70;
        }

        input:checked+svg {

            .line--1,
            .line--3 {
                --offset: -93.114919;
            }

            .line--2 {
                --offset: -50;
                opacity: 0;
            }
        }
    }


    label.menu-label .debug {
        display: none;
    }

    label.menu-label .line--debug {
        opacity: 0;
        stroke-dasharray: none;
    }



    /* dribbble - twitter */
    label.menu-label .dribbble {
        position: fixed;
        display: block;
        right: 20px;
        bottom: 20px;

        img {
            display: block;
            height: 28px;
        }
    }

    label.menu-label .twitter {
        position: fixed;
        display: block;
        right: 64px;
        bottom: 14px;

        svg {
            width: 32px;
            height: 32px;

            path {
                fill: #1da1f2;
                stroke: none;
            }
        }
    }

    .mobile-menu-icon input[type="checkbox"] {
        opacity: 0;
    }




    .header-nav li a {
        font-size: 14px;
    }


    .animation-container {
        display: none;
    }


    .hero-area h2 {
        font-size: 32px;
        line-height: 36px !important;
        margin-bottom: 30px !important;
    }

    .hero-area h1 {
        font-size: 36px;
        margin-bottom: 17px !important;
        color: #fff;
    }

    .testmonial-section h2 {
        margin-top: 17px !important;
        font-size: 24px;
        line-height: 31px !important;
        color: #2F2F2F !important;
        margin-bottom: 8px !important;
    }

    .consultation-section {
        margin-top: 15px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }


    .footer-top-left .footer-logo-area {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer-top-left .footer-logo-area h2 {
        font-size: 27px !important;
        text-align: center;
        font-weight: 500 !important;
    }

    .footer-top-left .footer-logo-area h3 {
        font-size: 16px !important;
        line-height: normal !important;
        text-align: center;
        margin-bottom: 34px !important;
    }

    .footer-top-right .footer-nav-list {
        padding-left: 0;
        padding-top: 29px;
    }

    .footer-top-right .footer-nav-list .footer-subscribe {
        margin-top: 20px;
    }


    .footer-bottom .footer-bottom-right {
        width: 100%;
        display: inline-block;
    }

    .footer-bottom .footer-bottom-right .menu {
        justify-content: center;
    }

    .footer-bottom .footer-bottom-left {
        flex-direction: column;
        margin-top: 29px;
    }

    .footer-bottom .footer-bottom-left li {
        text-align: center;
    }

    .footer-bottom .footer-bottom-left p {
        width: 95%;
        margin: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px !important;
    }

    .new-cta-section {
        padding: 8px 5px !important;
    }

    .new-cta-section h2 {
        width: 100%;
        font-size: 40px !important;
        line-height: normal !important;
    }

.work-with-us-container .about-top-area .work-with-us-heading-area h1 strong {
    font-size: 44px !important;
    line-height: normal !important;
}
.work-with-us-container .about-top-area .work-with-us-heading-area h1 {
    font-size: 44px !important;
    line-height: normal !important;
}	
.workshop-immersive h3 {
    font-size: 29px !important;
    line-height: normal !important;
}
.section-approch-block {
    padding-bottom: 17px !important;
}
	
	
    .work-with-us-container .about-top-area .work-with-us-heading-area {
        width: 100%;
        text-align: center;
    }

    .work-with-us-container .about-top-area .work-with-us-detail-area {
        width: 100%;
        margin-right: 0 !important;
        margin-left: auto !important;
        display: inline-block !important;
        text-align: center;
    }

    .about-main-section.v2 p.tag-block {
        margin: auto !important;
    }

    .clarity-block {
        height: auto !important;
    }

    .faq-page-heading-area h1 {
        font-size: 45px !important;
        text-align: center;
        line-height: normal !important;
    }

    .faq-page-heading-area h1 strong {
        font-size: 45px !important;
    }
	.faq-page-heading-area a.btn-primary {
		margin: auto !important;
		display: block !important;
	}
    .faq-page-heading-area {
        align-items: center;
        justify-content: center;
    }
	body .about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area h1 {
		font-size: 40px !important;
	}
	body .about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area .work-with-us-detail-area {
		width: 100% !important;
	}
	body .about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area {
		padding: 0px 10px !important;
	}
	body .resource-post-filter-area .resource-categories button.resource-filter{
    	padding: 0px 9px !important;
	}
	body .recommended-reading h2 {
    	font-size: 28px !important;
	}
    .faq-main-container .tag-block {
        margin: auto !important;
    }

    .faq-page-heading-area p.slogan-faq {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #6B6B6B;
        text-align: center;
    }

    .faq-page-heading-area button {
        margin: auto !important;
        display: flex !important;
        width: 85%;
    }
	.resource-center-header p {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.contact-heading p {
		color: #fff !important;
		font-size: 16px !important;
		line-height: 25px !important;
	}
	.contact-heading h1 strong {
		color: #fff;
	}
	.newsletterpopup-contenarea .wpcf7-not-valid-tip {
		position: absolute;
		bottom: 0;
		top: 120px;
		text-align: center;
		left: 0;
		right: 0;
	}
	
.header-logo img {
    max-height: 83px;
    width: auto;
}	
.hero-area.homepage-hero {
	background-size: cover !important;
	background-position: 30% !important;
	padding-top: 40px !important;
	padding-bottom: 20px !important;
}
.home-section-two .content-sec-three {
    margin-top: 20px;
    position: relative;
}
.home-section-two .content-sec-three > .e-con-inner {
    padding: 40px 30px !important;
}	
.home-section-two .action-area {
    margin-top: 0px !important;
}

.content-sec-three {
	padding-bottom: 10px !important;
	margin-top: 20px !important;
}

.btn-primary {
	padding: 12px 23px !important;
    font-size: 16px;
}	
	
	
.home-section-two .content-sec-three .circle-area {
    min-height: 0 !important;
    height: auto !important;
}	
	
	
.meet-founder h2 {
    color: #28A99E !important;
    font-size: 33px !important;
    text-transform: uppercase;
    line-height: normal !important;
}
	
.about-background-image {
    height: 230px !important;
}	
	
.founder-details {
    bottom: 20px !important;
}
	
.new-cta-section h2 {
    font-size: 40px !important;
    line-height: normal !important;
}
	
.new-cta-section.our-approach-cta h2 {
    font-size: 40px !important;
    line-height: normal !important;
}	
	
.testmonial-section {
    padding-top: 16px !important;
    padding-bottom: 30px !important;
    background-color: #fff !important;
}	
body .consultation-section .slogan {
    font-size: 18px !important;
}
body .home-section-two .faq-home-section .heading-slogan {
    font-size: 18px !important;
    color: #6B6B6B !important;
}

.homepage-hero.hero-area .cta-section {
    padding: 0;
}	
.homepage-hero.hero-area .cta-section .btn-primary {
    background-color: #C6A96B !important;
    padding: 12px 13px !important;
    border-radius: 50px !important;
    font-size: 16px;
}	
	
}

@media only screen and (max-width: 400px) {
    .btn-primary {
        font-size: 14px !important;
    }

    .button-secondary {
        font-size: 14px !important;
    }
}

.testimonial-card .testimonial-content {
    height: 250px;
    overflow: hidden;
}

.testimonial-card.active .testimonial-content {
    height: auto;
    overflow: hidden;
}

.testimonial-card .testimonial-content p {
    height: 100%;
    overflow: hidden;
}

.testimonial-card.active .testimonial-content p {
    height: auto;
    overflow: hidden;
}



















@media (min-aspect-ratio: 1/1) {
    label.menu-label {
        width: 50vh;
        height: 50vh;
    }
}



@media screen and (min-width: 800px) {
    label.menu-label .debug {
        opacity: 0.8;
        display: block;
        position: absolute;
        z-index: 1;
        font-family: sans-serif;
        transform: rotate(-45deg);
        transform-origin: 0% 100%;
        background: #000;
        color: #fff;
        width: 150px;
        height: 100px;
        line-height: 150px;
        text-align: center;
        user-select: none;

        &:hover {
            opacity: 1;
        }

        &.active {
            background: #fff;
            color: #000;
        }
    }

    label.menu-label .debug.active+.grid path.line--debug {
        opacity: .2;
    }
	
}




.newsletterpopup-contenarea .wpcf7-response-output {
    position: absolute;
}

.contact-banner-area {
    margin-bottom: 60px;
}
.faq-home-section {
    padding-bottom: 90px;
}
.footer-top-right .footer-nav-list .footer-subscribe form label span.wpcf7-spinner {
    width: 24px !important;
}
span.seperator-arrow {
    color: #057D88;
    font-size: 30px;
    vertical-align: sub;
    padding: 0px 4px 0px 8px;
}
.clarity-block a {
    margin-top: 18px;
    background-color: #C6A96B !important;
    border-color: transparent !important;
}
.clarity-block a.v4.button-secondary {
    color: #00524B !important;
    font-family: 'Manrope' !important;
    font-weight: bold !important;
}
.clarity-block a.v4.button-secondary:hover {
    color: #fff !important;
}
.contact-banner-area {
    margin-bottom: 80px;
}

.founder-image-area .elementor-element.elementor-element-883d1bf.e-con-full.e-flex.e-con.e-child {
    box-shadow: 0 10px 25px rgb(72 72 72 / 25%), inset 0 2px 8px rgba(255, 255, 255, 0.15);
    padding: 0 !important;
    background-size: 102%;
}
.founder-image-area.v2 .elementor-element.elementor-element-883d1bf.e-con-full.e-flex.e-con.e-child {
    background-size: cover;
}
.newsletterpopup-contenarea .wpcf7-not-valid-tip {
    position: absolute;
}
.animation-container {
    position: relative;
    width: 708px;
    height: 708px;
    position: relative;
    left: -10px;
    top: -19px;
}
.resource-center-header p.tag-block {
    font-size: 16px !important;
}
.animation-container canvas {
    width: 100%;
    height: 100%;
    display: block;
}
.home-section-two .faq-home-section h2 {
    text-transform: uppercase;
}
.home-section-two .faq-home-section .heading-slogan {
    font-size: 24px !important;
    color: #6B6B6B !important;
}
.home-section-two .content-sec-three h2 {
    color: #fff !important;
}
.hero-area {
    height: auto !important;
    background-size: 90% !important;
    background-position: 100% 15% !important;
    padding: 120px 30px !important;
    background-color: #08423E !important;
}
.expert-highlight:before {
    display: none !important;
}
.new-cta-section {
    margin: 0 !important;
}
.cta-new-main {
    padding: 0 !important;
}
.meet-founder.v2 p {
    color: #fff;
}
.new-cta-section.our-approach-cta h2 {
    color: #28A99E !important;
}
.new-cta-section.our-approach-cta p {
    color: #000000 !important;
}
.section-approch-block .immerse-block-container {
    margin-top: 40px !important;
}
.button-secondary.v2.btn-out {
    color: #00524B !important;
    border-color: #00524B !important;
    font-weight: 700;
    font-family: 'Manrope' !important;
}
.button-secondary.v2.btn-out:hover {
    color: #fff !important;
}
.faq-cta {
    margin-top: 50px;
}
.faq-cta .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}
.faq-cta .new-cta-section h2 {
    color: #063A4C !important;
    font-weight: 600 !important;
}
.faq-cta .new-cta-section p {
    color: #000000 !important;
}
.about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area {
    padding: 0px 60px;
}
.about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area h1 {
    font-size: 70px !important;
    color: #28A99E !important;
}
.about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area .work-with-us-detail-area {
    width: 50% !important;
    margin-right: 0 !important;
    margin-left: auto !important;
}
.about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area .work-with-us-detail-area p {
    font-size: 24px;
    color: #6B6B6B !important;
}
.about-main-section.v2.work-with-us-container.testmonial-hero-section .about-top-area .work-with-us-detail-area .button-secondary {
    border: 1px solid #00524B !important;
    color: #00524B !important;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Manrope' !important;
}
.main-testmonial-container {
    background-color: #fff !important;
}


.testmonial-cta {
    margin-top: 50px;
}
.testmonial-cta .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}
.testmonial-cta .new-cta-section h2 {
    color: #063A4C !important;
    font-weight: 600 !important;
}
.testmonial-cta .new-cta-section p {
    color: #000000 !important;
}
.resource-cta-container {
    margin-top: 30px !important;
    padding: 0 !important;
}
.resource-cta-container .new-cta-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.recommended-reading h2 {
    color: #28A99E !important;
    font-size: 34px !important;
    text-transform: uppercase !important;
}
.contact-heading a.button-secondary.v2 {
    border: 1px solid #063A4C !important;
    color: #063A4C !important;
    font-family: 'Manrope' !important;
    font-weight: bold !important;
}
.contact-heading a.button-secondary.v2:hover {
    color: #fff !important;
}
.contact-banner-area .v4.founder-details {
    padding: 21px 30px !important;
    border: 10px solid rgb(198 169 107 / 20%);
}
.home-section-two .content-sec-three {
    margin-top: 150px;
    position: relative;
}
/* .home-section-two .content-sec-three:before {
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: #fff;
    content: '';
    z-index: 1;
    top: -20%;
} */