
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Space Grotesk", sans-serif;
            font-optical-sizing: auto;
            /*font-weight: <weight>;*/
            font-style: normal;
            line-height: 1.6;
            color: #333;

            background-image:url(/texture/circles.png);

            /*perforated_white_leather.png
            brushed_alu

            */
        }



        /* Header Styles */
        header {
            /*linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);*/
            color: white;
            padding: 1rem 0;
            /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/

background-color: #242a36;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%235f7bb4' fill-opacity='0.23'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
           /*
            Photo by <a href="https://unsplash.com/@leyameera?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Tina Dawson</a> on <a href="https://unsplash.com/photos/black-and-white-plaid-textile-Kim9COAIEGc?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>

            pexels-karola-g-4194850.jpg
            */
            box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;

        }

        .waxed-header {
          /*box-shadow: rgba(0, 0, 0, 0.25) 0px -5px 15px;*/

background-color: #242a36;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%235f7bb4' fill-opacity='0.23'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

       }

        .header-top {
            /*max-width: 1200px;*/
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: top;
            flex-wrap: wrap;
        }

        .logo h1 {
            font-size: 2rem;
            margin-bottom: 0.3rem;
        }

        .logo p {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .contact-info {
            text-align: right;
        }

        .contact-info p {
            margin: 0.3rem 0;
            font-size: 1.1rem;
        }

        .contact-info .phone {
            font-size: 1.5rem;
            font-weight: bold;
        }

        /* Navigation */
        nav {
            /*background: #164180;*/
            margin-top: 1rem;
        }

        nav ul {
            /*max-width: 1200px;*/
            margin: 0 auto;
            list-style: none;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        nav ul li {
            padding: 1rem 1.5rem;
        }

        nav ul li a {
            /* color: white; */
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s;
        }

        nav ul li a:hover {
            /* color: #ffd700; */
        }

        /* Hero Section */
        .herox {
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><rect fill="%23333" width="1200" height="400"/><text x="600" y="200" font-size="60" fill="%23666" text-anchor="middle" font-family="Arial">Hero Background Image</text></svg>');
            background-size: cover;
            background-position: center;

            color: white;
            text-align: center;
            /*padding: 5rem 2rem;*/
        }

        .hero h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
        }

        .btn {
            display: inline-block;
            padding: 1rem 2rem;
            /*
            background: #ffd700;
            color: #333;*/
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            transition: background 0.3s;
        }

        .btn:hover {
            /* background: #ffed4e; */
        }

        /* Featured Cars Section */
        .container {
            /*
            max-width: 1200px;
            margin: 0 auto;
            padding: 3rem 20px;
            */
          font-family: "TikTok Sans", sans-serif;
          font-optical-sizing: auto;
          font-weight: 100;
          font-style: normal;
          font-variation-settings:
            "slnt" 0,
            "wdth" 100;
        }

        .section-title {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 2rem;
            /* color: #1e3c72; */
        }

        .cars-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .car-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .car-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }

        .car-image {
            width: 100%;
            height: 200px;
            background: #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1rem;
            background-size:cover;
        }

        .car-details {
            padding: 1.5rem;
        }

        .car-details h3 {
            /* color: #1e3c72; */
            margin-bottom: 0.5rem;
            font-size: 1.4rem;
        }

        .car-price {
            font-size: 1.5rem;
            /* color: #27ae60; */
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .car-specs {
            list-style: none;
            margin-bottom: 1rem;
        }

        .car-specs li {
            padding: 0.3rem 0;
            border-bottom: 1px solid #eee;
        }

        .car-specs li:last-child {
            border-bottom: none;
        }

        .car-specs strong {
            /* color: #555; */
        }

        /* Features Section */
        .features {
            /* background: #f4f4f4; */
            padding: 3rem 20px;
        }

        .features-grid {
            /*max-width: 1200px;*/
            margin: 0 auto;

            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1rem;

        }

        .feature-box {
            background: white;
            padding: 2rem;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .feature-icon {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .feature-box h3 {
            /* color: #1e3c72; */
            margin-bottom: 0.5rem;
        }

        /* About Section */
        .about {
        }

        .about-content {
            /*max-width: 800px;*/
            margin: 0 auto;
            text-align: justified;
        }

        .about-content p {
            margin-bottom: 1rem;
            font-size: 1.1rem;
            line-height: 1.8;
        }

        /* Contact Section */
        .contact {
          /*
            background: #1e3c72;
            color: white;
           */
            padding: 3rem 20px;
        }

        .contact-grid {
            /*max-width: 1200px;*/
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .contact-box h3 {
            margin-bottom: 1rem;
            /* color: #ffd700; */
        }

        .contact-box p {
            margin: 0.5rem 0;
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 0.8rem;
            margin-bottom: 1rem;
            border: none;
            border-radius: 4px;
        }

        .contact-form button {
            /*width: 100%;
            padding: 1rem;*/
            /* background: #ffd700; */
            /* color: #333; */
            border: none;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.3s;
        }

        .contact-form button:hover {
            /* background: #ffed4e; */
        }

        /* Footer */
        footer {
            /* background: #0d1f3d;
            color: white;
            */

            background-color: #000;

            text-align: center;
            padding: 2rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .header-top {
                text-align: left;
                flex-direction: column;
            }

            .contact-info {
                text-align: right;
                margin-top: 1rem;
            }

            .hero h2 {
                font-size: 1.8rem;
            }

            .hero p {
                font-size: 1.1rem;
            }

            nav ul li {
                padding: 0.8rem 1rem;
            }
        }
        .hidden {
          display:none;
        }
        .fascinate-inline-regular {
          font-family: "Fascinate Inline", system-ui;
          font-weight: 400;
          font-style: normal;
        }


        .science-gothic-heavy {
          font-family: "Science Gothic", sans-serif;
          font-optical-sizing: auto;
          font-weight: heavy;
          font-style: normal;
          font-variation-settings:
            "slnt" 0,
            "wdth" 100,
            "CTRS" 0;
        }
    .smallshadow {
      border-width:0px;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    }

    .shadow {
      border-width:0px;
      box-shadow: 0px 0px 10px 15px rgba(0, 0, 0, 0.5);
    }

    #navi {
      border-width:0px;
      box-shadow: 0px 0px 10px 15px rgba(0, 0, 0, 0.5) inset !important;
    }

    .over {
      background-color: rgba(255, 255, 255, 0.2);
    }

    .fa.fabtn {
      padding: 0px;
      margin:3px;
      font-size: 30px;
      line-height: 50px;
      height: 50px;
      width: 50px;
      text-align: center;
      text-decoration: none;
      border-radius: 50%;
      background-color:#305070;
      color:#ffffff;
    }

    nav:is(.bottom) {
      background-color:#242a36 !important;
    }




            .waxed-lightbox img {
            width: 100%;
            height: 80px;
            object-fit: cover;
            border-radius: 5px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: border 0.3s;
        }

        .waxed-galleria {
          border-radius: 5px;

        }

        .galleria-container.notouch.galleria-theme-classic {
          background-color:white !important;
          height:565px !important;
        }















                .product-info {
            padding: 0px;
        }

        .product-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #1e3c72;
        }

        .price {
            font-size: 36px;
            color: #28a745;
            font-weight: bold;
            margin: 20px 0;
        }

        .original-price {
            text-decoration: line-through;
            color: #999;
            font-size: 24px;
            margin-left: 10px;
        }

        .badge {
            display: inline-block;
            padding: 5px 15px;
            background-color: #ffc107;
            color: #000;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
            margin: 5px 5px 5px 0;
        }

        .badge.certified {
            background-color: #28a745;
            color: white;
        }

        .badge.warranty {
            background-color: #007bff;
            color: white;
        }

        .title-block {
            margin: 25px 0;
            padding: 10px;
            background-color: #f8f9fa;
            border-radius: 5px;
        }

        .key-specs {
          /*
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
          */
            margin: 25px 0;
            padding: 10px;
            background-color: #f8f9fa;
            border-radius: 5px;
        }

        .spec-item {

            display: flex;
            gap: 10px;

            align-items: center;

        }

        .spec-icon {
            font-size: 24px;
        }

        .spec-label {
            font-size: 12px;
            color: #666;
        }

        .spec-value {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }





        .breadcrumb {
            padding: 15px 20px;

            font-size: 14px;
        }

        .breadcrumb a {
            color: #2a5298;
            text-decoration: none;
        }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    section {
      padding:0px 10px;
    }

    ul.waxed-tabs-menu li.waxed-tabs-tab {
      margin:0 !important;
      padding:0 !important;
      border-style:solid !important;
      border-width: 0px 0px 1px 0px !important;
      border-radius: 5px 5px 0px 0px !important;
    }

    ul.waxed-tabs-menu li.waxed-tabs-tab.active {
      margin:0 !important;
      padding:0 !important;
      border-style:solid !important;
      border-width: 1px 1px 0px 1px !important;
      border-radius: 5px 5px 0px 0px !important;
    }

    ul.waxed-tabs-menu li.waxed-tabs-tab.active a.active {
      font-weight:bold !important;
    }






.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}


.styled-table th,
.styled-table td {
    padding: 12px 15px;
}



.styled-table tbody tr {
  /*
    border-bottom: 1px solid #dddddd !important;
  */
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #efefef;
}
/*
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
*/


.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

article.menu {
  background-color:white !important;
}

article.menu ul li a {
  color:black !important;
  font-weight:bold !important;
}

.tingle-modal-box .tingle-modal-box__content .container article p{
  color:black !important;
}

.tingle-modal-box .tingle-modal-box__content .container article li{
  color:black !important;
}
