/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2026 | 04:55:57 */
      /* ========================
         FOOTER
      ======================== */
      .footer {
        background: #000;
        color: #cfcfcf;
        padding: 80px 0 25px;
      }

      .footer-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
      }

     .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}

      .footer-column h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 25px;
        letter-spacing: 1px;
        color: #cfcfcf;
      }

      .footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    margin: 0 0 15px;
    padding: 0;
}

.footer-column {
    text-align: left;
}

.footer-column h2 {
    margin: 0 0 25px;
    padding: 0;
}

      .footer-column ul li {
        margin-bottom: 15px;
      }

      .footer-column ul li a {
        text-decoration: none;
        color: #cfcfcf;
        font-size: 15px;
        transition:
          color 0.3s,
          padding-left 0.3s;
      }

      .footer-column ul li a:hover,
      .footer-column ul li a:focus {
        color: #fff;
        padding-left: 5px;
      }

      .footer-company {
        text-align: left;
      }

      .footer-company h2 {
        color: #cfcfcf;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
      }

      .footer-company p {
        color: #d8d8d8;
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 1.7;
      }

      .footer-company a {
        color: #d8d8d8;
        text-decoration: none;
      }

      .social-icons {
        display: flex;
        gap: 15px;
        margin-top: 25px;
      }

      .social-icons a {
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        transition:
          background 0.3s,
          color 0.3s,
          transform 0.3s;
      }

      .social-icons a:hover,
      .social-icons a:focus {
        background: #fff;
        color: #000;
        transform: translateY(-3px);
      }

      .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 60px;
        padding-top: 25px;
      }

      .footer-bottom p {
        color: #bdbdbd;
        font-size: 14px;
      }

      /* ========================
         RESPONSIVE — TABLET
      ======================== */
      @media (max-width: 1200px) {
        .footer-grid {
          grid-template-columns: repeat(3, 1fr);
        }

        .footer-company {
          grid-column: 1 / -1;
          text-align: center;
          margin-top: 20px;
        }

        .social-icons {
          justify-content: center;
        }
      }

      /* ========================
         RESPONSIVE — MOBILE NAV
      ======================== */
      @media (max-width: 992px) {
        .nav-wrapper {
          height: 70px;
        }

        .logo {
          width: 140px;
        }

        /* Keep the CTA button visible on mobile */
        .nav-actions {
          display: flex;
          gap: 8px;
          margin-left: auto; /* push to right */
        }

        /* Smaller button on mobile */
        .nav-actions .btn-primary {
          padding: 8px 14px;
          font-size: 12px;
        }

        /* Show hamburger */
        .hamburger {
          display: flex;
          margin-left: 10px;
        }

        /* Mobile slide-in menu */
        .nav-menu {
          position: fixed;
          top: 70px;
          left: -100%;
          width: 100%;
          height: calc(100vh - 70px);
          background: #000;
          overflow-y: auto;
          flex-direction: column;
          align-items: stretch;
          gap: 0;
          padding: 20px 0;
          transition: left 0.4s ease;
          z-index: 9999;
        }

        .nav-menu.active {
          left: 0;
        }

        .nav-menu li {
          width: 100%;
          text-align: center;
        }

        .nav-menu li a {
          display: block;
          padding: 15px 20px;
          color: #fff !important;
          font-size: 18px;
        }

        /* Disable underline animation on mobile */
        .nav-menu li a::after {
          display: none;
        }

        /* Mobile mega dropdown — collapsed by default */
        .mega-dropdown {
          position: static;
          width: 100%;
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          visibility: visible;
          transform: none;
          transition:
          max-height 0.4s ease,
          opacity 0.4s ease,
          padding 0.4s ease;
          background: #111;
          padding: 0 20px;
          pointer-events: auto;
          box-shadow: none;
        }

        /* Mobile mega dropdown — expanded */
        .mega-menu.active .mega-dropdown {
          max-height: 2000px;
          opacity: 1;
          padding: 20px;
        }

        /* Override desktop hover behaviour on mobile */
        .mega-menu:hover .mega-dropdown,
        .mega-menu:focus-within .mega-dropdown {
          opacity: 0;
          visibility: visible;
          transform: none;
          pointer-events: none;
        }

        .mega-menu.active:hover .mega-dropdown,
        .mega-menu.active:focus-within .mega-dropdown {
          opacity: 1;
          max-height: 2000px;
          pointer-events: auto;
        }

        .mega-container,
        .mega-container-technology {
          display: grid;
          grid-template-columns: 1fr;
          gap: 20px;
          padding: 0;
        }
 .mega-container,
        .mega-container-Service {
          display: grid;
          grid-template-columns: 1fr;
          gap: 10px;
          padding: 0;
        }
        .car-item {
          text-align: center;
          padding: 15px 0;
        }

        .car-item img {
          max-width: 180px;
        }

        .car-item h3 {
          color: #fff;
          margin-top: 10px;
          font-size: 16px;
        }

        .links {
          justify-content: center;
          gap: 15px;
          margin-top: 10px;
        }

        /* Make "Learn More" & "Test Drive" links black on mobile */
        .links a {
          color: #000 !important;
          border-bottom-color: rgba(255, 255, 255, 0.3);
        }

        /* Keep hover color red */
        .links a:hover,
        .links a:focus {
          color: #c40000 !important;
        }
      }

      /* ========================
         RESPONSIVE — MOBILE FOOTER
      ======================== */
      @media (max-width: 768px) {
        .footer {
          padding: 60px 0 20px;
        }

        .footer-container {
          padding: 0 20px;
        }

        .footer-grid {
          grid-template-columns: 1fr;
          gap: 35px;
        }

        .footer-column {
          border-bottom: 1px solid rgba(255, 255, 255, 0.08);
          padding-bottom: 20px;
        }

        .footer-column h2 {
          margin-bottom: 15px;
          font-size: 16px;
        }

        .footer-column ul li {
          margin-bottom: 10px;
        }

        .footer-column ul li a {
          font-size: 14px;
        }

        .footer-company {
          text-align: center;
        }

        .footer-company p {
          white-space: normal;
        }

        .social-icons {
          justify-content: center;
        }

        .footer-bottom {
          text-align: center;
          margin-top: 40px;
        }
      }

      /* Extra small screens */
      @media (max-width: 400px) {
        .container {
          padding: 0 15px;
        }
        .logo {
          width: 150px;
        }
        .nav-actions .btn-primary {
          padding: 6px 10px;
          font-size: 11px;
        }
        .hamburger span {
          width: 24px;
        }
      }