form.search-form.form-slider-duration .ctnr {
	background: unset;
	backdrop-filter: unset;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	gap: 20px;
	align-items: end;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
	animation: slideInUp 1s ease-out 0.6s both;
	margin-top: 40px;
}

.border-pages {
	background: #fff;
	border-radius: 60px;
	margin-top: -100px;
	position: relative;
	padding-top: 3px;
}

.form-group {
	flex: 1;
	min-width: 220px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-weight: 500;
	font-size: 17px;
}

.form-group select {
	width: 100%;
	padding: 12px 55px;
	border: unset;
	border-radius: 5px;
	background: white;
	font-size: 14px;
	transition: all 0.3s ease;
	padding-left: 10px;
	padding-right: 75px;
}

.search-btn {
	background: #226127;
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	height: fit-content;
	height: 46px;
	line-height: 46px;
}

form.search-form.form-slider-duration {
	box-shadow: none;
	margin-top: 0px;
	padding: unset;
	position: absolute;
	bottom: 30px;
	width: 100%;
	backdrop-filter: unset;
	background: unset !important;
}


section.slideshow {
	position: relative;
}

.slide_home .page-banner-title p {
	font-size: 21px;
	text-shadow: 2px 2px black;
}

.page-banner-title h2 {
	text-shadow: 2px 2px black;
	font-family: "Playfair Display", serif;
	font-size: 52px;
}



.slider-slick-review .slick-dots li button:before {
	content: "";
}

.slider-slick-review .slick-dots li button {
	background: #cdcdcd;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.slider-slick-review .slick-dots li {
	width: 15px;
	height: 15px;
}

.slider-slick-review .slick-dots li.slick-active button {
	background: #226127;
}

.slider-slick-review .slick-dots {
	bottom: -5px;
}



.quote-mark.left img {
	height: 40px;
}

.quote-mark.right img {
	height: 40px;
}

.box-block-tour .contact-btn img {
	width: 25px;
}

.productGallery_slider .productList-slider .gallery-item:first-child img {
	height: 100%;
	display: block;
}

.boxlazy-img__insert.lazy-img__prod {
	height: 100%;
}

.brk-search .breadcrumb li:before {
	content: "/";
}

.brk-search .breadcrumb li:nth-child(1):before {
	content: "";
}

.brk-search .breadcrumb {
	display: flex;
	gap: 0px 10px;
}

.brk-search {
	padding: 10px 0px;
	background: #f1f1f1;
}
.slide-images-body-item:last-child {
    width: 50%;
    height: 376px;
}

.slide-images-body-item:last-child img {
    object-fit: cover;
}
section.destination.destination-twe-bottom .slide-images-body-item {
    width: 50%;
    height: 376px;
}
@media(max-width:990px) {
	.slide-images-body-item:last-child {
		width: 100% !important;
	}
	
	
	section.destination.destination-twe-bottom .slide-images-body-item {
		width: 49% !important;
		height: unset;
	}
	.border-pages {
		border-radius: 30px;
	}

	.form-group label {
		font-size: 13px;
		color: #000;
	}

	.form-group select {
		height: 44px;
		border: 1px solid #cdcdcd;
	}

	.box-header-desck {
		position: relative;
	}

	.slide_home .page-banner-title {
		bottom: 20vh;
	}

	.slide_home .page-banner-title p {
		font-size: 15px;
	}

	form.search-form.form-slider-duration {
		bottom: 3vh;
		margin: unset;
		padding: 5px 10px 20px;
		position: unset;
	}

	.form-group {
		min-width: 46%;
	}

	form.search-form.form-slider-duration .ctnr {
		padding: unset;
		gap: 15px;
		flex-wrap: wrap;
		margin-top: 0px;
		justify-content: center;
	}

	.slide_home img {
		height: 50vh;
	}
}




.section-video-member .content-section {
	flex: 1;
	/* background: linear-gradient(135deg, #f4e9a0 0%, #f0d582 100%); */
	text-align: center;
	padding: 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

@keyframes float {

	0%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}

	50% {
		transform: translate(-20px, -20px) rotate(180deg);
	}
}

.section-video-member .header {
	position: relative;
	z-index: 2;
	margin-bottom: 0px;
}

.section-video-member .about-tag {
	font-size: 14px;
	font-weight: 600;
	color: #2d5016;
	letter-spacing: 2px;
	margin-bottom: 15px;
	opacity: 0;
	animation: slideInFromLeft 1s ease-out 0.3s forwards;
}

.section-video-member .title {
	font-size: 32px;
	font-weight: 700;
	color: #2d5016;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	opacity: 0;
	animation: slideInFromLeft 1s ease-out 0.6s forwards;
	display: inline-block;
	font-family: "Playfair Display", serif;
}

.section-video-member .heart-icon {
	display: inline-block;
	margin-left: 15px;
	font-size: 32px;
	color: #ff6b6b;
	animation: heartbeat 2s ease-in-out infinite;
}

.section-video-member .plane-icon {
	position: absolute;
	right: -109px;
	top: 51%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #2d5016;
	animation: fly 4s ease-in-out infinite;
}

@keyframes heartbeat {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

@keyframes fly {

	0%,
	100% {
		transform: translateY(-82%) translateX(0);
	}

	50% {
		transform: translateY(-82%) translateX(20px);
	}
}

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

.section-video-member .description {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	opacity: 0;
	animation: fadeInUp 1s ease-out 0.9s forwards;
}

.section-video-member .read-more-btn {
	color: white;
	border: none;
	padding: 7px 20px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(45, 80, 22, 0.3);
	opacity: 0;
	animation: fadeInUp 1s ease-out 1.2s forwards;
	width: max-content;
	background: linear-gradient(90deg, rgba(37, 99, 39, 1) 0%, rgba(77, 138, 48, 1) 50%, rgba(133, 191, 61, 1) 100%);
}

.section-video-member .read-more-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s;
}

.section-video-member .read-more-btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 15px 35px rgba(45, 80, 22, 0.4);
}

.section-video-member .read-more-btn:hover::before {
	left: 100%;
}

.section-video-member .read-more-btn:active {
	transform: translateY(-1px) scale(1.02);
}

.section-video-member .video-section {
	flex: 1;
	position: relative;
	background: #eee;
	overflow: hidden;
}

.section-video-member .video-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.section-video-member .video-placeholder {
	width: 100%;
	height: 100%;
}

.section-video-member .people-group {
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 15px;
	z-index: 3;
}

.section-video-member .person {
	width: 40px;
	height: 60px;
	border-radius: 20px 20px 5px 5px;
	position: relative;
	animation: wave 3s ease-in-out infinite;
}

.section-video-member .person:nth-child(1) {
	background: #ff6b6b;
	animation-delay: 0s;
}

.section-video-member .person:nth-child(2) {
	background: #4ecdc4;
	animation-delay: 0.2s;
}

.section-video-member .person:nth-child(3) {
	background: #45b7d1;
	animation-delay: 0.4s;
}

.section-video-member .person:nth-child(4) {
	background: #f9ca24;
	animation-delay: 0.6s;
}

.section-video-member .person:nth-child(5) {
	background: #6c5ce7;
	animation-delay: 0.8s;
}

.section-video-member .person:nth-child(6) {
	background: #a29bfe;
	animation-delay: 1s;
}

.section-video-member .person:nth-child(7) {
	background: #fd79a8;
	animation-delay: 1.2s;
}

.section-video-member .person:nth-child(8) {
	background: #00b894;
	animation-delay: 1.4s;
}

@keyframes wave {

	0%,
	100% {
		transform: translateY(0) rotate(-5deg);
	}

	50% {
		transform: translateY(-10px) rotate(5deg);
	}
}

.section-video-member .person::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ffeaa7;
	border: 2px solid #fdcb6e;
}

.section-video-member .rice-fields {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40%;
	background: linear-gradient(180deg, #7ed321 0%, #4a7c59 100%);
	opacity: 0.8;
}

.section-video-member .rice-field-line {
	position: absolute;
	height: 2px;
	background: rgba(45, 80, 22, 0.3);
	left: 0;
	right: 0;
	animation: shimmer 4s ease-in-out infinite;
}

.section-video-member .rice-field-line:nth-child(1) {
	top: 20%;
	animation-delay: 0s;
}

.section-video-member .rice-field-line:nth-child(2) {
	top: 40%;
	animation-delay: 0.5s;
}

.section-video-member .rice-field-line:nth-child(3) {
	top: 60%;
	animation-delay: 1s;
}

.section-video-member .rice-field-line:nth-child(4) {
	top: 80%;
	animation-delay: 1.5s;
}

@keyframes shimmer {

	0%,
	100% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.8;
	}
}

.section-video-member .video-controls {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 25px;
	border-radius: 50px;
	backdrop-filter: blur(10px);
	opacity: 0;
	animation: slideInUp 1s ease-out 1.5s forwards;
}

.section-video-member .control-btn {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 8px;
	border-radius: 50%;
}

.section-video-member .control-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
}

.section-video-member .progress-bar {
	flex: 1;
	height: 4px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.section-video-member .progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #4a7c59 0%, #7ed321 100%);
	width: 45%;
	border-radius: 2px;
	transition: width 0.3s ease;
}

.section-video-member .volume-controls {
	display: flex;
	align-items: center;
	gap: 10px;
}

@keyframes slideInFromLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.section-video-member .container {
		flex-direction: column;
	}

	.section-video-member .content-section {
		padding: 40px 30px;
	}

	.section-video-member .title {
		font-size: 36px;
	}

	.section-video-member .video-section {
		/* min-height: 50vh; */
	}
}

@media (max-width: 768px) {
	.section-video-member .ctnr {
		flex-direction: column;
	}

	.section-video-member .video-placeholder {
		height: 300px;
	}

	.section-video-member .content-section {
		padding: 30px 20px;
	}

	.section-video-member .title {
		font-size: 28px;
	}

	.section-video-member .description {
		font-size: 14px;
		text-align: left;
	}

	.section-video-member .read-more-btn {
		padding: 10px 30px;
		font-size: 14px;
	}

	.section-video-member .people-group {
		gap: 8px;
		bottom: 25%;
	}

	.section-video-member .person {
		width: 30px;
		height: 45px;
	}

	.section-video-member .video-controls {
		bottom: 20px;
		left: 20px;
		right: 20px;
		padding: 12px 20px;
	}
}

@media (max-width: 480px) {
	.section-video-member .title {
		font-size: 24px;
	}

	.section-video-member .plane-icon {
		right: -40px;
		font-size: 18px;
	}

	.section-video-member .people-group {
		gap: 5px;
	}

	.section-video-member .person {
		width: 25px;
		height: 35px;
	}

	.section-video-member .person::before {
		width: 18px;
		height: 18px;
		top: -12px;
	}
}

.section-video-member .content-section:hover .title {
	transform: translateX(5px);
	transition: transform 0.3s ease;
}

.section-video-member .video-section:hover .people-group {
	transform: translateX(-50%) scale(1.05);
	transition: transform 0.3s ease;
}

.section-video-member .ctnr {
	display: flex;
	position: relative;
}

.section-video-member .video-placeholder iframe {
	width: 100%;
	height: 100%;
}

.section-video-member {
	margin-bottom: 35px;
	margin-top: 35px;
}

.box-block-tour {
	/* Responsive Design */
	/* Loading animation */
}

.box-block-tour .ctnr {
	display: flex;
	gap: 30px;
	animation: fadeInUp 0.8s ease-out;
}
.main-tour{
	width: 55%;
}
.side-tours{
	width: 45%;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.box-block-tour .main-tour {
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	height: max-content;
}

.box-block-tour .main-tour:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.box-block-tour .main-tour-image img {
	height: 332px;
	width: 100%;
}

.box-block-tour .main-tour-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
	transition: opacity 0.3s ease;
}

.box-block-tour .main-tour:hover .main-tour-image::before {
	opacity: 0;
}

.box-block-tour .duration-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: 600;
	color: #333;
	font-size: 14px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.box-block-tour .main-tour-content {
	padding: 15px 30px;
	background: #fbfffa;
}

.box-block-tour .main-tour-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.3;
	font-family: "Playfair Display", serif;
}

.box-block-tour .main-tour-description {
	color: #4a5568;
	line-height: 1.7;
	margin-bottom: 15px;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(1.7em + 7);
}

.box-block-tour .main-tour-actions {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}

.box-block-tour .contact-btn,
.box-block-tour .details-btn {
	padding: 12px 0px;
	border-radius: 50px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.box-block-tour .contact-btn {
	color: #000;
	border: none;
	cursor: pointer;
	background: unset;
	font-size: 17px;
	gap: 0px 10px;
}

.box-block-tour .contact-btn:hover {
	/* transform: translateY(-2px); */
	/* box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4); */
}

.box-block-tour .details-btn {
	background: rgba(102, 126, 234, 0.1);
	color: #667eea;
	border: 2px solid #667eea;
}

.box-block-tour .details-btn:hover {
	background: #667eea;
	color: white;
	transform: translateY(-2px);
}

.box-block-tour .side-tours .slick-list {
    height: 648px !important;
}


.box-block-tour .side-tour {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	/* display: flex; */
	/* animation: slideInRight 0.6s ease-out; */
	/* animation-fill-mode: both; */
	margin-bottom: 18px;
	border: 1px solid #eee;
}

.box-block-tour .side-tour:nth-child(1) {
	animation-delay: 0.1s;
}

.box-block-tour .side-tour:nth-child(2) {
	animation-delay: 0.2s;
}

.box-block-tour .side-tour:nth-child(3) {
	animation-delay: 0.3s;
}

.box-block-tour .side-tour:nth-child(4) {
	/* animation-delay: 0.4s; */
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.box-block-tour .side-tour:hover {
}

.box-block-tour .side-tour-image {
	width: 163px;
	/* height: 100%; */
	position: relative;
	overflow: hidden;
}

.box-block-tour .side-tour:nth-child(2) .side-tour-image {
	background: linear-gradient(45deg, #ff9a9e 0%, #fecfef 100%);
}

.box-block-tour .side-tour:nth-child(3) .side-tour-image {
	background: linear-gradient(45deg, #ffecd2 0%, #fcb69f 100%);
}

.box-block-tour .side-tour:nth-child(4) .side-tour-image {
	background: linear-gradient(45deg, #a8edea 0%, #fed6e3 100%);
}

.box-block-tour .side-tour-content {
	flex: 1;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box-block-tour .side-tour-duration {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}

.box-block-tour .side-tour-title {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: "Playfair Display", serif;
}

.box-block-tour .side-tour-btn {
	align-self: flex-start;
	background: #d7e8cc;
	color: #000;
	padding: 6px 16px 4px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
}

.box-block-tour .side-tour-btn:hover {
	background: #226127;
	color: white;
	transform: scale(1.05);
}

@media (max-width: 1024px) {
	.box-block-tour .ctnr {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.box-block-tour .side-tours {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 15px;
	}
}

@media (max-width: 768px) {
	.box-block-tour body {
		padding: 10px;
	}

	.box-block-tour .main-tour-image {
		height: 250px;
	}

	.box-block-tour .main-tour-content {
		padding: 20px;
	}

	.box-block-tour .main-tour-title {
		font-size: 22px;
	}

	.box-block-tour .main-tour-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.box-block-tour .contact-btn,
	.box-block-tour .details-btn {
		text-align: center;
		width: 100%;
		justify-content: left;
	}

	.box-block-tour .side-tours {
		grid-template-columns: 1fr;
	}

	.box-block-tour .side-tour {
		flex-direction: column;
	}

	.box-block-tour .side-tour-image {
		width: 100%;
		height: 210px;
	}
}

@media (max-width: 480px) {
	.box-block-tour .main-tour-title {
		font-size: 20px;
	}

	.box-block-tour .main-tour-description {
		font-size: 14px;
	}

	.box-block-tour .side-tour-content {
		padding: 12px 15px;
	}
}

.box-block-tour .loading {
	opacity: 0;
	animation: fadeIn 0.5s ease-in-out 0.2s forwards;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.box-block-tour .side-tour-image img {
	height: 100%;
	width: 100%;
}

.box-block-tour .box-viewmore-block {
	display: inline-block;
	padding: 3px;
	border: 1px solid #d7e8cc;
	border-radius: 25px;
	width: max-content;
}

.box-container-presonalized .hero-section {
	background: #f6f7f5 url(https://bivaco.net/gosa1/_assets/media/9a9ecd25c0b65a6279ca53c639ffa08b.png) no-repeat center/contain;
	padding: 32px 20px;
	position: relative;
	overflow: hidden;
	min-height: 349px;
	display: flex;
	align-items: center;
	/* background-size: contain !important;
	background-repeat: no-repeat !important; */
	background-size: cover;
}

.box-container-presonalized .hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(76, 175, 80, 0.1) 0%, rgba(139, 195, 74, 0.05) 50%, rgba(255, 213, 79, 0.1) 100%);
	animation: gradientShift 15s ease-in-out infinite;
	pointer-events: none;
}

@keyframes gradientShift {

	0%,
	100% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.1;
	}
}

.box-container-presonalized section.box-traveling .ctnr {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width: 100%;
}

.box-container-presonalized .hero-content {
	max-width: 60%;
}

.box-container-presonalized .hero-text {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s ease-out 0.3s forwards;
}

.box-container-presonalized .hero-text h1 {
	/* color: #5f945f; */
	font-size: 23px;
	margin-bottom: 8px;
	font-weight: 300;
	text-align: left;
	font-family: "Playfair Display", serif;
}

.box-container-presonalized .hero-text p {
	color: gray;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	text-align: left;
}

.box-container-presonalized .cta-button {
	/* color: #333; */
	color: white;
	padding: 12px 25px;
	border: none;
	border-radius: 25px;
	font-size: 17px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	/* box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3); */
	box-shadow: 0 4px 15px #22612638;
	display: inline-block;
	text-decoration: none;
	/* background: linear-gradient(90deg, rgb(252 234 126) 0%, rgb(255 239 160) 50%, rgba(245, 242, 203, 1) 100%); */
	background: #226126;
	text-transform: uppercase;
}

.box-container-presonalized .cta-button:hover {
	transform: translateY(-2px);
	/* box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4); */
}

.box-container-presonalized .hero-image {
	display: none;
}

.box-container-presonalized .quote-mark {
	position: absolute;
	font-size: 4rem;
	color: #4caf50;
}

.box-container-presonalized .quote-mark.left {
	top: 40px;
	left: 127px;
	transform: rotateY(160deg);
}

.box-container-presonalized .quote-mark.right {
	bottom: -27px;
	right: 85px;
}

.box-container-presonalized .team-header {
	text-align: center;
	margin-bottom: 30px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s ease-out 1s forwards;
	position: relative;
	z-index: 9;
}

.box-container-presonalized .team-header h2 {
	font-size: 30px;
	color: #000000;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	font-family: "Playfair Display", serif;
}

.box-container-presonalized .team-header h2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #4caf50;
	border-radius: 2px;
}

.box-container-presonalized .team-description {
	max-width: 800px;
	margin: 0 auto;
	color: #000000;
	font-size: 14px;
	line-height: 1.8;
}

.box-container-presonalized .team-features ul {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin: 25px 0;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
}

.box-container-presonalized .team-features ul li {
	list-style: disc;
}

.box-container-presonalized .feature {
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s ease-out forwards;
}

.box-container-presonalized .feature:nth-child(1) {
	animation-delay: 1.2s;
}

.box-container-presonalized .feature:nth-child(2) {
	animation-delay: 1.4s;
}

.box-container-presonalized .feature:nth-child(3) {
	animation-delay: 1.6s;
}

.box-container-presonalized .feature h3 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}

.box-container-presonalized .team-grid {
	margin-top: -59px;
}

.box-container-presonalized .team-member {
	padding: 20px 0px;
	text-align: center;
	opacity: 0;
	transform: translateY(30px) scale(0.9);
	animation: memberAppear 0.8s ease-out forwards;
}

.box-container-presonalized .team-member:nth-child(1) {
	animation-delay: 1.8s;
}

.box-container-presonalized .team-member:nth-child(2) {
	animation-delay: 2s;
}

.box-container-presonalized .team-member:nth-child(3) {
	animation-delay: 2.2s;
}

.box-container-presonalized .team-member:nth-child(4) {
	animation-delay: 2.4s;
}

.box-container-presonalized .team-member:nth-child(5) {
	animation-delay: 2.6s;
}

.box-container-presonalized .team-member:nth-child(6) {
	animation-delay: 2.8s;
}

.box-container-presonalized .member-photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	border: 4px solid #4caf50;
	transition: all 0.3s ease;
	cursor: pointer;
}

.box-container-presonalized .member-photo:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.box-container-presonalized .member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.box-container-presonalized .member-photo:hover img {
	transform: scale(1.1);
}

.box-container-presonalized .member-info h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: "Playfair Display", serif;
}

.box-container-presonalized .member-info p {
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}

@keyframes slideInLeft {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes memberAppear {
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 768px) {
	.box-container-presonalized .hero-content {
		text-align: center;
		max-width: 100%;
	}

	.box-container-presonalized .hero-text h1 {
		font-size: 2.2rem;
	}

	.box-container-presonalized .hero-text p {
		font-size: 13px;
		text-align: center;
	}

	.box-container-presonalized .team-features {
		gap: 30px;
	}

	.box-container-presonalized .team-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 30px;
	}

	.box-container-presonalized .member-photo {
		width: 100px;
		height: 100px;
	}

	.box-container-presonalized .quote-mark {
		font-size: 3rem;
	}

	.box-container-presonalized .quote-mark.left {
		top: 20px;
		left: 20px;
		display: none;
	}

	.box-container-presonalized .quote-mark.right {
		bottom: 20px;
		right: 20px;
		display: none;
	}

	.box-container-presonalized .hero-section {
		background-attachment: scroll;
		min-height: 400px;
	}

	.box-container-presonalized .team-section {
		background-attachment: scroll;
	}
}

@media (max-width: 480px) {
	.box-container-presonalized .hero-section {
		padding: 40px 15px;
	}

	.box-container-presonalized .team-section {
		padding: 0px 0px;
	}

	.box-container-presonalized .hero-text h1 {
		font-size: 23px;
		font-weight: 500;
	}

	.box-container-presonalized .team-header h2 {
		font-size: 26px;
	}

	.box-container-presonalized .team-features {
		flex-direction: column;
		gap: 20px;
	}

	.box-container-presonalized .team-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.box-container-presonalized .scroll-animate {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease;
}

.box-container-presonalized .scroll-animate.in-view {
	opacity: 1;
	transform: translateY(0);
}

.box-container-presonalized section.box-our-team {
	/* background: url(https://bivaco.net/gosa1/_assets/media/9a9ecd25c0b65a6279ca53c639ffa08b.png); */
	background: transparent !important;
	padding: 25px 20px 70px;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}



.box-blogs-travel-news {
	/* Blogs Section */
	/* Partners Section */
	/* Responsive Design */
	/* Animation keyframes */
}

.box-blogs-travel-news .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.box-blogs-travel-news .blogs-section {
	padding: 36px 0 20px;
	background-color: #fff;
}

.box-blogs-travel-news .section-title {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 60px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.box-blogs-travel-news .section-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(90deg, #ffd700, #ff6b35);
}

.box-blogs-travel-news .blogs-grid {
	margin-bottom: 20px;
	margin-top: 45px;
}

.box-blogs-travel-news .blog-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
	position: relative;
	transform: translateY(0);
}

.box-blogs-travel-news .blog-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}

.box-blogs-travel-news .blog-image {
	position: relative;
	overflow: hidden;
	height: 250px;
}

.box-blogs-travel-news .blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.box-blogs-travel-news .blog-card:hover .blog-image img {
	transform: scale(1.1);
}

.box-blogs-travel-news .blog-date {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(255, 255, 255, 0.9);
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #2c3e50;
	backdrop-filter: blur(10px);
}

.box-blogs-travel-news .blog-content {
	padding: 20px;
}

.box-blogs-travel-news .blog-title {
	font-size: 19px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	line-height: 1.4;
	transition: color 0.3s ease;
	font-family: "Playfair Display", serif;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 53px;
}

.box-blogs-travel-news .blog-card:hover .blog-title {
	color: #226127;
}

.box-blogs-travel-news .blog-description {
	color: #666;
	margin-bottom: 25px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	/* height: 67px; */
	max-height: calc(1.6em * 3);
}

.box-blogs-travel-news .read-more-btn {
	display: inline-block;
	background: #226127;
	color: #ffffff;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.box-blogs-travel-news .read-more-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #226127, #318938);
	transition: left 0.3s ease;
}

.box-blogs-travel-news .read-more-btn:hover::before {
	left: 0;
}

.box-blogs-travel-news .read-more-btn span {
	position: relative;
	z-index: 1;
}

.box-blogs-travel-news .read-more-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

.box-blogs-travel-news .partners-section {
	padding: 25px 0;
	background: #f7f8fa;
}

.partners-section .clm {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.box-blogs-travel-news .partners-grid {
	margin-top: 20px;
}

.box-blogs-travel-news .partner-card {
	background: #fff;
	border-radius: 5px;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin: 0px 6px;
}

.box-blogs-travel-news .partner-card::before {}

.box-blogs-travel-news .partner-card:hover::before {
	left: 0;
}

.box-blogs-travel-news .partner-card:hover {}

.box-blogs-travel-news .partner-logo {
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 0.9rem;
	position: relative;
	z-index: 1;
	box-shadow: unset !important;
	border: 1px solid #e3dfdfb8;
	overflow: hidden;
	border-radius: 10px;
}

.box-blogs-travel-news .partner-logo.vietnam-airlines {}

.box-blogs-travel-news .partner-logo.vietjet {}

.box-blogs-travel-news .partner-logo.vietnam-tourism:hover img {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.box-blogs-travel-news .partner-logo.custom-asia {}

.box-blogs-travel-news .partner-logo.bivaco {}

.box-blogs-travel-news .tour-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	margin-top: 0px;
}

.box-blogs-travel-news .tour-category {
	background: #ffffff;
	padding: 10px 15px;
	border-radius: 25px;
	color: #2c3e50;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	font-size: 14px;
}

.box-blogs-travel-news .tour-category:hover {
	background: linear-gradient(135deg, #ffd700, #ff6b35);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

@media (max-width: 768px) {
	.slide-images-body-item {
		width: 49% !important;
	}

	.desc.mx-w78 {
		max-width: 100%;
	}

	.box-blogs-travel-news .section-title {
		font-size: 2rem;
		margin-bottom: 40px;
	}

	.box-blogs-travel-news .blogs-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.box-blogs-travel-news .partners-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 20px;
	}

	.box-blogs-travel-news .partner-card {}

	.box-blogs-travel-news .partner-logo {}

	.box-blogs-travel-news .tour-categories {
		gap: 15px;
		padding-bottom: 20px;
	}

	.box-blogs-travel-news .tour-category {
		padding: 10px 20px;
		font-size: 12px;
	}

	.box-blogs-travel-news .blogs-section,
	.box-blogs-travel-news .partners-section {
		padding: 20px 0 0px;
	}
}

@media (max-width: 480px) {
	.box-blogs-travel-news .container {
		padding: 0 15px;
	}

	.box-blogs-travel-news .section-title {
		font-size: 1.8rem;
	}

	.box-blogs-travel-news .blog-content {
		padding: 20px;
	}

	.box-blogs-travel-news .blog-title {
		font-size: 18px;
	}

	.box-blogs-travel-news .partners-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.box-blogs-travel-news .blog-card {
	animation: fadeInUp 0.6s ease forwards;
	margin-bottom: 40px;
}

.box-blogs-travel-news .blog-card:nth-child(2) {
	animation-delay: 0.2s;
}

.box-blogs-travel-news .blog-card:nth-child(3) {
	animation-delay: 0.4s;
}

.box-blogs-travel-news .partner-card {
	animation: fadeInUp 0.6s ease forwards;
}

.box-blogs-travel-news .partner-card:nth-child(2) {
	animation-delay: 0.1s;
}

.box-blogs-travel-news .partner-card:nth-child(3) {
	animation-delay: 0.2s;
}

.box-blogs-travel-news .partner-card:nth-child(4) {
	animation-delay: 0.3s;
}

.box-blogs-travel-news .partner-card:nth-child(5) {
	animation-delay: 0.4s;
}

article.blog-card {
	margin: 0px 10px;
}

.slide-images-body-item a {
	border-radius: 10px;
	overflow: hidden;
}

.box-block-tour .side-tour-image img {
	transform: scale(1);
	transition: 0.5s ease;
}

.box-block-tour .side-tour-image img:hover {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.productGallery_slider .productList-slider {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 8px;
	align-items: start;
	align-content: space-between;
	justify-items: stretch;
	justify-content: center;
	position: relative;
	grid-template-columns: repeat(4, 1fr);
}

.productGallery_slider .productList-slider .gallery-item:first-child {
	grid-area: 1 / 1 / span 2 / span 2;
	height: 400px;
}

.productGallery_slider .productList-slider .gallery-item img {
	border-radius: 16px;
	width: 100%;
	height: 193px;
}

.productGallery_slider .productList-slider .gallery-item:nth-child(5)~.gallery-item {
	display: none;
}

.productGallery_slider .icon-gallery {
	position: absolute;
	bottom: 14px;
	right: 13px;
	height: 44px;
	padding: 12px 16px;
	border-radius: 200px;
	background: #fff;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	color: #111111;
	cursor: pointer;
}

.productGallery_slider .icon-gallery a {
	display: flex;
}

.productGallery_slider {
	position: relative;
	margin-bottom: 40px;
}

.productDetail--gallery {
	padding-bottom: 30px;
}

.slide-3-1 .box-blogs-travel-news .blogs-grid {
	margin-top: 0px;
}

section.box-container-presonalized {
	position: relative;
}

.slide-3-1 .box-blogs-travel-news .blogs-section {
	padding-top: 0px;
}

section.box-our-team:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#ffe800b0, #fcfcfcc9);
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.section-video-member .plane-icon img {
	width: 120px;
}

.main-tour-image {
	position: relative;
	overflow: hidden;
}

.main-tour-image img {
	display: block;
}

.icon-review-card img {
	height: 30px;
	transform: rotate(179deg);
}

.icon-review-card {
	margin-bottom: 10px;
}

.review-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-container-presonalized section.box-our-team .ctnr {
	position: relative;
}

.table-of-content.active .table-content ul li {
	list-style: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}
.box-item-side-tour{
	display:flex;
}
@media(max-width:1150px) {
	.productGallery_slider .productList-slider .gallery-item:first-child {
		height: 355px;
	}
}

.header-logo-mobile {
	display: none;
}
.slide-tour-title {
    font-size: 22px;
}
.list-content-media ul {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    justify-content: center;
    margin-top: 20px;
}

.list-content-media ul li img {
    width: 32px;
    /* background: #fff; */
    border-radius: 100%;
}
@media(max-width:1250px){
	.box-container-presonalized .hero-section {
		background-size: contain;
	}
	section.products .ctnr {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 990px) {
	.box-block-tour .side-tours button i {
		font-size: 15px;
		color: #000;
	}
	.box-block-tour .side-tours .slick-list{
		height: auto !important;
	}
	.box-item-side-tour {
		flex-direction: column;
	}

	.box-block-tour .loading {
		display: block;
	}
	
	.main-tour {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.box-block-tour .side-tours {
		width: 100%;
	}
	
	.productGallery_slider .productList-slider .gallery-item img {
		height: 140px;
	}

	.search-icon:hover {
		background: none;
		transform: unset;
	}

	.header-logo-mobile {
		display: block;
	}

	.productGallery_slider .productList-slider .gallery-item:first-child {
		height: auto;
	}

	.box-container-presonalized .team-features ul {
		gap: 0px 60px;
	}

	.box-container-presonalized .team-description {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.trip-info-one__content {
		flex-direction: column;
	}

	.trip-info-one__left {
		width: 100%;
		margin-bottom: 30px;
	}

	.trip-info-one__right {
		width: 100%;
	}

	.trip-info-one__right .booking-information {
		gap: 16px 13px;
		flex-direction: column;
	}

	.tour-detail-top {
		padding: 30px 0 30px !important;
	}

	div#productCarousel-slider {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-row-gap: 5px;
	}
}
