.ast-builder-grid-row.ast-grid-center-col-layout {
  grid-template-columns: 15% 50% 32%;
}

.hompage-hero-action-button,
.see-all-success-stories-button{
    text-decoration: none !important;
    padding: 16px;
    background: #299F9A;
    width: fit-content !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Outfit';
    line-height: 1.2;
    color: #ffffff;
    border-radius: 8px;
}

.hompage-hero-action-button:hover,
.attorney-button:hover,
.see-all-success-stories-button:hover,
.home-page-footer-form .form-row .input-container input[type="submit"]:hover{
    background:#207F7B;
	color:#FFFFFF;
}


.pa-img  .wp-block-uagb-image__figure {
   width:100%;
   min-width:100%;
}



.blog_page  .uagb-post__title.uagb-post__text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
          box-orient: vertical; 
	line-height: 1.3em;       
    height: 2.6em;  
}

.attorney-button{
text-decoration: none !important;
    padding: 16.5px 16px;
    background: #299F9A;
    width: fit-content !important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Outfit';
    line-height: 1.3;
    color: #ffffff;
    border-radius: 8px;
        display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.hero-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 87%;
    width: 100%;
    max-width: 1440px;
    background-image: url(/wp-content/uploads/2025/12/mack-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 1;
}
.hero-banner::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 34vw;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/12/Rectangle-1265.png);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}


@font-face {
  font-family: 'Benton Modern D';
  src: url('/wp-content/uploads/fonts/BentonModDisp-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.custom-font .uagb-heading-text,
h1,h2,h3,h4,h5,h6{
    font-family: 'Benton Modern D' !important;
}

.sidebar-contact-form .input-container label{
	color: #FFFFFF;
    font-size: 14px;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 20px;
}

.dashicons-calendar:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/12/calendar.png);
    display: block;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.sidebar-blog-button .wp-block-button{
   width:100% !important;
}

.entry-content > .wp-block-group{
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
}

.uagb-block-fe4e490b .uagb-heading-text a{
  color: #ECECEC;
}

.info-sec-1::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32vw;
    height: 78%;
    background-image: url(/wp-content/uploads/2025/12/Rectangle-1270.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.info-sec::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32vw;
    height: 78%;
    background-image: url(/wp-content/uploads/2025/12/Rectangle-1270.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.info-sec-2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32vw;
    height: 78%;
    background-image: url(/wp-content/uploads/2025/12/Rectangle-1270-1.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.uagb-post-grid .uagb-post__date span{
   vertical-align:middle !important;
	margin-top: -5px;
}
/* .home-blog.uagb-post-grid .slick-prev,
.home-blog.uagb-post-grid .slick-next{
	background-color: #FFFFFF !important;
    border-radius: 50%;
    width: 60px;
    height: 48px !important;
} */

button.slick-prev.slick-arrow:hover:before {
	background-image: url(/wp-content/uploads/2025/12/Frame-1000003240-2.png);
  }

button.slick-next.slick-arrow:hover:before{
    background-image: url(/wp-content/uploads/2025/12/Frame-1000003240-1.png);
}
.home-page-faq  .uagb-faq-item .uagb-faq-questions-button{
   background-color:#DDD4D6;
}
.home-page-faq  .uagb-faq-item.uagb-faq-item-active .uagb-faq-questions-button{
   background-color:#FFFFFF;
}
.home-page-faq .uagb-faq-item-active .uagb-faq-questions{
	padding-top: 23.5px;
    padding-bottom: 9.5px;
    padding-right: 24px;
    padding-left: 24px;
}
.home-page-faq .uagb-faq-questions .uagb-question{
    font-family: 'Benton Modern D' !important;
}



.home-page-footer-form .form-row{
  display:flex;
  gap:20px;
  justify-content:center;
  align-items:center;
}


.home-page-footer-form .form-row .input-container{
  width:100%;
}

.home-page-footer-form .form-row .input-container input{
	 height: 48px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Outfit';
    line-height: 1.4em;
    color: #393438;
    border: 1px solid #ECECEC;
    border-radius: 8px;
}

.home-page-footer-form .form-row .input-container input:focus,
.home-page-footer-form .form-row .input-container textarea:focus{
   border:3px solid #299F9A3D;
}

.home-page-footer-form .form-row .input-container input[type="submit"]{
     padding: 16px 16px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Outfit';
    background: #299F9A;
    line-height: 1.3em;
    height: fit-content;
    color: #FFFFFF;
}
.contact-form-text{
	font-size: 16px;
    font-weight: 400;
    font-family: 'Outfit';
    text-align: center;
    margin-top: 16px;
}
.contact-form-text a{
  color:#299F9A;
  text-decoration:none !important;
}

.home-blog .uagb-post__cta a{
  text-decoration: underline !important;
}

/* .home-blog.uagb-post-grid .uagb-post__image img{
    max-height: 290px!important;
	height:290px !important;
    object-fit: cover!important;
} */



#home-page-footer-contact-us{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.home-page-footer-form .form-row .input-container textarea{
  	height:67px;
  	padding: 12px 16px;
  	font-size: 18px;
    font-weight: 400;
    font-family: 'Outfit';
    line-height: 1.4em;
    color: #393438;
    border: 1px solid #ECECEC;
    border-radius: 8px;
	color:#7E7A7D;
}
.home-page-footer-form .form-row .input-container label{
    color: #393438;
    font-size: 12px;
    font-family: 'Outfit';
    font-weight: 700;
    line-height: 20px;
text-transform:uppercase;
}
.home-page-footer-form input::placeholder,
.home-page-footer-form textarea::placeholder {
  color: #393438;
opacity:0.5;
}
.home-page-footer-form .form-row .button-container{
  text-align:center;
}

.social-icons{
  display: flex;
  gap: 16px;
}

.social-icons a:hover svg path{
  fill:#7E7A7D;
}

.home-blog .uagb-post__title.uagb-post__text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
          box-orient: vertical; 
	line-height: inherit;
}

.uagb-post__text.uagb-post__excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Home Blog Meta Priority*/

.home-blog .uagb-post__inner-wrap {
  display: flex!important;
  flex-direction: column!important;
}

/* Default order for elements we don't move */
.home-blog .uagb-post__image {
  order: 1!important;
}
.home-blog .uagb-post__excerpt {
  order: 4!important;
}
.home-blog .uagb-post__cta {
  order: 5!important;
}

/*  * Prority 1: Meta Date (set to order: 2)
 * Prority 2: Title (set to order: 3) */

.home-blog .uagb-post-grid-byline {
  order: 2!important;
}

.home-blog .uagb-post__title {
  order: 3!important;
}
/* Home Blog Meta Priority */

.home-blog .uagb-post__inner-wrap {
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 0 !important;
	margin: 0 10px !important;
	overflow: hidden !important;
}

.home-blog .slick-slide {
    padding-left: 10px !important;  /* Half the total gap you want */
    padding-right: 10px !important; /* Half the total gap you want */
}


/* Equal Container in slider */

.equal_slider .swiper-wrapper {
	align-items: stretch !important;
}
.equal_slider .swiper-slide {
	display: flex !important;
	height: auto !important;
}
.equal_slider .wp-block-uagb-container.equal-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.equal_slider .equal-card .uagb-container__wrap,
.equal_slider .equal-card .uagb-container-inner-wrap,
.equal_slider .equal-card .uagb-container-inner-blocks-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (max-width:767px){
	.equal_slider .wp-block-uagb-container.equal-card {
    justify-content: flex-start;
}
}

/* If slider width breaks, add this css /*

.equal_slider .uagb-swiper .swiper-content {
    width: 100%;
}

/* Equal Container in slider */

div.faq-section-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    font-family: 'Outfit';
    text-align: center;
    margin-top: 48px;
    color:#484246;
}
div.faq-section-text .faq-section-anchor-text{
 color:#299F9A;
}

.section-intro-image {
    width: 38%;
    float: right;
    margin: 0 0px 15px 20px !important;
    line-height: 0;
}

.section-intro-image img {
    width: 100%;
 	height:320px;
	object-fit:cover;
	border:none;
}


@media screen and (max-width: 976px) {
    .section-intro-image {
        width: 100% !important;            
        float: none !important;             
        display: block !important;   
        margin: 0 0 15px 0 !important;
    }

	.section-intro-image img{
		margin-bottom:20px !important;
	}
}


.wp-block-uagb-advanced-heading.uagb-block-0eb2719c .uagb-heading-text a{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #ECECEC;
    font-family: 'Outfit';
    text-decoration: none !important;
}

.contact-us-section::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/12/contact-us.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 1;
}


@media (max-width:767px){
	.equal_slider .wp-block-uagb-container.equal-card {
    justify-content: flex-start;
}
}


.practice-area-button:hover{
  background-color: #393438;
}

.practice-area-button:hover .uagb-svg-wrapper svg path{
  fill:#7E7A7D;
}

.review-area-button:hover{
  background-color: #DDD4D6;
}
.review-area-button:hover .uagb-svg-wrapper svg path{
  fill:#7E7A7D;
}
p.copyright-text{
font-size: 18px;
    font-weight: 400;
    font-family: 'Outfit';
    line-height: 1.4;
    margin-bottom: 0px;
}

@media (max-width: 1600px){
.wp-block-uagb-container.uagb-block-96567c31{
   justify-content: flex-start;
/*     padding-left:20px; */
    padding-left:0px;
}
}
@media only screen and (max-width:1381px) and (min-width:921px) {
	.ast-builder-menu-1 .menu-item > .menu-link{
       font-size:12px;
    }
	.consultation-contact a{
       font-size:15px;
   }
	.header-btn{
      font-size:12px;
    }
}

@media (max-width:976px){
   p.copyright-text{
	font-size: 14px;
	}

	.hero-banner::before,
	.contact-us-section::after{
     content:none;
   }
       .hero-banner::after {
        content:none;
    }
   .info-sec::before {
    width:100%;
	}
	.wp-block-uagb-container .practice-area-button,
	.wp-block-uagb-container .practice-area-button,
	.wp-block-uagb-container .review-area-button{
     width:60px !important;
	 height: 48px !important;
   }
	.pa-slider-container .wp-block-uagb-image__figure img{
       width:100% !important;
		transition: transform 0.4s ease;
    }
	.info-sec-2::before,
	.info-sec-1::before{
     content:none;
   }
	div.faq-section-text{
     margin-top:30px;
   }

	#home-page-footer-contact-us{
      gap:16px;
   }
	
	.home-page-footer-form .form-row{
		flex-direction: column;
    	gap: 16px;
   }
	.home-page-footer-form .form-row .input-container input[type="submit"]{
	   font-weight:700;
       width:100%;
    }

    
	.hompage-hero-action-button{
        width:100% !important;
		text-align:center;
   }
   

}

@media (min-width:976px){
/* Slider container relative */
.pa-slider .pa-slider-container {
  position: relative;
  overflow: hidden;
}


/* Image hover effect */
.pa-slider .pa-slider-container .pa-img .wp-block-uagb-image__figure img {
  width: 100% !important;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  z-index: 1;
  position: relative;
}

/* Enlarge image on hover */
.pa-slider .pa-slider-container:hover .pa-img .wp-block-uagb-image__figure img {
  transform: scale(1.1);
}

/* Overlay container using grid */
.pa-slider .pa-slider-container .pa-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: min-content 1fr auto; /* heading | spacer | description */
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}

/* Heading at top, natural height */
.pa-slider .pa-slider-container .pa-desc .uagb-heading-text {
  grid-row: 1; /* first row */
  margin: 0;
  pointer-events: auto;
}

/* Description always in bottom row */
.pa-slider .pa-slider-container .pa-desc p,
.pa-slider .pa-slider-container .pa-desc .uagb-text {
  grid-row: 3; /* bottom row */
  align-self: start; /* starts at top of bottom row */
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #fff;
  pointer-events: auto;
}

/* Show description on hover */
.pa-slider .pa-slider-container:hover .pa-desc p,
.pa-slider .pa-slider-container:hover .pa-desc .uagb-text {
  opacity: 1;
  transform: translateY(0);
}


}


@media (max-width:1024px){
	.hero-banner::after{
       content:none;
   }

	#ast-desktop-header{
      max-width:100% !important;
   }
}