/* =====================================================
VIDEO HERO
===================================================== */

		.hero-area.style-three {
			position: relative;
			background: #041424 !important;
			height: 100vh;
			min-height: 700px;
			overflow: hidden;
			display: flex;
			align-items: center;
			cursor: crosshair;
		}
		.hero-area.style-three .container,
		.hero-area.style-three a,
		.hero-area.style-three button { cursor: pointer; }

		.hero-video-bg {
			position: absolute;
			inset: 0;
			width: 100%; height: 100%;
			object-fit: cover;
			object-position: center center;
			z-index: 1;
			pointer-events: none;
			display: block;
		}
		#ripple-canvas {
			position: absolute;
			inset: 0;
			width: 100%; height: 100%;
			z-index: 2;
			pointer-events: none;
			display: block;
		}
		.hero-video-overlay {
			position: absolute;
			inset: 0;
			background: linear-gradient(to right, rgba(4,20,36,0.72) 0%, rgba(4,20,36,0.35) 60%, rgba(4,20,36,0.08) 100%);
			z-index: 3;
			pointer-events: none;
		}
		.hero-area.style-three > .container { position: relative; z-index: 4; }
		.hero-area.style-three .hero-content { padding-top: 140px; }
		.fcy-hero-title-line { display: block; }

/* =====================================================
   DARK DROPDOWN
 ===================================================== */

		.header-menu ul li .sub-menu {
			background: #111827 !important;
			border-top: 3px solid #0c5adb !important;
			box-shadow: 0 12px 40px rgba(0,0,0,0.55);
			min-width: 220px;
			width: 248px;
			padding: 8px 0;
		}
		.header-menu ul li .sub-menu li a {
			color: rgba(255,255,255,0.88) !important;
			font-size: 11.5px !important;
			font-weight: 700 !important;
			letter-spacing: 0.7px !important;
			text-transform: uppercase !important;
			padding: 11px 20px !important;
			display: flex !important;
			align-items: center;
		}
		.header-menu ul li .sub-menu li a:hover { color: #fff !important; background: rgba(12,90,219,0.22) !important; }
		.header-menu ul li .sub-menu li a:before { display: none !important; }
		.header-menu ul li .sub-menu li a i {
			margin-right: 12px;
			font-size: 14px;
			width: 18px;
			min-width: 18px;
			text-align: center;
			position: static;
			left: auto; top: auto;
			transition: color 0.2s;
		}
		.header-menu ul li .sub-menu li a .fa-anchor         { color: #e84545; }
		.header-menu ul li .sub-menu li a .fa-users          { color: #e84f9c; }
		.header-menu ul li .sub-menu li a .fa-handshake      { color: #e84f9c; }
		.header-menu ul li .sub-menu li a .fa-utensils       { color: #f07232; }
		.header-menu ul li .sub-menu li a .fa-moon           { color: #4d9fff; }
		.header-menu ul li .sub-menu li a .fa-video          { color: #e84545; }
		.header-menu ul li .sub-menu li a .fa-hot-tub-person { color: #e84f9c; }
		.header-menu ul li .sub-menu li a .fa-fire           { color: #f07232; }
		.header-menu ul li .sub-menu li a .fa-sun            { color: #f0b232; }
		.header-menu ul li .sub-menu li a .fa-music          { color: #4d9fff; }
		.header-menu ul li .sub-menu li a .fa-champagne-glasses { color: #e84f9c; }
		.header-menu ul li .sub-menu li a .fa-bowl-food      { color: #f07232; }
		.header-menu ul li .sub-menu li a .fa-water          { color: #4d9fff; }
		.header-menu ul li .sub-menu li a .fa-person-swimming{ color: #4d9fff; }
		.header-menu ul li .sub-menu li a .fa-cloud-sun      { color: #f0b232; }
		.header-menu ul li .sub-menu li a .fa-star           { color: #f0b232; }
		.header-menu ul li .sub-menu li a .fa-envelope       { color: #4d9fff; }
		.header-menu ul li .sub-menu li a .fa-phone          { color: #4adc7a; }
		.header-menu ul li .sub-menu li a .fa-map-marker-alt { color: #e84545; }
		.header-menu ul li .sub-menu li a:hover i { color: #fff !important; }

		/* =====================================================
		   FEATURE AREA — BOOKING FORM + CHARTER HIGHLIGHTS
		   ===================================================== */

		.feature-area.style-three .row.margin-top { margin-top: 0 !important; }

		.feature-area.style-three {
			padding-top: 0;
			padding-bottom: 20px;
			background: #f4f7fb;
		}

		/* 50pt radius on feature boxes */
		.single-feature-box {
			border-radius: 50px !important;
			padding: 36px 22px !important;
			background: #fff;
			box-shadow: 0 4px 20px rgba(4,20,36,0.07);
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			text-align: center;
		}
		.single-feature-box:hover {
			transform: translateY(-6px);
			box-shadow: 0 14px 40px rgba(12,90,219,0.14);
			border-radius: 50px !important;
		}
		.single-feature-box .feature-icon {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 76px; height: 76px;
			border-radius: 50%;
			background: linear-gradient(135deg, #0c5adb 0%, #00194c 100%);
			margin: 0 auto 20px;
			box-shadow: 0 8px 20px rgba(12,90,219,0.3);
		}
		.single-feature-box .feature-icon i { font-size: 30px; color: #fff; }
		.single-feature-box .feature-icon img { display: none; }
		.single-feature-box .feature-content h4 { font-size: 17px; color: #00194c; font-weight: 700; margin-bottom: 8px; }
		.single-feature-box .feature-content p  { font-size: 14px; color: #6b7c93; line-height: 22px; margin: 0; }

		/* ── Quick-Book Form Card ── */
		.quick-book-wrap {
			background: linear-gradient(135deg, #00194c 0%, #0a3572 100%);
			border-radius: 24px;
			padding: 44px 50px 42px;
			margin-bottom: 36px;
			margin-top: -88px;
			position: relative;
			z-index: 10;
			box-shadow: 0 24px 64px rgba(4,20,36,0.4);
		}
		.quick-book-wrap .qb-title {
			display: flex;
			align-items: center;
			gap: 14px;
			margin-bottom: 28px;
		}
		.quick-book-wrap .qb-title i { font-size: 28px; color: #4d9fff; }
		.quick-book-wrap .qb-title h3 { font-size: 22px; color: #fff; margin: 0; font-weight: 700; line-height: 1.15; }
		.quick-book-wrap .qb-title span { font-size: 13px; color: rgba(255,255,255,0.55); font-weight: 400; display: block; margin-top: 3px; }

		/* ── Row 1: 4 equal columns ── */
		.qb-form-row1 {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			gap: 14px;
			align-items: end;
			margin-bottom: 14px;
		}

		/* ── Row 2: 5 equal columns ── */
		.qb-form-row2 {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
			gap: 14px;
			align-items: end;
			margin-bottom: 14px;
		}

		/* ── Row 3: full-width submit ── */
		.qb-form-row3 {
			display: grid;
			grid-template-columns: 1fr;
			gap: 0;
		}

		.qb-field {
			display: flex;
			flex-direction: column;
			gap: 7px;
		}
		.qb-field label {
			font-size: 10.5px;
			font-weight: 700;
			letter-spacing: 0.9px;
			text-transform: uppercase;
			color: rgba(255,255,255,0.55);
			cursor: default;
		}
		.qb-field input,
		.qb-field select {
			height: 44px;
			border: 1.5px solid rgba(255,255,255,0.13);
			border-radius: 12px;
			background: rgba(255,255,255,0.07);
			color: #fff;
			font-size: 14px;
			padding: 0 14px;
			outline: none;
			transition: border-color 0.25s, background 0.25s;
			-webkit-appearance: none;
			appearance: none;
			width: 100%;
		}
		.qb-field input::placeholder { color: rgba(255,255,255,0.35); }
		.qb-field input:focus,
		.qb-field select:focus {
			border-color: #4d9fff;
			background: rgba(255,255,255,0.12);
			outline: none;
			box-shadow: 0 0 0 3px rgba(77,159,255,0.18);
		}
		.qb-field select option { background: #001840; color: #fff; }

		.qb-field.has-select { position: relative; }
		.qb-field.has-select::after {
			content: '\f107';
			font-family: 'Font Awesome 6 Free';
			font-weight: 900;
			position: absolute;
			right: 14px;
			bottom: 13px;
			color: rgba(255,255,255,0.45);
			pointer-events: none;
			font-size: 12px;
		}
		.qb-field input[type="date"],
		.qb-field input[type="time"],
		.qb-field input[type="number"] { color-scheme: dark; }

		/* Submit button — full width row 3 */
		.qb-submit-btn {
			height: 50px;
			background: linear-gradient(135deg, #0c5adb 0%, #1a7af0 100%);
			color: #fff;
			border: none;
			border-radius: 12px;
			font-size: 15px;
			font-weight: 700;
			letter-spacing: 0.5px;
			cursor: pointer;
			padding: 0 28px;
			white-space: nowrap;
			transition: transform 0.2s, box-shadow 0.2s;
			width: 100%;
		}
		.qb-submit-btn:hover {
			transform: translateY(-2px);
			box-shadow: 0 10px 28px rgba(12,90,219,0.55);
		}
		.qb-submit-btn i { margin-right: 8px; }

		.qb-mobile-progress,
		.qb-step-next,
		.qb-step-back {
			display: none;
		}

		/* ── background-area-1 hidden ── */
		.background-area-1.style-three { display: none !important; }

		/* ── Responsive ── */
		@media (max-width: 1199px) {
			.qb-form-row1 { grid-template-columns: 1fr 1fr; }
			.qb-form-row2 { grid-template-columns: 1fr 1fr 1fr; }
		}
		@media (max-width: 991px) {
			.quick-book-wrap { margin-top: 0 !important; border-radius: 14px; padding: 28px 20px 24px; }
			.qb-form-row1 { grid-template-columns: 1fr 1fr; }
			.qb-form-row2 { grid-template-columns: 1fr 1fr; }
		}
		@media (max-width: 575px) {
			.qb-form-row1,
			.qb-form-row2 { grid-template-columns: 1fr; }
		}
		
		/* =====================================================
   MOBILE QUICK BOOK FORM FIX
===================================================== */

@media (max-width: 767px) {

  .feature-area.style-three {
    padding: 0 0 12px !important;
  }

  .quick-book-wrap {
    width: calc(100% - 28px) !important;
    margin: -70px auto 22px !important;
    padding: 18px 14px 16px !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 45px rgba(4,20,36,0.32) !important;
  }

  .quick-book-wrap .qb-title {
    display: block !important;
    text-align: center !important;
    margin-bottom: 14px !important;
  }

  .quick-book-wrap .qb-title i {
    display: block !important;
    margin: 0 auto 7px !important;
    font-size: 22px !important;
  }

  .quick-book-wrap .qb-title h3 {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  .quick-book-wrap .qb-title span {
    font-size: 11px !important;
    line-height: 1.45 !important;
    max-width: 290px;
    margin: 4px auto 0 !important;
  }

  .qb-mobile-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .qb-mobile-progress span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.72);
    font-size: 11px;
    font-weight: 900;
  }

  .qb-mobile-progress span.active {
    background: #e84545;
    color: #fff;
  }

  .qb-mobile-step {
    display: none;
  }

  .qb-mobile-step.active {
    display: block;
  }

  .qb-form-row1,
  .qb-form-row2,
  .qb-form-row3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 13px !important;
    margin-bottom: 13px !important;
  }

  .qb-field {
    width: 100% !important;
    gap: 5px !important;
  }

  .qb-field label {
    font-size: 9.5px !important;
  }

  .qb-field input,
  .qb-field select {
    width: 100% !important;
    height: 42px !important;
    font-size: 13px !important;
    border-radius: 9px !important;
  }

  .qb-step-next,
  .qb-step-back,
  .qb-submit-btn {
    width: 100% !important;
    height: 46px !important;
    border-radius: 9px !important;
    font-size: 13px !important;
  }

  .qb-step-next,
  .qb-step-back {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,0.18);
    font-weight: 800;
    letter-spacing: .4px;
  }

  .qb-step-next {
    margin-top: 2px;
    background: #e84545;
    color: #fff;
  }

  .qb-step-back {
    background: rgba(255,255,255,0.10);
    color: #fff;
  }

  .hero-button {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: flex-start !important;
  }

  .hero-button a {
    width: 100% !important;
    max-width: 260px !important;
    text-align: center !important;
  }
}
 
 
/* =====================================================
   BOOKING FORM — LUXURY MODERN
===================================================== */

.fcy-booking-luxury {
  padding: 100px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(12,90,219,.10), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.fcy-booking-card {
  background: linear-gradient(135deg, #041424 0%, #00194c 58%, #082b61 100%);
  border-radius: 26px;
  padding: 48px;
  box-shadow: 0 30px 80px rgba(4,20,36,.18);
  position: relative;
  overflow: hidden;
}

.fcy-booking-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 28%),
    radial-gradient(circle at bottom left, rgba(12,90,219,.28), transparent 32%);
  pointer-events: none;
}

.fcy-booking-header,
.fcy-booking-form {
  position: relative;
  z-index: 2;
}

.fcy-booking-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.fcy-booking-header span,
.fcy-amenities-compact-title span {
  display: inline-block;
  color: #4d9fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fcy-booking-header h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.fcy-booking-header p {
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.fcy-form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fcy-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fcy-field label {
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fcy-field input,
.fcy-field select,
.fcy-field textarea {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 12px;
  padding: 0 16px;
  outline: none;
}

.fcy-field textarea {
  height: 115px;
  padding: 16px;
  resize: vertical;
}

.fcy-field input::placeholder,
.fcy-field textarea::placeholder {
  color: rgba(255,255,255,.35);
}

.fcy-field select option {
  color: #041424;
}

.fcy-field input:focus,
.fcy-field select:focus,
.fcy-field textarea:focus {
  border-color: #4d9fff;
  box-shadow: 0 0 0 3px rgba(77,159,255,.18);
}

.fcy-wide {
  grid-column: span 2;
}

.fcy-booking-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.fcy-booking-footer button,
.fcy-booking-phone {
  min-height: 56px;
  border-radius: 12px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
  border: none;
}

.fcy-booking-footer button {
  background: #fff;
  color: #041424;
  cursor: pointer;
}

.fcy-booking-footer button:hover {
  background: #e84545;
  color: #fff;
  transform: translateY(-2px);
}

.fcy-booking-phone {
  background: rgba(255,255,255,.09);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}


/* =====================================================
   AMENITIES — 80PX COMPACT LUXURY
===================================================== */

/* =====================================================
   HOME WEATHER REPORT
===================================================== */

.fcy-home-weather-report {
  padding: 12px 0 18px;
  background: #f8f8f8;
}

.fcy-home-weather-inner {
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) minmax(155px, .6fr) minmax(420px, 1.8fr);
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(1,45,91,.96) 0%, rgba(2,56,120,.94) 58%, rgba(4,20,36,.96) 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-left: 6px solid #F01919;
  box-shadow: 0 18px 48px rgba(4,20,36,.12);
}

.fcy-home-weather-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fcy-home-weather-title i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #F01919;
  border-radius: 8px;
  font-size: 21px;
  box-shadow: 0 10px 22px rgba(240,25,25,.24);
}

.fcy-home-weather-title span,
.fcy-home-weather-now span {
  display: block;
  color: #8cc9ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fcy-home-weather-title h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  margin: 4px 0 0;
}

.fcy-home-weather-now {
  padding: 0 18px;
  border-left: 1px solid rgba(255,255,255,.18);
  border-right: 1px solid rgba(255,255,255,.18);
}

.fcy-home-weather-now strong {
  display: block;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
}

.fcy-home-weather-now span {
  margin-top: 6px;
  color: rgba(255,255,255,.76);
  letter-spacing: .4px;
  text-transform: none;
}

.fcy-home-weather-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(88px, 1fr));
  gap: 8px;
}

.fcy-home-weather-grid span {
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 10px 12px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.fcy-home-weather-grid i {
  color: #8cc9ff;
  font-size: 14px;
}

.fcy-home-weather-grid strong {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  white-space: nowrap;
}

.fcy-home-weather-inner p {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.35;
}

.fcy-home-forecast {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding-top: 4px;
}

.fcy-home-forecast-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 12px 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.fcy-home-forecast-head span {
  color: #8cc9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.fcy-home-forecast-head strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.fcy-home-forecast-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(86px, 1fr));
  gap: 8px;
}

.fcy-home-forecast-day {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 10px 9px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.72);
  text-align: center;
}

.fcy-home-forecast-day b {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.fcy-home-forecast-day span {
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.2;
}

.fcy-home-forecast-day strong {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.fcy-home-forecast-day em {
  color: #8cc9ff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.fcy-amenities-compact {
  padding: 10px 0 105px;
  background: #f8f8f8;
}

.fcy-amenities-compact-title {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 58px;
}

.fcy-amenities-compact-title h2 {
  font-size: 42px;
  line-height: 1.12;
  color: #032D5B;
  margin-bottom: 14px;
}

.fcy-amenities-compact-title p {
  color: #667085;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.fcy-amenity-mini {
  min-height: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid rgba(18,53,91,.08);
  box-shadow: 0 8px 24px rgba(4,20,36,.05);
  transition: .35s ease;
  overflow: hidden;
}

.fcy-amenity-mini:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(4,20,36,.10);
  border-color: rgba(219,11,24,0.22);
}

.fcy-amenity-mini i {
  width: 52px;
  min-width: 52px;
  text-align: center;
  font-size: 34px;
  color: #01427C;
  transition: .35s ease;
}

.fcy-amenity-mini:hover i {
  color: #F01919;
  transform: scale(1.08);
}

.fcy-amenity-mini h4 {
  font-size: 20px;
  color: #023878;
  margin: 0 0 3px;
  line-height: 1;
  text-transform: uppercase;
}

.fcy-amenity-mini p {
  font-size: 14px;
  color: #667085;
  margin: 0;
  line-height: 1.35;
}


/* =====================================================
   SCROLL REVEAL EFFECTS
===================================================== */

.fcy-scroll-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}

.fcy-scroll-reveal.fcy-visible {
  opacity: 1;
  transform: translateY(0);
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .fcy-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fcy-home-weather-inner {
    grid-template-columns: 1fr;
  }

  .fcy-home-weather-now {
    padding: 16px 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .fcy-home-weather-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fcy-home-forecast {
    grid-template-columns: 1fr;
  }

  .fcy-home-forecast-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fcy-booking-header h2,
  .fcy-amenities-compact-title h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .fcy-booking-luxury,
  .fcy-amenities-compact {
    padding: 10px 0;
  }

  .fcy-booking-card {
    padding: 32px 18px;
    border-radius: 18px;
  }

  .fcy-form-grid {
    grid-template-columns: 1fr;
  }

  .fcy-wide {
    grid-column: span 1;
  }

  .fcy-home-weather-report {
    padding: 8px 0 8px;
  }

  .fcy-home-weather-inner {
    padding: 18px;
    gap: 14px;
  }

  .fcy-home-weather-title {
    align-items: flex-start;
  }

  .fcy-home-weather-title h2 {
    font-size: 20px;
  }

  .fcy-home-weather-now strong {
    font-size: 36px;
  }

  .fcy-home-weather-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fcy-home-weather-grid span {
    min-height: 58px;
  }

  .fcy-home-forecast-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .fcy-home-forecast-day {
    flex: 0 0 118px;
    scroll-snap-align: start;
  }

  .fcy-booking-footer button,
  .fcy-booking-phone {
    width: 100%;
  }

  .fcy-amenity-mini {
    min-height: 80px;
    max-height: none;
    padding: 16px 18px;
  }

  .fcy-amenity-mini h4 {
    font-size: 17px;
  }

  .fcy-amenity-mini p {
    font-size: 13px;
  }
}



 /* =====================================================
   ABOUT SECTION
===================================================== */

  .about-area.style-foure {
    padding: 100px 0;
    background: #fff;
    overflow: visible;
  }

  .section-title.style-foure {
    padding-left: 12px;
    border-left: 4px solid #e84545;
    margin-bottom: 32px;
  }
  .section-title.style-foure .section-sub-title {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #e84545;
    display: block;
    margin-bottom: 12px;
  }
  .section-title.style-foure .section-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #00194c;
    line-height: 1.18;
    margin: 0 0 16px;
  }
  .section-title.style-foure .description {
    font-size: 15px;
    color: #5a6a7e;
    line-height: 28px;
    margin: 0;
  }

  /* Service tiles */
  .about-title-index {
    background: #f4f7fb;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 14px;
	  
    border-left: 0px solid #0c5adb;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
	font-size: 16px;
	color: crimson;
  }
  .about-title-index:hover { background: #00194c; border-left-color: #e84545; }
  .about-title-index h3    { font-size: 14px; font-weight: 700; color: #00194c; margin: 0; transition: color 0.3s; }
  .about-title-index:hover h3 { color: #E9E9E9; }
  .about-title .at-icon { font-size: 15px; color: #0c5adb; flex-shrink: 0; transition: color 0.3s; }
  .about-title:hover .at-icon { color: #e84545; }

  .about-title-index.style-two { border-left-color: #e84545; }
  .about-title.style-two .at-icon { color: #e84545; }
  .about-title-index.style-two:hover { background: #e84545; border-left-color: #b02e2e; }
  .about-title.style-two:hover h3 { color: #EF0003; }
  .about-title.style-two:hover .at-icon { color: #fff; }

  /* CTA button */
  .dreamit-button a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #DC1E1E;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 8px;
	  border: 2px solid #DC1E1E;
    margin-top: 4px;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
  }
  .dreamit-button a:hover { background: #00194c; color: #fff; transform: translateY(-2px); }
	
	
	
	  /* CTA button */

.dreamit-button-2 a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #00194c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 8px;
  border: 2px solid #00194c;
	margin-top: 4px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, transform 0.2s;
}
.dreamit-button-2 a:hover {
  background: #00194c;
  color: #fff;
  transform: translateY(-2px);
}
	

  /* ── Circular image treatment ── */
  .about-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Outer decorative ring */
  .about-image-wrap::before {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 2px dashed rgba(12,90,219,0.2);
    animation: fcyRotateRing 48s linear infinite;
  }
  /* Second decorative ring — red dashes */
  .about-image-wrap::after {
    content: '';
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    border: 2px dashed rgba(232,69,69,0.15);
    animation: fcyRotateRing 40s linear infinite reverse;
  }
  @keyframes fcyRotateRing {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }

  /* Circle image itself */
  .about-circle-img {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
    box-shadow: 0 20px 60px rgba(4,20,36,0.2);
    display: block;
  }

  /* Stats badge — bottom-left of circle */
  .about-stat-badge {
    position: absolute;
    bottom: 20px;
    left: -10px;
    background: #00194c;
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 4;
    box-shadow: 0 10px 30px rgba(4,20,36,0.3);
    min-width: 160px;
  }
  .about-stat-badge .stat-num {
    font-size: 40px;
    font-weight: 900;
    color: #e84545;
    line-height: 1;
    font-family: "Rajdhani", sans-serif;
  }
  .about-stat-badge .stat-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    line-height: 1.3;
  }

  /* Second floating badge — top-right */
  .about-float-badge {
    position: absolute;
    top: 30px;
    right: -10px;
    background: #e84545;
    border-radius: 14px;
    padding: 14px 18px;
    z-index: 4;
    box-shadow: 0 8px 24px rgba(232,69,69,0.4);
    text-align: center;
    min-width: 130px;
  }
  .about-float-badge i {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
  }
  .about-float-badge span {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    display: block;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .about-image-wrap { margin-top: 60px; }
    .about-circle-img  { width: 320px; height: 320px; }
    .about-image-wrap::before { width: 400px; height: 400px; }
    .about-image-wrap::after  { width: 360px; height: 360px; }
    .about-stat-badge  { left: 0; bottom: 0; }
    .about-float-badge { right: 0; }
  }
  @media (max-width: 575px) {
    .about-circle-img  { width: 260px; height: 260px; }
    .about-image-wrap::before,
    .about-image-wrap::after { display: none; }
  }


 

/* =====================================================
   PRICING 
===================================================== */
.fcy-pricing-blocks-v2 {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  background:
    linear-gradient(rgba(0,18,39,0.82), rgba(0,33,71,0.82)),
    url("../images/bg/full-circle-yacht_1800x400-04b2.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fcy-pricing-blocks-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.18;
  pointer-events: none;
}

.fcy-pricing-blocks-v2 .container {
  position: relative;
  z-index: 2;
}

.fcy-blocks-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 58px;
}

.fcy-blocks-head span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.fcy-blocks-head span::after {
  content: "";
  width: 62px;
  height: 1px;
  background: #67b8ff;
}

.fcy-blocks-head h2 {
  max-width: 780px;
  font-size: 56px;
  line-height: 1.06;
  color: #f1f1f1;
  margin: 0;
}

.fcy-blocks-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-bottom: 6px;
  white-space: nowrap;
}

.fcy-blocks-view:hover {
  color: #67b8ff;
  border-color: #67b8ff;
}

.fcy-blocks-carousel {
  overflow: hidden;
  margin: 0 -12px;
  padding: 0 12px 18px;
}

.fcy-blocks-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.fcy-blocks-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.52);
  background: rgba(255,255,255,0.34);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.fcy-blocks-dots button.is-active {
  width: 30px;
  background: #67b8ff;
  border-color: #67b8ff;
  box-shadow: 0 0 0 4px rgba(103,184,255,0.16);
}

.fcy-blocks-track {
  --fcy-pricing-visible: 3;
  --fcy-pricing-gap: 24px;
  display: flex;
  gap: var(--fcy-pricing-gap);
  align-items: stretch;
  will-change: transform;
  transition: transform .7s cubic-bezier(.22,.78,.22,1);
}

.fcy-block-card {
  flex: 0 0 calc((100% - (var(--fcy-pricing-gap) * (var(--fcy-pricing-visible) - 1))) / var(--fcy-pricing-visible));
  min-width: 0;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(12,90,219,0.12);
  box-shadow: 0 18px 45px rgba(4,20,36,0.06);
  transition: 0.35s ease;
  overflow: hidden;
  border-radius: 10px;
}

.fcy-block-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(4,20,36,0.14);
  border-color: rgba(12,90,219,0.28);
}

/* IMAGE HOVER EFFECT */
.fcy-block-img {
  position: relative;
  height: 220px;
  overflow: hidden;
  isolation: isolate;
  background: #041424;
}

.fcy-block-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s ease, opacity 0.8s ease, filter 0.8s ease;
}

.fcy-img-primary {
  opacity: 1;
  z-index: 1;
}

.fcy-img-secondary {
  opacity: 0;
  transform: scale(1.12);
  z-index: 2;
}

.fcy-block-card:hover .fcy-img-primary {
  opacity: 0;
  transform: scale(1.08);
  filter: brightness(0.8);
}

.fcy-block-card:hover .fcy-img-secondary {
  opacity: 1;
  transform: scale(1);
}

.fcy-block-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.28), transparent 40%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 3;
}

.fcy-block-card:hover .fcy-block-img::after {
  opacity: 1;
}

.fcy-img-shine {
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0.45) 48%, rgba(255,255,255,0.08) 70%, transparent 100%);
  transform: skewX(-24deg);
  z-index: 5;
  pointer-events: none;
}

.fcy-block-card:hover .fcy-img-shine {
  animation: yachtShine 1.8s ease forwards;
}

@keyframes yachtShine {
  0% { left: -130%; }
  100% { left: 180%; }
}

.fcy-img-spark {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.22) 0%, transparent 10%),
    radial-gradient(circle at 75% 40%, rgba(103,184,255,0.22) 0%, transparent 12%),
    radial-gradient(circle at 60% 70%, rgba(255,255,255,0.18) 0%, transparent 9%);
  opacity: 0;
  z-index: 4;
  transition: opacity 0.7s ease;
}

.fcy-block-card:hover .fcy-img-spark {
  opacity: 1;
  animation: sparkMove 6s linear infinite;
}

@keyframes sparkMove {
  0% { transform: translate(0,0); }
  25% { transform: translate(-6px,4px); }
  50% { transform: translate(6px,-3px); }
  75% { transform: translate(-4px,5px); }
  100% { transform: translate(0,0); }
}

.fcy-block-badge {
  position: absolute;
  left: 20px;
  bottom: 18px;
  background: rgba(4,20,36,0.82);
  color: #fff;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  z-index: 8;
}

.fcy-block-content {
  padding: 28px 28px 26px;
}

.fcy-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.fcy-block-top span {
  color: #67b8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.fcy-stars {
  color: #f5b642;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.fcy-block-card h3 {
  color: #041424;
  font-size: 30px;
  line-height: 1.12;
  margin-bottom: 18px;
}

.fcy-block-card p {
  color: #667085;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 22px;
}

.fcy-block-specs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  border-top: 1px solid rgba(4,20,36,0.10);
  border-bottom: 1px solid rgba(4,20,36,0.10);
  padding: 15px 0;
  margin-bottom: 24px;
}

.fcy-block-specs span {
  color: #041424;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.fcy-block-specs i {
  color: #0c5adb;
}

.fcy-block-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fcy-block-footer a {
  min-height: 46px;
  min-width: 142px;
  padding: 0 20px;
  background: #041424;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.fcy-block-footer a:hover {
  background: #e84545;
  color: #fff;
  transform: translateY(-2px);
}

.fcy-block-footer strong {
  font-family: "Oxanium", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #041424;
  white-space: nowrap;
}

.fcy-block-footer strong small {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-left: 3px;
}

/* SCROLL REVEAL */
.fcy-block-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fcy-block-reveal.fcy-visible {
  opacity: 1;
  transform: translateY(0);
}

.fcy-delay-1 { transition-delay: 0.08s; }
.fcy-delay-2 { transition-delay: 0.16s; }
.fcy-delay-3 { transition-delay: 0.24s; }

/* RESPONSIVE */
@media (max-width: 1199px) {
  .fcy-blocks-track {
    --fcy-pricing-visible: 2;
  }
}

@media (max-width: 991px) {
  .fcy-pricing-blocks-v2 {
    background-attachment: scroll;
  }

  .fcy-blocks-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .fcy-blocks-head h2 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .fcy-pricing-blocks-v2 {
    padding: 75px 0;
  }

  .fcy-blocks-carousel {
    margin: 0;
    padding: 0 0 18px;
  }

  .fcy-blocks-track {
    --fcy-pricing-visible: 1;
    --fcy-pricing-gap: 16px;
  }

  .fcy-blocks-head h2 {
    font-size: 33px;
  }

  .fcy-block-content {
    padding: 24px 22px;
  }

  .fcy-block-card h3 {
    font-size: 26px;
  }

  .fcy-block-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .fcy-block-footer a {
    width: 100%;
  }

  .fcy-delay-1,
  .fcy-delay-2,
  .fcy-delay-3 {
    transition-delay: 0s;
  }
} 


/* ================================
   HOURLY CTA ROW — FINAL FIX
================================ */

.fcy-hourly-cta-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  margin-top: 34px;
  width: 100%;
}

.fcy-hourly-cta-row .toptech-button {
  margin: 0 !important;
  flex: 0 0 auto;
}

.fcy-hourly-cta-row .toptech-button a {
  height: 56px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 34px !important;
  margin: 0 !important;
  white-space: nowrap;
}

.fcy-hourly-phone {
  height: 56px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 12px;
  background: #eef5ff;
  padding: 0 24px;
  border-radius: 10px;
  width: auto !important;
  min-width: 240px;
  max-width: 280px;
  margin: 0 !important;
}

.fcy-hourly-phone .about-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  line-height: 1;
}

.fcy-hourly-phone .about-phone-icon img {
  width: 26px;
  max-width: 26px;
  height: auto;
  display: block;
}

.fcy-hourly-phone h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
  line-height: 1 !important;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.fcy-hourly-phone h4 a {
  color: #041424;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
}

/* Tablet/mobile */
@media (max-width: 767px) {
  .fcy-hourly-cta-row {
    flex-wrap: wrap !important;
  }

  .fcy-hourly-cta-row .toptech-button,
  .fcy-hourly-cta-row .toptech-button a,
  .fcy-hourly-phone {
    width: 100% !important;
    max-width: 100%;
  }
}




 
/* =====================================================
   ABOUT VIDEO V2 — TWO VERTICAL VIDEO COLUMNS
===================================================== */

.fcy-about-video-v2 {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(12,90,219,0.08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
  overflow: hidden;
}

.fcy-video-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  min-height: 560px;
}

.fcy-video-panel {
  position: relative;
  min-height: 560px;
  border-radius: 20px;
  overflow: hidden;
  background: #041424;
  box-shadow: 0 24px 70px rgba(4,20,36,0.18);
}

.fcy-video-panel-social {
  background:
    linear-gradient(rgba(4,20,36,0.35), rgba(4,20,36,0.82)),
    url("../images/full-circle-yacht_video-img-02.webp") center / cover no-repeat;
}

.fcy-video-label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  padding: 8px 13px;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fcy-video-label a {color:#fff}

.fcy-video-label a:hover {color:#0F0F0F; font-weight: 700}

.fcy-ig-placeholder {
  height: 100%;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  color: #fff;
}

.fcy-ig-placeholder i {
  font-size: 34px;
  color: #8cc9ff;
  margin-bottom: 16px;
}

.fcy-ig-placeholder h4 {
  color: #fff;
  font-size: 28px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.fcy-ig-placeholder p {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.fcy-ig-placeholder a {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  background: #0c5adb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fcy-ig-placeholder a:hover {
  background: #e84545;
  color: #fff;
}

.fcy-local-video {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.fcy-video-controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 6;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fcy-video-controls button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.14);
  color: #fff;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: 0.3s ease;
}

.fcy-video-controls button:hover {
  background: #0c5adb;
  color: #fff;
  transform: translateY(-2px);
}

.fcy-about-video-content {
  padding-left: 20px;
}

.fcy-hourly-cta-row {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  margin-top: 34px;
}

.fcy-hourly-phone {
  height: 56px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 12px;
  background: #eef5ff;
  padding: 0 24px;
  border-radius: 10px;
  min-width: 240px;
  margin: 0 !important;
}

.fcy-hourly-phone .about-phone-icon {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.fcy-hourly-phone .about-phone-icon img {
  width: 26px;
  max-width: 26px;
}

.fcy-hourly-phone h4 {
  margin: 0 !important;
  font-size: 20px;
  line-height: 1 !important;
  font-weight: 500;
}

.fcy-hourly-phone h4 a {
  color: #041424;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .fcy-about-video-v2 {
    padding: 85px 0;
  }

  .fcy-about-video-content {
    padding-left: 0;
  }

  .fcy-video-grid-v2 {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .fcy-video-grid-v2 {
    grid-template-columns: 1fr;
  }

  .fcy-video-panel,
  .fcy-local-video,
  .fcy-ig-placeholder {
    min-height: 480px;
  }

  .fcy-hourly-cta-row {
    flex-wrap: wrap !important;
  }

  .fcy-hourly-cta-row .toptech-button,
  .fcy-hourly-cta-row .toptech-button a,
  .fcy-hourly-phone {
    width: 100% !important;
  }
}
 


 
/* =====================================================
   FULL CIRCLE YACHT — CINEMATIC PHOTO GALLERY
===================================================== */

.fcy-cinema-gallery {
  position: relative;
  overflow: hidden;
  padding: 95px 0 105px;
  background: #071221;
  isolation: isolate;
}

/* SECTION BACKGROUND IMAGE LAYER */

.fcy-cinema-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      135deg,
      rgba(0, 18, 44, .88) 0%,
      rgba(0, 25, 76, .86) 48%,
      rgba(0, 42, 92, .82) 100%
    ),
    url("../images/bg/full-circle-yacht_2200x900-01b.webp") center / cover no-repeat;
}

.fcy-cinema-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(12,90,219,.26), transparent 30%),
    radial-gradient(circle at 84% 82%, rgba(232,69,69,.14), transparent 30%);
  pointer-events: none;
}

.fcy-cinema-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .18;
  pointer-events: none;
}

/* LARGE BACKGROUND TEXT */

.fcy-cinema-gallery::before {
  content: "FULL CIRCLE";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  font-size: 180px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 10px;
  color: rgba(255,255,255,0.035);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

/* KEEP CONTENT ABOVE BACKGROUND */

.fcy-cinema-gallery .container-fluid,
.fcy-cinema-head,
.fcy-cinema-slider {
  position: relative;
  z-index: 3;
}

/* HEADER */

.fcy-cinema-head {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 62px;
  padding: 0 18px;
}

.fcy-cinema-head span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #8cc9ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.fcy-cinema-head span::before,
.fcy-cinema-head span::after {
  content: "";
  width: 54px;
  height: 1px;
  background: rgba(140,201,255,0.75);
}

.fcy-cinema-head h2 {
  color: #fff;
  font-size: 58px;
  line-height: 1.05;
  margin-bottom: 26px;
  text-shadow: 0 10px 35px rgba(0,0,0,.35);
}

/* BUTTONS */

.fcy-cinema-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.fcy-cinema-buttons a {
  min-height: 54px;
  padding: 0 28px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.fcy-cinema-buttons a:first-child {
  background: #0c5adb;
  border-color: #0c5adb;
}

.fcy-cinema-buttons a:hover {
  background: #e84545;
  border-color: #e84545;
  color: #fff;
  transform: translateY(-2px);
}
/* =========================================
   3RD BUTTON — YACHT LAYOUT
========================================= */

.fcy-cinema-btn-layout {
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #eef4ff 100%
    ) !important;

  border: 1px solid rgba(12,90,219,.18) !important;

  color: #041b3d !important;

  box-shadow:
    0 12px 30px rgba(4,27,61,.08),
    inset 0 1px 0 rgba(255,255,255,.85);

  position: relative;
  overflow: hidden;
}

/* SUBTLE BLUE GLOW */

.fcy-cinema-btn-layout::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      135deg,
      rgba(12,90,219,.08),
      rgba(77,159,255,.02)
    );

  opacity: 0;

  transition: .35s ease;
}

/* HOVER */

.fcy-cinema-btn-layout:hover {
  background:
    linear-gradient(
      135deg,
      #0c5adb 0%,
      #1c74ff 100%
    ) !important;

  border-color: #0c5adb !important;

  color: #fff !important;

  transform: translateY(-2px);

  box-shadow:
    0 18px 42px rgba(12,90,219,.28);
}

.fcy-cinema-btn-layout:hover::before {
  opacity: 1;
}
/* SLIDER */

.fcy-cinema-slider {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.fcy-cinema-track {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.75s cubic-bezier(.22,.8,.22,1);
  will-change: transform;
}

.fcy-cinema-slide {
  flex: 0 0 22%;
  height: 435px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0.42;
  transform: scale(0.86);
  filter: brightness(0.62) saturate(0.72);
  transition:
    transform 0.75s cubic-bezier(.22,.8,.22,1),
    opacity 0.75s ease,
    filter 0.75s ease,
    flex-basis 0.75s cubic-bezier(.22,.8,.22,1),
    box-shadow 0.75s ease;
  background: #000;
  box-shadow: 0 18px 55px rgba(0,0,0,0.25);
  cursor: pointer;
}

.fcy-cinema-slide.is-active {
  flex-basis: 42%;
  height: 500px;
  opacity: 1;
  transform: scale(1);
  filter: brightness(1) saturate(1);
  z-index: 5;
  box-shadow: 0 35px 100px rgba(0,0,0,0.45);
}

.fcy-cinema-slide.is-near {
  opacity: 0.72;
  transform: scale(0.92);
  filter: brightness(0.78) saturate(0.86);
}

.fcy-cinema-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s ease;
}

.fcy-cinema-slide:hover img {
  transform: scale(1.05);
}

.fcy-cinema-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.78), transparent 52%),
    linear-gradient(to right, rgba(0,0,0,0.20), transparent 35%);
  z-index: 1;
}

.fcy-cinema-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.04) 38%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.04) 62%, transparent 100%);
  transform: translateX(-120%) skewX(-18deg);
  z-index: 2;
  opacity: 0;
  transition: 0.4s ease;
}

.fcy-cinema-slide:hover::before {
  opacity: 1;
  animation: fcyCinemaShine 1.2s ease forwards;
}

@keyframes fcyCinemaShine {
  0% {
    transform: translateX(-120%) skewX(-18deg);
  }

  100% {
    transform: translateX(120%) skewX(-18deg);
  }
}

/* OVERLAY TEXT */

.fcy-cinema-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  z-index: 3;
  opacity: 0;
  transform: translateY(16px);
  transition: 0.5s ease;
}

.fcy-cinema-slide.is-active .fcy-cinema-overlay {
  opacity: 1;
  transform: translateY(0);
}

.fcy-cinema-overlay span {
  color: rgba(255,255,255,0.76);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fcy-cinema-overlay h3 {
  color: #fff;
  font-size: 38px;
  line-height: 1.08;
  margin: 9px 0 0;
}

/* ARROWS */

.fcy-cinema-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.fcy-cinema-arrow:hover {
  background: #0c5adb;
  border-color: #0c5adb;
  color: #fff;
}

.fcy-cinema-prev {
  left: 24px;
}

.fcy-cinema-next {
  right: 24px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .fcy-cinema-gallery {
    padding: 90px 0 95px;
  }

  .fcy-cinema-head h2 {
    font-size: 42px;
  }

  .fcy-cinema-gallery::before {
    font-size: 110px;
  }

  .fcy-cinema-slide {
    flex-basis: 30%;
    height: 380px;
  }

  .fcy-cinema-slide.is-active {
    flex-basis: 58%;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .fcy-cinema-gallery {
    padding: 80px 0;
  }

  .fcy-cinema-gallery::before {
    font-size: 72px;
    letter-spacing: 5px;
  }

  .fcy-cinema-slide,
  .fcy-cinema-slide.is-active {
    flex-basis: 78%;
    height: 420px;
  }

  .fcy-cinema-arrow {
    width: 48px;
    height: 48px;
  }

  .fcy-cinema-prev {
    left: 8px;
  }

  .fcy-cinema-next {
    right: 8px;
  }
}

@media (max-width: 575px) {
  .fcy-cinema-head h2 {
    font-size: 34px;
  }

  .fcy-cinema-head span {
    letter-spacing: 2px;
  }

  .fcy-cinema-head span::before,
  .fcy-cinema-head span::after {
    width: 30px;
  }

  .fcy-cinema-buttons a {
    width: 100%;
  }

  .fcy-cinema-slide,
  .fcy-cinema-slide.is-active {
    flex-basis: 84%;
    height: 350px;
  }

  .fcy-cinema-overlay {
    padding: 24px;
  }

  .fcy-cinema-overlay h3 {
    font-size: 26px;
  }
}




/* =====================================================
   FULL CIRCLE YACHT — LUXURY SPLIT CTA V2 RED
===================================================== */

.fcy-split-cta-v2 {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  padding: 55px 0;
  background:
    linear-gradient(
      135deg,
      #180606 0%,
      #3d0d12 24%,
      #7c1620 52%,
      #0f2047 78%,
      #041224 100%
    );
  isolation: isolate;
}

.fcy-split-water {
  position: absolute;
  inset: -10%;
  z-index: 1;
  background:
    radial-gradient(circle at 18% 24%, rgba(255,255,255,0.07), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(255,255,255,0.05), transparent 24%);
  filter: blur(45px);
  animation: fcySplitFloat 18s ease-in-out infinite alternate;
}

.fcy-split-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.08) 50%, transparent 100%);
  opacity: 0.42;
  animation: fcySplitGlow 15s ease-in-out infinite;
}

.fcy-split-inner {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 45px;
  align-items: center;
  background:
    linear-gradient(
      135deg,
      rgba(4,16,38,.72) 0%,
      rgba(8,24,52,.66) 52%,
      rgba(13,41,88,.58) 100%
    );
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 42px 46px;
  box-shadow:
    0 24px 70px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.fcy-split-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #8cc9ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fcy-split-left h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 14px;
}

.fcy-split-left p {
  max-width: 660px;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

.fcy-split-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fcy-split-btn-primary,
.fcy-split-phone {
  min-height: 64px;
  border-radius: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

.fcy-split-btn-primary {
  padding: 0 24px;
  background:
    linear-gradient(
      135deg,
      #ff5a5f 0%,
      #e84545 38%,
      #a11428 100%
    );
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow:
    0 14px 34px rgba(232,69,69,.26),
    inset 0 1px 0 rgba(255,255,255,.14);
}

.fcy-split-btn-primary span {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fcy-split-btn-primary i {
  font-size: 24px;
}

.fcy-split-btn-primary:hover {
  background:
    linear-gradient(
      135deg,
      #ff7478 0%,
      #ff4f4f 42%,
      #c11832 100%
    );
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(232,69,69,.34);
}

/* PHONE BUTTON FIX */

.fcy-split-phone {
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,.05) 100%
    );
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 0 26px;
  position: relative;
  overflow: hidden;
}

.fcy-split-phone::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(0,0,0,.10),
      rgba(255,255,255,.02)
    );
  pointer-events: none;
}

.fcy-split-phone i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      rgba(12,90,219,.45),
      rgba(140,201,255,.16)
    );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8cc9ff;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.fcy-split-phone div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.fcy-split-phone small {
  display: block;
  color: rgba(255,255,255,0.58);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.fcy-split-phone strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.fcy-split-phone:hover {
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.16),
      rgba(255,255,255,.07)
    );
  transform: translateY(-2px);
}

@keyframes fcySplitFloat {
  0% {
    transform: translateY(0) translateX(0) scale(1);
  }

  100% {
    transform: translateY(-18px) translateX(10px) scale(1.04);
  }
}

@keyframes fcySplitGlow {
  0% {
    transform: translateX(-12%);
  }

  50% {
    transform: translateX(8%);
  }

  100% {
    transform: translateX(-12%);
  }
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .fcy-split-cta-v2 {
    max-height: none;
    padding: 60px 0;
  }

  .fcy-split-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px;
  }

  .fcy-split-left h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .fcy-split-inner {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .fcy-split-left h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .fcy-split-left p {
    font-size: 15px;
    line-height: 26px;
  }

  .fcy-split-btn-primary,
  .fcy-split-phone {
    min-height: 60px;
  }

  .fcy-split-phone {
    padding: 0 18px;
    gap: 14px;
  }

  .fcy-split-phone i {
    width: 44px;
    height: 44px;
  }

  .fcy-split-phone strong {
    font-size: 17px;
  }
} 


/* =====================================================
   INDEX CONTENT CSS — SAFETY PATCH
   Keeps extracted CSS working from /assets/css/index-content.css
===================================================== */

/* Use ../images/ in this external CSS file. If a copied rule still uses assets/images/,
   the section backgrounds below restore the image layers. */
.fcy-pricing-blocks-v2 {
  background:
    linear-gradient(rgba(0,18,39,0.82), rgba(0,33,71,0.82)),
    url("../images/bg/full-circle-yacht_1800x400-04b2.webp") center center / cover no-repeat !important;
}

.fcy-video-showcase {
  background:
    linear-gradient(rgba(4,20,36,.84), rgba(4,20,36,.88)),
    url("../images/full-circle-yacht_video-img-02.webp") center center / cover no-repeat !important;
}

.fcy-split-cta-v2,
.fcy-cinema-gallery {
  isolation: isolate;
}

/* Prevent hidden gallery overflow from breaking page width */
.fcy-cinema-slider,
.fcy-cinema-track {
  max-width: 100%;
}

/* Mobile: fixed backgrounds can disappear or jitter on iOS/Chrome */
@media (max-width: 991px) {
  .fcy-pricing-blocks-v2,
  .fcy-cinema-gallery,
  .fcy-amenities-compact {
    background-attachment: scroll !important;
  }
}

/* =====================================================
   REQUESTED HOMEPAGE RESPONSIVE REFINEMENTS
===================================================== */

.fcy-hourly-phone {
  border: 1px solid rgba(12,90,219,.28) !important;
  box-shadow: 0 10px 26px rgba(4,20,36,.07);
}

.fcy-hourly-phone .about-phone-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  justify-content: center;
  background: #0c5adb;
  color: #fff;
}

.fcy-hourly-phone .about-phone-icon i {
  font-size: 15px;
  line-height: 1;
}

.fcy-hourly-phone:hover {
  border-color: #e84545 !important;
  box-shadow: 0 14px 34px rgba(232,69,69,.12);
}

.fcy-cinema-buttons {
  padding-top: 52px !important;
}

.fcy-cinema-buttons a {
  padding: 0 36px;
}

@media (max-width: 767px) {
  .fcy-amenities-compact {
    padding: 0 0 18px !important;
  }

  .fcy-amenities-compact.no-heading .row.g-4,
  .fcy-amenities-compact .row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 6px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    row-gap: 0 !important;
  }

  .fcy-amenities-compact.no-heading .row.g-4 > *,
  .fcy-amenities-compact .row > [class*="col-"] {
    margin-top: 6px !important;
    padding: 0 !important;
  }

  .fcy-amenity-mini {
    min-height: 66px !important;
    max-height: 66px !important;
    gap: 12px !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .fcy-amenities-compact .fcy-scroll-reveal,
  .fcy-amenities-compact .fcy-scroll-reveal.fcy-visible,
  .fcy-amenities-compact .fcy-amenity-mini.fcy-visible {
    opacity: 1 !important;
    transform: none !important;
  }

  .fcy-amenity-mini i {
    width: 38px !important;
    min-width: 38px !important;
    font-size: 25px !important;
  }

  .fcy-amenity-mini h4 {
    font-size: 15px !important;
    margin-bottom: 1px !important;
  }

  .fcy-amenity-mini p {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .fcy-cinema-buttons {
    padding: 34px 18px 0 !important;
  }

  .fcy-cinema-buttons a {
    min-height: 50px;
    padding: 0 24px;
  }
}
