/* ===========================
   CTA
=========================== */

.footer-cta {
  position: relative;
  padding: 120px 20px 90px;
  background: #111;
  overflow: hidden;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(17, 17, 17, 0.78), rgb(91 52 52 / 92%)),
    url(Images/footer-bg.jpg) center / cover no-repeat;
}

.footer-cta .container {
  position: relative;
  z-index: 2;
}

.footer-cta h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #f5e6b3;
  margin-bottom: 25px;
}

.footer-divider {
  width: 500px;
  height: 2px;
  background: #cfa34a;
  margin: 0 auto 35px;
  position: relative;
}

.footer-divider::after {
  content: "❦";
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  color: #cfa34a;
  background: #111;
  padding: 0 12px;
}

.footer-cta p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2rem;
  color: #eee;
  margin-bottom: 40px;
}

/* ===========================
   FOOTER
=========================== */

.premium-footer {
  background: #111;
  color: #ddd;
  padding: 70px 0 35px;
  border-top: 1px solid rgba(207, 163, 74, 0.35);
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  align-items: flex-start;
}

.footer-col h3,
.footer-col h4 {
  font-family: "Cinzel", serif;
  color: #000000;
  margin-bottom: 18px;
}

.footer-col h3 {
  font-size: 1.5rem;
}

.footer-col h4 {
  font-size: 1.3rem;
}

.mini-divider {
  width: 90px;
  height: 2px;
  background: #cfa34a;
  margin: 18px 0 25px;
}

.footer-col p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #d4d4d4;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 18px;
  font-size: 1.05rem;
}

.footer-col a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #cfa34a;
}

.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(207, 163, 74, 0.25);
  padding-top: 30px;
  text-align: center;
}

.footer-bottom p {
  margin: 8px 0;
  color: #030303;
}

.footer-bottom a {
  color: #cfa34a;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #f5e6b3;
}

/* ===========================
   Responsive
=========================== */

@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mini-divider {
    margin: 18px auto 25px;
  }
}

/* Center the entire footer layout */
.footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  align-items: flex-start;
  text-align: center;
}

/* Center each column */
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Center the divider */
.mini-divider {
  width: 90px;
  height: 2px;
  background: #cfa34a;
  margin: 18px auto 25px;
}

/* Center the paragraph */
.footer-col p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #0f0f0f;
  text-align: center;
  max-width: 280px;
}

/* Center the list */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.footer-col li {
  margin-bottom: 16px;
}

.footer-col h3,
.footer-col h4 {
  text-align: center;
}
/* ==========================================
   PREMIUM FOOTER
========================================== */

.premium-footer {
  padding: 70px 0 25px;
}

/* ==========================================
   FOOTER TOP
========================================== */

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

/* ==========================================
   FOOTER COLUMNS
========================================== */

.footer-col {
  padding: 0 30px;
}

/* LEFT */

.footer-navigation {
  text-align: left;
}

/* CENTER */

.footer-brand {
  text-align: center;
}

/* RIGHT */

.footer-connect {
  text-align: right;
}

/* ==========================================
   CENTER BRAND
========================================== */

.footer-brand h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}

.footer-brand p {
  max-width: 300px;
  margin: 15px auto 0;
  line-height: 1.7;
}

/* ==========================================
   DIVIDER
========================================== */

.footer-brand .mini-divider {
  margin: 15px auto;
}

.footer-connect .mini-divider {
  margin-left: auto;
}

/* ==========================================
   FOOTER LIST
========================================== */

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.footer-col li {
  margin-bottom: 10px;
}

/* ==========================================
   FOOTER BOTTOM
========================================== */

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 50px;
  padding-top: 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .footer-col {
    padding: 0;
  }

  .footer-navigation,
  .footer-brand,
  .footer-connect {
    text-align: center;
  }

  .footer-navigation .mini-divider,
  .footer-connect .mini-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 10px;

  margin-top: 50px;
  padding-top: 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.15);

  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.footer-logo video {
  width: 120px; /* Adjust as needed */
  height: auto;
  display: block;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* or cover if you want it to fill the container */
  display: block;
}

.premium-footer {
  position: relative;
  background: url("Images/33.png") center center no-repeat;
  background-size: 100% 100%; /* Fits the entire image to the footer */
  width: 100%;
  color: #000;
  overflow: hidden;
  padding: 80px 0 30px;
}

/* Keep footer content above the background */
.premium-footer .container {
  position: relative;
  z-index: 2;
}

