/*Hero Section Starts*/
.hero-section {position:relative; z-index:1; overflow:hidden; margin-top: 50px; }
.hero-section::after {content:''; position:absolute; top:100px; left:0; right:0; bottom:0; background:url('/wp-content/uploads/2025/04/hero-union.png') no-repeat; background-size:contain; background-position:top left; z-index:-1; }
.hero-content {display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; }
.hero-content h1 {font-size:98px; font-weight:400; line-height:108px; background:var(--title-color); -webkit-background-clip:text; color:transparent; margin-bottom:8px; }
.hero-content p {font-size:18px; font-weight:400; line-height:30px; color:var(--textcolor); max-width:849px; margin:0 0 27px 0; }
.hero-banner {padding:85px 0; }
.dne-btn {display:inline-flex; align-items:center; text-decoration:none; border:none; cursor:pointer; transition:all .3s; }
.btn-text {background-color:var(--secondary); font-family:var(--secondary-font); color:var(--white); font-weight:600; font-size:20px; height:68px; min-width:196px; text-align:center; display:flex; align-items:center; justify-content:center; }
.btn-icon {background-color:var(--secondary); border-radius:50%; width:68px; height:68px; display:flex; justify-content:center; align-items:center; }
.dne-btn:hover .btn-text, .dne-btn:hover .btn-icon {background-color:var(--primary); }
.dne-btn:hover .btn-icon {transform:rotate(45deg); transition:transform 0.3s ease; }

/* Header Bottom */
.dne-exp-section{padding-bottom:100px}
.dne-exp-content{display:flex;align-items:center;justify-content:space-between;font-family:sans-serif}
.dne-exp-text{max-width:350px;width:45%;font-family:var(--secondary-font);color:var(--textcolor);font-size:24px;line-height:34px;font-weight:700}
.dne-exp-stats{display:flex;justify-content:space-between;align-items:center;width:60%;position:relative}
.dne-exp-box{text-align:center;position:relative;min-height:175px;display:flex;flex-direction:column;gap:25px;align-items:center;justify-content:center}
.dne-exp-number{font-size:84px;font-weight:400;font-family:var(--primary-font);color:var(--fourth)}
.dne-exp-label{margin-top:8px;font-size:22px;color:var(--fourth);font-weight:600;text-transform:uppercase}
.dne-exp-box:not(:last-child)::after{content:'';position:absolute;top:50%;right:-30%;transform:translateY(-50%);width:6px;height:100%;background-image:url('/wp-content/uploads/2025/04/exp-vertical.png');background-repeat:no-repeat;background-size:contain}
/*Hero Section Ends*/

/*Testimonial Section Starts*/
.testimonial-section{padding:125px 0;}
.testimonial-content{position:relative;}
.testimonial-content h2{font-size:40px;line-height:96px;color:#013276;margin-bottom:0;}
.ts-content{max-width:1100px;}
.ts-cotent p{font-size:40px;font-weight:500;line-height:54px;color:var(--textcolor);}
.ts-credits-wrapper{padding-top:10px;}
.ts-giver h3{font-size:30px;line-height:54px;font-weight:400;color:var(--textcolor);font-family:var(--secondary-font);margin:10px 0 0;}
.ts-giver p{font-family:var(--secondary-font);font-size:18px;font-weight:400;margin-top:-3px; color: rgba(25, 21, 9, 0.64)}
.ts-nav{display:flex;justify-content:flex-start;gap:15px;position:absolute;right:0;bottom:38px;z-index:9999;}
.ts-nav a{width:60px;height:60px;border:1px solid rgba(0,0,0,.14);display:inline-flex;justify-content:center;align-items:center;border-radius:100%;transition:.3s;}
.ts-nav a:hover{background-color:#ddd;}
.ts-star{display:flex;justify-content:flex-start;align-items:center;gap:5px;}
.ts-star img,.ts-nav a img{width:22px!important;height:22px!important;}
/*Testimonial Section Ends*/

/*Advocacy Section Starts*/
.advocacy-section{background-color:var(--primary); height:694px; margin:115px 220px 40px 0;border-bottom-right-radius:300px; content-visibility: visible !important;}
.advocacy-content{display:flex;justify-content:space-between;align-items:center;gap:80px;margin-left:100px;}
.advocacy-banner{width:480px;height:817px;margin-top:-123px;}
.advocacy-inner-content h2{font-family:var(--primary-font);color:var(--white);font-size:48px;line-height:60px;}
.advocacy-inner-content h2 span{color:var(--third);}
.advocacy-inner-content p{font-family:var(--secondary-font);color:var(--white);font-size:22px;line-height:34px;padding-top:15px;}
.advocacy-inner-content ul{padding-left:40px;}
.advocacy-inner-content li{position:relative;font-family:var(--primary-font);color:var(--white);padding:7px 0;font-size:22px;line-height:34px;}
.advocacy-second-col ul li::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:24px;height:24px;margin-top:-3px;background-image:url('/wp-content/uploads/2025/04/ul-li-tick.webp');background-size:cover;background-repeat:no-repeat;}
/*Advocacy Section Ends*/

/* About Section Starts */
.about-section{background:var(--primary);color:var(--white);padding:110px 0;background-image: url('/wp-content/uploads/2025/06/about-section-background-image.webp');background-size:cover;background-position:center;background-repeat: no-repeat;}
.about-content-top{max-width:1035px;margin-bottom:60px}
.about-section h2{font-size:84px;font-weight:400;line-height: 96px;letter-spacing:-0.84px;line-height:1.1;margin-bottom:35px}
.about-section h2 span{color:var(--third)}
.about-content-top p{font-family: var(--secondary-font);font-size: 22px;line-height: 34px;font-weight: 400;}
.about-content-bottom{display:flex;flex-direction:column;align-items:flex-end}
.about-item-inner{justify-content:flex-start;display:flex;align-items:center;gap:42px;margin:36px 0 25px}
.about-banner{min-width:340px;height:180px;width:30%}
.about-inner-content{width:70%}
.about-banner img{border-bottom-right-radius:100px}
.about-item{max-width:1100px;width:100%}
.about-item h3{font-family:var(--primary-font);font-size:30px;line-height:90px;font-weight:400;border-bottom:1px solid var(--third)}
.about-inner-content p{font-family:var(--secondary-font);font-size:24px;line-height:38px;font-weight:500}

/* About Section Ends */

/* FAQs Section Starts*/
.faq-section { padding: 120px 0; }
.faq-row { align-items: flex-start !important; }
.faq-section h2 { color: var(--black); text-align: center; font-family: "DM Serif Display"; font-size: 48px; font-style: normal; font-weight: 400; line-height: 60px; letter-spacing: -0.48px; margin-bottom: 60px; }
.faq-section h2 span { color: var(--secondary); }
.accordion { padding-right: 25px; }
.accordion-item { border-bottom: 1px solid #eee; }
.accordion-header { width: 100%; text-align: left; padding: 35px 20px; border: none; cursor: pointer; display: flex; align-items: center; gap: 22px; color: #191509; font-family: "DM Serif Display"; font-size: 24px; font-style: normal; font-weight: 400; line-height: 26px; background: transparent; }
.accordion-item.active .accordion-header,.accordion-item .accordion-header:hover { background-color: var(--secondary); color: #fff; }
.accordion-item .icon { border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background-color: #F7F5EF; color: #fff; background-image: url(../img/icon-ard.svg); background-repeat: no-repeat; background-position: center; }
.accordion-item.active .icon { background-color: rgba(255, 255, 255, 0.3); color: #fff; background-image: url(/wp-content/themes/legalgrowth/assets/icons/arrow-top-right.svg); background-repeat: no-repeat; background-position: center; transform: rotate(-43deg); }
.accordion-body { display: none; padding: 25px 35px; background-color: #fcfcfc; font-size: 18px; font-weight: 400; line-height: 30px; color: var(--textcolor); }
.accordion-body p { margin-bottom: 0; }
.accordion-item.active .accordion-body { display: block; background-color: #F7F5EF; }
.faq-right { position: relative; }
.faq-cta { position: absolute; left: 150px; bottom: 130px; }
.faq-cta h3 { font-family: var(--primary-font); color: var(--white); font-weight: 400; font-size: 48px; line-height: 60px; margin-bottom: 7px; }
.faq-cta p { font-family: var(--secondary-font); color: var(--white); font-weight: 500; font-size: 22px; line-height: 34px; }
.faq-cta .dne-btn { margin-top: 5px; }

/* FAQs Section Ends*/

.page-banner {background: linear-gradient(180deg, #011A3C 0%, #015D99 200.86%);}
.page-banner .content-area {
	background-image: url(../img/curve.svg);
	background-position: center 25px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.card {
	border-radius: 0px 0px 120px 0px;
	background: linear-gradient(175deg, #015D99 1.73%, #011A3C 87.35%);
	box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.04);
}



/*Our Team */
.our-team-intro h2{
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -0.64px;
	line-height: 60px;
	margin-bottom: 30px;
}
.our-team-intro p{
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}



/*Legal about */

.legal-section {
  padding: 55px 20px;
  background-color: var(--white);
}
.legal-section__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.legal-left-section{
  flex: 1;
}	
.legal-section__quote{
  position: relative;
	display: flex;
    align-items: start;
	flex-direction: column;
	margin-top: 42px;
}
.legal-section__quote-text{
	line-height: 60px;
    margin: 0px;
    font-size: 43px;
    font-style: italic;
    color: #1a1a1a;
	font-weight: 600;
	margin-top: 15px;
    margin-left: 35px;
}
.legal-section__quote img {
  width: 54px;
}	
.legal-section__quote .image-two {
	align-self: end;
}	
.legal-section__highlight {
  color: #176EA7!important;
}
.legal-right-section {
  flex: 1.5;
	padding-top: 40px;
}
.legal-section__heading {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
.legal-section__paragraph {
  font-size: 22px;
	font-weight: 400;
  line-height: 34px;
}
.legal-right-section-image{
	margin-top: 85px;
}

/* Trusted legal */

.justice-section {
  padding: 65px 0px 120px;
  text-align: center;
  background-color: var(--white);
}
.justice-section__heading {
  margin-bottom: 70px;
}
.justice-section__title {
  font-size: 48px;
  font-weight: 400;
  color: var(--primary);
  line-height: 64px;
}
.justice-section__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.justice-section__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
	gap:35px;
	max-width: 430px;
}
.justice-section__icon {
  width: 35px;
}
.justice-section__subtitle {
  font-size: 24px;
  font-weight: 400;
	line-height: 54px;
  margin-bottom: 0px;
}
.justice-section__amount {
  font-size: 48px;
  font-weight: 600;
	line-height:54px;
	color: #2A80B2;
	font-family: var(--secondary-font);
  margin-bottom: 0px;
}
.justice-section__description {
  font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

/* Advocacy Excellence */

.advocacy-excellence--section {
	background-color: var(--primary);
    padding: 100px 0px;
    border-radius: 0px 0px 0px 300px;
}

.advocacy-excellence--section__top {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 110px;
}

.advocacy-excellence--section__image-wrapper {
  flex: 1;
}

.advocacy-excellence--section__image {
  width: 100%;
  display: block;
}

.advocacy-excellence--section__content {
  flex: 1.5;
}

.advocacy-excellence--section__highlight-text {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 60px;
	color: var(--white);
}

.orange {
  color: #FFCC9F;
}

.advocacy-excellence--section__paragraph {
  font-size: 22px;
  font-weight: 400;
	line-height: 34px;
  color: var(--white);
	margin-bottom: 30px;
}

.advocacy-excellence--section__list {
  list-style: none;
  padding-left: 20px;
  display: flex;
  gap: 14px;
  flex-direction: column;
  
}
.advocacy-excellence--section__list li{
  position: relative;
  font-size: 22px;
	color: var(--white);
	line-height: 34px;
  font-weight: 600;
	padding-left: 20px;
	font-family: var(--secondary-font);
}
.advocacy-excellence--section__list li:before{
  position: absolute;
  content: " ";
	top: 5px;
	left: -25px;
	width: 24px;
	height: 24px;
	background-image: url('/wp-content/uploads/2025/06/Vector-1.webp');
}
.advocacy-excellence--section__middle {
  margin-bottom: 100px;
}

.advocacy-excellence--section__main-heading {
  font-size: 84px;
    font-weight: 400;
    margin-bottom: 40px;
    color: var(--white);
    line-height: 96px;
}

.advocacy-excellence--section__bottom {
  display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: end;
    margin-right: 0px;
}

.advocacy-excellence--section__bottom-image {
  width: 80%;
}

.advocacy-excellence--section__bottom-text {
  width: 70%;
}

.page-id-432 .box-modules-card{
display:none;
}
.page-id-330 .box-modules-card{
display:none;
}

.page-id-517 .box-modules-card{
display:none;
}
.null-css{
	padding:0px!important;
}


/* Contact page css */


/* #gform_1 .gfield--type-email{
	width: 49%;
    float: left;
}
#gform_1 .gfield--type-phone{
	width: 49%;
    float: right;
} */



.information-form-section{
padding: 55px 0px;
}

.information-form-section-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
    gap: 75px;
}

.contact-info-tab{
	flex:0.68;
	height: 600px;
	background: linear-gradient(to bottom, #006ba6, #001b36);
  padding: 100px 40px 70px;
	 border-bottom-right-radius: 80px;
}
.contact-form-tab{
flex:1.35;
}
.contact-form-tab h2{
	font-size: 48px;
font-weight: 400;
	line-height: 60px;
margin-bottom: 30px;
}
.contact-form-tab span{
	color:#A87B54;
}
.contact-info-card {
color:white;
}

.contact-form-tab .gform-footer.gform_footer.top_label{
	margin-top: 30px;
	margin-left:0px;
}

.contact-info-card__title {
  font-size: 30px;
  font-weight: 400;
	line-height: 64px;
  margin-bottom: 0px;
}

.contact-info-card__desc {
  font-size: 16px;
	font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
  color: #fff;
}

.contact-info-card__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}


.icon-circle img {
    width: 55px;
    height: 55px;
}
.icon-img-size {
  width: 74px;
  height: 55px;
}

.text-info {
  display: flex;
  flex-direction: column;
  margin-top: -8px;
}

.label {
 font-size  : 14px;
 line-height: 34px;
 font-weight: 400;
 color      : #fff;
 margin     : 0;
}

.value {
	font-size  : 18px;
	font-weight: 500;
	line-height: 24px;
	color      : #fff;
	text-decoration: none;
}



#gform_1 .ginput_container_checkbox{
		margin-left: 14px;
	}


textarea.large{
	min-height: 150px!important;
    padding-top: 10px;
}

@media (max-width:1950px){
	.icon-img-size{
		width: 67px;
	}
}




@media (min-width: 1272px) {
  body:not(.home) .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background: var(--primary);
    color: #fff;
  }
  body:not(.home) ul.menu li a {color: #fff;}
  body:not(.home) .phoneBox span a,body:not(.home) .phoneBox .text {color: #fff;}
  body:not(.home) ul.menu > li.menu-item-has-children > a::after {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(261deg) brightness(101%) contrast(107%);}
}


@media (max-width:1025px){
	.contact-info-tab{
		        flex: 0.75;
        height: 550px;
        padding: 40px 30px;
	}
	.icon-img{
		width: 45px;
		height: 42px;
	}
	.value {
  font-size: 15px;
		margin:0px;
}
	.information-form-section {
    padding: 0px 0px 30px;
}
	.information-form-section-row{
		gap: 40px;
	}
	.contact-info-card__title{
		font-size:25px;
	}
	.contact-info-card__desc{
		margin-bottom: 25px;
	}
	.icon-img-size {
    width: 64px;
    height: 42px;
}
	.contact-form-tab h2 {
    font-size: 35px;
    margin-bottom: 2px;
}
	.contact-form-tab .gform-footer.gform_footer.top_label{
		margin-top:20px;
	}
}

@media (max-width: 769px){
	.advocacy-excellence--section{
		border-radius: 0px 0px 0px 80px;
	}
	.legal-section{
		padding: 40px 0px;
	}
	.legal-section__content{
		flex-direction:column;
	}
	.legal-section__quote-text{
		font-size: 30px;
	}
	.legal-section__heading{
		font-size: 40px; 
	}
	.justice-section__heading{
		margin-bottom: 40px;
		margin-top: 0px;
	}
	.justice-section__card{
		gap: 5px;
		flex-direction:column;
	}
	.justice-section__title{
		font-size:33px;
	}
	.justice-section__subtitle{
		margin-bottom: 0px;
	}
	.justice-section__amount{
		font-size: 40px;
	}
	.advocacy-excellence--section__top{
		flex-direction:column;
		gap: 25px;
	}
	.advocacy-excellence--section__highlight-text{
		font-size: 45px;
	}
	.advocacy-excellence--section__main-heading{
		font-size:33px;
	}
	.advocacy-excellence--section__bottom-image{
		width: 100%;
	}
	.advocacy-excellence--section__bottom-text{
		width: 100%;
	}
	.information-form-section-row{
		flex-direction: column;
		gap: 30px;
	}
.contact-info-tab{
		flex: unset;
        width: 100%;
        padding: 0px;
        height: 450px;
	}
	.contact-info-card{
		padding: 20px;
	}
.contact-form-tab{
flex:unset;
width: 100%;
}    .icon-img-size {
        width: 44px;
        height: 42px;
    }
	.contact-info-card__item{
		margin-bottom: 15px;
	}
/* 	#gform_1 .gfield--type-email{
	width: 100%;
    float: unset;
}
#gform_1 .gfield--type-phone{
	width: 100%;
    float: unset;
} */
	.contact-form-tab .gform-footer.gform_footer.top_label{
		justify-content: start!important;
	}
	.accordion{
		padding-right:0px;
	}
	.faq-section{
		padding: 25px 0px;
	}
	.faq-section h2{
		font-size:40px;
		margin-bottom: 45px;
	}
	#gform_fields_1{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.contact-form-tab h2{
		margin-bottom: 20px;
	}
}