/* Boat Slider Styles */

.csf-boat-slider-container {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
}

.csf-boat-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.csf-boat-slider-title-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.csf-boat-slider-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.csf-boat-slider-title-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0F75BC;
    color: #fff;
    cursor: default;
}

.csf-boat-slider-navigation {
    display: flex;
    gap: 12px;
}

.csf-boat-slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0F75BC;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.csf-boat-slider-btn:hover {
    background-color: #cbd5e1;
    color: #1a365d;
}

.csf-boat-slider-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.csf-boat-card-wrapper {
    position: relative;
    height: 100%;
}

.csf-boat-card-link-wrapper {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.csf-boat-card-link-wrapper:hover {
    text-decoration: none;
    color: inherit;
}

.csf-boat-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.csf-boat-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    height: 195px;
}

.csf-boat-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #0d123e;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    z-index: 10;
}

.csf-boat-card-badge:hover {
    text-decoration: none;
    color: #ffffff;
}

.csf-boat-card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.csf-boat-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.csf-boat-card-desc {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.csf-boat-card-desc > * {
    margin: 0;
}

/* Testimonials Slider Styles */

.csf-testi-slider-container {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
}

.csf-testi-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.csf-testi-slider-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #334155;
}

.csf-testi-slider-navigation {
    display: flex;
    gap: 12px;
}

.csf-testi-slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #dbeafe;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.csf-testi-slider-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.5;
}

.csf-testi-slider-btn:hover,
.csf-testi-slider-btn.swiper-button-disabled:hover {
    background-color: #3b82f6;
    color: #ffffff;
}

.csf-testi-slider-btn.swiper-button-disabled {
    opacity: 1;
    cursor: not-allowed;
    background-color: #dbeafe;
    color: #ffffff;
}

.csf-testi-slider-btn:not(.swiper-button-disabled) {
    background-color: #0F75BC; 
}


.csf-testi-slider {
    overflow: hidden;
    padding: 10px 0;
}

.csf-testi-slider .swiper-wrapper {
    display: flex;
}

.csf-testi-slider .swiper-slide {
    height: auto;
}

.csf-testi-card {
    background-color: #F8F8F8;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    box-sizing: border-box;
}

.csf-testi-card-author-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.csf-testi-author-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #3b82f6;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.csf-testi-author-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

.csf-testi-card-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2px;
}

.csf-testi-stars {
    display: flex;
    gap: 2px;
}

.csf-testi-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.csf-testi-date {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

.csf-testi-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
}

.csf-testi-desc p {
    margin-bottom: 12px;
}
.csf-testi-desc p:last-child {
    margin-bottom: 0;
}
.csf-faq-accordion {
    column-count: 2;
    column-gap: 30px;
	    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
}
.csf-faq-item {
    break-inside: avoid;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
/* FAQ Accordion Styles */
.csf-faq-container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    font-family: inherit;
}

.csf-faq-header-column,
.csf-faq-items-column {
    display: flex;
    flex-direction: column;
}

.csf-faq-heading {
    margin: 0 0 16px 0;
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.csf-faq-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
}

.csf-faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.csf-faq-item:first-child {
    border-top: none;
}

.csf-faq-question {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.csf-faq-question-text {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    padding-right: 24px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.csf-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e3a8a;
    transition: transform 0.3s ease;
}

.csf-faq-item.active .csf-faq-icon {
    transform: rotate(180deg);
}

.csf-faq-answer {
    padding-bottom: 24px;
}

.csf-faq-answer-inner {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
}

.csf-faq-answer-inner p {
    margin-top: 0;
    margin-bottom: 16px;
}

.csf-faq-answer-inner p:last-child {
    margin-bottom: 0;
}
/*.cta-section li.elementor-icon-list-item a{
    background: #007BFF;
    border-radius: 8px;
    min-width: 147px;
    height: 49px;
}*/

@media (min-width: 922px) {
    .ast-container {
        /*max-width: 1200px;*/
		padding: 0;
		flex-direction: column; 
    }
}
@media (max-width: 768px) {
	.csf-faq-accordion {
		column-count: unset;
		column-gap: unset;
	}
	.csf-boat-slider-navigation,
	.csf-testi-slider-navigation {
		display: none;
	}
	.csf-faq-item {
		margin-bottom: 0;
	}
	.csf-boat-slider-title-area {
		justify-content: space-between;
		width: 100%;
	}
	.mobile-searchbox input.hfe-search-form__input {
		height: auto;
        box-shadow: none;
	}
	.mobile-searchbox button.hfe-search-submit {
        margin: 5px;
        border-radius: 50%;
        width: 41px !important;
        height: 42px;
    }
	li.rez-icons {
		display: flex;
		margin: 0 12px;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}
	.hfe-search-button-wrapper input.hfe-search-form__input {
		text-align: center;
		position: relative;
	}
    li.rez-icons.icon-boat:before{
        top:21px !important;
    }
	
	h2.elementor-heading-title.elementor-size-default br {
		display: none;
	}
	.csf-boat-card-image {
		height: auto !important;
	}
}