/*===================================
 *              Global
 * 
 * yellow = #FDC561
 * ================================*/
:root{
	/*Colors*/
	--yellow: #FDC561;
	--txt-grey: #626d84;
}


.bpTest{
	min-width: 150px;
	min-height: 150px;
	background: red;
}
html, body{
	scroll-behavior: smooth;
}
/****** flex styles ******/
.bbwdFlex{
	display: flex;
}
.bbwdCol{
	flex-flow: column;
}
.bbwdRow{
	flex-flow: row wrap;
}
.bbwdRowNW{
	flex-flow: row nowrap;
}
.bbwdCenterFull{
	justify-content: center;
	align-items: center;
}
.bbwdJcntAstart{
	justify-content: center;
	align-items: start;
}
.bbwdAcntJstart{
	justify-content: start;
	align-items: center;
}
.bbwdCenterBttm{
	justify-content: center;
	align-items: end;
}
.bbwdCenterTp{
	justify-content: center;
	align-items: start;
}
.bbwdCenterStch{
	justify-content: center;
	align-items: stretch;
}
.bbwdSpcBtnStch{
	justify-content: space-between;
	align-items: stretch;
}
.bbwdSpcArdStch{
	justify-content: space-around;
	align-items: stretch;
}
.bbwdJEnd{
	justify-content: end;
}
.bbwdGrow3{
	flex-grow: 3;
}
.bbwdGap10{
	gap: 10px;
}
.bbwdGap20{
	gap: 20px;
}
.bbwdGap50{
	gap: 50px;
}
.bbwdGap100{
	gap: 100px;
}

.bbwdPad20px{
	padding:  20px;
}
.bbwdPad40px{
	padding:  40px;
}

.bbwdSelfEnd{
	align-self: end;
}

.bbwdFlexGrow1{
	flex-grow: 1;
}
/**** end flex styles ****/
 
/****** Custom Classes ******/
.bbwd180{
	transform: rotate(180deg);
}
.bbwdTxtCntr{
	text-align: center;
}
.bbwdAutoMarg{
	margin: auto;
}
.bbwdMTop120{
	margin-top: 120px;
}
.bbwdMTop60{
	margin-top: 60px;
}
.bbwdMBot60{
	margin-bottom: 60px;
}

.bbwdWidth62{
	width: 60%;
}
.bbwdMaxWidth1200{
	max-width: 1200px;
}
.bbwdCalcPadd .elementor-widget-wrap.elementor-element-populated{
	padding-left: calc((100vw - 1200px)/2 ) !important;
}
/** end custom classes  **/

/****** Site Wide ******/

.featIn .elementor-testimonial .bbwdFeatIn{
	display: flex !important;
    flex-flow: column !important;
    background: white !important;
    padding: 40px 32px !important;
    border-radius: 1em !important;
	gap: 10px;
	max-width: 640px;
	margin: auto;
}
.featIn .elementor-testimonial .elementor-testimonial__content{
	order: 2;
}
.featIn .elementor-testimonial .elementor-testimonial__text a button{
	margin-top: 1em !important;
}
.featIn .elementor-testimonial .elementor-testimonial__text p{
	color: var(--txt-grey) !important;
	font-style: normal !important;
	font-weight: 300 !important;
	text-align: center !important;
}
.featIn .elementor-testimonial .elementor-testimonial__text h3{
	font-style: normal !important;
	font-weight: bold !important;
}
.featIn .elementor-testimonial .elementor-testimonial__name{
	text-align: center !important;
}
.featIn .elementor-testimonial .elementor-testimonial__text a button{
	border: 1px solid var(--yellow) !important;
	background: var(--yellow) !important;
	color: black !important;
}
.featIn .elementor-testimonial .elementor-testimonial__content{
	order: 2;
}
.featIn .elementor-testimonial .elementor-testimonial__footer{
	order: 1;
	margin: 0 !important;
}
.featIn .elementor-testimonial .elementor-testimonial__cite{
	margin: 0;
	justify-content: center !important;
}

/*===================================
 *            Modal
 * ================================*/
#bbwdModal{
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 100vh;
}
#bbwdModInner{
	width: 50%;
    max-width: 50%;
	max-height: 60vh;
	overflow-y: scroll;
    padding: 50px 60px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px -3px;
	gap: 20px;
}
#bbwdCloseModal{
    position: absolute;
    top: 50px;
    right: 15%;
}


 /**end modal**/


/*===================================
 *        Home Page
 * ================================*/
.sNegative{
	scale: -1 1;
}
.homeTestimonials .swiper-slide .elementor-testimonial{
	display: flex;
	flex-flow: column-reverse;
	gap: 10px;
}
.homeTestimonials .swiper-slide{
	margin: auto;
}
.homeTestimonials .eicon-chevron-right::before, .homeTestimonials .eicon-chevron-left::before{
	color: transparent !important;
}
.homeTestimonials .eicon-chevron-right, .homeTestimonials .eicon-chevron-left{
    background: url(https://fitb.brightbridgetest.com/wp-content/uploads/2025/01/Vector-288.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.homeTestimonials .eicon-chevron-left{
    rotate: 180deg;
}
.reviewDropdown .elementor-tab-title{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	border-bottom: none;
}
.reviewDropdown .elementor-tab-title a{
	padding: 15px 35px;
	border: 1px solid;
}
/*end home page*/

@media only screen and (max-width: 1024px) {
	.bbwdCalcPadd .elementor-widget-wrap.elementor-element-populated{
		padding-left: 20px !important;
	}
}

@media only screen and (max-width: 767px) {
  .homeTestimonials .swiper-slide{
		margin: unset;
	}
	.bbwdCalcPadd .elementor-widget-wrap.elementor-element-populated{
		padding-left: 25px !important;
	}
	
	.featIn .elementor-testimonial{
		padding: 20px 15px !important;
	}
	.featIn .elementor-testimonial__name{
		width: 100% !important;
	}
}


/*===================================
 *        Style Overrides
 * ================================*/
.bbwdHideMe{
	display: none;
}

.bbwdW100{
	width: 100%;
}
.bbwdW50p{
	width: 50%;
}
.bbwdMaxH50px{
	max-height: 50px;
	min-height: 50px;
	height: 50px;
}

