/* minimal css */
:root {
  --brand-green: #10dd63;
  --accent: #0057ff;
}

html{
  height:100%
}

body {
  font-family: Inter, Arial;
  background: #fff;
  overflow-x: hidden;
  height:100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.topbar {
  background: var(--brand-green);
  color: #fff;
  padding: 6px 0;
  font-size: 0.9rem;
}

.navbar-brand img {
  height: auto;
  width: 180px;
  object-fit: contain;
  margin-right: 10px;
}

.active {
  color: var(--accent) !important;
}

.hero {
  background-image: url("banner.jpg");
  background-size: cover;
  min-height: 520px;
  color: #fff;
  display: flex;
  align-items: center;
}

.section {
  padding: 60px 0;
}

.numbers {
  background: var(--brand-green);
  color: #fff;
  padding: 30px 0;
}

.why {
  background: rgb(240, 239, 239);
  padding: 80px 0;
  color: black;
}

.why h3 {
  color: var(--accent);
}

.leasing {
  padding: 80px 0;
}

.leasing h3 {
  color: var(--accent);
}

.lease {
  padding: 40px 0 80px;
}

.lease h3 {
  color: var(--accent);
  font-weight: 700;
}

.footer {
  background: rgb(0, 0, 56);
  color: #ffffff;
  padding: 40px 0;
  margin-top:auto;
}

.chat-fixed {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--brand-green);
  color: white;
  padding: 12px 14px;
  border-radius: 30px;
  z-index: 9999;
}

.cta-join {
  background: linear-gradient(
    90deg,
    var(--brand-green),
    var(--accent)
  ) !important;
}

.navbar-dark {
  background: var(--accent) !important;
}

.botom-bordr-nav {
  box-shadow: 0px 1px 12px 0px rgb(209, 208, 208);
}

.section-title {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.5rem;
}

.info-box {
  background: #e3fff4;
  padding: 20px;
  border-radius: 12px;
}

.tech-box {
  background: #e3fff4;
  padding: 18px;
  border-radius: 12px;
  text-align: left;
  height: 130px;
}

.tech-title {
  font-weight: 700;
  color: var(--accent);
  font-size: 1rem;
}

.tech-sub {
  font-size: 0.9rem;
  color: #444;
}

.traction-box {
  background: #e3fff4;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
}

.traction-count {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--accent);
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.sub-title {
  font-weight: 700;
  color: var(--accent);
  font-size: 1.3rem;
}

.green-icon-box {
  background: #e3fff4;
  padding: 25px;
  border-radius: 12px;
}

.green-icon-sm {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  margin-right: 15px;
}

.spec-main-number {
  font-weight: 800;
  color: var(--accent);
  font-size: 1.8rem;
}

.spec-label {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.warranty-box {
  background: #e3fff4;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
}

.warranty-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
}

.included-box {
  background: #e3fff4;
  padding: 20px;
  border-radius: 12px;
}

.plan-card {
  border: 2px solid #e8f5e9;
  border-radius: 12px;
  padding: 25px;
  background: #fff;
  transition: 0.3s;
}
.plan-card.best-value {
  border-color: #00c853;
  background: #edfff4;
  position: relative;
}

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

.price {
  font-size: 32px;
  font-weight: 700;
  color: #1a2aff;
}
.value-tag {
  font-size: 14px;
  font-weight: 600;
  color: #00c853;
}
.total-cost {
  font-size: 28px;
  font-weight: 700;
  color: #1a2aff;
}
.best-badge {
  background: #00c853;
  color: white;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

/* lease  page*/

.what-included {
  padding: 40px 0px 80px;
}

.dealer {
  padding: 40px 0px 80px;
}

.section-box {
  background: #e7f7f2;
  padding: 25px;
  border-radius: 12px;
}
.title-box {
  background: #dbf2eb;
  padding: 20px;
  border-left: 6px solid #00c853;
  border-radius: 10px;
}
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00d68f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 22px;
}
.feature-title {
  font-weight: 700;
  color: #0040ff;
}
.package-header {
  background: #002aff;
  color: white;
  padding: 10px 15px;
  border-radius: 6px 6px 0 0;
  font-weight: 700;
}
.package-box {
  background: #dff7ee;
  padding: 20px;
  border-radius: 0 0 6px 6px;
}
.included-text {
  color: #00c853;
  font-weight: 700;
}
.requirement-box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #00c853;
}

.green-box {
  background: #e7f7f2;
  padding: 25px;
  border-radius: 12px;
}
.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #00d68f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: white;
}
.green-text {
  color: #00c853;
  font-weight: 700;
}
.adv-box {
  background: #e7f7f2;
  border-left: 6px solid #00c853;
  border-radius: 10px;
  padding: 20px;
}
.adv-title {
  font-weight: 700;
  color: #0040ff;
}
.why-section {
  background: #e7f7f2;
  padding: 20px;
  border-radius: 10px;
}
