/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--fs-title: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    --ff-awesome: "Font Awesome 6 Pro";
}

body{
    font-family: "Montserrat", sans-serif;
    line-height: normal;
}

p:last-of-type{
    margin-bottom: 0;
}

.row-inner-full > .col > .col-inner{
	height: 100%;
}

.row-slider .flickity-slider > .col{
	padding-bottom: 0 !important;
}

.button.is-large{
    font-size: 1.125rem;
}

.button.is-outline{
    border-width: 1px;
    /*line-height: 2.5em;*/
}

.button.primary.is-outline{
    color: #000;
    border-color: var(--fs-color-primary);
}

.button.primary.is-outline:hover{
    color: #fff;
}


.button span{
    line-height: normal;
}

.button .icon-angle-right:before{
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url('/wp-content/themes/flatsome-child/images/icon-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .3s ease;
}

.button.is-outline:not(.button.is-outline:hover) .icon-angle-right:before{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(14deg) brightness(92%) contrast(103%);
}

/*===*/
.svg-clip-path {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}


.wpcf7-form{
    margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output{
    margin:  1rem 0 0;
    border-width: 1px;
    border-radius: 0;
}

.wpcf7 .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: -1rem;
    font-size: 0.75rem;
    z-index: 1;
}

.wpcf7-spinner{
    display: none;
}

.social-icons a{
    width: 2.25rem;
    height: 2.25rem;
    min-width: unset !important;
    min-height: unset;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 !important;
    background-color: #000 !important;
    border: 0;
    line-height: normal;
    font-size: 14px;
}

.social-icons a i{
    top: unset;
}

.social-icons a.is-outline{
    color: #fff;

}

.header-nav.header-nav-main .menu-item a{
    font-size: 1rem;
    font-weight: 500;
}

.header-search-lightbox a{
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('/wp-content/themes/flatsome-child/images/wpf_search.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.header-search-lightbox a i{
    display: none;
}


.html-language-dropdown {
    list-style: none;
}

.language-dropdown {
    position: relative;
}

.language-dropdown__toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    margin: 0 !important;
    background: transparent;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.language-dropdown__current {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.language-dropdown__icon {
    width: 18px;
    height: 18px;
    transition: transform .3s ease;
}

.language-dropdown__menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 120px;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    background: #fff;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
    z-index: 999;
}

.language-dropdown:hover .language-dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown:hover .language-dropdown__icon {
    transform: rotate(180deg);
}

.language-dropdown__item{
    margin-bottom: 0;
}

.language-dropdown__item a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
}

.language-dropdown__item.active a {
    color: var(--fs-color-primary);
}

.language-dropdown__item a:hover {
    opacity: .7;
}



/*===*/
.banner-page{
    height: clamp(15rem, 13rem + 10vw, 25rem);
    background-color: transparent;
}

.banner-page .bg-fill{
    background-position: center bottom;
}

.banner-page .text-box{
    padding-left: 15px;
    padding-right: 15px;
}


.banner-page .title-banner-page{
    margin: 0;
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.rank-math-breadcrumb p{
    margin-top: 0.25rem;
}

.box .box-text{
    padding: 0.75rem 0 0;
    font-size: 1rem;
}

.box .box-text h3{
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    font-weight: 400;
}


/**/
.main-title h2{
    margin-bottom: 1.5rem;
    font-size: var(--fs-title);
}

.text-title h3{
    margin-bottom: 0;
}

.text-title h2{
    position: relative;
    margin-bottom: 0;
    font-size: var(--fs-title);
}

.text-title h2 + *{
    margin-top: 0.5rem;
}


.text-stroke {
    text-shadow:
       -1px -1px 0 #000,
        1px -1px 0 #000,
       -1px  1px 0 #000,
        1px  1px 0 #000;
    color: #fff;
    paint-order: stroke fill;
}

.fw-900{
    font-weight: 900;
}



.swiper .swiper-slide{
    height: auto;
}

.pagination-style.swiper-pagination{
    margin-top: 1rem;
    position: unset;
}

.pagination-style .swiper-pagination-bullet{
    width: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
    height: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
    background-color: transparent;
    background-image: url('/wp-content/themes/flatsome-child/images/pagination-img.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    opacity: 1;
    transition: all .3s ease;
}

.pagination-style .swiper-pagination-bullet-active{
    background-image: url('/wp-content/themes/flatsome-child/images/pagination-active-img.svg');
}

.pagination-style .swiper-pagination-bullet:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1rem;
    height: 0.75rem;
    background-image: url('/wp-content/themes/flatsome-child/images/pagination-cover-img.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(-50%, 120%);
    opacity: 0;
    transition: all .3s ease;
}

.pagination-style .swiper-pagination-bullet-active:after{
    transform: translate(-50%, 100%);
    opacity: 1;
}


/*===*/
.icon-wcu{
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
}

.icon-wcu h3{
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}



.blog-post-no-image{
    --pd: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--pd);
    background-color: #F5F5F5;
    border-radius: 1rem;
    /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);*/
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-white .blog-post-no-image{
    background-color: #fff;
}

.blog-post-no-image .box-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-post-no-image h3.title{
    width: auto;
    display: inline-block;
    margin-left: calc(-1 * var(--pd));
    margin-bottom: 0;
    padding: 0.5rem var(--pd);
    background-color: #D9D9D9;
    border-radius: 0 50rem 50rem 0;
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.blog-post-no-image .view-more{
    margin-top: auto;
}

.blog-post-no-image .view-more a{
    color: var(--fs-color-primary);
    text-decoration: underline;
}



/*===*/
.box-coach{
    --rd-card: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    --rd-image: 1rem;
    padding: 0.75rem;
    border-radius: var(--rd-card);
    background-color: #EFEFEF;
}

.box-coach .box-image{
    border-radius: var(--rd-image) var(--rd-image) 0.25rem var(--rd-image);
}

.box-coach .box-text{
    padding: 1rem 0.5rem 0.5rem;
}

.box-coach .box-text .box-text-inner{
    display: flex;
    flex-direction: column-reverse;
    gap: 0.5rem;
}

.box-coach .box-text .person-title{
    font-weight: 400 !important;
    opacity: 1;
}


/*===*/
.activities-slide{
    padding: 0.25rem;
}


/*===*/
.box-blog-post .box-image{
    border-radius: 1rem;
}

.box-blog-post .post-title{
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
    font-weight: 500;
}

.box-blog-post .is-divider{
    display: none;
}



/*====*/
.box-icon-review .icon-bottom{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.box-icon-review .icon-bottom .icon{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
}

.box-icon-review .icon-bottom .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-icon-review .icon-bottom .content{
    flex: 1;
}

.box-icon-review .icon-bottom .content .title{
    font-size: 1.125rem;
    font-weight: 700;
}



.review-pagination{
    text-align: right;
}

.review-pagination:before{
    
}

.review-pagination .swiper-pagination-bullet{
    position: relative;
    background-color: #484848;
    width: 0.75rem;
    height: 0.75rem;
    opacity: 1;
}

.review-pagination .swiper-pagination-bullet-active{
    background-color: #ffffff;
}

.review-pagination .swiper-pagination-bullet:first-child:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    display: inline-block;
    width: clamp(4rem, 2.4rem + 8vw, 12rem);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50rem;
    transform: translate(-110%);
}



/*===*/
.icon-why-choose-us{

}



/*=== Footer*/
#footer > .section .section-content{
    position: unset !important;
}

.text-cover-footer{
    position: absolute;
    top: 0;
    font-size: 5vw;
    width: 100%;
    text-align: center;
    font-weight: 900;
    opacity: 0.1;
}

.row-footer:after{
    content: none;
}

.col-footer h3{
    margin-bottom: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}

.col-footer p{
    margin-bottom: 0.75rem;
}

.list-label-user ul li{
    display: inline-block;
    padding: 0.25rem 1rem;
    background-color: var(--primary-color);
    border-radius: 50rem;
}

.list-infor-footer ul{
    margin-bottom: 0;
}

.list-infor-footer ul li{
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-left: 0;
}

.col-footer .ux-menu .ux-menu-link + .ux-menu-link{
    margin-top: 0.5rem !important;
}

.col-footer .ux-menu .ux-menu-link__link{
    flex: unset;
    min-height: unset;
    padding: 0;
    transition: all .3s ease-in-out;
}

.col-footer .ux-menu .ux-menu-link__link:hover{
    transform: translateX(0.5rem);
    color: var(--cl-y) !important;
}

.follow-icons-footer{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.follow-icons-footer a{
    margin: 0 !important;
    padding: 0.25rem;
    width: 2.25rem;
    height: 2.25rem;
    min-width: unset;
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 !important;
    background: linear-gradient(90deg, #1e1e1e 0%, #000000 100%);
    color: #fff !important;
    font-size: 1rem;
}

.follow-icons-footer a i{
    top: 0;
    line-height: normal;
    font-size: 1rem;
}

.icon-envelop:before{
    content: "\f0e0";
    font-family: var(--ff-awesome);
}

.form-footer{
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 0.25rem;
}

.form-footer .wpcf7-form-control-wrap{
    flex: 1;
}

.form-footer input[type="email"]{
    height: unset;
    margin-bottom: 0;
    padding: 0.75rem 1rem;
    border: 0;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #fff !important;
}

.form-footer input::placeholder{
    color: #fff;
}

.form-footer input[type=submit]{
    margin: 0;
    padding: 0 1rem;
    flex-shrink: 0;
    border: 0;
    background-color: transparent;
}

.absolute-footer{
    display: none;
}

.back-to-top{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
}


/*=== Page About*/
.marquee-image{

}

.icon-vision-mission{
    --pd: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
    padding: var(--pd);
    background-color: #F5F5F5;
    border-radius: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.icon-vision-mission .icon-top{
    margin-left: calc(-1 * var(--pd));
    padding: 0.5rem var(--pd);
    background-color: #D9D9D9;
    border-radius: 0 50rem 50rem 0;
}

.icon-vision-mission .icon-bottom{
    padding: var(--pd) 0 0;
}



/*===*/
.blog-wrapper{
    padding-top: 50px;
}

.blog-post-bottom-image{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    padding: 1rem;
    border-radius: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);    
}

.blog-post-bottom-image .box-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.blog-post-bottom-image .box-content .date{
    margin-bottom: 0.25rem;
}

.blog-post-bottom-image .box-content .title{
    margin-bottom: 0;
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.blog-post-bottom-image .box-content .view-more{
    margin-top: auto;
}

.blog-post-bottom-image .box-content .view-more a{
    text-decoration: underline;
    color: var(--fs-color-primary);
}

.blog-post-bottom-image .box-image{
    width: 100%;
    border-radius: 0.75rem;
    margin-top: auto;
}

.blog-post-bottom-image .box-image .image-cover{
    padding-top: 50%;
}

.blog-post-bottom-image .box-image .image-cover img{
    transition: all .5s ease;
}

.blog-post-bottom-image:hover .box-image .image-cover img{
    transform: scale(1.05);
}



/*==== Page Contact*/
.box-map{
    height: 100%;
}

.box-map iframe{
    width: 100%;
    height: 100%;
}

.form-contact .form-control{
    height: unset;
    padding: 0.75rem 1rem;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #D9D9D9;
    border-radius: 0.5rem;
    box-shadow: none !important;
    color: #000;
}

.form-contact .form-control::placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.form-contact textarea.form-control{
    height: 6rem;
}

.form-contact input[type=submit]{
    border-radius: 0.375rem;
}


.video-button-wrapper a{
    width: clamp(2.5rem, 2.3rem + 1vw, 3.5rem);
    height: clamp(2.5rem, 2.3rem + 1vw, 3.5rem);
    min-width: unset !important;
    min-height: unset;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: 0 !important;
    line-height: normal;
}

.video-button-wrapper a:hover{
    background-color: var(--fs-color-primary) !important;
}

.video-button-wrapper a i{
    top: unset !important;
    font-size: 1.25rem !important;
    line-height: normal;
}



/*button contact*/
.button-contact-fixed{
    position: fixed;
    bottom: 8%;
    right: 0.25rem;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.box-ring {
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: visibility .5s;
    position: relative;
}

.box-ring-outline {
    position: absolute;
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid rgba(30, 30, 30, 0.5);
    background-color: transparent;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}

.box-ring-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3rem, 2.8rem + 1vw, 4rem);
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.box-ring-image{
    width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.box-ring-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-ring-label{
	position: absolute;
	right: 2rem;
	height: 2.25rem;
	z-index: -1;
	padding: 0.25rem 3rem 0.25rem 1rem;
	border-radius: 50rem;
	white-space: nowrap;
	color: #fff;
	display: flex;
	align-items: center;
}

@keyframes coccoc-alo-circle-anim {
    0%{transform:rotate(0) scale(.5) skew(1deg) translate(-50%,-50%);opacity:.1}
    30%{transform:rotate(0) scale(.7) skew(1deg) translate(-50%,-50%);opacity:.5}
    100%{transform:rotate(0) scale(1) skew(1deg) translate(-50%,-50%);opacity:.1}
}

@keyframes coccoc-alo-circle-fill-anim {
    0%{transform:rotate(0) scale(.7) skew(1deg) translate(-50%,-50%)}
    50%{transform:rotate(0) scale(1) skew(1deg) translate(-50%,-50%)}
    100%{transform:rotate(0) scale(.7) skew(1deg) translate(-50%,-50%)}
}

@keyframes coccoc-alo-circle-img-anim {
    0%{transform:rotate(0) scale(1) skew(1deg)}
    10%{transform:rotate(-25deg) scale(1) skew(1deg)}
    20%{transform:rotate(25deg) scale(1) skew(1deg)}
    30%{transform:rotate(-25deg) scale(1) skew(1deg)}
    40%{transform:rotate(25deg) scale(1) skew(1deg)}
    50%{transform:rotate(0) scale(1) skew(1deg)}
    100%{transform:rotate(0) scale(1) skew(1deg)}
}