/* 
Fonts Family CSS 
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Figtree:ital,wght@0,400;0,500;0,700;1,400&display=swap');

@import url("https://use.typekit.net/bai1tzz.css");
:root { 
    --primary-font  : 'DM Serif Display', serif;
    --secondary-font: 'Figtree', sans-serif;

    /* For Title Font Color */
    --gradient-start: #015B98;
    --gradient-end  : #013276;
    --title-color   : linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));

    --primary  : #011A3C;
    --secondary: #A87B54;
    --third  : #FFCC9F;
    --fourth:   #01367A;
    --textcolor: #191509;
    --white    : #ffffff;
    --black    : #000000;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: none; }
h1, h2, h3, h4, h5, h6, p{ margin-bottom: 15px; margin: 0 0 15px; }
ul li{ list-style-type: none; }
h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
  }
img{ max-width: 100%; height: auto; vertical-align: middle; }
textarea { height: 200px; padding: 10px 10px; }
body{ background: #FCFCFA; font-family: var(--secondary-font); font-size: 18px; line-height: 30px; font-weight: 400; color: var(--textcolor); margin: 0;}

.float-left{ float: left; } 
.float-right{ float: right } 
.clearfix:after{ content: " "; display: block; clear: both; } 
.fixed-top{ position: fixed; top: 0; left: 0; z-index: 999; } 
.row {
	display: flex;
	flex-wrap: wrap;
}
/* Typography */ 
/* Grid System CSS */ 
.container{ max-width: 1520px; margin: 0 auto; padding: 0 15px;} 
.header .container{width: 100%;}
.container-fluid{ max-width: 100%; } 
.col-1{ width: 8.33% } 
.col-2{ width: 16.67% } 
.col-3{ width: 25% } 
.col-4{ width: 33.33% } 
.col-5{ width: 41.67% } 
.col-6{ width: 50% } 
.col-7{ width: 58.33% } 
.col-8{ width: 66.67% } 
.col-9{ width: 75% } 
.col-10{ width: 83.33% } 
.col-11{ width: 91.67% } 
.col-12{ width: 100% } 

.scy-icon svg { width: 30px; }

  

/* btn */
.btn.hd-button { order: 2; margin-left: 35px; padding-left: 70px !important; background-image: url(../img/mexico-l-flag.png); background-repeat: no-repeat; background-size: 35px; background-position: 6px center; }
input:focus, a.btn { outline: none; }
.home-hero .btn:hover, .header .btn:hover, .round-btn:hover { border: 1px solid #F55F42; background-color: #F55F42; text-decoration: none; color: #fff; }

/* Form Fields */ 
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } 
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } 
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } 
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } 
fieldset { border: 1px solid #bbb; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } 
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } 
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } 
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } 
input[type="text"], input[type="email"], input[type="tel"], textarea, select { width: 100%; height: 55px; padding: 0 10px; border-radius: 5px; border: 0; box-shadow: 0px 1px 2px 0px #000; } 
.wpcf7-form-control-wrap select { -webkit-appearance: none; -moz-appearance:    none; appearance:         none; }
.btn-tel{ font-weight: 500; color: #2D429F; margin-right: 50px; } 
.btn { border-radius: 10px; color: #fff; font-weight: 500; text-align: center; background: var(--primary); padding: 15px 40px; display: inline-block; text-decoration: none; } 
.btn:hover{ color: var(--primary); } 
a { color: #f55f42; }
a:hover{ color: var(--secondary); text-decoration: none; }

/* Bread Crumb */
div#crumbs a, div#crumbs { color: #fff; margin-bottom: 25px; }


/* header start */
.sc-logo {max-width: 200px;}


/* Header */
.phoneBox { position: relative; order: 1; } 
.phoneBox p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	color: #005190;
	margin-bottom: 0;
	font-family: var(--secondary-font);
	margin: 0;
	text-transform: uppercase;
}
.phoneBox span { display: block } 
.phoneBox span a {
	text-decoration: none;
	color: #012E72;
	font-family: var(--primary-font);
	font-size: 32px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

.phoneBox:hover a,
.phoneBox:hover p {
	color: var(--secondary);
}
.hero-banner{padding: 85px 0; max-width: 1920px; margin-left: auto; margin-right: auto;}
@media (min-width: 1272px){
    .header {min-height: 105px; border-bottom: 1px solid rgba(17, 64, 56, 0.2); display: flex ; flex-direction: column; justify-content: center; z-index: 9998 !important; }
    .header .container-fluid { max-width: 1800px; width: 100%; padding-right: 25px; padding-left: 25px; margin-right: auto; margin-left: auto; }
    .navbar-headBox { display: flex ; justify-content: space-between; align-items: center; }
    .logoLeft { display: flex ; align-items: center; } 
    #menu { margin-left: auto; display: flex !important ; margin-right: auto; }
    ul.menu li { display: inline-block; font-weight: 500; position: relative; margin: 0px; } 
    ul.menu .menu-item-has-children > a{ padding-right: 25px !important; }
    ul.menu li a { display: block; text-decoration: none; transition: color .3s ease-out; font-family: var(--secondary-font); font-weight: 500; font-size: 17px; outline: none !important; color: var(--textcolor); letter-spacing: 1px; padding: 15px}
	
	ul.menu li:hover > a{color: #fff; background: #012E72}

	ul.menu > li.menu-item-has-children > a { position: relative; }
    ul.menu > li.menu-item-has-children > a::after {
    	top: 0;
    	bottom: 0;
    	right: 10px;
    	content: "";
    	height: 12px;
    	width: 15px;
    	position: absolute;
    	pointer-events: none;
    	background: url(../img/d-vector.svg);
        background-repeat: no-repeat;
        background-position: center;
        margin: auto;
    }
    ul.menu li:hover > a:after{
    	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(261deg) brightness(101%) contrast(107%);
    }
    ul.menu ul.sub-menu { list-style: none; position: absolute; left: 0; top: 200%; width: 245px; padding: 0; z-index: 100; background: #fff; visibility: hidden; opacity: 0; border-radius: 0 2px 2px 2px; -ms-border-radius: 0px 2px 2px 2px; -webkit-border-radius: 0px 2px 2px 2px; -moz-border-radius: 0 2px 2px; -o-border-radius: 0 2px 2px; box-shadow: 0 8px 12px rgba(0, 0, 0, .38); }
    ul.menu li:hover > ul.sub-menu { left: 0; opacity: 1; visibility: visible; z-index: 9; top: 100%; }
    ul.menu li > ul.sub-menu li:hover > ul.sub-menu { left: 100%; top: 0; max-height: 77vh; overflow-y: auto; }
    ul.menu ul.sub-menu > li:hover > a { background: #012E72; color: #fff !important; }
    ul.menu ul.sub-menu > li:hover > a:after{border-top-color: #f9f2db !important;}
    ul.sub-menu li { position: relative; float: none; width: 100%; border-bottom: 1px solid #e8e8e8; padding: 0px !important; margin: 0; }
    ul.menu ul.sub-menu li a { text-transform: capitalize; z-index: 100; padding: 10px 15px; font-size: 16px; color: #000 !important; font-weight: 400; line-height: 24px; position: relative; display: block; letter-spacing: 0; text-align: left; }
    ul.menu > li.menu-item-has-children li.menu-item-has-children > a::after { top: 38%; left: auto; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-top-color: var(--textcolor); border-width: 6px; margin-left: 0; right: 10px; transform: rotate(270deg); } 
    ul.menu > li.menu-item-has-children li.menu-item-has-children { position: relative; }
}
/* header end */

/* banner start */
.home-hero { height: calc(100vh - 90px); position: relative; background-position: center right; background-size: cover; display: flex ; justify-content: center; align-items: center; text-align: center; background: #FDFBF4; }
.hero-bg { max-width: 825px; } 
.home-hero h1 { font-size: 9rem; max-width: 825px; margin-top: -25px; line-height: 10rem; font-weight: 500; } .hero-bg p { line-height: 30px; }  
.home-hero .btn, .header .btn, .round-btn { border: 1px solid #012E72; border-radius: 3rem; background-color: #012E72; color: #fff; text-align: center; padding: .75rem 4.5rem .75rem 3.5rem; position: relative; }

.form-section h2, .contact-page-form-title {
	color: #191509;
	font-family: "DM Serif Display";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.48px;
    margin-bottom: 25px;
}
.form-section h2 span, .contact-page-form-title span{
    color: #A87B54;
    font-size: 48px;
    font-style: normal;
}
.gform-grid-row {
	display: flex;
	flex-wrap: wrap;
}
.gform-grid-col {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
	padding: 0 10px;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], textarea, select {
	width: calc(100% - 42px);
	min-height: 55px;
	padding: 0 20px;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	border: 1px solid #E0DDD3;
    background: #F7F5EF;
    color: rgba(25, 21, 9, 0.60);
font-family: Figtree;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.36px;
}
.form-section textarea{padding: 20px; min-height: 150px;}
.gform_fields fieldset,.gform_fields .gfield{
	border: 0;
	margin: 0 0 20px;
	padding: 0;
    position: relative;
}
.gfield_label {display: none;}
.gform_button{
	background: var(--secondary);
	border: 0;
	min-width: 196px;
	height: 68px;
	color: #fff;
    cursor: pointer;
}
.gform_button:hover{
	background-color: var(--primary);
}
.gform-footer:hover::after, .gform-footer:hover .gform_button {
	cursor: pointer;
	background-color: var(--primary);
}
.sidebar .gform_button:hover{
	background-color: var(--fourth );
}

.sidebar .gform-footer:hover::after, .sidebar .gform-footer:hover .gform_button {
	cursor: pointer;
	background-color: var(--fourth );
}
.gform-footer:hover::after{
	transform: rotate(45deg);
}
.gform_fields fieldset {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.gform-footer{position: relative;}
.gform-footer.gform_footer.top_label {
	max-width: 266px;
	margin: 40px auto 0;
}
.gform-footer::after{
	content: "";
	width: 68px;
	height: 68px;
	position: absolute;
	left: 196px;
	background: #a87b54 url(/wp-content/themes/legalgrowth/assets/icons/arrow-top-right.svg);
	border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.gform_submission_error.hide_summary {
	display: none;
}
.validation_message {
	font-size: 14px;
	color: #f00;
}
#validation_message_1_1{
   margin-left: 10px;
   line-height: normal;
}

.gfield_description.instruction.validation_message {
	display: none;
}

.page-id-330 textarea{
	height: 200px;
	padding: 15px 25px 15px 15px;
}
/* banner end */
/* footer start */
/* Footer */
.footer { background: var(--primary); } 
.ft-title {
	color: #015C98;
	font-family: "DM Serif Display";
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 108px;
	letter-spacing: 10.24px;
	text-transform: uppercase;
	opacity: 0.24;
    text-align: center;
}
.title-wide {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 25px 0;
}
.footer a { color: #fff; }
.ft-nav {
	column-count: 2;
	text-align: left;
}
.ft-nav li a:hover, .pp-nav li a:hover, .ftnav-2 a:hover{
	color: var(--secondary)
}

.footer .social-links a:hover{
	background-color: #dddddd37;
}
.footer .footer-column {
	flex: 0 0 calc(33.33% - 5%);
	max-width: calc(33.33% - 5%);
}
.footer-column.ftnav-1 {
	max-width: 41%;
	flex: 0 0 41%;
}

.big-footer { padding: 75px 0 0; color: #fff; }
.big-footer .container { display: flex ; flex-wrap: wrap; justify-content: space-between; } 
.social-links {
	display: flex;
	align-items: center;
	padding: 0;
	margin-top: 100px;
	margin-bottom: 0;
}
.footer-nav ul {padding: 0; margin: 0;}
 
.footer-nav ul li { margin-bottom: 10px; list-style-type: none; line-height: 1.4; padding: 0; } 
.footer .social-links a {
	color: #fff;
	display: block;
	width: 45px;
	height: 45px;
	background: transparent;
	margin: 0 7px;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
	transition: 0.3s ease all;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.50);
}
.footer .social-links a br { display: none; } 
.social-links svg { width: 25px; fill: #fff; height: 25px; transition: 0.3s ease all; }
.footer-nav {
	padding: 0 35px 55px;
	margin: 0 35px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.footer a.gd-btn {
	color: #FFCC9F;
	font-family: Figtree;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
	text-transform: none;
	margin: 10px 0 0;
	display: block;
	text-decoration: underline;
	width: fit-content;
}
.footer a.gd-btn:hover{
	color: var(--white);
}

footer.footer a {
    color: #FFF;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}
.footer .phone-btn {
	font-size: 30px;
	font-weight: normal;
	display: block;
}
@media (min-width: 769px) {
	.form-section {
		background: url(../img/law.png);
		background-repeat: no-repeat;
		padding: 130px 0;
		background-position: 0 0;
	}
}
@media (max-width: 768px) {
	.form-section {
		background: url(/wp-content/uploads/2025/08/law-mobile.webp);
		background-repeat: no-repeat;
		padding: 130px 0;
		background-position: 0 0;
	}
}
.ft-nav li::after,.big-footer li:after{content: none;} 
.copyright { padding: 23px 40px 20px; text-align: center; color: #fff; background: var(--primary); } 
.copyright p{margin: 0;   font-weight: normal;} 
footer.footer .copyright a{font-size: 16px;}
.copyright .container {display: flex;flex-wrap: wrap;} 
.copyright .ft-nav { display: flex; flex-wrap: wrap; margin-left: auto; margin-right: -10px; } .copyright ul { list-style-type: none; margin: 0; } 
.copyright ul li { display: inline-block; font-size: 12px; padding: 0 10px; line-height: 24px; color: #fff; } 
.copyright .pp-nav {
	padding: 0;
	margin-left: auto !important;
}

.copyright a, .copyright, .copyright li { color: #fff; font-size: 16px; text-transform: none; }
/* Footer */
.gap-footer-temp { height: 600px; }
/* footer end */
.page-banner + .container {
	max-width: 1360px;
}
.page-banner {
	background: var(--primary);
	color: #fff;
	text-align: center;
	margin-bottom: 65px;
	overflow: hidden;
	position: relative;
}
.page-banner .container {margin: auto;}
.page-banner .figure {
	position: relative;
	height: 400px;
}
.page-banner .content-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
    background: linear-gradient(180deg, #011A3C 0%, #015D99 200.86%);
}
.pa-title {
	font-family: var(--primary-font);
	font-weight: 400;
	font-size: 84px;
	line-height: 108px;
}
.pa-description {
	max-width: 810px;
	margin: 10px auto 20px;
	font-family: var(--secondary-font);
}
.card {
	background: var(--primary);
	color: #fff;
	padding: 35px 40px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.card ul li a {
	color: #fff;
	text-align: left;
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
    text-decoration: none;
}
.pa-featured {
	margin: 0;
	padding: 0;
}
.type-page,.type-practice-areas {
	padding-left: 70px;
	padding-bottom: 50px;
}
.type-practice-areas ul li {
	list-style-type: disclosure-closed;
}

/* Blog Template */


.dne-blog-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.dne-blog-card {
	background: var(--white);
}

.dne-blog-thumbnail {
    position: relative;
	padding-bottom: 57%;
}

.dne-blog-img {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.dne-blog-title a{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #011A3C;
	text-decoration: none;
}


.dne-blog-title a:hover {
    color: var(--secondary); 
}


.dne-blog-readmore {
    display: flex;
    width: 40px;
    height: 40px;
    background: #015D99;
    border: 1px solid #015D99;
    color: var(--white);
    border-radius: 100px;
    transition: .3s all;
    align-items: center;
    justify-content: center;
}
.dne-blog-readmore img{ 
	width: 20px;
	height: auto;
	transition: transform 0.3s ease;
}

.dne-blog-content {
    padding: 0 20px 20px;
}

.dne-blog-readmore:hover {
    background: var(--secondary);
	border-color: var(--secondary);
}
.dne-blog-readmore:hover img {
	transform: rotate(45deg);
}
.dne-blog-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
	padding-top: 15px;
	gap: 20px;
}
.dne-post-date{
	font-family: var(--secondary-font);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #191509;
	opacity: 0.64;
	margin-top: 15px;
	margin-bottom: 10px;
}
.dne-tags, .dne-single-tags{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.dne-tags a, .dne-single-tags a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 40px;
	background: #E6F5FF;
	padding: 0 15px;
	border-radius: 86px;
	font-family: var(--secondary-font);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #015D99;
	text-decoration: none;
	transition: .3s all;
}
.dne-tags a:hover, .dne-single-tags a:hover{
	background-color: var(--secondary);
	color: var(--white);
}
.dne-blog-pagination {
    text-align: center;
    margin-top: 2rem;
}

.dne-blog-pagination .page-numbers {
    display: inline-block;
    margin: 0 0.3rem;
    padding: 0.5rem 1rem;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 400;
}

.dne-blog-pagination .page-numbers.current, .dne-blog-pagination .page-numbers:hover {
    background: #015D99;
    color: var(--white);
}

.row.dne-blog-archive {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 30px;
}

/* Testimonial Archve */

.tsa-card {
    text-align: center;
    padding: 60px 0 40px;
    border-bottom: 1px solid #19150914;
}
.tsa-star {
    padding-bottom: 30px;
}
.tsa-credits {
    padding-top: 20px;
}
.tsa-star img{
	width: 32px !important;
	height: 30px !important;
}

.tsa-content p{
	font-family: var(--secondary-font);
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 54px;
	text-align: center;
	color: #191509;
}

.tsa-giver h3{
	font-family: var(--secondary-font);
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 54px;
	color: #191509;
	margin: 0;
}
.tsa-giver p{
	font-family: var(--secondary-font);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 54px;
	color: rgba(25, 21, 9, 0.64);
	margin: 0;
	margin-top: -10px;
}

/* Staff Details Page */
.staff-card {
    margin: 50px 20px 20px 0;
}





/* contact us page */

.contect-hero-section {
  background-image: linear-gradient(45deg, #00000050, transparent), url(/wp-content/uploads/2025/05/IMG_9931_slimmed_comp.webp);
	background-size: cover;
	background-position: center 35%;
	height: 650px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	
}

.contact-section-wrapper {
  width: 100%;
  max-width: 1550px;
	margin: 0px auto;
}

.contact-hero-section-content {
 padding: 0px 30px; 

}

.contact-hero-title {
	font-weight: 400;
    letter-spacing: -0.84px;
    line-height: 1.1;
    margin-bottom: 10px;
	font-size: 55px;
	color:white;
	width: 480px;
}



.contact-hero-subtitle {
  font-family: var(--secondary-font);
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
	width: 480px;
	color: white;
}

.contact-hero-buttons {
  margin-top: 30px;
  display: flex;
align-items: flex-start;
  gap: 15px;
}
.bg-color-contact-btn{
	background-color: var(--primary)!important;
}
.dne-btn:hover .bg-color-contact-btn{
	background-color: var(--secondary)!important;
}

.contact-office-section {
    background: #f9f9f9;
    padding: 70px 30px;
}

label .gfield_required_text{
	display: none!important;
}

legend.gfield_label{
	display: none!important;
}
.contact-office-section .contact-section-wrapper{
	display: flex;
      flex-wrap: wrap;
      justify-content: center;
}
    .contact-office-info {
      flex: 1 1 25%;
      padding-right: 60px;
	  display: flex;
	  flex-direction: column;
		justify-content: center;
	align-items: center; 
}

    .contact-office-heading {
          font-size: 50px;
    	font-weight: 400;
    	line-height: 1.4;
    }

    .contact-office-description {
      text-align:center;
		margin:0px;
    }

    .contact-office-address {
      margin-top: 8px;
	margin-bottom: 20px;
    font-size: 22px;
    color: var(--fourth);
    font-weight: 600;
    text-transform: uppercase;
    }

    .contact-map-embed {
      flex: 1 1 67%;
      min-height: 400px;
    }

    .contact-map-iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

.contect-form-section{
	background-image: url("/wp-content/uploads/2025/05/IMG_0031.webp");
  background-size: cover;
	background-position: center 20%;
	height: 650px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}


.contect-form-section .contact-section-wrapper{
	display: flex;
	align-items: flex-start;
}
.contect-form-section-wrapper{
	width: 625px;
	background: white;
	padding: 35px;
	border-radius: 20px;
}
.gform_heading h2{
	margin-bottom:10px!important;
	line-height:45px;
    font-size: 40px;
}

#validation_message_1_6,#validation_message_1_8{display: none;}
.gfield_error .gform-field-label{color: #f00;}


/* faq single page */


.dl-all-faq{
	padding: 20px 20px 90px;
}

.dl-faq-main-title{
	font-family: var(--primary-font);
    font-weight: 400;
    font-size: 65px;
    line-height: 75px;
}

.faq-accordion-data {
    display: none;
    flex-direction: column;
	align-items: flex-start;
    gap: 15px;
	padding-left: 20px;
}

.faq-accordion-data.tab-active {
   display: flex;
}

.faq-accordion{
    background: #FFFEF9;
    border: 1px solid #1E1E1E14;
    border-radius: 20px;
    padding: 0px 25px;
	display: flex;
	flex-direction: column;
	max-width: 1000px;
	width: 100%;
	margin: 60px auto 0px;
}

.faq-accordion .faq-accordion-item{
    padding: 25px 0px;
    border-bottom: 1px solid #1E1E1E14;
}
.faq-accordion .faq-accordion-item:last-child{
    padding: 25px 0px;
    border-bottom: 0!important;
}
.faq-accordion-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    gap: 20px;
}

.faq-accordion-tab .faq-accordion-title {
    margin: 0;
font-family: var(--secondary);
    font-size: 20px;
    font-weight: 500;
}

.faq-accordion-tab.tab-active i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.faq-accordion-tab i {
    transition: transform 0.3s ease;
}

.faq-accordion-data-description{
    margin: 0;
    font-size: 18px!important;
    font-weight: 400;
    color: #1E1E1ED6!important;
    text-align: start;
    line-height: 1.5em;
    margin-top: 20px;
}

.faq-accordion-data .dne-btn .btn-text{
	font-size: 17px;
    height: 40px;
    min-width: 130px;
}
.faq-accordion-data .dne-btn .btn-icon{
	width: 40px;
    height: 40px;
}

.text-center{
	text-align: center;
}



/* Practice Area Box Styles */

.section-pa .practice-area-wrapper-padding{
	background: #eaeaed4f;
	padding: 50px 50px;
	
}

    .practice-boxes {
        display: flex;
        flex-wrap: wrap;
        gap: 45px 100px;
        margin-top: 50px;
		margin-bottom:50px;
    }

    .practice-box {
        display: flex;
        width:28%;
        text-decoration: none;
    }

/* .post-type-archive-practice-areas .page-banner{
	margin-bottom: 0px!important;
} */
    .practice-box-link {
        display: flex;
        text-decoration: none;
        color: inherit;
        width: 100%;}
.practice-box-content {width: 100%;text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #015D9966;}
.practice-box-title {font-size: 22px;
    font-weight: 400;
    color: #191509;
    margin: 0;
    line-height: 1.4;
    text-decoration: none;}
.practice-box-description{margin-bottom:0px;}
.parctice-area-title .border{border-bottom: 1.5px solid #015D99!important; padding-bottom: 19px;}

.parctice-area-title a{color: var(--primary); text-decoration: none; font-weight: 400; font-size: 40px;}

.practice-box-link .btn-text{
	height: 45px;
	font-size: 16px; 
	min-width:160px;
}
.practice-box-link .btn-icon{height: 45px; width:45px;}


.custom-sidebar{
	background: var(--primary);
    color: #fff;
    padding: 35px 40px;
    border-radius: 10px;
}

.custom-sidebar .gform_heading h2{
	font-size:22px;
	text-align:center;
	color: white;
	font-weight: 500;
}
.custom-sidebar .gfield_label{
	color: white;
}
.custom-sidebar .gform_button{
	height:50px;
}
.custom-sidebar .gform-footer:after{
	height:50px;
	width: 50px;
}

.sidebar-contact-info {
  margin-top: 40px;
    color: white;
}

.custom-sidebar .sidebar-title {
  font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    color: white;
}

.custom-sidebar .sidebar-text {
  margin: 5px 0;
  color: white;
margin-right:10px;
}
.custom-sidebar .sidebar-text img{
  
margin-right:15px;
}

.custom-sidebar .sidebar-text a{
  text-decoration: none;
}

.sidebar-image-box {
  margin-top: 20px;
  text-align: center;
}

.sidebar-img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.sidebar-image-text {
  background-color: var(--secondary);
  color: white;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  font-size: 20px;
margin: 0px;
  font-weight: 500;
}

.sidebar-practice-box-link{
	color: #fff;
    text-align: left;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
}
.sidebar-practice-box-title{
	color:white;
	font-family: var(--secondary-font);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
margin:0px;
}





.settlements-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0px;
	margin-bottom: 60px;
}

.settlement-card-margin{
	width: 27.5%;
    padding: 25px;
	border-radius: 15px;
    background: var(--primary);
}

.settlement-card {
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
    padding: 35px 30px;
    border: 1px solid white;
    color: white;
}


.settlement-icon img {
    width: 50px;
	height: 50px;
}

.settlement-amount {
    font-size: 50px;
	margin: 4px 0px;
}

.settlement-type {
    font-size: 25px;
	text-transform: uppercase;
}

.settlement-result {
    font-size: 18px;
}


.phoneBox .text{
	text-align: center;
}
.phoneBox .text a {
	text-decoration: none;
	color: #012E72;
	font-family: var(--primary-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.phoneBox .text a:hover {
	color: var(--secondary);
}

/* .sidebar{
	position: sticky;
    top: 45px;
} */

.null-letf-right-padding .container{
	padding-left: 0px;
	padding-right : 0px;
}


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

.rank-math-breadcrumb a{
    color: #fff;
    text-decoration: none;
}
.rank-math-breadcrumb a:first-child {
	padding-left: 20px;
	background: url(../icons/ic_home.svg);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 16px;
}

div.h2 {
	color: #FFF;
	font-family: "DM Serif Display";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.3px;
	margin-bottom: 25px;
}
div.h2 span{
    color: #FFCC9F;
    font-family: "DM Serif Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.3px;
}
.side-form {margin-top: 40px;}
.side-form input[type="text"], 
.side-form input[type="email"], 
.side-form input[type="tel"], 
.side-form textarea, 
.side-form select {
	box-shadow: none;
	color: #fff;
	font-family: Figtree;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.36px;
	border-radius: 4px;
	border: 1px solid rgb(255, 255, 255);
	background: rgba(8, 70, 142, 0.24);
}
.side-form .gform_button{background: var(--fourth);}
.side-form .gform-footer::after {background: var(--fourth) url(/wp-content/themes/legalgrowth/assets/icons/arrow-top-right.svg); border-radius: 50%; background-repeat: no-repeat; background-position: center;}

.side-form .gform_button:hover{background: var(--secondary)!important;}
.side-form .gform-footer:hover:after {background: var(--secondary) url(/wp-content/themes/legalgrowth/assets/icons/arrow-top-right.svg); border-radius: 50%; background-repeat: no-repeat; background-position: center;}

.page-template-blogs{
	background: #F9F9FB;
}
.featured-post-item {
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blog-sidebar .h2, .dne-blog-archive .h2{color: #011A3C;}
.featured-post-list {
	padding: 0;
}
.featured-thumb {
	border-radius: 0px 0px 50px 0px;
	overflow: hidden;
	flex: 0 0 100px;
	max-width: 100px;
}
.featured-content {
	flex: 0 0 calc(100% - 115px);
	padding-left: 15px;
}
.featured-post-link {
	color: #011A3C;
	font-family: "DM Serif Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.16px;
	text-decoration: none;
}
.featured-date {
	color: #191509;
	font-feature-settings: 'liga' off;
	font-family: Figtree;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
.featured-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.featured-bottom p{margin: 0;}
.featured-title a{
	color: #011A3C;
	font-family: "DM Serif Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.16px;
	text-decoration: none;
}
.featured-title a:hover{
	color: var(--secondary);
}
.blog-sidebar .side-form {margin-top: 0;}
.blog-sidebar .side-form .h2{color: #fff;}
 .dne-single-top-sec {
        margin-top: 65px;
    }

    .dne-sts-bredcrumb a,
    .dne-sts-bredcrumb .separator {
        font-family: var(--secondary-font);
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #BDBDBD;
    }

    .dne-sts-bredcrumb a:hover {
        color: #011A3C;
    }

    .dne-sts-bredcrumb .last {
        font-family: var(--secondary-font);
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #011A3C;
    }

    .post-author-info {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .author-avatar img {
        width: 54px;
        height: 54px;
        border-radius: 50%;
    }

    .author-meta .author-name {
        font-family: var(--secondary-font);
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: -0.5px;
        color: #191509;
        opacity: 0.87;
        margin: 0;
    }

    .author-meta .post-date {
        font-family: var(--secondary-font);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #191509;
        opacity: 0.64;
        margin: 0;
    }

    .dne-single-title {
        font-family: var(--primary-font);
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -0.01em;
        color: #011A3C;
        max-width: 1280px;
        padding-top: 10px;
        margin-bottom: 0;
    }

    .dne-single-tags {
        margin-top: 18px;
        margin-bottom: 75px;
    }
	.dne-post-featured{
		margin-bottom: 65px;
        margin-top: 5px;
	}
	.dne-post-featured img {
		border-bottom-right-radius: 300px;
		max-width: 100%;
    	height: auto;
	}
	.social-shares a{
		text-decoration: none;
	}
	.share-counter {
		padding-bottom: 10px;
		border-bottom: 1px solid #19150924;
	}

	.share-counter h3{
		font-family: var(--secondary-font);
		font-style: normal;
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
		color: #191509;
		margin-bottom: 0;
	}
	.share-counter p{
		font-family: var(--secondary-font);
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: -0.5px;
		color: rgba(25, 21, 9, 0.64);
		margin: 0;
	}
	.social-shares {
		display: flex;
		align-items: center;
		gap: 30px;
		margin-top: 40px;
	}

	.dne-single-content h3{
		font-family: var(--primary-font);
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 60px;
		letter-spacing: -0.01em;
		color: #011A3C;
	}
	.dne-single-content h3 span{
		color: #2A80B2;
	}


.dne-single-content p{
	font-family: var(--seconday-font);
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;
	color: #191509;
}
.dne-single-content ul{
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding-left: 30px;
}
.dne-single-content ul li, .dne-single-content ol li, .privacy-policy .box-modules-card ul li, .privacy-policy .box-modules-card ol li, .page-template-default .box-modules-card ol li, .page-template-default .box-modules-card ul li{
	position: relative;
}
.dne-single-content ul li p, .dne-single-content ol li p, .privacy-policy .box-modules-card ul li p, .privacy-policy .box-modules-card ol li p, .page-template-default .box-modules-card ol li p, .page-template-default .box-modules-card ul li p{
	margin: 0px;
}
.dne-single-content ul li::before, .dne-single-content ol li::before, .privacy-policy .box-modules-card ul li::before, .privacy-policy .box-modules-card ol li::before, .page-template-default .box-modules-card ol li::before, .page-template-default .box-modules-card ul li::before {
	content: " ";
    position: absolute;
    left: -25px;
    top: 12px;
    background: #FF6645;
    width: 8px;
    height: 8px;
	transform: rotate(45deg);
}

.dl-single-blog-page .row{
	gap: 150px;
	flex-wrap:nowrap;
}

.dne-sfp-title {
	font-family: var(--primary-font);
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: -0.01em;
	color: #011A3C;
	margin: 80px 0 40px;
}

.dne-blog-container.sfp{
	grid-template-columns: repeat(3, 1fr);
}

.post-518.type-page, .post-3.type-page{
	padding-left: 0;
}
.single-practice-sidebar ul li:hover a{
	color: var(--secondary);
	transition: .3s all;
	border-color: var(--secondary);
}

.dne-single-content h2 {font-size: 43px; line-height: normal;}
.dne-single-content h3 {font-size: 38px; line-height: normal;}
.dne-single-content h4 {font-size: 35px; line-height: normal;}
.dne-single-content h5 {font-size: 30px; line-height: normal;}
.dne-single-content h6 {font-size: 27px; line-height: normal;}

.dl-single-blog-page div.h2 {color: #000;}
.gchoice.gchoice_1_6_1 {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.our-staff .img-wrap { position: relative; display: inline-block; position: relative; } 
.our-staff .img-wrap img { display: block; width: 100%; height: auto; } 
.our-staff .img-wrap .hover-img { position: absolute; top: 0; left: 0; width: 100%; height: auto; opacity: 0; transition: opacity 0.3s ease-in-out; /* smooth fade */ } 
.our-staff:hover .hover-img { opacity: 1; }
.side-form input[type="text"]::placeholder, .side-form input[type="email"]::placeholder, .side-form input[type="tel"]::placeholder, .side-form textarea::placeholder, .side-form select::placeholder {
  color: #fff;
  opacity: 1; 
}

@media (max-width:1090px){
	.single-practice-col-4{
	width: 31%!important;
}
.single-practice-col-8{
	width: 67%!important;
}
	.single-practice-sidebar .card{
		padding:20px;
	}
	.single-practice-col-8 .type-practice-areas{
	padding-left: 30px;
}
}

@media (max-width:1024px){
	.contect-hero-section{
		height:500px;
	}
	.contact-hero-title{
		font-size: 35px; 
		width: 400px;
	}
	.contact-hero-subtitle{
		font-size: 18px;
		width: 400px;
		line-height: 25px;
	}
	.btn-text{
		font-size: 17px!important;
		height: 45px!important;
		min-width: 170px!important;
	}
	.btn-icon{
		width: 50px!important;
    height: 50px!important;
	}
	.contact-office-heading {
		font-size: 30px;
	}
	.contact-office-address {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.pa-title{
		font-size: 57px;
    	line-height: 80px;
	}
	.settlements-container{
		margin-bottom: 0px;
	}
	.settlement-card-margin{
		width: 43.4%;
	}
	.settlement-card{
		gap: 15px;
	}
	.settlement-icon img {
		width: 35px;
		height: 35px;
	}
	.settlement-amount{
		font-size: 35px;
	}
	.settlement-type {
		font-size: 20px;
	}
	.single-practice-row{
		flex-direction: column-reverse;
	}
	.single-practice-col-4{
	width: 100%!important;
}
.single-practice-col-8{
	width: 100%!important;
}
	.single-practice-sidebar .card{
		padding:20px;
	}
	.single-practice-col-8 .type-practice-areas{
	padding-left: 0px;
}
}


@media (max-width:795px){
	.contect-hero-section{
		height: 420px;background-position: center 45%;
		padding-bottom: 30px;
		align-items: end;
	}
	.contact-hero-title{
		font-size: 30px;
        width: 250px;;
	}
	.contact-hero-subtitle{
		font-size: 15px;
        width: 250px;
        line-height: 20px;
	}
	.contact-section-wrapper{
		gap:30px;
	}
	.contact-office-info{
		padding:0px;
	}
	.gform_fields .gfield{
		margin-bottom:7px!important;
	}
	.gform_heading h2{
		margin-bottom:2px!important;
		line-height: 30px;
        font-size: 22px;
	}
	.gform_heading p{
		margin-bottom:4px!important;
		font-size: 16px;
	}
	.gform_button{
		font-size: 17px !important;
        height: 45px !important;
        min-width: 170px !important;
	}
	.gform-footer:after{
		display:none!important;
	}
	.gform-footer.gform_footer.top_label{
		margin-top:20px!important;
		display: flex;
        justify-content: center;
	}
	input[type="text"], input[type="email"], input[type="tel"], textarea, select{
		height:40px!important;
		min-height: 40px!important;
	}
	.gform-grid-row{
		flex-direction:column!important;
		gap: 15px;
	}
	.gform-grid-row span{
		max-width: 100%!important;
	}
	.practice-box{
		width: 100%;
	}
	.pa-title{
		font-size: 45px;
    line-height: 60px;
		margin-bottom:40px;
	}
	.dl-single-blog-page .row{
		flex-direction: column;
	}
	.col-sm-12{
		width: 100%!important;
	}
	.settlement-card-margin {
        width: 41.4%;
    }
	
}

@media (max-width:550px){
	.contect-hero-section{
		background-position: center 55%;
	}
	.contact-hero-buttons .btn-icon{
		display:none;
	}
	.contact-hero-section-content{
		padding: 0px 20px;
	}
	.settlements-container{
		gap: 20px 0px;
	}
	.settlement-card-margin {
        width: 100%;
    }
}
@media (max-width:431px){
	.btn-text {
        font-size: 14px !important;
        height: 45px !important;
        min-width: 125px !important;
    }
}






