/* =====================================================
   FULL CIRCLE YACHT — LUXURY MODERN FOOTER
   File: assets/css/footer-v2.css
===================================================== */

.fcy-footer {
  position: relative;
  overflow: hidden;
  padding: 95px 0 32px;
  background:
    linear-gradient(rgba(4,20,36,0.88), rgba(4,20,36,0.94)),
    url("../images/bg/full-circle-yacht_1200x400-01.webp") center center / cover no-repeat;
  color: #fff;
  border-top: 1px solid #E32528;
}

.fcy-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(12,90,219,0.28), transparent 30%),
    radial-gradient(circle at 82% 80%, rgba(232,69,69,0.16), transparent 28%);
  pointer-events: none;
}

.fcy-footer::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -90px;
  height: 190px;
  background: rgba(12,90,219,0.12);
  filter: blur(40px);
  pointer-events: none;
}

.fcy-footer .container {
  position: relative;
  z-index: 2;
}

.fcy-footer-top {
  row-gap: 42px;
}

/* BRAND */

.fcy-footer-brand img {
  max-width: 240px;
  width: 100%;
  margin-bottom: 24px;
}

.fcy-footer-brand p,
.fcy-footer-booking p {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 24px;
}

/* CONTACT */

.fcy-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fcy-footer-contact a,
.fcy-footer-contact span {
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.fcy-footer-contact i {
  color: #4d9fff;
  width: 20px;
  margin-right: 8px;
}

.fcy-footer-contact a:hover { color: #fff; }

/* SOCIAL */

.fcy-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.fcy-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid transparent;
  transition: .25s ease;
  text-decoration: none;
}

.fcy-footer-social a:hover {
  background: rgba(0,25,76,0.78);
  color: #fff;
  border-bottom-color: #E32528;
  transform: translateY(-3px);
}

/* WIDGET COLUMNS */

.fcy-footer-widget h4,
.fcy-footer-booking h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 14px;
}

.fcy-footer-widget h4::after,
.fcy-footer-booking h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, #DB0B18, #e84545);
}

.fcy-footer-widget ul {
  margin: 0;
  padding: 0;
}

.fcy-footer-widget ul li {
  margin-bottom: 12px;
  list-style: none;
}

.fcy-footer-widget ul li a {
  color: rgba(255,255,255,0.74);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: .25s ease;
}

.fcy-footer-widget ul li a::before {
  content: "›";
  color: #4d9fff;
  font-size: 18px;
  line-height: 1;
  transition: 0.25s ease;
}

.fcy-footer-widget ul li a:hover {
  color: #fff;
  transform: translateX(4px);
}

.fcy-footer-widget ul li a:hover::before { color: #e84545; }

/* BOOKING CARD */

.fcy-footer-booking {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 28px 26px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.fcy-footer-btn,
.fcy-footer-btn-outline {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-decoration: none;
  transition: .25s ease;
}

.fcy-footer-btn {
  background: #0c5adb;
  color: #fff;
  margin-bottom: 12px;
}

.fcy-footer-btn:hover {
  background: #e84545;
  color: #fff;
  transform: translateY(-2px);
}

.fcy-footer-btn-outline {
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
}

.fcy-footer-btn-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
  color: #fff;
}

/* BOTTOM BAR */

.fcy-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 12px 24px;
  padding-top: 20px;
  margin-top: 38px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.fcy-footer-legal a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .25s ease, transform .25s ease;
}

.fcy-footer-legal a:hover {
  color: #8cc9ff;
  transform: translateY(-1px);
}

.fcy-footer-bottom {
  margin-top: 24px;
  padding: 14px 20px;
  border-radius: 8px;
  background: #0c5adb;
  background: rgba(0,25,76,0.64);
  text-align: center;
}

.fcy-footer-bottom p {
  color: #8cc9ff;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.fcy-footer-bottom .fcy-footer-social {
  justify-content: flex-end;
  margin-top: 0;
}

/* RESPONSIVE */

@media (max-width: 767px) {
  .fcy-footer { padding: 72px 0 28px; }
  .fcy-footer-social { justify-content: flex-start; }
  .fcy-footer-bottom .fcy-footer-social { justify-content: flex-start; margin-top: 14px; }
  .fcy-footer-legal {
    justify-content: flex-start;
    text-align: left;
  }
}
