/* =====================================================
   FULL CIRCLE YACHT - BOOK-CHARTER PAGE
   Extracted from inline page styles
===================================================== */

.fcy-human-check__label {
  color: #002170;
}

/* =====================================================
   FULL CIRCLE YACHT — SPLIT BOOKING CALENDAR
===================================================== */

.fcy-booking-split {
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(12,90,219,.12), transparent 30%),
    linear-gradient(135deg, #071326 0%, #0c1f3c 48%, #031020 100%);
}

.fcy-booking-split-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: rgba(255,255,255,.96);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 35px 95px rgba(0,0,0,.35);
}

/* LEFT INFO */

.fcy-booking-info {
  background:
    linear-gradient(rgba(0,18,39,.36), rgba(0,18,39,.86)),
    linear-gradient(135deg, #002b63, #0c5adb);
  color: #fff;
  position: relative;
}

.fcy-info-image {
  height: 300px;
  overflow: hidden;
}

.fcy-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fcy-info-content {
  padding: 36px;
}

.fcy-info-content span {
  color: #ffffff;
  background: rgba(232,69,69,.95);
  padding: 8px 13px;
  border-radius: 999px;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.fcy-info-content h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.05;
  margin-bottom: 18px;
}

.fcy-info-content p {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 24px;
}

.fcy-info-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.fcy-info-content li {
  display: flex;
  gap: 12px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 22px;
}

.fcy-info-content li i {
  color: #e84545;
  margin-top: 4px;
}

.fcy-info-content a {
  color: #fff;
  font-weight: 900;
}

/* RIGHT FORM */

.fcy-booking-form-wrap {
  padding: 36px;
  background: #f8f5ee;
}

.fcy-booking-tabs {
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
}

.fcy-booking-tabs button,
.fcy-booking-tabs a {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding: 0 0 8px;
}

.fcy-booking-tabs .active {
  color: #0c5adb;
  border-bottom: 2px solid #e84545;
}

/* CALENDAR */

.fcy-calendar-box {
  background: #fff;
  border: 1px solid rgba(12,90,219,.10);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 16px;
  box-shadow: 0 12px 34px rgba(4,20,36,.05);
}

.fcy-calendar-box .flatpickr-calendar {
  width: 100% !important;
  box-shadow: none !important;
  background: transparent !important;
}

.fcy-calendar-box .flatpickr-months,
.fcy-calendar-box .flatpickr-innerContainer,
.fcy-calendar-box .flatpickr-rContainer,
.fcy-calendar-box .flatpickr-days,
.fcy-calendar-box .dayContainer {
  width: 100% !important;
  max-width: 100% !important;
}

.fcy-calendar-box .dayContainer {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
}

.fcy-calendar-box .flatpickr-day {
  max-width: none !important;
  width: 100% !important;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  color: #041424;
}

.fcy-calendar-box .flatpickr-day.selected,
.fcy-calendar-box .flatpickr-day.startRange,
.fcy-calendar-box .flatpickr-day.endRange {
  background: #0c5adb !important;
  border-color: #0c5adb !important;
  color: #fff !important;
}

.fcy-calendar-box .flatpickr-day.today {
  border-color: #e84545 !important;
}

/* FIELDS */

.fcy-booking-form-wrap {
  padding: 30px;
  background: #f1f1f1;
}

.fcy-booking-tabs {
  display: flex;
  gap: 22px;
  margin-bottom: 14px;
}

.fcy-booking-tabs button,
.fcy-booking-tabs a {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding: 0 0 6px;
  cursor: pointer;
}

.fcy-booking-tabs .active {
  color: #0c5adb;
  border-bottom: 2px solid #e84545;
}

.fcy-calendar-box {
  background: #fff;
  border: 1px solid rgba(12,90,219,.10);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
  box-shadow: 0 12px 34px rgba(4,20,36,.05);
}

.fcy-calendar-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.fcy-field input,
.fcy-field select,
.fcy-booking-form-wrap textarea {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(4,20,36,.10);
  background: #fff;
  color: #041424;
  border-radius: 10px;
  padding: 12px 10px;
  font-size: 13px;
  outline: none;
}

.fcy-booking-form-wrap textarea {
  height: 108px;
  padding: 8px 10px;
  margin-top: 12px;
  resize: vertical;
}

.fcy-availability-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 11px 13px;
  background: #fff;
  border-left: 4px solid #0c5adb;
  color: #041424;
  font-size: 13px;
  border-radius: 10px;
}

.fcy-booking-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.fcy-human-check input {
  width: 86px;
  height: 38px;
  border: 1px solid rgba(4,20,36,.15);
  border-radius: 8px;
  padding: 0px 8px;
}

.fcy-booking-actions button {
  min-height: 40px;
  padding: 0 28px;
  border-radius: 12px;
  border: 1px solid #0c5adb;
  background: transparent;
  color: #0c5adb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.fcy-booking-actions button:hover,
.fcy-booking-actions button:last-child {
  background: #e84545;
  border-color: #e84545;
  color: #fff;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .fcy-booking-split-card {
    grid-template-columns: 1fr;
  }

  .fcy-info-image {
    height: 260px;
  }
}
	
	
/* =====================================================
   MOBILE RESPONSIVE FIX
===================================================== */

@media (max-width: 767px) {

  .fcy-booking-split {
    padding: 65px 0;
    overflow-x: hidden;
  }

  .fcy-booking-split .container {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fcy-booking-split-card {
    grid-template-columns: 1fr;
    border-radius: 16px;
    overflow: hidden;
  }

  /* HIDE LEFT IMAGE PANEL ON MOBILE */

  .fcy-booking-info {
    display: none;
  }

  /* FORM WRAP */

  .fcy-booking-form-wrap {
    padding: 18px 12px 22px;
    width: 100%;
    overflow: hidden;
  }

  /* TABS */

  .fcy-booking-tabs {
    gap: 18px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }

  /* CALENDAR */

  .fcy-calendar-box {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 10px;
    border-radius: 14px;
    margin-bottom: 10px;
  }

  .fcy-calendar-box .flatpickr-calendar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .fcy-calendar-box .flatpickr-innerContainer,
  .fcy-calendar-box .flatpickr-rContainer,
  .fcy-calendar-box .flatpickr-days,
  .fcy-calendar-box .dayContainer {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .fcy-calendar-box .dayContainer {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
  }

  .fcy-calendar-box .flatpickr-day {
    width: 100% !important;
    max-width: none !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 13px;
  }

  .fcy-calendar-box .flatpickr-weekday {
    font-size: 12px;
  }

  /* FIELDS */

  .fcy-calendar-fields {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  .fcy-field {
    width: 100%;
  }

  .fcy-field input,
  .fcy-field select,
  .fcy-booking-form-wrap textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .fcy-field input,
  .fcy-field select {
    height: 48px;
    padding: 0 12px;
    font-size: 14px;
  }

  .fcy-booking-form-wrap textarea {
    height: 90px;
    padding: 12px;
  }

  /* AVAILABILITY */

  .fcy-availability-box {
    align-items: flex-start;
    padding: 12px;
    font-size: 13px;
    line-height: 22px;
  }

  /* HUMAN CHECK */

  .fcy-booking-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .fcy-human-check {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .fcy-human-check input {
    width: 100%;
    height: 46px;
  }

  /* BUTTONS */

  .fcy-booking-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fcy-booking-actions button {
    width: 100%;
    min-height: 46px;
  }
}	

@media (max-width: 575px) {
  .fcy-booking-split {
    padding: 75px 0;
  }

  .fcy-info-content,
  .fcy-booking-form-wrap {
    padding: 24px;
  }

  .fcy-info-content h2 {
    font-size: 31px;
  }

  .fcy-calendar-fields {
    grid-template-columns: 1fr;
  }

  .fcy-booking-bottom,
  .fcy-booking-actions,
  .fcy-human-check {
    flex-direction: column;
    align-items: stretch;
  }

  .fcy-booking-actions button,
  .fcy-human-check input {
    width: 100%;
  }
}

/* =====================================================
   FULL CIRCLE YACHT — GOOGLE MAP
===================================================== */

.fcy-google-map {
	position: relative;
	overflow: hidden;
	background: #f1f1f1;
	padding: 10px 20px;
}

.fcy-google-map iframe {
	width: 100%;
	height: 620px;
	margin: 10px auto;
	border: 1px solid #E11215;
	border-radius: 10px;
	filter:
		grayscale(0%)
		contrast(1.05)
		saturate(1.05);
}

.fcy-google-map::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to bottom,
			rgba(4,20,36,.08),
			rgba(4,20,36,.18)
		);
	pointer-events: none;
	z-index: 1;
}

@media (max-width: 991px) {
	.fcy-google-map iframe {
		height: 520px;
	}
}

@media (max-width: 575px) {
	.fcy-google-map iframe {
		height: 420px;
	}
}
