  :root{
    --cream: #F3EEE2;
    --paper: #FBF8F1;
    --navy: #101E33;
    --navy-soft: #182B47;
    --red: #7E1A1A;
    --red-deep: #5E1212;
    --brass: #A9822E;
    --brass-light: #C9A75A;
    --stone: #D8CFB8;
    --ink: #201A12;
	--black: #000000;
  }
  
  /* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */

*{
margin:0;
padding:0;
box-sizing:border-box;
}


a {
    color: #5c3286; 
    text-decoration: none;
}

html, body{
margin: 0;
padding: 0;
width: 100%;
  
font-family:Montserrat,sans-serif;
color:#222;
background-color:#9C9C9C;

}

.container{

width:90%;
max-width:1200px;
margin:auto;

}

header{

background:#fff;
padding:20px 0;
border-bottom:1px solid #ddd;

}

header .container{

display:flex;
justify-content:space-between;
align-items:center;

}

.logo{
    display:flex;
    align-items:center;
}

.logo img{
    height:80px;
    width:auto;
    display:block;
}

.logo h2{

font-family:Oswald,sans-serif;
font-size:34px;
letter-spacing:2px;

}

.logo span{

letter-spacing:3px;

}

.header .header-burger {
  display: none !important;
}

 @media (min-width: 1200px) {  
  .utility-bar{background:var(--white); color:var(--ink); font-family:'Inter', sans-serif; font-size:13px; letter-spacing:.04em;display:flex}
  .utility-bar .inner{max-width:1920px; margin:0 auto; padding:9px 28px; display:flex; justify-content:space-between; gap:16px;}
  .utility-bar a{text-decoration:none;color:var(--ink);}
  .utility-bar a:hover, .utility-bar a:focus-visible{color:var(--brass-light);}
  .utility-bar .badges span{margin-left:18px;}
  .utility-bar .badges span:first-child{margin-left:0;}
}  

/* Add a white background color to the top navigation */
.topnav {
  background-color: white;
  overflow: hidden;
  display: flex;
  margin-left: auto;
  /*justify-content: center;*/
}

/* Style the links inside the navigation bar */
.topnav a {
  /*float: left;
  display: block;*/
  display: flex;
  height: 55px;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: white;
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: left;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #000;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1199px) {
  .topnav {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6); /* shadow only on mobile */
	position: relative;
  }	
	
  .topnav a:not(.icon) {
    display: none; /* hide links by default on mobile */
  }	
	
  .topnav .icon {
  display: block;
  background-color:var(--ink);
  align-self: flex-end;
}
  
  .topnav a.icon {
    /*float: right;*/
    display: block;
	align-self: flex-end;
  }
  
  .topnav {
  display: flex;
  align-items: left;
  gap: 16px;
}

  .topnav a {
  text-decoration: none;
  color: white;  
  padding: 8px 12px;  
}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1199px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    /*float: none;*/
    display: block;
    /ext-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.hero{

background:url('../images/hero-car.jpg') center center/cover no-repeat;
height:700px;
position:relative;

}

.overlay{

background:rgba(255,255,255,.65);
height:100%;

}

.hero-content{

display:flex;
align-items:center;
height:100%;

}

.left{

max-width:500px;

}

.left h1{

font-family:Oswald,sans-serif;
font-size:82px;
line-height:82px;
margin-bottom:20px;

}

.left h3{

font-size:26px;
margin-bottom:25px;

}

.left p{

line-height:1.8;
margin-bottom:35px;

}

.btn{

display:inline-block;
padding:18px 40px;
background:#5c3286;
color:#fff;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
transition:.3s;

}

.service{padding:70px 24px 90px; background:#fff;}
.service .img {
   width:50%;
}

.service .div {
  display: flex;
  justify-content: center;
  align-items:center;
}

.btn:hover{

background:#444;

}

.features{

padding:70px 0;
color:fff;

}

.grid4{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:35px;

}

.feature{

text-align:center;

}

.feature i{

font-size:48px;
margin-bottom:20px;

}

.inventory{

padding:80px 0;
background:#f6f6f6;

}

.inventory-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;

}

.inventory img{

width:100%;

}

.why{

background:#000;
color:#fff;
padding:80px 0;
text-align:center;

}

.why h2{

font-family:Oswald;
font-size:48px;
margin-bottom:60px;

}

.why i{

font-size:50px;
margin-bottom:20px;

}

footer{

background:#000;
color:#fff;
padding:45px 0;

}

.footer-grid{
width:100%;
display:grid;
grid-template-columns:repeat(3,1fr);
text-align:center;
margin-bottom:30px;

}

.footer-grid i{

margin-right:10px;

}

.copyright{

text-align:center;
font-size:14px;
opacity:.8;

}

@media(max-width:900px){

.grid4{

grid-template-columns:1fr 1fr;

}

.inventory-grid{

grid-template-columns:1fr;

}

.left h1{

font-size:60px;
line-height:60px;

}

}

@media(max-width:700px){

header .container{

flex-direction:column;

}

nav ul{

flex-direction:column;
text-align:center;
margin-top:20px;

}

nav li{

margin:12px 0;

}

.grid4{

grid-template-columns:1fr;

}

.hero{

height:600px;

}

.left h1{

font-size:46px;
line-height:50px;

}

}


img {
  max-width: 100%;  /* Prevents the image from being wider than its container */
  height: auto;     /* Maintains the original aspect ratio automatically */
  display: block;   /* Removes the default extra bottom margin on images */
}

.image-container {
  position: relative;
  width: 100%;      /* or a fixed width */
  max-width: 650px;
}

.image-container > img:first-child {
  width: 100%;
  display: block;   /* removes extra space under the image */
}

.overlay-text {
  position: absolute;
  top: 45px;
  left: 120px;
  color: black;
  font-size: 24px;
  margin: 0;
  z-index: 2;
}

.overlay-image {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 85px;      /* size of the overlaid image/logo */
  z-index: 2;
}

.row {
  display: flex;
  flex-wrap: wrap;   /* wraps to next line if they don't fit */
  gap: 16px;
}

.image-container {
  position: relative;
  flex: 1;           /* each takes equal width */
  min-width: 200px;  /* prevents them from getting too squished */
}

.image-container > img:first-child {
  width: 100%;
  display: block;
}

.overlay-text {
  font-size: 20px;
  margin: 0;
}

  /* ---------- Watermarked services panel ---------- */
  .panel{
	max-width: 1024px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;  
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: var(--paper) !important;;
    padding: clamp(24px, 5vw, 48px) clamp(18px, 5vw, 44px);
  }

  .watermark{
    position: absolute;
    inset: 0;
    background-image: url('watermark.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(680px, 78%) auto;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
  }

  .panel-content{
    position: relative;
    z-index: 1;
  }
  
  table {
   width: 100%;
   border-collapse: collapse; /* Prevents double borders between cells */
   margin: 20px 0;
   font-family: sans-serif;
}

th, td {
   border: 1px solid #999999; /* Defines the grid line thickness and color */
   padding: 12px;             /* Adds breathing room inside cells */
   text-align: left;
}

        /* Optional: Add a subtle background color to headers */
th {
  background-color: #f2f2f2;
}