:root
{
    --white:#fff;
    --black:#000;
    --darkgray:rgba(27, 30, 29, 1);
    --brown: #3C2828;
    --primary:rgba(115, 142, 247, 0.9);
    --font-rock:'Roc Grotesk';
    --font-ranade:'Ranade';
}
body
{
    margin:0;
    padding: 0;
    font-family: var(--font-rock);
    line-height: 1.6;
    background: #ECEAE5;
}
h1, h2, h3, h4
{
     font-family: "Ranade", sans-serif;
     color: var(--black);
     font-weight: 400;
}
*
{
    margin:0;
    padding: 0;
}
a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.40);
    font-size: 14px;
}
.form-control:focus {

    box-shadow: none;
}
.entry-title {
    display: none;
}
.main-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 11;
}
.main-header .row{
    margin-left: 0px;
}
.main-header .header-full {
    background: #0F293DAD;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    padding: 16px;
}
.logo-wrapper img {
    width: 100px;
    height: auto;
}
.component-page-banner-height-sec .banner-slide {
    height: 100vh;
}
.component-page-banner-height-sec .owl-carousel button.owl-dot {
    border-radius: 70px;
    width: 40px;
}

.banner-slide:before {
    content: "";
    background: linear-gradient(183deg, rgba(0, 0, 0, 0.60) 12%, rgba(0, 0, 0, 0.00) 54.7%, rgba(0, 0, 0, 0.68) 97.39%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 11;
    pointer-events: none;
}
.section-description {
    font-size: 16px;
    margin-top: 0;
}
.btn-primary:hover {
    color: var(--black) !important;
    background: var(--white) !important;
    border-color: var(--white) !IMPORTANT;
}
.btn-primary {
    background: var(--black);
    border-radius: 35px !important;
    font-family: "Ranade";
    letter-spacing: 1.6px;
    font-weight: 400;
    border: 1px solid var(--black);
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}
.component-image-content-boxes-sec.rectangle-images:not(.component-large-image-content-boxes-sec) .section-image .section-img, 
.component-image-content-boxes-sec.rectangle-images:not(.component-large-image-content-boxes-sec) .banner-videobox video, 
.component-image-content-boxes-sec.rectangle-images:not(.component-large-image-content-boxes-sec) .banner-videobox iframe
{       aspect-ratio: 418 / 418;
    height: 418px ! IMPORTANT;
}
.join-tem-section .component-page-banner-sec.header-2 {
    height: 478px;
    padding-left: 30px;
    padding-right: 30px;
}
.join-tem-section .component-page-banner-sec.header-2 h1 {
    font-weight: 400;
}
.cta-wrapper-background-color-margin {
    padding: 128px 0;
}
.inside-cta-box-wrap, .inside-cta-box-wrap-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    padding: 0;
}

.cta-box-description p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.65; /* 162.5% */
    letter-spacing: -0.09px;
}
.cta-btns .btn-primary {
    border-radius: 57px;
    background: rgba(236, 234, 229, 0.90);
    border: 1px solid rgba(236, 234, 229, 0.90);
}

.component-cta-box-primary-email-small-sec.cta_large::before {
    mix-blend-mode: overlay;
    background: url(/wp-content/uploads/2026/01/cta-left.png) no-repeat;
    background-size: contain;
    width: 370px;
    height: 450px;
    top: auto;
    bottom: 0;
}
.component-cta-box-primary-email-small-sec.cta_large::after {
    background: url(/wp-content/uploads/2026/01/cta-right.png) no-repeat;
    background-size: contain;
    width: 180px;
    height: 310px;
    bottom: auto;
    top: 0;
    mix-blend-mode: overlay;
}
.form-section.cta-form span.wpcf7-spinner {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.form-section.cta-form {
    border-radius: 8px;
    border: 1px solid #F2F4F8;
    background: #FFF;
    padding: 30px;
    position: relative;
}
.form-section.cta-form .form-control {
    height: 54px;
    border-radius: 6px;
    border: 1px solid #DBDFE3;
    background: #FFF;
    color: var(--brown);
    font-family: 'Ranade';
}
.form-section.cta-form .form-btn {
    border-radius: 6px;
    background: #050000;
    width: 100%;
    border-color: #050000;
    font-weight: 400;
    font-family: 'Ranade';
}
.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #38414d00 inset !important;
    transition: background-color 5000s 
ease-in-out 0s;
}
.form-section.cta-form textarea.form-control {
    height: 130px;
    resize: none;
}
.form-section.cta-form .form-control::placeholder {
    color: var(--brown);
}
.form-section.cta-form select option {
    color: #000;
}
.form-section.cta-form select {
    background-image: url('/wp-content/uploads/2025/10/Vector-82.png') !IMPORTANT;
    background-repeat: no-repeat !important;
    background-size: 10px !IMPORTANT;
    background-position: 98% center !IMPORTANT;
}
.form-control.wpcf7-not-valid {
    border: 1px solid #dc3232!important
}
.form-section.cta-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    right: 5px;
    display: none;
    position: absolute;
    bottom: 1px;
}
.form-section.cta-form .wpcf7-response-output {
    color: var(--brown) !important;
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 0;
    margin: 0 auto !important;
    right: 0;
}
.copyright-text p,
.copyright-text {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    margin: 0;
    display: inline-block;
}
.footer-cntr {
    padding: 16px 0;
}
.footer-navigation {
    background-color: #0F293D;
    color: rgba(255, 255, 255, 0.60);
}
.main-menu {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
.main-menu li> a {
      color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in-out;
    padding: 8px 20px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.4px;
    font-weight: 500;
}
.main-menu li> a:hover {
       color: var(--white);
}
.menu-wrapper ul li,
.pre-footer-nav li {
    list-style: none;
}
.pre-footer-nav li a {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
}
.footer-wrap {
    padding: 48px 0;
}
.footer-copyright {
    padding: 24px 0;
}
ul#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
}
ul#menu-footer-menu li {
    display: block;
    color: rgba(255, 255, 255, 0.60);
    width: 100%;
    text-align: center;
}
.theme-btn, .wp-block-button__link {
    border-radius: 40px;
    text-decoration: none;
    background: rgba(236, 234, 229, 0.9);
    color: rgba(27, 30, 29, 1);
    padding: 8px 24px;
    transition: all 0.3s ease-in-out;
    font-weight:500;
    font-size: 14px;
    text-transform: uppercase;
}
.footer-btm-links a:first-child {
    margin-right: 24px;
}

.header-description{
    color: rgba(255, 255, 255, 0.8);
    padding-left: 40px;
}
.banner-wrapper {
    background: url(/wp-content/uploads/2026/02/Hero.jpg);
    background-size: cover;
    background-position: top center;
}
/*.beyond-banner.show-gradient:before{
    background-image: url(/wp-content/uploads/2026/01/header-scaled.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom -1px center;
}*/
.beyond-banner.show-gradient:before
{
    background: none;
}
.beyond-banner .banner-content-description *{
    width: 80%;
    margin: auto;
    color: rgba(255, 255, 255, 0.80) !important;
    font-size: 24px ! IMPORTANT;
    line-height: 1.63;
    letter-spacing: -0.09px;
}
.beyond-banner .banner-content-description p img {
    padding-top: 70px;
    width: 674px;
}

.beyond-banner.component-page-banner-sec.header-2 {
    max-height: unset;
    height: auto;
    padding: 96px 0;
}
.btn-primary a {
    padding: 0;
    background: transparent !important;
}
.btn-primary, .btn-primary a, .pricing-table .btn-primary {
    background-color: #EDEAE4;
    border-color: #EDEAE4;
    font-size: 14px;
    font-family: var(--font-rock);
    color: var(--darkgray) !important;
    font-weight: 500 !important;
}
.common-space{
    padding: 75px 0px;
}
.video-section{
    /*background: linear-gradient(179.12deg, #143752 8.63%, #ECEAE5 64.77%);*/
    padding-top: 0;
    padding: 0 96px;
}
.video-section .container {
    max-width: 100%;
    padding: 0;
}
/*.video-section:before {
    content: "";
    background: linear-gradient(179.12deg, #143752 8.63%, #ECEAE5 64.77%);
    width: 100%;
    height: 150%;
    position: absolute;
}
.video-section .wp-block-group.container {
    position: relative;
}*/
.counter-section h3{
    font-weight: 400;
}
.theme-bg{
    background-color: #ECEAE5;
}
.bg-shape{
    background-image: url(/wp-content/uploads/2026/01/bg-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:right center;
    background-color: transparent;
}
.bg-shape-center{
    background-image: url(/wp-content/uploads/2026/02/BAckground-Image-1-scaled.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
}
.upgrade-sec .container{
    max-width: 1100px;
    margin: auto;
}
.upgrade-sec h2{
    line-height: 1.2 !important;
}
.bg-gradient .row {
    background-image: url(/wp-content/uploads/2026/01/DaveSection.jpg);
    background-size: 50% 101%;
    background-repeat: no-repeat;
    background-position: left center;
}
.bg-gradient.component-image-content-boxes-sec.rectangle-images .section-image .section-img{
    aspect-ratio: 1 / 1;
}
.bg-gradient.component-image-content-boxes-sec:not(.component-large-image-content-boxes-sec).rectangle-images .section-image .section-img {
    aspect-ratio: 582 / 400;
}
.bg-gradient .section-description {
    margin-top: 25px;
}

.self-future {
    background: linear-gradient(180deg, #738EF7 -97.89%, #ECEAE5 99.98%);
    position: relative;
    /*border-radius: 20px;*/
    overflow: hidden;
    padding-bottom: 50px;
}
/* .self-future .container{
    max-width: 100% !important;
} */
.self-future .card-item-in {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 4/5;
}
.self-future .card-content p {
    color: #fff;
    margin: 0;
}
.self-future .card-item-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 4;
}
.self-future .card-item-in::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(179.94deg, rgba(7, 41, 67, 0) 0.05%, rgba(7, 41, 67, 0.9) 74.27%), url(s3-04_2024-05_Biohacking-Conference-48-1-p.jpg);
}
.self-future .card-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-weight: 400;
    font-family: var(--font-rock);
}

.self-future .card-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 0 16px;
}

.self-future .card-title {
    margin: 0;
    color: #fff;
    padding-bottom: 16px;
}

.self-future .card-body {
    position: absolute;
    bottom: 62px;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
    color: #fff;
    padding: 0px 32px;
    background: transparent;
    z-index: 2;
}
.self-future .card-content {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.self-future .card-item:hover .card-body {transform: translateY(32px);transition: all 0.4s ease-in-out;}
.self-future .card-item:hover .card-content {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.owl-dots{
    display: none !important;
}
 .owl-nav{
    top:60px;
}
.self-future.component-card-carousel-sec .owl-nav {
    display: inline-flex !important;
    width: 10px ! IMPORTANT;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    width: 35px;
    display: flex;
    height: 35px;
    border-radius: 50px !important;
    align-items: center;
    justify-content: center;
}
.self-future .left-arrow {
    border-top: 2px solid #143752;
    border-right: 2px solid #143752;
}
.section-wrap, .go-beyond-cta .cta-link-box, .go-beyond-cta .inside-cta-box-wrap-in {
    width: 750px !important;
    margin:auto;
}
.section-wrap p, .card-head p, .pricing-table-description{
    font-size: 24px;
    letter-spacing: -0.09px;
}
.column-content h5{
    font-size: 16px;
}
.col-main-image img{
    max-width: 95%;
}
.pricing-section{
    background: radial-gradient(50% 138.24% at 50% 62.53%, #1B6090 0%, #081C2A 100%);
    border-radius: 56px;
    border:1px solid transparent;
}
.media-blocks-content .btn-primary{
    background-color: transparent;
    border: transparent;
    padding: 0px;
    text-transform: uppercase;
    position: relative;
    padding-right: 50px;
    align-items: center;
    border-radius: 0px !important;
}
.media-blocks-content .btn-primary:hover{
    background-color: transparent !important;
}
h3.wp-block-heading, .self-future h2{
    font-size: 56px;
}
.upgrade-sec .section-wrap{
    margin: initial;
}
.media-blocks-content h2{
    font-size: 32px;
}
 .beyond-review .owl-nav{
    top: auto !important;
    width: 9% !important;
 }
 .beyond-review .testimonial-title {
    font-weight: 400;
    font-size: 24px;
}
 .beyond-review .owl-carousel .owl-item {
    background: radial-gradient(50% 50% at 50% 50%, #738EF7 0%, rgba(115, 142, 247, 0) 100%);
    padding-bottom: 50px;
}
 .beyond-review .testimonial-carousel .testimonial-content p {
         font-size: 36px !important;
    }
.beyond-faq .accordion-item{
    background-color: transparent;
}
.accordion-card {
    border-bottom: 1px solid rgba(27, 30, 29, 0.19);
}
.accordion-card .card-body>* {
    font-size: 14px;
    line-height: 1.6;
}
.beyond-faq .accordion {
    width: 800px;
    margin: auto;
}
.beyond-faq .accordion-h6-title {
    font-size: 16px;
    color: var(--darkgray);
    font-weight: 400;
}
.beyond-faq .accordion-button[aria-expanded="false"]::after, .accordion-button[aria-expanded="true"]::after{
    border-color: rgba(27, 30, 29, 0.5);
    width: 8px;
    height: 8px;
}
.go-beyond-cta .cta-link-box{
    width: 100% !important;
  
}
.go-beyond-cta h2{
    font-family: var(--font-ranade);
    font-weight: 400;
    font-size: 72px;
    line-height: 1.2;
}
/* footer css */
  .above-footer {
    padding: 128px 0px 80px;
}
.above-footer h3 {
    color: var(--white);
    margin-bottom: 56px;
    font-size: 14px;
    font-family: 'Roc Grotesk';
    letter-spacing: 2.4px;
}
.tier {
    margin: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.tier-1 svg, .tier-1 img {
    aspect-ratio: 383/52;
}
.tier-2 img, .tier-2 svg {
    aspect-ratio: 204/95;
}
.tier img, .tier svg {
    object-fit: contain;
}
.tier-3 img, .tier-3 svg {
    aspect-ratio: 128/60;
}
.tier-3 {
    margin-bottom: 58px;
}
.footer-link {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2.4px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 56px;
}
.footer-link svg {
    transition: all 0.3s ease-in-out;
}
.footer-link:hover svg {
    transform: translate(10px, 0px);
}
.footer-link:hover  {
   color: rgba(255, 255, 255, 0.6);
}
.footer-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
#menu-footer-menu {
    padding: 0;
    margin: 0;
    gap: 8px;
}
.pre-footer-nav li a {
   transition: all 0.3s ease-in-out;
    font-size: 16px;
    letter-spacing: -0.09px;
}
.pre-footer-nav li a:hover, .footer-btm-links a:hover {
    color: var(--white);
}
.social-icon-footer a svg {
    width: 18px !important;
    height: 18px !important;
}
.social-icon-footer a svg:hover path, .footer-btm-links a {
   transition:all 0.3s ease-in-out;
}
.social-icon-footer a svg:hover path {
    fill: rgba(255, 255, 255, 0.60);
}
.footer-btm-links p {
    margin: 0;
}
.copyright-text p, .copyright-text {
    letter-spacing: -0.09px;
}
.testimonial-carousel.owl-carousel .owl-nav {
    gap: 16px;
    padding: 0;
}
 .owl-nav button {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
}
.owl-carousel .owl-nav button .left-arrow {
    border-color: #143752 !IMPORTANT;
}

/* Tab content css */
.tab-content, .tab-content .tab-title {
    color: #fff;
}
.custom-tabs {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin: 20px 0px 24px;
}
.custom-tabs .nav-link {
    color: rgba(255, 255, 255, 0.61);
    border: none;
    padding: 12px 18px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.custom-tabs .nav-link.active,
.custom-tabs .nav-link:hover {
  color: rgba(255, 255, 255, 0.61);
  background: transparent;
  border-bottom: 3px solid #ffffff;
}

.tab-wrapper .tab-content {
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
.tab-wrapper .tab-content img{
    width: 100%;
    border-radius: 25px;
}
.tab-wrapper .tab-content .tab-pane .d-flex>div {
    width: 50%;
}
.tab-wrapper .tab-content .main-img img{
    height: 458px;
    object-fit: cover;
}
.tab-wrapper .tab-content .main-img{
    border-radius: var(--bs-border-radius-xl) !important;
}
.custom-tabs .nav-link:first-child{
    padding-left: 0px;
}
.custom-tabs .nav-link:last-child{
    padding-right: 0px;
}
.mobile-carousel{
    display: none;
}
.mobile-carousel img {
    width: 100%;
    display: block;
}

.mobile-carousel .owl-nav {
    position: absolute;
    bottom: 5px;
    left: 50%;
    top: 100%;
    transform: translateX(-50% );
    width: auto;
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    z-index: 10;
}

.mobile-carousel .owl-nav button {
    background: rgba(0,0,0,0.5);
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
}
.mobile-carousel .owl-nav button span{
    font-size: 20px;
    color: #000;
}
.speaker-card .card-small {
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding: 0px !important;
}
.speaker-card .card-small:hover .card-item-in,
.speakers-grid .speaker-card-item:hover .speaker-image {
    transform: translateY(10px);
    filter: drop-shadow(0px 20px 30px rgba(20, 55, 82, 0.05));
}

.speaker-card .card-item .card-item-in,
.speakers-grid .speaker-card-item .speaker-image{
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: translateY(20px);
    margin: 0 !important;
}
.speaker-card .card-item .card-item-in::after,
.speakers-grid .speaker-card-item .speaker-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(133.26deg, rgba(186, 116, 66, 0.61) 4.23%, rgba(115, 142, 247, 0.61) 65.68%);
    width: 100%;
    height: 70%;
    z-index: -1;
    border-radius: 15px 15px 0px 0px;
}
.speaker-card .card-item-in img.card-img {
        width: 100%;
        border-radius: 12px;
        object-fit: contain;
        position: relative;
        height: 407px;
        margin-bottom: 0;
}
.speaker-card .card-body,
.speakers-grid .speaker-card-item .speaker-info {
    padding: 16px;
    background-color: #fff;
    margin-top: -20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.speaker-card .card-title {
    font-size: 14px !IMPORTANT;
    color: #1B1E1D;
    text-transform: uppercase;
    padding-top: 5px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    font-family: 'Roc Grotesk';
        letter-spacing: 2.4px;
}

.speaker-card .card-content {
    font-size: 14px;
    color: #555;
}
.speaker-card .card-content {
    font-size: 14px;
    color: rgba(27, 30, 29, 0.61);
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 500;
    min-height: 50px;
}
.home .speaker-card .card-category {
    font-size: 14px;
    color: rgba(27, 30, 29, 0.61);
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 500;
    /*min-height: 50px;*/
}
.home .speaker-card .card-content {
  display: none;
}
.speaker-card {
    padding-bottom: 160px;
}
.speaker-card .owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
}
.speaker-card .owl-carousel .owl-nav button.disabled {
    cursor: default;
    opacity: 0.5;
}
.speaker-card .owl-carousel .owl-nav {
    width: 10px;
    left: 10%;
    top: 100%;
    margin: 15px auto;
    display: flex !important;
    position: absolute;
    margin-top: 35px;
    transform: none;
}
.speaker-card  .owl-carousel .owl-nav.disabled * {
    display: inline-flex;
}
.go-beyond-cta .inside-cta-box-wrap-in, .go-beyond-cta .inside-cta-box-wrap {
    gap: 0px;
}
.speaker-card .wp-block-buttons .wp-block-button a{
    padding: 0px;
    letter-spacing: 2.4px;
}
.speaker-card .wp-block-buttons:hover a, .wp-block-button__link:hover{
    color: #0F293D;
    text-decoration: underline;
}
.main-header {
    position: fixed;
    top: 25px;
}
.accordion-body ul li a{
    color: var(--darkgray);
}
.accordion-body ul li a:hover{
    color: var(--primary);
}
.accordion-body ul{
    padding-left: 7px;
}
.banner-content .btn-primary {
    margin-top: 80px;
    height: 56px;
    align-items: center;
}
/* Statbar CSS */
.three  .stat-bar-header h2 {
    font-size: 32px;
}
.three .stat-box * {
    color: var(--darkgray);
}
.three .number-box {
    font-size: 64px;
    letter-spacing: -2px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Ranade';
}
.three .stat-box h3, .three .stat-box p {
    font-family: 'Roc Grotesk';
}
.three .stat-box.bottom-right .row, .three .stat-box.top-left .row {
    align-items: center;
}
.stat-box.middle-block .number, .stat-box.middle-block .number ~ span {
    font-size: 128px;
}
.stat-box.middle-block {
    padding: 50px 32px !important;
}
.partner-btn {
    margin-left: 250px;
    position: relative;
    top: 18px;
}

.link-btn a:after, .media-blocks-content .btn-primary:after,  .wp-block-button__link:after, .pricing-top-btn:after {
    content: "";
    background: url(/wp-content/uploads/2026/01/arrow-long-right.svg);
    width: 35px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0;
}
.link-btn:hover a:after, .wp-block-button__link:hover:after, .pricing-top-btn:hover:after {
    margin-left: 10px;
}
.link-btn a:after, .media-blocks-content .btn-primary:after, .wp-block-button__link:after {
    transition: all 0.3s ease-in-out;
}
.speaker-card .owl-carousel .owl-stage-outer {
    padding-bottom: 48px;
}
.experience-wrap h3 {
    margin-bottom: 80px;
}
.tab-wrapper .tab-content * {
    color: rgba(255, 255, 255, 0.7) !important;
}
.tab-wrapper .tab-content p {
    padding: 0 24px;
}
.media-blocks-content  .section-description * {
    color: rgba(27, 30, 29, 0.7);
    font-size: 18px;
    letter-spacing: -0.09px;
}
.media-blocks-content .btn-primary:after {
    right: 15px;
}
.media-blocks-content .btn-primary:hover:after {
    right: 5px;
}
/* Pring Table CSS */
.component-pricing-table-sec {
    border-radius: 56px;
    background: var(--Dark-Blue-Gradient, radial-gradient(138.28% 50.06% at 50% 62.53%, #1B6090 0%, #081C2A 100%));
    margin-left: 20px;
    margin-right: 20px;
}
.component-pricing-table-sec  * {
    color: var(--white) !important;
    font-family: 'Roc Grotesk' !IMPORTANT;
}
.pricing-table {
    background: var(--Dark-Blue-1, #0F293D);
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    background-blend-mode: color-burn;
}
.pricing-table-head * {
    font-size: 28px !important;
    font-weight: 500 !IMPORTANT;
    font-family: 'Roc Grotesk' !IMPORTANT;
    line-height: 1;
}
.pricing-table-head h3 {
    border: 0px;
    padding: 0;
    margin: 0;
}
.pricing-table-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.pricing-table-wrap:not(.Stacked) .mb-4 {
    width: 33% !IMPORTANT;
}
.pricing-table .btn-primary
{
        width: fit-content;
        position: unset;
}
.component-pricing-table-sec .features *, body .component-pricing-table-sec p, .component-pricing-table-sec p span, .pricing-table.popular-plan p, .pricing-table.popular-plan p span, .pricing-table.popular-plan .show-more-btn:before, .pricing-table .show-more-btn:before{
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px !important;
}
.pricing-table .features ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pricing-table .features ul li:before {
    background: url(/wp-content/uploads/2026/01/Icon.svg);
    border: 0px;
    left: 0;
}
.pricing-table .features li {
    padding-left: 32px !IMPORTANT;
    position: relative;
}

.go-beyond-cta .inside-cta-box-wrap-in .cta-box-description {
    margin: 40px 0;
}
.header-right .theme-btn {
    letter-spacing: 2.4px;
    padding: 17px 30px;
}
.header-right .theme-btn:hover:hover, .cta-btns .btn-primary:hover {
    background: rgba(237, 236, 231, 1) !important;
    color: #1B1E1D !important;
    border-color: rgba(237, 236, 231, 1) !important;
}
.self-future .container {
    max-width: 100% !important;
}
.self-future .owl-stage-outer {
    padding-bottom: 64px;
}
.pricing-table-description * {
    color: rgba(255, 255, 255, 0.8) !important;
}
.component-pricing-table-sec > .container > .row {
    justify-content: center;
}
/* Native blocks css */
h1 {
    font-size: 72px;
}h1.wp-block-heading {}

h2 {
    font-size: 56px;
}
h3 {
    font-size: 50px;
}

h4 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.wp-block-quote {
    border-left: 4px solid var(--darkgray);
    padding-left: 10px;
}
.tag-splide .splide__slide {
  flex-shrink: 0;
  margin-bottom: 16px;
margin-right: 0 !important;
margin-left: 0 !important ;
}
.tag-splide .splide__list
{
    gap: 12px;
}
.tag-splide .splide__slide a, .tag-splide .splide__slide span {
  border: 2px solid rgba(186, 116, 66, 0.50);
  background: rgba(186, 116, 66, 0.00);
  padding: 14px 25px;
  align-items: center;
  color: rgba(27, 30, 29, 0.61);
  font-weight: 500;
  font-size: 14px;
}

.tag-splide .splide__slide a:hover, .tag-splide .splide__slide span:hover {
    background: #A4663A;
    color: var(--white);
}
.wp-block-button__link.wp-element-button {
    padding-left: 0;
}
.speaker-wrapper .cards-container {
    max-width: 100% !important;
    padding: 0;
}
.speaker-wrapper .cards-container .row {
    margin: 0;
}
.speaker-header >.wp-block-group__inner-container {
    max-width: 850px;
}
.single-img img, .two-imgs img {
    height: 308px;
    object-fit: cover;
}
.footer-logo {
    text-align: center;
}
.menu-right {
    column-gap: 30px;
}

.experience-wrap {
    padding: 128px 0;
}
.media-blocks-content .container {
    max-width: 1200px;
}
.media-blocks-content .container {
    max-width: 1200px;
}
.image-left .banner-section .section-image {
    justify-content: center;
}
.bg-shape-center .component-image-content-boxes-sec.rectangle-images .section-image .section-img, .bg-shape-center .component-image-content-boxes-sec.rectangle-images .banner-videobox video, .component-image-content-boxes-sec.rectangle-images .banner-videobox iframe {
    aspect-ratio: 550 / 550;
    width: 550px !important;
    height: 550px !important;
}
.upgrade-sec .btn-primary:hover {
    background: #fff;
}
.component-image-content-boxes-sec .owl-carousel .owl-nav {
 
    top: unset;
}
.editable-cards .container-fluid .card-item {

    max-width: 100%;
}
.beyond-faq .accordion-button[aria-expanded="false"]::after, .accordion-button[aria-expanded="true"]::after {
    margin-top: 0px;
   }
   .accordion-card .card-body a {
    color: var(--darkgray);
    text-decoration: underline;
}
.accordion-card .card-body a:hover {
    text-decoration: none;
}
.vide-media-content .section-description * {
    font-size: 24px !important;
}
.vide-media-content * {
    color: rgba(255, 255, 255, 0.8);
}
.vide-media-content  .section-description {
    max-width: 800px;
    margin: 0 auto;
}
.statbar-featured-wrapper {
    background: linear-gradient(179deg, #143752 0.77%, #ECEAE5 80.84%);
}
.speaker-header
    {
        padding-left: 100px;
    }
.sponsors-section h2.heading , .platinum-section h2.heading , .gold-section h2.heading {
    font-size: 18px !important;
}
.sponsors-section h2.heading , .platinum-section h2.heading , .gold-section h2.heading , h2.sponsors-title {
    font-size: 18px !important;
    text-transform:uppercase;
    padding-bottom: 56px;
    margin: 0;
    font-weight: 500;
}
.component-social-proof-sec .logo-wrapper {
    padding: 0;
    background: transparent;
}
.common-logo-section .logo-wrapper-sec {
    background: var(--white);
    border-radius: 10px;
    padding: 40px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.common-logo-section .logo-grid {
    column-gap: 40px;
    row-gap: 56px;
}
.partner-title-header .banner-content {
    max-width: 731px;
    margin: auto;
    padding-top: 90px;
}
.partner-title-header .banner-content h1 {
    font-size: 56px;
    padding-bottom:10px  
}
.partner-title-header .banner-content-description * {
    color: #202B4C;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
}
.tilte-sponsor{
    text-align:center;
    padding-bottom:50px;
}
.sponsors-partner-wrapper .wp-block-column .wp-block-image {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 24px;
}
.sponsors-partner-wrapper .wp-block-column img {
    max-width: 180px;
    object-fit: contain;
}
.sponsors-partner-wrapper p {
    color: rgba(32, 43, 76, 1);
    font-size: 18px;
    margin: 0;
}
.presenting-logo-wrapper .wp-block-image figure {
    background: var(--white);
    padding: 40px;
    border-radius: 10px;
    width: 400px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.presenting-logo-wrapper .wp-block-image figure img {
    object-fit: contain;
    max-width: 300px;
}
.tilte-sponsor {
    max-width: 750px;
    margin: 0 auto;
}
.tilte-sponsor img {
    object-fit: contain;
}
.sponsors-title {
    font-weight: 500;
}
.component-image-content-boxes-sec .owl-carousel.arrows-Right .owl-nav {
    right: 40px;
    transform: unset;
    bottom: 30px;
}
.component-image-content-boxes-sec .owl-carousel .owl-dots.custom-dots {
    display: block !important;
}
.component-image-content-boxes-sec .owl-carousel .owl-dots.custom-dots .owl-dot.active {
    width: 23px !important;
    border-radius: 30px;
    opacity:1;
}

.component-image-content-boxes-sec .owl-carousel .owl-dots.custom-dots .owl-dot {
    background: var(--white);
    opacity: 0.6;
}
.dots-Right.arrows-Right .owl-dots.custom-dots {
    right: 140px !important;
}
.component-image-content-boxes-sec .owl-carousel.dots-Center .owl-dots.custom-dots {
    left: 0;
    right: 0;
    bottom: 10px;
}
.component-image-content-boxes-sec .owl-carousel.arrows-Center .owl-nav {
    left: 0;
    right: 0;
    padding: 0;
    transform: none;
    bottom: 30px;
}
.component-image-content-boxes-sec .owl-carousel.arrows-Left .owl-nav {
    left: 20px;
    padding: 0;
    transform: unset;
    bottom: 30px !important;
}
.component-image-content-boxes-sec .owl-carousel.dots-Left.arrows-Left .owl-dots.custom-dots {
    left: 140px;
}
.component-image-content-boxes-sec .owl-carousel.arrows-Center.dots-Center .owl-nav {
    bottom: 60px;
}
.dj-section .section-description {
    font-size: 18px;
}
.component-auto-image-slider-sec .col-lg-12 {padding: 0;}
.speaker-card .owl-item {
    padding-left: 16px;
    padding-right: 16px;
}
.speaker-card .card-item.item {
    max-width: 100%;
}
.component-image-content-boxes-sec .section-description {
    font-size: 18px;
}

.speakers-archive {
    padding: 80px 0;
    background: linear-gradient(180deg,#f4f5f7 0%,#e5e7f5 100%);
}

.speakers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.speaker-card-item {
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
}


.speaker-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.speaker-info {
    padding: 20px;
    height: 90px;
}
.speaker-info * {
    text-transform: uppercase;
    font-size: 14px;
    color: #1B1E1D;
    font-weight: 500;
    letter-spacing: 2.4px;
}
.speaker-info h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.designation {
    opacity: 0.61;
}

.filter-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

#topic-filter {
    appearance: none;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #F3F0EE url(/wp-content/uploads/2026/03/Vector-2.svg) no-repeat right 16px center;
    height: 56px;
    color: rgba(27, 30, 29, 0.61);
    font-size: 14px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 337px;
}
/*.speaker-wrappers {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 60px;
    align-items: center;
}
*/
.speaker-topics span {
    display: inline-block;
    padding: 6px 12px;
    background: #f1f1f1;
    border-radius: 20px;
    margin: 5px;
    font-size: 12px;
}
/*
.more-speakers .speakers-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 30px;
} */
.show-more-btn:after {
    background: url(/wp-content/uploads/2026/02/caret.svg);
    filter: brightness(0) invert(1);
    background-size: 18px;
}
.show-more-btn {
    display: block;
    color: var(--white) !important;
    font-size: 16px;
}
.pricing-table.popular-plan .show-more-btn {
    color: var(--white) !important;
}
.show-more-btn:after {
    right: 0;
}
/*.text-center {
    text-align: left !important;
}*/
.membership-wrpper {
    order: 3;
}
.pricing-table {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
}
.text-center:has(.btn-primary) {
    order: 2;
    margin-bottom: 30px;
}
.pricing-table.popular-plan {
    border-color: transparent;
    border-radius: 0px 0px 24px 24px;
    color: #FFFFFFB2 !important;
    box-shadow: 0 4px 21px 0 #738EF7;
}
.pricing-table.popular-plan  .popular-text {
    border-radius: 24px 24px 0 0;
    background: var(--Blue, #738EF7);
    position: absolute;
    margin-top: -75px;
    width: 100%;
    left: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--white) !important;
    padding: 13px 0 10px;
}
.pricing-table.popular-plan .pricing-table-head * {
    color: var(--white) !important;
}
.pricing-table.popular-plan .btn-primary {
    color: var(--black) !important;
}
.pricing-head {
    margin-bottom: 100px !important;
}
.pricing-head .pricing-table-description p {
    font-size: 24px !important;
}
.pricing-head .btn-primary, .pricing-head .btn-primary:hover {
    background: transparent !important;
    border: 0px;
    padding: 0;
    letter-spacing: 2.4px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    color: var(--white) !important;
    position: relative;
}
.pricing-top-btn:after {
    filter: brightness(0) invert(1);
    top: -2px;
    transition: all 0.3s ease-in-out;
}
.pricing-table-description-bottom {
    max-width: 80%;
    margin: 0 auto;
}
body .component-pricing-table-sec .pricing-table-description-bottom p {
    font-size: 14px !important;
}
button.accordion-button {
    padding: 0px;
    background: transparent !important;
    color: var(--black) !important;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.accordion-body a {
    color: var(--black);
    text-decoration: underline;
}
.accordion-body a:hover {
    text-decoration: none !important;
}
.self-future h2 {
    margin-bottom: 32px;
}
.component-image-content-boxes-sec h2 {
    font-size: 56px;
}

/* Blog page */
.block-space{
    padding-top: 75px;
    padding-bottom: 75px;
}
.gradient-banner{
    background: linear-gradient(313.79deg, #AFBCEE -15.11%, #ECEAE5 64.18%);
}
.filter-btn, .single-post-page .taxonomy-post_tag a{
    border: 2px solid rgba(186, 116, 66, 0.50);
    background: rgba(186, 116, 66, 0.00);
    padding: 14px 25px;
    align-items: center;
    color: rgba(27, 30, 29, 0.61);
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
    text-transform: uppercase;
}
.filter-btn.active, .filter-btn:hover, .single-post-page .taxonomy-post_tag a:hover{
    background-color: rgba(186, 116, 66);
    color: #fff;
}
.category-filter ul li{
    list-style-type: none;
}
.single-post-page .wp-block-post-terms__separator {
    display: none;
}
 .single-post-page .taxonomy-post_tag a{
        padding: 14px 25px 10px;
 }
/* .category-filter ul, .single-post-page .taxonomy-post_tag{
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
    padding-left: 0px;
    margin-left: 0px;
} */
.blog-img{
    aspect-ratio: 16 / 11;
    object-fit: cover;
}
.wp-block-quote {
    border-left: 4px solid #BA7442;
}
.wp-block-quote p{
    color: #BA7442;
    font-size: 24px;
    line-height: 1.5;
}
.blog-media img{
    aspect-ratio: 16 / 8;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.single-post-page figcaption.wp-element-caption {
    background-color: #F5F5F5;
    padding: 10px;
    margin-top: 0px;
}
.post-grid-recent .wp-block-latest-posts__post-title{
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
.post-grid-recent .wp-block-latest-posts__featured-image img {
    padding-bottom: 15px;
    width: 100%;
    max-width: 100% !important;
}
.post-grid-recent .wp-block-latest-posts__featured-image a {
    width: 100%;
}
.post-grid-recent .wp-block-latest-posts__post-date {
    padding-top: 10px;
}
.single-post-page h2{
    font-size: 2rem !important;
}
.single-post-page h3{
    font-size: 1.75rem !important;
}
.single-post-page h1{
    font-size: 2.5rem !important;
}
.single-post-page ul.wp-block-list {
    padding-left: 10px;
}
.single-post-page ol.wp-block-list {
    padding-left: 20px;
}
.cat-link, .cat-link:hover{
    color: #212529;
}
.cat-link:hover{
    text-decoration: underline;
}
.blog-list .card h5 a{
    font-size: 20px;
        color: #212529;
}
#clear-filter {
    color: #1B1E1D;
    font-size: 18px;
    border: 0px;
    letter-spacing: -0.09px;
    background: transparent;
    font-weight: 400;
}
.buttons-wrapper .btn {
    background: rgba(115, 142, 247, 0.90);
    color: 1B1E1D;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.speaker-wrappers {
    padding: 128px 0;
}
.speaker-wrappers h1 {
    font-size: 56px;
    color: #1B1E1D;
    margin: 0;
}
.speaker-wrappers .designation {
    color: #202B4C;
    font-size: 22px;
    margin: 16px 0;
    opacity: 1;
}
.speaker-wrappers .social-icons {
    display: flex;
    column-gap: 24px;
    margin-bottom: 40px;
        margin-top: 24px;
}
.speaker-wrappers .social-icons svg {
    width: 18px;
    height: 18px;
}
.speaker-wrappers .content p {
    color: #1B1E1D99;
    font-size: 18px;
}
.speaker-wrappers .speaker-card-item {
    padding-right: 80px;
}
.speaker-wrappers .content {
    margin-bottom: 40px;
}
.speaker-wrappers .buttons-wrapper .btn {
    color: #1B1E1D !important;
}
.more-speakers h2 {
    font-size: 32px !important;
    padding-left: 75px;
}
.single-speaker {
    padding-bottom: 160px;
    background: linear-gradient(344deg, #AFBCEE 17.9%, #ECEAE5 57.74%);
}
.speaker-topics span,
.speaker-topics a {
    border: 2px solid rgba(186, 116, 66, 0.50);
    background: rgba(186, 116, 66, 0.00);
    padding: 14px 25px;
    color: rgba(27, 30, 29, 0.61);
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 16777200px;
    text-transform: uppercase;
}
.speaker-topics {
    margin-top: 40px;
    justify-content: start;
    display: flex;
    gap: 12px;
    
}
.speaker-wrappers .speaker-card-item .speaker-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(133.26deg, rgba(186, 116, 66, 0.61) 4.23%, rgba(115, 142, 247, 0.61) 65.68%);
    width: 100%;
    height: 70%;
    border-radius: 15px 15px 0px 0px;
    
}
.speaker-wrappers .speaker-card-item .speaker-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.speaker-wrappers .speaker-card-item .speaker-image img {
    position: relative;
}
body .speakers-grid.owl-carousel .owl-nav {
    left: 4.5% !important;
    gap: 15px;
}

.blog-list .card .card-img {
    aspect-ratio: 2 / 1.5;
    /*object-fit: contain;*/
}
.speakers-grid .designation {
   /*  display: -webkit-box; 
     -webkit-line-clamp: 2; 
     -webkit-box-orient: vertical; 
     overflow: hidden; */
     margin: 0; 
}
.speakers-grid .speaker-info {
    min-height: auto;
        height: 100%;
}
.speakers-grid  .speaker-card-item {
    display: block;
}
.speaker-wrapper.speaker-card .card-body {
    height: 100%;
}