.elementor-3990 .elementor-element.elementor-element-e064f9e{--display:flex;}.elementor-3990 .elementor-element.elementor-element-f3c3a86{background-color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f3c3a86 *//* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500&display=swap');

/* Color Variables & Base */
:root {
  --black: #0d0d0d;
  --white: #ffffff;
  --off: #f7f6f3;
  --accent: #e8452a;
  --gray: #6b6b6b;
  --border: #e2e0db;
  --display: 'Bebas Neue', cursive;
  --body: 'DM Sans', sans-serif;
}

/* ── NAVBAR ── */
.ip-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; height: 72px;
  background: rgba(255,255,255,0.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
  font-family: var(--body);
}
.ip-logo img { height: 44px; object-fit: contain; }
.ip-nav-links { display: flex; gap: 36px; list-style: none; transition: all 0.3s ease; margin: 0; padding: 0; }
.ip-nav-links a { font-size: 13px; font-weight: 500; color: var(--black); text-decoration: none; letter-spacing: 0.5px; transition: color .2s; }
.ip-nav-links a:hover { color: var(--accent); }
.ip-nav-cta {
  background: var(--black); color: var(--white);
  padding: 10px 24px; font-size: 12px; font-weight: 500;
  letter-spacing: 1px; text-transform: uppercase; text-decoration: none;
  border: 2px solid var(--black); transition: all .25s;
}
.ip-nav-cta:hover { background: var(--white); color: var(--black); }
.ip-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; z-index: 1000; padding: 0; }
.ip-hamburger span { display: block; width: 24px; height: 2px; background: var(--black); transition: all .3s; }

/* Hamburger Animation */
.ip-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ip-hamburger.open span:nth-child(2) { opacity: 0; }
.ip-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── FOOTER ── */
.ip-footer { 
  background: var(--off); padding: 64px; border-top: 1px solid var(--border); 
  font-family: var(--body); color: var(--black);
}
.ip-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.ip-footer-brand img { height: 40px; margin-bottom: 16px; }
.ip-footer-brand p { font-size: 13px; color: var(--gray); line-height: 1.75; font-weight: 300; max-width: 260px; margin: 0; }
.ip-footer-h { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.ip-footer-links { list-style: none; margin: 0; padding: 0; }
.ip-footer-links li { margin-bottom: 12px; }
.ip-footer-links a { font-size: 13px; color: var(--gray); text-decoration: none; transition: color .2s; font-weight: 300; }
.ip-footer-links a:hover { color: var(--accent); }
.ip-footer-bottom {
  padding-top: 32px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.ip-footer-copy { font-size: 12px; color: var(--gray); margin: 0; }

/* ── RESPONSIVE MOBILE ── */
@media (max-width: 900px) {
  /* Navbar Mobile */
  .ip-nav { padding: 0 24px; }
  .ip-nav-links { 
      position: absolute; top: 72px; left: 0; right: 0; 
      background: var(--white); flex-direction: column; 
      padding: 0; gap: 0; height: 0; overflow: hidden;
      border-bottom: none;
  }
  .ip-nav-links.open { 
      height: auto; padding: 24px; border-bottom: 1px solid var(--border); 
      box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  }
  .ip-nav-links li { padding: 12px 0; border-bottom: 1px solid var(--off); }
  .ip-nav-links li:last-child { border-bottom: none; }
  .ip-nav-cta { display: none; }
  .ip-hamburger { display: flex; }
  
  /* Footer Mobile */
  .ip-footer { padding: 48px 24px; text-align: center; }
  .ip-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .ip-footer-brand p { margin: 0 auto; }
  .ip-footer-bottom { flex-direction: column; gap: 16px; }
}/* End custom CSS */


