.section-hide {
	display: none!important;
}

/* Home Banner */

.home-sec-topcontent {
	padding-bottom: 70px;
}

.home-banner-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: top right;
	top: 0;
}

.banner-title {
	font-family: "Lora", serif;
	font-weight: 500;
	font-size: 85.33px;
	line-height: 85.33px;
	font-weight: 500;
}

.banner-title span {
	color: var(--yellow);
}

.banner-sub-title {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 17px;
}

.banner-description {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	margin: 25px 0px 25px 0px;
}

.home-banner {
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-color: #fff;
    padding-top: 230px;
    padding-bottom: 70px;
    height: 100vh;
}

.home-banner .container {
	z-index: 1;
}

.banner-content {
	width: 47%;
}

/* Pricing-tier */

.pricing-tier {
	padding: 45px 0px;
}

.single-price {
	 display: flex;
    justify-content: center;
}

/* About us */

.about-content .about-sub-title {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
}

.about-us h2 {
	font-family: var(--font-lora);
}

.about-content {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 60px;
}

/* Our Practices */

.practices-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: auto;
}

.practices-card.large {
	grid-row: span 2;
	grid-column: span 3;
	min-height: 420px;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	border-radius: 26px;
}

.practices-card.small {
	position: relative;
	border-radius: 26px;
	overflow: hidden;
	color: white;
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.practices-card {
	cursor: pointer;
}

.practices-card {
	background-position: center;
	background-size: cover;
	position: relative;
}

.practices-inner {
    z-index: 2;
}

.practices-card.small::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(35, 37, 52, 0) 0%, #000000eb 100%);
    z-index: 2;
}

.areas-expertise .practices-card.small::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 60%;
	background: linear-gradient(180deg, rgba(35, 37, 52, 0) 0%, #000000eb 100%);
    z-index: 2;
}

.practices-card.large::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(35, 37, 52, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
	border-radius: 12px;
}

.practices-inner h5 , .practices-inner h5 a {
	font-weight: 600;
	font-size: 26.67px;
	line-height: 30.67px;
	text-align: center;
	color: #fff;
	margin: 0px;
}

.practices-card.large h2 {
	font-weight: 600;
	font-size: 26.67px;
	line-height: 30.67px;
	color: var(--white);
}

.practices-card.large p {
	font-family: var(--font-jost);
	font-weight: 300;
	font-size: 18.67px;
	line-height: 25.33px;
	color: var(--white);
}

.practices-card.large a {
	font-family: var(--font-jost);
	font-weight: 600;
	font-size: 21.33px;
	line-height: 144%;
	color: var(--yellow);
}

.parctices-large-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 30px;
	z-index: 1;
	position: relative;
	width: 80%;
}

.practices-top-des p {
	color: #4C4C4C;
	font-family: var(--font-opensans);
}

.practices-top-content h2 {
	color: #2F2F2F;
}

.prac-civil-link {
	display: flex;
	align-items: center;
}

.prac-civil-link svg {
	margin-left: 15px;
}

.parctices-large-inner p {
	margin: 10px 0px;
}
.prac-civil-link svg {
  display: inline-block;              
  transform-origin: center;         
  transition: transform 220ms ease;   
  will-change: transform;
}

.prac-civil-link:hover svg {
    transform: rotate(-41deg);
}

/* Video_section */

.about-sec-video {
	position: relative;
}

.about-sec-video a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.about-sec-video a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease; /* smooth animation */
}

.about-sec-video a img:hover {
  transform: translate(-50%, -50%) scale(0.9); /* keep translate + add zoom out */
}

.html5-elem-data-box {
	display: none !important;
}

.video-content .h2 {
	font-family: var(--font-lora);
	margin: 20px 0px;
}

.video-content {
	padding-right: 101px;
}


/* Right Image Section */

.right-image-section .about-content {
	padding-left: 0px;
	padding-right: 120px;
}

/* Why Choose US */

.choose-top-content.text-center {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.why-choose-block {
	flex-direction: column;
}

.choose-icon {
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.choose-icon img {
	width: 80px;
}

.choose-top-content h2 {
	color: #2F2F2F;
	margin-bottom: 50px;
}

.why-choose-block p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    margin-top: 30px;
}

.why-choose-us .slick-slide {
    padding: 0px 30px;
}

.why-choose-us .slick-arrow {
	position: absolute;
    border: none;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.why-choose-us .slick-arrow span {
	 display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-us .slick-arrow svg path{
	fill: var(--yellow);
}

.why-choose-us .prev-arrow {
	left: 0px;
}

.why-choose-us .slick-arrow {
	right: 0px;
}

.team-section h2 {
	color: #2F2F2F;
}

.team-sub-heading {
	font-family: var(--font-jost);
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 49.33px;
	text-align: center;
	color: #4C4C4C;
}

.team-info .title {
	font-family: var(--font-opensans);
	font-weight: 700;
	font-size: 32px;
	line-height: 42.67px;
	text-align: center;
	color: #1F1F1F;
	margin-top: 30px;
	transition: 0.5s;
}

.team-info .title:hover {
  color: var(--white);
}

.sub-title {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 21.33px;
	line-height: 30px;
	text-align: center;
	color: #4C4C4C;
}

.team-members .img-sc {
   border-radius: 26px;
   overflow: hidden;
}

.team-members .img-sc img {
  transition: transform 0.4s ease; 
  transform-origin: center;        

}

.team-members .col-wp:hover img {
  transform: scale(1.08); 
}

/* Blog Posts */

.blog-section h2 {
	color: #2F2F2F;
}

.blog-sub-heading {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 24px;
	line-height: 49.33px;
	text-align: center;
	color: #4C4C4C;
}

.blog-meta {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 21.33px;
	line-height: 42.67px;
}

.blog-card h3 a {
	font-family: var(--font-lora);
	font-weight: 700;
	font-size: 32px;
	color: #4C4C4C;
	line-height: 42.67px;
	transition: 0.5s;
}

.blog-card .learn-more {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 21.33px;
	line-height: 42.67px;
	color: #4C4C4C;
	margin-top: 20px;
	display: block;
	transition: 0.5s;
}

.blog-image {
   border-radius: 26px;
}

.blog-image img {
  transition: transform 0.4s ease; 
  transform-origin: center;        
}

.blog-card:hover img {
  transform: scale(1.08); 
}

.blog-card h3 a:hover {
  color: var(--yellow);
}

.blog-card .learn-more:hover {
  color: var(--yellow);
}




/* Form_detail */

.form-title {
    font-family: var(--font-lora);
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    color: #2f2f2f;
    margin-bottom: 80px;
}

.form-des p {
	font-family: var(--font-opensans);
	font-weight: 400;
	font-size: 21.33px;
	line-height: 33.33px;
	color: #4C4C4C;
}

.form-content ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px;
}

.form-content ul li, .form-content ul li a{
	font-family: Jost;
	font-weight: 600;
	font-size: 20px;
	line-height: 33.6px;
	color: #4C4C4C;
}

.form-section-block>.container>.row {
	padding: 50px;
	border: 1.33px solid #D7D7D7;
	border-radius: 26px;
}

.form-control {
	background: #E9E9E9;
	border: none;
	height: 80px;
	border-radius: 13px;
	padding: 20px;
	font-family: var(--font-inter);
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: var(--blue);
}

.form-control:focus {
	background: #E9E9E9;
	border: none;
	height: 80px;
	border-radius: 13px;
	padding: 20px;
	font-family: var(--font-inter);
	font-weight: 500;
	font-size: 20px !important;
	line-height: 20px;
	box-shadow: none;
}

.form-control::placeholder {
	color: #4C4C4C;
}

.wpcf7-submit {
	border: 2px solid transparent;
	background-color: var(--yellow);
	line-height: 26px;
	text-align: center;
	font-size: 21px;
	transition: .5s;
	padding: 18px 60px;
	border-radius: 12px;
	color: var(--white);
	font-family: var(--font-inter);
}

.footer-form-row {
	row-gap: 20px;
}

.form-content {
    padding-right: 20px;
}

.section-pd-bottom {
	padding-bottom: 100px;
}

/* FAQ Section */


.faq-accordion {
	width: 100%;
}

.accordion-item {
	color: #2F2F2F;
	border: none;
	border-bottom: 1.33px solid #C5C5C5;
}

.accordion-button {
	font-family: var(--font-jost);
	font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 30px 0px;
}

.accordion-button:not(.collapsed) {
	color: #2F2F2F;
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button::after {
	border: 1px solid var(--yellow);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 37px;
	height: 37px;
	background-position: center;
	border-radius: 50%;
}

.accordion-button:not(.collapsed)::after {
	border: 1px solid var(--yellow);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 37px;
	height: 37px;
	background-position: center;
	border-radius: 50%;
}

.faq-accordion .accordion-item:first-child .accordion-button {
	margin-top: 0px;
	padding-top: 0px;
}

.accordion-body {
	padding: 20px 100px 20px 0px;
	padding-top: 0;
}

/* Review Section */

.home-review h2 {
	color: #2F2F2F;
}

.review-title {
	font-family: var(--font-lora);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #2F2F2F;
}

.review-text p {
	font-family: var(--font-jost);
	font-weight: 400;
	font-style: Italic;
	font-size: 21.33px;
	line-height: 34.67px;
}

.author-name {
	font-family: var(--font-lora);
	font-weight: 600;
	font-size: 21.33px;
	line-height: 30px;
}

.author-postion {
	font-family: var(--font-jost);
	font-weight: 400;
	font-size: 16px;
	line-height: 34.67px;
}

.author-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid var(--yellow);
}

.author-detail {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.reviews-list .item {
	padding: 15px;
}

.item-main {
	background-color: var(--white);
	box-shadow: 0px 5.33px 15.33px 0px #00000008;
	border-radius: 25px;
	padding: 30px;
}

.review-text {
	padding: 15px 0px 0px 0px;
}

.star-rating {
	padding: 10px 0px;
}

.social-sc .item-1 a:hover svg path {
	fill: var(--yellow);
}

.nap-content a:hover {
	text-decoration: underline;
}

.footer-top .menu-item a:hover {
	text-decoration: underline;
}

.footer-inner-columns .item-1 a:hover {
	text-decoration: underline;
}
.left-image-section.list-style .about-content {
	    padding-left: 20px;
}

