/* titlbar image bg */

/* Submenu carets in HTML (see _includes/nav-submenu-caret.html) so arrows show before Elementor frontend JS / deferred scripts run */
.nav-submenu-caret {
	display: inline-block;
	vertical-align: middle;
	margin-inline-start: 0.35em;
	width: 0.65em;
	height: 0.65em;
	flex-shrink: 0;
}
/* Elementor injects its own caret (often a nested SVG or .sub-arrow) after JS runs — hide all but our inline caret */
.elementor-widget-nav-menu a.has-submenu .sub-arrow,
.elementor-widget-nav-menu a.has-submenu svg.e-font-icon-svg:not(.nav-submenu-caret) {
	display: none !important;
}

/*
 * Desktop header nav (Elementor post 25 / widget 8109f50): Elementor hides flyouts until :hover.
 * When the current URL is under a branch (e.g. /divorce/ or a divorce child page), Liquid already
 * adds current-menu-ancestor / current-menu-item — keep matching submenus visible so child links show.
 */
.elementor-25 .elementor-element.elementor-element-8109f50 .elementor-nav-menu--main > .menu-item-has-children.current-menu-ancestor > ul.sub-menu.elementor-nav-menu--dropdown,
.elementor-25 .elementor-element.elementor-element-8109f50 .elementor-nav-menu--main > .menu-item-has-children.current-menu-item > ul.sub-menu.elementor-nav-menu--dropdown,
.elementor-25 .elementor-element.elementor-element-8109f50 .sub-menu .menu-item-has-children.current-menu-ancestor > ul.sub-menu.elementor-nav-menu--dropdown,
.elementor-25 .elementor-element.elementor-element-8109f50 .sub-menu .menu-item-has-children.current-menu-item > ul.sub-menu.elementor-nav-menu--dropdown {
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	clip-path: none !important;
	transform: none !important;
	max-height: none !important;
	overflow: visible !important;
	height: auto !important;
	min-height: 0 !important;
	z-index: 100000 !important;
}

.elementor-747 .elementor-element.elementor-element-2a53ec52:not(.elementor-motion-effects-element-type-background),
		.elementor-747 .elementor-element.elementor-element-2a53ec52>.elementor-motion-effects-container>.elementor-motion-effects-layer {
			--wpr-bg-a9ab6e20-3aec-41d7-be3e-eccd2855524d: url('/wp-content/uploads/2025/06/Rectangle423-ezgif.com-png-to-webp-converter.webp');
		}


/* footer bg image */

.elementor-436 .elementor-element.elementor-element-a489f3a:not(.elementor-motion-effects-element-type-background),
			.elementor-436 .elementor-element.elementor-element-a489f3a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
				--wpr-bg-03007f27-0cce-480f-a858-351858fbc7c6: url('/wp-content/uploads/2025/06/Rectangle77-ezgif.com-png-to-webp-converter.webp');
			}

			.elementor-436 .elementor-element.elementor-element-5d6fe5b:not(.elementor-motion-effects-element-type-background),
			.elementor-436 .elementor-element.elementor-element-5d6fe5b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
				--wpr-bg-87b71eb2-55e9-445e-94bc-d9ea7a04a3b8: url('/wp-content/uploads/2025/06/Rectangle77-ezgif.com-png-to-webp-converter.webp');
			}

			.elementor-436 .elementor-element.elementor-element-c84ebcc:not(.elementor-motion-effects-element-type-background),
			.elementor-436 .elementor-element.elementor-element-c84ebcc>.elementor-motion-effects-container>.elementor-motion-effects-layer {
				--wpr-bg-28c35cc8-ef05-45a7-af90-3e40f1ab3f60: url('/wp-content/uploads/2025/06/Rectangle77-ezgif.com-png-to-webp-converter.webp');
			}


/* footer css */

footer .fuelweb{
    display :inline-flex;
    align-items: center;
}
footer .fuelweb .fuel-logo-light{
        vertical-align: middle;
        width: 67px;
        height: auto;
        display: inline-block;
        object-fit: contain;
        margin-left: 6px;
    }


.review-page-class .review-div .elementor-widget-wrap.elementor-element-populated{
    margin-right: 3%;
	padding: 0;
	
}

.text-start{
	text-align: start !important;
}





    
.show-more-post-btn {
    height: var(--wpforms-button-size-height);
    border-radius: var(--wpforms-button-border-radius);
    border-style: var(--wpforms-button-border-style);
    border-color: var(--wpforms-button-border-color);
    border-width: var(--wpforms-button-border-size);
    box-shadow: none;
    padding: 0 var(--wpforms-button-size-padding-h);
    font-family: inherit;
    font-weight: 500;
    font-size: var(--wpforms-button-size-font-size);
    line-height: 100%;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    position: relative;
    text-decoration: none;
	background-color: #494D56;
    color: var(--wpforms-button-text-color);
	&:hover{
		background-color: #373a41;
	}
}

.blog-post-page-class .content-div-class{
    p{
		margin-top: 0;
		margin-bottom: 14.4px;
	}
	h2,h3,h4,h5,h6{
		margin-top: 8px;
		line-height: 1.2;
	}

}

.padding-class-home .elementor-icon-box-wrapper h3.elementor-icon-box-title{
  margin-top: 8px !important;
}

.sidebar .menu-item-has-children a.elementor-item-active .sub-arrow,
.sidebar .menu-item-has-children a.elementor-item-active .nav-submenu-caret {
  color: #000 !important;
  fill: #000 !important;
}

.about-page-class .elementor-15 .elementor-element.elementor-element-d97878a > .elementor-widget-container{
    @media only screen and (max-width: 767px) {
        margin-bottom: 5%;
    }
}





.google-review-page-section .reviews-sec {
    margin-right: 22px;
}
@media screen and (max-width:767px) {
    .google-review-page-section .reviews-sec {
    margin-right: 0px;
}
}

.reviews-sec .reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #b8a99c;
    padding: 24px;
    margin-bottom: 1.5rem;
}

.reviews-sec .reviews-header__brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews-sec .reviews-header__label {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

.reviews-sec .reviews-slider-wrapper {
    position: relative;
}

.reviews-sec .review-card {
   align-content: flex-start;
    background-color: #b8a99c;
    padding: 24px;
    padding-right: 24px;   
    padding-left: 24px;   
    height: 100%;
    margin-right: 16px;
}

.reviews-sec .review-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.reviews-sec .review-card__author .google-icon{
   width: 40px;
   height: 40px;
   background-color: #ffffff;
   border-radius: 8px;
   position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 17, 17, 0.1);
}
.reviews-sec .review-card__author .google-icon img{
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.reviews-sec .review-card__author img{
  width: 14px;
  height: 14px;
  object-fit: contain;
  transform: fill 0.2s;

}


.reviews-sec .review-card__author-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.reviews-sec .review-card__name {
    color: #111111;
   font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.reviews-sec .review-card__verified {
    flex-shrink: 0;
}

.reviews-sec .review-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 2px;
}

.reviews-sec .review-card__stars .star {
    color: #494d56 ;
    font-size: 20px;
}

.reviews-sec .review-card__text {
    font-size: 16px;
    color: #111111;
    line-height: 23px;
    margin-bottom: 0.5rem;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
}

.reviews-sec .review-card__readmore {
    display: inline-block;
    cursor: pointer;
    margin-top: 0px;
    font-size: 16px;
    color: rgb(73, 77, 87);
    font-weight: 400 !important;
}

.reviews-sec .review-card__readmore:hover {
    text-decoration: underline;
    background-color: transparent !important;
}

.reviews-sec .glider-dots {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    align-items: center;
}

.reviews-sec .glider-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.5);
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 2px;
}
.reviews-sec .glider-dot:hover {
    background-color: rgba(17, 17, 17, 0.5);
}

.reviews-sec .glider-dot.active {
    background-color: #111;
    width: 7px;
    height: 7px;
}

.reviews-sec .btn--pill {
    border-radius: 24px;
    border-color: rgba(255, 255, 255, 0.1);
    line-height: 22px;
    color: rgb(255, 255, 255);
    padding: 0px;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    background-color: rgb(73, 77, 87);
    text-transform: none;
    border-width: 2px;
    padding: 7px 19px;
}

@media (max-width: 767px) {
    .reviews-sec .reviews-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .reviews-sec .reviews-header__brand {
        justify-content: center;
    }

    .reviews-sec .review-card {
        margin-right: 12px;
    }
}

.google-review-home-section{
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}
.google-review-home-section .reviews-sec {
   margin-right: 0px;
} 



.reviews-slider-wrapper {
    position: relative;
     overflow: hidden;
}






.review-card__readmore {
    display: inline-block;
    cursor: pointer;
    margin-top: 0;
    font-size: 16px;
    color: rgb(73, 77, 87);
    font-weight: 400;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    text-decoration: none;
}

.review-card__readmore:hover {
    text-decoration: underline;
}

.review-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.review-modal.is-open {
    display: flex;
}

.review-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.review-modal__box {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    max-width: 580px;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .review-modal__box {
        min-height: 100vh;
        border-radius: 0;
    }
}

.review-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    opacity: 0.7;
    background: transparent !important;
}

.review-modal__close:hover {
    opacity: 1;
}

.review-modal__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.google-icon {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(17, 17, 17, 0.1);
}

.google-icon img {
    width: 28px;
    height: 28px;
}

.review-modal__stars {
    font-size: 24px;
    line-height: 1;
    color: #494d56;
    margin-bottom: 6px;
}

.review-modal__text {
    font-size: 18px;
    color: #111;
    line-height: 1.44;
    margin: 0;
}

.review-modal__box .review-card__author-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.review-modal__box  .review-card__name {
    color: #111111;
   font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-modal__box .review-card__verified {
    flex-shrink: 0;
}