/* 
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 */
.elementor-widget-text-editor a {
    color: #002349;
}
.hero-title-section {
    position: relative;
    overflow: hidden;
}

.hero-title-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 246px;
    background: linear-gradient(179.03deg, #010101 -25.72%, rgba(1, 1, 1, 0) 90%);
    pointer-events: none;
    z-index: 1;
}

.hero-title-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 148px;
    background: linear-gradient(3600deg, #002349 0%, rgba(0, 35, 73, 0) 100%);
    pointer-events: none;
    z-index: 1;
}
.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover {
    opacity: 1 !important;
}
.fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover {
    background-color: transparent !important;
    color: #002349 !important;
    border: 2px solid #002349;
}
.fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
    border: 2px solid #002349 !important;
    color: #fff !important;
}
.blur-section {
  background: rgba(1, 1, 1, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.boat-feature-block ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
    padding-left: 0 !important;
}
.boat-feature-block li {
    margin-bottom: 5px;
}
.elementor-widget-text-editor h3 {
  font-family: "Playfair Display", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  color: #010101;
}
/* Calendar styles */
            #ankor-cal-wrap {
                font-family: "Open Sans", Sans-serif;
                max-width: 780px;
                margin: 0 auto;
                color: #010101;
            }

            /* ── Pricing ── */
            .ankor-pricing-wrap {
                margin-bottom: 36px;
            }

            .ankor-price-hero {
                font-family: "Open Sans", Sans-serif;
                line-height: 1.2;
            }
            .ankor-price-hero .ankor-price-label {
                font-family: "Open Sans", Sans-serif;
                font-weight: 400;
                font-style: Regular;
                font-size: 24px;
                line-height: 180%;
                letter-spacing: 0%;
            }

            .ankor-price-from {
                font-size: 13px;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                color: #8a7560;
                margin-right: 4px;
            }

            .ankor-price-amount {
                font-family: "Open Sans", Sans-serif;
                font-weight: 700;
                font-size: 24px;
                line-height: 180%;
                letter-spacing: 0%;
            }

            .ankor-price-period {
                font-size: 16px;
                color: #8a7560;
                margin-left: 4px;
            }

            /* ── Calendar header ── */
            .ankor-cal-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 20px;
                padding-bottom: 16px;
                border-bottom: 2px solid #010101;
            }

            #ankor-cal-title {
                font-size: 22px;
                letter-spacing: 0.06em;
                text-transform: uppercase;
            }

            .ankor-cal-nav {
                background: none;
                border: 1px solid #010101;
                color: #010101 !important;
                width: 36px;
                height: 36px;
                cursor: pointer;
                font-size: 16px;
                transition: all 0.2s;
                border-radius: 0;
                line-height: 5px;
                padding: 10px;
            }

            .ankor-cal-nav:hover, .ankor-cal-nav:focus {
                background: #010101 !important;
                color: #fff !important;
            }

            /* ── Legend ── */
            .ankor-cal-legend {
                display: flex;
                gap: 20px;
                margin-bottom: 16px;
                font-size: 12px;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                color: #010101;
            }

            .ankor-legend-item {
                display: flex;
                align-items: center;
                gap: 6px;
            }

            .ankor-dot {
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

            .ankor-dot.booked {
                background: #c0392b;
            }

            .ankor-dot.tentative {
                background: #e67e22;
            }

            .ankor-dot.maintenance {
                background: #7f8c8d;
            }

            .ankor-dot.available {
                background: #27ae60;
            }

            /* ── Grid ── */
            #ankor-calendar-grid {
                display: grid;
                grid-template-columns: repeat(7, 1fr);
                gap: 2px;
            }

            .ankor-day-name {
                text-align: center;
                font-size: 12px;
                text-transform: uppercase;
                padding: 8px 0;
                color: #010101;
                font-weight: 600;
            }

            .ankor-day {
                position: relative;
                min-height: 52px;
                padding: 6px;
                background: #fdfcfa;
                border: 1px solid #ede8e0;
                font-size: 13px;
                cursor: default;
                transition: background 0.15s;
            }

            .ankor-day.empty {
                background: transparent;
                border-color: transparent;
            }

            .ankor-day.today {
                border-color: #1a1a2e;
                border-width: 2px;
            }

            .ankor-day.past {
                opacity: 0.4;
            }

            .ankor-day.booked {
                background: #fdf0ef;
                border-color: #e8b4b0;
                cursor: pointer;
            }

            .ankor-day.tentative {
                background: #fef6ec;
                border-color: #f0d0a8;
                cursor: pointer;
            }

            .ankor-day.maintenance {
                background: #f2f3f3;
                border-color: #c8cccc;
            }

            .ankor-day.available {
                background: #f0faf4;
                border-color: #a8dbb8;
            }

            /* Seasonal pricing period — amber/gold */
            .ankor-day.season {
                background: #fffbf0;
                border-color: #e8c96a;
            }

            .ankor-day.booked:hover {
                background: #f9dede;
            }

            .ankor-day.tentative:hover {
                background: #fdecd8;
            }

            .ankor-day.available:hover {
                background: #dff2e8;
            }

            .ankor-day.season:hover {
                background: #fdf3cc;
            }

            .ankor-day-num {
                font-size: 12px;
                color: #999;
                display: block;
                margin-bottom: 2px;
            }

            .ankor-day.today .ankor-day-num {
                color: #1a1a2e;
                font-weight: 700;
            }

            .ankor-event-bar {
                position: absolute;
                bottom: 4px;
                left: 4px;
                right: 4px;
                height: 3px;
                border-radius: 2px;
            }

            .booked .ankor-event-bar {
                background: #c0392b;
            }

            .tentative .ankor-event-bar {
                background: #e67e22;
            }

            .maintenance .ankor-event-bar {
                background: #7f8c8d;
            }

            .available .ankor-event-bar {
                background: #27ae60;
            }

            .season .ankor-event-bar {
                background: #d4a017;
            }

            /* ── Tooltip ── */
            #ankor-tooltip {
                position: fixed;
                background: #010101;
                color: #fff;
                padding: 10px 14px;
                font-size: 12px;
                border-radius: 2px;
                pointer-events: none;
                z-index: 9999;
                max-width: 220px;
                line-height: 1.6;
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            }

            #ankor-tooltip strong {
                display: block;
                margin-bottom: 4px;
                font-size: 13px;
            }

            .ankor-pricing-loading {
                color: #999;
                font-size: 14px;
            }
            @media screen and (max-width:767px) {
                .ankor-price-amount {
                font-weight: 700;
                font-size: 14px;
                line-height: 180%;
                letter-spacing: 0%;
            }
            }
/* FAQ section */
.custom-acf-faq details.faq-item {
			border: 1px solid #77808866;
			margin-bottom: 16px;
			background-color: #ffffff;
			transition: background-color 0.35s ease, border-color 0.35s ease;
			overflow: hidden;
		}

		.custom-acf-faq details.is-open {
			background-color: #7780880F;
			border-color: #7780880F;
		}

		.custom-acf-faq details.is-open summary.faq-question {
			padding: 24px 24px 8px 24px;
		}

		.custom-acf-faq summary.faq-question {
			font-weight: 600;
			padding: 24px;
			cursor: pointer;
			list-style: none;
			display: flex;
			justify-content: space-between;
			align-items: center;
			color: #010101;
			font-size: 16px;
			position: relative;
			z-index: 2;
		}

		.custom-acf-faq summary.faq-question::-webkit-details-marker {
			display: none;
		}

		.custom-acf-faq .faq-title {
			padding-right: 20px;
		}

		.custom-acf-faq .faq-icon-wrapper {
			display: flex;
			align-items: center;
			flex-shrink: 0;
		}

		.custom-acf-faq details .icon-opened {
			display: none;
		}

		.custom-acf-faq details.is-open .icon-opened {
			display: block;
		}

		.custom-acf-faq details .icon-closed {
			display: block;
		}

		.custom-acf-faq details.is-open .icon-closed {
			display: none;
		}

		.custom-acf-faq .faq-answer-wrapper {
			display: grid;
			grid-template-rows: 0fr;
			transition: grid-template-rows 0.35s ease-in-out;
		}

		.custom-acf-faq details.is-open .faq-answer-wrapper {
			grid-template-rows: 1fr;
		}

		.custom-acf-faq .faq-answer-inner {
			overflow: hidden;
			padding: 0 24px;
			opacity: 0;
			transition: opacity 0.35s ease-in-out;
			line-height: 1.5;
			color: #778088;
			font-size: 16px;
		}

		.custom-acf-faq details.is-open .faq-answer-inner {
			opacity: 1;
		}

		.custom-acf-faq .faq-answer-inner>*:last-child {
			margin-bottom: 24px;
		}

		@media screen and (max-width: 767px) {
			.custom-acf-faq details.is-open summary.faq-question {
				padding: 12px 12px 8px 12px;
			}

			.custom-acf-faq .faq-answer-inner {
				padding: 0 23px 0 12px;
			}

			.custom-acf-faq summary.faq-question {
				font-weight: 700;
				font-size: 14px;
				line-height: 150%;
				letter-spacing: 0%;
				padding: 12px;
			}

			.custom-acf-faq .faq-answer-inner {
				font-weight: 400;
				font-size: 16px;
				line-height: 150%;
				letter-spacing: 0%;
			}
		}