.ast-above-header-bar.ast-above-header.site-header-focus-item {background-color: transparent;}
.wpml_header_switcher .wpml-ls-legacy-list-horizontal>ul {text-align: center;}
.wpml_header_switcher .wpml-ls-legacy-list-horizontal>ul a span {color: #fff;font-size: 16px;}
body.home{
	background:url(/wp-content/uploads/2025/10/body-bg-1-scaled.jpg) no-repeat !important;
	background-size:cover !important;
}
.page-id-1994 .astra-advanced-hook-45 {display: none;}
.resume-form .input-container {margin-bottom: 20px;}
.resume-form input[type="submit"] {
    background: transparent !important;
    color: #000;
    width: 100%;
    border: 1px solid #000;
}
.resume-form input[type="submit"]:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff;
}
.resume-form input[type="text"], .resume-form input[type="tel"], .resume-form input[type="email"]{color: #000l}
.uagb-modal-popup-content form.wpcf7-form.sent .wpcf7-response-output {color: #46b450 !important;}
/* .video-area {position: relative;}
.video-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(
180deg, #7b452e, transparent);
}
.video-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(
360deg, #7b452e, transparent);
} */
.astra-advanced-hook-45::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: -50%;
    left: 0;
    z-index: 1;
    background: linear-gradient(360deg, #1b0805, #1b0805, transparent);
}
.spectra-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.spectra-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spectra-video-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
margin-bottom:-2px;	
}

.spectra-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play button with blur */
.spectra-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(76, 21, 13, 0.6); /* #4C150D with transparency */
  color: #fff;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;

  /* Glow/blur effect animation */
  box-shadow: 0 0 15px rgba(255,255,255,0.5);
  animation: glow 1.5s infinite alternate;
  backdrop-filter: blur(5px); /* soft blur behind button */
}

/* Glow animation */
@keyframes glow {
  0% {
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
  }
  50% {
    box-shadow: 0 0 25px rgba(255,255,255,0.8);
  }
  100% {
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
  }
}


.astra-advanced-hook-45 {position: relative;}
.inner_banner.wp-block-uagb-container.alignfull.uagb-is-root-container::before {
    background: #7e3d2170;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    bottom: 0;
}
.blog-section a.wp-block-button__link.uagb-text-link {text-decoration: underline !important;}
.cursor-pointer{cursor:pointer;}
.wp-block-uagb-container.inspiring-section{background-size:100% 100%;}
.wp-block-uagb-container.about-card .uagb-inline-editing:hover{color:#fff !important;}
.wp-block-uagb-container.about-card:before{
    position:absolute;
    content:'';
    background:#00000073;
    left:0;
    right:0;
    height:100%;
    width:100%;
    border-radius:20px;
}
.wp-block-uagb-container.hero-section:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 230px;
	background: linear-gradient(0deg, #7E3D21 0%, rgba(126, 61, 33, 0.73) 43.85%, rgba(126, 61, 33, 0) 93.07%);

}
.wp-block-uagb-container.inspiring-section:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50%;
	background: linear-gradient(180deg, #7E3D21 16.67%, rgba(126, 61, 33, 0) 100%);
}

.story-section:before{
	content: '';
	position: absolute;
	top: -5em;
	bottom:0;
	left: 0;
	width: 435px;
	height: 482px;
	background: url(/wp-content/uploads/2025/10/circle.png) no-repeat;
	background-size: 400px;
}
.service-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -1px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #7B452E 16.67%, rgba(123, 69, 46, 0) 100%);
    transform: rotate(180deg);
}
/* GRID */
.citrine-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* CARD */
.citrine-blog-card {
    background: linear-gradient(180deg, #2b0f0b 0%, #140705 100%);
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.citrine-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

/* IMAGE */
.citrine-blog-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.citrine-blog-content {
    padding: 20px 0px;
}

/* DATE */
.citrine-blog-date {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Figtree";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
}

/* TITLE */
.citrine-blog-title {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.citrine-blog-title a {
    color: #ffffff;
    text-decoration: none;
}

.citrine-blog-title a:hover {
    color: #e2c08d;
}

/* EXCERPT */
.citrine-blog-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0;
    margin-bottom: 18px;
}

/* READ MORE */
.citrine-read-more {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
}

.citrine-read-more:hover {
    color: #ffffff;
}

.wp-block-uagb-container.legal-advocate:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100px;
	background: linear-gradient(180deg, #7B452E 10%, rgba(123, 69, 46, 0) 100%);

}
.wp-block-uagb-container.legal-advocate:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
	background: linear-gradient(180deg, #7B452E 10%, rgba(123, 69, 46, 0) 100%);
	transform: rotate(180deg);
}
.wp-block-uagb-container.persnal-criminal-section:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, #7b452e00 10%, #7b452e 100%);
    transform: rotate(180deg);
}
.heading-gradinet{
	background: linear-gradient(180deg, #ffffff8f -43.33%, rgb(255 255 255 / 0%) 143.33%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text; /* for Firefox */
   color: transparent;
}
.home-case-card .uagb-ifb-title-prefix{position:relative;}
.home-case-card .uagb-ifb-title-prefix:before{
     position:absolute;
	 content:'';
	 background:url(/wp-content/uploads/2025/10/Line-3.png) no-repeat;
	 height:1px;
	 width:233px;
	 bottom:-15px;
	 margin: 0 auto;
	 left: 0;
	 right:0;	
}
.side-heading{position:relative;}
.side-heading:before{
	 position:absolute;
	 content:'';
	 background:url(/wp-content/uploads/2025/10/Line-1.png) no-repeat;
	 height:1px;
	 width:100%;
	 bottom:-15px;
	 margin: 0 auto;
	 left: 0;
	 right:0;
	background-size:contain;
}
.headng-line .uagb-heading-text{position:relative;}
.headng-line .uagb-heading-text:before{
	 position:absolute;
	 content:'';
	 background:url(/wp-content/uploads/2025/10/Line-1.png) no-repeat;
	 height:1px;
	 width:587px;
	 bottom:-15px;
	 margin: 0 auto;
	 left: 0;
	 right:0;
}
.headng-line.mr-auto .uagb-heading-text:before{margin: unset; background:url(/wp-content/uploads/2025/10/Line-2.png) no-repeat;}
.heading-line-1 .uagb-heading-text{position:relative;}
.heading-line-1 .uagb-heading-text:before{
	 position:absolute;
	 content:'';
	 background:url(/wp-content/uploads/2025/10/Line-1.png) no-repeat;
	 height:1px;
	 width:587px;
	 bottom:-15px;
	 margin: 0 auto;
	 left: 0;
	 right: 0;
}
.form-headng-line .uagb-heading-text{position:relative;  padding-bottom:28px !important;}
.form-headng-line .uagb-heading-text:before{
	 position:absolute;
	 content:'';
	 background:url(/wp-content/uploads/2025/10/Line-1.png) no-repeat;
	 height:1px;
	 width:587px;
	 bottom:20px;
	 margin: 0 auto;
	 left: 0;
	 right:0;
}
.heading-line-box .uagb-ifb-title{position:relative;}
.heading-line-box .uagb-ifb-title:before{
	 position:absolute;
	 content:'';
	 background:url(/wp-content/uploads/2025/10/Line-1.png) no-repeat;
	 left:0;
	 height:1px;
	 width:587px;
	 bottom: -20px;
	 margin: 0 auto;
	 left: 0;
	 right: 0;
}
.heading-line-box.ml-auto .uagb-ifb-title:before{
	 background:url(/wp-content/uploads/2025/10/Line-2.png) no-repeat;
	 margin: unset;
	bottom: -10px;
}
.home .blog-section:before{
	position:absolute;
	content:'';
	height:100%;
	width:100%;
	background: linear-gradient(180deg, #712A0B 0%, rgba(113, 42, 11, 0) 100%) !important;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.form-outer-section:before{
	position:absolute;
	content:'';
	height:5000px;
	width:100%;
	background: linear-gradient(180deg, rgba(74, 18, 3, 0) 20.99%, rgba(74, 18, 3, 0.6) 78.83%) !important;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.home-case-card .uagb-ifb-desc{
	 display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

/* Service Css  Start*/
.personal-injury, .criminal-defense {
	padding: 13px 60px;
	font-family: 'Figtree';
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	color: var(--ast-global-color-5);
	border: 1px solid var(--ast-global-color-5);
}
.service-section .tab-section{
	display: flex;
    justify-content: center;
    align-items: center;
	padding-top:50px;
}
.service-section .tabs {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.service-section .tab.active {
    background: #4C150D;
	color: var(--ast-global-color-5);
	border:1px solid #4C150D;
}
.service-section .item {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}

.service-section .tab-content {padding-top: 30px;}
.service-btn svg{max-width:25px !important;}
.service-card:hover{background: #0000004D;}
.service-body{
	justify-content: space-between;
    display: flex;
	padding: 20px;
	padding-bottom: 21px;
	background: #3B0F03B2;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.service-title {
	font-family: 'gloock';
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--ast-global-color-5);
}
.service-description {
	font-family: 'Lato';
	color: var(--ast-global-color-5);
	padding: 0;
	position:absolute;
	top: 75px;
	max-width: calc(100% - 40px);
	left: 20px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
}

.service-section .owl-next, .service-section .owl-prev {box-shadow: unset !important;}
.service-tab-content {max-width: 50% !important;}
.service-btn a, .tab-section {display: flex;}
.service-card {overflow: hidden;}
.service-card:hover .service-description {
    max-height: 5000px;
    transition: all 0.5s;
}
.service-card:before {
    content: '';
    position: absolute;
    top: 77px;
    background: #3B0F03B2;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}
.service-card:hover:before {
    height: calc(100% - 76px);
    transition: all 0.5s;
}

.service-section .owl-prev {
	background: url(/wp-content/uploads/2025/10/left-arw.svg) center/cover no-repeat !Important;
	width: 27px;
	height: 27px;
	font-size: 0px !important;
}
.service-section .owl-next {
	background: url(/wp-content/uploads/2025/10/right-arw.svg) center/cover no-repeat !Important;
	width: 27px;
	height: 27px;
	font-size: 0px !important;
}
.service-section .owl-nav {
	display: flex;
	gap: 50px;
	justify-content: center;
	margin:30px 0;
}
/* Service Css END*/



.banner-text{position: absolute;top: 55%;}
.copyright-text a:hover{color: var(--ast-global-color-2) !important;}
footer.ast-custom-footer .uagb-ifb-desc a:hover,
.form-section .uagb-desc-text a:hover{color: var(--ast-global-color-1) !important;}
.form-section .uagb-desc-text a {color:var(--ast-global-color-5) !important;}
footer.ast-custom-footer .uagb-ifb-desc a {color: var(--ast-global-color-5) !important;}
.rvw-card-second-box .uagb-ifb-content{display: flex;justify-content: center;}
.case-result{max-width:485px !important;}
.blog-section  .uagb-slick-carousel{padding:0 !important;}
.blog-section .uagb-post__inner-wrap{padding:0 !important; margin-bottom:0 !important;}
.sidebar-main .uagb-post__image img{height: 245px !important; object-fit: cover;border-radius: 10px;}
.related-section .uagb-post__inner-wrap{border:1px solid var(--ast-global-color-5); }
.home .footer-section{
	margin-top:-20em !important;
	padding-top:30em !important; 
	background:url(/wp-content/uploads/2025/10/Mask-group.png) no-repeat !important; 
	background-size:cover !important;
	background-position: 50% 50% !important;
}
.wp-block-navigation__container.wp-block-navigation{
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.social-media {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top:23px;
}

.social-media a {
	background: var(--ast-global-color-5);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.social-media a:hover {background: var(--ast-global-color-1);}
footer.ast-custom-footer iframe {opacity: 0.6;}
footer.ast-custom-footer iframe:hover { opacity:1;}


.uagb-modal-text.uagb-modal-trigger{cursor:pointer;}


/*Home Form  */
.home-form .col-6 {
    display:flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	gap:20px;
}
.home-form .input-container {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.home-form  input, .home-form  textarea{
    font-size: 16px !important;
    border:none;
    background: #FFFFFF4D;
    font-family: 'figtree';
    font-weight:500 !important;
    color:var(--ast-global-color-1) !important;
    border-radius: 50px;
    height: 55px;
}
.home-form  textarea{height: 80px; border-radius:28px }
.home-form  input::placeholder {outline: 0; color:var(--ast-global-color-1);}
.home-form  input:focus{outline: 0; background: #FFFFFF4D;  color:var(--ast-global-color-1);}
.home-form  textarea::placeholder{outline: 0; color:var(--ast-global-color-1);}
.home-form  textarea:focus{outline: 0; background: #FFFFFF4D; }
.home-form input[type=submit] {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #FDFCD6 !important;
    padding: 20px;
    width: 100%;
    cursor: pointer;
    height:unset;
    border:none;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--ast-global-color-5);
    max-width: 200px;
    display: flex;
    margin: 0 auto;
}
.home-form input[type=submit]:hover {
	background: var(--ast-global-color-5);
	border: 1px solid var(--ast-global-color-5);
	color: var(--ast-global-color-4) !important;
}


/* Sidebar nav CSS */
.loc-sidenav-menu.new-sidenav-loc {
    background: #8B5138;
    padding: 30px 50px;
    border-radius:20px;
}
.loc-sidenav-menu.new-sidenav-loc .web-heading.my-3 {
    color:#fff;
    font-size: 28px;
    font-weight: 400;
}
.mnin-loc-item a {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 400;
}
.sub-child-loc {
    padding-left: 20px;
	display: none;
    transition: 2s cubic-bezier(0.65, 0.15, 1, 1) 1s;
}
.sub-child-loc.show { display: block;}
.sub-child-loc a {font-size: 18px; font-weight: 400;}
.mnin-loc-item {line-height: 2;}
.submenu .mnin-loc-item.no-cild-location{padding-left:20px !important;}
.submenu .mnin-loc-item.no-cild-location a {
    font-size: 15px !important;
}
.mnin-loc-item.has-cild-location {position: relative;}
span.parent-link img {width: 15px;}
span.parent-link {
    width: 25px;
    position: relative;
    display: inline-block;
    cursor: pointer;
	margin-right: 2px;
	float:right;
}


.wpml_header_switcher img {display: none !important;}

@media(min-width:1561px) {
.main-navigation {
    max-width: 440px;
    position: absolute;
    left: calc(100% - 34%);
    top: 140px;
}
}
@media only screen and (max-width:1560px) and (min-width:922px) {
#ast-desktop-header{max-width:90%; margin:0 auto;}	
}

@media only screen and (max-width:1560px) and (min-width:977px) {
.cont-section{max-width:100% !important;}
.main-navigation {
    max-width: 440px;
    position: absolute;
    left: calc(100% - 490px);
    top: 0px;
}
}
@media only screen and (max-width:1450px) and (min-width:1351px) {
.heading-gradinet .uagb-heading-text{font-size:130px !important;}
header .custom-logo-link img{max-width:220px;}
.case-result{padding:3em 1em !important;}

}
@media only screen and (max-width:1350px) and (min-width:1251px) {
.heading-gradinet .uagb-heading-text{font-size:117px !important;}
.citrine-law .uagb-heading-text{font-size:38px !important;}
.form-headng-line .uagb-heading-text{font-size:38px !important;}
header .custom-logo-link img{max-width:220px;}
.case-result{padding:4em 1em !important;}
}

@media only screen and (max-width:1250px) and (min-width:1151px) {
.heading-gradinet .uagb-heading-text{font-size:108px !important;}
.citrine-law .uagb-heading-text{font-size:35px !important;}
.form-headng-line .uagb-heading-text{font-size:35px !important;}
.home header.site-header {position: relative;width: 100%;background: linear-gradient(90deg, #1F8ECA 0%, #1B92CD 52.88%, #0090D8 100%);}
header .custom-logo-link img{max-width:225px;}
.case-result{padding:5em 1em !important;}

}


@media only screen and (max-width:1150px) and (min-width:977px) {
.heading-gradinet .uagb-heading-text{font-size:90px !important;}
.legal-advocate   .uagb-ifb-title-prefix{font-size:42px !important;}
.legal-advocate  .uagb-ifb-title{font-size:24px !important;}
.citrine-law .uagb-heading-text{font-size:30px !important;}
.case-result{padding:5em 1em !important;}
.form-headng-line .uagb-heading-text{font-size:35px !important;}
.banner-text  .uagb-ifb-title{font-size:33px !important;}
.inner-banner-text  .uagb-ifb-title{font-size:33px !important;}
.inner-banner-text  .uagb-ifb-title-prefix{font-size:130px !important;}
.home header.site-header {position: relative;width: 100%;background: linear-gradient(90deg, #1F8ECA 0%, #1B92CD 52.88%, #0090D8 100%);}
 header .custom-logo-link img{max-width:200px;}
.side-heading {font-size:26px !important;}
.story-section:before{background-size: 250px;}

}



@media(max-width:975px){
.service-card {position: relative;}
.story-section{background-position:50% 100% !important;}
header .custom-logo-link img{max-width:200px;}
.home header.site-header {position: relative;width: 100%;background: linear-gradient(90deg, #1F8ECA 0%, #1B92CD 52.88%, #0090D8 100%);}
.service-card, .service-body{max-width: 550px;margin: 0 auto;}
.home-form input[type=submit]{max-width:100%; }
.banner-text{max-width:550px !important;}	
.home-form .col-6 {
	display:flex;
	flex-direction:column;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	gap:0;
}
.service-card:before {top: 75px;}
	
.spectra-play-btn {
  width: 70px;
  height:70px;
font-size: 35px;	
}
	

}
@media(max-width:921px){
#ast-mobile-header{max-width:550px !important;margin:0 auto;}
nav#ast-mobile-site-navigation {
    position: absolute;
    width: 100%;
}	
}
@media(max-width:767px){
.astra-advanced-hook-45::before{content: unset;}
.story-section:before{top: 0;background-size: 130px;}
.service-section .tabs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.uagb-modal-popup-close {top:25px !important; right:25px !important; fill:#000 !important;}
.uagb-modal-popup-wrap{margin:0 0.75em !important;}
}
@media(max-width:550px){
.wp-block-uagb-container.legal-advocate{background-position:70% 50%;}
.heading-line-box .uagb-ifb-title:before,
.headng-line .uagb-heading-text:before,
.form-headng-line .uagb-heading-text:before{ width: 100%;background-size: contain;}
.banner-text { top: 70%;}
.inner-banner-text  .uagb-ifb-title-prefix{font-size:42px !important;}
.inner-banner-text  .uagb-ifb-title{font-size:24px !important;}
.inner-banner-text  .uagb-ifb-desc{ font-size: 17px !important;}
.banner-text  .uagb-ifb-title{font-size:24px !important;}
.banner-text  .uagb-ifb-desc{ font-size: 17px !important;}
.form-headng-line .uagb-heading-text{font-size:28px !important;}
.home .footer-section{
	margin-top:-25em !important;
	padding-top: 26em !important;
	background-position: 10% 50% !important;
}
}
@media(max-width:410px){
.wp-block-uagb-container.legal-advocate{background:url(/wp-content/uploads/2025/10/bridge-bg-1.png) no-repeat !important;background-size: cover !important;}

}


@media only screen and (max-width:1800px) and (min-width:1251px){
	header .custom-logo-link img {
        max-width: 200px;
    }
}