/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 07:38:53 */
/*-------------- G E N E R A L ---------------*/
*{outline:0!important;list-style:none;text-decoration:none}
.page,.post{margin:0;overflow-x:hidden}
p{margin:0}
.widget,.elementor-widget:not(:last-child){margin:0}
::selection{background:#31493F;color:#F9F5EC}
::-webkit-scrollbar{width: 8px;background:#F9F5EC}
::-webkit-scrollbar-thumb{border-radius: 50px;background:#C3BFB7}
div#content{min-height:667px}
.full-width-btn,.full-width-btn a{width:100%}
.rtl .wpcf7 input[type="url"],.rtl .wpcf7 input[type="email"],.rtl .wpcf7 input[type="tel"] {text-align: right;}
.elementor-text-editor p {margin: 0 0 15px 0;}
form[data-status="submitting"] input.wpcf7-submit {background: #c9c9c9;pointer-events: none;}
body {background: #F9F5EC;}

/*-------------- E X T R A S ---------------*/
.experience-item .elementor-button {backdrop-filter: blur(10px);}
.experience-item .elementor-button .elementor-button-content-wrapper span {width: 100%;justify-content: center;}
.experience-item .elementor-button .elementor-button-content-wrapper {flex-flow: wrap-reverse;}
.experience-item .elementor-button .elementor-button-content-wrapper span svg {margin: 5px 0 0;width: 10px;}
.elementor-widget-form input {padding-right: 15px;padding-left: 15px;}
.blur-it .elementor-button {backdrop-filter: blur(10px);}
.elementor-toggle-item .elementor-tab-title {
    border-radius: 7px;
}
.elementor-toggle-item .elementor-tab-title svg {
    width: 14px !important;
}
.whatsaap-sentrypop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}
.whatsaap-sentrypop-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #4FCE5D;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    border-radius: 150px;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 #0000004a;
    transition: all 0.2s ease-in-out;
}
.whatsaap-sentrypop-icon img {
    margin: 0 !important;
    height: 23px !important;
    filter: invert(1) brightness(10);
}
.whatsaap-sentrypop-icon span {
    position: absolute;
    top: 8px;
    right: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #f00f0f;
}




/*-------------- H E A D E R ---------------*/
header#masthead {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    z-index: 999;
}
.header-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1710px;
    margin: auto;
    padding: 15px 20px;
    backdrop-filter: blur(10px);
    background: #4a412e5e;
    transition: all 0.25s ease-in-out;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    border-radius: 7px;
    line-height: 1;
}
.home .header-top-bar {background: #ffffff30;}
.nav-up .header-top-bar, .home.nav-up .header-top-bar {background: #4a412e5e;}

.header-top-bar ul.level-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.header-top-bar ul li.level-1-item {
	margin: 0 10px;
}
.header-top-bar ul li a.level-1-child {
    position: relative;
    padding: 30px 15px;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.25px;
}
..header-top-bar ul li a.level-1-child:hover {text-decoration: underline;}
.header-top-bar ul li.menu-item-has-children a.level-1-child:hover:after {
    transform: rotate(180deg);
}
.header-top-bar ul li.menu-item-has-children a.level-1-child:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 8px;
    height: 8px;
    background-image: url(/wp-content/uploads/2025/05/dropdown-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.25s ease-in-out;
}
.header-top-left .contact-btn {
    display: block;
    padding: 14px 55px;
    font-size: 25px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.5px;
    background: #ffffff50;
    border-radius: 5px;
	transition: all 0.25s ease-in-out;
}
.header-top-bar .site-logo {
    filter: grayscale(10) brightness(1.35);
	transition: all 0.25s ease-in-out;
}
.header-top-bar .site-logo:hover {
    filter: grayscale(0) brightness(1);
}
.header-top-left .contact-btn:hover {background: #31493F;color: #F9F5EC}
.header-top-bar ul.level-2 {
    position: absolute;
    top: 83px;
    right: 0;
    width: 100%;
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 10px;
    background: #f9f5ecf7;
    border-radius: 10px;
    color: #201E1A;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.header-top-bar .level-1-item:hover ul.level-2 {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
	transition: all 0.35s ease-in-out;
}
.header-top-bar ul.level-2 .menu-item-type-post_type {
    position: relative;
    width: calc(20% - 20px);
    margin: 0 10px 10px;
    overflow: hidden;
}
.header-top-bar ul.level-2 .menu-item-type-post_type a {
    position: relative;
    display: block;
	max-height: 65vh;
    height: 425px;
    border-radius: 7px;
    overflow: hidden;
}
.header-top-bar ul.level-2 .menu-item-type-post_type a .menu-item-title {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 60px 10px 10px;
    color: #fff;
    background-image: linear-gradient(0deg, #26362f99, transparent);
    font-size: 31px;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 1;
    z-index: 9;
}
.header-top-bar ul.level-2 .menu-item-type-post_type a .wp-post-image {
    min-width: 100%;
    height: 100% !important;
	object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;
}
.header-top-bar ul.level-2 .menu-item-type-post_type a:hover .wp-post-image {
    transform: scale(1.05);
}
.header-top-bar ul.level-2 li.all-btn {
    width: calc(100% - 20px);
    margin: 10px auto 0;
}
.header-top-bar ul.level-2 li.all-btn a {
    display: block;
    padding: 12px;
    background: #00000030;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.75px;
    text-align: center;
    border-radius: 3px;
}
.header-top-bar ul li.experiences ul.level-2:before {
    content: "חוויות ואירועים פופולרים:";
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 15px;
    font-size: 35px;
    color: #201E1A;
    line-height: 1;
}
.header-top-bar ul li.recommended ul.level-2:before {
    content: "מקומות מומלצים עם הקרוואן:";
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 15px;
    font-size: 35px;
    color: #201E1A;
    line-height: 1;
}








/*-------------- F O O T E R ---------------*/
footer#colophon {
    max-width: 1710px;
    margin: auto;
    padding: 50px;
    background: #F1ECE3;
    border-radius: 30px 30px 0 0;
}
.footer-middle {
    display: flex;
    align-items: flex-start;
    color: #39352E;
}
.footer-middle .footer-quarter {
    width: 25%;
    padding: 30px;
}
.footer-middle .footer-quarter.footer-middle-first {
    width: 50%;
}
.footer-middle .footer-quarter .widget-title {
    margin: 0 0 10px;
    padding: 0 0 7px;
    border-bottom: solid 1px #6A665D;
    font-family: "Clash Display", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #201E1A;
}
.footer-middle .footer-quarter ul {
    margin: 0;
    padding: 0;
}
.footer-middle .footer-quarter ul a {
    display: block;
    width: fit-content;
    padding: 5px;
    font-family: "Ploni ML v2 AAA", Sans-serif;
    font-size: 15px;
    color: #201E1A;
}
.footer-middle .footer-quarter ul a:hover {
    text-decoration: underline;
}
.contact-box .title {
    margin: 0 0 30px;
    font-family: 'Clash Display', 'Ploni ML v2 AAA';
    font-size: 110px;
    font-weight: 400;
    color: #201E1A;
    line-height: 0.8;
}
.contact-box .customer-service {
    max-width: 425px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 25px;
    line-height: 1.2;
}
.contact-box .btns {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.contact-box .btns .btn {
    display: block;
    padding: 15px 20px 12px 20px;
    border-radius: 150px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 25px;
    color: #201E1A;
    line-height: 1;
}
.contact-box .btns .btn.call {
    padding: 15px 40px 12px 40px;
    background: #F5BB65;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0 0;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
	margin: 0;
	padding: 0;
}
.footer-bottom ul a:hover img {
    transform: rotateY(360deg);
}
.footer-bottom ul img {
    transition: all 0.5s ease-in-out;
}
.footer-bottom .credit {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #39352E;
    text-align: left;
    line-height: 1;
}
.footer-bottom .credit .text img {
    display: block;
    margin: 0 0 5px;
}
.footer-bottom .credit .text {
    direction: ltr;
    font-size: 15px;
}


/*--------------------------------------*/
.post-type-archive,
body.blog,
body.archive,
.single-post {
    padding: 95px 0 0;
}
header.page-header {
    padding: 90px 20px;
    text-align: center;
}
header.page-header h1 {
    margin: 0 0 25px;
    font-family: 'Clash Display', 'Ploni ML v2 AAA';
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    color: #201E1A;
}
header.page-header .sub-title {
    text-align: center;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.1em;
    color: #68645D;
}
.caravans-wrap {
	margin: 0 0 50px;
    padding: 50px 20px;
    background: #A3A09625;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    color: #39352E;
}
.caravans-wrap .filter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto 50px;
}
.caravans-wrap .filter-wrap .action, .caravans-wrap .filter-wrap .action .type, .caravans-wrap .filter-wrap .action .guests {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 25px;
    line-height: 1;
}
.caravans-wrap .filter-wrap .action .type .type-toggle {
    display: flex;
    align-items: center;
    color: #39352ebf;
    border: solid 1px #B2AEA5;
    border-radius: 150px;
    line-height: 1;
}
.caravans-wrap .filter-wrap .action .type .type-toggle input {
    display: none;
}
.caravans-wrap .filter-wrap .action .type .type-toggle label {
    display: block;
    min-width: 110px;
    padding: 10px 25px;
    font-size: 27px;
    text-align: center;
    border-radius: 150px;
    cursor: pointer;
}
.caravans-wrap .filter-wrap .action .type .type-toggle input:checked + label {
    background: #B2AEA5;
    color: #fff;
}
.caravans-wrap .filter-wrap .action .guests {
    padding: 0 20px 0 0;
    border-right: solid 1px #6A665D;
}
.caravans-wrap .filter-wrap .action .guests .guests-range {
    display: flex;
    gap: 7px;
}

.caravans-wrap .filter-wrap .action .guests .guests-range label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px 1px 0 0;
    border: solid 1px #B2AEA5;
    border-radius: 150px;
    line-height: 1;
    font-size: 19px;
    cursor: pointer;
}
.caravans-wrap .filter-wrap .action .guests .guests-range input:checked + label {
    background: #B2AEA5;
    color: #fff;
}
.caravans-wrap .filter-wrap .action .guests .guests-range input {
    display: none;
}
.caravans-wrap .filter-wrap .contact-us {
    display: flex;
    align-items: center;
    font-family: 'Ploni ML v2 AAA';
    font-size: 15px;
}
.caravans-wrap .filter-wrap .contact-us a {
    margin: 0 5px 0 0;
    color: #39352E;
    text-decoration: underline;
    font-weight: 500;
}
.caravans-wrap-inner {
    max-width: 1500px;
    margin: 0 auto 30px;
}
.caravans-wrap-inner .caravan {
    margin: 0 0 50px;
}
.caravans-wrap-inner .caravan-wrap {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    background: #F9F7F4;
    border-radius: 7px;
    overflow: hidden;
}
.caravans-wrap-inner .caravan-wrap .caravan-img {
    width: 600px;
}
.caravans-wrap-inner .caravan-wrap .wp-post-image {
    width: 100%;
    height: 400px;
    margin: 0 0 -10px;
    object-fit: cover;
    object-position: center;
}
.caravans-wrap-inner .caravan-wrap .caravan-content {
    width: calc(100% - 650px);
}
.caravans-wrap-inner .caravan-wrap .caravan-content-inner {
    display: flex;
    justify-content: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    padding: 50px 0 30px 30px;
}
.caravans-wrap-inner .caravan-wrap .top-content {
    width: 100%;
}
.caravans-wrap-inner .caravan-wrap .caravan-title {
    margin: 0;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 0.9;
    color: #39352E;
}
.caravans-wrap-inner .caravan-wrap .caravan-info {
    font-family: "Clash Display", "Ploni Tzar ML v2 AAA", Sans-serif;
    letter-spacing: 2px;
    letter-spacing: 1px;
}

.caravans-wrap-inner .caravan-wrap .basic-info {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 30px 0;
}
.caravans-wrap-inner .caravan-wrap .basic-info .basic-info-item {
    display: flex
;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    line-height: 1;
    color: #39352E;
}
.caravans-wrap-inner .caravan-wrap .basic-info .basic-info-item:not(:last-child) {
    padding: 0 0 0 25px;
    border-left: solid 1px #6A665D99;
}






.caravans-wrap-inner .caravan-wrap .bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.price-wrap,.price-wrap * {
    display: flex;
    align-items: center;
}
.price-wrap {
    font-size: 27px;
}
.price-wrap .price-label:before {
    content: "/";
    margin: 0 2px;
}
.price-wrap .price-label {
    font-size: 22px;
    opacity: 0.75;
}
.archive nav.rank-math-breadcrumb,
.blog nav.rank-math-breadcrumb{
    margin: 0 0 15px;
}


/*---------------- Mini Caravans-------------------*/
.mini-caravan-wrap {
    position: relative;
    padding: 10px;
    line-height: 1;
}
.mini-caravan-wrap .mini-caravan-img img {
    width: 100%;
    height: 325px;
    margin: 0 0 -5px;
    object-fit: cover;
    object-position: center;
	border-radius: 3px;
}
.mini-caravan-wrap .mini-caravan-content {
    padding: 30px;
    background: #F9F7F4;
    color: #39352E;
    font-family: 'Ploni Tzar ML v2 AAA';
    text-align: center;
}
.swiper-arrows-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mini-caravan-wrap .mini-caravan-title {
    font-size: 45px;
}
.mini-caravan-wrap .mini-caravan-info {
    margin: 5px 0;
    font-family: 'Clash Display', 'Ploni ML v2 AAA';
    font-size: 14px;
    letter-spacing: 1px;
}
.mini-caravan-wrap .basic-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.mini-caravan-wrap .basic-info .basic-info-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    font-size: 20px;
}
.mini-caravan-wrap .basic-info .basic-info-item:nth-child(2) {
    border-left: solid 1px #CECCC7;
    border-right: solid 1px #CECCC7;
}

.mini-caravan-wrap .basic-info .basic-info-item img {
    margin: 0 0 2px;
}
.mini-caravan-wrap .price-wrap {
    justify-content: center;
    margin: 0 0 30px;
}
.mini-caravan-wrap .cta a {
    display: block;
    padding: 10px;
    line-height: 1;
    font-size: 23px;
    color: #6A665D;
    text-decoration: underline;
}
.mini-caravan-wrap .cta a:hover {color: #39352E}





/*-------------------------------------------*/
.posts-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 50px;
    max-width: 1710px;
}
.posts-wrap .type-post {
    width: calc(50% - 10px);
    background: #F1ECE3;
}
.posts-wrap .post-content,
.post-content.data-box {
    padding: 30px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    color: #39352E;
}
.posts-wrap .post-content .post-categories {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 0.35px;
    color: #39352E;
    line-height: 1;
}
.posts-wrap .post-content .title {
    margin: 20px 0;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
}
.posts-wrap .post-content .excerpt {
    display: none;
}
.post-content .info {
    display: flex;
    align-items: flex-end;
    margin: 30px 0 20px;
}
.posts-wrap .post-content .post-categories a {
    display: block;
    color: #39352E;
    margin: 0;
}
.post-content .info .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
    line-height: 1.1;
}
.post-content .info .info-item.environment {
    margin: 0 20px;
    padding: 0 20px;
    border-left: solid 1px #CECCC7;
    border-right: solid 1px #CECCC7;
}
.post-content .info .info-item .info-item-value .info-item-value {
    display: block;
    max-width: 175px;
    font-family: 'Ploni ML v2 AAA';
    font-size: 14px;
}
.posts-wrap .post-content .category {
    font-size: 27px;
    line-height: 1;
}


/*--------------- Single Post-----------------------*/
.single-post .entry-header {
    max-width: 785px;
    margin: auto;
    padding: 50px 20px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    color: #39352E;
    text-align: center;
}
.single-post .entry-header .post-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.single-post .entry-header .post-categories a {
    font-size: 27px;
    color: #39352E;
    opacity: 0.75;
}
.single-post .entry-header .title {
    margin: 30px 0;
    font-size: 120px;
    font-weight: 400;
    line-height: 0.8;
}
.single-post .entry-header .excerpt {
    font-family: 'Ploni ML v2 AAA';
    font-size: 17px;
    font-weight: 300;
}
.single-post .data-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1250px;
    margin: auto;
    padding: 20px;
    border-top: solid 1px #CECAC1;
    border-bottom: solid 1px #CECAC1;
}
.single-post .data-box {padding: 25px 0}
.single-post .data-box .info {
    display: flex;
    align-items: center;
	margin: 0;
}
.single-post .entry-content {
	max-width: 1250px;
    margin: auto;
    padding: 20px 0;
	font-family: 'Ploni ML v2 AAA';
}
.share-box, .share-box * {
    display: flex;
    align-items: center;
    font-family: 'Clash Display', 'Ploni ML v2 AAA';
    gap: 15px;
    letter-spacing: 1px;
}
.share-box a {transition: all 0.5s ease-in-out;}
.share-box a:hover {
    transform: rotateY(360deg);
}


/*------------------ Single Caravan---------------------*/
.single-caravan {
    max-width: 1450px;
    margin: auto;
    padding: 105px 20px 0;
	font-family: 'Ploni ML v2 AAA';
	color: #39352E;
}
.single-caravan .caravan-gallery {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.single-caravan .caravan-gallery .caravan-gallery-main {
    position: relative;
    width: calc(100% - 410px);
}
.single-caravan .caravan-gallery .caravan-gallery-sec {
    width: 400px;
}
.single-caravan .caravan-gallery .caravan-gallery-sec img {
    margin: 0 0 -5px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
	border-radius: 3px;
}
.single-caravan .caravan-gallery .caravan-gallery-sec .bottom {
    position: relative;
    margin: 10px 0 0;
}
.single-caravan .caravan-gallery .caravan-gallery-sec .bottom .cta {
    position: absolute;
    bottom: 20px;
    right: calc(50% - 95px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 190px;
    padding: 15px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    border-radius: 150px;
    background: #ffffff80;
    color: #fff;
    backdrop-filter: blur(10px);
    cursor: pointer;
}
.single-caravan .caravan-gallery .caravan-gallery-sec .bottom .cta img {
    width: 20px;
    height: 20px;
    margin: 0 -10px 3px 0;
}
.single-caravan .caravan-gallery .caravan-gallery-main .action {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px;
	z-index: 99;
}
.single-caravan .caravan-gallery .caravan-gallery-main .main-video-container {
    position: relative;
}
.single-caravan .caravan-gallery .caravan-gallery-main .main-video-container video {
    width: 100%;
    height: 514px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}
.caravan_video_popup.show_video_popup {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}
.caravan_video_popup .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
    backdrop-filter: blur(10px);
    z-index: 8;
    cursor: pointer;
}
.caravan_video_popup .close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
    filter: invert(1) brightness(15);
    cursor: pointer;
}
.caravan_video_popup video.main-video {
    width: auto;
    height: calc(100vh - 40px);
    z-index: 9;
}



.single-caravan .caravan-gallery .caravan-gallery-main .wp-post-image {
    height: 512px;
    width: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
	border-radius: 3px;
}
.single-caravan .caravan-info p#breadcrumbs {
    font-family: 'Ploni ML v2 AAA';
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #39352E;
    opacity: 0.75;
}
.single-caravan .caravan-info p#breadcrumbs a {
    color: #39352E;
}
.single-caravan .caravan-info p#breadcrumbs a:hover {
    text-decoration: underline;
}
.caravan-info-content .caravan-info {
    font-family: 'Clash Display', 'Ploni ML v2 AAA';
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.single-caravan .caravan-info-content {
    padding: 50px 0;
    text-align: center;
}
.single-caravan .caravan-info-content .entry-title {
    margin: 0 0 10px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
}
.single-caravan .caravan-info-content .caravan-info {
    font-family: 'Clash Display', 'Ploni ML v2 AAA';
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.single-caravan .caravan-content {
    display: flex;
    align-items: flex-start;
	justify-content: space-between;
    gap: 30px;
	margin: 50px 0;
}
.single-caravan .caravan-content .caravan-content-inner-left {
    position: sticky;
    top: 105px;
    width: 450px;
    padding: 30px;
    background: #F1ECE3;
    border-radius: 5px;
    text-align: center;
}
.single-caravan .caravan-content .caravan-content-inner {
    width: calc(100% - 530px);
}
.single-caravan .caravan-content-inner-left .top {
    margin: 0 0 20px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.single-caravan .caravan-content-inner-left .top .section-title {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
}
.single-caravan .packages .package {
    margin: 0 0 10px;
}
.single-caravan .packages .package .package-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px;
    background: #F9F7F4;
    border-radius: 3px;
}
.single-caravan .packages .package .package-inner .package-inner-right {
    max-width: 200px;
    text-align: right;
    font-size: 14px;
    line-height: 1.2;
}
.single-caravan .packages .package .package-inner .package-inner-right .title {
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 25px;
}
.single-caravan .packages .package .package-inner .package-inner-left {
    display: flex;
    align-items: center;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 23px;
    line-height: 1;
}
.single-caravan .packages .package .package-inner .package-inner-left .price-label {
    font-size: 19px;
}
.single-caravan .packages .package .package-inner .package-inner-left .price-label:before {
    content: "/";
    margin: 0 3px;
}
.single-caravan .booking-form .sale-note {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 19px;
    line-height: 1;
}
.single-caravan .booking-form .sale-note img {
    margin: 0 0 3px 5px;
}
.single-caravan .booking-form .booking-form-button {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 17px 10px 15px 10px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 27px;
    line-height: 1;
    background: #F5BB65;
	color: #fff;
    border-radius: 150px;
    border: 0;
}
.single-caravan .booking-form .booking-form-note {
    font-size: 12px;
    letter-spacing: 0.25px;
}
.caravan-content-inner-right .section-title {
    margin: 0 0 10px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
}
.caravan-content-inner-right .section {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #CECCC7;
}
.caravan-content-inner-right .section .specs-inner-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 90%;
}
.caravan-content-inner-right .section .specs-inner-right .specs-item {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 10px 10px;
    padding: 10px 0 0 0;
    width: 145px;
    height: 145px;
    background: #FEFDFB;
    border-radius: 3px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 23px;
}
.caravan-content-inner-right .section .specs-inner-right .specs-item .item-title {
    width: 100%;
    text-align: center;
}
.caravan-content-inner-right .section {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #CECCC7;
}
.caravan-content-inner-right .faq .faq-item {
	position: relative;
    margin: 0 0 10px;
    padding: 20px;
    background: #FEFDFB;
    border-radius: 3px;
    line-height: 1.5;
	cursor: pointer;
}
.caravan-content-inner-right .faq .faq-item:after {
    content: url(/wp-content/uploads/2025/05/faq-plus.svg);
    position: absolute;
    top: 22px;
    left: 25px;
    pointer-events: none;
}
.caravan-content-inner-right .faq .faq-item.active:after {
	content: url(/wp-content/uploads/2025/05/faq-minus.svg);
}
.caravan-content-inner-right .section .faq-question {
    font-weight: 500;
}
.caravan-content-inner-right .section .faq-answer {
    margin: 15px 0 0;
}
.single-caravan .caravan-gallery .caravan-gallery-main .action .vid-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 190px;
    padding: 15px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    border-radius: 150px;
    background: #00000030;
    color: #fff;
    backdrop-filter: blur(10px);
    cursor: pointer;
}
.single-caravan .caravan-gallery .caravan-gallery-main .action .vid-toggle img {
    width: 20px;
    height: 20px;
    margin: 0 -10px 3px 0;
}
.caravans-wrap-inner .caravan-wrap .cta a {
    display: block;
    padding: 12px 30px 10px;
    font-size: 25px;
    color: #6A665D;
    border-radius: 150px;
    border: solid 1px #6A665D;
    line-height: 1;
}


























/*------ F O R M -------*/
.wpcf7-not-valid{border:solid 1px #cd3232 !important;}
span.wpcf7-not-valid-tip{font-family:heebo;color:#cd3232;font-size:13px;}
.wpcf7-validation-errors, div.wpcf7-acceptance-missing{display:none !important;}
div.wpcf7-mail-sent-ok{border:none;font-family:heebo;font-size:30px;margin:0;padding:0;}
div.wpcf7-mail-sent-ok::after{display:block;margin:-7px 0 0 0;content:"תודה שפנית אלינו, נחזור בהקדם האפשרי";font-family:heebo;font-size:14px;}


/*-------- Mobile Menu BTN --------*/
.mobile-menu-btn{display:inline-block;height:30px;margin-top:5px;}
.mobile-menu-btn .line{display:inline-block;position:relative;width:30px;height:3px;background-color:#fff;transition-property:background-color, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before,.mobile-menu-btn .line:after{content:'';display:block;width:30px;height:3px;position:absolute;background:#fff;transition-property:margin, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before{margin-top:-10px;}
.mobile-menu-btn .line:after{margin-top:10px;}
.mobile-menu-btn.open .line{background:rgba(0, 0, 0, 0);}
.mobile-menu-btn.open .line:before{margin-top:0;transform:rotate(45deg);}
.mobile-menu-btn.open .line:after{margin-top:0;transform:rotate(-45deg);}














/*------------- Caravan Gallery------------------*/

.show-caravan-gallery {
    overflow: hidden;
}
.caravan-gallery-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
    backdrop-filter: blur(10px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
}
.show-caravan-gallery .caravan-gallery-popup {
    opacity: 1;
    visibility: visible;
}
.caravan-gallery-popup .gallery-inner {
    position: absolute;
    top: 150px;
    right: 0;
    width: 100%;
    height: calc(100vh - 50px);
    display: flex;
    align-items: flex-start;
    padding: 0 50px;
    background: #FDFBF7;
    border-radius: 30px 30px 0 0;
    z-index: 999;
    transition: all 0.25s ease-in-out;
    opacity: 0;
}
.show-caravan-gallery .caravan-gallery-popup .gallery-inner {
    top: 50px;
    opacity: 1;
}
.caravan-gallery-popup .gallery-inner button.close {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}
.caravan-gallery-popup .sidebar {
    position: sticky;
    top: 0;
    width: 500px;
    max-height: 100%;
    padding: 50px 0;
    overflow: auto;
}
.caravan-gallery-popup .sidebar::-webkit-scrollbar {display: none;}
.caravan-gallery-popup .sidebar .gallery-item {
    position: relative;
    padding: 0;
    text-align: right;
    border-bottom: solid 1px #D1CFC9;
}
.caravan-gallery-popup .main {
    max-height: 100%;
    width: calc(100% - 500px);
    padding: 0 70px 0 0;
    overflow: auto;
}
.caravan-gallery-popup .main::-webkit-scrollbar {display: none;}
.caravan-gallery-popup .sidebar .gallery-item .gallery-button {
    padding: 20px 0;
    cursor: pointer;
}
.caravan-gallery-popup .sidebar .gallery-item .gallery-button .title {
    display: block;
    margin: 0 0 5px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 27px;
    line-height: 0.9;
}
.caravan-gallery-popup .sidebar .gallery-item .gallery-button .description {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.35px;
    opacity: 0.75;
}
.caravan-gallery-popup .sidebar .gallery-item .arrow {
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    height: 10px;
}
.caravan-gallery-popup .main .gallery-section {
    max-width: 1250px;
    margin: 70px auto 0;
    padding: 0 0 50px;
}
.caravan-gallery-popup .main .gallery-section .section-title .title {
    display: block;
    margin: 0 0 5px;
    font-family: "Ploni Tzar ML v2 AAA", Sans-serif;
    font-size: 60px;
    line-height: 0.9;
}
.caravan-gallery-popup .main .gallery-section .section-title .description{
   display: block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.35px;
    opacity: 0.75;
}
.caravan-gallery-popup .gallery-section .gallery-section-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
}
.caravan-gallery-popup .gallery-section .gallery-section-images img {
    width: calc(33.3% - 10px);
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}
.caravan-gallery-popup .gallery-section .gallery-section-images img:nth-child(1) {
    width: calc(66.6% - 10px);
    height: 375px;
}
.caravan-gallery-popup .gallery-section .gallery-section-images img:nth-child(2) {
    height: 375px;
}



















