/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 16px;
    font-weight: 400;
}


h1, .h1 {
    font-size: 2.8em;
    line-height: 1.2em;
    margin-bottom: 16px;
}

h2, .h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight:600;
}

h3, .h3 {
  font-size: 1.6em;
  line-height: 1.5em;
}

h4, .h4 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h5, .h5 {
  font-size: 1.1em;
    line-height: 1.5em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:0.9em;
    padding: .9rem 2rem;
    
    border-radius: 5px;
    
    font-weight: 600;
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:0.9em;
    
    border-radius: 5px;
    
}


.is-btn, .btn{
    border-radius: 5px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}


label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Inter", sans-serif;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #000000;
    color:#9CA3A4;
    border-bottom:0px solid #CCCCCC;
    height: auto;
    min-height:0;
    z-index: 99;
    overflow: visible !important;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #000000;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #000000;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

/* sticky navigation*/
header .with-nav.is-stuck {
    background: #ffffff;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
    padding: 0 !important;
    margin: 0;
}

header .with-nav.is-stuck ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     padding: 10px 0;
}

header.new-header-8 .with-nav.is-stuck ul {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

header .with-nav.is-stuck .spacer{
    display:none;
}

header a:not(.button) {
    color: #9CA3A4;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #9CA3A4;
}

header .icon, 
header i,
header i.fa-bars.icon{
    color: #9CA3A4;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #9CA3A4;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#39FF14;
     color:#000000;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

.header-buttons .button {
    font-weight:600;
    padding: 0.9em 2em;
}

footer {
    border-top: 0px solid #CCCCCC;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

svg.step.social-icon {
    height:35px;
    width:35px;
    fill:#FFFFFF;
}

.footer2 .step.social-icon,
.new-footer-1 .step.social-icon,
.new-footer-2 .step.social-icon,
.new-footer-3 .step.social-icon,
.new-footer-4 .step.social-icon{
    height: 40px;
    width: 40px;
}

header .cta .icon {
    padding-right: 5px;
    color: #9CA3A4
}

header .text-muted {
    color: #9CA3A4 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #CCCCCC;
}

header .border-top {
    border-top:1px solid #CCCCCC;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#9CA3A4
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#000000;
    background:#9CA3A4;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#9CA3A4;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #FFFFFF;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#000000;
    background:#9CA3A4;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#9CA3A4;
}

/* || MENU || */
header .main-navigation-background {
    background:#FFFFFF;
}

header .menu.level-1 li .is-dropdown-submenu.menu.level-2  li:first-child {
    display:none;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #9CA3A4;
     font-weight:400;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #FFFFFF;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
     background: #FFFFFF;
     border:none;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #9CA3A4;
    text-align:left;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #9CA3A4;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Polygon.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: auto;
    left: auto;
    margin-top: 7px;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#CCCCCC;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#000000;
    color: #9CA3A4;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#9CA3A4;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#9CA3A4;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#9CA3A4;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color: rgba(255, 255, 255, 0.05);
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
  color :#FFFFFF;
}


.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #FFFFFF;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #39FF14;
    color: #000000;
}

.new-header .button.hollow {
    background:transparent;
    color:#9CA3A4;
    border:1px solid #39FF14;
}

.new-header-menu-container {
    background:#FFFFFF;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    position: fixed;
    background-color: #39ff14;
    color: #45C3D1;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.375rem;
    right: 12px;
        z-index: 9999999999;
}

.sidenav-container i.fa-bars.icon{
     color: #000;
    font-weight: 700;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#39FF14;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #CCCCCC;
    margin-top: 10px;
    padding-top: 5px;
}

.new-header-9 .sidenav-bar {
    right: 20px;
    top: 20%;
}

/* New headers CSS END */

/* new theme 2 styles */

.main-banner-sec.theme-2 {
    height:80%;
}

.main-banner-sec.theme-2 form .button {
    background: #39FF14;
    color: #000000;
    padding:12px 32px;
    font-size:0.9em;
}

.is-dark-color * {
    color:#FFFFFF;
}

.is-light-color *{
    color:#FFFFFF;
}

.is-dark-color .button,
.is-dark-color button {
    background: #39FF14;
    color: #000000;
}

.is-light-color button,
.is-light-color .button {
    background: #000000;
    color: #39FF14;
}

.page-banner-main-heading {
    font-weight: 500; 
    margin-bottom: 10px; 
    font-size:2.8em;
}

.page-banner-sub-heading {
    font-size: 1.2em; 
    font-family: inherit; 
    margin-bottom: 30px;
}

#contact-us-form-container {
    position:relative;
}

#contact-us-form-container label {
    margin-bottom:8px;
}

#contact-us-form-container p:first-of-type, 
#contact-us-form-container legend {
    display:none;
}

#contact-us-form-container .textblock_wrap p {
    display:block;
}

#contact-us-form-container .fieldset {
    padding:0;
    margin:0;
    border:0px solid;
}

#contact-us-form-container form {
    background:#000000;
    position: absolute;
    right: 0;
    top:110px;
    width: 100%;
    padding: 40px;
}

#contact-us-form-container form input:not([type="submit"]) {
    border:1px solid #CCCCCC;
    padding: 8px 16px;
    border-radius:10px;
    height: 56px;
}

#contact-us-form-container .phone_wrap > div {
    width:100%;
}   

#contact-us-form-container .phone_wrap > div [class*="flag-container"] {
    display:none;
}

#contact-us-form-container form #first_name, 
#contact-us-form-container form #mob_phone_phone_number_tel {
    margin-bottom: 1rem !important;
    margin-top: 0px !important;
}

#contact-us-form-container * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#contact-us-form-container .form-container {
    padding:0;
}

.user-logged-out .main-banner-sec {
    overflow:visible;
}

/* service page */ 

.service-card-section h2 {
    padding-top:30px;
}

.service-card-section .single-card {
    height:100%;
     color:#FFFFFF;
}

.service-card-section .single-card * {
     color:#FFFFFF;
}

.service-card-section .cell {
    padding-right:10px;
    padding-left:10px;
}

/* faq page */

/* system page */ 
.ww-newsletter-registration.ww-form-container {
    padding-top:30px;
}


@media screen and (min-width: 1024px) {
    .stretched-image-section .cell.large-6 {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .stretched-image-section .cell.large-6:first-child {
        background-color: black;
        color: white;
        max-width: 600px; /* Ensure text stays within grid */
    }
    
    .stretched-image-section .cell.large-6:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .stretched-image-section .cell.large-6:last-child img {
        width: 100%;
        object-fit: cover; /* Ensure image fully covers the space */
    }
}


/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background-color:rgba(255, 255, 255, 0.05);
    color:#FFFFFF;
}

.fixed-menu .menu li:hover > a {
    background: linear-gradient(to right, rgba(57 255 20 / 0.1) 48%, rgba(57 255 20 / 0.1)  0%, rgba(57 255 20 / 0.1) 100%) !important;
    border-radius: 0.375rem;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li:first-child {
    display:none;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li a {
    text-align:left;
}

.footer-menu-container {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:30px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    color: #FFFFFF;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #FFFFFF;
}

.dropdown.menu > li.is-active a {
    color: #FFFFFF;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#FFFFFF;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
}

.light-bg-section h3 {
    color:#FFFFFF;
    font-weight:500;
}

.text-primary {
     color:#39FF14;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #000000;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
} 

/* New blog page type */

.banner-main-heading {
    font-size:2.8em;
    color:#231F20;
    line-height: 1.2em;
}

.new-blog-page-type .featured-articles {
    padding: 48px;
    border: 1px solid #CCCCCC;
}

.new-blog-page-type .featured-articles img {
    max-height:215px;
}

.new-blog-page-type .featured-articles h5 {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
    color:#231F20;
}   

.new-blog-page-type .featured-articles h2 {
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: 400;
    color:#231F20;
}

.new-blog-page-type .featured-articles h2 a{
    color:#231F20;
}

.new-blog-page-type .blog-search-button svg {
    fill:#231F20;
}

.blog-search-container .blog-search-button:hover {
    box-shadow: none;
}

.new-blog-page-type .featured-articles p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.new-blog-page-type .blog-articles,
.new-blog-page-type .blog-sidebar {
    margin-top: 80px;
}

.new-blog-page-type .blog-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px 30px; 
    list-style: none;
    margin-left: 0;
}

.new-blog-page-type .blog-ul h2,
.new-blog-page-type .blog-ul h2 a{
    font-size: px;
    line-height: 1.5;
    font-weight: 600;
}

.new-blog-page-type .blog-ul img,
.featured-articles-slider img {
    margin-bottom:12px;
}

.new-blog-page-type .article-body ,
.new-blog-page-type .article-body p {
    font-size:18px;
    font-weight:400;
}

.new-blog-page-type .blog-read-more {
    font-weight:600;
}

.featured-articles-slider,
.ps-blog-category  {
    list-style: none;
    margin-left:0;
}

.ps-blog-category {
    margin-bottom: 0;
}

.ps-blog-category li {
    display:inline-block;
}

.ps-blog-category li a {
    padding: 8px 24px;
    border: 1px solid #39FF14;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#39FF14;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#39FF14;
    color:#000000;
}

.new-blog-page-type .featured-articles-section {
    margin-top:80px;
}

.new-blog-page-type .section-main-heading {
    color:#231F20;
}

.articles-filter-container h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color:#231F20;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction {
    text-align:right;
    margin-top: 50px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.2;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a {
    position: relative;
    color: inherit;
    top: auto;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    text-shadow: none;
    margin-left: 20px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a i {
    font-weight: 100;
    text-shadow: none;
    font-size: 35px;
    color:#231F20;
    border: 1px solid #231F20;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block !important;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 40px;
    display: inline-block;
    right:auto;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
}

.new-blog-page-type .article-category span {
    font-size:16px;
    color:#000000;
    font-weight: 400;
}

.blog-search-container #search-input-blog {
    height: 56px;
    border-radius: 10px;
    padding: 8px 16px 8px 44px;
    margin-top: 80px;
    margin-bottom:0;
}

.blog-search-container .blog-search-button {
    position: absolute;
    top: 20px;
    padding: 0;
    left: 16px;
}

.new-blog-page-type .ps-pagination-bar {
    margin-top:50px;
}

.new-blog-page-type .ps-pagination-bar p {
    display:table;
    margin:auto;
}

.new-blog-page-type .ps-pagination-bar span {
    font-size:16px;
    background:#E7E5E4;
    border:1px solid #E7E5E4;
    font-weight:400;
    margin-left: 5px;
     margin-bottom: 10px;
    display:inline-block;
}

.new-blog-page-type .ps-pagination-bar span a {
    display:block;
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current {
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current,
.new-blog-page-type .ps-pagination-bar span.next,
.new-blog-page-type .ps-pagination-bar span.prev {
    border:1px solid #39FF14;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    color:#FFFFFF;
    margin-top:10px;
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 500;
}

.new-blog-page-type .blog-author ul {
    list-style:none;
    margin-left:0;
}

.new-blog-page-type.article-page-type .article-body {
    margin-top:70px;
}

.new-blog-page-type .ps-blog-recent-posts {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 0;
}

.new-blog-page-type .ps-blog-recent-posts .article-title {
    font-size:1.2em;
    margin-bottom:15px;
}

.new-blog-page-type  .recent-posts-text {
    font-weight:600;
}

.new-blog-page-type .blog-sidebar-widget .ps-article-img img {
    margin-bottom:10px;
}

.new-blog-page-type h1,
.new-blog-page-type h2,
.new-blog-page-type h3,
.new-blog-page-type h4 {
    line-height:1.5;
    font-weight: 500;
}

@media screen and (max-width: 1023px) {
    .theme-academy .header-buttons {
        padding-top:0;
    }
    header button.openMenu:hover,
    header button.openMenu:focus,
    header button.openMenu:active {
        box-shadow:none;
    }
    body {
        font-size:16px;
    }
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
    .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:100%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #CCCCCC;
    }
    #contact-us-form-container form {
        position:relative;
        top:auto;
        margin-bottom: 40px;
        padding-left:10px;
        padding-right:10px;
    }
    .main-banner-sec.theme-2 form .button,
    .main-banner-sec.theme-2 .button {
        font-size:1em;
        padding-right:24px;
        padding-left:24px;
        line-height: 1.5;
    }
    button, .button {
        line-height:1.5;
    }
    .banner-main-heading {
        font-size: 2.1em;
    }
    .is-overlay-bg {
        opacity:1;
    }
    h1, .h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin-bottom:16px;
    }
    .new-blog-page-type .article-title {
        font-size: 2em;
    }
    .new-blog-page-type .featured-articles h2,h2, .h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    
    h3, .h3 {
      font-size: 1.3em;
      line-height: 1.4em;
    }
    
    h4, .h4 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    h5, .h5 {
      font-size: 1em;
        line-height: 1.5em;
    }
    
    h6, .h6 {
      font-size: 1em;
      line-height: 1.4em;
    }
    p{
        font-size:1.2em;
    }
    footer {
        margin-top:0px;
    }
    .mobile-footer-menu {
        display:block;
    }
    .blog-search-container #search-input-blog,
    .articles-filter-container,
    .new-blog-page-type .blog-articles, 
    .new-blog-page-type .blog-sidebar {
        margin-top: 40px;
    }
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}

.is-section-guide {
    background:#000000;
}

.is-section-guide h2 {
    color:#9CA3A4;
}

.is-section-guide p.lead {
    color:#9CA3A4;
}
.is-section-guide a.button {
    background:#9CA3A4;
    color:#000000;
}

/* || FOOTER || */
.is-footer, .is-wrapper div.is-section.is-footer {
    background-color: #092629;
    color: #FFFFFF;
    clear: both;
}

footer a:not(.button) {
    color: #FFFFFF;
}

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

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #FFFFFF;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #CCCCCC;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}

.slick-dots li {
    border: 1px solid #39FF14;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #39FF14;
}



/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#000000;
    color:#9CA3A4;
}

aside.sidenav .featured-section i {
    color:#9CA3A4;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:#FFFFFF;
    color: #9CA3A4;
}

aside.sidenav .menu.simple a {
    color: #9CA3A4;
}



aside.sidenav .ps-cart-text-container {
    color:#000000;
    background:#9CA3A4;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#9CA3A4;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #9CA3A4;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#FFFFFF;
    color: #9CA3A4;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #9CA3A4 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFFFFF transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {

  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #CCCCCC;
    }
    
    footer .border-top-small {
      border-top:1px solid #CCCCCC;
    }

    header .border-top-small  {
        border-top:1px solid #CCCCCC;
    }
    
    .step.social-icon {
        height:35px;
        width:35px;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #CCCCCC;
    }
    
    header .mobile-contact-section .head-icons {
        background: #9CA3A4;
        color:#000000;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    header .mobile-contact-section .head-icons i {
        color:#000000;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #CCCCCC;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:0.994819px solid rgba(204, 204, 204, 0.3);
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #CCCCCC;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

header button.openMenu {
    background: initial;
    color: initial;
}

/******************************************custom-css*****************************************************/
/*Login Page*/
div.ps-login-page.grid-container.padding-top-3.padding-bottom-3 div.cell.large-5.medium-12.small-12.ps-registration-form.large-offset-1 > div > ul > li {
    display: flex !important;
}
/*Login Page*/
#status-msg {
    display: none !important;
}

/*Basic Fixes*/
html, body{
    font-weight: 400 !important;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}
/*Basic Fixes*/

/*general-css*/
.black-bg {
    background: #000 !important;
}

.dark-bg {
    background: #000000 !important;
}

.bg-dark{
    background:#0a0a0a;
    }

.color-white {
    color: #fff !important;
}

.color-black{
    color: #000 !important;
}

.color-aqua {
    color: #45C3D1 !important;
}

.color-br {
    color: #21A6B5 !important;
}

.bl-dark-bg {
    background: #1A1616 !important;
}

.dark-blue-bg {
    background: #001399 !important;
}

.light-bg {
   background:#121212 !important;
}

.light-gr-background {
    background: #F8FAFC !important;
}

.white-bg {
    background: #fff;
}

.background-color-transition{
    transition: background-color 1s ease 0.1s;
}

.min-height-auto {
    min-height: auto;
}


strong,
b {
    font-weight: bold;
    line-height: inherit;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button{
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    padding: 16px 32px !important;
    line-height: 28px !important;
background: #39ff14;
    color: #000;
    border: 1px solid #39ff14 !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    opacity:1 !important;
    border-radius: 9999px !important;
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important; 
}

.animate-btn{
    transition: transform 0.5s ease;
    }

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover{
    background:#FFF !important;
    color: #000 !important;
    border: 1px solid #FFF !important;
}

.animate-btn:hover{
    transform: scale(1.05);
    }

.cta-link, .new-blog-template .ps-blog-tags li a, .new-blog-template .blog-widget .widget-category span a {
    font-weight: 700;
    color: #1E919E;
    text-decoration: underline;
}

.cta-link:hover, .new-blog-template .ps-blog-tags li a:hover, .new-blog-template .blog-widget .widget-category span a:hover{
    font-weight: 700;
    color: #FFF;
    text-decoration: underline;
}

p,
ul li, ol li{
    font-family: "Inter", sans-serif;
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.01em;
color: #FFF;
}

.section-main-heading,
.lead-magnet-form-heading,
.banner-main-heading,
h2.blog-sidebar-h2,
h1.article-title,
h1.article-title a, .new-blog-template .blog-widget .widget-title a, .new-blog-template .blog-widget .widget-title, .new-blog-template .blog-sidebar-widget .blog-sidebar-h2{
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 900;
font-size: 48px;
line-height: 40px;
letter-spacing: 0.01em;
color: #FFF;
text-transform:uppercase;
}


.banner-main-heading {
     font-family: "Inter", sans-serif;
     font-style: normal;
font-size: 6rem;
line-height: 1;
font-weight: 900;
letter-spacing: 0.01em;
color: #FFF;
}

.section-sub-heading,
.banner-sub-heading{
 font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.01em;
color: #FFF;
}

.main-menu-heading{
     font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
letter-spacing: 0.01em;
    color: #FFF;
    }
    
    .small-text {
    color: #6b7280;
    font-size: 0.75rem;
    line-height: 1rem;
}

.section-text-heading{
     font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 26px;
letter-spacing: 0.01em;
color: #FFF;
}

ul.accordion .accordion-title{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.16px;
    color:#FFF;
    }
    
.banner-sub-heading {
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 26px;
letter-spacing: 0.01em;
color: #FFF;
}

.banner-text{
    color:#FFF;
    }
    
.border{
    border: 1px solid #CCCCCC; 
}

.list{
    margin-left: 1rem !important;
    text-align: left !important;
}

.list li{
    padding: 4px 0;
}

.img-full-height {
    height: 100%;
    object-fit: cover;
}
    
/*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}

span.moretext {
    display: none;
}
/*Read More Read Less CSS*/

/*Box Shadow*/
.box-shadow{
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
}
/*Box Shadow*/

/*rounded Corner*/
.rounded {
    border-radius: 8px !important;
}
/*Rounded Corner*/

.left-seprator , .middle-seprator{
    position: relative;
    padding-bottom: 1rem;
}
.left-seprator:after , .middle-seprator:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #5DADF2;
    width: 170px;
    height: 2px;
}
.middle-seprator:after{
    right:0;
    margin:0 auto;
    }
.bottom-line-input input:not(input#Submit) {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
/*general-css*/

/*Slick Slider*/
button.slick-arrow {
    background: transparent !important;
    border: 5px solid #AAAAAA;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
}

.slick-next {
    transform: translateY(-50%) rotate(0deg);
    right: -30px;
}

.slick-prev {
    transform: translateY(-50%) rotate(0deg);
    left: -30px;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.slick-dots li {
    border: 1px solid #000;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #000;
}

.testimonial-slider .slick-slide img {
    display: block;
    margin: unset;
}

.testimonial-slider.slick-slider {
    height: auto;
}

.testimonial-slider .slick-dots{
    bottom: -35px;
    display: flex;
}

.our-service-slider .slick-arrow{
    transform: none;
    height: auto;
    width: auto;
    background: none !important;
    top: 40%;
}

.our-service-slider .slick-prev {
    left: -60px;
}

.our-service-slider .slick-next {
    right: -60px;
}
/*Slick Slider*/

/*Position Classes*/
.top-0{
    top: 0;
}

.bottom-0{
    bottom: 0;
}

.left-0{
    left: 0;
}

.right-0{
    right: 0;
}
/*Position Classes*/

.flex-direction-column-d{
    flex-direction: column;
}

/*Our Service Hover Effect*/
.text-color-transition {
    transition: color 1s ease 0.01s;
}

.user-logged-out .hover-black:hover figcaption{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #333141;
    color: #fff;
}

.user-logged-out .hover-black:hover figcaption p,
.user-logged-out .hover-black:hover figcaption h2,
.user-logged-out .hover-black:hover figcaption a{
    color: #fff;
}

.user-logged-out .hover-show{
    display: none;
}

.user-logged-out .hover-black:hover .hover-show{
    display: block;
}
/*Our Service Hover Effect*/

/*List Icon*/
.list-icon li{
    display: flex;
}

.list-upper{
    display: flex;
    justify-content: center;
}


.list-icon li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26441/theme/43971/img/list-icon.png");
    display: inline-block;
    width: 3em;
    margin-left: -1em;
    position: relative;
    top: -5px;
}

/*List Icon*/



/*header*/
.is-header .dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}
.is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        right: -4px;
    margin-top: -10px;
}
.pos-ab-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: transparent !important;
    z-index: 99;
    border-color: rgba(255, 255, 255, 0.20) !important;
}

.pos-ab-header img.seond-logo {
    display: none;
}
.pos-ab-header img.normal-logo {
    display: inline-block !important;
}
.is-header img.normal-logo {
    display: none;
}

header .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 130%;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
     position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    max-width: 1200px;
    background-color: #FFF;
    margin: 0 auto;
    justify-content: center;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
}

.is-footer .is-boxes {
    min-height: 0px;
}


/*Hide first item in sub menu*/


/*Hide first item in sub menu*/

/*header*/

/*separator*/


.separator-width::after{
    width: 150px;
}

/*Home-page*/
/*Banner*/
.user-logged-out .pos-rel-ban {
    position: relative;
}

.user-logged-out .pos-ab-ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.user-logged-in .pos-ab-ban {
    margin: 0 auto;
}

.user-logged-out .inner-content-div {
    max-width: 508px;
    padding: 20px;
}

.user-logged-out .inner-content-div.home-banner {
    max-width: 100%;
    padding: 20px;
}

/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}

.lead-magnet-form input,
.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
}

.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

.lead-magnet-form .ww-form-container input::placeholder,
.lead-magnet-form .ww-form-container input#first_name::placeholder,
.lead-magnet-form .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#first_name::placeholder{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #8F8F8F;
}

.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
}

.lead-magnet-form .width-25{
    width: 38% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
}

/*lead-magnet*/
/*map-section*/
.user-logged-out .content-on-banner3 {
    max-width: 1200px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    right: 0;
    padding: 15px;
}
/*map-section*/
/*Home-page*/

/*service-page*/
/*accrodion-section*/
ul.accordion.plain-accord .accordion-title {
    color:#21A6B5;
    background: #fff;
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.16px;
     padding-right: 50px;
}
ul.accordion.plain-accord li.accordion-item {
    margin-bottom: 15px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 15px !important;
    overflow: hidden;
    background: #fff;
   
}
ul.accordion.plain-accord li.accordion-item .accordion-content {
    background: #fff;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
ul.accordion.plain-accord .accordion-title::before {
    top: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
        right: 1rem;
}


/*accrodion-section*/
/*newsletter-section*/
.newsletter-form-main .container.is-container.is-content-1200 {
    background: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26441/theme/43971/img/Newsletter-Bg-Services-Landing-Template-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffff;
    padding: 90px 60px 80px !important;
    border-radius: 15px;
}
.margin-top-5 {
    margin-top: 5rem !important;
}
.margin-bottom-5 {
    margin-bottom: 5rem !important;
}
/*newsletter-section*/
/*service-page*/

/*service-areas-page*/
.user-logged-out .serv-head-elm {
    margin-bottom: -48px;
}
figure.ser-area-fig-mn.box-shadow {
    max-width: 365px;
    margin: 20px 10px 30px;
    box-shadow: 2px 3px 10px #00000036;
}
figure.ser-area-fig-mn.box-shadow figcaption {
    padding: 35px 40px;
}
figure.ser-area-fig-mn.box-shadow figcaption p.link-blk {
    margin: 0;
    position: relative;
}
figure.ser-area-fig-mn.box-shadow figcaption p.link-blk:after {
    content: url("//d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/link-arrow.png");
    position: absolute;
    top: 0;
    right: 0;
}
.slick-dots {
    bottom: -50px;
}
.slick-dots li {
    border: 0px solid #000 !important;
    background: #D9D9D9;
    width: 13px;
    height: 13px;
}
.slick-dots li.slick-active, .slick-dots li:hover {
    background: #21A6B5 !important;
}
/*service-areas-page*/

/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: rgba(204, 204, 204, 0.3) !important;
}

#footer .fab {
    font-size: 35px;
    color: #222222;
}

footer .icon {
    color: #45C3D1;
    margin-right: 10px;
    font-size:20px;
}
svg.step.social-icon{
    fill:#45C3D1;
    }
footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a{
   padding-left:0; 
   padding-top: 0;
}

footer .menu li a {
    padding-bottom: 0px;
}
footer .foot-menu li:last-child {
    border-bottom: 0px ;
}

footer .foot-menu li:last-child a{
    border-right: 0px !important;
    }
    
footer .copyright-main-block {
    border-top: 2px solid #45C3D1;
}
/*footer*/

#lead-magnet-form .button {
margin-bottom: 50px !important;
}
#status-msg p {
    color: #000;
    font-weight: bold;
}
.accordion-title {
    background: #000;
}
ul.accordion .accordion-title:hover, ul.accordion li.accordion-item.is-active .accordion-title {
        background: #21A6B5 !important;
    color: #FFF !important;
}
.new-blog-template .blog-widget .widget-title::after, .new-blog-template .blog-sidebar-widget .blog-sidebar-h2::after{
    background:#21A6B5;
    }
    .new-blog-template .ps-blog-recent-posts li a::before {
    background: #21A6B5;
    }

        .accordion-title{
            border: 0 !important;
            }
            ul.accordion li.accordion-item {
    margin: 0 0 10px;
}
ul.accordion .accordion-title::before {
    right: 1.5rem !important;
}
        ul.accordion .accordion-content {
    border: 0 !important;
    border-radius: 0px !important;
    margin: 10px 0 0;
}
.accordion-content {
    background-color: #F5F5F5;
}

.service-btn-like p{
    color:#000 !important;
    font-weight:700;
}

ul.accordion li a {
    font-weight: 700;
        cursor: pointer !important;
}
a {
    cursor: pointer !important;
}
/********contact page********************/
.gen-form .ww-form-container form , #newsletter-form form , .map{
  box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
  padding: 20px;
  border: 2px solid #B2B2B2 !important;
}
footer i.fab {
    font-size: 40px;
    color:#FFF;
}

.contact-icon {
    border-top: 3px dashed #21A6B5;
    border-right: 5px dashed #21A6B5;
    border-bottom: 5px solid #21A6B5;
    border-left: 4px solid #21A6B5;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #21A6B5;
    width: 40px;
    height: 40px;
}


.gen-form .ww-form-container .fieldset , #newsletter-form .fieldset{
  border: 0 !important;
}
.gen-form .iti.iti--allow-dropdown {
  display: block;
}
.gen-form input, .gen-form textarea , #newsletter-form textarea , #newsletter-form input, .gen-form select{
  width: 100% !important;
  height: 48px !important;
    background: none;
border: 1px solid #DBDBDB !important;
  border-radius: 5px !important;
  
}
.gen-form legend {
    display: none;
}
.gen-form #Submit , #newsletter-form #Submit{
  height: auto !important;
    border-radius: 5px !important;
}
.gen-form .submit_wrap , #newsletter-form .submit_wrap{
    text-align: center !important;
    }
.gen-form fieldset > div , #newsletter-form fieldset > div{
  width: 100% !important;
}
.gen-form #mob_phone_phone_number_tel , #newsletter-form #mob_phone_phone_number_tel{
  width: 100% !important;
}
.gen-form .checkbox_wrap input, #newsletter-form .checkbox_wrap input {
    height: auto !important;
    width: auto !important;
}
div#newsletter-form {
    padding: 50px 0;
}
/********contact page********************/
ul.arrow-list li, ol.arrow-list li{
    margin-bottom:5px;
    }

header ul.dropdown.menu li.active > a:not(.button), header ul.dropdown.menu li > a:not(.button):hover, header ul.dropdown.menu li > a:not(.button):active, header ul.dropdown.menu li > a:not(.button):focus {
    color: #333333;
    background-color: transparent;
}
ul.is-dropdown-submenu.menu.level-2.submenu.first-sub li {
    border-bottom: 1px solid #000;
}
ul.is-dropdown-submenu.menu.level-2.submenu.first-sub li a, ul.vertical.menu.accordion-menu li a  {
    line-height: 26px;
}
span.cta-link {
    text-decoration: underline;
    cursor: pointer;
}
.new-blog-template .blog-widget .widget-title a, .new-blog-template .blog-widget .widget-title, .new-blog-template .blog-sidebar-widget .blog-sidebar-h2 {
    text-transform: none;
}
ul.is-dropdown-submenu.level-2.submenu > li.is-submenu-item:first-child {
    display: none;
}
aside.sidenav .menu.accordion-menu .active > a {
   background: linear-gradient(to right, rgba(57 255 20 / 0.1) 48%, rgba(57 255 20 / 0.1) 0%, rgba(57 255 20 / 0.1) 100%);
    color: #000;
}
.service-line-bg {
    background:#21A6B5 !important;
}
.service-line-bg p{
    margin-bottom:0px;
    color:#FFF;
}

.custom-inner-div .text-block {
    background: #000;
    padding: 20px;
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 142%;
    left: 0;
    right: auto;
        width: max-content;
        border:1px solid #FFF;
}
span.button.pointer-null {
    cursor: auto;
}
 ul.arrow-list li {
    margin-left: 0px;
    margin-bottom: 16px;
    list-style-position: outside;
    position: relative;
    padding-left: 9px;
        list-style:none;
}
ul.arrow-list li::before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Tick%20mark.webp");
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    left: -20px;
    top: 3px;
}

ul.arrow-list.red-bullet li::before {
    content: url("https://d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/Tick%20mark%20red.webp");
}

ul.arrow-list.small-tick li::before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/tick%202.webp");
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    left: -16px;
    top: 3px;
}

ul.arrow-list.white-arrow li::before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Bullet%20W.webp");
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    left: -16px;
    top: 0px;
}


ul.arrow-list_new li {
    margin-left: 0px;
    margin-bottom: 9px;
    list-style-position: outside;
    position: relative;
    padding-left: 13px;
        list-style:none;
}
ul.arrow-list_new li::before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30631/theme/48521/img/Bullet%20White.webp");
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    left: -16px;
    top: 0px;
}

ul.arrow-list_blue li {
    margin-left: 0px;
    margin-bottom: 9px;
    list-style-position: outside;
    position: relative;
    padding-left: 13px;
        list-style:none;
}
ul.arrow-list_blue li::before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30631/theme/48521/img/Bullet%20Blue.webp");
    vertical-align: middle;
    padding-right: 5px;
    position: absolute;
    left: -16px;
    top: 0px;
}

ul#mainNav li a, ul.vertical.menu.accordion-menu li a{
    text-transform: Capitalize;
}

aside.sidenav .menu.accordion-menu li a {
    background: #000;
    color: #FFF;
}
aside.sidenav .menu.accordion-menu li {
    border-bottom: 0px solid #FFF;
}
aside.sidenav .menu.accordion-menu li a{
    padding: 0.7rem 0.5rem;
}
.pro-m{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
a {
    cursor: pointer !important;
}

footer .menu .active > a {
     background: none;
    color: #FFF;
}

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    width: 400px !important;
    margin: 0 auto;
    min-height: 310px;
}

.abt-slider .slick-prev {
    left: 25%;
    background:none !important;
    width:auto;
    height: auto;
}

.abt-slider .slick-next {
    right: 25%;
    background:none !important;
    width:auto;
    height: auto;
}

.slick-slide img {
    display: inline-block !important;
    text-align: center;
}

.black-bg *{
    color:#FFF;
    }
    header .dropdown.menu li ul.submenu.level-2{
        background:#FFF;
        border: 1px solid #000;
    width: max-content;
        }
 

.service-btn-like {
    display: flex;
    background: #F4F4F4;
    align-items: center;
    padding: 20px 15px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    border: 2px solid #F4F4F4;
    justify-content: center;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color:#000 !important;
}
.service-btn-like:hover {
    border-top: 2px solid #45C3D1;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px 0px 0px inset;
    border-bottom: 2px solid #45C3D1;
}
.service-btn-like .ion-location:before {
    content: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/29930/theme/47865/img/loc212.webp") !important;
}

ul.list-tab {
   display: flex;
   grid-gap: 15px;
   flex-wrap: wrap;
   justify-content: center;
}

ul.list-tab li {
    background: #21A6B5;
    border:1px solid #21A6B5;
    width: calc(48.33% - 10px);
    padding:20px;
    list-style: none;
    color:#FFF;
}
.inner-banner.blog-banner{
    justify-content: flex-start;
    }
    
    ul.lab-ul svg, p {
    fill: #21A6B5;
}
.new-blog-template .ps-blog-tags li a::before{
        background: #21A6B5;
    }
    ul.ps-blog-tags.ul {
    text-transform: capitalize;
}
footer .icon.add-icon {
    position: relative;
    top: 6px;
}


.benefit-register-bg{
         background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Friday%20October%202nd%20.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }

     
     .sect-sec-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Beyond%20The%20Trade%20Show.%20This%20Is%20An%20Evolution.%20d.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }

.card-first-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Exibiting%20Brands.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
     .card-sec-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Floor%20Plan%20.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
     .card-third-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Show%20Zones.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
       .fourth-sect-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Experience%20the%20Energy..webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }

.podcast-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Podcast%20Media%20bg.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
     .subscribe-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Newsletter%20.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
     .last-third-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Longevity%20Experts%20bg.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
        .last-sect-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/The%20Road%20to%20Longevity.%20d.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
         .subscribe-bg h2{
         margin-bottom:16px;
         }
         
         .text-on-image {
    position: relative;
}

.text-prop {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
}

.inner-div-adjust-fl {
    max-width: 434px;
}


.foot-menu li:first-child{
    display:none;
}

.lead-gradient-bg {
      background: linear-gradient(to right, rgba(72, 86, 189, 1) 41%, rgba(237, 239, 251, 1) 0%, rgba(237, 239, 251, 1) 100%) !important;

}
ul.ps-blog-tags.ul li {
    text-align: left !important;
}

.dark-yellow-bg{
    background:#21A6B5 !important;
    }
    

header i.fas.fa-phone-alt.icon {
    margin-right: 6px;
}

.inner-div-adjust {
    max-width: 480px;
}

.image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-with-text img {
  width: 100%;
  display: block;
  height: auto;
}

.user-logged-out .text-pos {
  position: absolute;
  bottom: -10%;
  left: 0;
  transform: translate(12%, -50%);
  color: white;
  text-align: left;
  padding: 1em;
}

.footer-bg, .aqua-bg{
    background-color:#21A6B5 !important;
    }
    
    .mark-line {
    line-height: normal;
}
    
   .add-nav {
    background: #FFF;
    border-radius: 50px;
}

.add-dark-bg {
    background: #092629;
    border-radius: 20px;
}

.add-wid-container {
    max-width: 1200px;
    margin: 0 auto !important;
    justify-content: center;
     padding-top: 40px;
    padding-bottom: 40px;
}

.add-line-height li {
    margin-bottom: 22px !important;
}

.add-card-padding {
    padding: 24px 21px;
}


.card-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 55px 38px;
}

.card-flex h3, .card-flex p{
    margin-bottom:0px;
}

.rounded-borders {
    border-radius: 0px 0px 20px 20px;
}

.add-right-radius {
    border-radius: 0px 20px 20px 0px;
}

.add-left-radius {
    border-radius: 20px 0px 0px 20px;
}

.add-flex-prop {
    display: flex;
    justify-content: center;
}

ul#mainNav {
    justify-content: space-around;
}
.contact-section li a {
    padding-bottom: 0px;
}

.border-right {
    border-right: 1px solid #FFF;
}

ul#country-listbox {
    background: #000;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem !important;
}

.add-flex-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-wid {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
}

.subscribe-bg .grid-x.grid-padding-x.grid-padding-y {
    background: rgba(9, 38, 41, 0.9);
    border-radius: 10px;
    padding: 60px 20px;
}

select#field_32103 option {
    color: #000 !important;
}

input#mob_phone_phone_number_tel::placeholder {
    color: #FFF;
}

.fixed-menu {
    position: fixed;
    overflow-y: scroll;
    height: -webkit-fill-available;
        padding: 0px 25px;
        max-width:250px;
}

ul.vertical.menu.accordion-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.vertical.menu.accordion-menu li a > span:first-child {
    line-height: 0px !important;
    padding: 0;
}

.grad-col {
    background: linear-gradient(90deg, #39ff14, #00f3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.grad-col-fr-heading {
    background: linear-gradient(90deg, #39ff14,#FFFFFF, #00f3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-btn {
padding: 15px 10px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(#0b0b0b, #0b0b0b) padding-box, linear-gradient(135deg, #00f3ff, #39ff14) border-box;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: normal;
}

.gradient-btn:hover{
    background:rgba(57,255,20,0.1);
    border: 2px solid #00f3ff !important;
    }

.time-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.timer {
     display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 10px;
    border-radius: 0.5rem;
    text-align: center;
}

.text-lg {
    font-size: 1.125rem;
    }
    
    .font-bold {
    font-weight: 700 !important;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.opacity-on-hover:hover{
    opacity:0.8;
    }
    
    .green-color{
        color:#39ff14;
        }
         .aqua-color{
        color:#00f3ff;
        }
        
        .letter-spacing {
    letter-spacing: 0.05em;
}

.bg-color-gr{
    background-color: rgba(57, 255, 20, 0.2);
}
.border-gr{
    border: 1px solid rgba(57, 255, 20, 0.5);
}

.rounded-radius {
    border-radius: 9999px;
}
.pd-smt {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
}

.new-sub-heading{
    font-size: 1.5rem;
        line-height: 2rem;
        font-weight:300;
    }
    
    .new-text-heading{
font-size: 1.125rem;
    line-height: 1.75rem;
    }
    .new-para{
    font-size: 1.25rem;
    line-height: 1.75rem;
    color:#9ca3af;
    font-weight: 300;
}

.gradient-line {
    background: linear-gradient(135deg, #39ff14, #39ff14,#000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}
    
    .section-one, .section-two, .section-three, .section-four, .section-five, .section-six, .section-seven, .section-eight, .section-nine, .section-ten, .section-eleven, .section-twelve, .section-thirteen {
    margin-top: 80px;
    margin-bottom: 80px;
}
.border-dotted {
    border: 0px dashed #FFF;
}

.img-pos {
    position: relative;
}

.user-logged-out .text-pos-img {
    padding: 10px 16px;
    position: absolute;
    bottom: 23%;
    left: 3%;
    background: rgba(0,0,0,0.5);
    border-radius: 8px;
}

video{
    cursor:pointer;
    }
    .font-extra-weight{
        font-weight:900;
        }
        .border-left.br-cl {
    border-color: #39ff14;
    border-left-width: 4px;
}

.sm-text.add-bg span {
    background-color: #39ff14;
    color: #000000;
    border-radius: 4px;
    font-weight: 900;
    font-size: 10px;
    padding: 5px 10px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.sm-text.add-bg {
margin-bottom:10px;
}

.sm-text-first {
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0px;
}

.add-gap {
    gap: 7px;
}

.sm-text-sec {
    color: #9ca3af;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: normal;
}

figure.img-pos-sec {
    position: relative;
    margin: 0 10px;
}

figure.img-pos-sec img {
    filter: grayscale(100%);
    opacity: 0.9;
}

.user-logged-out figcaption.text-pos-sec {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 35px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.user-logged-out  .social-media-links {
    display: none;
}

.user-logged-out  figure.img-pos-sec:hover .social-media-links {
    display: block;
}

 figure.img-pos-sec:hover img{
    filter:grayscale(0);
    opacity:1;
}

 figure.img-pos-sec:hover figcaption.text-pos-sec{
     background:
        linear-gradient(to bottom,
            rgba(0,0,0,0.6) 0%,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0) 40%,
            rgba(0,0,0,0.6) 100%);
}

.social-media-links .first-icon {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.375rem;
    border-radius: 0.5rem;
    margin-right:8px;
}


.social-media-links .first-icon:hover {
 background:#39ff14;
    color:#000 !important;
}

.social-media-links .sec-icon:hover {
 background:#00f3ff;
}

.social-media-links .first-icon:hover svg{
    color:#000 !important;
}

.social-media-links .sec-icon:hover svg{
    color:#000 !important;
}


.social-media-links .sec-icon {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.375rem;
    border-radius: 0.5rem;
    margin-right:5px;
}
.new-sect-heading{
font-size: 1.875rem;
        line-height: 2.25rem;
}

.gradient-line-sec {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

figure.img-pos-third {
    position: relative;
}

.user-logged-out figcaption.text-pos-third {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 35px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
}

figure.img-pos-third img {
    filter: grayscale(100%);
    opacity: 0.8;
}

.underline-animate {
    position: relative;
}

.underline-animate::after {
    content: "";
    position: absolute;
    background-color: #39FF13 !important;
    opacity: 1;
    height: 4px;
    width: 48px;
    border-radius: 9999px;
    display: block;
        margin-top: 5px;
        transition: width 0.3s ease;
}

figure.img-pos-third:hover .underline-animate::after {
    width: 140%;
}

figure.img-pos-third:hover .underline-animate {
    color:#39FF13;
}

figure.img-pos-third:hover figcaption.text-pos-third{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
}

figure.img-pos-third:hover img{
    filter: grayscale(0);
    opacity: 1;
    }

    .add-first-exp-bg{
    border-radius: 1rem;
    padding: 16px 30px;
    position: relative;
   overflow: hidden;
   height:100%;
   transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.svg-alignment{
    position: absolute;
    right:-1.5rem;
    bottom: -1.5rem;
}

.svg-alignment svg{
    opacity:0.05;
    width:8rem;
    height:8rem;
}

    .add-first-exp-bg.brown-bg {
    border: 1px solid rgba(249, 115, 22, 0.2);
    background-color: rgba(249, 115, 22, 0.1);
     background:
        linear-gradient(rgba(249, 115, 22, 0.1), rgba(249, 115, 22, 0.1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

   .add-first-exp-bg.sec-bg {
    border: 1px solid rgba(34, 211, 238, 0.2);
    background-color: rgba(34, 211, 238, 0.1);
     background:
        linear-gradient(rgba(34, 211, 238, 0.1), rgba(34, 211, 238, 0.1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  .add-first-exp-bg.third-bg {
    border: 1px solid rgba(34, 197, 94, 0.2);
    background-color:rgba(34, 197, 94, 0.1);
     background:
        linear-gradient(rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  .add-first-exp-bg.fourth-bg {
    border: 1px solid rgba(239, 68, 68, 0.2);
    background-color: rgba(239, 68, 68, 0.1);
     background:
        linear-gradient(rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  .add-first-exp-bg.fifth-bg {
    border: 1px solid rgba(168, 85, 247, 0.2);
    background-color: rgba(168, 85, 247, 0.1);
     background:
        linear-gradient(rgba(168, 85, 247, 0.1), rgba(168, 85, 247, 0.1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  .add-first-exp-bg.sixth-bg {
    border: 1px solid rgba(236, 72, 153, 0.2);
    background-color: rgba(236, 72, 153, 0.1);
     background:
        linear-gradient(rgba(236, 72, 153, 0.1), rgba(236, 72, 153, 0.1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    
    p.add-brd-right {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #9ca3af;
}

hr.grad-line {
    background: linear-gradient(135deg, #000, #39ff14, #000);
    opacity: 0.5;
    height: 2px;
    width: 100%;
    margin: 10px auto 40px;
    border: 0px;
}

.get-ticket-btn {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #39ff14;
    color: #000 !important;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.timer.margin-vertical-1.add-class-timer .text-lg {
    font-size: 4.25rem;
    line-height: 4.5rem;
    font-weight: 900;
    background: linear-gradient(180deg, #FFF, #FFF, #6b7280);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.timer.margin-vertical-1.add-class-timer .small-text{
           font-size: 1rem;
        line-height: 1rem;
        letter-spacing: 0.2em;
    font-weight:700;
    text-transform: uppercase;
    color:#39ff14;
}

.gray-text {
    color: #9ca3af;
}

.add-class-timer {
    gap: 50px;
}

button.color-white {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    gap: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

button.color-white:hover {
border: 1px solid rgba(57, 255, 20, 0.5);
}

button.color-white:hover svg {
    color: #39ff14;
}

.add-text-scale:hover {
    color:#FFF;
}

.add-borders {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
}

.trusted-section {
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 24px 0;
}

.user-logged-out .trusted-marquee {
  display: flex;
  width: max-content;
  white-space: nowrap;
}

.user-logged-out .trusted-items {
  display: flex;
  gap: 64px;
}

.trusted-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #888;
  transition: color 0.3s;
  cursor: pointer;
}

.trusted-logo:hover {
  color: #fff;
}

.trusted-items.clone {
  margin-left: 64px;
}

span.trusted-logo img{
    opacity:0.8;
}

span.trusted-logo:hover img{
    opacity:1;
}

.grad-text {
    background: linear-gradient(90deg, #39ff14, #00f3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.add-flex-sm {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  height: 80px;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
  position: relative;
  transition: border-color .3s ease, background .3s ease;
  clip-path: polygon(
    10px 0px,
    100% 0px,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0px 100%,
    0px 10px
  );
  cursor: pointer;
}


.add-flex-sm .border-right {
  border-right: 1px solid rgba(255,255,255,0.3);
  padding-right: 1rem;
  margin-right: 1rem; 
}

.add-flex-sm .section-text-heading {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  color: white;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
  transition: color .3s ease;
}


.lucide-lightbulb.text-cyan-400,
.first-cyan .section-text-heading {
  color: #22d3ee;
}

.lucide-heart-pulse.text-red-400,
.first-red .section-text-heading {
  color: #f87171;
}

.lucide-brain.text-pink-400,
.first-pink .section-text-heading {
  color: #f472b6;
}

.lucide-pill.text-purple-400,
.first-purple .section-text-heading {
  color: #c084fc;
}

.lucide-eye.text-indigo-400,
.first-indigo .section-text-heading {
  color: #818cf8;
}

.lucide-moon.text-blue-400,
.first-blue .section-text-heading {
  color: #60a5fa;
}

.lucide-leaf.text-orange-400,
.first-orange .section-text-heading {
  color: #fb923c;
}

.lucide-flame.text-yellow-400,
.first-yellow .section-text-heading {
  color: #facc15;
}

.add-flex-sm.first-cyan {
  border-color: rgba(34, 211, 238, 0.3);
}

.add-flex-sm.first-red {
  border-color: rgba(248, 113, 113, 0.3);
}

.add-flex-sm.first-pink {
  border-color: rgba(244, 114, 182, 0.3);
}

.add-flex-sm.first-purple {
  border-color: rgba(192, 132, 252, 0.3);
}

.add-flex-sm.first-indigo {
  border-color: rgba(129, 140, 248, 0.3);
}
.add-flex-sm.first-blue {
  border-color: rgba(96, 165, 250, 0.3);
}
.add-flex-sm.first-orange {
  border-color: rgba(251, 146, 60, 0.3);
}
.add-flex-sm.first-yellow {
  border-color: rgba(250, 204, 21, 0.3);
}

.add-flex-sm {
    position:relative;
}

.add-flex-sm::before{
    content:"";
    left:0px;
    position:absolute;
    background:#1f2937;
    width: 0.25rem;
height: 2rem;
    display:block;
}


.gradient-line-last {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.8;
    height: 4px;
    margin: 1px auto 10px;
}

.add-outline-sec {
  border: 2px solid rgba(59, 130, 246, .5); 
  border-radius: 1rem;
  background: rgba(59, 130, 246, .05); 
  padding: 2.5rem;
  transition: border-color .3s ease, box-shadow .3s ease;
  height:100%;
}
.add-outline-sec:hover {
  box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.add-flex-sm-sec {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  gap: 1rem;
  padding-bottom: 1rem;
}

.add-flex-sm-sec svg {
  display: block;
  width: 32px;
  height: 32px;
  stroke-width: 2;
  transition: transform .3s ease, color .3s ease;
}
.add-flex-sm-sec .add-bg-op{
  background-color: rgba(0, 0, 0, 0.4);
      border-radius: 0.75rem;
}

.add-flex-sm-sec svg.lucide-arrow-right {
  width: 24px;
  height: 24px;
  color: #6B7280;
  transition: transform .3s ease, color .3s ease;
}

.add-outline-sec:hover .lucide-arrow-right {
  transform: translateX(8px);
  color: white;
}

.add-outline-sec .section-sub-heading {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: .5rem 0 .25rem;
  color: #1F2937;
}

.add-outline-sec p {
  margin: 0;
  font-size: 1rem;
  color: #9ca3af;
}

.font-medium {
    font-weight: 500;
}

.first-cl-card  span {
    color: #3b82f6;
}
.first-cl-card {
border-color: rgba(59, 130, 246, 0.5);
background-color: rgba(59, 130, 246, 0.1);
background:
        linear-gradient(rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.1)),
        url("https://d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/workshoponebg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.first-cl-card:hover {
background-color: rgba(59, 130, 246, 0.2);
background:
        linear-gradient(rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.2)),
        url("https://d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/workshoponebg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-cl-card  span {
    color: #a855f7;
}

.sec-cl-card {
border-color: rgba(168, 85, 247, 0.5);
background-color: rgba(168, 85, 247, 0.1);
background:
        linear-gradient(rgba(168, 85, 247, 0.1), rgba(168, 85, 247, 0.1)),
        url("https://d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/seminarsonebg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-cl-card:hover {
background-color: rgba(168, 85, 247, 0.2);
background:
        linear-gradient(rgba(168, 85, 247, 0.2), rgba(168, 85, 247, 0.2)),
        url("https://d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/seminarsonebg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.third-cl-card  span {
    color: #f59e0b;
}

.third-cl-card {
border-color: rgba(245, 158, 11, 0.5);
background-color: rgba(245, 158, 11, 0.1);
background:
        linear-gradient(rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.1)),
        url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/speakers.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.third-cl-card:hover {
background-color: rgba(245, 158, 11, 0.2);
background:
        linear-gradient(rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.2)),
        url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/speakers.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gradient-line-last-sec {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.pricing-heading{
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 900;
    } 
    
    .add-outline-third.add-pd-fr-pricing {
    padding: 2rem;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    height: 100%;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0px 10px;
}
 .add-outline-third.add-pd-fr-pricing:hover {
border-color: rgba(255, 255, 255, 0.2);
}
ul.arrow-list li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #d1d5db;
}

a.price-btn {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 12px 33px;
    font-weight: 700;
    color: #FFF;
    border-radius: 0.5rem;
}

a.price-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    padding: 12px 33px;
    font-weight: 700;
    color: #000;
    border-radius: 0.5rem;
}

.green-border {
    border: 1px solid #39ff14 !important;
}

.button.new-btn {
    padding: 6px 33px !important;
    font-weight: 700;
    border-radius: 0.5rem !important;
    font-size: 16px !important;
    /* line-height: 26px !important; */
    text-transform: capitalize;
}

.add-on-border .green-bg {
    background: #39ff14;
    text-align: center;
    border-radius: 9999px;
    padding: 3px 12px;
}

.add-outline-third.add-pd-fr-pricing.green-border {
    position: relative;
}

.add-on-border {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-width .price-btn, .btn-width .new-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gradient-line-sec-venue {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}


figure.img-pos-fourth {
    position: relative;
}

.user-logged-out figcaption.text-pos-fourth {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 35px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
}

.add-bx-rd {
    padding: 1.5rem;
    background-color: #121212;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
}

.text-sm-sm {
    font-size: 11px;
    line-height: 1.25rem;
}

.card-border-with-green-outline {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border: 1px solid rgba(57, 255, 20, 0.5);
    border-radius: 0.75rem;
}

.card-border-with-white-outline {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0);
}

.card-border-with-white-outline:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-border-with-green-outline:hover .section-text-heading{
    color:#39ff14;
}

.card-border-with-white-outline:hover  .section-text-heading{
    color:#39ff14;
}

.add-prop {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.add-bx-rd .section-text-heading {
    font-size: 16px;
    line-height: 26px;
}

.grey-n-text{
    color:#d1d5db;
    }
    .border-grey{
    background-color: #374151;
     border: 1px solid #374151;
    }
    .reduce-svg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.reduce-svg svg {
    width: 10px;
    height: 10px;
}

.review-card {
    background: #121212;
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
}

.review-card:hover{
        border-color: rgba(57, 255, 19, 0.05) !important;
    }

.rel-img img {
    object-fit: cover;
    width: 100%;
}

.rel-img {
    position: relative;
}

.pos-below-image {
    background-color: #39ff14;
    border: 2px solid #0a0a0a;
    border-radius: 9999px;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 7px;
    right: 0;
}

.review-card p.green-color {
    max-width: 16rem;
}

.pos-below-image-next {
    background-color: #000000;
    border-radius: 9999px;
    width: 0.5rem;
    height: 0.5rem;
    animation: inner-glow 1.5s ease-in-out infinite;
}

@keyframes inner-glow {
    0% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
        opacity: 0.7;
    }
    50% {
        box-shadow:
            0 0 4px rgba(0, 0, 0, 0.8),
            0 0 8px rgba(0, 0, 0, 0.6);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
        opacity: 0.7;
    }
}

.add-sm-flex-n {
    gap: 12px;
}

.add-just-onright {
    padding-left: 30px;
}

review-card:hover {
  border-color:  rgba(57, 255, 20, 0.3);
  box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.review-card .lucide-quote {
  color: rgba(57, 255, 20, 0.3); 
}

.review-card:hover .lucide-quote {
  color: rgba(57, 255, 20, 1); 
}

.review-card img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(59,130,246,.2);
  transition: border-color .3s ease;
}


.review-card:hover img {
  border:2px solid rgba(57, 255, 20, 1); 
}

.social-icons.footer-menu{
   display:flex;
    gap:10px;
}

.social-icons.footer-menu li a {
    color: #39ff14;
    padding: 0.5rem !important;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.social-icons.footer-menu li a:hover {
    color: #000;
    padding: 0.5rem !important;
    background-color: #39ff14;
    border-radius: 0.5rem;
}

.social-icons.footer-menu li a svg{
    width:20px;
    height:20px;
}

  .section-footer a:hover, .section-footer a:focus {
    color: #39ff14;
 }
 
 ::-webkit-scrollbar {
  height: 10px;
    width:10px;
  background: rgba(255,255,255,1);
}

::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.8); 
}

::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.3);; 
  border-radius: 4px;
}

.section-three, .section-four, .section-five, .section-six, .section-seven, .section-eight, .section-nine, .section-ten, .section-eleven, .section-twelve, .section-thirteen {
    margin-top: 200px;
    margin-bottom: 200px;
}

a.button.margin-bottom-0 {
    font-size: 15px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    font-weight: 700;
    padding-left: 1.5rem !important;
    border-radius: 0.5rem !important;
    padding-right: 1.5rem !important;
    text-transform: none;
}

video.rounded.border-dotted {
    transition: transform 0.4s ease-out;
}

video.rounded.border-dotted:hover {
transform: scale(1.01);
}

.img-pos-sec {
    position: relative;
    overflow: hidden; 
    border-radius: 12px;
}

.img-pos-sec img {
    transition: transform 0.5s ease;
}

 .user-logged-out .img-pos-sec:hover img {
    transform: scale(1.04);
}

.img-pos-third {
    position: relative;
    overflow: hidden;
    border-radius: 12px;  
}

.img-pos-third img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;  
    transform-origin: center center;
}

.user-logged-out .img-pos-third:hover img {
    transform: scale(1.04); 
    border:1px solid rgba(57, 255, 20, 0.3);
}

.img-pos-fourth{
    position: relative;
    overflow: hidden;
    border-radius: 12px;  
}

.img-pos-fourth img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;  
    transform-origin: center center;
}

.user-logged-out .img-pos-fourth:hover img {
    transform: scale(1.04); 
    border:1px solid rgba(57, 255, 20, 0.3);
}

  .img-pos-sec{
position: relative;
}

.img-pos-fourth::after, .img-pos-third::after,  .img-pos-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(57, 255, 20, 0.6);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.img-pos-fourth:hover::after, .img-pos-third:hover::after,  .img-pos-sec:hover::after {
    opacity: 1;
}

.add-bar {
    background: #1f2937;
    width: 0.25rem;
    height: 4rem;
    display: block;
    transform: rotate(90deg);
    text-align: center;
    margin: -20px auto 5px;
}

.get-ticket-btn:hover{
box-shadow:
  0 0 20px rgba(57, 255, 20, 0.4),
  0 0 60px rgba(57, 255, 20, 0.3);
}


.review-card .add-sm-flex-n {
    position: relative;
}

.add-just-onright {
    position: absolute;
    top: 0;
    right: 0;
}


/*.benefit-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 50px;  
  box-sizing: border-box;
}

.swiper-slide {
 width: 33.3% !important;
 flex-shrink: 0; 
    display: flex;
    justify-content: center;
}

.benefit-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}*/

.benefit-slide-main{
  position: relative;
  overflow: hidden;
}
.benefit-swiper {
  display: flex;
  width: max-content;
  white-space: wrap;
  overflow:hidden;
}

.user-logged-out .benefit-slider {
  display: flex;
  gap:8px;
  overflow:hidden;
}


.menu .active > a, .fixed-menu .menu li.active:hover > a {
        background: #39ff14 !important;
    color: #000;
    border-radius: 0.375rem;
    font-weight:700;
}

.add-margin-btm {
    margin-bottom: 0.5rem;
}

.gradient-line-sec-venue-speakers{
    background: linear-gradient(to right, #39ff14, #39ff14, #000);
    opacity: 1;
    height: 4px;
    margin: 1px auto 10px;
}

.user-logged-out figcaption.text-pos-sec.speaker-name {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 24px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom:0;
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

hr.grad-line-speakers-sect {
    background: linear-gradient(15deg, #000, #39ff14, #000);
    opacity: 0.5;
    height: 4px;
    width: 100%;
    margin: 10px auto 40px;
    border: 0px;
}

.accordion-menu li {
    margin-bottom: 4px;
}

.menu a, .menu .button {
    padding: 0.5rem 1rem;
}


.combined-figure {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.combined-figure figure{
  width:20rem;
}

.combined-figure .border-line-right{
    position:relative;
}

.combined-figure .border-line-right::after{
    content:"";
    position:absolute;
background-color:rgba(255, 255, 255, 0.3);
    top:-15px;
    width:1px;
    height:6rem;
}

.about-heading, .common-h1-heading {
        font-size: 4.5rem;
        line-height: 1;
    }
    
    .new-para-about {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.rounded-3 {
    border-radius: 1.5rem;
}

.abt-bg {
    background-color: rgba(57, 255, 20, 0.09);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.abt-bg:hover {
    background-color: rgba(57, 255, 20, 0.15);
}

.grad-text-biohac-page {
    background: linear-gradient(90deg, #FFF, #39ff14, #00f3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.new-prop {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 1.5rem;
}

.new-prop {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 1.5rem;
        background: #121212;
}


.new-pd-text-biohac {
    padding: 2rem 2rem;
}

.new-prop:hover {
border:1px solid rgba(57, 255, 20, 0.5)  
}

.new-prop:hover h3{
    color:#39ff14;
}

.img-contain img {
    border-radius: 1.5rem;
}

.new-prop {
    overflow: hidden;
}

.img-contain {
  overflow: hidden;
}

.img-contain img {
  width: 100%;
  height: auto;
    transition: transform 0.8s ease;
}

.new-prop:hover .img-contain img {
  transform: scale(1.1);
}

.img-contain {
    overflow: hidden;
}

.img-contain.sub-img {
    overflow: hidden;
    opacity: 0.5;
}

.new-prop:hover .img-contain.sub-img {
    opacity: 1;
}

.gradient-line-sec-cont {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.contact-form .small-12.large-12.flex-container.small-block {
    display: flex;
    flex-wrap: wrap; /* allow items to wrap */
    gap: 16px;
}

.contact-form .small-12.large-12.flex-container.small-block > div {
  flex: 0 0 48%;
}

.contact-form .small-12.large-12.flex-container.small-block > div:nth-child(6) , .contact-form .small-12.large-12.flex-container.small-block > div:nth-child(7), .contact-form .small-12.large-12.flex-container.small-block > div:nth-child(8) {
  flex-basis: 100%; 
}

.contact-form .add-details {
    padding: 2.5rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background-color: #121212;
}

.ww-form-container input[type="text"],
.ww-form-container input[type="password"],
.ww-form-container input[type="tel"],
.ww-form-container input[type="email"],
.ww-form-container .phone_number,
.ww-form-container select,
.ww-form-container textarea {
    margin: 0 0 .5em 0;
    box-shadow: none;
    font-size: .9em;
    margin-bottom: .3em;
    height: 3.5em !important;
    width: 100% !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    background-color: rgba(255, 255, 255, 0.05);
        border-radius: 0.75rem !important;
}

    .ww-form-container select option {
    background-color: #000;
    font-size: 16px;
}

.contact-form label {
    color: #39ff14;
        font-weight: 900;
        letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-left: 0.25rem;
    margin-bottom:0.6rem;
}

.ww-form-container select,
.ww-form-container textarea {
    width: 100% !important;
}


.error, .errorMargin, .required {
    color: #39ff14 !important;
    }
    .iti {
    position: relative;
    display: inline !important;
}

.add-svg-before input#Submit {
    width: 100% !important;
     border-radius: 0.75rem !important;
     font-style:italic;
         font-weight: 900;
         background: #39ff14 !important;
    border: 1px solid #39ff14 !important;
}

.contact-form .small-12.large-12.flex-container.small-block > div.add-svg-before {
    flex: 100%;
}

.gradient-line-last-sec-reg {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.new-h1-head{
        font-size: 3rem;
        line-height: 1;
    }
    
    .add-svg-before {
  position: relative;
  display: inline-block;
}

.add-svg-before::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z'></path><path d='m21.854 2.147-10.94 10.939'></path></svg>");
    position: absolute;
    left: 34%;
    top: 50%;
    transform: translateY(-10%);
    font-size: 18px;
    z-index:1;
}

.add-svg-before #Submit {
  padding-left: 36px;
}

input::placeholder, textarea::placeholder {
    color: #6b7280;
    font-size:15px;
}

.field_32283_wrap.width-25.small-width-100 textarea {
    height: 8.5rem !important;
}

.gradient-line-last-sponsor-pg {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.8;
    height: 4px;
    margin: 1px auto 10px;
}

.tracking-letter{
    letter-spacing: 0.3em;
}

.content-with-side-lines{
        display:flex;
    justify-content:center;
    align-items:center;
        gap: 1rem;
    }

.left-line {
     background:rgb(57 255 20 / 0.2);
    width:100%;
    height:1px;
}

.right-line {
     background:rgb(57 255 20 / 0.2);
    width:100%;
    height:1px;
}

.flex-n {
    flex: 1 1 0%;
}

.new-fnt {
    font-size: 10px;
}

.flex-vision {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom:1.5rem;
}

.add-vis-svg {
    padding: 0.75rem;
    background: linear-gradient(135deg, #39ff14, #00f3ff);
    opacity: 1;
    color: #000;
    border-radius: 1rem;
}

.margin-right-sm {
    margin-right: 8px;
}

a.button.inquire-btn {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background: #39ff14 !important;
    border-radius: 1rem !important;
    color: #000000 !important;
    border: 1px solid #39ff14 !important;
    font-weight: 900;
    font-size: 17px !important;
}

span.fist-span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 900;
}

span.sec-span {
    color: #9ca3af;
    line-height: 1.625;
    font-weight: 500;
    font-size: 0.75rem;
}

.add-vis-svg.new-gr {
    background: linear-gradient(135deg, #3b82f6, #00f3ff);
}

a.button.inquire-btn.non-bg {
    color: #FFF !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid transparent !important;
}

a.button.inquire-btn.non-bg {
    color: #FFF !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid transparent !important;
}

a.button.inquire-btn.non-bg:hover {
background-color: rgba(255, 255, 255, 0.1) !important;
}

.tracking-n {
    letter-spacing: 0.2em;
}

.n-green {
    border-color: rgba(57, 255, 20, 0.5) !important;
}

.on-hov-green:hover {
    border-color: rgba(57, 255, 20, 0.5) !important;
}

.add-vis-svg.new-gr-bl {
    background: linear-gradient(135deg, #9ca3af, #4b5563);
}


.add-vis-svg.new-gr-or {
    background: linear-gradient(135deg, #facc15, #ca8a04);
}


.add-vis-svg.new-gr-yl {
    background: linear-gradient(135deg, #fb923c, #c2410c);
}

.add-vis-svg.new-gr-ml {
   background: linear-gradient(135deg, #60a5fa, #2563eb);
}

.add-vis-svg.new-gr-dl {
        background: linear-gradient(135deg, #c084fc, #9333ea);
}

.add-outline-third.add-pd-fr-pricing.on-hov-green, .add-outline-third.add-pd-fr-pricing.green-border.n-green {
    background-color: rgba(18, 18, 18, 0.3);
    border-radius: 2rem;
}

.add-outline-third .text-sm {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease;
}

.add-outline-third:hover .text-sm {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.gradient-line-last-exibit {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.outer-bx-line {
    padding: 1.5rem;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.outer-bx-line:hover {
    border: 1px solid rgba(57, 255, 20, 0.3);
}

.outer-bx-line img {
    opacity: 0.7;
}

.outer-bx-line img:hover {
    opacity: 1;
}

.outer-bx-line-last {
    padding: 1.5rem;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
}

hr.grad-line.exibit {
    background: linear-gradient(135deg, #000, #39ff14, #000);
    opacity: 0.3;
    height: 1px;;
}

.gradient-line-last-sec-semi {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.gradient-line-last-sec-works {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.gradient-line-last-sec-wellness {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.user-logged-out .add-pos-rel-zn {
    position: relative;
}

.user-logged-out .add-pos-abs-text {
    position: absolute;
    bottom: 0;
}

.add-pos-rel-zn img {
    border-radius: 0px;
     opacity: 0.8;
}

.add-misc-prop:hover {
    background-color: rgba(57, 255, 20, 0.05);
}

.add-misc-prop {
  position: relative;
}

.user-logged-out .add-misc-prop::before {
  content: "";
  position: absolute;
  top: 0px;
    right:0;
  left: 0;
    bottom:0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 255, 20, 0.05);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.user-logged-out .add-misc-prop:hover::before {
  opacity: 1;
}


.gradient-line-last-sec-sch {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.opacity-seven{
    opacity:0.7;
    }
    
    span.tb-text {
    color: #9ca3af;
    font-style: italic;
    font-weight: 900;
    opacity: 0.7;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
}

span.tb-text-sec {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #9ca3af;
    font-style: italic;
    font-weight: 900;
}

.sch-cont-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    background-color: rgba(18, 18, 18, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    flex-wrap: wrap;
    z-index: 999;
    position: sticky;
}

div.tab {
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
    
    div.tab:hover {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.05);
}

div.tab:hover span{
    background-color: transparent;
    color:#ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

div.active-tab {
    background: #39ff14 !important;
        transition-duration: 300ms;
}

div.active-tab span{
    color:#000;
}

div.active-tab:hover span{
    color:#000;
}

.flex-adjust-tb {
    display: flex;
        justify-content: flex-start;
    align-items: center;
}

.flex-icon-with-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
}

.text-lg-h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.new-br-ls{
    border-radius: 0.5rem;
}


.dot-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}

.inner-flex-dt {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6b7280;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 10px;
    gap: 0.5rem;
}

.dot-aqua {
    background-color: #00f3ff;
    border-radius: 9999px;
    width: 0.5rem;
    height: 0.5rem;
}

.dot-green {
    background-color: #39ff14;
    border-radius: 9999px;
    width: 0.5rem;
    height: 0.5rem;
}

.dot-grey {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 9999px;
    width: 0.5rem;
    height: 0.5rem;
}

.border-btm {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tailcss-pd{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    }
    
    .border-gr-ls{
    border: 1px solid rgba(57, 255, 20, 0.2);
}

.time-with-net{
padding-top: 0.75rem;
    padding-bottom: 0.75rem;
padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgba(57, 255, 20, 0.1);
    border: 1px solid rgba(57, 255, 20, 0.2);
    border-radius: 0.75rem;
}

.flex-start-card {
    padding: 1.5rem;
    background-color: rgba(18, 18, 18, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
        position: relative;
}

.add-opacity-lw {
    opacity: 0.1;
}

.flex-start-card:hover .add-opacity-lw{
    opacity: 0.2;
    }

.cl-green-op{
color: rgba(57, 255, 20, 0.8);
}

.add-gp {
    gap: 0.5rem;
}

.cl-blue{
    color:#00f3ff;
    }
    .flex-start-card:hover {
    border: 1px solid rgba(57, 255, 20, 0.3);
}

.add-feat {
    background-color: rgba(0, 243, 255, 0.2);
    border: 1px solid rgba(0, 243, 255, 0.3);
    border-radius: 9999px;
  
}
.add-feat svg{
    margin-right:5px;
    margin-bottom:3px;
}

.last-sc-bg {
    background:linear-gradient(0deg, rgb(0 243 255 / 0.2), rgb(57 255 20 / 0.2) );
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border:1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3rem;
}

a.button.animate-btn.green-btn {
    background: #39ff14 !important;
    border: 1px solid #39ff14 !important;
}


.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  backdrop-filter: blur(4px);
    opacity: 1;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.sticky.show {
    transform: translateY(0);
    opacity: 1;
}

.sch-cont-flex {
    will-change: transform;
}

.venue-heading{
font-size: 3.75rem;
        line-height: 1;
}

.add-outline-map {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
}

.add-bg-loc {
    background-color: rgba(57, 255, 20, 0.1);
    padding: 1.4rem 1rem;
    border-radius: 1rem;
        display: inline-flex;
}

.on-hov-cta {
    color: #39ff14;
}

.on-hov-cta:hover {
    color: #FFF;
}

.map-overlay iframe {
    filter: grayscale(100%);
}

.map-overlay:hover iframe {
    filter: grayscale(0);
}

.gradient-line-last-sec-alter-acc {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.crd-inner-brd {
    padding: 0.75rem;
    background-color: rgba(57, 255, 20, 0.1);
    border: 1px solid rgba(57, 255, 20, 0.2);
    border-radius: 0.5rem;
    opacity: 0.6;
}

span.vh-text {
    opacity: 0.7;
    font-size: 12px;
    font-weight: 200;
    margin-left: 5px;
}

.img-contain.br-none img {
    border-radius: 0px;
}

new-prop:hover .on-hov-gr{
    color:#39ff14;
    }
    
      .venue-ht-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/bg.webp") !important;
    background-repeat: no-repeat !important;
   background-size: contain !important;
    background-position: center top !important;
     }
      .venue-timer-bg{
     background: url("https://d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/counter-set-desk.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    padding: 50px 0px;
     }

.yt-radius{
border-radius: 2rem;
}

.gradient-line-last-sec-podcast {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}


.schedule-bx-date {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(18, 18, 18, 0.5);
  height:100%;
}

.month-set {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.month-set.green-color {
  background: rgba(57, 255, 20, 0.2);
}

.rotate-month {
  transform: rotate(0deg);
}

.flex-episodes {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.episode-cs {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.episode-cs:last-child {
  border-bottom: none;
}

.grey-n-text {
  color: #d1d5db;
  font-weight: 500;
  font-size: 0.875rem;
}

.gradient-line-last-sec-themes {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.main-table {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #121212;
        border-radius: 1.5rem;
}

.main-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
      border: 0;
}


.main-table thead {
  background: rgba(255, 255, 255, 0.05);
      border: 0;
}

.main-table th {
  letter-spacing: 0.12em;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #39ff14;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pd-6 {
  padding: 1.5rem;
}

.main-table th:first-child {
width:7.8rem;
display:none;
}


.div-table tr {
  transition: background-color 0.25s ease;
}

.div-table tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

.div-table tr + tr {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

tbody.div-table {
    border: 0;
}

figure.add-op-img img{
        transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    opacity: 0.8;
}
figure.add-op-img:hover img{
    opacity: 1;
}

.div-table td {
  vertical-align: top;
  color: #9ca3af;
  font-size: 1rem;
  line-height: 1.6;
}

.div-table td:first-child {
  font-weight: 900;
  color: #6b7280;
  width: 90px;
    font-size:16px;
    display:none;
}

.div-table td:nth-child(2) {
  font-weight: 900;
  font-style: italic;
  color: #ffffff;
  white-space: nowrap;
    font-size:20px;
}

.div-table td:nth-child(3) {
  max-width: 40rem;
}

.div-table tr:hover td:first-child,
.div-table tr:hover td:nth-child(2) {
  color: #39ff14;
}

a.button.yt-btn {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    font-weight: 900;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border-radius: 9999px !important;
}



a.button.list-options {
    color: #FFF !important;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

a.button.list-options:hover {
    color: #FFF !important;
       background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}

.gradient-line-last-sec-wellness-hm {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.user-logged-in .benefit-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

    .add-first-exp-bg.brown-bg:hover {
    border: 1px solid rgba(249, 115, 22, 0.3);
    background-color: rgba(249, 115, 22, 0.2);
     background:
        linear-gradient(rgba(249, 115, 22, 0.2), rgba(249, 115, 22, 0.2));
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


 .add-first-exp-bg.sec-bg:hover {
    border: 1px solid rgba(34, 211, 238, 0.3);
    background-color: rgba(34, 211, 238, 0.2);
     background:
        linear-gradient(rgba(34, 211, 238, 0.2), rgba(34, 211, 238, 0.2));
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  .add-first-exp-bg.third-bg:hover {
    border: 1px solid rgba(34, 197, 94, 0.3);
    background-color:rgba(34, 197, 94, 0.2);
     background:
        linear-gradient(rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.2));
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  .add-first-exp-bg.fourth-bg:hover {
    border: 1px solid rgba(239, 68, 68, 0.3);
    background-color: rgba(239, 68, 68, 0.2);
     background:
        linear-gradient(rgba(239, 68, 68, 0.2), rgba(239, 68, 68, 0.2));
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  .add-first-exp-bg.fifth-bg:hover {
    border: 1px solid rgba(168, 85, 247, 0.3);
    background-color: rgba(168, 85, 247, 0.2);
     background:
        linear-gradient(rgba(168, 85, 247, 0.2), rgba(168, 85, 247, 0.2));
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  .add-first-exp-bg.sixth-bg:hover {
    border: 1px solid rgba(236, 72, 153, 0.3);
    background-color: rgba(236, 72, 153, 0.2);
     background:
        linear-gradient(rgba(236, 72, 153, 0.2), rgba(236, 72, 153, 0.2));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.add-letter-space {
    letter-spacing: 0.3em;
}

.gradient-line-sec-venue-vip {
    background: linear-gradient(135deg, #39ff14, #39ff14, #000);
    opacity: 0.7;
    height: 4px;
    margin: 1px auto 10px;
}

.section-title-set {
    display: inline-block;
}

ul.vertical.menu.accordion-menu li:nth-child(7){
    display:none;
}

.ww-form-container input[type="text"]::placeholder,
.ww-form-container input[type="password"]::placeholder,
.ww-form-container input[type="tel"]::placeholder,
.ww-form-container input[type="email"]::placeholder,
.ww-form-container .phone_number::placeholder,
.ww-form-container select::placeholder,
.ww-form-container textarea::placeholder{
color:#FFF;
}

.on-hov-zoom{
    overflow: hidden;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 1.5rem;
    }

.on-hov-zoom img{
    transition: transform 0.8s ease !important;
    }

.on-hov-zoom:hover .img-contain img {
    transform: scale(1.1);
}

.add-pop-bx-wid {
    max-width: fit-content !important;
}

span.red-cl {
    color: #ff0000;
}

.ticket-table {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: #121212;
    border-radius: 1.5rem;
}

.ticket-table th {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ticket-table thead {
    background: rgba(255, 255, 255, 0.05);
    border: 0;
}

tbody.br-none {
    border: 0;
}

tbody tr {
    transition: background-color 0.25s ease;
}

tbody tr + tr {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ticket-table tr td:first-child{
text-align:left;   
}

.br-none tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

.ticket-table tr td, .ticket-table tr th {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.ticket-form .ticket-body {
    padding: 2.5rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background-color: #121212;
}

.ticket-form .ticket-card {
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem !important;
}

.ticket-form .ticket-card h3 {
    font-size: 20px;
    margin-bottom: 0px !important;
}

.ticket-card.active {
    border: 1px solid rgba(255, 255, 255, 1) !important;
}


.ticket-form input {
    height: 3.5em !important;
    width: 100% !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem !important;
}

.ticket-form button {
    background: #39ff14 !important;
    color: #000 !important;
}

/* Products CSS starts*/
.product-buy .pricing-cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin: 30px 0;
}
.product-buy .form-grid
{
display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.product-buy .price-card {
  background:#ffffff7d;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  transition: .25s;
  outline: 5px solid transparent;
    box-shadow:#01015d1c 0px 16px 40px;
}

.product-buy .price-card.active {
 outline:5px solid #2E3666;
 
}

.product-buy .price-card h3 {
  margin-bottom: 10px;
  font-size:16px;
  line-height:26px;
  font-weight:bold;
}

.product-buy .price-card .price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}


.product-buy .product-page-type .card,
#ww-thank-you-page .card,
.product-buy.wrapper .card{
    background:none;
}

.ps-checkout-page .card-divider {
    padding: .5em 1em;
    background: #000;
}
.product-buy.wrapper
{
       padding: 2.5rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background-color: #121212;
}
.product-buy.wrapper .card img
{
    width:179px;
    margin:0 auto;
}
.product-buy.wrapper  .img-hold.card
{
        background: #2E3666;
}
.product-buy.wrapper label
{
    font-weight:600;
}
.product-buy .infodivv h5
{
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
}
.product-buy .form.card-section > .grid-x:last-child
{
    display:none !important;
}
.product-buy.wrapper h2
{
    font-size:30px;
    line-height:35px;
    font-weight:600;
}
.product-buy.wrapper h4
{
    font-size:20px;
    line-height:25px;
    font-weight:600;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
    padding-bottom:20px;
}
.product-buy.wrapper  
[type='text'],  [type='email'],   [type='tel'], [type='date'], [type='url']
{
    height: 3.5em !important;
    width: 100% !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem !important;
    color: #FFF !important;
}

.product-buy.wrapper  [type='checkbox'] + label
{
  font-weight: 600;
    color: #000;
    font-size: 14px;
}
.product-buy .choose-btn
{
        font-size: 13px !important;
    padding: 10px 15px !important;
    line-height:18px !important;
}

.product-buy .pricing-cards .price-card:last-child h3
{
    color:#fff;
}

.selectHolder, .stockquantity {
    display: none;
}

table.cart-items.wrapper {
    padding: 2.5rem;
    border-radius: 2rem;
    border: 0;
    background-color: #121212;
}

table.cart-items.wrapper tbody, table.cart-items.wrapper tr td{
   border:0px;
}
table.cart-items.wrapper p, table.cart-items.wrapper h4{
margin-bottom:0px;
    padding: 6px 12px !important;
}

#b2bFields {
  display: none;
}


@media screen and (max-width:568px){
.product-buy .form-grid {
   
    grid-template-columns: repeat(1, 1fr);
    gap:0;
}
}
@media screen and (max-width:375px){
.product-buy .pricing-cards {
  
    grid-template-columns: repeat(1, 1fr);
}
}
/*Product CSS ends*/

.fixed-menu.light-bg p:last-child {
    display: none;
}

.ticket-table tr th, .ticket-table tr td {
    width: 10rem !important;
        padding: 1rem;
}

.main-price-point
 {
    padding: 2rem;
    background: #121212;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    height: 100%;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0px 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.fixed-menu.light-bg{
    background:#000 !important;
    z-index: 9999;
}

aside#sidenav .light-bg {
    background: #000 !important;
}

.product-buy label {
    color: #39ff14;
    font-weight: 900 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-left: 0.25rem;
    margin-bottom: 0.6rem;
}

.fixed-menu p.small-text {
    text-align: center;
}

.br-btw {
    border-width: 1px;
    background-color: #374151;
    display: block;
    height: 2rem;
    border-color: rgb(229, 231, 235);
    border-style: solid;
    margin: 0px 10px;
}

.aqua-br {
    border-color: #28B1D0 !important;
}

.aqua-pill-bg {
    background: #28B1D0;
    text-align: center;
    border-radius: 9999px;
    padding: 3px 12px;
}

.aqua-btn-cl {
    background: #28B1D0 !important;
}

.aqua-btn-cl:hover {
    background: #FFF !important;
}

.line-height-dec {
    line-height: normal;
}
.change-top{
top: -12px;
}
.add-on-border.change-top .green-bg {
    padding: 4px 16px;
}

.benefit-swiper {
  will-change: transform;
}

.add-side-scroller {
    overflow-y: scroll;
    height: 450px;
}


.sticky-active {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 9999;
}

.green-br {
    border: 1px solid rgba(57, 255, 20, 0.6);
}

hr.white-thin-line {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background: linear-gradient(15deg, #000, #FFF, #000);
    opacity: 0.5;
    height: 2px;
    width: 100%;
    margin: 10px auto 40px;
    border: 0px;
}

.divider-of-section {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.button.by-tickets-btn {
    background-color: #08c9b9 !important;
    border: 1px solid #08c9b9 !important;
    color: #000 !important;
    background: linear-gradient(135deg, var(--green), #0097A7) !important;
    box-shadow: 0 0 20px rgba(0, 188, 212, 0.35);
    transition: all 0.4s ease;
}

.button.by-tickets-btn:hover {
     background-color: #07b0a2 !important;
    border: 1px solid #07b0a2 !important;
    color: #000 !important;
    background: linear-gradient(135deg, var(--green), #0097A7) !important;
        box-shadow: 0 0 40px rgba(0, 188, 212, 0.55);
    transition: all 0.4s ease;
}


.config-foot.social-icons.footer-menu li a {
    color: #28B1D0;
    padding: 0.5rem !important;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.config-foot.social-icons.footer-menu li a:hover {
    color: #FFF;
    padding: 0.5rem !important;
    background-color: #28B1D0 ;
    border-radius: 0.5rem;
}

.config-foot.social-icons.footer-menu li a svg{
    width:20px;
    height:20px;
}

  .config-foot.section-footer a:hover, .config-foot.section-footer a:focus {
    color: #28B1D0;
 }
 
 .bl-aq-grad .gradient-btn {
    background: linear-gradient(#0b0b0b, #0b0b0b) padding-box, linear-gradient(135deg, #00BCD4, #00BCD4) border-box;
}

 .bl-aq-grad .grad-col{
    background: linear-gradient(90deg, #00BCD4, #00BCD4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
    
    .fixed-menu.light-bg p.small-text {
    color: #FFF;
}
aside#sidenav p.small-text {
    color: #FFF;
}


li.pill-li {
    background: #39ff1452;
    border-radius: 10px;
    padding: 1px 10px;
    margin-left: 10px;
}

@media screen and (min-width:1024px) and (max-width:1200px){
    
    .fixed-menu .main-menu-heading {
    font-size: 1rem;
    } 
    .fixed-menu {
    position: fixed;
    overflow-y: scroll;
    height: -webkit-fill-available;
    padding: 0px 4px;
    max-width: 172px;
}

.flex-adjust-tb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.margin-bottom-1.add-wid-btn .grad-col {
    font-size: 14px;
}

.gradient-btn {
    font-size: 15px;
    }

a.button.margin-bottom-0 {
    font-size: 13px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    font-weight: 700;
    padding-left: 1rem !important;
    border-radius: 0.5rem !important;
    padding-right: 1rem !important;
    text-transform: none;
}

.add-svg-before::before {
    left: 24%;
    }

ul#mainNav li a, ul.vertical.menu.accordion-menu li a {
    text-transform: Capitalize;
    font-size: 12px;
}

.fixed-menu svg{
    width:16px;
    height:16px;
    }
    
    .main-price-point .spacer.height-20 {
    height: 0px;
}

.main-price-point .spacer.height-40 {
    height: 222px;
}
    
    ul.is-dropdown-submenu.menu.level-2.submenu.first-sub li a, ul.vertical.menu.accordion-menu li a {
    line-height: 20px;
}
a.price-btn, .button.new-btn {
    padding: 12px 8px !important;
    font-size: 12px  !important;
}

.add-sm-flex-n {
    gap: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rel-img img {
    object-fit: cover;
    width: 100%;
}

.banner-main-heading {
    font-size: 5rem;
    }
    
    figcaption.text-pos-third {
    padding: 36px 22px;
    }
    .add-flex-sm .section-text-heading {
    font-size: 0.5rem;
    line-height: normal;
    }
    figure.img-pos-third:hover .underline-animate::after {
    width: 100%;
}   

/*.swiper-slide {
 width: 43.3% !important;
 flex-shrink: 0; 
    display: flex;
    justify-content: center;
}*/

.social-icons.footer-menu {
    gap: 0px;
}
    }
    
@media only screen and (max-width: 1023.5px) {
    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .sticky-active {
    top: 68px;
}

.add-wid-btn {
    width: auto !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
    video.rounded.add-wid-video {
    width: 100%;
}
    
     .venue-timer-bg{
     background: url("https://d14ty28lkqz1hw.cloudfront.net/data/org/30910/theme/48800/img/counter-set-m.webp") !important;
   background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    padding: 50px 0px;
     }
    
    .footer5 {
    text-align: center;
}

.footer5 .cell {
    text-align: center;
}
    
    .add-svg-before::before {
    left: 30%;
}

.justify-small-left.social-icons.footer-menu {
    justify-content: center;
}
    
    .ww-form-container input[type="text"],
.ww-form-container input[type="password"],
.ww-form-container input[type="tel"],
.ww-form-container input[type="email"],
.ww-form-container .phone_number,
.ww-form-container select,
.ww-form-container textarea{
    margin: 0 0 1.5em 0 !important;
    }
    input#mob_phone_phone_number_tel {
    margin-top: 5px !important;
    margin-bottom: 1.5rem !important;
    }
    
    .contact-form .small-12.large-12.flex-container.small-block > div {
    flex: 100% !important;
    width: 100% !important;
}
    
    .combined-figure {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.combined-figure .border-line-right::after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: -45px;
    width: 1px;
    height: 6rem;
    transform: rotate(90deg);
}

.main-menu-heading {
    font-size: 1.2rem;
}

    
    .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}
    
   /* .swiper-slide {
 width: 100% !important;
 flex-shrink: 0; 
    display: flex;
    justify-content: center;
    margin:0 auto;
}

.benefit-swiper {
    width: 100%;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}*/
    
    aside.sidenav .menu.accordion-menu li a:focus-visible{
  outline: none !important;
}
    
     .add-flex-sm .section-text-heading {
    font-size: 0.5rem;
    line-height: normal;
    }
    .add-flex-sm {
    padding: 0 1rem;
    }
    
    .add-outline-sec{
        padding: 2rem;
        }
        .add-outline-sec .section-sub-heading {
    font-size: 1.1rem;
    }
    
    figcaption.text-pos-third .section-sub-heading {
    font-size: 22px;
    line-height: normal;
}

   figure.img-pos-third:hover .underline-animate::after {
    width: 100%;
} 
    
    .subscribe-bg .grid-x.grid-padding-x.grid-padding-y .cell{
    text-align: left;
}
    
    .add-wid {
    max-width: 100%;
    margin: 0;
    padding: 40px 23px;
}
    
     .sect-sec-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Beyond%20The%20Trade%20Show.%20This%20Is%20An%20Evolution.%20m.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
    
    .benefit-register-bg{
         background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Friday%20October%202nd%20%20m.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
       .last-sect-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/The%20Road%20to%20Longevity.%20m.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
      .subscribe-bg{
     background: url("https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/Newsletter%20%20m.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
     }
     
     .mobile-footer-menu li {
    align-items: center !important;
    justify-content: center !important;
}
     
       .user-logged-out .pos-ab-ban.home-ban{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
    
    .inner-div-adjust {
    max-width: 100%;
}
    
    
    header i.fas.fa-phone-alt.icon {
    margin-right: 0px;
}
    
    
    .lead-gradient-bg {
      background: rgba(72, 86, 189, 1)!important;
}
    
    .inner-div-adjust-fl {
    max-width: 100%;
}
    
    .is-wrapper .is-box .is-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
    
    ul.list-tab li {
    width: 100%;
}

    aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #45C3D1 transparent transparent !important;
}
    aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFF transparent transparent !important;
}
    .contact-icon {
    margin-bottom: 0px;
}
    .fa-bars.icon {
    color: #0000FF;
}
    .contact-num, .shop-addr {
    padding: 10px 0px;
}
    header a.head-contact-links {
    display: inline-flex;
}
header a.head-contact-links i{
   margin-right:10px;
}
    .new-header-6 .mobile-contact-button-section:last-child {
        justify-content: center;
        padding: 10px 0px;
    }
    .mailing-list-button {
    margin-top: 0px;
    margin-bottom: 30px;
}
        .sidenav-bar {
        top: 0;
        right: 15px;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 99999;
    }
    .custom-inner-div {
    width: fit-content;
}
        header#header ul.menu li {
        padding: 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0px !important;
    }
    
      header#header ul.menu li a{
        padding-bottom:0px;
    }
    
    header .logo-container img {
    width: 260px;
}
    
        .inner-banner.blog-banner {
        position: relative;
        justify-content: center;
        padding: 50px 13px 10px;
    }
     /*Login Page*/
    .ps-login-page .grid-x.grid-padding-x.padding-3 {
        padding: 0 !important;
    }
    /*Login Page*/
    .inner-div{
        margin-right: 0;
    }

header .logo-container{
   padding-right:0px !important;
}
.banner-main-heading{
    color:#FFF;
    }
    .banner-sub-heading{
    color:#FFF;
    }
.banner-text{
    color:#FFF;
    }

    .servicel-bg .container.is-container.margin-0.max-width-100.padding-0 {
    margin-bottom: 6rem !important;
    margin-top: 3rem !important;
}
    .lead-magnet-form .width-25 {
        width: 100% !important;
        margin-right: 20px;
    }
    
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .justify-small-center {
        justify-content: center !important;
    }

    .mobile-color-white{
        color: #fff !important;
    }
    
    .mobile-color-black{
        color: #333333 !important;
    }
    
    .margin-top-sm-3 {
        margin-top: 3rem !important;
    }
    
    .flex-direction-column {
        flex-direction: column;
    }
    
    .flex-direction-column-rvrs-mb {
        flex-direction: column-reverse;
    }
    
    .border-mb-0 {
        border: 0 !important;
    }
    
    .align-middle-mobile {
        align-items: center;
    }
    
    /*general-classes*/
    
    
    /*separator classes*/
    .separator-sm-center{
        text-align: center !important;
    }
    
    .separator-sm-center::before, .separator-sm-center::after {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .separator-sm-center::after {
        position: relative !important;
        border-bottom: 0.125rem solid;
        clear: both;
        margin-top: 1rem !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    /*separator classes*/
    
    /*header*/
    .menu-block-main {
        justify-content: center;
        border-top: 1px solid #CCCCCC;
    }
    .pos-ab-header {
        position: static !important;
        background: #061B1D !important;
        border-color: rgba(255, 255, 255, 0.20) !important;
    }
    .logo-container {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .two-block-ul {
        width: 100%;
    }
    .two-block-ul li {
        width: 50%;
        padding: 10px 0;
    }
    .two-block-ul li:first-child {
        border-right: 1px solid #CCCCCC;
    }
    .left-seprator:after, .middle-seprator:after {
        right: 0;
        margin: 0 auto;
    }
    .lead-magnet-form .submit_wrap.padding-top-1 {
        margin: 30px 0 0;
    }
    /*header*/
 /***Home-page***/
    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100% !important;
        justify-content: center;
    }

    .user-logged-out .inner-content-div, .user-logged-out .inner-content-div.home-banner {
        max-width: 100%;
        padding: 50px 30px 50px;
    }

    /*Banner*/
     /***Home-page***/
     
     /*service-page*/
     /*newsletter-section*/
     .newsletter-form-main .container.is-container.is-content-1200 {
        padding: 90px 12px 80px !important;
        margin: 0 15px;
    max-width: 100% !important;
    }
     .newsletter-form-main input#first_name, .newsletter-form-main input#email {
        margin-bottom: 15px !important;
    }
     input#subscribe {
        width: auto !important;
    }
    
     /*newsletter-section*/
     /*service-page*/
     /*footer*/
     #footer hr {
        border-color: rgba(204, 204, 204, 0.3) !important;
     }
     .new-footer-1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
     #footer .grid-container.is-container.is-content-1200.margin-top-0.margin-bottom-0.padding-bottom-3.padding-bottom-1.width-sm-100.padding-bottom-sm-0.padding-top-sm-0 {
        width: 100% !important;
        max-width: 95% !important;
    }
    footer a:not(.button) {
        color: #FFF;
        text-align: center;
    }
    #footer .flex-container {
        display: block;
    }
    .main-navigation.sticky {
    position: static;
    }
    .user-logged-out .serv-head-elm {
    margin-bottom: -35px;
}
    /*footer*/
        .is-overlay-bg {
        opacity: 1;
    }
   
   .section-main-heading, .lead-magnet-form-heading, .banner-main-heading, h2.blog-sidebar-h2, h1.article-title, h1.article-title a, .new-blog-template .blog-widget .widget-title a, .new-blog-template .blog-widget .widget-title, .new-blog-template .blog-sidebar-widget .blog-sidebar-h2 {
    font-size: 32px;
    line-height: 40px;
    }
    
     .banner-main-heading {
    font-size: 4rem;
        line-height: 1;
    }
    
    .add-first-exp-bg {
    padding: 35px 26px;
    height: 100%;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
    
    footer .icon.add-icon {
    position: relative;
    top: 0px;
}

p.two-btn span a {
    margin-right: 0px !important;
margin-left: 0 !important;
}

p.two-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 55px 20px;
}

}

@media screen and (max-width:500px){
    header .logo-container img {
        width: 200px;
    }
  
.user-logged-out .inner-content-div.home-banner {
        padding: 5px 12px !important;
    }
    .add-flex-prop {
    display: flex;
    flex-direction: column;
}

.add-left-radius {
    border-radius: 20px 20px 0px 0px;
    padding: 40px 20px !important;
        text-align: center;
}

.add-right-radius {
    border-radius: 0px 0px 20px 20px;
    padding: 40px 20px !important;
        text-align: center;
}
.pd-sm-3 {
    padding: 20px !important;
}
    
    }
    
    @media screen and (max-width:600px){

.section-main-heading, .lead-magnet-form-heading, .banner-main-heading, h2.blog-sidebar-h2, h1.article-title, h1.article-title a, .new-blog-template .blog-widget .widget-title a, .new-blog-template .blog-widget .widget-title, .new-blog-template .blog-sidebar-widget .blog-sidebar-h2 {
    font-size: 32px;
    line-height: 40px;
    }
    .add-flex-sm .section-text-heading {
        font-size: 1rem;
        line-height: normal;
}

.add-sm-flex-n {
          gap: 6px !important;
        display: flex;
        justify-content: flex-start !important;
        align-items: center  !important;
}

.new-pd-text-biohac {
    padding: 2rem 1.2rem;
}

    .add-svg-before::before {
    left: 6%;
}

  .timer.margin-vertical-1.add-class-timer .small-text {
    font-size: 0.75rem;
}

.timer.margin-vertical-1.add-class-timer .text-lg {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.add-class-timer {
    gap: 20px;
}
        }
  @media screen and (max-width:900px){       
        .add-sm-flex-n {
    gap: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rel-img img {
    object-fit: cover;
    width: 100%;
}
.add-just-onright {
    padding-left: 10px;
}

.yt-btn span svg {
    margin-bottom: -2px;
}


}


 @media screen and (max-width:767px){  
.large-flex-col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:10px;
    }
    .br-btw{
    display:none;
    }
    
 }
 
  @media screen and (max-width:768px){  
      
      .flex-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

    iframe.vid-height
 {
    height: 500px;
}


.product-buy .pricing-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.main-price-point .spacer {
    height: 0px;
}
      
      .flex-btn span{
margin:0px !important;
}
      
.flex-start-card {
    display: flex;
    justify-content: flex-start;
    align-items: normal;
    flex-direction: column;
}
.flex-adjust-tb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.dot-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
}

.venue-heading {
    font-size: 2.75rem;
    line-height: 1;
}

.venue-ht-bg
 {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30910/theme/48800/img/bg.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    padding-top: 0px !important;
}

.user-logged-out figcaption.text-pos-fourth {
    padding: 4px 12px;
   }
   
   .new-sect-heading {
    font-size: 1.4rem;
    line-height: 2rem;
}

}

.flip-card-inner {
  transform: none !important;
}
.flip-card:hover .flip-card-inner {
  transform: none !important;
}
.flip-card {
  cursor: pointer;
}

.user-logged-out .popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.user-logged-out .popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.user-logged-out .popup-box {
  background: rgba(18, 18, 18, 11);
    border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 24px;
  width: 90%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.85) translateY(20px);
  transition: transform 0.3s ease;
}

.user-logged-out .popup-overlay.active .popup-box {
  transform: scale(1) translateY(0);
}

.user-logged-out .popup-close {
  position: absolute;
  top: 1px;
  right: 6px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
      color: #FFF;
      padding:10px;
}

.user-logged-in .popup-close {
    display:none;
    }
    
    .user-logged-in .popup-box {
  background: rgba(18, 18, 18, 11);
    border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 24px;
  margin: 10px;
}

@media (max-width: 480px) {
  .user-logged-out .popup-box {
    padding: 20px;
    border-radius: 10px;
  }
  .venue-timer-bg span {
    font-size: 14px;
}

iframe.vid-height
 {
    height: 220px;
}

}

html{
    scroll-behavior: smooth;
    }
    
    .social-media-links-fr-speakers li a {
    color: #39ff14;
    padding: 0.5rem !important;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.social-media-links-fr-speakers {
    display: flex;
    gap: 10px;
}

.social-media-links-fr-speakers li a svg {
    width: 20px;
    height: 20px;
}

.social-media-links-fr-speakers li {
    line-height: 0px !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

.social-media-links-fr-speakers li a:hover {
color: #000;
    padding: 0.5rem !important;
    background-color: #39ff14;
    border-radius: 0.5rem;
}

.text-sm-ticket{
    font-size: 0.875rem;
    line-height: 1.25rem;
    }
    
    .product-buy.wrapper  
[type='text']::placeholder,  [type='email']::placeholder,   [type='tel']::placeholder, [type='date']::placeholder, [type='url']::placeholder
{
    color: #FFF;
}

label#ps-custom\[email\]-error, label#website-error {
    display: none !important;
    color: red  !important;
}

.test-sch-main-nw iframe {
    border: 0px;
}

a.button.by-tickets-btn.config-btn-nav {
    padding: 10px 13px !important;
    font-size: 13px !important;
    border:0px !important;
}

.new-br-rounded {
    padding: 12px 33px;
    font-weight: 700;
    color: #FFF;
    border-radius: 0.5rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.off-canvas {
    background: #000;
}

.pointer-none {
    pointer-events: none !important;
}

#theme-toggle-wrapper {
    position: absolute;
    z-index: 9999;
    top: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: max-content;
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  margin: 0;
}

/* Hide checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Track */
.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #222; /* dark track */
  border-radius: 50px;
  transition: 0.3s;
  border: 1px solid #444;
      height: 28px;
          margin: 0;
}

/* Circle */
.slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  top: 2.5px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

/* ON state (light mode active) */
input:checked + .slider {
  background-color: #f5f5f5;
}

/* Move circle */
input:checked + .slider::before {
  transform: translateX(24px);
  background-color: #000;
}

/*Light CSS*?

/* ================= LIGHT THEME ================= */

body.light {
  background-color: #FFF;
  color: #1a1a1a;
}

/* Text */
body.light p,
body.light ul li,
body.light ol li {
  color: #1a1a1a;
}

body.light p.color-white{
    color: #1a1a1a !important;
    }
    
    body.light span.color-white.add-bl{
    color: #1a1a1a !important;
    }
    
    body.light a.btn.btn-ghost.config-rad {
    border: 1px solid #21A6B5;
}

body.light .timer.cust-timer.margin-vertical-1.add-class-timer .text-lg {
    background: linear-gradient(180deg, #6b7280, #6b7280, #6b7280);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.light .about-strip, body.light .who-card, body.light .agenda, body.light .speaker-card, body.light .speaker-photo-wrap,
body.light .ticket-section,  body.light .venue-address, body.light .final-cta{
    background:#F5F5F5 !important;
    }
    
    body.light .who-attends, body.light .speakers,  body.light .ticket-card, body.light .venue {
          background:#FFF !important;
        }
        
        body.light .speaker-title.color-white,  body.light .ticket-phase, body.light .ticket-name,
        body.light .price-currency, body.light .price-currency, body.light div.color-white, body.light ul.venue-features li.color-white{
            color:#000 !important;
            }

/* Headings */
body.light h1,
body.light h2,
body.light h3,
body.light h4,
body.light h5,
body.light h6,
body.light .section-main-heading,
body.light .banner-main-heading,
body.light .section-sub-heading{
  color: #111827;
}

body.light h2 a.color-white, body.light h3 a.color-white, body.light h3.color-white {
  color: #111827 !important;
}

/* Background helpers */
body.light .black-bg,
body.light .dark-bg,
body.light .bg-dark,
body.light .light-bg {
  background: #ffffff !important;
}

/* Cards / boxes */
body.light .bl-dark-bg,
body.light .custom-inner-div .text-block {
  background: #ffffff !important;
  color: #1a1a1a;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Buttons (keep your brand color!) */
body.light .button,
body.light a.button,
body.light input.button {
  background: #39ff14;
  color: #000;
  border: 1px solid #39ff14 !important;
}


/* Links */
body.light a {
  color: #21A6B5;
}

body.light a:hover {
  color: #45C3D1;
}

/* Forms */
body.light input,
body.light textarea,
body.light select {
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #d1d5db !important;
}

/* Navbar */
body.light .main-navigation.sticky {
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Dropdown */
body.light header .dropdown.menu li ul.submenu.level-2 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

/* Accordion */
body.light .accordion-title {
  background: #f1f5f9;
  color: #111;
}

body.light .accordion-content {
  background: #ffffff;
}

/* Service cards */
body.light .service-btn-like {
  background: #ffffff;
  color: #000 !important;
  border: 1px solid #e5e7eb;
}

body.light .service-btn-like:hover {
  border-color: #21A6B5;
}

/* Footer */
body.light footer {
  background: #ffffff;
  color: #1a1a1a;
}

body.light footer .menu li a {
  color: #1a1a1a;
}


/* Borders */
body.light .border {
  border: 1px solid #e5e7eb;
}

/* Small text */
body.light .small-text {
  color: #6b7280;
}

/* Sidebar */
body.light aside.sidenav .menu.accordion-menu li a {
  background: #ffffff;
  color: #1a1a1a;
}

/* Slick dots */
body.light .slick-dots li {
  background: #d1d5db;
}

body.light .slick-dots li.slick-active {
  background: #21A6B5 !important;
}

.user-logged-out body.light figcaption.text-pos-fourth {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.7) 100%
  );
}

body.light .add-bx-rd {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

 .user-logged-out body.light figcaption.text-pos-third, .user-logged-out body.light figcaption.text-pos-sec {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.15) 70%,
    rgba(255, 255, 255, 0.7) 100%
  );
}

body.light figure.img-pos-third img, body.light figure.img-pos-sec img {
  filter: grayscale(20%);
  opacity: 0.95;
}

body.light .social-media-links-fr-speakers li a svg {
    width: 20px;
    height: 20px;
    color: #000;
}

body.light .keep-white{
    color: #FFF !important;
}

body.light .show-on-dark{
    display:none;
}

body.dark .show-on-light{
    display:none;
}

/* Hide both by default (prevents double render) */
.show-on-dark,
.show-on-light {
  display: none;
}

/* Show correct one based on theme */
.dark .show-on-dark {
  display: block;
}

.dark .show-on-light {
  display: none;
}

.light .show-on-light {
  display: block;
}

.light .show-on-dark {
  display: none;
}

body.light .fixed-menu.light-bg p.small-text {
    color: #222222;
}

body.light .sch-cont-flex {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0rem;
}

    body.light div.tab:hover {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.2);
}

 body.light span.tb-text, body.light span.tb-text-sec {
    color: #000;
 }
 
 body.light .flex-start-card {
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.1);
    }
    
    body.light .add-flex-sm {
  background-color: #F5F5F5;
  }
  body.light .add-flex-sm .section-text-heading{
      text-shadow:none;
      }
      
 body.light .add-outline-third.add-pd-fr-pricing ul li {
    color: #000 !important;
}
  body.light .add-outline-third.add-pd-fr-pricing {
    background: #F5F5F5;
    }
    
      body.light .add-outline-third.add-pd-fr-pricing a.price-btn {
    border:1px solid #000;
    }
    
     body.light .review-card {
    background: #F5F5F5;
    }
    
    .add-outline-sec.first-cl-card p, .add-outline-sec.first-cl-card  h3.section-sub-heading.color-white,
     .add-outline-sec.sec-cl-card p, .add-outline-sec.sec-cl-card  h3.section-sub-heading.color-white,
      .add-outline-sec.third-cl-card p, .add-outline-sec.third-cl-card  h3.section-sub-heading.color-white{
    color: #FFF !important;
}

body.light .card-border-with-white-outline {
    background-color: #F5F5F5;
}

body.light .new-prop{
    background-color: #F5F5F5;
}

.user-logged-out body.light .popup-box {
    background-color: #F5F5F5;
    }
    
    .user-logged-out body.light .popup-close{
        color:#000;
        }
        
       body.light .add-pos-rel-zn img {
    border-radius: 0px;
    opacity: 0.6;
}

body.light aside#sidenav .light-bg{
    background-color: #FFF !important;
    }
    
    aside#sidenav p.small-text {
    color: #000;
}

body.light .venue-ht-bg {
    background: none !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center top !important;
}

body.light a.button.green-btn.yt-btn.list-options {
    color: #000 !important;
}

body.light .schedule-bx-date{
    background:#000;
    }
    
   body.light .text-sm.episode-cs {
    color: #FFF;
}

body.light ::-webkit-scrollbar {
  height: 10px;
    width:10px;
  background: rgba(255,255,255,1);
}

body.light ::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.4); 
}

body.light ::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.3);; 
  border-radius: 4px;
}


body.light .contact-form .add-details {
    padding: 2.5rem;
    border-radius: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

body.light .ww-form-container input[type="text"],
body.light .ww-form-container input[type="password"],
body.light .ww-form-container input[type="tel"],
body.light .ww-form-container input[type="email"],
body.light .ww-form-container .phone_number,
body.light .ww-form-container select,
body.light .ww-form-container textarea {
    margin: 0 0 .5em 0;
    box-shadow: none;
    font-size: .9em;
    margin-bottom: .3em;
    height: 3.5em !important;
    width: 100% !important;
    padding: 0.75rem 1rem;

    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #f9f9f9;
    color: #111 !important;
    border-radius: 0.75rem !important;
}

body.light .ww-form-container select option {
    background-color: #ffffff;
    color: #111;
    font-size: 16px;
}

body.light .contact-form label {
    color: #0a7f2e;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-left: 0.25rem;
    margin-bottom: 0.6rem;
}

body.light .ww-form-container textarea,
body.light .ww-form-container select {
    width: 100% !important;
}

body.light .error,
body.light .errorMargin,
body.light .required {
    color: #d32f2f !important;
}

body.light .ww-form-container input[type="text"]::placeholder,
body.light .ww-form-container input[type="password"]::placeholder,
body.light .ww-form-container input[type="tel"]::placeholder,
body.light .ww-form-container input[type="email"]::placeholder,
body.light .ww-form-container .phone_number::placeholder,
body.light .ww-form-container select::placeholder,
body.light .ww-form-container textarea::placeholder,
body.light input#mob_phone_phone_number_tel::placeholder{
color:rgba(0,0,0,0.5);
}


body.light input#mob_phone_phone_number_tel{
    padding-left:50px;
}

body.light ul#country-listbox {
    background: #FFF;
}

body.light ul.vertical.menu.accordion-menu li a{
    color:#000;
    }
.pod-year {
    color: #bdffb1;
    font-weight: 400;
}