/*
Theme Name: Hybrid Battery Hub
Theme URI: https://hybridhub.pk
Author: Hybrid Battery Hub
Description: Custom theme porting the Hybrid Battery Hub React site (hybrid car battery sales, repair, replacement and diagnostics services in Islamabad) to WordPress.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: hybrid-battery-hub
*/

/* === colors.css === */
/* Orange Theme */
:root {
    --primary-dark: #E64A19;
    --primary: #FF5722;
    --accent: #FF5722;
    --primary-light: #FF5722;
    --text-white: #FFFFFF;
    --text-black: #000000;
    --background-color: #FFFFFF;
}


/* === base.css === */
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}


/* === app.css === */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500&family=Hammersmith+One&family=Jost&family=Lato:wght@700&family=Montserrat:wght@500&family=Outfit:wght@600&family=Poppins:ital,wght@0,400;0,500;0,600;0,800;1,800;1,900&family=Urbanist:wght@500;600;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
}
p,
a,
span {
  font-family: "Urbanist", sans-serif;
}

.taxi-title {
  color: black;
  text-align: center;
  font-size: 45px;
  margin-top: 30px;
}

/* table styling */
#mytable {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  line-height: 2.4;
}
.table-container {
  box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 25%),
    0px 2px 6px 2px rgb(60 64 67 / 10%);
  padding: 1rem;
  border-radius: 12px;
  background-color: white;
}
table tr:hover {
  background: #f4db3160 !important;
}
.bg-light {
  background-color: #f4db31 !important;
}
th {
  padding: 1rem 0.5rem !important;
  font-size: 18px;
  margin-bottom: 1rem !important;
  background-color: transparent !important;
  color: var(--text-color) !important;
  font-weight: 600 !important;
  padding-left: 18px !important;
}

th:last-child {
  border-top-right-radius: 12px;
}

th:first-child {
  border-top-left-radius: 12px;
}
tr td {
  padding-left: 20px !important;
}

tr td:last-child {
  text-align: left;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(128, 128, 128, 0.277) !important;
}

ul {
  margin-bottom: 0rem !important;
}

/* button styling */
.btn-link {
  font-weight: 500;
  color: var(--primary-text);
  border-radius: 8px;
  text-decoration: underline 0.1em rgb(255, 255, 255) !important;
  text-underline-offset: 0.2em !important;
  transition: text-decoration-color 300ms, text-underline-offset 300ms !important;
}

.btn-link:hover {
  text-decoration-color: #0d6efd !important;
  text-underline-offset: 0.4em !important;
}

.why {
  background: #fcfcfc;
}
.why img {
  width: 90%;
}
.why .row h2 {
  padding-top: 50px;
  font-size: 40px;
}
.why a {
  padding: 12px 40px;
  color: #ffffff;
  text-decoration: none;
  background: #f4db31;
  border-radius: 5px;
  line-height: 3;
  transition: 0.3s ease-in-out;
}
.why a:hover {
  background: #000000;
  color: #f4db31;
}

.footer {
  padding: 50px;
  background: #000000;
  color: #ffffff;
}
.footer p {
  font-size: 14px;
}
.bottom-footer {
  padding: 10px 40px;
  padding-top: 25px;
  background: #f4db31;
  color: #000000;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.footer ul li a {
  color: #ffffff !important;
  line-height: 2.5;
}
.footer ul li a img {
  width: 16%;
  padding: 10px;
}

.hbh-floating-whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  width: 80px;
  height: 80px;
  display: block;
}

.hbh-floating-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  body {
    text-align: center !important;
  }
  .brand {
    padding-left: 0 !important;
    margin-left: -30px !important;
  }
  .brand a img {
    width: 55% !important;
  }
  .cardetails {
    padding: 50px 15px;
  }
  .car-box {
    margin-top: 60px;
  }
  .taxi-title {
    padding-bottom: 0px;
    color: black;
    text-align: center;
    font-size: 40px;
  }
  .footer {
    text-align: left !important;
  }
  .text-justify {
    text-align: justify;
  }
}


/* === navtabs.css === */
/* Navigation main container */
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
}

/* Brand logo */
.brand {
    display: flex;
    align-items: center;
}

.brand .logo {
    width: 200px;
    height: auto;
}

/* Navigation structure */
nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

/* Nav list desktop */
.nav-list {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.nav-list li {
    position: relative;
}

/* Nav link base */
.nav-link {
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    color: white !important;
    text-decoration: none;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.nav-link:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
    transform: translateY(-2px);
}

.nav-link.active {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-dark));
    box-shadow: 0 4px 15px rgba(110, 72, 170, 0.4);
}

/* Dropdown styling */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10;
    white-space: nowrap;
    min-width: max-content;
}

.dropdown:hover .dropdown-menu,
.dropdown-menu.show {
    display: flex;
}

.dropdown-menu li a {
    color: #333;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 0.95rem;
    white-space: nowrap;
    display: block;
}

.dropdown-menu li a:hover {
    background: var(--primary-light);
    color: white;
    border-radius: 0.3rem;
}

.dropdown-header {
    pointer-events: none;
    background: #f8f9fa;
    margin-top: 5px;
}

.dropdown-divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e9ecef;
}

.dropdown-toggle {
    cursor: pointer;
}

/* active link for dropdown items (matches NavTabs.jsx isActive class) */
.dropdown-menu li a.active-link {
    background: var(--primary-light);
    color: white;
    border-radius: 0.3rem;
}

/* Mobile styles */
@media only screen and (max-width: 798px) {
    .nav-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
    }

    .nav-mobile {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 1100;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        background: linear-gradient(to bottom, var(--primary-dark), var(--primary-light));
        width: 100%;
        position: absolute;
        top: 70px;
        right: 0;
        left: 0;
        z-index: 1000;
    }

    .nav-list.open {
        display: flex;
    }

    .nav-list li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .nav-link {
        padding: 14px 0;
        background: none;
        font-size: 1.1rem;
        width: 100%;
        border-radius: 0;
    }

    .dropdown-menu {
        position: static;
        background: none;
        box-shadow: none;
        padding: 0;
    }

    .dropdown-menu li a {
        background: none;
        color: white;
        padding-left: 20px;
    }

    .dropdown-menu li a:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .hamburger {
        content: "";
        display: block;
        width: 25px;
        height: 3px;
        background-color: var(--primary-dark);
        position: relative;
        transition: all 0.3s;
    }

    .hamburger:before,
    .hamburger:after {
        content: "";
        position: absolute;
        width: 25px;
        height: 3px;
        background-color: var(--primary);
        transition: all 0.3s;
    }

    .hamburger:before {
        top: -8px;
    }

    .hamburger:after {
        top: 8px;
    }

    .hamburger.active {
        background: transparent;
    }

    .hamburger.active:before {
        transform: rotate(45deg);
        top: 0;
    }

    .hamburger.active:after {
        transform: rotate(-45deg);
        top: 0;
    }
}


/* === footer.css === */
.footer {
    padding: 20px;
}

.text-justify {
    text-align: justify;
}

.bottom-footer {
    padding: 10px;
    background: linear-gradient(to top, var(--primary-dark), var(--primary-light));
    text-align: center;
}
.text-copyright{
    color: var(--text-white);
    font-size: 1rem;
    font-weight: 600;
}


/* === slider.css === */
#slider {
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
}

.image-slider {
    width: 100%;
    overflow: hidden;
}

.slide {
    display: none;
    width: 100%;
    background: #ddd;
    text-align: center;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.radio-buttons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}


/* === services.css === */
.servicediv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.servresponsive-img {
  max-width: 100%;
  height: auto;
}

.services {
    background: #ffffff;
    padding-top: 50px;
    overflow-x: hidden;
    margin-top: 20px;
  }
  .services .row:nth-child(even) {
    padding: 50px;
  }
  .services .row:nth-child(odd) {
    background: #fcfcfc !important;
    padding: 50px;
  }
  .services a {
    padding: 12px 40px;
    color: #ffffff;
    text-decoration: none;
    background: var(--primary-dark);
    border-radius: 5px;
    line-height: 3;
    transition: 0.3s ease-in-out;
  }
  .services a:hover {
    background: #000000;
    color: #FFFF;
  }
  .services img {
    width: 90%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    transition: transform 0.8s;
  }

  .services img:hover{
    width: 90%;
    box-shadow: rgba(100, 100, 111, 0.2) 5px 15px 35px 5px;
    border-radius: 10px;
    transform: scale(1.2);
    transition: 0.8s;
  }

  .services .row h2 {
    padding-top: 50px;
    font-size: 40px;
  }


/* === battery.css === */
.battery {
  background: #ffffff;
  padding: 30px;
}

.car-box {
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 3;
  position: relative;
  transition: 0.3s ease-in-out;
}

.car-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.car-box:hover::before {
  height: 100% !important;
}

.car-box:hover {
  transform: translateY(-30px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.car-box:hover img {
  transform: scale(1.1);
  margin-top: 30px;
}

.car-type {
  background: var(--primary-dark);
  width: 80px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 20px;
  position: absolute;
  top: -30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #00000030;
  transition: 0.2s ease-in-out;
}

.car-box h2 {
  padding-top: 40px;
  z-index: 9 !important;
}

.car-box p {
  z-index: 9 !important;
}

.car-box img {
  width: 90%;
  z-index: 9 !important;
  transition: 0.3s ease-in-out;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.menu-item:hover {
  color: white;
}

.menu-item img {
  width: 30px;
  margin-right: 1rem;
  border-radius: 50%;
}

.menu-item-text {
  font-size: 1rem;
  font-weight: 500;
}


/* === location.css === */
.locations {
    background: #ffffff;
    padding: 40px;
    margin-top: 40px;
  }
  .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.button {
    background: linear-gradient(to right, var(--primary-light), var(--primary), var(--primary-dark));
    color: white;
    font-weight: 500;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    border: none;
    margin: 5px;
}

.button:hover {
    background: linear-gradient(to bottom right, var(--primary-light), var(--primary), var(--primary-dark));
}

.button.active {
    border-bottom: 2px solid var(--primary-dark);
    color: var(--text-white);
}


/* === whyus.css === */
.bullet-item {
    margin-bottom: 1rem;
}

.descriptiontext {
    font-size: 1rem;
    text-align: start;
    margin-bottom: 1.5rem;
}

.servicediv h6 {
  position: relative;
  padding-left: 25px;
  font-size: 1.2em;
  color: var(--primary-dark);
}

.servicediv h6::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-dark);
  font-size: 2.9em;
  line-height: 1;
}

.servicediv p {
  text-align: justify;
}


/* === guarantee.css === */
#guarantee {
  padding: 50px 20px;
  background-color: #f8f8f8;
  text-align: center;
}

#guarantee .taxi-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  margin: 20px auto;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
  text-align: left;
}

.card:hover {
  transform: translateY(-10px);
}
.card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card h4 {
  font-size: 1.5rem;
  color: var(--primary-dark);
  margin-bottom: 15px;
  text-align: center;
}

.card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  text-align: center;
}

.guarantee-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guarantee-col {
  flex: 0 0 32%;
  max-width: 32%;
}

@media (max-width: 768px) {
  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .card img {
    width: 80px;
    height: 80px;
  }

  #guarantee .taxi-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card {
    margin-bottom: 20px;
  }

  .card img {
    width: 60px;
    height: 60px;
  }

  #guarantee .taxi-title {
    font-size: 1.75rem;
  }

  .card h4 {
    font-size: 1.25rem;
  }

  .card p {
    font-size: 0.9rem;
  }
}


/* === contacts.css === */
.contact-wrapper {
    font-family: 'Segoe UI', sans-serif;
    color: var(--text-black);
    background-color: var(--background-color);
    padding: 2rem;
}

.contact-header {
    text-align: center;
    margin-bottom: 2rem;
}

.contact-image {
    max-width: 200px;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.contact-header h1 {
    color: var(--primary-dark);
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 768px) {
    .contact-content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.contact-form-card,
.contact-info-card {
    flex: 1;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    font-size: 1rem;
}

.contact-form button {
    background: var(--primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background: var(--primary-dark);
}

.contact-info-card a {
    color: var(--primary-dark);
    text-decoration: none;
}

.contact-info-card a:hover {
    text-decoration: underline;
}

.contact-map-section {
    margin-top: 3rem;
}

.contact-map-section h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--primary-dark);
}

.map-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .map-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.map-grid iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 0.5rem;
}

.form-feedback {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.form-feedback.success {
    background: #e6f4ea;
    color: #1e7e34;
}

.form-feedback.error {
    background: #fdecea;
    color: #b71c1c;
}


/* === shop.css === */
.shop-section {
    padding: 0;
    background-color: #fff;
}

.shop-hero {
    background: linear-gradient(to right, #f8fbff, #fff);
    padding: 60px 20px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.shop-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.shop-hero h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #000;
    margin: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.shop-hero .outline-text {
    position: absolute;
    left: 280px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
    z-index: 1;
    opacity: 0.5;
    white-space: nowrap;
}

.shop-main {
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    gap: 40px;
    padding: 0 20px;
}

.shop-sidebar {
    flex: 0 0 260px;
}

.sidebar-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.category-list {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 25px;
    padding-right: 10px;
}

.category-list::-webkit-scrollbar {
    width: 6px;
}

.category-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.category-list::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    cursor: pointer;
    font-size: 1.05rem;
    color: #333;
}

.category-item input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

.category-item input[type="radio"]:checked {
    border-color: #2563eb;
}

.category-item input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2563eb;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-action-btn {
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 12px 35px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s;
}

.filter-action-btn:hover {
    background-color: #1d4ed8;
}

.shop-content {
    flex: 1;
}

.shop-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.results-count {
    color: #666;
    font-size: 1rem;
}

.sorting-select {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #333;
}

.product-grid-redesign {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.product-card-redesign {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
}

.product-card-redesign:hover {
    transform: translateY(-5px);
}

.image-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    background: #f9f9f9;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info-minimal {
    padding: 15px 5px;
}

.product-name-minimal {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.product-price-minimal {
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
}

.whatsapp-btn {
    width: 100%;
    padding: 12px;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    text-decoration: none;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.whatsapp-icon-small {
    font-size: 1.2rem;
}

@media (max-width: 992px) {
    .product-grid-redesign {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .shop-main {
        flex-direction: column;
    }

    .shop-sidebar {
        flex: none;
        width: 100%;
    }

    .shop-hero h1 {
        font-size: 2.5rem;
    }

    .shop-hero .outline-text {
        font-size: 2.5rem;
        left: 180px;
    }

    .product-grid-redesign {
        grid-template-columns: 1fr;
    }
}


/* === axio.css === */
.axio-container {
    background-color: var(--background-color);
    color: var(--text-black);
    padding: 2rem;
    font-family: 'Segoe UI', sans-serif;
}

.axio-hero {
    background-color: var(--primary-light);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--text-black);
}

.axio-hero h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.axio-hero p {
    font-size: 1.1rem;
}

.axio-section {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.axio-section h2 {
    color: var(--primary-dark);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.axio-section h3 {
    color: var(--primary-dark);
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem;
}

.axio-section ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.axio-section li {
    margin-bottom: 0.5rem;
}

.axio-section ol {
    padding-left: 1.5rem;
}

.axio-section ol li {
    margin-bottom: 0.75rem;
}

.axio-section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    background-color: #ffffff;
}

.axio-section table th,
.axio-section table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
    text-align: left;
    color: var(--text-black);
}

.axio-section table th {
    background-color: var(--primary);
    color: white;
}

.axio-faq-item {
    margin-bottom: 1.25rem;
}

.axio-faq-item h4 {
    color: var(--primary-dark);
    margin-bottom: 0.35rem;
}

.axio-contact {
    text-align: center;
    padding: 2rem;
    background-color: var(--primary-light);
    border-radius: 12px;
    color: var(--text-black);
}

.axio-contact h2 {
    margin-bottom: 1rem;
}

.axio-contact a.axio-cta-btn,
.axio-contact button {
    background-color: var(--primary-dark);
    border: none;
    padding: 0.75rem 1.5rem;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.axio-contact a.axio-cta-btn:hover,
.axio-contact button:hover {
    background-color: var(--primary);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .axio-section,
    .axio-hero {
        padding: 1rem;
    }

    .axio-hero h1 {
        font-size: 1.5rem;
    }

    .axio-section table th,
    .axio-section table td {
        font-size: 0.9rem;
    }
}


/* === wordpress-polish.css === */
/* WordPress layout polish for Home, Battery, About, and Footer */
:root {
  --hbh-ink: #141414;
  --hbh-muted: #5f6670;
  --hbh-line: #e9edf2;
  --hbh-surface: #ffffff;
  --hbh-soft: #f7f8fa;
  --hbh-yellow: #f4db31;
}

body {
  background: #fff;
  color: var(--hbh-ink);
}

#site-content {
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-6 {
  flex: 1 1 0;
  min-width: 0;
}

.col-md-2 { flex-basis: 15%; }
.col-md-3 { flex-basis: 22%; }
.col-md-4 { flex-basis: 30%; }
.col-md-5 { flex-basis: 39%; }
.col-md-6 { flex-basis: 48%; }
.col-6 { flex-basis: calc(50% - 12px); }

.taxi-title {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding-top: 28px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.taxi-title span {
  display: inline;
}

.services,
.battery,
#whyus {
  padding: 42px 0 68px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.servicediv {
  align-items: center;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 26px;
  border: 1px solid var(--hbh-line);
  border-radius: 8px;
  background: var(--hbh-surface);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.servicediv h1,
.servicediv h2 {
  margin-bottom: 14px;
  color: var(--hbh-ink);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.12;
}

.servicediv p,
#whyus p,
.footer p,
.footer li {
  color: var(--hbh-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.services a,
.servicediv .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 20px;
  border-radius: 6px;
  background: var(--hbh-ink);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.services a:hover,
.servicediv .btn:hover {
  background: var(--hbh-yellow) !important;
  color: #111 !important;
}

.servresponsive-img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.battery > .row {
  align-items: stretch;
  margin-top: 24px;
}

.car-box {
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 24px;
  border: 1px solid var(--hbh-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.car-type {
  margin-bottom: 18px;
}

.car-type span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--hbh-yellow);
  color: #111;
  font-weight: 800;
}

.menu-list {
  display: grid;
  gap: 10px;
  padding: 0;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hbh-muted);
  line-height: 1.35;
}

.menu-item img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  flex: 0 0 18px;
}

.car-box > img:last-child {
  display: block;
  width: 100%;
  height: 190px;
  margin-top: 22px;
  object-fit: contain;
}

#whyus .servicediv {
  align-items: flex-start;
}

#whyus h6 {
  margin-bottom: 8px;
  color: var(--hbh-ink);
  font-size: 1rem;
  font-weight: 800;
}

#whyus .col-6 {
  padding: 18px !important;
  border: 1px solid var(--hbh-line);
  border-radius: 8px;
  background: var(--hbh-soft);
}

.footer {
  padding: 56px 0 0 !important;
  background: #101214 !important;
  color: #fff;
}

.footer > .row {
  align-items: flex-start;
  gap: 28px;
}

.footer h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.25rem;
}

.footer p,
.footer li {
  color: #cbd1d8;
}

.footer ul {
  display: grid;
  gap: 9px;
  padding-left: 0;
}

.footer a {
  color: #e9edf2 !important;
  text-decoration: none !important;
}

.footer a:hover {
  color: var(--hbh-yellow) !important;
}

.footer ul li a img,
.footer ul li img {
  width: 28px !important;
  height: 28px;
  margin-right: 8px;
  padding: 4px !important;
  object-fit: contain;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  vertical-align: middle;
}

.footer .btn {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.bottom-footer {
  margin-top: 34px;
  padding: 16px !important;
  background: var(--hbh-yellow) !important;
  color: #111 !important;
}

.bottom-footer p {
  margin: 0;
  color: #111 !important;
}

.hbh-floating-whatsapp {
  width: 64px;
  height: 64px;
  right: 22px;
  bottom: 22px;
}

@media (max-width: 900px) {
  .row {
    gap: 18px;
  }

  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-6 {
    flex-basis: 100%;
  }

  .servicediv,
  .car-box {
    padding: 18px;
  }

  .car-box {
    min-height: auto;
  }

  .servresponsive-img {
    max-height: 320px;
  }
}

@media (max-width: 600px) {
  body {
    text-align: left !important;
  }

  .taxi-title {
    text-align: left;
    font-size: 2rem;
  }

  .services,
  .battery,
  #whyus {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .footer {
    padding-top: 38px !important;
  }

  .hbh-floating-whatsapp {
    width: 58px;
    height: 58px;
  }
}
