.elementor-324 .elementor-element.elementor-element-a83d305{--display:flex;}.elementor-324 .elementor-element.elementor-element-3021654{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-324 .elementor-element.elementor-element-3021654:not(.elementor-motion-effects-element-type-background), .elementor-324 .elementor-element.elementor-element-3021654 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-324 .elementor-element.elementor-element-3021654{--padding-top:0px;--padding-bottom:78px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-2d75095 *//* ---------------------------
   GLOBAL & AMBIENT LIGHTING
--------------------------- */
.gwm-master-footer {
  position: relative;
  background-color: #030303;
  font-family: 'Loos', sans-serif;
  padding: 60px 20px 30px 20px;
  overflow: hidden;
  color: #fff;
}

.gwm-texture-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 0;
}

.gwm-studio-glow {
  position: absolute; top: -40%; left: 50%; transform: translateX(-50%);
  width: 1000px; height: 800px;
  background: radial-gradient(ellipse at center, rgba(230, 0, 0, 0.08) 0%, rgba(3, 3, 3, 0) 60%);
  pointer-events: none; z-index: 0;
}

.gwm-footer-container {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
}

/* ---------------------------
   BRAND HEADER
--------------------------- */
.gwm-brand-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 50px; padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); position: relative;
}

.gwm-brand-header::after {
  content: ''; position: absolute; bottom: -1px; left: 0;
  width: 120px; height: 1px; background: #E60000;
  box-shadow: 0 0 12px rgba(230, 0, 0, 0.9);
}

.gwm-logo {
  width: 220px; height: auto; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
}

.gwm-header-right {
  display: flex; align-items: center; gap: 25px;
}

.gwm-slogan {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 3px; color: #777;
  background: linear-gradient(90deg, #A0A0A0 0%, #ffffff 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.gwm-test-drive-btn {
  display: flex; align-items: center; gap: 8px; padding: 12px 24px;
  background: rgba(230, 0, 0, 0.1); border: 1px solid rgba(230, 0, 0, 0.4);
  border-top: 1px solid rgba(230, 0, 0, 0.7); border-radius: 7px;
  color: #fff; font-size: 0.95rem; font-weight: 600; text-decoration: none;
  box-shadow: 0 5px 15px rgba(230, 0, 0, 0.15); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  font-feature-settings: 'case' on;
}

.gwm-test-drive-btn svg { width: 18px; height: 18px; color: #E60000; transition: color 0.3s ease; }
.gwm-test-drive-btn:hover { background: #E60000; box-shadow: 0 10px 25px rgba(230, 0, 0, 0.4); transform: translateY(-3px); }
.gwm-test-drive-btn:hover svg { color: #fff; }

/* ---------------------------
   GRID LAYOUT
--------------------------- */
.gwm-premium-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px; margin-bottom: 70px;
}

.gwm-heading {
  font-size: 1rem; font-weight: 700; color: #ffffff;
  margin-bottom: 25px; display: flex; align-items: center; gap: 12px;
  letter-spacing: 0.5px;
  font-feature-settings: 'case' on;
}

.gwm-heading-dot {
  display: block; width: 6px; height: 6px; background-color: #E60000;
  border-radius: 50%; box-shadow: 0 0 8px rgba(230, 0, 0, 0.8);
}

/* ---------------------------
   COL 1 & 2: LUXURY LIST
--------------------------- */
.gwm-list {
  list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 4px;
}

.gwm-list li a {
  position: relative; display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; text-decoration: none; border-radius: 7px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden;
}

.gwm-list li a::before {
  content: ''; position: absolute; left: 0; top: 25%; bottom: 25%; width: 3px;
  background: #E60000; border-radius: 0 3px 3px 0;
  opacity: 0; transform: translateX(-5px); transition: all 0.4s ease;
}

.gwm-link-text { color: #888888; font-size: 1rem; font-weight: 500; transition: all 0.4s ease; }
.gwm-chevron { width: 16px; height: 16px; color: #E60000; opacity: 0; transform: translateX(-10px); transition: all 0.4s ease; }

.gwm-list li a:hover {
  background: linear-gradient(90deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 100%); padding-left: 22px;
}
.gwm-list li a:hover::before { opacity: 1; transform: translateX(0); }
.gwm-list li a:hover .gwm-link-text { color: #ffffff; }
.gwm-list li a:hover .gwm-chevron { opacity: 1; transform: translateX(0); }

/* ---------------------------
   COL 3: 3D GLASS CARDS
--------------------------- */
.gwm-cards-wrapper {
  display: flex; flex-direction: column; gap: 12px; font-style: normal; perspective: 1000px;
}

.gwm-glass-card {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 16px; text-decoration: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.06); border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 25px rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative; overflow: hidden; transform-style: preserve-3d;
}

.gwm-card-mesh {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 4px 4px; opacity: 0.5; transition: opacity 0.4s ease;
  pointer-events: none; z-index: 0;
}

.gwm-card-icon-box {
  display: flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  background: rgba(0, 0, 0, 0.6); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 7px;
  color: #A0A0A0; z-index: 3; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gwm-card-icon-box svg { width: 20px; height: 20px; }

.gwm-card-info {
  display: flex; flex-direction: column; justify-content: center; gap: 2px; flex-grow: 1; z-index: 3;
}

.gwm-card-title {
  font-size: 0.7rem; font-weight: 600; text-transform: uppercase; color: #777; letter-spacing: 0.5px; transition: color 0.3s ease;
}

.gwm-card-data { font-size: 1rem; font-weight: 600; color: #E0E0E0; letter-spacing: 0.5px; transition: color 0.3s ease; }
.gwm-address-text { font-size: 0.85rem; line-height: 1.3; }

.gwm-pulse-ring {
  width: 6px; height: 6px; background: #E60000; border-radius: 50%;
  animation: radar-pulse 2s infinite; z-index: 3;
}
@keyframes radar-pulse {
  0% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(230, 0, 0, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(230, 0, 0, 0); }
  100% { transform: scale(0.9); box-shadow: 0 0 0 0 rgba(230, 0, 0, 0); }
}

a.gwm-glass-card:hover {
  transform: translateY(-4px); background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-color: rgba(230, 0, 0, 0.4); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 15px rgba(230, 0, 0, 0.1);
}
a.gwm-glass-card:hover .gwm-card-mesh { opacity: 1; }
a.gwm-glass-card:hover .gwm-card-icon-box { 
  background: #E60000; color: #fff; border-color: #E60000; 
  transform: translateZ(20px) scale(1.1); box-shadow: 0 10px 20px rgba(230, 0, 0, 0.4);
}
a.gwm-glass-card:hover .gwm-card-title { color: #E60000; }
a.gwm-glass-card:hover .gwm-card-data { color: #ffffff; }

/* ---------------------------
   SOCIAL DIALS
--------------------------- */
.gwm-social-dashboard { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 5px; }
.gwm-social-dial {
  display: flex; align-items: center; justify-content: center; height: 45px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06); border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px; color: #888888; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.gwm-social-dial svg { width: 18px; height: 18px; transition: all 0.3s ease; }
.gwm-social-dial:hover {
  transform: translateY(-4px); background: #E60000; color: #ffffff;
  border-color: #E60000; box-shadow: 0 10px 20px rgba(230, 0, 0, 0.3);
}
.gwm-social-dial:hover svg { transform: scale(1.2); }

/* ---------------------------
   BOTTOM COPYRIGHT & VASCO
--------------------------- */
.gwm-bottom-bar {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
  padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.85rem; color: #555555;
}
.gwm-signature { display: flex; gap: 6px; }
.vasco-link { color: #A0A0A0; text-decoration: none; font-weight: 700; letter-spacing: 0.5px; transition: all 0.3s ease; }
.vasco-link:hover { color: #ffffff; text-shadow: 0 0 10px rgba(255,255,255,0.6); }

/* ---------------------------
   MOBILE OPTIMIZATION
--------------------------- */
@media (max-width: 768px) {
  .gwm-master-footer { padding: 40px 15px 20px 15px; }
  
  /* HIDE Right Header (Slogan & Button) on Mobile */
  .gwm-header-right { display: none !important; }
  
  /* Center Logo on mobile */
  .gwm-brand-header { justify-content: center; margin-bottom: 40px; padding-bottom: 25px; }
  .gwm-brand-header::after { left: 50%; transform: translateX(-50%); }
  
  /* Convert grid to flex column so we can easily re-order them */
  .gwm-premium-grid { 
    display: flex; 
    flex-direction: column; 
    gap: 40px; 
    margin-bottom: 50px; 
  }
  
  /* PUSH CONTACTS TO THE TOP FOR MOBILE */
  .gwm-col-contact { order: -1; }
  
  /* Center copyrights */
  .gwm-bottom-bar { flex-direction: column; gap: 12px; text-align: center; }
}/* End custom CSS */