/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 11:52:16 */
.green_heading span{
	color: #51ABA9;
}

.travellers_second_row{
	position: relative;
}

.travellers_second_row:before {
    content: "";
    position: absolute;
    top: -300px;
    right: 0;
    background: url(/wp-content/uploads/2025/09/Home-Animated-Line-2.svg);
    height: 400px;
    width: 267px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.travelers_testimonial .pp-testimonials .owl-carousel{
	background-color: #fff;
	border-radius: 16px;
}

.travelers_testimonial .pp-testimonials-nav{
	margin-top: -72px;
	padding-right: 24px;
}

.travelers_testimonial .pp-testimonials-wrap .owl-nav button.owl-prev, .travelers_testimonial .pp-testimonials-wrap .owl-nav button.owl-prev:hover{
	background-image: url("/wp-content/uploads/2025/10/Group-42.svg") !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 48px !important;
	height: 48px !important;
}

.travelers_testimonial .pp-testimonials-wrap .owl-nav button.owl-next, .travelers_testimonial .pp-testimonials-wrap .owl-nav button.owl-next:hover{
	background-image: url("/wp-content/uploads/2025/10/Group-43.svg") !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 48px !important;
	height: 48px !important;
}

.travelers_testimonial .pp-testimonials-wrap .owl-nav svg{
	display: none;
}

.what_travellers_row{
	position: relative;
}

.what_travellers_row::before{
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: -120px;
	min-height: 810px;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/uploads/2025/10/Travelers-Testimonial-Graphic-Dots.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.travelers_accordian .pp-accordion-open::before{
	background-image: url("/wp-content/uploads/2025/10/Vector-19.svg") !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	content: "" !important;
	width: 30px;
    height: 30px;
    display: inline-block;
}

.travelers_accordian .pp-accordion-close::before{
	background-image: url("/wp-content/uploads/2025/10/Vector-18.svg") !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	content: "" !important;
	width: 30px;
    height: 30px;
    display: inline-block;
}