/*
Theme Name: U2 Hello Elementor Child
Theme URI: https://example.com/
Description: Hello Elementor child theme with custom U2-style header and footer for Elementor-built pages.
Author: OpenAI
Version: 1.0.0
Template: hello-elementor
Text Domain: u2-hello-elementor-child
*/

:root {
  --u2-orange: #ff9900;
  --u2-orange-hover: #ffb733;
  --u2-orange-dark: #cc7700;
  --u2-bg-header: #111111;
  --u2-bg-dark: #141414;
  --u2-bg-page: #0d0d0d;
  --u2-bg-card: #1c1c1c;
  --u2-bg-dropdown: #1a1a1a;
  --u2-border-orange: rgba(255,153,0,0.30);
  --u2-border-dim: rgba(255,255,255,0.12);
  --u2-text-white: #ffffff;
  --u2-text-muted: #aaaaaa;
  --u2-text-dim: #666666;
  --u2-font-heading: 'Bebas Neue', 'Oswald', sans-serif;
  --u2-font-body: 'Montserrat', 'Poppins', sans-serif;
  --u2-radius: 4px;
  --u2-transition: all 0.25s ease;
}

/* andrew add */
.page-header {
  background: #000;
  padding: 10px 0;
  text-align: center;
}

.page-header .entry-title {
  color: #f5c542;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
	margin:0px;
	padding:0px;
}


#site-header,
#site-footer,
#site-header *,
#site-footer * {
  box-sizing: border-box;
}

.u2-skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--u2-orange);
  color: #000;
  padding: 8px 16px;
  font-weight: 700;
  z-index: 9999;
}

.u2-skip-link:focus {
  top: 0;
}

#site-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  background: var(--u2-bg-header);
  border-bottom: 2px solid var(--u2-orange);
  box-shadow: 0 2px 16px rgba(0,0,0,0.7);
  font-family: var(--u2-font-body);
}

#site-header a {
  text-decoration: none;
}

#site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 20px 0 10px;
  height: 70px;
  max-width: 1174px;
  margin: 0 auto;
}

#site-header .site-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: -8px;
}

#site-header .site-logo-link,
#site-header .site-logo .custom-logo-link {
  display: flex;
  align-items: center;
}

#site-header .header-logo-img,
#site-header .site-logo .custom-logo,
#site-header .site-logo .custom-logo-link img {
  display: block;
  height: auto !important;
  width: auto !important;
  max-height: 60px !important;
  max-width: 120px !important;
  object-fit: contain !important;
}

#site-header .header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

#site-header .header-nav > ul {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header .header-nav > ul > li {
  position: relative;
  margin: 0;
}

#site-header .header-nav > ul > li > a {
  display: block;
  padding: 6px 10px;
  color: var(--u2-text-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: var(--u2-radius);
  transition: var(--u2-transition);
}

#site-header .header-nav > ul > li > a:hover,
#site-header .header-nav > ul > li.current-menu-item > a,
#site-header .header-nav > ul > li.current_page_item > a {
  color: var(--u2-orange);
  background: rgba(255,153,0,0.10);
}

#site-header .header-nav > ul > li > .sub-menu,
#site-header .header-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--u2-bg-dropdown);
  border: 1px solid var(--u2-border-orange);
  border-radius: var(--u2-radius);
  min-width: 210px;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.8);
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header .header-nav > ul > li:hover > .sub-menu,
#site-header .header-nav > ul > li:hover > ul,
#site-header .header-nav > ul > li.has-children:hover > ul {
  display: block;
}

#site-header .header-nav > ul > li > ul li a,
#site-header .header-nav > ul > li > .sub-menu li a {
  display: block;
  padding: 10px 14px;
  color: var(--u2-text-muted);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: var(--u2-transition);
}

#site-header .header-nav > ul > li > ul li a:hover,
#site-header .header-nav > ul > li > .sub-menu li a:hover {
  color: var(--u2-orange);
  background: rgba(255,153,0,0.08);
  padding-left: 18px;
}

#site-header .header-nav > ul > li > ul li:last-child a,
#site-header .header-nav > ul > li > .sub-menu li:last-child a {
  border-bottom: none;
}

#site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* ── WPML Language Switcher — Compact Header Style ── */
#site-header .header-actions .wpml-ls-statics-shortcode_actions,
#site-header .header-actions .wpml-ls-legacy-dropdown,
#site-header .header-actions .wpml-ls-legacy-dropdown-click,
#site-header .header-actions .wpml-ls-legacy-list-horizontal,
#site-header .header-actions .wpml-ls-legacy-list-vertical,
#site-header .header-actions > div[class*="wpml-ls"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    width: auto !important;
    max-width: none !important;
}

/* Active language button */
#site-header .wpml-ls-current-language > a,
#site-header .wpml-ls-slot-shortcode_actions > a,
#site-header .wpml-ls a.wpml-ls-item-toggle {
    display: flex !important;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid var(--u2-border-orange) !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: var(--u2-radius) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-family: var(--u2-font-body) !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    text-decoration: none !important;
    cursor: pointer;
    transition: var(--u2-transition);
    min-width: 130px !important;
    width: auto !important;
    justify-content: center;
}

#site-header .wpml-ls-current-language > a:hover,
#site-header .wpml-ls a.wpml-ls-item-toggle:hover {
    background: rgba(255,153,0,0.12) !important;
    border-color: var(--u2-orange) !important;
}

/* Flag icons */
#site-header .wpml-ls-flag {
    width: 20px !important;
    height: 15px !important;
    border-radius: 2px !important;
    display: inline-block !important;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Language name text */
#site-header .wpml-ls-native,
#site-header .wpml-ls-display {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #fff !important;
    white-space: nowrap;
}

/* Dropdown sub-menu */
#site-header .wpml-ls-sub-menu,
#site-header .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
    display: none;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    background: #1a1a1a !important;
    border: 1px solid var(--u2-border-orange) !important;
    border-radius: var(--u2-radius) !important;
    min-width: 100% !important;
    width: auto !important;
    box-shadow: 0 8px 28px rgba(0,0,0,0.9) !important;
    z-index: 99999 !important;
    overflow: hidden;
    padding: 0 !important;
    padding-top: 0 !important;
    margin: 0 !important;
    margin-top: 4px !important;
    list-style: none !important;
}

/* Invisible bridge to prevent hover gap */
#site-header .wpml-ls-current-language,
#site-header .wpml-ls-slot-shortcode_actions,
#site-header [class*="wpml-ls"] > ul > li {
    position: relative;
    /* padding-bottom: 8px !important; */
    /* margin-bottom: -8px !important;*/
}

#site-header .wpml-ls-current-language:hover .wpml-ls-sub-menu,
#site-header .wpml-ls-slot-shortcode_actions:hover .wpml-ls-sub-menu,
#site-header .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu,
#site-header [class*="wpml-ls"] > ul > li:hover .wpml-ls-sub-menu,
#site-header .wpml-ls-sub-menu.wpml-ls-entering {
    display: block !important;
    animation: u2-dropdown-fade 0.2s ease;
}

@keyframes u2-dropdown-fade {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Dropdown items */
#site-header .wpml-ls-sub-menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#site-header .wpml-ls-sub-menu a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 9px 14px !important;
    color: rgba(255,255,255,0.7) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(255,255,255,0.04) !important;
    text-decoration: none !important;
    transition: var(--u2-transition);
    background: transparent !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    white-space: nowrap;
}

#site-header .wpml-ls-sub-menu li:last-child a {
    border-bottom: none !important;
}

#site-header .wpml-ls-sub-menu a:hover {
    color: #fff !important;
    background: rgba(255,153,0,0.10) !important;
}

#site-header .wpml-ls-sub-menu .wpml-ls-current-language a,
#site-header .wpml-ls-sub-menu a.wpml-ls-item-legacy-dropdown.wpml-ls-current-language {
    color: var(--u2-orange) !important;
    background: rgba(255,153,0,0.08) !important;
}

#site-header .wpml-ls-sub-menu .wpml-ls-native,
#site-header .wpml-ls-sub-menu .wpml-ls-display {
    font-size: 12px !important;
    max-width: none;
    overflow: visible;
}

/* Fix any WPML default padding/margin */
#site-header .wpml-ls ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide WPML bracket characters & separators */
#site-header .wpml-ls-bracket,
#site-header .wpml-ls-separator {
    display: none !important;
}

/* ── Mobile WPML Switcher ── */

#site-header .btn-login,
#site-header .btn-register,
#site-header .mobile-nav-actions .btn-login,
#site-header .mobile-nav-actions .btn-register {
  text-decoration: none;
}

#site-header .btn-login {
  display: inline-block;
  border: 1.5px solid rgba(255,255,255,0.55);
  color: #ffffff;
  padding: 5px 18px;
  border-radius: var(--u2-radius);
  font-size: 11px;
  font-weight: 700;
  font-family: var(--u2-font-body);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--u2-transition);
  white-space: nowrap;
  background: transparent;
}

#site-header .btn-login:hover {
  border-color: var(--u2-orange);
  color: var(--u2-orange);
  background: rgba(255,153,0,0.06);
}

#site-header .btn-register {
  display: inline-block;
  background: var(--u2-orange);
  border: none;
  color: #000000;
  padding: 5px 18px;
  border-radius: var(--u2-radius);
  font-size: 11px;
  font-weight: 700;
  font-family: var(--u2-font-body);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--u2-transition);
  white-space: nowrap;
}

#site-header .btn-register:hover {
  background: var(--u2-orange-hover);
  color: #000000;
}

#site-header .hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

#site-header .hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--u2-text-white);
  border-radius: 2px;
  transition: var(--u2-transition);
}

#site-header .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

#site-header .hamburger.open span:nth-child(2) {
  opacity: 0;
}

#site-header .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

#site-header .mobile-nav {
  display: none;
  background: var(--u2-bg-card);
  border-top: 1px solid var(--u2-border-orange);
  padding: 12px 20px 16px;
}

#site-header .mobile-nav.open {
  display: block;
}

#site-header .mobile-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header .mobile-nav > ul > li {
  margin: 0;
}

#site-header .mobile-nav > ul > li > a {
  display: block;
  padding: 9px 10px;
  color: var(--u2-text-white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: var(--u2-radius);
}

#site-header .mobile-nav > ul > li > a:hover {
  color: var(--u2-orange);
  background: rgba(255,153,0,0.08);
}

/* Mobile sub-menu items — white text & bullets */
#site-header .mobile-nav .sub-menu,
#site-header .mobile-nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
}

#site-header .mobile-nav .sub-menu li,
#site-header .mobile-nav ul ul li {
  margin: 0;
  list-style: disc;
  color: #ffffff;
}

#site-header .mobile-nav .sub-menu li a,
#site-header .mobile-nav ul ul li a {
  display: block;
  padding: 7px 10px;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--u2-radius);
}

#site-header .mobile-nav .sub-menu li a:hover,
#site-header .mobile-nav ul ul li a:hover {
  color: var(--u2-orange) !important;
  background: rgba(255,153,0,0.08);
}

#site-header .mobile-nav .sub-menu li::marker,
#site-header .mobile-nav ul ul li::marker {
  color: #ffffff;
}

#site-header .mobile-lang-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--u2-border-orange);
  justify-content: center;
}

#site-header .mobile-lang-row .wpml-ls-statics-shortcode_actions,
#site-header .mobile-lang-row .wpml-ls-legacy-dropdown,
#site-header .mobile-lang-row > div[class*="wpml-ls"] {
  width: auto !important;
}

#site-header .mobile-lang-row .wpml-ls-current-language > a,
#site-header .mobile-lang-row .wpml-ls a.wpml-ls-item-toggle {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid var(--u2-border-orange) !important;
  color: rgba(255,255,255,0.7) !important;
  padding: 7px 14px !important;
  border-radius: var(--u2-radius) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

#site-header .mobile-nav-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

#site-header .mobile-nav-actions .btn-login,
#site-header .mobile-nav-actions .btn-register {
  flex: 1;
  text-align: center;
}

#site-footer {
  background: var(--u2-bg-page);
  border-top: 2px solid var(--u2-orange);
  font-family: var(--u2-font-body);
}

#site-footer a {
  text-decoration: none;
}

#site-footer .footer-main {
  padding: 40px 24px 28px;
}

#site-footer .footer-main-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 36px;
}

#site-footer .footer-col-title {
  font-family: var(--u2-font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--u2-orange);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--u2-border-orange);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
  user-select: none;
}

#site-footer .footer-toggle-icon {
  display: none;
  font-size: 20px;
  font-weight: 300;
  color: var(--u2-orange);
  line-height: 1;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

#site-footer .footer-col-body {
  display: block;
}

#site-footer .footer-col p {
  color: var(--u2-text-muted);
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 10px;
}

#site-footer .footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-footer .footer-col ul li {
  margin: 0;
}

#site-footer .footer-col ul li a {
  color: var(--u2-text-muted);
  font-size: 12px;
  transition: var(--u2-transition);
}

#site-footer .footer-col ul li a:hover {
  color: var(--u2-orange);
  padding-left: 5px;
}

#site-footer .footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

#site-footer .footer-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,153,0,0.12);
  border: 1px solid var(--u2-border-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--u2-orange);
  transition: var(--u2-transition);
}

#site-footer .footer-social-btn:hover {
  background: var(--u2-orange);
  color: #000000;
  border-color: var(--u2-orange);
  transform: translateY(-2px);
}

#site-footer .u2-social-svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
  flex-shrink: 0;
}

#site-footer .footer-contact-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 6px;
}

#site-footer .footer-col-body p a {
  display: inline-flex;
  align-items: center;
  color: var(--u2-orange);
}

#site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 16px 24px;
}

#site-footer .footer-bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

#site-footer .footer-copyright {
  color: var(--u2-text-dim);
  font-size: 11px;
  margin: 0;
}

#site-footer .footer-bottom-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

#site-footer .footer-bottom-links a {
  color: var(--u2-text-dim);
  font-size: 11px;
}

#site-footer .footer-bottom-links a:hover {
  color: var(--u2-orange);
}

.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

.admin-bar #site-header {
  top: 32px;
}

@media (max-width: 1100px) {
  #site-header .header-nav > ul > li > a {
    padding: 6px 7px;
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  #site-header .header-nav {
    display: none;
  }

  #site-header .hamburger {
    display: flex;
  }

  #site-header .header-actions .btn-login,
  #site-header .header-actions .btn-register {
    display: none;
  }
}

@media (max-width: 768px) {
  #site-footer .footer-main-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #site-footer .footer-col {
    border-bottom: 1px solid var(--u2-border-orange);
  }

  #site-footer .footer-col-title {
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: none;
    user-select: none;
    pointer-events: auto;
  }

  #site-footer .footer-toggle-icon {
    display: inline-block;
  }

  #site-footer .footer-col-body {
    display: none;
    padding-bottom: 14px;
  }

  #site-footer .footer-col.open .footer-col-body {
    display: block;
  }
}

@media (max-width: 782px) {
  .admin-bar #site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  #site-header .header-inner {
    padding: 0 14px;
  }

  #site-footer .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}


/* ========================================
   Updated footer layout - March 2026
   ======================================== */
#site-footer {
  position: relative;
  background: linear-gradient(180deg, #ea9305 0%, #c16f05 42%, #965403 100%);
  border-top: 0;
  color: #ffffff;
  font-family: var(--u2-font-body);
  overflow: hidden;
}

#site-footer::before,
#site-footer::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #f08904 0%, #e79109 50%, #f4a136 100%);
  z-index: 1;
}

#site-footer::before {
  top: 0;
}

#site-footer::after {
  bottom: 0;
}

#site-footer .footer-main {
  position: relative;
  z-index: 2;
  padding: 42px 26px 38px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.10) 100%);
}

#site-footer .footer-main-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.48fr 0.92fr 1fr 1.18fr;
  gap: 38px;
  align-items: start;
}

#site-footer .footer-col {
  min-width: 0;
}

#site-footer .footer-brand-col {
  padding-right: 8px;
}

#site-footer .footer-col-title {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}

#site-footer .footer-brand-col .footer-col-title {
  display: none;
}

#site-footer .footer-col-body {
  display: block;
}

#site-footer .footer-brand-logo {
  margin-bottom: 14px;
}

#site-footer .footer-brand-logo .custom-logo-link,
#site-footer .footer-brand-logo .site-logo-link {
  display: inline-flex;
  align-items: center;
}

#site-footer .footer-brand-logo .custom-logo,
#site-footer .footer-brand-logo .footer-logo-img,
#site-footer .footer-brand-logo img {
  width: auto;
  max-width: 118px;
  max-height: 74px;
  display: block;
}

#site-footer .footer-brand-copy h5 {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 2px;
}

#site-footer .footer-brand-copy .footer-brand-tagline {
  color: rgba(255,255,255,0.95);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 14px;
}

#site-footer .footer-col p,
#site-footer .footer-brand-copy p,
#site-footer .footer-contact-intro {
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  line-height: 1.55;
  margin: 0 0 12px;
}

#site-footer .footer-link-list,
#site-footer .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#site-footer .footer-link-list li,
#site-footer .footer-col ul li {
  margin: 0;
}

#site-footer .footer-link-list a,
#site-footer .footer-col ul li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#site-footer .footer-link-list a::before,
#site-footer .footer-col ul li a::before {
  content: '\203A';
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}

#site-footer .footer-link-list a:hover,
#site-footer .footer-col ul li a:hover {
  color: #ffffff;
  opacity: 0.86;
  transform: translateX(3px);
  padding-left: 0;
}

#site-footer .footer-contact-intro {
  max-width: 260px;
  margin-bottom: 16px;
}

#site-footer .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#site-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
}

#site-footer .footer-contact-item:hover {
  color: #ffffff;
  opacity: 0.92;
}

#site-footer .footer-contact-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

#site-footer .footer-contact-badge .u2-social-svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: currentColor;
}

#site-footer .footer-contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

#site-footer .footer-contact-text strong {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.2px;
}

#site-footer .footer-contact-text small {
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  line-height: 1.5;
}

#site-footer .footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

#site-footer .footer-bottom-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

#site-footer .footer-bottom-links a {
  color: var(--u2-text-muted);
  font-size: 13px;
  text-decoration: none;
  font-family: var(--u2-font-body);
  transition: var(--u2-transition);
}

#site-footer .footer-bottom-links a:hover {
  color: var(--u2-orange);
}

.u2-footer-custom-html {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

@media (max-width: 1100px) {
  #site-footer .footer-main-inner {
    grid-template-columns: 1.25fr 0.9fr 0.95fr 1.05fr;
    gap: 28px;
  }
}

@media (max-width: 900px) {
  #site-footer .footer-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  #site-footer .footer-main-inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }

  #site-footer .footer-contact-intro {
    max-width: none;
  }
}

@media (max-width: 768px) {
  #site-footer .footer-main {
    padding: 30px 18px 28px;
  }

  #site-footer .footer-main-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #site-footer .footer-col {
    border-bottom: 1px solid rgba(255,255,255,0.14);
    padding: 0;
  }

  #site-footer .footer-col:last-child {
    border-bottom: 0;
  }

  #site-footer .footer-brand-col .footer-col-title {
    display: flex;
  }

  #site-footer .footer-col-title {
    font-size: 16px;
    margin: 0;
    padding: 14px 0;
    cursor: pointer;
  }

  #site-footer .footer-toggle-icon {
    display: inline-block;
    color: #ffffff;
  }

  #site-footer .footer-col-body {
    display: none;
    padding: 0 0 18px;
  }

  #site-footer .footer-col.open .footer-col-body {
    display: block;
  }

  #site-footer .footer-brand-logo img,
  #site-footer .footer-brand-logo .custom-logo,
  #site-footer .footer-brand-logo .footer-logo-img {
    max-width: 104px;
  }
}

/* ========================================
   Force custom footer only - March 2026
   ======================================== */
body .elementor-location-footer,
body .site-footer:not(#site-footer) {
  display: none !important;
}

#site-footer {
  position: relative;
  background: linear-gradient(180deg, #ea9305 0%, #c16f05 42%, #965403 100%) !important;
  border-top: 0 !important;
  color: #ffffff;
  overflow: hidden;
}

#site-footer::before,
#site-footer::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #f08904 0%, #e79109 50%, #f4a136 100%);
  z-index: 1;
}

#site-footer::before {
  top: 0;
}

#site-footer::after {
  bottom: 0;
}

#site-footer .footer-main {
  position: relative;
  z-index: 2;
  padding: 42px 26px 38px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.10) 100%) !important;
}

#site-footer .footer-bottom {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 14px 20px;
  border-top: 1px solid var(--u2-border-dim);
  background: rgba(0,0,0,0.25);
}

#site-footer .footer-copyright {
  font-size: 13px;
  color: var(--u2-text-dim);
  margin: 0;
  font-family: var(--u2-font-body);
	color:#fff !important;
}

/* ═══════ Announcement Bar ═══════ */
.u2-announcement-bar {
  background: linear-gradient(90deg, var(--u2-orange-dark), var(--u2-orange));
  color: #fff;
  font-family: var(--u2-font-body);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 8px 40px 8px 16px;
  position: relative;
  z-index: 9999;
}

.u2-announcement-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.u2-announcement-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  opacity: .8;
  transition: opacity .2s;
}

.u2-announcement-close:hover {
  opacity: 1;
}
