*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: Arial, sans-serif;
}

body {
  background: url('Img/BBG1.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* Container backgrounds */
.biz-bg {
  min-height: 100vh;
  margin: 0;
}

/* Section containers */
.section-wide {
  max-width: 1100px;
  margin: 0 auto 48px auto;
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.biz-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 38px 18px 28px 18px;
}

.hero-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.hero-text {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  padding-bottom: 0;
  min-width: 280px;
}

.hero-text h2 {
  font-size: 2.2rem;
  margin-bottom: 12px;
  color: #b16200;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 800;
  display: flex;
  gap: 9px;
}

.hero-text h3 {
  font-size: 1.2rem;
  color: #bc4e00;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 600;
}

.hero-text p, .hero-text .last-p {
  font-size: 1.08rem;
  margin-bottom: 10px;
  color: #222;
  text-align: left;
}

.hero-text ul {
  margin: 24px auto;
  padding-left: 6px;
  font-size: 1.08rem;
  color: #222;
}

.hero-text ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 28px;
}
.hero-text ul li:before {
  content: "✔";
  color: orangered;
  position: absolute;
  left: 0;
}

/* Big icon/image styling */
.i-hero-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
}
.hero-img-responsive {
  width: 200px;
  max-width: 30vw;
  height: auto;
}

/* Tagline */
.tag {
  margin: 18px 0;
  color: #bc4e00;
  font-size: 1.11rem;
  font-weight: bold;
  text-align: center;
}

/* Section/vehicle/ad-card titles */
.section-title, .v-section-title {
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 32px;
  margin-left: 0;
  color: #713f00;
  display: block;
  text-align: center;
  font-weight: 700;
}

/* Advantage and vehicle card containers */
.adv-cards, .vehicles {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}

.adv-card {
  flex: 1 1 180px;
  background: linear-gradient(135deg, #f9a857 0%, #ffa940 100%);
  color: #fff;
  min-width: 170px;
  max-width: 220px;
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(100,60,10,0.08);
  font-weight: 500;
  font-size: 1.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .2s, box-shadow .2s;
}
.adv-card:hover {
  box-shadow: 0 6px 24px rgba(255, 111, 28, 0.541);
  transform: translateY(-6px) scale(1.022);
  cursor: pointer;
}
.adv-ic {
  font-size: 2.2rem;
  margin-bottom: 12px;
  color: #fff5ed;
  text-shadow: 0 1px 7px #efa86740;
}

/* Vehicles section */
.veh-card {
  background: linear-gradient(128deg, #fdfae5 0%, #ffe0b2 100%);
  border-radius: 14px;
  padding: 18px 12px 11px 12px;
  text-align: center;
  min-width: 170px;
  max-width: 220px;
  color: #984a09;
  font-size: 1.10rem;
  box-shadow: 0 1px 8px #eaa23529;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.veh-card small {
  font-size: 1em;
  color: #713f00;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.veh-icon-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 8px;
  display: block;
}

/* WhatsApp button */
.wp-btn {
  margin-top: 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 1rem;
  background: orangered;
  color: #fff;
  padding: 6px 16px;
  border: none;
  border-radius: 17px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 10px #21d26922;
  transition: background 0.16s;
}
.wp-btn i {
  font-size: 1.12em;
}
.wp-btn:hover, .wp-btn:focus {
  background: #128c54;
  color: #fff;
}

/* Stay tuned box */
.stay-tuned {
  background: linear-gradient(128deg, #fdfae5 0%, #ffe0b2 100%);
  padding: 18px 12px;
  border-radius: 10px;
  margin-top: 38px;
  text-align: center;
  box-shadow: 0 1.5px 5px #e5b96228;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.stay-tuned h4 {
  color: #db5a13;
  font-size: 1.09rem;
  margin-bottom: 5px;
}
.stay-tuned p {
  margin: 0;
  color: #8a652d;
  font-size: 1rem;
}

/* RESPONSIVE STYLES */

/* Tablets & small laptops */
@media (max-width: 1050px) {
  .section-wide, .biz-section {
    max-width: 100vw;
    padding: 0 14px;
  }
  .hero-content {
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
  }
  .hero-text {
    width: 100%;
    padding: 0;
    min-width: 0;
    align-items: center;
  }
  .hero-text h2, .hero-text h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-text p, .hero-text .last-p{
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    font-size: 1.08rem;
  }

  
  .i-hero-img {
    justify-content: center;
    margin: 30px 0 0 0;
    width: 100%;
  }
  .hero-img-responsive {
    width: 180px;
    max-width: 65vw;
    height: auto;
  }
  .section-title, .v-section-title {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .adv-cards, .vehicles {
    gap: 18px;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .adv-card, .veh-card {
    max-width: 45vw;
    min-width: 120px;
    font-size: 1rem;
  }
}

/* Mobiles and very small tablets */
@media (max-width: 600px) {
  .section-wide, .biz-section {
    max-width: 99vw;
    padding: 0 3vw;
  }
  .hero-content, .adv-cards, .vehicles {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .hero-text {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .hero-text h2{
    font-size: 1.9rem;
  }
  .hero-text p, .hero-text .last-p, .hero-text ul{
    text-align: left;
  }
  
  .i-hero-img {
    margin: 20px 0 0 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .hero-img-responsive {
    width: 150px;
    max-width: 90vw;
    height: auto;
  }
  .tag {
    margin: 18px 0;
    font-size: 1rem;
  }
  .section-title, .v-section-title {
    font-size: 1.2rem;
    margin-top: 32px;
    margin-bottom: 18px;
    text-align: center;
  }
  .adv-card, .veh-card {
    min-width: 98px;
    max-width: 98vw;
    margin-bottom: 12px;
    font-size: 0.99rem;
    padding: 16px 12px;
  }
  .stay-tuned {
    max-width: 98vw;
    padding: 10px 7px;
  }
}

/* Extra small screens */
@media (max-width: 350px) {
  .adv-card, .veh-card{
    min-width: 86px;
    max-width: 100vw;
    font-size: 0.95rem;
  }
  .section-title, .v-section-title {
    font-size: 1rem;
    margin: 16px 0 10px 0;
  }
  .hero-img-responsive {
    width: 110px;
  }
}

