.breadcrumb-section {
  background: linear-gradient(to right, #fdcc39, #f9c62c, #e1ab06);
  text-align: center;
  padding: 40px 20px;
  border-top: 1px solid #000; /* thin black line at the top */
}

.drop-header {
background-color:#000;
height:140px;

}

.breadcrumb-section h1 {
  color: white;
  font-size: 25px;
  letter-spacing: 0.5rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 1px 2px 3px #a48116;
}

@media (min-width: 768px) {
  .breadcrumb-section h1 {
   font-size: 36px;
   font-weight: 700;
   text-shadow: 1px 2px 3px #a48116;
  }
}
/* Background image with soft overlay (editable via inline --bg var) */

.up-and-running {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 0px 0px;
  background: #ffffff url('https://bellasmtv.com/images/cars/back2.jpg') no-repeat center center;
  background-size: cover;
}

.text-content {
  flex: 1 1 400px;
  max-width: 800px;
  padding: 20px;
  margin-top: 8%;
  margin-left: 5%;
}

.text-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.text-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
  font-weight: 500;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background: black;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #fdcc38;
}

.image-content {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0px;
  padding: 0px;
}

.image-content img {
  width: 40%; /* 30% smaller than original */
  height: auto;
  border-radius: 0px;
  object-fit: cover;
  object-position: 50% 50%;
  margin-left: auto; /* pushes image to the right */
  display: block; /* ensures margin works */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .up-and-running {
    flex-direction: column;
  }

  .image-content {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .image-content img {
    flex: 1 1 45%;
  }
}

/* ------- Base / helpers ------- */
:root {
  --container: 1180px;
  --pad: 24px;
  --text: #222;
  --muted: #555;
}

* { box-sizing: border-box; }

.auto-techs {
  position: relative;
  color: var(--text);
  overflow: hidden;
}

/* Background image with soft overlay (editable via inline --bg var) */
.auto-techs::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  opacity: 0.25;            /* adjust to taste */
  z-index: 0;
}

.auto-techs__container {
  position: relative;
  z-index: 1;
  max-width: 95%;
  margin: 0 auto;
  padding: 150px var(--pad) 250px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;  /* left intro, right features */
  gap: 100px;
  background-color: #f4f4f4;
}

/* Left column */
.auto-techs__intro h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: 800;
}

.auto-techs__intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #545c64;
}

/* Right column (cards) */
.auto-techs__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}

.feature h3 {
  font-size: clamp(22px, 1.8vw, 20px);
  margin: 0 0 6px 0;
  font-weight: 800;
}

.feature p {
  margin: 0;
  color: #5e5c64;
  line-height: 1.6;
  font-size: 16px;
}

/* Certifications row */
.certs {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 12px auto 40px;
  padding: 24px var(--pad) 8px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: end;
  text-align: center;
}

.cert img {
  display: block;
  margin: 0 auto 10px;
  width: clamp(120px, 18vw, 220px);   /* responsive icon sizing */
  height: auto;
}

.cert span {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

/* ------- Responsive ------- */
@media (max-width: 980px) {
  .auto-techs__container {
    grid-template-columns: 1fr;   /* stack intro above features */
  }
  .auto-techs__features {
    grid-template-columns: 1fr 1fr; /* keep two-up features on tablets */
  }
}

@media (max-width: 640px) {
  .auto-techs__features {
    grid-template-columns: 1fr;    /* single column on phones */
  }
  .certs {
    grid-template-columns: 1fr;    /* stack badges */
    gap: 14px;
  }
}
/* ====== Base (optional, helps consistency) ====== */
:root{
  --container: 1200px;
  --gap: 32px;
  --bg: url('placeholder.jpg');            /* fallback, can be overridden inline */
  --overlay: rgba(0,0,0,.55);
  --text: #0a0a0a;
  --muted: #444;
  --white: #fff;
}

.mechanics-split{
  color: var(--white);
  background: #111; /* seen at extreme edges on small screens */
}

.mechanics-inner{
  display: grid;
  grid-template-columns: 1.2fr 1fr;        /* left is a bit wider, like the screenshot */
  min-height: 560px;
}

/* ====== Left: image panel with overlay ====== */
.mechanics-hero{
  position: relative;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  isolation: isolate;                       /* keep overlay inside */
  display: grid;
  place-items: center;                       /* center the content block */
  padding: clamp(32px, 4vw, 64px);
}
.mechanics-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( to right, var(--overlay), rgba(0,0,0,.35) );
  z-index: -1;
}
.hero-content{
  max-width: 95%;
  margin-bottom: 200px;
}
.hero-content h2{
  margin: 0 0 .75rem;
  font-size: clamp(28px, 3.4vw, 28px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: .2px;
  color: #ffffff;
}
.hero-content p{
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(15px, 1.1vw, 15px);
  line-height: 1.7;
}

/* ====== Right: bullet list panel ====== */
.mechanics-list{
  background: var(--white);
  color: var(--text);
  padding: 40px;
  display: flex;
  align-items: center;
}
.mechanics-list ul{
  margin: 0;
  padding: 0 0 0 1.1rem; /* use standard bullets */
  display: grid;
  gap: 14px;
}
.mechanics-list li{
  line-height: 1.6;
  color: var(--muted);
  font-size: clamp(15px, 1.05vw, 17px);
}
.mechanics-list li strong{
  color: #000000;
  font-weight: 700;
}

/* ====== Responsive ====== */
@media (max-width: 980px){
  .mechanics-inner{
    grid-template-columns: 1fr;             /* stack */
  }
  .mechanics-list{
    border-top: 1px solid #eee;
  }
}

@media (prefers-reduced-motion: no-preference){
  .mechanics-hero, .mechanics-list{ transition: padding .2s ease; }
}
.custom-paint-section {
  background-color: #363636;
  padding: 40px 20px;
  text-align: left;
}

.custom-paint-wrapper h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: 1px;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .custom-paint-wrapper h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .custom-paint-wrapper h1 {
    font-size: 1.7rem;
  }
}
/* ===== Rental Coverage Tabs ===== */
.rental-tabs {
  --border: #e5e7eb;
  --accent: #ffffff;
  --accent-weak: #000000;
  --text: #0f172a;
  --muted: #475569;
  background: #f8fafc;
  border: 1px solid var(--border);
   overflow: hidden;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Header tabs */
.tabs-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
  border-bottom: 1px solid var(--border);
}
.tabs-header .tab {
  padding: 1rem 1.25rem;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: none;
  border-right: 1px solid var(--border);
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
  text-transform: uppercase;
  font-size: 14px;
}
.tabs-header .tab:last-child { border-right: none; }
.tabs-header .tab.is-active {
  color: var(--accent);
  background: var(--accent-weak);
  text-transform: uppercase;
  font-size: 14px;
}
.tabs-header .tab:focus-visible {
  outline: 3px solid color-mix(in oklab, var(--accent) 40%, white);
  outline-offset: -3px;
}

/* Panels */
.tab-panel { padding: 1.25rem; background: #f8fafc; }
.tab-panel.is-active { display: block; }
.tab-panel[hidden] { display: none; }

/* Layout inside panel */
.panel-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}
.panel-media img {
  width: 85%;
  height: auto;
  display: block;
  border-radius: 10px;
  background: #f8fafc;
}
.panel-content h2 {
  margin: 0 0 .75rem;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: var(--text);
}
.panel-content ol {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.6;
}
.panel-content li { margin-bottom: .5rem; }
.panel-content strong { color: var(--text); }

/* Responsive */
@media (max-width: 900px) {
  .panel-grid { grid-template-columns: 1fr; }
  .tabs-header .tab { font-size: .95rem; padding: .9rem 1rem; }
}
@media (max-width: 520px) {
  .tab-panel { padding: 1rem; }
  .panel-content h2 { font-size: 1rem; }
}
.rental-info {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #1e293b;
  max-width: 800px;
  margin: auto;
}

.circle-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.circle-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #121212; /* teal color */
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.circle-list li div {
  flex: 1;
  line-height: 1.5;
}
/* Logos */
.logo-table-section {
  padding: 2rem 1rem;
  background-color: #ffffff;
  text-align: center;
}

.logo-heading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #333;
}

.logo-table-container {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
}

.logo-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.logo-table td {
  padding: 50px;
  text-align: center;
  vertical-align: middle;
}

.logo-table img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-table img:hover {
  transform: scale(1.05);
}

/* Responsive stack for mobile screens */
@media (max-width: 768px) {
  .logo-table {
    display: block;
  }

  .logo-table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   }

  .logo-table td {
    flex: 1 1 40%;
    max-width: 45%;
  }
}
/* ---- Footer Base ---- */
:root{
  --bg:#000;
  --text:#fff;
  --muted:#cfcfcf;
  --link:#ffffff;
  --link-hover:#d6d6d6;
  --maxw:95%;
}

.site-footer{
  background:#000000;
  color:var(--text);
  padding:16px 20px 20px; /* reduced from 28px/36px */
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
}

/* ---- Top nav (centered) ---- */
.footer-nav{
  max-width:var(--maxw);
  margin:0 auto 20px; /* reduced from 50px */
  text-align:center;
}
.footer-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 30px; /* tighter gap */
}
.footer-nav a{
  color:var(--link);
  text-decoration:none;
  font-size:16px; /* slightly smaller */
  line-height:1.3;
  opacity:.95;
}
.footer-nav a:hover{ color:var(--link-hover); text-decoration:underline; }

/* ---- Second row: 3-column grid ---- */
.footer-grid{
  max-width:var(--maxw);
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items:start;
  gap:18px; /* reduced */
}

/* Left: brand + contact */
.footer-brand .logo{
margin-bottom:6px; /* reduced */
}
.footer-brand svg{ width:100%; height:auto; display:block; }
.footer-brand .tagline{
  margin:.2rem 0 .5rem;
  color:#a9b1bb;
  font-size:14px;
  max-width:480px;
}
.footer-brand .contact{
  font-style:normal;
  line-height:1.4; /* reduced */
  font-size:14px;
}
.footer-brand .contact a{
  color:var(--link);
  text-decoration:none;
}
.footer-brand .contact a:hover{ text-decoration:underline; }

/* Center: copyright */
.footer-copy{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.footer-copy small{
  color:var(--muted);
  font-size:13px;
}
.footer-copy a{ color:var(--link); }
.footer-copy a:hover{ text-decoration:underline; }

/* Right: social icons */
.footer-social{
  display:flex;
  align-items:center; /* was flex-start */
  justify-content:flex-end;
  gap:12px; /* reduced */
  margin-top:50px; /* removed 100px extra space */
}
.footer-social .social{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  opacity:.9;
  transition:opacity .15s ease;
}
.footer-social .social:hover{ opacity:1; }
.footer-social svg{ width:100%; height:100%; display:block; }

/* ---- Responsive ---- */
@media (max-width: 900px){
  .footer-grid{
    grid-template-columns: 1fr;
    gap:14px;
  }
  .footer-social{
    justify-content:flex-start;
  }
  .footer-copy{
    justify-content:flex-start;
    text-align:left;
  }
  .footer-nav ul{
    gap:10px 14px;
  }
  .footer-nav a{ font-size:13px; }
}
.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.ig-grid a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.ig-grid img, .ig-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .ig-grid { grid-template-columns: 1fr; }
}
