/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



section.elementor-section.elementor-top-section.elementor-element.elementor-element-d02f9a7.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default {
    max-width: 1350px;
}

.load-more-wrapper button {
    background-color: transparent;
    font-family: "Cinzel", Sans-serif;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #070644 0%, #29ABE2 100%);
    transition-duration: 1s;
    border-radius: 10px 10px 10px 10px;
    padding: 18px 30px 18px 30px;
    border:0;
}
.load-more-wrapper button:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #29ABE2 0%, #070644 100%);
}
span.Hold a {
    background: #f3ab4b;
}

span.Booked a {
    background: #c2e9f5;
}

span.Unavailable a {
    background: #8d8d8d;
}

.yatch_list_inner {
            display: flex;
            flex-wrap: wrap;
        }
        .yatch_list_inner_loop {
            position: relative;
            width: 33.3%;
            padding: 15px;
            border-radius: 4px;
            /* overflow: hidden; */
        }
        .yatch_list_inner_loop_content {
            background-color: #e3effc;
            padding: 15px 20px;
            border-radius: 0px 0px 4px 4px;
        }
        .yatch_list_inner_loop_content h2 a {
            color: #070644;
            font-family: "Cinzel", Open Sans;
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 1px;
        }
        .yatch_spec {
            display: flex;
            align-items: baseline;
        }
        .yatch_list_inner_loop_content div {
            font-family: "Inter", sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #070644;
        }
        i.Simple-Line-Icons-people {
            margin-right: 10px;
        }
        i.far.fa-eye {
            margin-left: 14px;
            margin-right: 14px;
        }
        h2.search_result {
            color: #070644;
            font-family: "Cinzel", Open Sans;
            font-size: 44px;
            font-weight: bold;
            letter-spacing: 3px;
        }
        #c_search {
        background-color: transparent;
        font-family: "Cinzel", Sans-serif;
        font-weight: 600;
        color: #FFFFFF;
        background-image: linear-gradient(180deg, #070644 0%, #29ABE2 100%);
        transition-duration: 1s;
        border-radius: 10px 10px 10px 10px;
        padding: 18px 30px 18px 30px;
        border: 0;
        margin-bottom: 20px;
        display: inline-block;
        }
        
        .yatch_filter_container {
            color: #fff;
        }
        .form_title {
        font-family: "Cinzel", Sans-serif;
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
        color: #FFFFFF;
        text-align: center;
        }
        /* Progress Bar */
        .step_progress {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            margin-bottom: 40px;
        }
        .step_progress::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 1px;
            background: rgba(255,255,255,0.3);
            z-index: 1;
        }
        .step_circle {
            width: 30px;
            height: 30px;
            background: #fff;
            color: #000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: bold;
            position: relative;
            z-index: 2;
        }
        .step_circle.inactive {
            background: #fff;
            opacity: 0.8;
        }
        /* Form Layout */
        .yatch_filter_form {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .step_section { display: none; }
        .step_section.active { 
            display: grid; 
            grid-template-columns: repeat(2, 1fr); 
            gap: 20px; 
            grid-column: span 2;
        }
        .full_width { grid-column: span 2; }
        .form_label { display: flex; flex-direction: column; gap: 8px; }
        .form_label label { font-size: 16px; font-weight: 300; }
        .form_label input, .form_label select {
            padding: 12px 15px;
            border-radius: 8px;
            border: none;
            background: #fff;
            color: #333;
            font-size: 16px;
            height: 50px;
        }
        /* Buttons */
        .btn_row { grid-column: span 2; margin-top: 10px; display: flex; gap: 15px; }
        .next_btn, .submit_btn {
        background-color: transparent;
        font-family: "Cinzel", Sans-serif;
        font-weight: 600;
        fill: #FFFFFF;
        color: #FFFFFF;
        background-image: linear-gradient(180deg, #070644 0%, #29ABE2 100%);
        transition-duration: 1s;
        border-radius: 10px 10px 10px 10px;
        padding: 18px 30px 18px 30px;
        border: 0;
        width: 30%;
        }
        .prev_btn {
            background: rgba(255,255,255,0.2);
            color: #fff;
            border: 1px solid #fff;
            padding: 10px 30px;
            border-radius: 8px;
            cursor: pointer;
        }
			

@media (max-width: 768px) {

    form.yatch_filter_form {
        display: block;           
        padding: 15px 15px;
        margin-bottom: 10px !important;
    }

    .yatch_filter_form .form_label {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .yatch_filter_form select,
    .yatch_filter_form input {
        width: 100% !important; 
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .yatch_filter_form input[type="submit"] {
        width: 100% !important;
        margin-top: 10px;
        height: 44px;
    }
}



	.Rate_Locations_main {
    padding: 50px 50px;
}
.Rate_Locations_week {
    display: flex;
    justify-content: space-between;
}
.Additional_Rate_Details h2{
font-weight: bold;
color: #070644;
font-size: 25px;
font-family: 'Cinzel';
}
.Rate_Locations_week > div{
	color: black !important;
	font-size: 18px !important;
	font-family: 'HERO' !important;
	margin-bottom: unset !important;
	font-weight: bold;
}

.Rate_Locations_week > div span{
	color: red !important;
}
.check_port{
	color: #707070 !important;
	font-size: 16px !important;
	font-family: 'HERO' !important;
	margin-bottom: unset !important;
    padding: 3px 0px;
	/*font-weight: bold;*/
}
.check_port strong{
	color: black !important;
}
.check_port_main{
	margin-top: 30px;
}


	.yatch_img_slider_new {
    display: flex;
}
.yatch_img_slider.slick-initialized.slick-slider {
    width: 76%;
    padding-left: 10px;
}
.verticle_slider {
    width: 24%;
}
a#next_request_b {
    background: linear-gradient(280deg, #070644 0%, #29ABE2 100%);
    padding: 18px 20px;
    color: white !important;
    font-family: 'Hero' !important;
    cursor: pointer !important;
    border-radius: 4px;
}
.next_icon i.fas.fa-arrow-right {
    border: 1px solid;
    padding: 19px;
    margin: 0 11px;
}
.inner_p_d{
	color: #707070 !important;
	font-size: 16px !important;
	font-family: "Inter", sans-serif;
	margin-bottom: unset !important;
}
.inner_content_new {
    display: flex;
}
.inner_content_new_f {
    width: 30%;
}
.inner_content_new_s {
    width: 70%;
    padding-left: 30px;
}
.inner_content_new_e {
    width: 25%;
}

h2.new_h {
    color: #070644;
    font-family: "Cinzel", Open Sans;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
}

.feature_section ul {
    color: #707070 !important;
    font-size: 14px !important;
    font-family: 'HERO' !important;
    padding-left: 11px;
}

.feature_section {
    background-color: #e3effc;
    padding: 10px 15px;
}

.feature_section_p {
     color: #707070 !important;
     font-size: 14px !important;
     font-family: "Inter", sans-serif;
     padding-left: 11px;
}

.inner_content_new_e_box {
    display: flex;
    flex-wrap: wrap;
}
.SEASONAL_CHARTER_RATES {
    display: flex;
    justify-content: space-between;
}

.SEASONAL_CHARTER_RATES:after {
    /*display: block;*/
    /*content: "";*/
    height: 2%;
    width: 1px;
    background-color: #70707054;
    position: absolute;
    right: 13%;
    top: 32.5%;
}

.extra_line {
    height: 2px;
    background-color: #70707054;
    margin: 25px 0px;
}
.feature_client:before {
    display: block;
    content: "";
    background-image: url(https://demowebs.1stopwebsitesolution.com/harperyachting/wp-content/uploads/2023/03/Component-2-ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“-1-1.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
        left: 15px;
}

.feature_client {
    padding-left: 27px;
}
.AMENITIES_ENTERTAINMENT_inner {
    display: flex;
    margin: 45px 0px;
    justify-content: space-between;
}

.AMENITIES_ENTERTAINMENT {
    padding-right: 25px;
    margin-top: 50px;
}

.AMENITIES_ENTERTAINMENT_box {
    display: flex;
    align-items: center;
    /* margin-right: 52px; */
}
.recreation_tab {
    display: flex;
    margin-top: 40px;
}
.recreation_tab_box {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    border: 2px solid #80808038;
    border-radius: 20px;
    background: #e3effc;
}
.recreation_tab_box img {
    margin-right: 19px;
}
.recreation_tab_content {
    padding-top: 30px;
}

.recreation_tab_content_inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.recreation_tab_icon {
    width: 40%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.recreation_tab_icon img {
    margin-right: 23px;
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 4px;
}
.main_season {
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.main_season .main_season_img {
    margin-right: 40px;
    width: 22%;
}

.test_reviews_content_sectio {
    text-align: center;
    background-color: #e3effc;
    margin: 0px 6px;
    padding: 25px;
    border-radius: 3px;
}

.test_reviews_content_sectio p{color: #070644;font-family: "Inter", sans-serif;font-size: 15px;}
.test_reviews_content_sectio h2{
	    color: #070644;
    font-family: 'Cinzel';
    font-weight: bold;
    font-size: 20px;
}
.test_reviews_content_sectio span{
	font-family: 'Hero';
}

.slick-dots li button{
    background: #DFF3FB !important;
    border-radius: 100%;
}

.slick-dots li.slick-active button{
    background: #070644 !important;
    border-radius: 100%;
}

.crew_reviews_content_sectio {
    text-align: center;
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
    background-position: center;
    height: 370px !important;
    margin: 0px 10px;
    transition: all 0.4s ease-in-out;
}

crew_reviews_content_sectio h2{
	    font-family: Cinzel;
    font-size: 29px;
}

crew_reviews_content_sectio span{
    font-family: 'HERO';
}

.Featured_content {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
}

.Featured_content_sectio {
    /* margin: 15px; */
    background-color: #DFF3FB;
    width: 24%;
    border-radius: 7px;
    overflow: hidden;
}

.Featured_content_sectio h2{
	/* padding-left: 15px; */
	color: #070644;
	font-family: 'Cinzel';
	font-size: 22px;
	font-weight: bold;
}

.Featured_content_sectio span{
	padding-left: 15px;
	color: #070644;
	font-family: 'Hero';
	font-size: 16px;
}

.Featured_content_sectio p{
	padding-left: 0px;
	color: #070644;
	font-family: "Inter", sans-serif;
	font-size: 15px;
}
.inner_content_new_main {
    width: 75%;
}
.main_check_inner{
	display: flex;
}
.Featured_content_sectio img {
    border-radius: 0px;
    height: 210px;
    object-fit: cover;
    display: block;
    width: 100%;
}
.main_season_content{
    width: 80%;
}

.crew_reviews_content_sectio h2{
    font-size: 21px !important;
    margin-top: 110%;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
		#custom_pdf{
			display:none;
		}
		.next_request {
    margin: 0 4px;
}


.yatch_location {
								font-family: "Hero", Open Sans;
								font-size: 13px;
								font-weight: 500;
								color: #070644;
								/* padding-left: 15px; */
							}
							.yatch_spec {
								font-family: "Hero", Open Sans;
								font-size: 13px;
								font-weight: 500;
								color: #070644;
								display: flex;
								align-items: baseline;
								/* padding-left: 15px; */
								gap: 10px;
							}
							.yatch_spec p{
								font-size: 13px;
/* 								padding-left:0px !important; */
							}
							.yatch_location p{
								padding-left:0px !important;
							}
							
							
							.prev{
			right: 35px !Important;
		}
		.next{
			left: 35px !Important;
		}
		.yatch_img_slider button.slick-arrow {
		    position: absolute;
		    top: 40%;
		    z-index: 999;
		    background-color: transparent;
		    border: 2px solid white;
		    border-radius: 0px;
		    color: white;
		    /* padding: 11px 17px; */
		    backdrop-filter: blur(3px);
		}
		.tab_inner_content_bro {
    display: flex;
    flex-wrap: wrap;
}
.photo_gallery_list {
    width: 33.3%;
    padding: 10px;
}
		.new_rate td, .ava_rate th{
		    border: 1px solid !important;	
		}
		.ava_rate{
			background-color: #DFF3FB;
			text-align: center;
			color: #070644;
			border: 1px solid;
			font-family: "Cinzel", Open Sans;
			font-weight: 700;
		}
		.yatch_model_spec_inner h3 {
    color: #070644;
    font-family: "Cinzel", Open Sans;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0px !important;
}
.yatch_model_spec_inner span {
    color: #070644;
    font-family: 'Hero';
    font-family: 'Poppins';
    font-size: 13px;
}
		.price_y span {
    color: #070644;
    font-family: 'Hero';
}
		.price_y h3 {
    color: #070644;
    font-family: "Cinzel", Open Sans;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}
		.y_request a {
    background-color: #29ABE2;
    padding: 19px 23px;
    color: white !important;
    font-family: 'Hero' !important;
    cursor: pointer !important;
}
		.yatch_list_inner_name_detail h2 {
    color: #070644;
    font-family: "Cinzel", Open Sans;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 3px;
}
		.tab_inner_content .tr_c{
			background-color: #F5F5F5;
		}
		.tab_inner_content tr{
			height: 65px;
		}
		.tab_inner_content td {
    padding-left: 45px;
    color: #070644;
    font-family: 'Cinzel' !important;
    font-weight: 600 !important;
}
		.tab_inner_content {
    margin-top: 50px;
}
		a.tablinks {
    display: flex;
    padding: 9px 11px;
    background-color: #e3effc;
    border: unset;
    font-family: "Cinzel", Open sans-serif;
    color: #070644;
    font-weight: bold;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
a.tablinks img{
	width: 25px !important;
	margin-right: 8px;
}
			.yatch_list_inner_name_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
        margin-bottom: 25px;
}
.spec_price {
    display: flex;
    align-items: center;
}
.price_y {
    padding: 0 60px;
}
.yatch_model_spec {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}
.yatch_model_spec_inner {
    display: grid;
    padding: 17px 11px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
    text-align: center;
    width: 45%;
    margin: 7px;
}

.yatch_model_spec_inner img{
	margin: auto;
    height: 35px;	
}
.tabcontent {
  display: none;
}
.yatch_model_spec_detail {
    margin-top: 50px;
}

.tab {
    display: flex;
    justify-content: space-between;
}
#elementor-popup-modal-770 .dialog-close-button{
		background-color: #29ABE2;
		padding: 8px;
		border-radius: 100%;
		color: white;
		right: 81px !IMPORTANT;
}


	#pdf_yachtCrewProfile{
			height: 1650px;
    		overflow-y: hidden;
		}
		.first_custom_pdf{
			position: relative;
			height: 2400px;
		}
		.three_custom_pdf #rem_test{
			height: 2400px;
			position: relative;
			/*display: flex;
			flex-direction: column;
			justify-content: space-between;*/
			overflow-y: hidden;
		}
		.three_custom_pdf #test_tok{
			height: 2400px;
			position: relative;
			overflow-y: hidden;
		}
			.second_custom_pdf {
		    height: 2400px;
		    position: relative;
/*		    display: flex;*/
/*		    flex-direction: column;*/
/*		    justify-content: space-between;*/
		    /*display: flex;
		    flex-direction: column;
		    justify-content: space-between;*/
		    /*display: flex;
		    flex-direction: column;
		    justify-content: space-between;*/
		}
.footer_pdf_section span {
    text-align: center;
    color: #070644;
    font-size: 18px;
    font-family: 'Cinzel';
    font-weight: bold;
}
.header_pdf_section span {
    text-align: center;
    color: #070644;
    font-size: 18px;
    font-family: 'Cinzel';
    font-weight: bold;
}
.footer_pdf_section {
    background-color: #DFF3FB;
    text-align: center;
    padding: 12px 0;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.header_pdf_section {
    background-color: #DFF3FB;
    text-align: center;
    padding: 12px 0;
/*    position: relative;*/
/*    top: 15px;*/
  /*  position: absolute;
    width: 100%;
    bottom: 0;*/
}
		.pdf_crew_reviews_content {
		    display: flex;
		    flex-wrap: wrap;
		    justify-content: space-between;
		    margin-bottom: 50px;
		}

		.pdf_crew_reviews_content > div {
		    width: 30%;
		}

		.pdf_crew_reviews_content img {
		    height: 300px !IMPORTANT;
		    width: 500px !IMPORTANT;
		    object-fit: cover !important;
		}
	.pdf_loader_content{
		color: white;
		font-weight: bold;
		font-family: 'Hero';
		font-size: 25px;
		position: absolute;
		right: 0;
		left: 0;
		text-align: center;
		top: 40%;
	}
	.pdf_loader span{
		display: block;
		background-color: #123b63;
		width: 0%;
		height: 100%;
		border-radius: 5px;
		text-align: center;
		color: white;
	}
	.pdf_loader {
		display: block;
		height: 100vh;
		width: 100%;
		background-color: #00000082;
		position: fixed;
		top: 0;
		z-index: 99999;
	}
	.inner_pdf_loader {
		display: block;
		background-color: white;
		width: 400px;
		height: 20px;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 50%;
		border-radius: 5px;
	}
	
		.pdf_title_section h2{
		    text-align: center;
		    color: #070644;
		    font-size: 50px;
		    font-family: 'Cinzel';
		    font-weight: bold;
		}
		.pdf_title_section p{
		    text-align: center;
		}
		.pdf_title_section{
/*			margin-bottom: 50px;*/
/*			margin-top: 100px;*/
		}
		.inner_content_new_e_box{
		    justify-content: space-between;
		}
		.second_custom_pdf .yatch_model_spec_inner{
		    width: 44%;
		}
		.pdf_main_img img {
		    height: 600px !important;
		    width: 100% !important;
		    object-fit: cover;
	        padding-top: 15px;
		}
		.pdf_main_img {
		    margin-bottom: 50px;
		}
		.custom_pdf_inner {
			width: 1000px;
			margin: auto;
		}
		.pdf_images_gallery {
			display: flex;
			flex-wrap: wrap;
			gap: 50px;
			justify-content: space-between;
		}
		.pdf_images_gallery > div {
			width: 47%;
		}
		.pdf_images_gallery img {
		    height: 300px !IMPORTANT;
		    width: 500px !IMPORTANT;
		    object-fit: cover;
		}
		.three_custom_pdf {
		    /*height: 2170px;
		    overflow-y: hidden;*/
		}
		
/*====== Custom CSS AYYAN ====*/
		
		.short_save {
    position: absolute;
    top: 26px;
    left: 26px;
    background: #dedede30;
    backdrop-filter: blur(3px);
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
}

.short_save i {
    color: #ffffffad;
}

.yatch_list_inner_loop img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px 4px 0px 0px;
}

.yatch_list_inner_loop_content h2 a {
    display: block;
}

/* Card Animation */
.Card-animation {
    position :relative;
    overflow:hidden;
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.Card-animation::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg, transparent, transparent 30%, rgba(255, 255, 255, 0.88));
    transform: rotate(-45deg);
    transition: 0.7s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.Card-animation:hover {
    transform: scale(101%) translateY(-8px);
    box-shadow: rgb(39 39 39 / 24%) 0px 0px 20px;
}

.Card-animation:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
    z-index: 1;
}
.verticle_slider .slick-arrow {
    position: absolute;
    left: 40% !important;
    z-index: 1;
    border: 2px solid;
    border-color: #fff;
    color: #fff;
    width: 50px;
    border-radius: 0px;
    backdrop-filter: blur(3px);
}

.verticle_slider {
    position: relative;
}
.verticle_slider  .prev.slick-arrow {
    top: 10px;
}

.verticle_slider .next.slick-arrow {
    bottom: 40px;
}

.slick-vertical .slick-slide img {
    height: 190px;
    object-fit: cover;
}

.yatch_img_slider  .slick-slide img {
    height: 595px;
    object-fit: cover;
}
.verticle_slider .slick-arrow:hover, .yatch_img_slider button.slick-arrow:hover {
    backdrop-filter: blur(10px);
    background: #ffffff3d;
}
.yatch_model_spec_detail .tab {
    justify-content: center;
    gap: 20px;
}

.yatch_model_spec_detail .tablinks:hover {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #0706442e;
}
.custom-grident-btn {
    background: linear-gradient(180deg, #070644 0%, #29ABE2 100%);
    border-radius: 10px;
    padding: 18px 30px !important;
    font-size: 15px;
}

.y_request {
    margin-right: 10px;
}
.inner_content_new_s img {
    width: 100%;
}

.inner_content_new_s h2.new_h {
    font-size: 18px;
    margin-top: 20px;
}

.AMENITIES_ENTERTAINMENT ul li {
    line-height: 30px;
}

ul.ekit_social_media {
    list-style: none;
    display: flex;
    gap: 12px;
}
ul.ekit_social_media li a {background: #070644;color: #ddeaf8;width: 36px;height: 36px;display: inline-block;line-height: 38px;font-size: 18px;border-radius: 50%;text-align: center;}

.inner_content_new_e h2.new_h {
    margin: 0px 0px;
}
.crew_reviews_content_sectio {
    position: relative;
}

.crew_reviews_content_sectio::before {
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top, black, transparent, transparent);
    transition: all 0.4s ease-in-out;
}


.crew_reviews_content_sectio span {
    position: relative;
    z-index: 2;
}
.crew_reviews_content_sectio:hover:after {
    /* background: linear-gradient(to top, black 10%, transparent 100%, transparent); */
    opacity: 1;
}
.yachtCrewProfile {
    padding-top: 20px;
}

.Featured_content.yachtMenu img {
    width: 140px;
    height: 130px;
    object-fit: cover;
}

.test_reviews {
    margin-bottom: 60px;
}

/* Force the calendar to fit its container */
.ui-datepicker-multi {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    background: #fff !important;
}

/* Set each month box to exactly 25% width for 4 in a row */
.ui-datepicker-group {
    width: 25% !important; 
    box-sizing: border-box !important;
    padding: 5px !important;
    float: none !important; /* Overriding default float */
}

/* Adjust the internal tables so they don't overlap */
.ui-datepicker-group table {
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 12px !important; /* Smaller font to prevent crowding */
}

/* Clean up header heights so they align */
.ui-datepicker-header {
    padding: 4px 0 !important;
    font-size: 13px !important;
}

/* Remove any fixed widths that jQuery UI might inject */
.ui-datepicker-multi-4 {
    width: 100% !important;
}

/* Responsive: 2 months per row on tablets, 1 on mobile */
@media (max-width: 1000px) {
    .ui-datepicker-group {
        width: 50% !important;
    }
}

@media (max-width: 600px) {
    .ui-datepicker-group {
        width: 100% !important;
    }
}
.ui-datepicker-header.ui-widget-header {
    background: #C9EAF8;
    border: none;
    outline: none;
    box-shadow: none;
}

.ui-datepicker-title {
    color: #070644;
}

.ui-widget-content {
    border-color: #cccccc26 !important;
    box-shadow: 0px 0px 10px #cccccc94;
    padding: 10px 10px;
}
.test_reviews_content .slick-prev,
.test_reviews_content .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #070644;
    border: 1px solid #070644;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(3px);
}

.test_reviews_content .slick-prev {
    left: -30px;
}

.test_reviews_content .slick-next {
    right: -30px;
}

.test_reviews_content .slick-prev i,
.test_reviews_content .slick-next i {
    color: #fff;
    font-size: 16px;
}

.test_reviews_content .slick-prev:hover,
.test_reviews_content .slick-next:hover {
    background: #0b1c3d;
}

.test_reviews_content .slick-prev:hover i,
.test_reviews_content .slick-next:hover i {
    color: #fff;
}
.test_reviews_content .slick-dots {
    bottom: -35px;
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

.test_reviews_content .slick-dots li {
    margin: 0 5px;
}

.test_reviews_content .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    font-size: 0;
}

.test_reviews_content .slick-dots li button:before {
    display: none;
}

.test_reviews_content .slick-dots li.slick-active button {
    background: #ff6a00;
    width: 28px;
    border-radius: 20px;
}
ul.slick-dots li {
    list-style: none;
}
.test_reviews_content .slick-dots li button:before {
    display: none !important;
    content: none !important;
}
.AMENITIES_ENTERTAINMENT_inner > .AMENITIES_ENTERTAINMENT_box img {
    width: 20px;
}

.AMENITIES_ENTERTAINMENT_inner > .AMENITIES_ENTERTAINMENT_box h2 {
    margin: 0px 0px;
}
.inner_content_new_e > .new_h {
    /* color: red; */
    padding-bottom: 10px;
}
.recreation_tab_box > img {
    width: 20px;
}

.recreation_tab_box > p {
    color: #070644 !important;
}
.main_season .main_season_img img {
    width: 190px;
    height: 220px;
    object-fit: cover;
}
.big_check_avail {
    background-color: #e3effc;
    padding: 10px 10px;
    margin-top:10px;
    margin-bottom:40px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.slick-vertical .slick-slide {
    margin-bottom: 10px;
}
.crew_reviews_content_sectio::after {
    content: '';
    position: absolute;
    inset: 0;
    transition: all 0.4s ease-in-out;
    background: linear-gradient(to top, black 10%, transparent 100%, transparent);
    opacity: 0;
    z-index: 1;
}
/* BOOKED - Usually Red */
.status-booked a.ui-state-default {
    background-color: #C9EAF8 !important;
    color: #333 !important;
    border-color: #C9EAF8 !important;
}

/* HOLD - Usually Orange/Yellow */
.status-hold a.ui-state-default {
    background-color: #f1c40f !important;
    color: #000000 !important;
    border-color: #f39c12 !important;
}

/* UNAVAILABLE - Usually Grey */
.status-unavailable a.ui-state-default {
    background-color: #95a5a6 !important;
    color: #ffffff !important;
    border-color: #7f8c8d !important;
    cursor: not-allowed !important;
}

/* Optional: Legend below the calendar */
.calendar-legend {
    display: flex !important;
    gap: 20px !important;
    margin-top: 15px !important;
    font-family: sans-serif !important;
}

.legend-item { 
    display: flex !important; 
    align-items: center !important; 
    gap: 5px !important; 
}

.box { 
    width: 15px !important; 
    height: 15px !important; 
    border-radius: 3px !important; 
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #fcfcfc !important;
    font-weight: normal;
    color: #454545;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #000 !important;
}

/*for-large-dekstop view-1200*/
@media only screen and (min-width: 100px) and (max-width: 1399px) {}

/*for-laptop view-1024*/
@media only screen and (min-width: 100px) and (max-width: 1199px) {
    
}

/*for-tablet view-768*/
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .yatch_list_inner_loop {
    width: 50%;
}
.verticle_slider .slick-arrow {
    left: 36% !important;
    
}
.verticle_slider .next.slick-arrow {
    bottom: 30px;
}
.slick-vertical .slick-slide img {
    height: 150px;
}
.yatch_img_slider .slick-slide img {
    height: 475px;
}
.yatch_model_spec_inner {
    width: 70%;
}
.inner_content_new_e_box {
    justify-content: center;
}
.AMENITIES_ENTERTAINMENT_inner {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 18px;
    column-gap: 33px;
}
.recreation_tab_icon {
    width: 50%;}


.recreation_tab_icon img {
    width: 140px;
    height: 90px;
}
ul.ekit_social_media {
    padding-left: 0px;
}
.main_season {
    align-items: self-start;
    flex-direction: column;
    margin-left: 15px;
}

.main_season .main_season_img img {
    width: 100%;
}
.main_season .main_season_img {
    width: 100%;
}
.main_season_content {
    width: 100%;
}
.test_reviews_content .slick-next {
    right: -8px;
}

.test_reviews_content .slick-prev {
    left: -8px;
}

.crew_reviews_content_sectio {
    height: 270px !important;}
    .crew_reviews_content_sectio h2 {
    font-size: 18px !important;
        
    }
    .crew_reviews_content_sectio span {

    font-size: 15px;
    color: #eee;
    display: inline-block;
}
.Featured_content_sectio {
    width: 48%;
    
}
.Featured_content {
    gap: 16px;
}
}
/*for-landscape_mobile view-576*/


@media only screen and (min-width: 100px) and (max-width: 767px) {
    .form_title {
    font-family: "Cinzel", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}
}

/*for-mobile view-375*/
@media only screen and (min-width: 100px) and (max-width: 575px) {}

/*for-small_mobile view-320*/
@media only screen and (min-width: 100px) and (max-width: 374px) {}