.menu-iner .menu-item a{
    background: #F2F2F2;
    border-radius: 6px;
}
.menu-iner .menu-item a:hover{
	 background: #F2AD5C;
	color:#fff !important;
}
.menu-iner .current-menu-item a{
	 background: #F2AD5C;
		color:#fff !important;
}

.tj-page-header::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    bottom: -30px;
    left: 57%;
    filter: blur(123px);
    backdrop-filter: inherit;
    border-radius: 50%;
    background: #43806C;
    opacity: 1;
    z-index: 1;
}
.tj-page-header::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    bottom: -30px;
    left: 10%;
    filter: blur(123px);
    backdrop-filter: inherit;
    border-radius: 50%;
    background: #43806C;
    opacity: 1;
    z-index: 1;
    top: 10px;
}
.service-item-2:hover::after {
    transform: scaleY(1);
}
.service-item-2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    background-color: #43806C !important;
    z-index: 99;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleY(0);
}
.shadow img {
    filter: invert(100) brightness(100);
}
.tj-el-contact::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #43806C !important;
    -webkit-filter: blur(75px);
    filter: blur(115px);
    opacity: 0.5;
    z-index: 9;
}






.testimonial-list-content {
    border: 1px solid;
    min-height: 380px;
}
.testimonial-content-text p {
    font-size: 16px;
    line-height: 22px;
}
.no-cursor {
    pointer-events: none;
}
.reveal-column {
  position: relative;
  overflow: hidden;
}

.reveal-column .elementor-inner-section {
  position: sticky;
  top: 0;
}
.reveal-column .elementor-inner-section {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-column .elementor-inner-section:not(.elementor-sticky--active) {
  opacity: 0.2;
  transform: translateY(20px);
}

.rating-stars {
  font-size: 40px;
  cursor: pointer;
  color: #ddd;
  user-select: none;
}

.rating-stars span {
  transition: color 0.2s ease;
}

/* Hover fill (left → right) */
.rating-stars:not(.locked) span:hover,
.rating-stars:not(.locked) span:hover ~ span {
  color: #ddd;
}

.rating-stars:not(.locked) span:hover {
  color: #f5b301;
}

.rating-stars:not(.locked) span:hover ~ span {
  color: #ddd;
}

/* Active stars */
.rating-stars span.active {
  color: #f5b301;
}

/* Locked state */
.rating-stars.locked {
  cursor: not-allowed;
}

.rating-stars.locked span {
  pointer-events: none;
}



@media only screen and (min-width:1024px){
/* 	.tp-row.post-inner-loop.post69188adf5099d.pt-plus-isotope.layout-fitRows{
    height: 500px !important;
} */
}