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

/* GLOBAL */

.--eael-wrapper-link-tag{
  z-index: 2 !important;
}

.dv-hero-section {
  margin-top: 107px !important;
}
footer a {
  color: var(--e-global-color-primary);
}
a:hover {
  text-decoration: none !important;
	color: #84A1FF;
}
header .e-n-menu-title-text, header .menu-item-mega {
  font-size: 16px !important;
}

.header-cta {
  transition: all ease-in-out .4s !important;
  background: linear-gradient(140deg, rgba(82,52,151,1) 20%, rgba(82,52,151,1) 170%) !important;
}
.header-cta:hover {
  background: linear-gradient(140deg, rgba(82,52,151,1) 20%, rgba(132,161,255,1) 170%) !important;
}
ul.elementor-nav-menu--dropdown a {
  border-inline-start: none !important;
}
.dv-attorney-profile-info a:hover{
  color: #84A1FF !important;
}

.gform_confirmation_wrapper  {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  text-align: center;
}


.menu-item {
  background: #fff;
}

.menu-item:hover {
  background: #EDECF3;
  color: var( --e-global-color-accent );
}

@media all and (max-width: 767px) {
  .dv-hero-section {
    margin-top: 173px !important;
  }
	
	#footer-form .elementor-icon-list-items {
		max-width: 280px;
  		margin-inline: auto;
	}
}

.eael-gravity-form .gfield textarea {
  padding: 15px !important;
}

footer .elementor-icon-list-item a:hover span, footer a:hover{
    color: var( --e-global-color-accent ) !important;
}

/* Settlement Slider */
.dv-settlement-slider-section {
	display: none !important; 
}
.proposition-value {
  font-size: 44px !important;
  font-weight: 700 !important;
  text-align: center;
}
.proposition-label {
  color: #868B98;
  text-align: center;
}

.proposition-value {
  color: var( --e-global-color-accent );
  font-weight: 800 !important;
}

.proposition-label {
  text-transform: uppercase;
  color: #44424D;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans' !important;
}

.dv-testimonials-section .swiper-pagination-bullet {
  opacity: 0.4 !important;
  width: 10px !important;
  height: 10px !important;
}

.dv-testimonials-section .swiper-pagination-bullet-active {
  background: #523497 !important;
  opacity: 1 !important;
}

.testimonial-pagination {
  gap: 5px;
}

.dv-value-prop-section .elementor-view-default .elementor-icon {
	color: transparent !important;
}

.settlements-item .elementor-icon {
	color: #523497 !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, #02010100 0%, #221C35 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: 'Plus Jakarta Sans' !important;
  font-size: 16px !important;
}

.card-detail .read-more-chevron span {
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 18px !important;
}
.practice-card h3 {
  font-family: 'Plus Jakarta Sans' !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 .card-area {
	border-image: linear-gradient(90deg, #523497 0%, #523497 50%, #523497 100%);
	border-width: 5px;
	border-image-slice: 1;
	
}


.timeline-icon, .timeline-icon-last {
  position: relative;
  z-index: 1;
}

.timeline-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23989BAE' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

@media all and (max-width: 1024px) {
  .timeline-icon::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  height: 160px;
	  width: 1px;
	  z-index: -1;
	  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23989BAE' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	  left: 50%;
	}
}

/* Testimonials */

/* arrow properties */
.dv-testimonials-section .sp-testimonial-free-section .testimonial-nav-arrow {
  top: unset !important;
  position: absolute !important;
}
.dv-testimonials-section .swiper-button-next {
  right: calc(50% - 120px) !important;
  top: unset;
  bottom: -50px !important;
}

.dv-testimonials-section .swiper-button-prev {
  left: calc(50% - 120px) !important;
  top: unset;
  bottom: -50px !important;
}
.dv-testimonials-section .sp-testimonial-item {
  opacity: 0.4;
}

.dv-testimonials-section .sp-testimonial-item.swiper-slide-active + .sp-testimonial-item {
  opacity: 1;
}
.dv-testimonials-section .testimonial-nav-arrow {
  border: unset !important;
}

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

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

.dv-testimonials-section .testimonial-nav-arrow i::before {
  font-size: 40px;
  font-weight: 700;
}

.dv-testimonials-section .sp-testimonial-content, .dv-testimonials-section .sp-testimonial-client-name {
  font-family: "Plus Jakarta Sans"
}

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

/* Contact Us */
.contact-info-card a {
  color: #000;
}
.contact-info-card a:hover {
  color: var( --e-global-color-accent );
}

@media all and (max-width: 737px) {
	.dv-testimonials-section .sp-testimonial-item {
	  opacity: 1 !important;
	}
}

/* Blog */
.napae-link {
  position: absolute;
  bottom: 40px;
  transform: translateX(-50%);
  left: 50%;
}

.napae-blog-item {
  height: calc(100% - 20px);
}

.napae-blog-info {
  margin-bottom: 20px;
}

/* Attorney Banner */
.attorney-banner-image::after {
  content: "";
    display: block;
    width: 300px;  /* Adjust the size */
    height: 300px; /* Adjust the size */
    background-image: url("https://jamesksadigh.com/wp-content/uploads/2025/03/path302-1.webp");
    background-size: cover;
    background-position: center;
  position: absolute;
  top: 10px;
  right: 0%;
  z-index: -1;
}

@media all and (max-width: 480px) {
  .attorney-banner-image::after {
    width: 150px; 
    height: 150px;
    top: 0px;
  right: 0%;
  }
}

.gform_confirmation_message {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	padding: .75rem 1.25rem;
	border-radius: .25rem;
}

