.elementor-554 .elementor-element.elementor-element-f2f3166{--display:flex;--min-height:0px;--justify-content:flex-start;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-554 .elementor-element.elementor-element-f2f3166:not(.elementor-motion-effects-element-type-background), .elementor-554 .elementor-element.elementor-element-f2f3166 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#182842;}/* Start custom CSS for html, class: .elementor-element-694e4dc *//* =====================================================
   FOOTER – AVC LUXURY GOLD + ROYAL BLUE BRAND STYLE
===================================================== */

/* ========== FOOTER BASE (TRANSPARENT + GOLD BORDER) ========== */
.avc-footer {
  width: 100%;
  min-width: 100%;
  background: transparent !important; /* removed old background */
  padding: 50px 0 24px;
  margin: 0;
  color: #e5e7eb;

  border-top: 1px solid rgba(255,200,90,0.45); /* GOLD BORDER */
  
  border-radius: 26px 26px 0 0;
  
  box-shadow: 
    0 -10px 50px rgba(20,50,120,0.35), /* royal blue top glow */
    0 -10px 35px rgba(255,200,90,0.25); /* gold glow */
}

/* INNER GRID */
.avc-footer-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr;
  gap: 32px;
}

/* ========== HEADINGS ========== */
.avc-footer-heading {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #ffdd99; /* GOLD */
  text-shadow:
    0 0 12px rgba(255,200,90,0.85),
    0 0 18px rgba(20,50,120,0.55);
}

/* ========== TEXT ========== */
.avc-footer-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  color: #d9e6ff;
}

.avc-footer-text.small {
  font-size: 13px;
  opacity: 0.8;
  color: #cbd5ff;
}

/* ========== MENU LINKS ========== */
.avc-footer-menu {
  margin-top: 20px;
}

.avc-footer-menu a {
  display: block;
  font-size: 13px;
  color: #e5e7eb;
  text-decoration: none;
  margin-bottom: 6px;
  opacity: 0.85;
  transition: 0.25s ease;
}

.avc-footer-menu a:hover {
  color: #ffcc66; /* GOLD hover */
  transform: translateX(4px);
}

/* ========== MAP CARD (GLASS GOLD STYLE) ========== */
.avc-footer-map-card {
  width: 100%;
  padding: 16px;
  border-radius: 26px;
  background: radial-gradient(circle at top,
              rgba(255,200,90,0.18),
              rgba(10,20,40,0.8)); /* GOLD + ROYAL BLUE */
  border: 1px solid rgba(255,200,90,0.45);
  backdrop-filter: blur(14px);

  box-shadow:
    0 0 0 1px rgba(255,200,90,0.3),
    0 24px 50px rgba(0,0,0,0.95),
    0 0 45px rgba(20,50,120,0.45);
}

.avc-footer-map iframe {
  width: 100%;
  height: 210px;
  border-radius: 20px;
}

/* ========== FLOATING LOGO ========== */
.avc-footer-logo-wrap {
  max-width: 260px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.avc-footer-logo {
  width: 100%;
  display: block;
  filter:
    drop-shadow(0 14px 35px rgba(255,200,90,0.55))
    drop-shadow(0 0 40px rgba(20,60,140,0.45)); /* GOLD + BLUE */
  animation: footer-logo-float 6s ease-in-out infinite;
}

@keyframes footer-logo-float {
  0%   { transform: translateY(0) scale(1); }
  50%  { transform: translateY(-10px) scale(1.03); }
  100% { transform: translateY(0) scale(1); }
}

/* ========== SOCIAL ICONS ========== */
.avc-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.avc-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 12px;

  border: 1px solid rgba(255,200,90,0.55);
  background: rgba(10,20,40,0.9);

  box-shadow:
    0 0 12px rgba(255,200,90,0.65),
    0 0 20px rgba(20,50,120,0.45);

  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.avc-footer-social a:hover {
  transform: translateY(-4px);
  background: rgba(255,200,90,0.25);
}

/* ========== SUBSCRIBE FORM (GOLD PILL STYLE) ========== */
.avc-footer-subscribe h4 {
  font-size: 14px;
  color: #ffdd99;
  margin-bottom: 8px;
}

.avc-subscribe-form {
  display: flex;
  gap: 8px;
}

.avc-subscribe-form input {
  flex: 1;
  padding: 8px 12px;
  border-radius: 999px;

  border: 1px solid rgba(255,200,90,0.35);
  background: rgba(10,20,40,0.85);

  color: #fff;
  backdrop-filter: blur(8px);
}

.avc-subscribe-form button {
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,200,90,0.7);

  background: linear-gradient(135deg, #ffd77a, #ffb347);
  color: #1a1a1a;
  font-weight: 700;
  cursor: pointer;

  box-shadow:
    0 0 20px rgba(255,200,90,0.35),
    0 0 25px rgba(20,50,120,0.35);

  transition: 0.25s ease;
}

.avc-subscribe-form button:hover {
  background: linear-gradient(135deg, #ffe7a1, #ffc364);
  transform: translateY(-3px);
}

/* ========== COPYRIGHT BAR ========== */
.avc-footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  color: #d0dcff;
  border-top: 1px solid rgba(255,200,90,0.35);
  padding-top: 10px;
}

/* =====================================================
   RESPONSIVE
===================================================== */

/* TABLET */
@media (max-width: 992px) {
  .avc-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .avc-footer-right {
    grid-column: 1 / 3;
  }
}

/* MOBILE */
@media (max-width: 640px) {

  .avc-footer-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }

  .avc-footer-col {
    background: rgba(10,20,40,0.55);
    border-radius: 22px;
    padding: 16px 14px;

    border: 1px solid rgba(255,200,90,0.35);

    box-shadow:
      0 14px 34px rgba(0,0,0,0.65),
      0 0 25px rgba(255,200,90,0.2);
  }

  .avc-footer-heading,
  .avc-footer-text {
    text-align: center;
  }

  .avc-footer-logo-wrap {
    margin: 0 auto 10px;
  }

  .avc-footer-menu a {
    text-align: center;
  }

  .avc-footer-social {
    justify-content: center;
  }

  .avc-subscribe-form {
    flex-direction: column;
  }

  .avc-subscribe-form button {
    width: 100%;
  }
}/* End custom CSS */