body { 
    font-family: 'Poppins', sans-serif; 
}
/* Headings */
h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #255caa; /* Blue */
}

h2 span {
  color: #f57c00; /* Orange highlight */
  font-weight: 600;
}

/*h3 {
  font-family: 'Merriweather', serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}*/

/* Highlight Utilities */
.highlight-blue {
  color: #255caa; /* Unified blue */
  font-weight: 600;
}

.highlight-orange {
  color: #f57c00; /* Unified orange */
  font-weight: 600;
}

/* Dark Section */
.section-dark {
  background: #000;
  color: #fff;
}

.section-dark h2 span {
  color: #f57c00; /* Consistent orange */
}

/* Divider */
.divider {
  border-top: 1px solid #ddd;
  margin: 40px auto;
  width: 80%;
}
	 

/* - File 2 - */
section { 
  padding: 60px 0;
  font-family: 'Poppins', Arial, sans-serif;
}

section h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #255caa;
}

section h2.white {
  color: #FFF;
}

section h2 span { 
  color: #f57c00; 
}

/*section h3 {
  font-family: 'Merriweather', serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}*/

/* Text Variations */
.text-white p, 
.text-white h1, 
.text-white h2, 
.text-white h3 {
  color: #FFF !important;
}
/*
p, 
section p.lead {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #555;
}*/

.highlight-blue {
  color: #007bff;
  font-weight: 600;
}

.highlight-orange {
  color: #f57c00;
  font-weight: 600;
}

/* Dark Section */
.section-dark {
  background: #000;
  color: #fff;
}

.section-dark h2 span {
  color: #f57c00;
}
.hero2 {
	  background: url("images/car2.jpg") center/cover no-repeat !important;
      color: #fff;
	  text-align: center;
}
.bg-light1 {
	background: url("images/carback.jpg") center/cover no-repeat;
}
.bg-dark-section1-1 {
      background-color: #0a0a0a;
	  background: url("images/car-new.jpg") center/cover no-repeat !important;
      color: #fff;
}
.bg-dark-section1 {
      background-color: #0a0a0a;
	  background: url("images/car2.jpg") center/cover no-repeat !important;
      color: #fff;
}

/* Divider */
.divider {
  border-top: 1px solid #ddd;
  margin: 40px auto;
  width: 80%;
}
	
/* - File 3 - */
body {
  font-family: 'Poppins', Arial, sans-serif;
  color: #333;
}

/* Section Defaults */
section {
  padding: 60px 0;
}

/*h1, h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #255caa;
}*/

h1 span, 
h2 span, 
h3 span, 
.highlight {
  color: #f97316; /* Orange highlight */
  font-weight: 600;
}

/* Hero Section */
.hero3 {
  background: url("images/car-new.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.hero3 h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
}

/* Background Variants */
.bg-blue3  {
  background-color: #2762b5;
  color: #fff;
}

.bg-dark-section4 {
  background: url("images/hero.jpg") center/cover no-repeat;
  color: #fff;
}

.bg-dark-section-a {
  background: url("images/nature.jpg") center/cover no-repeat;
  color: #fff;
}

/* 

/* - File 4 - */
body { font-family: 'Poppins', sans-serif; }

section {
  padding: 60px 0;
}

/*h1, h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #255caa;
}*/

h1 span, 
h2 span, 
h3 span, 
.highlight {
  color: #f97316; /* Orange highlight */
  font-weight: 600;
}

/* Hero Section */
.hero4 {
  background: url("images/car-hero.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 500;
}

/* Dark Background Variants */
.bg-dark-section4 {
  background: url("images/moon.jpg") center/cover no-repeat;
  background-color: #0a0a0a;
  color: #fff;
}

.bg-dark-section4-1 {
  background: url("images/carfront.jpg") center/cover no-repeat;
  background-color: #0a0a0a;
  color: #fff;
}

/* Light Background Variant */
.bg-blue4 {
  color: #333;
}


	
/* - File 5 - */
body { font-family: 'Poppins', sans-serif; }

section {
  padding: 60px 0;
}

/*h1, h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #255caa;
}*/

h1 span, 
h2 span, 
h3 span, 
.highlight {
  color: #f97316; /* Orange highlight */
  font-weight: 600;
}

/* Hero Section */
.hero5 {
  background: url("images/bg-hero-new.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 500;
}

.ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* Dark Background Variants */
.bg-dark-section5-01 {
  background: url("images/car-new.jpg") center/cover no-repeat;
  background-color: #0a0a0a;
  color: #fff;
}

.bg-dark-section5 {
  background: url("images/nature.jpg") center/cover no-repeat;
  background-color: #0a0a0a;
  color: #fff;
}

.bg-dark-section5-1 {
  background: url("images/car2.jpg") center/cover no-repeat;
  background-color: #0a0a0a;
  color: #fff;
}

/* Light Background Variant */
.bg-blue {
  background-color: #f9fbff;
  color: #333;
}


	
/* - File 6 - */
body { font-family: 'Poppins', sans-serif; }

section {
  padding: 60px 0;
}

/*h1, h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #255caa;
}*/

h1 span, 
h2 span, 
h3 span, 
.highlight {
  color: #f97316; /* Orange highlight */
  font-weight: 600;
}

/* Hero Section (variant for File 6) */
.hero6 {
  background: url("images/bg-hero.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.hero6 h1 {
  font-size: 3rem;
  font-weight: 500;
}

/* Dark Background Variants */
.bg-dark-section6-1 {
  background: url("images/car-new.jpg") center/cover no-repeat;
  background-color: #0a0a0a;
  color: #fff;
}

.bg-dark-section6 {
  color: #000;
}

/* Light Background Variant */
.bg-blue {
  background-color: #f9fbff;
  color: #333;
}

/* Checklist Style */
.checklist li::before {
  content: "✔ ";
  color: green;
  font-weight: bold;
}

	
/* - File 7 - */
body { font-family: 'Poppins', sans-serif;
  color: #333;
}

/* Section Defaults */
section {
  padding: 60px 0;
}

/*h1, h2, h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #255caa;
}*/

h1 span, 
h2 span, 
h3 span, 
.highlight {
  color: #f97316; /* Orange highlight */
  font-weight: 600;
}

/* Hero Section */
.hero7 {
  background: url("images/nature.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 500;
}

/* Dark Background Variants */
.bg-dark-section7-01 {
  background: url("images/car-new.jpg") center/cover no-repeat;
  color: #fff;
}

.bg-dark-section7-1 {
  background: url("images/nature.jpg") center/cover no-repeat;
  color: #fff;
}

.bg-dark-section2 {
  background: url("images/lines.jpg") center/cover no-repeat;
  color: #fff;
}

.bg-dark-section3 {
  background: url("images/nature.jpg") center/cover no-repeat;
  color: #000;
}

/* Light Background Variant */
.bg-blue {
  background-color: #f9fbff;
  color: #333;
}

/* Checklist Style */
.checklist li::before {
  content: "✔ ";
  color: green;
  font-weight: bold;
}

/* Divider */
hr.divider {
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}
.section-dark ul li::before {
    content: "▪";
    color: #ffffff !important;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -2px;
}