/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.4.1780573366
Updated: 2026-06-04 11:42:46

*/
.new-badge {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    background: radial-gradient(76.52% 374.26% at 14.35% 22.12%, #FF9F69 0%, #F26D21 100%);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    flex: none;
}
.top-row {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 20px;
}
.tailor-top-row {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 20px;
}
span.new-badge img {
    margin-left: 4px;
}




.services-grid-expert .service-card h3 {
    border-bottom: none;
}
h4#communities-head {
    font-family: Manrope;
    font-weight: 500 !important;
    line-height: 120% !important;
    font-size: 18px !important;
    text-transform: none !important;
}
#founder-cards p {
    color: #4A5568;
}
ul#menu-quick-links li a:hover {
    color: #fff !important;
}
ul#menu-get-started li a:hover {
    color: #fff;
}
.helpie-faq.accordions .accordion__header.active:before {
    height: 0px!important;
    margin-right: 0px;
    position: absolute;
    right: 35px;
    top: 50%;
    width: 0px!important;
    transform: rotate(270deg) !important;
}
.helpie-faq.accordions .accordion__header:after {
    content: "";
    height: 0px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}
.helpie-faq.accordions .accordion__header:before {
    content: url('/wp-content/uploads/2026/06/Vector-4.png');
    height:0px;
    position: absolute;
    right: 0;
    top: 35%;
    transform: rotate(360deg)!important;
    transition: all .2s ease-in-out;
    filter: grayscale(1);
    margin-right: 12px;
}
.helpie-faq.custom-styles .accordion__header:after, .helpie-faq.custom-styles .accordion__header:before {
    background-color: transparent!important;
}
.helpie-faq.custom-styles .accordion__header:after, .helpie-faq.custom-styles .accordion__header:before {
    background-color: transparent!important;
}
#faq-sec .accordion__body {
    display: none !important;
}
#faq-sec .accordion__header.active + .accordion__body {
    display: block !important;
}
#faq-sec .helpie-faq ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: auto;
    align-items: start;
}
#faq-sec .accordion__item {
    background: #fff;
    border: 1px solid #E4E7EC;
    border-radius: 0;
    overflow: hidden;
    margin: 0 !important;
}
#faq-sec .accordion__header {
    position: relative;
    padding: 20px 65px 20px 20px !important;
    background: #fff !important;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#faq-sec .accordion__title {
    font-size: 20px;
    color: #0B1B3D;
    line-height: 140%;
    font-weight: 700;
}
#faq-sec .accordion__header.active::after {
    transform: translateY(-50%) rotate(90deg);
}
#faq-sec .accordion__body {
    padding: 0 24px 25px;
    background: #fff !important;
}
#faq-sec .accordion__body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #667085;
}
#faq-sec .accordion,
#faq-sec .helpie-faq-row,
#faq-sec .helpie-faq-col {
    width: 100%;
}
#faq-sec .accordion__header:focus {
    outline: none;
    box-shadow: none;
}
#buttonsection .wpb_wrapper {
    display: flex;
    gap: 20px;
}
section#hero-section h1 {
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-family: 'Manrope';
    font-weight: 700;
}
section#hero-section h3 {
    font-weight: 500;
    font-family: 'Manrope';
    font-size: 20px;
}
section#hero-section p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
}
.tailor-guidance-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
.tailor-guidance-card {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}
.tailor-guidance-card > img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.tailor-overlay{
    position:absolute;
    inset:0;
    transition:.4s ease;
}
.tailor-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    color: #fff;
    transform: translateY(0);
    transition: all .4s ease;
}
.tailor-icon img {
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}
.tailor-content h4{
    margin:0;
    color:#fff;
    font-size:20px;
    font-weight:600;
    line-height:1.2;
}
.tailor-list{
    list-style:none;
    padding:0;
    margin:20px 0 0;
    opacity:0;
    max-height:0;
    overflow:hidden;
    transition:all .4s ease;
}
.tailor-list li {
    position: relative;
    padding-left: 8px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
.tailor-list li:before {
    content: url('https://mes.demobogt.com/wp-content/uploads/2026/06/Component-1-7.png');
    position: absolute;
    left: -20px;
    top: 0;
    font-weight: 700;
}
.tailor-guidance-card:hover .tailor-content{
    transform:translateY(32px);
}
.tailor-guidance-card:hover .tailor-list{
    opacity:1;
    max-height:300px;
}
.tailor-guidance-card:hover .tailor-overlay{
    background:linear-gradient(
        180deg,
        rgba(0,0,0,0.05) 0%,
        rgba(10,24,64,0.55) 35%,
        rgba(10,24,64,0.98) 100%
    );
}
div#uppercase-head {
    font-family: Manrope;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.8px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.main-header-menu .current-menu-item > a, .main-header-menu .current_page_item > a {
    font-weight: 800 !important;
}
.ast-builder-html-element p {
    margin-bottom: 28px;
}
#community-first-sec p {
    font-size: 18px;
}
#community-sec .service-card {
    position: relative;
    height: 238px;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #E2E8F0;
}
#ready-sec p {
    font-size: 18px;
}
section#municiple-sec p {
    font-size: 18px;
}
section#hero-section h1 {
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-family: 'Manrope';
    font-weight: 700;
}
section#hero-section h3 {
    font-weight: 500;
    font-family: 'Manrope';
    margin: 0;
}
section#hero-section p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
}
.btn-sec .vc_col-sm-6{
	width: 19%;
}
.btn-1 a {
    text-decoration: none !important;
}
.btn-2 a {
    text-decoration: none !important;
}
section#municiple-sec h2 {
    font-family: Manrope;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2.8px;
    vertical-align: middle;
    text-transform: uppercase;
}
section#municiple-sec h3 {
    font-family: Space Grotesk;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
    vertical-align: middle;
}
#challenges-sec h2 {
    font-family: Manrope;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-align: center;
    text-transform: uppercase;
}
#challenges-sec h3 {
    font-family: Space Grotesk;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
}
#challenges-sec .vc_col-sm-2 {
    width: 33%;
    padding-top: 2%;
}
#challenges-sec .wpb_single_image.vc_align_left {
    width: 100%;
}

#challenges-sec .wpb_single_image .vc_figure {
    width: 100%;
}
#challenges-sec .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}
#challenges-sec .wpb_single_image img {
    width: 100%;
}
#card-sec p {
    margin-top: -14%;
    margin-left: 22px;
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #F8F9FA;
}
#card-sec .vc_column-inner > .wpb_wrapper {
    position: relative;
    overflow: hidden;
}
#card-sec .wpb_single_image {
    margin-bottom: 0 !important;
}
#card-sec .vc_single_image-wrapper {
    display: block;
    overflow: hidden;
}
#card-sec .vc_single_image-wrapper img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
#card-sec .vc_column-inner > .wpb_wrapper:hover img {
    transform: scale(1);
}
#card-sec .wpb_text_column {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 10;
    margin: 0 !important;
    width: calc(100% - 30px);
}
#card-sec .wpb_text_column .wpb_wrapper {
    margin: 0;
}
#card-sec .wpb_text_column p {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0,0,0,.5);
}

#card-sec .vc_single_image-wrapper {
    position: relative;
}

#card-sec .vc_single_image-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

}

#card-sec .vc_single_image-wrapper img {
    position: relative;
    z-index: 0;
}

#card-sec .vc_column_container {
    position: relative;
}

#card-sec .wpb_text_column {
    z-index: 9999 !important;
}
#leadership-sec {
    border-left: 4px solid #D4AF37;
    margin-left: 2%;
    margin-right: 2%;
}
#leadership-inner h3 {
    font-family: Manrope;
    font-weight: 700;
    line-height: 28px;
    color: #0B1B3D !important;
}
#leadership-inner p {
    font-family: Manrope;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px !important;
    color: #4A5568;
}
#leadership-inner h4 {
    font-family: Manrope;
    font-weight: 500;
    line-height: 28px;
    color: #0A0A0A;
}
.btn-sec-book .vc_col-sm-6 {
    width: 25%;
}
.btn-sec-book .btn-2::before {
    position: absolute;
    content: url('https://mes.demobogt.com/wp-content/uploads/2026/06/ri_amazon-fill.png');
    margin-top: 20px;
    margin-left: 10px;
}
#client-card .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
#feature-insight h2 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #F26D21 !important;
}
#feature-insight h3 {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 40px;
    letter-spacing: -0.9px;
    color: #ffffff !important;
    padding-top: 20px;
}
#feature-insight h4 {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 24px !important;
    color: #FFFFFF !important;
    padding-bottom: 20px;
}
#feature-insight h5 {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFCC;
}
#feature-insight p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFE5;
    padding-bottom: 20px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    padding-top: 4%;
}
.service-card {
    position: relative;
    min-height: 290px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    cursor: pointer;
} 
.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('YOUR_IMAGE_URL') center/cover no-repeat;
    opacity: 0;
    transform: scale(1.08);
    transition: all .5s ease;
} 
.card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 32, 53, 0.72);
    opacity: 0;
    transition: .5s ease;
    z-index: 1;
}
.card-content {
    position: relative;
    z-index: 2;
    padding: 35px;
}
.icon-wrap img {
    width: auto;
}
.icon-wrap {
    margin-bottom: 25px;
}
.service-card h3 {
    font-size: 34px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0;
    transition: .4s ease;
    border-bottom: 1px solid var(--color-yellow-52, #D4AF37);
    padding-bottom: 20px;
}
.service-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    transition: .4s ease;
}
.service-card:hover::before {
    opacity: 1;
    transform: scale(1);
}
.service-card:hover .card-overlay {
    opacity: 1;
}
.service-card:hover h3,
.service-card:hover p {
    color: #fff;
}
.service-card:hover .divider {
    background: #fff;
}
.card-1::before {
    background-image: url('/wp-content/uploads/2026/06/Strategic-Advisory.png');
}
.card-2::before {
    background-image: url('/wp-content/uploads/2026/06/Membership-Community.png');
}
.card-3::before {
    background-image: url('/wp-content/uploads/2026/06/Expert-Access.png');
}
.card-4::before {
    background-image: url('/wp-content/uploads/2026/06/Expert-Access-1.png');
}
#community-sec h2 {
    font-family: Manrope;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.service-btn a {
    text-decoration: none !important;
}
#how-work h2 {
    font-family: Manrope;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#how-work h3 {
    font-family: Space Grotesk;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
    color: #FFFFFF !important;
}
#work-card h2 {
    color: #D4AF37;
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
    vertical-align: middle;
    padding-bottom: 0;
}
#work-card h3 {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    padding-top: 0 !important;
    margin-bottom: 6px !important;
}
#work-card p {
    font-family: Manrope;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #FFFFFFCC;
}
#client-card .wpb_single_image.vc_align_left {
    width: 100%;
}
#client-card .wpb_single_image .vc_figure {
    width: 100%;
}
#client-card .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}
#client-card .wpb_single_image img {
    width: 100%;
}
#client-card h2 {
    margin-top: -12%;
}
#founder-cards h2 {
    font-family: Manrope;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    background: #0B1B3D;
    padding: 20px;
}
#approach-sec img {
    margin-right: 16px;
}
#approach-sec p {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
.approach-btn a {
    font-family: Space Grotesk;
    font-weight: 700;
    line-height: 40px;
    font-size: 36px !important;
	  text-decoration: none !important;
}
.mvv-section {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    height: 460px;
}
.mvv-line {
    width: 100%;
    display: block;
}
.mvv-card {
    position: absolute;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 25px;
    width: 314px;
}
.mvv-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.mvv-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}
.mission {
    top: 135px;
    left: 42px;
}

.vision {
    top: 56px;
    left: 540px;
}

.values {
    top: 120px;
    right: -28px;
}
#how-work p {
    font-family: Manrope;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFFE5;
    font-size: 18px;
}
#understanding-sec p {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
}
#collab-sec p {
    color: #FFFFFFE5;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
#engage-sec h2 {
    font-family: Manrope;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}
#engage-card h2 {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.75px;
    text-transform: capitalize;
    color: #0A0A0A;
}
.guidance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
}

.guidance-card {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}
.guidance-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.guidance-card .overlay {
    position: absolute;
    inset: 0;
    transition: all 0.4s ease;
}
.guidance-card .content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
}
.guidance-card h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
}
.guidance-card p {
    margin: 10px 0 0;
    font-size: 18px;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
    font-family: Manrope;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFFCC;
}
.guidance-card:hover p {
    opacity: 1;
    transform: translateY(0);
}
.guidance-card:hover img {
    transform: scale(1.08);
}
.guidance-card:hover .overlay {
    background: linear-gradient(
        90deg,
        rgba(16, 27, 54, 0.9) 0%,
        rgba(16, 27, 54, 0.65) 50%,
        rgba(16, 27, 54, 0.2) 100%
    );
}
#partner-sec h2 {
    font-family: Manrope;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
#partner-sec h3 {
    font-family: Space Grotesk;
    font-weight: 700;
    letter-spacing: -0.9px;
}
#how-work-community .vc_col-sm-2 {
    width: 10%;
}
#how-work-community .vc_col-sm-8 {
    width: 80%;
}
#how-work-community p {
    color: #FFFFFFE5;
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: center;
}
.service-card {
    position: relative;
    height: 238px;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}
.service-card img {
    object-fit: cover;
    transition: transform .5s ease;
}
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(7, 24, 61, .75) 0%,
        rgba(7, 24, 61, .35) 50%,
        rgba(7, 24, 61, .05) 100%
    );
    transition: .4s ease;
}
.card-content {
    position: absolute;
    inset: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.icon-box img {
    width: auto;
    height: auto;
}
.text-content {
    margin-top: auto;
}
.text-content h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.text-content p {
    color: #fff;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(15px);
    transition: .4s ease;
}
.arrow-icon {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    transition: .4s ease;
}
.service-card:hover img {
    transform: scale(1.08);
}
.service-card:hover .card-overlay {
    background: linear-gradient(
        to top,
        rgba(7, 24, 61, .95) 0%,
        rgba(7, 24, 61, .8) 60%,
        rgba(7, 24, 61, .3) 100%
    );
}
.service-card:hover .text-content p {
    opacity: 1;
    transform: translateY(0);
}
.service-card:hover .arrow-icon {
    transform: translateY(-50%) rotate(-90deg);
}
.services-grid-expert {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding-top: 2%;
}
#six-head > .wpb_column {
    width: 29% !important;
    margin-bottom: 0 !important;
    margin: 2%;
}
#six-head .vc_column-inner {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}
#six-head .vc_column-inner {
    padding: 0 !important;
}
#six-head h4 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: center !important;
}
#contact-sec .vc_col-sm-4 .vc_column-inner {
    padding-right: 40px;
}
#contact-sec .vc_single_image-wrapper,
#contact-sec .vc_single_image-wrapper img {
    width: 100%;
    display: block;
}
#contact-sec .vc_single_image-wrapper img {
    border-radius: 4px;
}
#contact-sec .wpb_text_column p {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
    color: #22304a;
    font-size: 18px;
    line-height: 1.7;
}
#contact-sec .wpb_text_column p img {
    margin-top: 4px;
    flex-shrink: 0;
}
#contact-sec .wpb_text_column strong,
#contact-sec .wpb_text_column b {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6d7482;
}
#contact-sec .vc_col-sm-8 .vc_column-inner {
    background: #f4f5f7;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 40px !important;
}
#contact-sec .vc_col-sm-8 h3 {
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
    color: #0a0a0a !important;
}
span.gfield_required.gfield_required_asterisk {
    font-size: 20px;
}
#contact-sec .vc_col-sm-8 .wpb_text_column p {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 35px;
}
#gform_wrapper_1 label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 10px !important;
}
#gform_wrapper_1 .gfield_label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 10px !important;
}

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"],
#gform_wrapper_1 select,
#gform_wrapper_1 textarea {
    border: 1px solid #d8dde5 !important;
    border-radius: 4px !important;
    background: #fff !important;
    min-height: 48px !important;
    font-size: 15px !important;
    padding: 5px 15px !important;
    box-shadow: none !important;
}
#gform_wrapper_1 textarea {
    min-height: 140px !important;
}
#gform_wrapper_1 input::placeholder,
#gform_wrapper_1 textarea::placeholder {
    color: #9ca3af;
}
#gform_wrapper_1 .gfield_required_text {
    display: none;
}
.gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {
    inline-size: 100%!important;
}
#gform_wrapper_1 .gfield_html {
    font-size: 14px;
    color: #4A5568;
    margin-top: 10px;
}
#gform_submit_button_1 {
    width: 100%;
    background: #F26D21 !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px !important;
    border-radius: 4px !important;
    transition: all .3s ease;
}
#gform_submit_button_1:hover {
    background: #ea580c !important;
}
#gform_wrapper_1 .gform_footer:after {
    content: "We respect your privacy. Your information will only be used to respond to your inquiry.";
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #6b7280;
    font-size: 13px;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}
.contact-item img {
    width: 22px;
    height: 22px;
    margin-top: 3px;
    flex-shrink: 0;
}
.contact-text {
    display: flex;
    flex-direction: column;
}
.contact-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4A5568;
    margin-bottom: 6px;
    line-height: 1;
}
.contact-value {
    font-size: 18px;
    line-height: 1.6;
    color: #0B1B3D;
    font-weight: 400;
}
.contact-text br {
    display: none;
}
h2.widget-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #F26D21;
}
nav li a {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.services-grid-expert .service-card img {
    height: 100%;
}
#founder-sec h2 {
    font-family: Manrope;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}
section#municiple-sec p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0A0A0A;
    width: 89%;
}
@media (max-width: 1600px) {
    width: 99%;
}
	div#expect-sec {
    padding-left: 4% !important;
    padding-right: 4% !important;
}
	.text-content h3 {
    min-height: 60px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}
	.text-content p {
    margin-top: 0 !important;
}
	#contact-sec {
    padding-left: 5%;
    padding-right: 5%;
}
#contact-sec .vc_col-sm-8 {
    width: 60%;
}
	#contact-sec .vc_col-sm-4 {
    width: 40%;
}
	div#engage-sec {
    padding-left: 5%;
    padding-right: 5%;
}
	div#collab-sec {
    padding-left: 5%;
    padding-right: 5%;
}
	#approach-sec {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
	#hero-inner {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
	.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    padding-left: 5%;
    padding-right: 5%;
}
	#community-sec {
    padding-left: 4% !important;
    padding-right: 4% !important;
}
	#resource-section {
    padding-left: 3%;
    padding-right: 3%;
}
	section#feature-novel-sec {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
	.btn-sec .vc_col-sm-6 {
    width: 28%;
}
	.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    padding-left: 5%;
    padding-right: 5%;
}
	section#municiple-sec {
    padding-left: 4% !important;
    padding-right: 4% !important;
}
	#challenges-sec {
    padding-left: 3%;
    padding-right: 3%;
}
	#card-sec {
    padding-top: 2% !important;
}
	#leadership-sec {
    margin-left: 4% !important;
    margin-right: 4% !important;
}
	div#mision-vision-sec {
    padding-left: 5%;
    padding-right: 5%;
}
	.vision {
    top: 35px;
    left: 467px;
}
}
@media (max-width: 1300px) {
	section#municiple-sec p {
    font-family: Manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0A0A0A;
    width: 100%;
}
	#expect-sec h2 {
    font-size: 30px !important;
    padding-bottom: 10px !important;
}
	.services-grid-expert {
    padding-top: 0%;
}
	.arrow-icon {
    right: 18px;
    top: 46%;
}
	div#discovery-card-inner img {
    width: 80%;
}
	.btn-1 a {
    padding: 16px 32px !important;
}
#mision-vision-sec::before {
    content: url('https://mes.demobogt.com/wp-content/uploads/2026/06/Group-1000002330.png');
    position: absolute;
    left: 60px;
}
	div#mision-vision-sec {
    padding-left: 14% !important;
    padding-right: 5% !important;
}
	section#municiple-sec p br {
    display: none;
}
	section#municiple-sec p {
    margin-bottom: 20px;
}
	section#municiple-sec h3 {
    font-size: 29px !important;
    line-height: 120% !important;
}
#community-sec h3 {
    font-size: 24px !important;
    margin-bottom: 15px;
}
	#community-sec h3 br {
    display: none;
}
	#client-card .vc_column_container {
    padding: 0;
}
	#client-card h2 {
    margin-top: -15%;
    font-size: 12px !important;
}
#resource-section h3 {
    font-size: 30px !important;
    line-height: 120% !important;
    padding-bottom: 10px !important;
}
	#feature-insight h3 {
    font-size: 30px !important;
    line-height: 120% !important;
}
	#feature-insight h4 {
    font-size: 20px !important;
		  line-height: 140% !important;
}
	#feature-insight p {
    font-size: 16px;
}
	.btn-sec-book .vc_col-sm-6 {
    width: 30%;
}
#challenges-sec h3 {
    font-size: 28px !important;
}
	#challenges-sec .vc_col-sm-2 {
    width: 50%;
    padding-top: 2%;
}
	#card-sec {
    padding-top: 0% !important;
}
	#leadership-inner h2 {
    font-size: 26px !important;
}
	#leadership-inner h4 {
    line-height: 140% !important;
    font-size: 16px !important;
}
	#leadership-inner p {
    line-height: 150% !important;
    font-size: 16px !important;
}
#hero-section .vc_col-sm-2 {
    display: none;
}
	#hero-section .vc_col-sm-8 {
    width: 100%;
}
	section#hero-section {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
	section#hero-section h2 br {
    display: none !important;
}
	section#hero-section h2 {
    font-size: 44px !important;
    line-height: 120% !important;
}
section#hero-section h3 {
    font-size: 18px !important;
    line-height: 120% !important;
}
	section#hero-section p {
    font-size: 16px;
    line-height: 150% !important;
}
	.btn-sec .vc_col-sm-6 {
    width: 30%;
}
	section#municiple-sec h3 {
    font-size: 24px !important;
    line-height: 120% !important;
}
	section#municiple-sec p {
    font-size: 18px;
}
    .mvv-section {
        height: auto;
    }

    .mvv-line {
        display: none;
    }

    .mvv-card {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
		.approach-btn a {
    font-size: 24px !important;
}
	div#engage-card .wpb_content_element {
    margin: 0;
}
}
@media (max-width: 1100px) {
	#faq-sec h3 {
    font-size: 32px !important;
}
	#faq-sec .accordion__title {
    font-size: 18px;
}
	#faq-sec {
    padding-left: 4% !important;
    padding-right: 4% !important;
}
	#expect-sec h3 {
    font-size: 32px !important;
}
	    .site-primary-footer-inner-wrap {
        display: grid !important;
        grid-template-columns: 1.5fr 1fr 1fr !important;
        gap: 40px;
        align-items: start;
    }

    .site-footer-primary-section-1 {
        padding-right: 20px;
    }

    .site-footer-primary-section-1 img.size-medium {
        max-width: 250px;
        width: 100%;
        height: auto;
    }

 .site-footer-primary-section-1 p {
    font-size: 14px;
    line-height: 120%;
    text-align: left;
}

    .footer-widget-area .widget-title {
        margin-bottom: 16px;
    }

    .footer-widget-area .menu li {
        margin-bottom: 10px;
    }

    .site-below-footer-inner-wrap {
        text-align: center;
    }

    .ast-footer-copyright {
        justify-content: center !important;
        text-align: center;
    }
#how-work-community .vc_col-sm-8 {
    width: 100%;
}
	#ready-sec h3 {
    font-size: 32px !important;
    line-height: 120% !important;
}
	#ready-sec p br {
    display: none !important;
}
	#how-work-community h3 {
    font-size: 30px !important;
    padding-bottom: 6px !important;
}
	#partner-sec h3 {
    font-size: 30px !important;
}
	.guidance-card h4 {
    font-size: 20px;
}
	#contact-sec .vc_col-sm-8 h3 {
    font-size: 26px !important;
}
#contact-sec .vc_col-sm-8 {
    width: 50%;
}
	#contact-sec .vc_col-sm-4 {
    width: 50%;
}
	#contact-sec h2 {
    font-size: 30px !important;
    padding-bottom: 16px !important;
}
	#discovery-sec h2 {
    font-size: 32px !important;
}
 #engage-sec h3 {
    font-size: 32px !important;
}
	#engage-card h2 {
    font-size: 24px;
}
	#engage-card p br {
    display: none;
}
	#collab-sec p br {
    display: none;
}
#how-work .vc_col-sm-2 {
    display: none;
}
	#how-work .vc_col-sm-8 {
    width: 100%;
}
	#how-work h3 {
    font-size: 30px !important;
		line-height: 120%; 
}
	#founder-cards {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
	#hero-inner {
    padding-left: 0% !important;
    padding-right: 0% !important;
}
	#founder-cards .vc_col-sm-3 {
    width: 40%;
}
	#founder-none {
    display: none;
}
	.btn-sec-book .vc_col-sm-6 {
    width: 38%;
}
	section#hero-section p br {
    display: none;
}
}
@media (max-width: 921px) {
	
.service-card:hover .text-content p {
    opacity: 1;
    transform: translateY(0);
    margin: 0;
}	
#expect-sec h3 {
    height: auto;	
    font-size: 24px !important;
    line-height: 120%;
        height: auto;
        margin: 0;
        padding-bottom: 10px;
}	
	#faq-sec .helpie-faq ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap:14px;
}
	    .site-primary-footer-inner-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px;
    justify-content: center;
    justify-items: center;
    align-content: center;
}
    .site-footer-primary-section-1 {
        grid-column: 1 / -1;
        text-align: center;
        margin-bottom: 10px;
    }
    .site-footer-primary-section-1 img.size-medium {
        max-width: 280px;
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        float: none !important;
        display: block;
    }
    .site-footer-primary-section-1 p {
        text-align: center !important;
    }
    .site-footer-primary-section-2,
    .site-footer-primary-section-3 {
        text-align: center;
    }
    .footer-widget-area .widget-title {
        margin-bottom: 15px;
    }
    .footer-widget-area .menu {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .footer-widget-area .menu li {
        margin-bottom: 10px;
    }
    .site-below-footer-inner-wrap,
    .ast-footer-copyright,
    .ast-footer-copyright p {
        text-align: center !important;
        justify-content: center !important;
    }
	.ast-header-break-point .main-navigation .stack-on-mobile li {
    width: 100%;
    padding: 18px;
    border-bottom: 1px solid #E2E8F0;
}
	.ast-header-break-point .main-navigation ul .menu-item .menu-link {
    padding: 0px;
    font-size: 20px;
}
	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
    color: var(--ast-global-color-1);
    background: #f0f5fa00;
}
}
@media (max-width: 800px) {
#feature-novel-sec .wpb_single_image.vc_align_left {
    text-align: center;
}	
	div#contact-sec {
    display: flex;
    flex-direction: column;
}
	#contact-sec .vc_col-sm-4 {
    width: 100%;
}
	#contact-sec .vc_col-sm-8 {
    width: 100%;
}
	.tailor-guidance-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}
	
	#six-head h4 {
    font-size: 16px !important;
}
	.services-grid-expert {
    grid-template-columns: repeat(2, 1fr);
}
	#partner-sec h3 {
    font-size: 28px !important;
}
	.guidance-card p {
    font-size: 16px;
}
	#engage-card p br {
    display: none;
}
	div#engage-sec h3 {
    font-size: 28px !important;
}
	#engage-card h2 {
    font-size: 22px;
    margin-bottom: 0;
}
	#discovery-sec h2 {
    font-size: 22px !important;
}
	#how-we-work {
    padding-top: 0 !important;
}
	#mision-vision-sec::before {
    left: 32px;
}
	#mision-vision-sec {
    padding-top: 8% !important;
}
	#collab-sec .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
	#collab-sec h3 {
    font-size: 30px !important;
    padding-bottom: 10px !important;
}
	section#municiple-sec h3 {
    font-size: 28px !important;
}
	#philosophy-sec {
    display: flex;
    flex-direction: column;
		padding-bottom: 0 !important;
}
#philosophy-sec .vc_col-sm-4 {
    width: 100%;
    padding-bottom: 0;
}
#philosophy-sec .vc_col-sm-8 {
    width: 100%;
    padding-top: 0px;
}
	section#municiple-sec p {
    margin-bottom: 20px;
}
	#approach-sec .vc_col-sm-3 {
    width: 100%;
}
	.approach-btn {
    justify-content: center !important;
    margin-bottom: 4%;
}
	#founder-cards h3 {
    font-size: 26px !important;
}
	.services-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
}
#client-card .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 5% !important;
}
	#client-card h2 {
    margin-top: -11%;
    font-size: 19px !important;
}
	#feature-insight {
    display: flex;
    flex-direction: column;
}
	#feature-insight .vc_col-sm-4 {
    width: 100%;
}
	#feature-insight .vc_col-sm-8 {
    width: 100%;
}
	.btn-sec-book .vc_col-sm-6 {
    width: 34%;
}
		#leadership-inner h4 br {
    display: none;
}
		#municiple-inner-sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
	.btn-sec .vc_col-sm-6 {
    width: 35%;
}
	section#hero-section h2 {
    font-size: 38px !important;
    line-height: 120% !important;
}
	div#municiple-inner-sec {
    display: flex;
    flex-direction: column;
}
	#municiple-inner-sec .vc_col-sm-4 {
    width: 100%;
}
	#municiple-inner-sec .vc_col-sm-8 {
    width: 100%;
}
}
@media (max-width: 500px) {
	#ready-sec .btn-2 a {
    padding: 16px 80px !important;
    text-decoration: none !important;
}
	#ready-sec {
    padding-top: 12% !important;
    padding-bottom: 12% !important;
}
	#faq-sec h3 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
}
		#expect-sec h3 {
    font-size: 26px !important;
}
	.tailor-guidance-grid {
    grid-template-columns: repeat(1,1fr);
    gap: 16px;
}
	.btn-sec-book .btn-2::before {
    margin-left: 72px;
}
	#ready-sec h3 {
    font-size: 26px !important;
}
	#how-work-community h3 {
    font-size: 26px !important;
}
	#how-work-community p {
    font-size: 18px;
    line-height: 120%;
}
	#six-head > .wpb_column {
    width: 100% !important;
    margin-bottom: 2%;
}
		.services-grid-expert {
    grid-template-columns: repeat(1, 1fr);
}
	#partner-sec h3 {
    font-size: 24px !important;
    line-height: 120% !important;
}
	#engage-card .vc_column_container {
    padding-top: 0px;
}
	.guidance-card p {
    margin-right: 10px;
}
	.guidance-grid {
    grid-template-columns: repeat(1, 1fr);
}
	#engage-sec h3 {
    font-size: 26px !important;
    line-height: 120% !important;
}
	#engage-sec {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
}
	#discovery-sec h2 {
    padding-bottom: 20px;
}
	#mision-vision-sec::before {
    display: none !important;
}
	#founder-cards {
    padding-left: 5% !important;
    padding-right: 5% !important;
}
	div#mision-vision-sec {
    padding-left: 0%;
    padding-right: 0%;
}
	#collab-sec h3 {
    font-size: 26px !important;
}
	#collab-sec p {
    font-size: 16px;
    line-height: 150% !important;
}
	div#leadership-inner-goverence h3 {
    font-size: 25px !important;
}
div#leadership-inner-goverence h4 {
    font-size: 20px !important;
}
	section#municiple-sec h3 {
    font-size: 24px !important;
    line-height: 120% !important;
}
	#how-work h3 {
    font-size: 25px !important;
}
		#how-work p {
    font-size: 16px;
}
	.approach-btn a {
    font-size: 22px !important;
}
	#approach-sec p {
    font-size: 20px;
}
	.approach-btn a {
    font-size: 22px !important;
    padding: 10px 20px !important;
}
	#founder-cards .vc_col-sm-3 {
    width: 100%;
}
	#founder-cards h3 {
    font-size: 20px !important;
}
	#founder-cards .vc_col-sm-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
	#community-sec h3 {
    font-size: 20px !important;
    line-height: 120% !important;
}
	#community-sec {
    padding-bottom: 10% !important;
    padding-top: 0 !important;
}
	#client-card .vc_col-sm-3 {
    width: 100%;
    margin-bottom: 5% !important;
}
	#feature-insight h5 {
    font-size: 16px;
}
	.btn-sec-book .vc_col-sm-6 {
    width: 100%;
}
div#ready-sec .btn-1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}
	div#ready-sec .btn-2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}
	.btn-sec-book .btn-1 a {
    padding: 16px 137px !important;
}
	
	.btn-sec-book .btn-2 a {
    text-decoration: none !important;
    padding: 16px 101px !important;
}
	.btn-2 {
    margin-top: 20px;
}
	#feature-insight {
    padding-top: 0 !important;
} 
	#feature-insight h3 {
    font-size: 24px !important;
    line-height: 120% !important;
    padding-top: 10px !important;
}
	#feature-insight h4 {
    font-size: 18px !important;
  
}
	#challenges-sec {
    padding-left: 0%;
    padding-right: 0%;
}
	#challenges-sec {
    padding-top: 8% !important;
}
	#leadership-sec {
    margin-left: 4% !important;
    margin-right: 4% !important;
    margin-bottom: 10% !important;
}
	#challenges-sec .vc_col-sm-2 {
    padding-top: 4%;
}
	#leadership-inner h2 {
    font-size: 20px !important;
    line-height: 140% !important;
}
	#leadership-inner h3 {
    font-size: 16px !important;
    line-height: 128% !important;
}
#challenges-sec h3 {
    font-size: 20px !important;
    line-height: 120% !important;
}
	#challenges-sec .vc_col-sm-2 {
    width: 100%;
}
	section#municiple-sec p {
    font-size: 16px;
}
	section#municiple-sec h3 {
    font-size: 20px !important;
    line-height: 120% !important;
}
	section#hero-section h2 {
    font-size: 28px !important;
    line-height: 120% !important;
}
	.btn-sec .vc_col-sm-6 {
    width: 100%;
}
	section#hero-section .btn-2 {
    margin-top: 5%;
}
	.btn-1 a {
    padding: 16px 54px !important;
}
}
@media (max-width: 380px) {
	#ready-sec .btn-1 a {
    padding: 16px 36px !important;
}
	#ready-sec .btn-2 a {
    padding: 16px 58px !important;
}
	.btn-1 a {
    padding: 16px 40px !important;
}
	#ready-sec h3 {
    font-size: 22px !important;
}
	div#engage-sec h3 {
    font-size: 24px !important;
}
	.btn-sec-book .btn-1 a {
    padding: 16px 88px !important;
}
.btn-sec-book .btn-2 a {
    text-decoration: none !important;
    padding: 16px 49px !important;
}
	.btn-sec-book .btn-2::before {
    margin-left: 22px;
}
	.site-primary-footer-inner-wrap {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px;
    justify-content: start;
    justify-items: start;
    align-content: center;
}
	.site-footer-primary-section-1 p {
    text-align: left !important;
}
	.site-footer-primary-section-1 img.size-medium {
    margin-left: 0;
    margin-right: 0;
}
	#engage-sec h3 {
    font-size: 22px !important;
    line-height: 120% !important;
}
	div#leadership-inner-goverence h3 {
    font-size: 22px !important;
}
	div#leadership-inner-goverence h4 {
    font-size: 18px !important;
}
	#how-work h3 {
    font-size: 20px !important;
}
	.approach-btn a {
    font-size: 20px !important;
}
	section#hero-section h2 {
    font-size: 22px !important;
}
	section#hero-section h3 {
    font-size: 16px !important;
}
}



@media only screen and (max-width:680px){
.btn-1 a {
    padding: 16px 54px !important;
    width: 100%;
}	
.btn-2 a {
    text-decoration: none !important;
    width: 100%;
}		
div#mision-vision-sec {
    padding-left: 0% !important;
    padding-right: 0% !important;
}	
	#buttonsection .wpb_wrapper {
    display: flex;
    gap: 3px;
    flex-direction: column;
}
}