/*
CTC Separate Stylesheet
Updated: 2025-07-18 05:37:24
*/

@font-face {
  font-family: 'AlmarenaBold';
  src: url('/wp-content/themes/SocialHustle/assets/Fonts/AlmarenaBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AlmarenaRegular';
  src: url('/wp-content/themes/SocialHustle/assets/Fonts/AlmarenaRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AlmarenaLight';
  src: url('/wp-content/themes/SocialHustle/assets/Fonts/AlmarenaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'LarkenBold';
  src: url('/wp-content/themes/SocialHustle/assets/Fonts/Larken Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'LarkenRegular';
  src: url('/wp-content/themes/SocialHustle/assets/Fonts/Larken Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}


/* Optional: Apply globally to body */
*,
p {
  margin: 0;
  padding: 0;
  font-family: 'AlmarenaRegular', sans-serif;
}

.text-color {
  color: #CE2121;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: 'AlmarenaRegular', sans-serif;
}

.main-heading .elementor-heading-title {
  font-size: clamp(42px, 4.75vw, 72px);
  font-style: normal;
  line-height: 110%;
}

.child-heading .elementor-heading-title {
  font-size: clamp(32px, 3.55vw, 56px);
  font-style: normal;
  line-height: 110%;
}

.com-para.elementor-widget-text-editor {
  font-size: clamp(18px, 1.55vw, 24px);
  font-style: normal;
  line-height: 130%;
}

.icon-lottie {
  display: none;
}

 .Hover_head_card {
	 transition: width 0.5s ease, max-width 0.5s ease;
/* 	 width: calc(30vw - 60px); */
/* 	 max-width: 420px; */
	 user-select:none;
} 

 .Hover_head_card.active {
  grid-column: span 2 !important;
  background-color: #CE2121;
  transition: font-size 0.3s ease, color 0.3s ease, transform 0.3s ease;

}
.Hover_head_card.active {
	grid-column: span 1 !important;
	background-color: #CE2121;
/* 	width: calc(50vw - 130px); */
/* 	max-width: 588px; */
	transition: width 0.5s ease, max-width 0.5s ease, background-color 0.2s ease;

}



.Hover_head_card.active .icon-lottie {
  display: block;
}

.Hover_head_card.active .icon-svg {
  display: none;
}

.Hover_head_card h2.elementor-heading-title {
  font-family: 'AlmarenaBold', sans-serif;
  font-size: clamp(36px, 4.25vw, 60px);
  transition: font-size 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.Hover_head_card.active h2.elementor-heading-title {
  font-size: clamp(56px, 5.25vw, 100px);
  color: #fff;
  transition: font-size 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.icon-lottie {
  display: none;
}
.brands-heading .elementor-heading-title {
    font-family: 'AlmarenaBold', sans-serif;
    font-size: clamp(24px, 1.55vw, 26px);
    line-height: 110%;
}
.Hover_head_card.active .elementor-widget-text-editor {
  color: #fff;
}

.Hover_head_card .elementor-widget-text-editor {
  font-size: 18px;
}

.list-heading .elementor-heading-title {
  font-size: clamp(32px, 2.75vw, 40px);
}

.icon-list-col .elementor-icon-list-item {
  font-size: clamp(18px, 1.75vw, 20px) !important;
}

.elementor-button-text {
  font-family: 'AlmarenaBold', sans-serif;
	  font-size: clamp(16px, 1.75vw, 20px) !important;
}

.footer-logo-mask {
  position: relative;
  display: inline-block;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  mask-image: radial-gradient(circle at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: mask-image 0.1s linear, -webkit-mask-image 0.1s linear;
}

.flash-image {
  animation: flashEffect 1s ease-in-out;
}

@keyframes flashEffect {

  0%,
  100% {
    filter: blur(0px);
    opacity: 1;
  }

  50% {
    filter: blur(4px);
    opacity: 0.6;
  }
}

.slider-wrapper {
/*   display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; */
  margin: 30px -12px 50px;
}
.real-brands-col {
    overflow: hidden;
}
.slider-card {
  display: block;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  border: 1px solid #F3F3F3;
  background: #F9F9F9;
  margin: 0 12px;
}

.slider-content {
  flex: 1.3;
  padding: 40px 30px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.slider-tag {
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 60px;
  background: #FFF;
  color: #CE2121;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slider-title {
  font-size: clamp(32px, 2.75vw, 40px);
  margin-bottom: 10px;
  line-height: 120%;
  font-family: 'AlmarenaBold', sans-serif;
}

.slider-subtitle {
  font-size: clamp(18px, 1.75vw, 26px);
  font-family: 'AlmarenaBold', sans-serif;
  line-height: 140%;
  margin-bottom: 20px;
}

.slider-description {
  font-size: 18px;
  font-weight: normal;
  color: #606060;
  line-height: 1.6;
  margin-bottom: 30px;
}

.slider-link {
  border-bottom: 2px solid #CE2121;
  padding-bottom: 3px;
  transition: all 0.3s ease;
  display: inline-block;
  color: #CE2121;
 font-size: clamp(16px, 1.75vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: max-content;
  margin: 0;
}

.slider-link:hover {
  opacity: 0.8;
	    color: #000000;
}

.inner-block-slider {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: calc(580px - 6vw);
}

.slider-image {
  flex: 1;
  background: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-block-slider .slider-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.slider-wrapper-block button.slick-arrow {
  background: none;
  border: none;
  padding: 0;
  bottom: -90px;
  position: absolute;
  top: unset;
  left: unset;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}

.slider-wrapper-block button.slick-prev {
  right: 80px;
  display: flex;
  align-items: center;
  width: 24px;
}

.slider-wrapper-block button.slick-arrow img {
  width: 24px;
  height: 24px;
}

.slider-wrapper-block button.slick-arrow:before {
  display: none;
}

.slide-counter {
  position: absolute;
  right: 18px;
  bottom: -42px;
  color: #000;
  font-family: 'AlmarenaBold', sans-serif;
 font-size: clamp(16px, 1.75vw, 20px);
  font-style: normal;
  line-height: 24px;
	font-weight:700;
}

.slider-wrapper-block button.slick-arrow.slick-disabled {
  cursor: none;
  opacity: 0.4;
}
.slider-wrapper-block .slick-list {
  overflow: visible !important;
}
.max-container-scale-brand {
    max-width: 890px;
    margin: 0 auto;
}

@media (min-width: 1180px) {
	.Hover_head_card {	
		width: calc(30vw - 60px);
		 max-width: 420px;
	} 

	.Hover_head_card.active {
		width: calc(50vw - 130px);		
		max-width: 588px;
		
	}
	
}
@media (max-width: 768px) {
  .slider-card {
    flex-direction: column;
  }

  .slider-content {
    padding: 30px 20px;
  
  }
	.inner-block-slider {
    display: flex
;
    justify-content: stretch;
    align-items: stretch;
    height: auto;
    flex-direction: column-reverse;
    height: 100%;
}
	.Hover_head_card.active {
    grid-column: span 1 !important;
}
}


.testimonial-wrapper {
  border-left: 1px solid #7E7E7E33;
  padding-left: 20px;
}

.testimonial-logo {
  margin-bottom: 30px;
}

.testimonial-logo img {
  height: 40px;
  max-width: 88px;
}

.testimonial-quote {
  color: #606060;
  font-family: 'AlmarenaRegular';
 font-size: clamp(16px, 1.75vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 50px 0 70px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.user-details h5 {
  color: #000;
  font-family: 'AlmarenaBold';
 font-size: clamp(16px, 1.75vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.user-details p {
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.testimonial-wrapper button.slick-arrow {
  padding: 0;
  border: none;
  display: flex;
  top: 0;
  position: absolute;
  bottom: unset;
  right: 0;
  background: none;
  z-index: 5;
}

.testimonial-wrapper button.slick-prev {
  right: 30px;
}

.testimonial-wrapper .slick-arrow.slick-disabled {
  opacity: 0.4;
}
.cus-accordion .e-n-accordion-item-title-text {
    font-size: clamp(18px, 1.55vw, 24px);
    line-height: 130%;
}
.content-area-acco {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 0px 0px 0px 6px;
  border-color: #CE2121;
  padding-bottom: 20px;
  padding-top: 0;
  color: #606060;
  font-family: 'AlmarenaRegular';
 font-size: clamp(16px, 1.45vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}