/*
Theme Name: EMRG Child 
Theme URL: http://yourdomain.com
Description: EMRG Child 
Template: emrg
Version: 1.0.0 
Text Domain: emrg-child 
*/

@font-face {
  font-family: TStar;
  src: url('fonts/T-Star-Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/T-Star-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/T-Star-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/T-Star-Medium.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: TStar Italic;
  src: url('fonts/T-Star-MediumItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/T-Star-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/T-Star-MediumItalic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/T-Star-MediumItalic.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: TStar Bold;
  src: url('fonts/T-Star-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/T-Star-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/T-Star-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/T-Star-Bold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: TStar Bold Italic;
  src: url('fonts/T-Star-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('fonts/T-Star-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/T-Star-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/T-Star-BoldItalic.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
  font-family: TStar Heavy;
  src: url('fonts/T-Star-Heavy.eot'); /* IE9 Compat Modes */
  src: url('fonts/T-Star-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/T-Star-Heavy.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/T-Star-Heavy.woff') format('woff'); /* Pretty Modern Browsers */
}

body {
    font-family: 'TStar' !important;
}

/* h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-family: 'TStar Heavy' !important;
} */


/* Header */

.header-nav-wrapper {
  position: relative;
}

 .header-nav-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px; /* Border height */
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.32) 0%,
    rgba(255, 255, 255, 0.8) 25%,
    rgba(255, 255, 255, 0.32) 50%,
    rgba(255, 255, 255, 0.8) 75%,
    rgba(255, 255, 255, 0.32) 100%
  ); 
} 

/* Testimonials */

/* arrow properties */
/* .dv-testimonial-section .swiper-button-next {
right: 15% !important;
}

.dv-testimonial-section .swiper-button-prev {
left: 15% !important;
} */

/* .dv-testimonial-section .testimonial-nav-arrow {
height: 56px;
width: 56px;
background: linear-gradient(to right, #B08B59 0%, #C4A882 50%, #B08B59 100%) !important;
border: unset !important;
}

.dv-testimonial-section .testimonial-nav-arrow:hover {
background: linear-gradient(to right, #B08B59 10%, #C4A882 50%, #B08B59 90%) !important;
}

.dv-testimonial-section .testimonial-nav-arrow i {
color: #fff !important;
}

.dv-testimonial-section .testimonial-nav-arrow i::before {
font-size: 32px;
font-weight: 700;
} */
/* .dv-testimonial-section:before, .dv-testimonial-section {
  background-image: url('https://emrg.dev/rahnama-law/wp-content/uploads/2025/04/Group-532-1-scaled.webp') !important;
  background-size: cover;
	background-position: center center;
} */

.dv-testimonial-section:before {
  background: linear-gradient(180deg,rgba(238, 243, 252, 0) 60%, rgba(238, 243, 252, 1) 100%) !important;
}

.slide-info-box {
  background: #123066;
  padding: 20px;
  margin-top: -8px;
}


.info-box-title {
  color: #D3AF37;
  text-transform: uppercase;
  font-size: 20px !important;
  
}

.info-box-sub-title {
  text-transform: uppercase;
  font-size: 18px !important;
  color: #fff;
}
.video-slide {
  border-radius: 10px !important;
  overflow: hidden;
}
.dv-testimonial-section .sp-testimonial-free-section .testimonial-nav-arrow {
  top: unset !important;
  position: absolute !important;
}

.dv-testimonial-section .sp-testimonial-client-designation {
	position: absolute;
  top: 70px;
  left: 140px;
  color: #7A7A7A !important;
}

.dv-testimonial-section .testimonial-nav-arrow {
  border: unset !important;
}

.dv-testimonial-section .testimonial-nav-arrow:hover {
  background: unset !important;
  color: #523497 !important;
}

.dv-testimonial-section .testimonial-nav-arrow i {
/*   color: #fff !important; */
}

.dv-testimonial-section .testimonial-nav-arrow i::before {
  font-size: 40px;
  font-weight: 700;
}
.sp-google-review {
  text-align: left;
}
.dv-testimonial-section .swiper-button-next {
  right: calc(50% - 130px) !important;
  top: unset;
  bottom: -50px !important;
}

.dv-testimonial-section .swiper-button-prev {
  left: calc(50% - 130px) !important;
  top: unset;
  bottom: -50px !important;
}


@media all and (max-width: 979px) {
	.dv-testimonial-section .swiper-button-prev,
	.dv-testimonial-section .swiper-button-next {
	display: none;
	}
}

/* pagination dots properties */
.dv-testimonial-section .testimonial-pagination .swiper-pagination-bullet {
height: 10px;
width: 10px;
}

.dv-testimonial-section .testimonial-pagination .swiper-pagination-bullet-active {
background-color: #C09B6F !important;
}

.dv-testimonial-section .testimonial-pagination {
transform: translateY(50px);
}

/* section */
.dv-testimonial-section {
  overflow: clip;
}

.dv-testimonial-section .sp-testimonial-free-wrapper,
.dv-testimonial-section .sp-testimonial-free-section.swiper-initialized {
  overflow: visible !important;
}

.dv-testimonial-section .sp-testimonial-free-section.swiper-initialized {
  margin-inline: -50% !important;
}

@media all and (max-width: 979px) {
  .dv-testimonial-section .sp-testimonial-free-section.swiper-initialized {
    margin-inline: unset !important;
    margin-inline: 20px !important;
  }
}

.dv-testimonial-section .testimonial-nav-arrow {
  bottom: -180px !important;
}

.dv-testimonial-section .swiper-horizontal > .swiper-pagination-bullets{
  bottom: 0px !important;
}

@media all and (max-width: 748px) {
  .dv-testimonial-section .swiper-horizontal > .swiper-pagination-bullets{
	  bottom: 0px !important;
	}
}

.dv-testimonial-section .sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
  display: inline !important;
}

/* slide styles */
.dv-testimonial-section .sp-testimonial-item {
/*   opacity: 0.4 !important; */
}

.dv-testimonial-section .sp-testimonial-item.swiper-slide-active + .sp-testimonial-item {
/*   opacity: 1 !important; */
}

.dv-testimonial-section .sp-testimonial-item {
/*   box-shadow: 0px 24px 60px 20px rgba(0,0,0,0.15); */
	background: #FFFFFF;
	border-radius: 8px;
}

.dv-testimonial-section .sp-testimonial-item {
  padding: 40px 60px;
}

.dv-testimonial-section .sp-testimonial-content img {
  max-width: 220px;
}



.dv-testimonial-section .swiper-slide h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.dv-testimonial-section .swiper-pagination {
    z-index: 1;
}

@media all and (max-width: 979px) {
  .dv-testimonial-section .sp-testimonial-item {
    opacity: 1 !important;
  }
  .dv-testimonial-section .sp-testimonial-item.swiper-slide-active + .sp-testimonial-item {
    box-shadow: unset;
  }
}

.dv-testimonial-section .sp-testimonial-content p:not(:last-child) {
  display: inline-block;
}

@media all and (max-width: 999px) {
  .dv-testimonial-section .sp-testimonial-content p {
    display: block;
  }
}

.dv-testimonial-section .sp-testimonial-client-name {
  position: relative;
  display: inline-block;
	width: 100%;
	text-align: left !important;
}


/* Google review */
.sp-testimonial-free-section .sp-testimonial-client-image {
  text-align: left !important;
	margin: 0 !important;
}

.sp-testimonial-free-section .sp-testimonial-client-image img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  text-align: left !important;
}

.dv-testimonial-section .sp-testimonial-content p:not(:last-child) {
  display: block;
}

.testimonial-stars {
  position: absolute;
  top: 70px;
  left: 140px;
  height: 24px !important;
  width: 100% !important;
  object-fit: contain;
  object-position: left center !important;
}

.sp-yelp-review {
  text-align: left;
}

.yelp-testimonial-stars {
  height: 24px !important;
  width: 100% !important;
  object-fit: contain;
  object-position: left center !important; 
  margin-block: 18px !important;
}

.dv-testimonial-section .sp-testimonial-client-name {
  position: absolute;
  top: 40px !important;
  left: 140px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  margin: 0 !important;
	padding: 0 !important;
}

.testimonial-google-icon {
  position: absolute;
  top: 60px;
  right: 60px;
  height: 32px !important;
  width: 100% !important;
  object-fit: contain;
  object-position: right center !important;
}

.testimonial-yelp-icon {
  position: absolute;
  top: 60px;
  right: 60px;
  height: 40px !important;
  width: 100% !important;
  object-fit: contain;
  object-position: right center !important;
}

.yelp-read-more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #0E254E1A;
  padding-top: 20px;
	margin-bottom: -40px;
}

.yelp-read-more-link a{
  color: #AE9400;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

@media all and (max-width: 980px) {
	.dv-testimonial-section .sp-testimonial-item {
	  padding: 40px 20px;
	}

	.dv-testimonial-section .sp-testimonial-client-name, .testimonial-stars {
	  left: 100px;
	}

	.testimonial-google-icon, .testimonial-yelp-icon {
	  right: 20px;
	}

	.dv-testimonial-section .sp-testimonial-client-designation{
	  left: 100px;
	}
	.sp-testimonial-client-designation {
	  max-width: 220px !important;
	  text-align: left !important;
	  line-height: 1.1em !important;
	}

	.testimonial-google-icon, .testimonial-yelp-icon {
	  max-width: 70px !important;
	  top: 10px !important;
	  right: 10px !important;
	}
}


/* Settlement Slider */

.proposition-wrapper {
/* 	border-right: 2px solid #08050F33; */
	padding-inline: 15px;
}

/* .proposition-wrapper + .proposition-wrapper:last-of-type {
	border-right: none;
} */

.proposition-value{
	font-family: "Gabarito", Sans-serif !important;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 1024px){
	.proposition-value{
		font-size: 33px;
	}
}
.proposition-label{
	color: #08050F;
	font-family: "Gabarito", Sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.slick-dots li{
	margin: 0 !important;
}

.slick-dots li button::before {
	font-size: 8px !important;
}

.horizontal-slider .slick-dots li button::before {
	font-size: 8px !important;
}


.slick-dots li.slick-active button:before {
	color: var(--theme-black);
}

.slick-dots li button:hover, .slick-dots li button:focus{
	background: transparent !important;
}

.slick-arrow {
	opacity: 1;
	display: flex !important;;
    align-content: center;
    justify-content: center;
}

.slick-arrow:hover, .slick-arrow:focus{
    background: transparent !important;
}

.slick-arrow:hover i{
	color: var(--theme-black);
}

.slick-arrow i {
	color: var(--theme-purple);
}
.slick-prev::before, .slick-next::before {
	color: var(--theme-purple);
	content: "";
}
@media screen and (max-width: 1024px){
	.proposition-value{
		font-size: 38px !important;
	}
}


/* Practice Areas */
.practice-card {
	overflow: hidden;
	/*filter: grayscale(100%) sepia(50%) hue-rotate(170deg) brightness(0.8)*/
}

.practice-card:hover {
    filter: none;
}

.practice-card:hover .card-background-overlay::before {
  background-image: linear-gradient(180deg, #00000000 0%, #000 100%) !important;
}

.card-bg-image {
    filter: grayscale(100);
}

.practice-card:hover .card-bg-image  {
    filter: none;
}

.card-detail {
    opacity: 0;
    max-height: 0;
    transition: opacity 2s ease, max-height 2s ease;
}
.card-detail p {
  font-family: 'Gabarito' !important;
  font-size: 16px !important;
}

.read-more-chevron p a {
  font-family: 'Gabaroti', sans-serif !important;
  font-size: 18px !important;
}
.practice-card h3 {
  font-family: 'Crimson Text' !important;
  font-weight: 600 !important;
}
.practice-card:hover .card-detail {
    opacity: 1;
    max-height: 400px; /* Adjust this value to a suitable height */
}
.card-background-overlay:before {
/*   background-image: linear-gradient(180deg, #0000 60%, #221C35 100%) !important; */
}
.practice-card:hover .practice-icon {
	opacity: 0;
  top: -60px;
}

.practice-card .practice-icon {
  transition: all 2s ease, max-height 2s ease;
	position: absolute;
  top: 70px;
}

.practice-card .span-gradient, .practice-card .span-gradient-2{
	 background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	transition: opacity 2s ease, max-height 2s ease;
}

.practice-card:hover .span-gradient, .practice-card:hover .span-gradient-2{
    background: -webkit-linear-gradient(left, #fff, #bbb, #888, #666666, #444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.practice-card .card-area {
    border-color: transparent !important;
    border-width: 8px !important;
	border-style: solid;
	transition: border 0.5s ease-in-out;
}

.practice-card:hover .practice-area-title h3, .practice-card:hover .practice-area-description {
  color: #fff !important;
}

.practice-card:hover .read-more-chevron p, .practice-card:hover .read-more-chevron-icon svg {
	color: #dcb88c !important;
	fill: #dcb88c !important;
	/*   color: #BE8332 !important;
  fill: #BE8332 !important;
  
  font-weight: bold;
  background: linear-gradient(0deg, #BE8332, #DEC389, #BE8332);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

/* Border */
.top-gradient-border {
  position: relative;
}

 .top-gradient-border::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px; /* Border height */
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(207, 207, 207, 0.32) 0%,
    rgba(207, 207, 207, 0.8) 25%,
    rgba(207, 207, 207, 0.32) 50%,
    rgba(207, 207, 207, 0.8) 75%,
    rgba(207, 207, 207, 0.32) 100%
  ); 
} 

.proposition-wrapper {
  border-left: 1px solid; /* required to apply border-image */
  border-image: linear-gradient(to bottom, #CFA67452, #CFA674, #CFA67452) 1;
  
}

.proposition-wrapper:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #CFA67452, #CFA674, #CFA67452);
}

.home-hero .proposition-wrapper {
  border-left: 1px solid; /* required to apply border-image */
  border-image: linear-gradient(to bottom, rgba(207, 207, 207, 0.32), rgba(207, 207, 207, 0.8), rgba(207, 207, 207, 0.32)) 1;
  
}

.home-hero .proposition-wrapper:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(207, 207, 207, 0.32), rgba(207, 207, 207, 0.8), rgba(207, 207, 207, 0.32));
}