/* =========================================
   BEXFORD PREMIUM FOOTER
========================================= */

.bexford-footer {

  --british-green: #004225;
  --ivory: #FFFFF0;
  --luxury-gold: #D4AF37;

  position: relative;

  width: 100%;

  overflow: hidden;

  background:

    radial-gradient(circle at 15% 20%,
      rgba(212, 175, 55, 0.045),
      transparent 28%),

    radial-gradient(circle at 85% 80%,
      rgba(212, 175, 55, 0.035),
      transparent 30%),

    var(--british-green);

  color: var(--ivory);

}


/* =========================================
   TOP GOLD LINE
========================================= */

.footer-top-line {

  position: relative;

  width: 100%;

  height: 1px;

  background:

    linear-gradient(90deg,
      transparent,
      var(--luxury-gold),
      transparent);

  opacity: 0.7;

}


.footer-top-line::after {

  content: "";

  position: absolute;

  top: -2px;

  left: 50%;

  width: 80px;

  height: 5px;

  transform: translateX(-50%);

  background: var(--luxury-gold);

  filter:

    blur(5px);

  opacity: 0.45;

}


/* =========================================
   MAIN CONTAINER
========================================= */

.footer-container {

  width: 100%;

  max-width: 1350px;

  margin: 0 auto;

  padding:

    100px 50px 35px;

  box-sizing: border-box;

}


/* =========================================
   FOOTER LAYOUT & TYPOGRAPHY
========================================= */

.footer-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: center;
  margin-top: 55px;
}

.footer-content-side {
  display: flex;
  flex-direction: column;
}

.footer-intro {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 240, 0.08);
}

.footer-eyebrow {
  display: inline-block;
  color: var(--luxury-gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

.footer-intro h2 {
  margin: 0 0 20px 0;
  color: var(--ivory);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 600;
  line-height: 1.15;
}

.footer-intro p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 240, 0.65);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

/* =========================================
   CONTACT LIST & ITEMS
========================================= */

.footer-contact-list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 240, 0.08);
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: all 0.35s ease;
}

.footer-contact-item:last-child {
  border-bottom: none;
}

.contact-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--luxury-gold);
  background: rgba(212, 175, 55, 0.04);
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.contact-text-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.contact-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 240, 0.45);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-value {
  display: block;
  margin-bottom: 6px;
  color: var(--ivory);
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.contact-desc {
  margin: 0;
  color: rgba(255, 255, 240, 0.55);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
}

.contact-arrow-symbol {
  color: var(--luxury-gold);
  font-size: 20px;
  opacity: 0.4;
  transform: translate(0, 0);
  transition: all 0.35s ease;
  align-self: center;
}

/* Hover effects */
.footer-contact-item:hover {
  padding-left: 12px;
}

.footer-contact-item:hover .contact-icon-wrap {
  background: var(--luxury-gold);
  color: var(--british-green);
  border-color: var(--luxury-gold);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.35);
}

.footer-contact-item:hover .contact-value {
  color: var(--luxury-gold);
}

.footer-contact-item:hover .contact-arrow-symbol {
  opacity: 1;
  transform: translate(4px, -4px);
}

/* =========================================
   CURVED / CIRCULAR VISUAL SHOWCASE
========================================= */

.footer-visual-side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-circle-container {
  position: relative;
  width: 380px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-circle-ring {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.22);
  pointer-events: none;
  animation: floatRing 8s ease-in-out infinite;
}

.footer-circle-wrap {
  position: relative;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.45), 0 0 0 1.5px rgba(212, 175, 55, 0.3);
  animation: floatCircle 7s ease-in-out infinite;
}

.footer-circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes floatCircle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatRing {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.02);
  }
}

/* =========================================
   BOTTOM FOOTER
========================================= */

.footer-bottom {

  display: grid;

  grid-template-columns:

    1fr 1fr 1fr;

  align-items: center;

  gap: 30px;

  padding-top: 45px;

}


.footer-logo {

  color: var(--ivory);

  font-family:

    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 27px;

  font-weight: 600;

  letter-spacing: 5px;

}


.footer-bottom-links {

  display: flex;

  justify-content: center;

  gap: 30px;

}


.footer-bottom-links a {

  position: relative;

  color:

    rgba(255, 255, 240, 0.45);

  font-family:

    "Inter",
    Arial,
    sans-serif;

  font-size: 11px;

  text-decoration: none;

  transition:

    color 0.3s ease;

}


.footer-bottom-links a::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 1px;

  background: var(--luxury-gold);

  transition:

    width 0.3s ease;

}


.footer-bottom-links a:hover {

  color: var(--luxury-gold);

}


.footer-bottom-links a:hover::after {

  width: 100%;

}


.footer-copy {

  color:

    rgba(255, 255, 240, 0.3);

  font-family:

    "Inter",
    Arial,
    sans-serif;

  font-size: 10px;

  text-align: right;

}


/* =========================================
   TABLET & MOBILE RESPONSIVENESS
========================================= */

@media (max-width: 1024px) {
  .footer-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .footer-visual-side {
    order: -1; /* Display circular visual under intro on tablet/mobile */
    margin-bottom: 20px;
  }
  
  .footer-circle-container {
    width: 320px;
    height: 320px;
  }
  
  .footer-circle-wrap {
    width: 320px;
    height: 320px;
  }
  
  .footer-circle-ring {
    width: 370px;
    height: 370px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 60px 24px 30px;
  }
  
  .footer-intro h2 {
    font-size: clamp(36px, 6vw, 48px);
  }
  
  .footer-circle-container {
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }
  
  .footer-circle-wrap {
    width: 280px;
    height: 280px;
  }
  
  .footer-circle-ring {
    width: 320px;
    height: 320px;
  }
  
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding-top: 30px;
    margin-top: 40px;
  }
  
  .footer-bottom-links {
    justify-content: center;
  }
  
  .footer-copy {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-contact-item {
    gap: 16px;
    padding: 20px 0;
  }
  
  .contact-icon-wrap {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .contact-value {
    font-size: 20px;
  }
  
  .contact-desc {
    font-size: 12px;
  }
}


/* =========================================
   FOOTER LOGO IMAGE
========================================= */

.footer-logo-img {
  width: auto;
  height: 48px;
  object-fit: contain;
  display: block;
}

@media (max-width: 600px) {
  .footer-logo-img {
    height: 38px;
  }
}