/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/

/*--------------- GENERAL STYLES -----------*/

.rounded-corners{
    border-radius: 30px !important;
	overflow: hidden !important;
}
.rounded-corners.allow-overflow{
	overflow: visible !important;
}
.left-rounded-corners{
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
}
.right-rounded-corners{
	border-top-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}
.wpb_wrapper > div {
	margin-bottom: 25px;
}

.side-paddings{
	padding: 0 20px;
}
.margin-bottom-zero *{
	margin-bottom: 0 !important;
}

.margin-seventy{
	margin-bottom: 70px !important;
}
h1, h1 .cd-words-wrapper{
	font-weight: 800 !important;
}
@media only screen and (min-width: 1240px) {
.section_wrapper{
    max-width: 80vw !important;
    min-width: 1220px !important
}
}

/*--------------- BUTTONS -------------*/

.vc_btn3{
    padding: 10px 35px !important;
  border-radius: 50px !important;
    background-color: #c8102e !important;
    border: 0px solid transparent !important;
}
.vc_btn3:hover{
   box-shadow: rgba(36,154,255,0.54) 0px 7px 29px 0px;
}

/*--------------- FONTS AND TEXTS ------------*/
.white-texts, .white-texts :is(h1, h3, p, span, div, a), .white-texts-p p{
	color: #fff !important;
}
.primary-color{
	color: #c8102e;
}
.secondary-color{
	color: #76232f;
}
h2 {
	color: #76232f;
}
h4 {
	color: #e5c473;
}

/*-------------- HEADER --------------*/

@media (min-width: 1366px) {
    .top_bar_left {
        padding: 0 30px !important;
    }
}
@media (min-width: 1920px) {
	.top_bar_left {
		padding-left: 50px !important;
	}
}


/*------------- FOOTER -----------*/

@media (max-width: 1023px){
  #Footer .widgets_wrapper {
	padding: 50px 0px !important;
}
    #Footer .widgets_wrapper > .container{
        display: flex;
        flex-direction: column;
    }
    #Footer .widgets_wrapper > .container > .column-four{
        order: 1 !important;
    }
     #Footer .widgets_wrapper > .container > .column-one{
        order: 2 !important;
    }
     #Footer .widgets_wrapper > .container > .column-two{
        order: 3 !important;
    }
     #Footer .widgets_wrapper > .container > .column-three{
        order: 4 !important;
    }
}
/*------- Styling Footer Forms ------*/
/*  #Footer .nf-form-fields-required{
    display: none;
}
#Footer .nf-form-cont{
    background: #fff !important;
    padding: 20px !important;
    border-radius: 30px;
} */
/* #Footer .nf-form-cont *:not([type*="submit"]){
    color: #c8102e !important;
    font-weight: 400 !important;
} */

#Footer .html-container p{
    font-size: 18px;
    line-height: 26px;
}
/* #Footer .nf-field-label{
    margin-bottom: 5px;
}
#Footer .nf-field-label label{
    font-size: 14px !important;
}
#Footer input:not([type*="submit"]), #Footer textarea{
    height: 40px;
    font-size: 14px;
    padding: 10px;
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #9CA7AC !important;
}
#Footer .nf-error.field-wrap .nf-field-element::after {
	font-size: 14px;
	top: 1px;
	right: 0px;
	height: 38px;
	line-height: 40px;
    background: #1A2842;
}
#ninja_forms_required_items, .nf-field-container{
    margin-bottom: 15px !important;
} */
#Footer h4{
    font-size: 1.25rem;
	line-height: 2rem;
}
@media (min-width: 768px) and (max-width: 1023px){
    #Footer .tablet-one-fourth.column{
    width: 80% !important;
        margin: auto;
        text-align: center !important;
    }
}

@media (min-width: 1024px) {
    #Footer .widgets_wrapper > .container {
        display: grid !important;
        grid-template-columns: 2fr repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 10px;
    }
    #Footer .widgets_wrapper > .container > .column-one {
        grid-row: 1/3;
        grid-column: 1/2;
        width: 100% !important;
    }
    #Footer .widgets_wrapper > .container > .column-two {
        grid-column: 2/3;
        grid-row: 1/2;
        width: 100% !important;
		border-right: 1px solid #fff;
    }
    #Footer .widgets_wrapper > .container > .column-three {
        grid-column: 3/4;
        grid-row: 1/2;
        width: 100% !important;
    }
    #Footer .widgets_wrapper > .container > .column-four {
        grid-column: 2/4;
        grid-row: 2/3;
        width: 75% !important;
        margin-left: auto;
    }
		#Footer h4{
		font-size: 1.5rem;
	}
	#Footer .label-left .nf-field-label{
		width: 20%;
	}
	#Footer .label-left .nf-field-element{
		width: 80%;
	}
	#Footer .html-wrap .nf-field-element{
		width: 100% !important;
	}
	#Footer .nf-form-cont{
    padding: 40px !important;
}
}
@media (min-width: 1440px) {
	#Footer h4{
		font-size: 1.75rem;
	}
	 #Footer .widgets_wrapper > .container {
        grid-template-columns: 1.5fr repeat(2, 1fr);
	}
}

*--------------- BANNER SECTION ------------*/

.banner-section-container h1 .word {
  margin-right: 0.25em; /* Adjust the spacing as needed */
}
.banner-section-container h1, .banner-section-container h2{
    color: #fff !important;
}


.banner-section-container{
    padding: 40px;
    text-align: center;
    position: absolute;
    top: 90px;
    height: calc(95% - 82px);
	z-index: 999;
}

.cd-words-wrapper{
    text-align: center !important;
	max-width: calc(100% - 40px);
	display: block !important;
	margin: auto !important;
}
@media (max-width: 767px){
.cd-words-wrapper b {
	white-space: wrap !important;
}
	
	.cd-words-wrapper{
		max-width: calc(100% - 10px);
	}
}

.banner-section:before{
    content: '' !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    background: rgba(0,0,0,0.36);
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9 !important;
}

.banner-section-container h1 {
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.banner-section-container h2{
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.banner-section-container:after{
    content: '' !important;
    border:3px solid #fff;
    border-radius: 30px;
    position: absolute !important;
    width: 92.5%;
    height: 100%;
    left: calc((100% - 92.5%) / 2);
    top: 0;
}

@media (min-width: 768px){
.banner-section-container h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.banner-section-container h2{
    font-size: 1.75rem;
    line-height: 2rem;
}
	    .banner-section-container:after{
        height: 98%;
        top: 2%;
        width: calc(100% - 40px);
         left: 20px;
    }
}

@media (min-width: 1024px){
    .banner-section-container, .cd-words-wrapper{
        text-align: left !important;
    }
	.cd-words-wrapper{
	display: inline-block !important;
	}
}
@media (min-width: 1280px){
.banner-section-container .wpb_text_column{
    max-width: 80%
}
}
@media (min-width: 1366px){
    .banner-section-container:after{
        width: calc(100% - 100px);
         left: 50px;
    }
	.banner-section-container{
    padding-left: 120px;
}
}
@media (min-width: 1440px){
	.banner-section-container h1 {
    font-size: 2.75rem;
    line-height: 3rem;
}
.banner-section-container h2{
    font-size: 2rem;
    line-height: 2.25rem;
}
.banner-section-container .wpb_text_column{
    max-width: 65%
}
}
@media (min-width: 1600px){
	.banner-section-container h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}
    .banner-section-container .wpb_text_column{
    max-width: 50%
}
}

@media (min-width: 1920px){
	.banner-section-container h1 {
    font-size: 3.25rem;
    line-height: 3.75rem;
}
	.banner-section-container:after{
        width: calc(100% - 140px);
         left: 70px;
    }
}


/*-------------- INFOBOXES ---------------*/

.ib-desc p:empty{
    display: none;
}
.infobox{
    border: 3px solid #c8102e;
    padding: 0 !important;
    border-radius: 30px;
    overflow: visible;
    position: relative !important;
	z-index: 9999999 !important;
	margin-top: 45px !important;
    background: #c8102e;
}
.infobox h3{
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 2rem;
}
.with-upper-accent .infobox{
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border: 1px solid #c8102e;
    border-top-width: 0px;
}
.with-upper-accent .infobox:before{
    content: '';
    width: 100%;
    height:120%;
    position: absolute;
    top: -50px;
    left: 0;
    background: url('/wp-content/uploads/2024/03/infobox-shadow.png');
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    visibility: hidden;
    z-index: 0 !important;
      -webkit-transition:all .35s ease-in-out;
  -moz-transition:all .35s ease-in-out;
  transition:all .35s ease-in-out;
}
.infobox .title{
    color: #c8102e;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    margin-bottom: 30px !important;
}
.infobox .ib-desc, .infobox .ib-desc *{
	color: #fff !important;
}
.with-upper-accent .infobox .ib-desc{
    text-align: center !important;
}

.with-upper-accent .infobox:after{
    content: '';
    width: 102%;
    height:40px;
    position: absolute;
    top: -40px;
    left: -1%;
    background: url('/wp-content/uploads/2024/03/TopLine.png'),#76232f;
    background-size: 100% 104% !important;
    background-repeat: no-repeat;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.with-upper-accent .infobox:hover:before{
    transform: scale(1.18);
    visibility: visible;
}
.info-box-container{
	    height: 100% !important;
    position: relative !important;
    z-index: 99999 !important;
    padding: 30px 40px;
        border-radius: 30px; 
}

.gradient-boxes .info-box-container{
	    padding: 30px 40px 0px !important;
	background: rgb(26,40,66);
background: -moz-linear-gradient(180deg, rgba(26,40,66,1) 0%, rgba(26,44,73,1) 75%, rgba(36,153,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(26,40,66,1) 0%, rgba(26,44,73,1) 75%, rgba(36,153,255,1) 100%);
background: linear-gradient(180deg, rgba(26,40,66,1) 0%, rgba(26,44,73,1) 75%, rgba(36,153,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2842",endColorstr="#2499ff",GradientType=1);
}

.with-upper-accent .info-box-container{
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.infobox-section .wpb_wrapper{
    position: relative !important;
    height: 100% !important;
}

.infobox-glowing .infobox{
	-webkit-box-shadow: 0px 0px 32px -3px rgba(36,153,255,1);
-moz-box-shadow: 0px 0px 32px -3px rgba(36,153,255,1);
box-shadow: 0px 0px 32px -3px rgba(36,153,255,1);
}

.infobox-dark-version .infobox{
    background: #76232f !important;
}
.infobox-dark-version .infobox h3, .gradient-boxes .infobox h3{
    color: #c8102e !important;
    font-size: 2rem;
    line-height: 2.5rem;
}

.infobox-section, .infobox-section-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*------------------- FANCY LIST STYLE -------------------*/

/*------- CHECKLISTS -------*/

.fancy-checklist-container .wpb_wrapper, .fancy-checklist{
    height: 100%;
}

.fancy-checklist{
    background: #D2D6D9;
    padding: 30px;
    border-radius: 30px;
}
.fancy-checklist .wpb_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fancy-checklist .wpb_wrapper ul{
    height: max-content;
    color: #76232f;
}
.fancy-checklist li{
  display: block;
  margin-bottom: 10px;
  padding-left: 60px;
  background-size: 20px 20px;
  background-position: 0 center;
    border-bottom: 2px solid #B2C1C9;
    padding-bottom: 10px;
    position: relative;

}
.fancy-checklist li:last-child{
    border-bottom-width: 0;
}
.fancy-checklist li *{
        font-size: 22px !important;
    line-height: 30px;
}

.fancy-checklist li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; 
  height: 30px; 
  background-image: url('/wp-content/uploads/2024/03/Asset-6.png');
  background-repeat: no-repeat;
  background-size: contain;
}


/*---- LMG BULLETS ----*/

.lmg-lists li::before {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 30px !important; 
  height: 20px !important; 
  background-image: url('/wp-content/uploads/2024/03/Asset-7.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.lmg-lists li{
  display: block;
    position: relative;
	font-size: 18px !important;
	padding: 13px 0 13px 50px !important;
}

.infobox ul li::after {
	display: none;
}


@media (min-width: 1024px){
	
.lmg-lists li{
	font-size: 30px !important;
}
}


/*-------------- QUICKLINKS --------------------*/

.borderless-wpbakery-infobox.quicklink-boxes{
    min-height: 25vh;
    background-size: cover !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    padding: 20px 30px;
    position: relative;
}
.quicklink-boxes .borderless-wpbakery-infobox-content:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.26);
    top: 0;
    left: 0;
}
.quicklink-boxes .borderless-wpbakery-infobox-content{
    height: 100% !important;
    flex-grow: 1;
  width: 100%;
    display: flex !important;
    flex-direction: column;
}
.quicklink-boxes a{
    height: 100% !important;
    width: 100% !important;
    flex-grow: 1 !important;
    display: flex;
    flex-direction: column;
        text-decoration: none !important;
    z-index: 999;
}
.quicklink-boxes .borderless-wpbakery-infobox-content h3:after{
    content: 'Learn More';
    display: block;
    font-size: 15px;
    line-height: 15px !important;
    color: #fff;
    font-weight: 400;
    padding: 10px 35px !important;
    border-radius: 50px !important;
  background-color: #c8102e !important;
    width: max-content !important;
    margin-left: auto !important;
}
.quicklink-boxes h3{
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
    text-decoration: none !important;
    color: #fff !important;
}


/*-------------- GRADIENT SECTIONS -------------*/

.gradient-section{
     background: rgb(26,40,66);
background: -moz-linear-gradient(-45deg, rgba(26,40,66,1) 0%, rgba(36,153,255,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(26,40,66,1) 0%, rgba(36,153,255,1) 100%);
background: linear-gradient(-45deg, rgba(26,40,66,1) 0%, rgba(36,153,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2842",endColorstr="#2499ff",GradientType=1); 
}

/*--------- STATS SECTION ---------*/
.counter img{
    width: 100px !important;
}

.counter .number,.counter .label.postfix{
    color: #c8102e !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 90px;
}
.counter .label.postfix{
    padding-left: 0 !important;
}
.counter .number-wrapper{
    margin-right: -40px;
}

.counter .title{
    color: #fff !important;
    font-size: 20px !important;
    line-height: 24px !important;
    max-width: 70%;
    margin: auto !important;
}

.icon_wrapper{
	min-height: 100px;
}
@media (min-width: 1024px){
.counter .desc_wrapper{
    border-right: 1px solid #c8102e;
}
	.counter .number,.counter .label.postfix{
    font-size: 80px !important;
    line-height: 100px;
}

.counter-section:last-child .counter .desc_wrapper{
    border-right: 0px solid #c8102e;
}
    .image-negative-margin img{
    margin-top: -15%;
}
}


.wpsm_row{
    width: 65vw !important;
    margin: auto;
}

@media (min-width: 768px) {
  .wpsm_col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
      margin: auto;
  }
}

.wpsm_single_team img{
    border-radius: 20px !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover;
}
.wpsm_single_team > div > div{
    position: relative;
}
.wpsm_single_team > div > div:before{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('/wp-content/uploads/2024/04/Sandbron-IconCircle.png');
    right: -30px;
    top: -30px;
    background-size: cover !important;
}


@media (min-width: 767px) and (max-width: 1023px){
    .sandwiched-section > div:nth-child(2){
        order: 1;
    }
    .sandwiched-section > div:nth-child(1){
        order: 2;
    }
    .sandwiched-section > div:nth-child(1) .margin-seventy{
        margin-bottom: 0 !important;
    }
    .sandwiched-section > div:nth-child(3){
        order: 3;
    }
}

@media (max-width: 1200px){
    .info-box-container{
        padding: 20px !important;
    }
    .infobox h3{
        font-size: 1.25rem;
    }
    .infobox .ib-desc{
        font-size: 0.9rem !important;
    }
}
  @media (min-width: 1600px){  
	.counter .number,.counter .label.postfix{
    font-size: 100px !important;
    line-height: 120px;
}
}



/*------------- QA FIXES ------------*/

.banner-section button, .primary-button button{
    background: #943634 !important;
}


@keyframes growShrink {
    0%, 100% {
        transform: scale(1);
        box-shadow: none;
    }
    50% {
        transform: scale(1.15); 
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    }
}


@keyframes halo {
    0%, 100% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}


.vision-body {
    position: relative;
    animation: growShrink 3s infinite ease-in-out;
    transition: box-shadow 0.5s;
    border-radius: 50% !important;
}

.vision-body::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 0, 0.3); /* halo color with reduced opacity */
    animation: halo 3s infinite ease-in-out;
    pointer-events: none; /* prevents interference with mouse events */
}

.vision-form .vision-body {
    animation: none !important;
}

.vision-form .vision-body::before {
	display: none !important;
}
.logo-sticky{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

@media (max-width: 767px) {
    #Top_bar.is-sticky .container {
        background-color: #76232f !important;
    }
    .logo-mobile, .logo-mobile-sticky, .mobile-sticky #Top_bar.is-sticky #logo img:not(.svg){
        width: 65vw !important;
    }
}

#Top_bar .icon-menu-fine, .nf-element[type*="submit"] {
    color: #fff !important;
}

@media (max-width: 1023px){
    .the_content_wrapper  :is(h5, h6, p){
        font-size: 1rem !important;
        line-height: 1.25rem !important;
    }
}
.margin-thirty .margin-seventy{
    margin-bottom: 30px !important;
}


.light-dark-gradient .vc_col-sm-4.vc_col-md-offset-0.vc_col-sm-offset-1{
    margin: auto;
}

.wpb_single_image.rounded-corners *{
    width: 100% !important;
    height: 60vh !important;
    object-fit: cover !important;
}

.wpb_single_image.rounded-corners{
    max-height: 60vh !important;
}


/*-------------- ABOUT US ------------*/

.about-section-container{
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(8px);
    width: 75vw;
    margin: auto !important;
    z-index: 9999 !important;
    padding: 10px;
}

.about-section-container *:not(h2){
    color: #1a2740;
}