/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/*Homepage css code start here */
.titleyellow em{
	color: #FFC83D;
	font-style: normal !important;
}
.arrow-btn .fa-arrow-right {
    transform: rotate(-45deg);
}


/* Normal State */
.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffffff !important;
	border: 2px solid #ffc83d;
	color: #ffc83d;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.testimonial-slider .owl-nav .owl-prev:: after,
.testimonial-slider .owl-nav .owl-next:: after{
	
}
.testimonial-slider .owl-nav .owl-next::after {
	    content: '\f178';
		color: rgba(255, 200, 61, 1)!important;
}
.testimonial-slider .owl-nav .owl-prev::after {
	content: '\f177';
	color: rgba(255, 200, 61, 1)!important;
}
.testimonial-slider .owl-nav .owl-prev:hover::after,
.testimonial-slider .owl-nav .owl-next:hover::after {
    color: #fff !important;
}
/* Hover State */
.testimonial-slider .owl-nav .owl-prev:hover,
.testimonial-slider .owl-nav .owl-next:hover {
	background-color: #ffc83d !important;
	color: #ffffff !important;
	border-color: #ffc83d !important;
}

.testimonial-slider .owl-carousel .owl-dot {
    color: rgba(255, 200, 61, 1) !important;
}
.Boat-grid-btn::after {
    content: "";
    display: inline-block;
    width: 15px !important;
    height: 23px !important;
    background-image: url('/wp-content/uploads/2026/02/Arrow-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px !important;
    transition: 0.3s ease;
}
.Boat-grid-btn:hover::after {
    filter: brightness(0) invert(1);
}
/** faq css code */

.faq-accordian .w-tabs.accordion > div > .w-tabs-section,
.faq-accordian .w-tabs.accordion > div > .w-tabs-section.active {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #F5F5F5 !important;
}
/* Make icon appear on the right */
.faq-accordian .w-tabs-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-accordian .w-tabs-section-header.active {
	background: none !important;
}
.faq-accordian .w-tabs-section-header:hover {
    background: none !important;
}
/* Add + icon */
.faq-accordian .w-tabs-section-header::after {
    content: "+";
    font-size: 25px  !important;
    color: #1B122F;
}

/* When active, show − */
.faq-accordian .w-tabs-section.active .w-tabs-section-header::after {
    content: "−";
	color: #0B4C9C !important;
}
.faq-accordian .w-tabs-section-control::before,
.faq-accordian .w-tabs-section-control::after {
    background: none !important;
}
.faq-accordian .w-tabs-section.active .w-tabs-section-title {
    color: #000000 !important;
	font-family: 'Poppins', sans-serif !important;
}
.faq-accordian .w-tabs-section .w-tabs-section-title {
    color: #000000 !important;
	font-family: 'Poppins', sans-serif !important;
}
.equipment-design .repeater {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.w-tabs-section .w-tabs-section-title:focus,
.w-tabs-section .w-tabs-section-title:focus-visible {
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.equipment-design .repeater .repeater-row {
    background: rgba(19, 130, 249, 0.06);
    padding: 10px 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
@media only screen and (max-width: 767px) {
	.boat-details-wrap{
		display: flex;
		flex-flow: wrap;
		gap: 10px;
	}
	.grid-wrap{
		flex-flow: wrap;
		gap: 20px;
	}
	.boat-price-wrap{
		flex-flow: wrap;		
	}
	.w-tabs-section .w-tabs-section-title:focus,
	.w-tabs-section .w-tabs-section-title:focus-visible {
    	background: transparent !important;
    	outline: none !important;
    	box-shadow: none !important;
	}
	.gtranslate_wrapper .gt-current-lang {
  		padding: 1px 15px !important;
	}

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.testimonial-slider .owl-carousel .owl-nav{
		display: none !important;
	}
	.boat-price-wrap{
		flex-flow: wrap;		
	}
	.w-tabs-section .w-tabs-section-title:focus,
	.w-tabs-section .w-tabs-section-title:focus-visible {
    	background: transparent !important;
    	outline: none !important;
   		box-shadow: none !important;
	}
	.gtranslate_wrapper .gt-current-lang {
  		padding: 2px 15px !important;
	}

}
@media only screen and (min-width: 993px) and (max-width: 1199px) {

	.equipment-design .repeater {
    	display: flex;
    	flex-wrap: wrap;
    	gap: 10px;
	}

	.equipment-design .repeater .repeater-row {
    	background: rgba(19, 130, 249, 0.06);
    	padding: 10px 12px;
    	border-radius: 10px;
    	display: inline-flex;
    	align-items: center;
    	width: fit-content;
	}
	.boat-details-wrap{
		display: flex;
		flex-flow: wrap;
		gap: 10px;
	}
	.w-tabs-section .w-tabs-section-title:focus,
	.w-tabs-section .w-tabs-section-title:focus-visible {
    	background: transparent !important;
    	outline: none !important;
    	box-shadow: none !important;
	}
	#gt_float_wrapper{
    	top:60px !important;
    	right:20px;
	}
	.gt_float_switcher .gt-selected .gt-current-lang {
  		padding: 3px 15px !important;
	}
}
.heroSectionNew .l-section-h,
.heroSectionNew .l-section-h > .g-cols,
.heroSectionNew .l-section-h > .g-cols > .wpb_column,
.heroSectionNew .l-section-h > .g-cols > .wpb_column .vc_column-inner {
	position: static;
}
.heroSectionNew .l-section-h > .g-cols > .wpb_column > .vc_column-inner {
	height: 100%;
}
.heroSectionNew .vc_column-inner .w-post-elm.type_image {
	height: 100%;
	width: 100%;
}
.heroSectionNew .vc_column-inner .w-post-elm.type_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Main wrapper */
.gtranslate_wrapper .gt_float_switcher{
    background:none !important;
    cursor:pointer;
	box-shadow: none !important;
}
/* Selected language button */
.gtranslate_wrapper .gt-selected{
    display:flex;
    align-items:center;
	justify-content: flex-end;	
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    display:flex;
    align-items:center;
    font-weight:600;
    font-size:14px;
	padding: 20px 15px !important
}
.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang img,
.gtranslate_wrapper .gt_float_switcher .gt_options img {
	width: 20px;
}

/* Dropdown */
.gtranslate_wrapper .gt_options{
    margin-top:10px;
    padding:10px 0;
}

/* Language items */
/* Hover effect */
.gtranslate_wrapper .gt_options a:hover{
    background: #1382F9 !important;
}
/* Current language check */
.gtranslate_wrapper .gt-current{
    position:relative;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
	display: none !important;
}
#gt_float_wrapper{
    position:fixed !important;
    top:48px !important;
    right:20px;
}

/* Language dropdown box */
.gtranslate_wrapper .gt_float_switcher .gt_options{
    background:#fff !important;
    color:#000000;
    border:0;
    border-radius:6px;
    letter-spacing:0;
    padding:0px !important;
	margin: 0px;
	background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,0.12);
    width:100px;
}

/* Dropdown item padding */
.gt_float_switcher .gt_options a{
    padding:6px 8px !important;
    display:block;
    border-radius:0px;
	margin: 0px;
	font-size: 14px;
	transition: none !important;
	font-weight:600;
}

/* Hover effect */
.gt_float_switcher .gt_options a:hover{
    color:#FFFFFF !important;
    background:#1382F9 !important;
}

/* Dropdown container */
.w-nav-list.level_2{
    background:#fff !important;
    color:#000000;
    border:1px solid #FFFFFF1A;
    border-radius:12px;
    letter-spacing:-0.32px;
    padding:8px !important;
}

/* Dropdown item padding */
.w-nav-list.level_2 > li > a{
    padding:8px 12px !important;
    display:block;
}

/* Hover effect */
.w-nav-list.level_2 a:hover{
    color:#FFFFFF !important;
    background: #1382F9 !important;
    border-radius:8px;
}
.faq-accordian .w-tabs-section-content {
	padding-top: 0px !important;
	margin-top: 0px !important;
}
.header_hor .ush_menu_1.type_desktop .menu-item.level_1 > a:not(.w-btn) {
    padding: 30px !important;
}

.gt_float_switcher .gt_options.gt-open{
	top: 0px !important;
}
