* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
	padding-top: 135px;
}

a,button{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}
#masthead.sticky {z-index: 9999;}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top: 0;
}

.e-con.p-bottom {
	padding-bottom: 0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}
html( scrollbar-width: none !important;
)
    
.contact-form-wrap form .row p {
    display: flex;
    gap: 15px;
}

.contact-form-wrap form .row p span {
    max-width: 50%;
    width: 100%;
}
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid { border-color: unset !important; box-shadow: none; }
.contact-form-wrap form input ,.contact-form-wrap form textarea{
    background: transparent;
    font-weight: 400;
    border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50) !important;
    font-size: 18px;
    padding-bottom: 17px;
    margin-bottom: 40px;
    color: rgba(254, 254, 254, 0.50);
    font-family: "Helvetica Now Display";
    font-size: 18px;
    font-weight: 400;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
    box-shadow: none !important;
    outline: none;
}
.contact-form-wrap form textarea {
    padding:0;
   height: 40px;
} 
.contact-form-wrap .submit-btn {
    background-color: #fff;
    font-family: "Helvetica Now Display", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 30px 15px 30px;
    color: #1B2453;
    width: auto;
	opacity:1 !important;
	cursor:pointer !important;
	position:relative;
	overflow: hidden;
    border: none;
}
.contact-form-wrap .submit-btn span.btn-text {
    position: relative;
    z-index: 1;
}
.submit-btn:before{
content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 100%;
    background-color: #EABF3C;
    transition: all 0.5s;
}
.submit-btn:hover:before {
    width: 100%;
}
.contcat-form-class .contact-off:before
{ content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid #EABF3C;
    border-radius: 100px 0 100px 0;
    z-index: 0;}
.es_subscription_form input.es-subscribe-btn.es-custom-button {
    margin: 0 !important;
    padding: 15px 20px !important;
    background-color: #7fa547 !important;
    border: none !important;
    font-weight: 400 !important;
}
.contact-form-wrap br{ display:none; }
.nav-bar .elementor-nav-menu .mobile-view.menu-item {display: none;}
.elementor-button-link, .e-loop__load-more.elementor-button-wrapper > .elementor-button {position: relative; overflow: hidden;}
.elementor-button-link:before, .e-loop__load-more.elementor-button-wrapper > .elementor-button:before {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 0; height: 100%; background-color: #EABF3C; transition: all 0.5s;}
.elementor-button-link:hover:before, .e-loop__load-more.elementor-button-wrapper > .elementor-button:hover:before {width: 100%;}
.elementor-button-link .elementor-button-content-wrapper, .e-loop__load-more.elementor-button-wrapper > .elementor-button .elementor-button-content-wrapper {position: relative; z-index: 1;
transition: all 0.5s;}
.elementor-button-link:hover .elementor-button-content-wrapper, .e-loop__load-more.elementor-button-wrapper > .elementor-button:hover .elementor-button-content-wrapper {color: #1E1E1E;}
body.header-menu-open {overflow: hidden;}
.yellow-text {color: #EABF3C;}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form label {color: #1E1E1E; font-family: "Ivy Mode"; font-size: 24px; font-weight: 600; line-height: normal; text-transform: capitalize;}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form label br {display: none;}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form label input.wpcf7-form-control::placeholder {color: #464646;}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form label input.wpcf7-form-control {color: #464646; font-family: "Helvetica Now Display"; font-size: 18px; font-weight: 400;
line-height: normal; border: none; outline: none; border-bottom: 1px solid #A4A4A4; padding-top: 5px; padding-bottom: 30px; margin-top: 34px;}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form {max-width: 415px; position: relative;}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form button.newsletter-btn br {display: none;}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form button.newsletter-btn {opacity: 1 !important; cursor: pointer !important; width: 38px; height: 38px; padding: 0; border: 0;
 display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); right: 0; margin-top: 8px; transition: all 0.5s;}
.footer-menu-content .footer-menu-text .menu-item .elementor-item {padding: 0; line-height: normal;}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form button.newsletter-btn:hover img {filter: brightness(0.1);}
.footer-newsletter-content .footer-newsletter-input form.wpcf7-form button.newsletter-btn:hover {background-color: #EABF3C;}
.footer-menu-content .footer-menu-text .menu-item .elementor-item:after {display: none;}
.main-footer-wrap .footer-menu-options {position: relative;}
.main-footer-wrap .footer-menu-options:before {content: ''; position: absolute; top: unset; bottom: 0; left: 0; border-left: 1px solid #A4A4A4; height: 280px;}
.footer-social-media .footer-social-list .elementor-social-icons-wrapper .elementor-social-icon {background: transparent; width: 43px; height: 43px; border: 1px solid #1B2453; border-radius: 50%;}
.justic-pbc-logo:after {content: ''; position: absolute; height: 1px; width: 144px; background: #EABF3C; bottom: 26px;}
.justice-section .justice-img {text-align: left;}
.image-offset-border > .elementor-widget-container {position: relative; z-index: 0;}
.image-offset-border > .elementor-widget-container:before {content: ''; position: absolute; top: -19px; left: -19px; right: 19px; bottom: 19px; border: 2px solid #EABF3C;
 border-radius: 90px 0 100px 100px; z-index: -1;}
.squre-right-offset-border > .elementor-widget-container:before {content: ''; position: absolute; top: -30px; left: -30px; right: 30px; bottom: 30px; border: 1px solid #EABF3C;
 border-radius: 100px 0 0 0; z-index: -1;}
.squre-left-offset-border > .elementor-widget-container:before {content: ''; position: absolute; top: -30px; left: 30px; right: -30px; bottom: 30px; border: 1px solid #EABF3C;
 border-radius: 0 100px 0 0; z-index: -1;}
.our-core-wrapper .our-core-info .elementor-icon-box-icon .elementor-icon { width: 80px; height: 80px; background-color: #FEFEFE; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05); border-radius: 40px; display: flex; justify-content: center; align-items: center; }
.our-core-wrap .our-core-wrapper { position: relative; transition: all 0.8s; overflow: hidden; }
.our-core-wrap .our-core-wrapper:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #1B2453; transform: translateX(-101%); transition: all 0.5s; }
.our-core-wrap .our-core-wrapper:hover:before { transform: translateX(0%); }
.our-core-wrapper:hover .elementor-icon-box-icon .elementor-icon {background-color: #EABF3C;}
.our-core-wrapper:hover .elementor-icon-box-icon .elementor-icon svg path {fill: #fff;}
.our-core-wrap .our-core-wrapper:hover .elementor-icon-box-title span {color: #FEFEFE;}
.our-core-wrap .our-core-wrapper:hover .elementor-icon-box-description {color: #EAEAEA;}
.custom-circle-number .elementor-widget-container .elementor-heading-title {width: 50px; height: 50px; background-color: #EABF3C; border-radius: 40px; display: flex; justify-content: center;
 align-items: center;}
.img-offset-border .elementor-widget-container {position: relative; z-index: 0;}
.img-offset-border .elementor-widget-container:before {content: ''; position: absolute; top: -13px; left: 15px; right: -11px; bottom: 15px; border: 2px solid #EABF3C; border-radius: 0 100px 0 100px;
z-index: -1;}
.custom-numer-text {background-color: #EABF3C; color: #FEFEFE; font-family: "Ivy Mode"; font-size: 22px; font-weight: 700; line-height: normal; width: 50px !important; height: 50px !important;
border-radius: 40px !important; display: flex !important; justify-content: center !important; align-items: center !important; flex-shrink: 0 !important;}
.practice-numer-text {background-color: #EABF3C; color: #FEFEFE; font-family: "Ivy Mode"; font-size: 18px; font-weight: 700; line-height: normal; width: 50px !important; height: 50px !important;
border-radius: 40px !important; display: flex !important; justify-content: center !important; align-items: center !important; flex-shrink: 0 !important;}
.main-verdicts-wrapper .verdicts.type-verdicts:last-child .elementor-element.e-con-boxed {border: 0; margin: 0;}
.main-verdicts-wrapper .verdicts.type-verdicts:last-child .elementor-element.e-con-boxed .e-con-inner {padding: 0;}
.verdicts-title-info {height: 100% !important;}
.redirection-svg a.elementor-icon:after { content: ''; position: absolute; width: 30px; height: 24px; background: url(/wp-content/uploads/2026/03/Arrow.svg) no-repeat center; background-size: contain; right: -18px; top: 50%; transform: translateY(-50%); }
.redirection-svg a.elementor-icon svg { height: 100%; width: 100%; }
.redirection-svg a.elementor-icon { width: 23px; height: 23px; position: relative; display: inline-flex; align-items: center; justify-content: center; }
.main-verdicts-wrapper .verdicts.type-verdicts .e-con-boxed > .e-con-inner {padding-left: 0 !important; padding-right: 0 !important;}
.redirection-svg:hover a.elementor-icon:after{ right: -28px !important; transition: all 0.4s !important; } 
.redirection-svg:hover a.elementor-icon:after{ transition: all 0.4s !important; }
.redirection-svg.practice-right-arrow a.elementor-icon:after {filter: brightness(9);}
.practice-main-details .practice.type-practice > .e-con-boxed {position: relative; transition: all 0.5s;}
.practice-main-details .practice.type-practice > .e-con-boxed:before {content: ''; position: absolute; top: 0; left: 0; right: 0; border-top: 1px solid rgba(254, 254, 254, 0.30);}
.practice-main-details .practice.type-practice > .e-con-boxed:after {content: ''; position: absolute; top: 0; left: 0; right: 0; border-top: 1px solid #EAEAEA; width: 0%; transition: all 1s;}
.practice-main-details .practice.type-practice > .e-con-boxed:hover:after {width: 100%;}
.practice-main-details .practice.type-practice > .e-con-boxed:hover .redirection-svg a.elementor-icon:after {right: -28px !important;}
.practice-main-details .practice.type-practice > .e-con-boxed:hover .elementor-heading-title {color: #EABF3C;}
.practice-main-details .practice.type-practice > .e-con-boxed .elementor-heading-title a {font-family: inherit;}
.practice-main-details .practice.type-practice:last-child > .e-con-boxed {margin-bottom: 0 !important;}
.practice-left-content {position: sticky !important; top: 135px; height: 100% !important;}
.practice-main-details .practice.type-practice > .e-con-boxed .e-con-inner {padding-left: 0 !important; padding-right: 0 !important;}
.featured-cases-info {height: 100% !important;}
.featured-cases-info .featured-cases-details {height: 100%; position: relative;}
.featured-cases-info .featured-cases-details .featured-cases-arrow {position: unset;}
.featured-cases-info .featured-cases-details .featured-cases-arrow .featured-cases-icon {position: absolute; bottom: 35px;}
.elementor-loop-container.elementor-grid .featured-cases-info .elementor-widget-image .elementor-widget-container {overflow: hidden; border-radius: 20px 20px 0 0;}
.elementor-loop-container.elementor-grid .featured-cases-info .elementor-widget-container img {transition: all 0.5s;}
.elementor-loop-container.elementor-grid .featured-cases-info:hover .elementor-widget-container img {transform: scale(1.1);}
.elementor-loop-container.elementor-grid .featured-cases-info:hover .redirection-svg a.elementor-icon:after {right: -28px !important;}
.blog-main-details .blog-main-title .elementor-heading-title a {font-family: inherit; font-weight: 600;}
.blog-main-details .blog-inner-details .elementor-post-info {justify-content: space-between; margin: 0 !important;}
.blog-main-details .blog-inner-details .elementor-icon-list-item:first-child {border-left: 7px solid #EABF3C; margin-left: 0 !important; padding-left: 13px;}
.blog-main-right .elementor-loop-container.elementor-grid {display: flex; flex-wrap: wrap; row-gap: 60px;}
.blog-main-right .blog-main-details {display: flex; flex-direction: unset !important; column-gap: 28px; row-gap: 24px;}
.blog-main-right .blog-main-details > .elementor-element:first-child {width: 45%;}
.blog-main-right .blog-main-details > .elementor-element:last-child {width: 55%; justify-content: space-between;}
.blog-main-right .blog-main-details > .elementor-element:last-child > .elementor-element { margin: 0 !important;}
.main-verdicts-settlements .verdicts.type-verdicts:last-child > .elementor-element.e-con-boxed {border-bottom: 0; margin-bottom: 0;}
.main-verdicts-settlements .verdicts.type-verdicts:last-child > .elementor-element.e-con-boxed > .e-con-inner {padding-bottom: 0;}
.main-verdicts-settlements .elementor-loop-container.elementor-grid .verdicts.type-verdicts > .elementor-element.e-con-boxed > .e-con-inner {padding-left: 0 !important; padding-right: 0 !important;}
.main-verdicts-settlements .verdicts-title-info .elementor-heading-title a {font-family: inherit;}
.main-details-content > .elementor-widget-container p {margin-bottom: 20px;}
.main-details-content > .elementor-widget-container p:last-child {margin-bottom: 0;}
.featured-cases-info .featured-cases-details .elementor-heading-title a {font-family: inherit; font-weight: inherit;}
.blog-main-right .blog-main-details .blog-main-title .elementor-heading-title {font-size: 18px;}
.main-verdicts-wrapper .verdicts-title-info .elementor-heading-title a {font-family: inherit; font-weight: inherit;}
.main-area-practice .main-practice-image > .elementor-widget-image > .elementor-widget-container {width: 80px; height: 80px; background-color: #EABF3C; border-radius: 120px; display: flex;
justify-content: center; align-items: center;}
.main-area-practice .practice-numer-text {background: transparent; width: auto !important; height: 100% !important; border-radius: unset !important; color: #FEFEFE; font-size: 30px; font-weight: 600;
line-height: normal; text-transform: capitalize; opacity: 0.3; display: inline-block !important;}
.area-practice-wrap .area-practice-title .area-practice-text .elementor-heading-title a {font-family: inherit; font-weight: inherit;}
.area-practice-wrapper .area-practice-wrap {height: 100%; justify-content: space-around;}
.area-practice-wrapper .area-practice-wrap {position: relative; transition: all 0.8s; overflow: hidden;}
.area-practice-wrapper .area-practice-wrap:before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #F5F5F5; transform: translateX(-101%); transition: all 0.5s;}
.area-practice-wrapper .area-practice-wrap:hover:before {transform: translateX(0);}
.area-practice-wrap:hover .main-area-practice .main-practice-image .main-practice-icon > .elementor-widget-container {background-color: #FEFEFE; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);}
.area-practice-wrap:hover .main-area-practice .main-practice-image .main-practice-icon > .elementor-widget-container img {
 filter: brightness(0.1) saturate(100%) invert(78%) sepia(45%) saturate(600%) hue-rotate(10deg) brightness(95%) contrast(90%);}
.area-practice-wrap:hover .main-area-practice .practice-numer-text {color: #1B2453;}
.area-practice-wrap:hover .area-practice-title .area-practice-text .elementor-heading-title {color: #1B2453;}
.area-practice-wrap:hover .area-practice-arrow .redirection-svg.practice-right-arrow a.elementor-icon:after {filter: brightness(1);}



