:root
{
    --bs-black : #000;
    --black: #000000;
    --black1: #000;
    --white: #ffffff;
    --primary: #daff5b;
    --black2: #262F40;
    --purple_blue_brighter: #8087FD;
}
body
{
    margin:0;
    padding: 0;
    line-height: 1.6;
    color: var(--black1);
    font-family: 'Gotham';
    font-weight: 500;
}
*
{
    margin:0;
    padding: 0;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-light1-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light1-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium1-webfont.woff2') format('woff2'),
        url('../fonts/gotham-medium1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_lightregular';
    src: url(../fonts//gotham-light1-webfont.woff2) format('woff2'), url(../fonts//gotham-light1-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-medium1-webfont.woff2') format('woff2'),
         url('../fonts/gotham-medium1-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-black1-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black1-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/gotham-ultra1-webfont.woff2') format('woff2'),
        url('../font/gotham-ultra1-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

h2
{
    font-size: 40px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: var(--black);
}
b, strong {
    font-weight: 600;
    color: var(--black);
}
a{
	color: var(--black);
	 transition: transform 0.4s ease;
}
a:hover{
	color: #6b6b6b;
}
.form-control:focus {

    box-shadow: none;
}
/* .contact-wrap .wpcf7-form-control::placeholder{
    font-family: 'Gotham' !important;
    color: #838383;
} */
.entry-title {
    display: none;
}
#mainCntr.play-book {
    position: absolute;
    z-index: 1;
}
#mainCntr {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 11;
    background: var(--white);
    transition: all 0.3s ease-in-out;
}
.showing-alertbar .alertbar {
    padding: 10px;
    background-color: #000;
    color: #fff;
    border-radius: 0px;
}
.alert_closebtn {
    position: absolute;
    right: 0px;
    top: 0px;
}
.showing-alertbar .alertbar a, .showing-alertbar .alertbar a strong{
    color: #fff;
    text-decoration: none;
}
.showing-alertbar .alertbar a:hover{
    text-decoration: underline;
}
.showing-alertbar .alertbar p{
    margin-bottom: 0px;
}
.small-header {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0px;
}
.menu-top li:hover>a, .menu-top li>a:hover, .menu-top>li.current-menu-item>a, .menu-top>li.current_page_parent>a {
    color: var(--bs-black);
}
.logo-wrapper img {
    width: 100%;
    height: auto;
}
.menu-top>li {
    display: block;
    line-height: 120%;
    margin-right: 20px;
}
.menu-top>li>a, .sub-menu li a {
    color: #6b6b6b;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 120%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3.22px 0;
    transition: all 0.3s ease-in-out;
    font-family: 'Gotham';
}
.sub-menu li a{
    font-size: 16px;
}
.wpcf7-form .col-xs-5.col-sm-2.col-lg-1 {
    width: auto;
}
.logo-wrapper {
    float: left;
    width: 52px;
    height: 52px;
    display: block;
}
.header-logo{
    display: flex;
    align-items: baseline;
    column-gap: 13px;
}
.top-header {
    background-color: #e6e6e6;
    padding: 0px 0px;
}
.signup-btn a {
    color: #000 !important;
	padding:10px !important;
}
.signup-btn:hover {
    background: #ccc;
}
.header-full {
    border-top: 2px solid #9a9a9a;
    border-bottom: 2px solid #eee;
    padding: 10px 0px 2px;
    background-color: #fff;
}
.top-header .menu-top>li>a{
    font-size: 16px;
}

/* Sub menu */
#mainNav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 13px;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 999;
    list-style: none;
}
.signup-btn {
    background: #daff5b;
    color: #000;   
	transition: 0.4s ease;
}
#mainNav .menu-item-has-children {
    position: relative;
}

#mainNav .menu-item-has-children.show > .sub-menu {
    display: block;
}

/* Parent position */
#mainNav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
}

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

.menu-top .menu-item-has-children > a::after {
    content: "▼";
    font-size: 15px;
    margin-left: 6px;
    display: inline-block;
    transition: 0.3s ease;
}
/* Home Css */
.home-banner .banner-content{
    width: 70%;
    position: absolute;
    top: 00%;
    transform: translate(0px, -30%);
}
.banner-form-wrap input {
    font-size: 14px;
}
.banner-form-wrap input::placeholder{
    font-family: 'Gotham';
    font-weight: 500;
}
.home-banner .wpcf7-submit {
    width: 100% !important;
    line-height: initial;
    background-color: #fff;
    color: #000 !important;
    text-transform: uppercase !important;
    font-family: 'Gotham' !important;
    font-weight: 500;
}
.home-banner .wpcf7 form .wpcf7-response-output{
    font-size: 12px;
    width: fit-content;
}
.home-banner .wpcf7-not-valid-tip{
    display: none;
}
.banner-form-wrap .error-msg {
    bottom: -28px !important;
    color: #dc3545 !important;
    font-size: 12px;
}
.home-banner form{
    padding-top: 20px;
}
.home-banner .wpcf7-submit:hover{
    background-color: var(--primary);
}
.wpcf7-spinner{
    position: absolute;
}
.home-banner h1, .home-banner .page-banner-sub-heading{
    text-align: center !important;
}
.home-new-banner.home-banner .banner-content h1{
	font-size:100px;
}
.home-new-banner.home-banner .banner-content {
    max-width: 700px;
    text-align: center;
}
.home-new-banner.home-banner .page-banner-sub-heading {
    font-size: 20px;
}
.home-banner .theme-btn, .theme-btn .wp-block-button__link, .banner-content .btn-primary{
    background-color: var(--primary);
    padding: 10px 15px;
    color: #000 !important;
    text-transform: uppercase;
    text-decoration: none;
        font-weight: 600;
    font-family: 'gotham_mediumregular';
    transition: all 0.3s ease-in-out;
 }
 .theme-btn .wp-block-button__link{
    border-radius: 10px;
 }
 .thank-you a{
    text-decoration: none;
 }
  .thank-you a:hover{
    text-decoration: underline;
 }
 .theme-btn .wp-block-button__link:hover,  .btn-light .wp-block-button__link:hover{
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
 }
.btn-light .wp-block-button__link {
    background-color: #EDEDED;
    color: #000;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-family: 'gotham_mediumregular';
}
.common-space{
    padding: 75px 0px;
}
.component-page-banner-sec.home-banner {
    background-position: top center !important;
	min-height:550px;
    padding-bottom: 50px;
}
.tone-service .card-medium .card-item{
    max-width: 100% !important;
}
.tone-service .Large-cards {
    justify-content: space-between !important;
}
.tone-service .card-item h3 {
    font-size: 76px;
    text-transform: uppercase;
    color: #fff;
    margin-top: -57px;
    text-align: center;
    font-weight: 700;
}
.tone-service .card-content{
    padding-top: 20px;
    text-align: center;
}
.tone-service .card-content .col-md-6{
    width: 100%;
}
.tone-service .card-large, .tone-service .card-large .card-item {
    max-width: 100%;
    overflow: hidden;
}
.tone-service .card-large img {
    width: 100%;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
}
.tone-service .card-content strong{
    color: #000;
}
.tone-map{
    position: relative;
}
.accordion-button:not(.collapsed){
    color: #000;
}
.tone-map h2 {
    color: #fff;
    background-color: var(--wp--preset--color--black);
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    position: absolute;
    left: 0px;
    top: 127px;
}
.logo-gallery .wp-block-image img{
     max-width: 90%;
}
.logo-gallery h3{
    font-weight: 300;
}
.logo-gallery .border-left{
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.video-wrap.wp-block-embed iframe{
    width: 100% ;
    height: 600px;
}
.video-wrap.wp-block-embed {
    margin-bottom: -8px;
}
.class-about-content{
    background-color: #000;
}
.class-about-content h2{
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 0px;
}
.class-about-content .content-box{
    text-align: center !important;
}
.class-about-content .section-description {
    margin-top: 0px;
    color: #fff;
    font-weight: 300;
}
.class-about-content .section-description * {
    color: #fff;
}
.class-block {
    background-color: #000;
    padding: 15px;
    color: var(--primary);
}
.class-block p, .class-block h3{
    margin-bottom: 0px;
    font-weight: 600;
}
.faq-wrap{
    background-color: #ddd;
}
.faq-wrap h2{
    color: #000;
    font-weight: 600 !important;
}
.faq-wrap .accordion{
    --bs-accordion-bg: transparent;
}
.faq-wrap .accordion-card {
    border-bottom: 2px solid #daff5b8c !important;
}
.faq-wrap .accordion-h6-title {
    font-size: 22px !important;
    color: #000000;
    font-weight: 400;
    line-height: 1.3;
}
.faq-wrap .accordion-button[aria-expanded="true"]::after, .faq-wrap .accordion-button[aria-expanded="false"]::after {
    border-top: 1.5px solid #000 !important;
    border-right: 1.5px solid #000 !important;
    width: 12px;
    height: 12px;
}
.corporate-services .col-lg-6{
    width: 33%;
}
.corporate-services .card-item h3 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color:var(--black);
}
.bg-grey{
    background-color: #ebebeb;
}
.wpcf7-form-control {
    width: 100% !important;
    border: none;
    padding: 8px;
    font-size: 16px;
}
.wpcf7-form-control:focus, .wpcf7-form-control:focus-visible{
    border: transparent;
    outline: 0px;
    box-shadow: none;
}
:focus-visible {
    outline: 0px !important;
}
.wpcf7-submit{
    background-color: var(--primary);
    width: 15% !important;
    text-transform: uppercase;
    margin: auto;  
    font-weight: 600;
}
input::placeholder, textarea::placeholder{
    color: #000;
    font-family: 'Gotham', sans-serif;
}
.wpcf7-submit:hover{
    background-color: #000;
    color: #fff;
}
.form-query{
    margin-top: 20px;
}
.form-query textarea{
    height: 150px !important;
}
#class-levels h3{
    font-weight: 600;
}
.about-team.component-image-content-boxes-sec .row .col-lg-7{
    width: 60%;
}  
.about-team.component-image-content-boxes-sec .row .col-lg-7.pe-lg-5{
    padding-right: 6rem !important;
}
.about-team.component-image-content-boxes-sec .row .banner-section{
    width: 40%;
}
.about-team.rectangle-images .section-image .section-img{
    aspect-ratio: 7/9;
}
.about-team-content.rectangle-images .section-image .section-img {
    aspect-ratio: 3/2;
}
.about-team-content.component-image-content-boxes-sec .row .banner-section{
    width: 40%;
}
.about-team-content.component-image-content-boxes-sec .row .col-lg-7{
    width: 60%;
}
.about-team-content.component-image-content-boxes-sec .row .col-lg-7.ps-lg-5{
    padding-left: 0rem !important;
}
.about-team-content a {
    color: var(--black);
    text-decoration: none;
}
.about-team-content a:hover{
    text-decoration: underline;
}
.corporate-services .card-content .super-heading{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -14px;
}
/* Footer Css */
.copyright-text p{
    padding-left: 5px;
}
.footer-logo-wrap img{
    width: 100%;
    object-fit: contain;
    height: auto;
}

.footer-copyright{
    background-color: #000;
}
.copyright-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}
.copyright-text p {
    margin-bottom: 0px;
    font-weight: 300;
}
.footer-content {
    padding: 30px 0px;
    align-items: center;
}
.footer-content .menu-top>li>a{
    font-size: 16px;
}
.form-query .wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
}
.about-team h2{
    text-align: center;
}
.class-block-img{
    position: relative;
}
.class-block-img h3.wp-block-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
}
.class-block-img h3.wp-block-heading a{
    color: #fff;
    text-decoration: none;
}
.tone-service.recovery .card-item h3 {
    font-size: 30px;
    color: var(--black);
    margin-top: 20px;
}
.tone-service .image-content-wrap {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: transparent;
    padding: 0px;
    color: #000;
    text-align: center;
    min-height: auto;
}
.form-right, .top-pass-section, .multi-step-container .form-control {
    font-family: 'Gotham', sans-serif !important;
    font-weight: 500 !important;
}
.tone-service .image-with-content{
    padding: 0px;
}
.promo-section {
    flex-wrap: nowrap !important;
    column-gap: 20px;
    margin: 2rem 0px !important;
}
.wpcf7-form-control {
    font-size: 16px;
    height: 50px;
    background: #fff;
    border: 1px solid #AEAEAE;
    /* padding: 10px 20px; */
    border-radius: 0;
    margin: 0;
    text-transform: none !important;
    color: #838383;
    font-family: 'Gotham' !important;
}
.acceptance-wrapper .wpcf7-form-control.wpcf7-acceptance{
    border: none;
    padding: 0px;
    margin-right: 10px;
}

.multi-step-container .acceptance-wrapper {
    padding-left: 0px;
    margin-bottom: 0px;
}
.acceptance-wrapper p{
    display: flex;
}
.multi-step-container .wpcf7-form-control::placeholder {
    color: #838383;
    font-family: 'Gotham', sans-serif !important;
}
.multi-step-container, .form-left h2, .left-content, .multi-step-container .left-content p em, .multi-step-container .left-content p{
    font-family: 'Gotham', sans-serif !important;  
}
.multi-step-container .btn{
        font-family: 'Gotham', sans-serif !important;
        font-weight: 500 !important;
}
.form-right{
    z-index: 9 !important;
}
.multi-step-container .btn.wpcf7-submit {
    width: 100% !important;
}
.multi-step-container {
    padding-top: 90px;
}
@media (min-width: 1400px) {
    .tone-service .container, .corporate-services .container{
        max-width: 1320px !important;
    }
}
@media (min-width: 1900px) {
    .container, .tone-service .container, .corporate-services .container {
        max-width: 1600px !important;
    }
}
@media (max-width:991px){
    .about-team.component-image-content-boxes-sec .row .col-lg-7.pe-lg-5 {
        padding-right: 1rem !important;
    }
    .about-team.rectangle-images .section-image .section-img {
        aspect-ratio: 4/6;
    }
    .about-team-content.component-image-content-boxes-sec .row .col-lg-7 {
        width: auto;
    }
}
@media (max-width: 767px) {
    
    .about-team.component-image-content-boxes-sec .row .col-lg-7, .about-team-content.component-image-content-boxes-sec .row .col-lg-7 {
        width: auto;
    }
     .about-team-content.rectangle-images .section-image .section-img {
        aspect-ratio: auto;
        max-width: 100%;
    }
    .about-team-content.component-image-content-boxes-sec .row .col-lg-7.ps-lg-5 {
        padding-left: 1rem !important;
    }
    .footer-nav .menu-top{
        display: block !important;
        padding-top: 15px !important;
        padding-left: 10px !important;
    }
    .footer-nav .menu-top>li{
        margin-bottom: 10px;
    }
    .home-banner.component-page-banner-sec {
        height: 30vh;
    }
	.home-cards {
    padding: 20px !important;
}
.home-cards :where(.wp-block-columns.is-layout-flex) , .home-cards-wrap :where(.wp-block-columns.is-layout-flex) {
    gap: 20px;
}
.home-bottom-content {
    padding: 25px 0;
}
	.home-cards .cards-title {
    font-size: 35px !IMPORTANT;
}
.wp-block-group.home-bottom-content {
    text-align: center;
    font-size: 18px;
}
.home-bottom-content p {
    text-align: center;
}
.home-bottom-content :where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
    .home-banner .banner-content {
      width:95%;
        position: absolute;
		    transform: translate(0px, -42%);
    }
	.logo-section-wrap {
    gap: 1rem;
}
}

.search-wrap {
    text-align: center;
}
.search-wrapper {
  position: relative;
  text-align: center;
  padding: 30px 0;
  display: inline-block;
}

/* Button */
.search-btn {
  width: 55px;
  height: 40px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  background: rgb(154 154 154 / 34%);
  z-index: 2;
  border: 0px;
}

/* Input (hidden) */
.search-input {
   /* button ke bilkul baad */
   height: 40px;
   /* border-radius: 20px; */
   border: none;
   outline: none !important;
   background: rgb(230 230 230);
   transition: width 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
   width: 350px;
   padding: 0 5px;
   padding-left: 15px;
   padding-right: 50px;
}
.search-wrapper .search-btn {
    border-radius: 20px 0px 0px 20px;
    background: transparent;
    position: absolute;
    right: 0;
}

.search-field {
    height: 40px;
    /* border-radius: 20px; */
    border: none;
    outline: none !important;
    background: rgb(230 230 230) !IMPORTANT;
    transition: width 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
    width: 350px;
    padding: 0 15px;
    padding-left: 15px;
}
.search-submit {
    height: 40px;
    padding: 0px 10px;
    background-color: var(--primary);
    color: #000;
    border: none;
}
.search-submit:hover{
    background-color: #000;
    color: #fff;
}
/* paginations css */
.pagination-wrap {
    margin: 50px 0;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
}
.pagination-wrap a.page-numbers, .pagination-wrap  .page-numbers.current {
    color: var(--blue);
    padding: 3px 12px;
    border-radius: 0px;
    background: rgb(230 230 230);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.pagination-wrap .page-numbers.current, .pagination-wrap a:hover {
    background: #000;
    color: var(--white);
}
.blog-list-section, .section-header-space {
    padding: 100px 0 50px;
    margin-top: 50px;
}
.blog-list-section .tech-content a, .news-page .tech-content a {
    color: #0D0231;
    transition: all 0.3s ease-in-out;
}
.blog-thumnail, .blog-list-section .technology-thumb, .custom-blogs-section, .custom-blogs-section .card-item {
    /* border-radius: 24px; */
    background: #FFF;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.blog-thumnail:hover, .blog-list-section .technology-thumb:hover{
    box-shadow: 0 10px 11px 0 rgba(181, 165, 73, 0.15);
}
.blog-thumnail:before, .blog-list-section .technology-thumb:before, 
.component-page-banner-sec.blog-banner .featured-item:before, 
.technology-thumb:before, 
.custom-blogs-section .card-item.item:before{
     content: "";
     position: absolute;
     inset: 0;
     outline: 2px solid transparent;
     transition: 0.3s;
     border-radius: 24px;
}
.tech-content, .custom-blogs-section .card-item.item .card-body {
    padding: 24px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    position: relative;
}
.tech-content h3, .custom-blogs-section .card-item.item .card-body h3{
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.tech-content p{
    max-width: 120px;
    object-fit: contain !important;
    height: 20px;
    margin-bottom: 0;
}
/* .blog-thumnail .tech-image:not(img) {
    min-height: 300px;
} */
.tech-image{position:relative;/* overflow: hidden; */}
.tech-image img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 394 / 400;
    /* border-radius: 24px; */
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.technology-thumb {
    background: rgba(0, 0, 0, 0.20);
    height: 100%;
    border-radius: 24px;
}.blog-thumnail {
    height: auto;
}

.tech-content p {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100% !important;
    font-weight: 400;
}



.technologies-grid {
    row-gap: 30px;
	padding-right:50px
}
.sidebar-title {
    margin: 0 0 25px;
font-size:24px !important
}
.sidebar-title:after {
    background: #020202;
    content: ' ';
    display: block;
    margin: 15px 0 0;
    padding: 0;
    width: 60px;
    height: 4px;
}
.tech-card {
    transition: all 0.3s ease-in-out;
}

.blog-thumnail {
    overflow: hidden;
}

.blog-thumnail img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.blog-thumnail:hover img {transform: scale(1.1);}

.blog-list-section .tech-content a{
    color: #000;
    text-decoration: none;
}
.blog-list-section .tech-content a:hover{
    text-decoration: underline;
}
.blog-list-section .tech-content h3, .blog-list-section .tech-content p{
    font-weight: 500;
}
.blog-list-section .tech-image img {
    aspect-ratio: 394 / 320;
    height: 300px;
    width: auto;
}
.post-thumbnail {
    overflow: hidden;
}
.search-wrapper .error-msg{
    display: none;
    position: absolute;
    opacity: 0;
}

.single-blog-media img {
    width: 100%;
    aspect-ratio: 800 / 450;
    object-fit: cover;
}

.single-post-page ul.wp-block-list{
    padding-left: 10px;
}
.single-post-page ol.wp-block-list{
    padding-left: 20px;
}
.single-post-page a, .nav-previous a, .link a, .accordion-body a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.link{
   color: #000;
}
.single-post-page a:hover, .nav-previous:hover, .link a:hover{
    text-decoration: underline;
}
.single-post-page p, .single-post-page ol.wp-block-list li, .single-post-page ul.wp-block-list li,
.single-post-page h3, .single-post-page h4, .single-post-page h5, .single-post-page h6{
    /* color: #6b6b6b; */
    font-family: 'Gotham';
}
.search-results .nav-links{
    display: none;
}
.single-post-page .wp-block-quote, .quote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    border-left: 3px solid #737373;
    padding-left: 8px;
    background: #daff5b59;
    padding: 10px;
}
.single-post-page .wp-block-quote p{
    margin-bottom: 0px;
}
.google-review-wrap {
    background-color: #000;
}
.google-review-wrap .heading{
    color: #fff;
}
.google-review-wrap .testimonial-grid {
    column-gap: 20px;
    flex-wrap: nowrap;
    align-items: flex-start !important;
}
.google-review-wrap .testimonial-grid-item {
    background-color: #fff;
    border: 4px solid var(--primary);
    text-align: left;
    padding: 15px;
    min-height: 495px;
}
.google-review-wrap .testimonial-content p{
    color: #000;
    font-weight: 300;
}
.google-review-wrap .testimonial-img-wrap{
    float: left;
    margin-right: 10px;
}
.google-review-wrap .testimonial-title{
    float: inline-start;
}
.google-review-wrap .testimonial-content{
    clear: both;
    padding-top: 10px;
}
.google-review-wrap .testimonial-img-wrap img{
    width: 35px !important;
    height: 35px;
}
.passes-header h3 {
    font-size: 40px;
}
.class-list.training-packages.one-column {
  column-count: 2;
  column-gap: 30px;
}
.faq-wrap .accordion-button{
    font-size: 18px;
    font-weight: 500;
	text-transform:uppercase;
}
.single-post-page .entry-content h2{
    font-weight: 500 !important;
    text-transform: capitalize;
}
.class-block-img, .tone-service.recovery .card-large .card-item-in  {
    position: relative;
}

.class-block-img .wp-block-image, .tone-service.recovery .card-large .card-item-in {
    overflow: hidden;
}

.class-block-img .wp-block-image img, .tone-service.recovery .card-large .card-item-in img {
    transition: transform 0.3s ease-in-out;
}

.class-block-img:hover .wp-block-image img, .tone-service.recovery .card-large:hover .card-item-in img {
    transform: scale(1.1);
}

.class-block-img h3.wp-block-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    z-index: 2; 
    pointer-events: none; 
}
.banner-content-description {
    margin-top: 20px !important;
    font-family: 'gotham_lightregular';
}

.nutrition-banner {
    position: relative;
    z-index: 1;
}

.nutrition-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000009c;
    z-index: -1;
}
.coach-list .designation{
    font-family: 'gotham_lightregular';
    font-size: 32px;
    text-transform: uppercase !important;
}
.coach-list .title{
    font-size: 43px !important;
    text-transform: capitalize;
}
.coach-social svg path{
    fill: #daff5b;
}
.coach-social svg{
    width: 20px;
    height: 20px;
}
.coach-list .entry-content p {
    line-height: 22px;
    font-family: 'gotham_lightregular';
}
.coach-social a {
    font-size: 24px;
    margin-right: 5px;
    color: #daff5b;
    font-family: 'gotham_blackregular';
}
.coach-image-mobile{
    display: none;
}

/* coach archive */

.coach {
    padding: 30px 45px;
    color: #fff;
    margin-bottom: 30px;
    height: 610px !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.coach-info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(37,37,37,0.5);
    padding: 195px 10%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.coach:hover .coach-info {
    opacity: 1;
    visibility: visible;
}
.mobile-only {
    display: none !important;
}
.coach-info h2, .single-coach-info h2 {
    color: #fff;
	text-transform:capitalize;
}
.coach-quote {
    font-family: 'gotham_lightregular';
    font-style: italic;
    font-size: 18px;
}
.coach-info span {
    margin-top: 25px;
    font-weight: bold;
    color: #daff5b;
}
.coach a{
    text-decoration: none;
    color: #fff !important;
}
.pull-right {
    float: right!important;
}
.single-coach-media img{
    width: 100%;
}
article.coaches, .coach-wrap {
    width: 100%;
    background-color: #252525;
    color: #fff;
}
.archive-banner{
    overflow: visible !important;
    height: 100vh;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-top: 75px;
}
.archive-banner h1 {
    font-weight: 600;
}
.post-type-archive-coaches .technologies-grid {
    row-gap: 0px;
}

.top-pass-section, .multi-step-container .wpcf7-form-control, 
.multi-step-container .wpcf7-form-control::placeholder, .multi-step-container .form-control {
    font-family: 'gotham_lightregular' !important;
    font-weight: 300 !important;
}
.top-pass-section span {
    font-family: 'Gotham' !important;
    font-weight: 500 !important;
}
.thank-you h2 {
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 500 !important;
}
.thank-you p {
    font-size: 16px;
    line-height: 30px;
}
.multi-step-container .btn.wpcf7-submit {
    color: #000;
    font-family: 'Gotham', sans-serif !important;
    font-weight: 500 !important;
}
.thank-you .wp-block-button__link{
    font-size: 14px;
}
.mindbody-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #E6E8E7;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    color: #000;
    font-weight: 600;
    font-family: 'Gotham-Book';
    outline: 0;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 45px 14px 14px; 
    border: none;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
}
.mindbody-filter select::-ms-expand {
    display: none;
}
.mindbodypage.page-template-mindbody-classes {
    background-image: url('/wp-content/uploads/2026/02/schedule-new-bg.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center 25px !important;
}
.mindbodypage-txt, .mindbodypage-txt h2{
    color: #fff !important;
}
.mindbodypage-txt p {
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 12px;
}
/* .page-id-286.mindbodypage {
    background: #000 !important;
} */
.mindbody-class-main {
    position: relative;
    z-index: 1;
}
.footer{
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.classes-data-main {
    padding-bottom: 75px;
}
.classes-data-main {
    background: transparent;
}
body.mindbodypage {
    background: transparent;
}
.toggle-password {
    top: 27px !important;
    display: block !important;
}

.contact-wrap .error-msg {
    display: none;
}
.contact-wrap .wpcf7-not-valid-tip{
    display: none;
}
.contact-wrap .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    width: fit-content;
    margin: auto !important;
}
.contact-wrap input.wpcf7-form-control::placeholder, .contact-wrap .wpcf7-textarea::placeholder,
 .contact-wrap input.wpcf7-form-control,  .contact-wrap .wpcf7-textarea {
    font-family: 'gotham_mediumregular' !important;
    color: #6b6b6b;
}
.contact-wrap .wpcf7-submit {
    background-color: var(--primary);
    width: 15% !important;
    text-transform: uppercase !important;
    margin: auto;
    color: #000 !important;
    font-family: 'gotham_mediumregular';
    border:none;
}
.contact-wrap .wpcf7-submit:hover{
    background-color: #000;
    color: #fff !important;
}
.contact-wrap .wpcf7-form-control{
    border:none;
}
.wpcf7-textarea{
    resize: none;
}
.home-banner .theme-btn:hover, .banner-content .btn-primary:hover{
    background-color: #000;
    color: #fff !important;
}
.contact-wrap .wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}
.spaced-pd{
padding:120px 0px;
}
.in-studio-tools .wp-block-image {
    height: 100%;
    margin: 0;
}
.in-studio-tools .wp-block-image img {
    height: 100%;
    object-fit: cover;
}
.map-column iframe{
	width:100%;
	    height: 100%;
}
.map-left-column {
    padding-left: 11%;
    padding-top: 40px;
}
.map-left-column h2 {
   font-size:32px !important;
}
.map-left-column h3 {
   font-size:30px;
}
.map-left-column h4 {
   font-size:24px;
}
p.has-text-align-center.grey-background {
    padding: 96px 0;
    background: #8d8d8d;
    font-size: 30px;
    color: #fff;
}
p.has-text-align-center.grey-background strong {
    color: #fff;
}
.perks-grid .row {
    justify-content: flex-start !important;
}
.wp-block-group.light-gery-background {
    background: #ebebeb;
    padding: 96px;
    margin: auto;
	font-weight:200;
}
.wp-block-group.light-gery-background p {
    font-size:24px
}
.wp-block-group.light-gery-background p.paragraph-large{
	font-size:30px
}
.perks-grid p , .perks-grid a{
	font-size:20px;
}
.perks-grid h5 {
    font-weight: 600;
}
.perks-grid .icon-content-group-header h2 {
    font-weight: 300 !important;
	font-size: 48px !important;
}
.perks-grid a , .perks-grid .link{
	text-decoration:none !important
}
.wrap-services {
    background: #ebebeb;
    padding: 40px 20px;
}
.class-list.training-packages h4 {
    text-align: center;
}
.pack-padding0 .pack a {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
}
.wrap-services a {
    text-decoration: none;
}
.perks-grid span.link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/uploads/2026/03/arrow.svg"); 
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.component-social-proof-sec .logo-wrapper {
    border-radius: 20px;
}
.component-social-proof-sec .logo-wrapper-sec {
    margin-right: 30px;
	margin-bottom: 0;
	margin-top:30px;
}
.tech-filters {
    background: #242424;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1;
	width:100%;
}

header.page-header-archive {
    margin-top: 30px;
}
footer.footer.play-footer .footer-content p {
    margin-bottom: 0;
}
body.archive .blog-lists {
    padding: 50px 0;
}
.category-list a {
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.blog-lists {
    padding-top: 100px;
}
.category-list a.active {
  
    color: #fff;
}
.blog-list-section .tech-content h3 {
    font-size: 38px;
}
.tech-card {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 33px !important;
	padding:0
}
.tech-card:last-child {
    border-bottom: 0px solid #eee;

}
.tech-content {
    height: auto;
}
.social-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
	justify-content: center;
}

.social-icons li a {
    width: 40px;
    height: 40px;
    background-color: #333; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.social-icons li a:hover {
    background-color: #9a9292 
}
ul.social-icons li svg {
    width: 13px;
	  object-fit: contain;
}

ul.social-icons li svg path {
    fill: #fff;
}
.header-full.play-header  {
    background: #242424;
    background-image: url("/wp-content/uploads/sites/2/2026/03/background-style.png");
	padding:20px 0;
	 background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-bottom:0
}
.play-footer-top{
	color:#fff;
	padding:80px 0;
	background: #242424;
	 background-image: url("/wp-content/uploads/sites/2/2026/03/footer-pattern.png");
}
a.return-link {
    color: #fff;
    text-decoration: underline;
}
a.return-link:hover {
    text-decoration: none;
}
.header-full.play-header .social-icons {
    justify-content: end;
	padding-bottom:0 !important;
}
.category-list a:hover {
    text-decoration: underline;
}
.blog-list-section {
    padding: 165px 0 50px;
}
.sidebar iframe {
    width: 100%;
}
body.archive .blog-list-section {
    margin-top: 0;
}
.header-full.play-header .logo-wrapper {
    float: left;
    width: auto;
    height: auto;
    display: block;
}
.footer-play-title:after {
    background: #fff;
    content: ' ';
    display: block;
    margin: 15px 0 0;
    padding: 0;
    width: 60px;
    height: 4px;
}
li#address {
    list-style-image: url("/wp-content/uploads/sites/2/2026/03/address-icon.png");
}
li#phone {
    list-style-image: url("/wp-content/uploads/sites/2/2026/03/phone-icon.png");
}
li#hours {
    list-style-image: url("/wp-content/uploads/sites/2/2026/03/clock-icon.png");
}
div#hours-info ul li {
    padding: 12px 0;
    border-top: 1px solid #2c2c2c;
}
div#hours-info ul {
    padding: 0;
}
.featured-post img {
    width: 100%;
	height:auto
}
.featured-post {
     position: relative;
    overflow: hidden;
    display: block;
}
.overlay-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
}

.overlay-title h2 {
    margin: 0;
    color: #fff;
    font-size: 14px !important;
}

.overlay-title a {
    color: #fff;
    text-decoration: none;
	font-size:14px;
	font-weight:300;
}
#featured-slider .owl-dots {
    text-align: center;
	padding-top:20px
}
#featured-slider button.owl-dot {
    background-color: #ddd;
	width:8px;
	height:8px;
}
#featured-slider .owl-dot.active {
    background-color: #fff;
}
.play-footer-wrap {
    padding-right: 50px;
}
.play-address-wrap {
    padding-left: 50px;
}
.footer-play-desc p {
    line-height: 30px;
	font-weight:300;
	font-size:14px
}
div#hours-info {
    font-weight: 300;
}
.footer-content p {
    font-weight: 300;
}
h3.featured-title {
    font-size: 14px;
    color: #fff;
	margin:0
}
.post-banner {
    height: 100vh; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	padding-top:150px;
	overflow:hidden
}

.post-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.site-hero-perspective {
    background: #fff;
    height: 250px;
    position: absolute;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 110%;
    left: -5%;
    bottom: -165px;
    z-index: 3;
}
.footerplay-logo a.footer-logo-wrapper img {
    width: 200px;
    height: 60px;
}
.entry-content , .entry-content a , .post_category {
    font-weight: 300;
}
.single-post-page a, .nav-previous a, .link a, .accordion-body a {
padding:0;
    font-weight: 300;
}
.banner-content-post {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 0 15px;
    z-index: 2;
}
.banner-title-post {
    font-size: 65px;
    margin: 0;
    line-height: 1.3;
}
.banner-meta a {
    color: #fff;
}
.main-header.play-head.small-header{
position:relative;
}
.faq-wrap.careers {
    background: #fff !important;
}
.faq-wrap.careers .accordion-button {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.wp-block-column.grid-hsa {
    background: #ededed;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    height: auto;
    min-height: 285px;
    justify-content: center;
}
.careers-bottom-heading a {
    font-weight: 500;
    color: #8b8b8b;
}
.careers-bottom-heading a:hover {
    text-decoration: none;
}
.hsa-title {
    font-weight: 300 !important;
}
.grid-hsa p {
    font-size: 22px;
	margin-bottom:0 !important
}
.grid-hsa p strong {
    font-weight: 500;
}
.faq-wrap.careers h2 {
    font-weight: 300 !important;
    font-size: 16px !important;
	font-family: 'gotham_mediumregular';
}
.nutrition-outer{cursor: pointer;}
.nutrition-outer .dec a {
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}
.row.row-full {
    --bs-gutter-y: 1.5rem;
}
.passes-header h3 {
    font-size: 40px;
    font-family: 'Gotham';
    font-weight: 300;
}
span.packages_description {
display: none;
}
span.packages_description ul {
    margin: 0;
    padding-left: 22px;
}
.column h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: 'GothamBlack';
	padding-bottom: 15px;
}
.wrap-services {
    min-height: 100%;
}
/*.passes-page .class-list.training-packages h4 {
    font-weight: 700;
}*/
.passes-page .class-list.training-packages h4,
.passes-page .class-list.training-packages .radio h5{
    font-family: 'GothamBlack';
    font-size: 16px !important;
}
.passes-page .class-list.training-packages h4 {
    margin-bottom: 24px;
}
.passes-header.text-center {
    font-weight: 600;
    font-family: 'gotham_lightregular';
    font-size: 16px;
    line-height: 1.2;  
}
.custom-pack a.custom-link {
    background: #000;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'gotham_lightregular';
}
.pack-padding0 .pack a{
	text-transform:uppercase;
}
    .training-packages-col-1{
    display: flex;
    flex-wrap: wrap;
}

.class-list.training-packages.one-column .training-package-group:first-child {
    width: 100%;
}
.class-list.training-packages.one-column .training-package-group:nth-child(2), .class-list.training-packages.one-column .training-package-group:nth-child(3) {
    width: 50%;
}
.training-packages-col-1 {
    column-count: unset !important;
    column-gap: 0 !important;
}
.class-list.training-packages.one-column .training-package-group:first-child .package-radios {
    column-count: 2;
    display: flex;
    flex-wrap: wrap;
}
.class-list.training-packages.one-column .training-package-group:first-child .package-radios .radio {
    width: 50%;
}
.package-radios .radio {
    display: inline-block;
    width: 100%;
}
.class-list.training-packages.one-column .training-package-group:nth-child(2) .package-heading h4,
.class-list.training-packages.one-column .training-package-group:nth-child(3) .package-heading h4 {
    min-height: 20px;
}
.class-list.training-packages.one-column.fuel-list.nutrition-box .radio {
    display: inline-block;
    width: 100%;
}

.post-banner.accessblity-post {
    padding-top: 100px;
}
div#hours-info ul li {
    color: #fff !important;
}
.class-block {
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.class-block-tooltip {
    position: absolute;
    background: #000;
    left: 0;
    transition: all 0.3s ease-in-out;
    display: none;
    padding: 10px;
    Z-INDEX: 1;
    width: 100%;
    font-size: 12px;
}
.class-block:hover .class-block-tooltip {
    display: block;
    transition: all 0.3s ease-in-out;
	color:#fff;
}
.logo-box {
    transition: transform 0.3s ease;
}

.logo-box:hover {
    transform: scale(1.1);
}
.home-bottom-content p a {
    color: #daff5b;
    font-weight: 300;
	text-decoration:underline;
}
.home-bottom-content p a:hover {
	text-decoration:none
}
.home-cards-wrap .wp-block-image img {
    transition: transform 0.4s ease;
}
.home-cards-wrap .wp-block-image:hover img {
  transform: scale(1.12); 
}
.visit-faq-section a {
  transition: transform 0.4s ease;
}

.visit-faq-section a:hover {
  color: #000;
  text-decoration: none;
}
.home-new-banner .banner-content {
    max-width: 400px;
    text-align: center;
}
.home-bottom-content {
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 30px 0;
}
.home-bottom-content p {
  margin:0;
  position:relative
}
.home-cards .wp-block-column {
    position: relative;
}
.home-cards {
	padding:30px;
}
.home-cards .wp-block-image,
.home-cards .wp-block-image a,
.home-cards .wp-block-image img {
    display: block;
    width: 100%;
}

.home-cards .wp-block-image {
    margin: 0;
}

.home-cards .cards-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    line-height: 1.1;
	 color: #fff;
    font-size: 48px;
    font-weight: 500;
    text-decoration: none;
}

.home-cards .cards-title a {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    text-decoration: none;
}
.nutrition-cards a.link {
    background: var(--primary);
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
	    border-radius: 4px;
}
.home-bottom-content .wp-block-columns {
    position: relative;
    align-items: center;
}

.home-bottom-content .wp-block-column {
    position: relative;
    padding: 0 0px;
}

.home-bottom-content .wp-block-column p:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #fff;
    opacity: 0.2;
}
.transform-banner{
	min-height:670px;
}
.transform-banner .banner-content {
    max-width: 800px;
}
.transform-banner .banner-content strong {
    font-weight: 600;
    font-family: gotham;
}
.transform-habits ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
    column-gap: 60px;
    row-gap: 20px;
}

.rules-faqs .accordion-item.accordion-card , .price-faqs .accordion-item.accordion-card {
	background-color:transparent !important;
}
.rules-faqs button.accordion-button, .price-faqs button.accordion-button {
    font-size: 30px;
    color: #daff5b;
    background-color: transparent;
	text-transform: uppercase;
}
.rules-faqs .accordion-body , .rules-faqs .accordion-body strong , .price-faqs .accordion-body , .price-faqs .accordion-body strong , .rules-faqs .accordion-body b i , .price-faqs .accordion-body b i{
    color: #fff;
}
.rules-faqs .accordion-button[aria-expanded="false"]::after , .rules-faqs .accordion-button[aria-expanded="true"]::after , .price-faqs .accordion-button[aria-expanded="false"]::after , .price-faqs .accordion-button[aria-expanded="true"]::after{
    border-top: 1.5px solid #daff5b;
    border-right: 1.5px solid #daff5b;
    margin-top: -9px;
}
.rules-faqs .accordion-body svg , .price-faqs .accordion-body svg {
    width: 20px;
}
.rules-faqs .accordion-body strong , .price-faqs .accordion-body strong{
    font-weight:600;
}
.rules-faqs .accordion-body , .price-faqs .accordion-body {
    font-weight:300;
}
.rules-faqs .accordion .accordion-item:last-child {
    border-bottom: none !important;
}
.price-faqs .accordion-item.accordion-card {
    background-color: transparent !important;
	border-bottom:none !IMPORTANT
}
.register-logo {
    text-align: right;
}
.content-middle-transform {
    margin: 0;
    font-size: 22px;
    background: #daff5b;
    padding: 30px 0;
	color:#000;
}
.rules-faqs {
  background-image: url('/wp-content/uploads/2026/04/food-image.jpg');
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
    padding: 30px 0;
}

.transform-habits {
    padding: 70px 0;
	color:#fff;
}
.transform-habits strong , .transform-habits h2{
	color:#fff;
}
.transform-bg , .footer-transform {
  background-image: url('/wp-content/uploads/2026/04/max-bg-1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color:#000;
  color:#fff;
}
.footer-transform a {
  color:#fff;
}
.transform-wrap {
    display: flex;
    align-items: center;   
    justify-content: end;
	color:#fff;
	font-size:25px
}
.transform-header-full {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    padding: 0px 0 40px;
}
.header-logo.transform-logo {
    padding-top: 20px;
}
.footer-transform .col-lg-12 {
    padding: 0;
}
.visit-faq-section {
    background: #ddd;
    padding: 30px 0;
    margin: 0;
}
.social-icons li a {
    transition: ease .4s;
}
.social-icons li a {
    transition: ease .4s;
}

.card-medium .card-item .card-body {
    text-align: center;
}
.card-medium .card-item .card-content {
    text-align: left;
}
.logo-grid .row {
    --bs-gutter-y: 1.5rem;
}
.single-post-page p {
    font-weight: 300;
}
a:has(+ span.sidebar-menu-arrow.responsive-up-arrow)::after {
    transform: rotate(180deg);
}
.recaptcha-disclosure {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin: 5px 0;
}
.grecaptcha-badge {
    bottom: 110px !important;
    visibility: hidden !important;
}