/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fts-text {
    color: white !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 4px;
    font-weight: 400;
    font-family: 'Poppins';
}

.stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 40px 0;
  background: #fff;
}

.stat-box {
  position: relative;
  flex: 1;
}

.stat-number {
    font-size: 100px;
    font-weight: 300;
    color: #ececea;
    display: inline-block;
    padding: 0px 0 23px 78px;
    line-height: 1em;
    box-sizing: content-box;
    vertical-align: middle;
}

.stat-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    letter-spacing: 2px;
    color: #4d504a;
    text-transform: uppercase;
}
.section-title {
  position: relative;
  text-align: center;
}

.section-title h2 {
     font-size: 36px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #333;
  margin: 11px auto 0;
}

.section-title .background-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #f2f1f1;
    text-transform: uppercase;
     z-index: -1;
    FONT-SIZE: 144PX;
	margin-top: -28px;
}
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 25s linear infinite;
}

.marquee-content span {
     font-size: 66px;
    color: WHITE;
    font-weight: 500;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-heading {
  text-align: left;         
  max-width: 600px;      
  margin: 40px auto; 
	font-family: 'Cormorant Garamond';
	    margin-left: -317px;
    z-index: 9;
}

.section-heading h2 {
  font-size: 32px;         
  font-weight: 400;        
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 12px;
 
}

.section-heading p {
  font-size: 22px;
}




.social-container {
    background: #0a1633;
    display: flex;
    gap: 9px;
    padding: 8px 17px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    max-width: fit-content;
	margin-left: 210px;
}

.social-container a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-container a:hover {
  background: #c82d30;
  border-color: #c82d30;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0 10px #c82d30;
}
.chek{
	color:white;
}
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>button:not(.fusion-close-flyout) {
    background-color: #c82d30;
    color: white;
    border-radius: 7px;
}

.cta {
    position: fixed;
    color: #fff;
    bottom: 0;
    left: 0;
    margin: 20px;
    border-radius: 45px;
    width: 55px;
    height: 55px;
    text-align: center;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #fff;
    z-index: 9999;
    font-size: 23px;
}

.cta-call {
    position: fixed;
    color: #fff;
    bottom: 0;
    right: 0;
    margin: 35px;
    border-radius: 32px;
    width: 55px;
    height: 55px;
    text-align: center;
    padding-top: 14px;
    background-color: #4c8f01;
    border: 2px solid #fff;
    z-index: 9999;
    margin-bottom: 14px !important;
}





@media only screen and (max-width: 900px) {
	.fts-text{
		font-size: 11px;
	}
	.width-100 .fusion-fullwidth, .width-100 .nonhundred-percent-fullwidth {
    margin-left: -50px !important;
    margin-right: -50px !important;
}
	h2,h3{
		font-size:25px !important;
	}
	
	
	.stats-container {
    flex-wrap: wrap;       /* allow wrapping */
    flex-direction: row;   /* row instead of single column */
    gap: 20px;
  }

  .stat-box {
    width: 48%;            /* 2 items per row */
    min-width: unset;
    margin: 0 auto;
  }

  .stat-number {
    font-size: 50px;
  }

  .stat-text {
    font-size: 11px;
  }
	
	.section-heading {
  text-align: center;         
	  margin-left: 0px;
    z-index: 9;
}
	.section-title .background-text {
		display:none!important;
	}
	.marquee-content span {
		font-size: 24px;}
	.social-container {
		margin-left: 0px !important;
	}
}