body{
  color:#333;
  font-family:'Inter',sans-serif;
}
section {
  padding: 70px 0;
}

.hero{
  align-items:center;
  background: url('images/home-bg.png') no-repeat center/cover;
  display:flex;
  margin-top: 55px;
  padding: 170px 0px;

}
.btn-success {
    background: #387000 !important;
    margin-top: 10px;
    padding: 10px 40px;
}
.hero h1{
  font-size:3rem;
  font-weight:800;
}

.dark-section{
  background:#0f1a20;
}

.dark-section span {
  color: #FCF16E;
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 20px;
}
.navbar .btn-success {
    align-items: center;
    border-radius: 50px;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 10px;
    width: 40px;
}
.dark-section .btn-success.bottom {
    background: #fff36a !important;
    border: none;
    border-radius: 8px;
    color: #000;
    display: table;
    font-weight: 600;
    margin: 0 auto;
    padding: 14px 28px;
    width: fit-content;
}
.product-card{
    background: #fff;
    border-radius: 16px;
    padding: 40px;
}

.product-card h5 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimonial .btn-success.bottom {
    background: #fff36a !important;
    border: none;
    border-radius: 8px;
    color: #000;
    display: table;
    font-weight: 600;
    margin: 0 auto;
    padding: 14px 28px;
    width: fit-content;
}
.testimonial-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px;
    position: relative;
}
.testimonial-card:hover {
    box-shadow: 0px 0px 10px 0px #00000026;
}
.testimonial .d-block.text-center {
    font-size: 14px;
}
.testimonial .d-block.text-center .stars {
  font-size: 18px !important;
}
.quote-icon {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;

}
.testimonial-card h3 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.testimonial-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.author {
  align-items: center;
  display: flex;
  gap: 12px;
}
.avatar {
  align-items: center;
  background: #387000;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.author-info {
  flex: 1;
}
.author-info strong {
  color: #111;
  display: block;
  font-size: 14px;
}
.author-info span {
  color: #777;
  font-size: 12px;
}
.company {
  text-align: right;
}
.company-name {
  color: #111;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.stars {
  color: #ffb400;
  font-size: 12px;
}

.light-section{
  background:#f9fafb;
}
.why-choose .btn-success.bottom {
    background: #fff36a !important;
    border: none;
    border-radius: 8px;
    color: #000;
    display: table;
    font-weight: 600;
    margin: 0 auto;
    padding: 14px 28px;
    width: fit-content;
}

.features{
  list-style:none;
  padding:0;
}

.features li{
  margin-bottom:10px;
}

.step-box .btn-success.bottom {
    background: #fff36a !important;
    border: none;
    border-radius: 8px;
    color: #000;
    display: table;
    font-weight: 600;
    margin: 0 auto;
    padding: 14px 28px;
    width: fit-content;
}
.step{
  background:#fff;
  border-radius:14px;
  font-weight:600;
  padding:25px;
}
.step img {
    display: block;
    margin: 0 auto 20px !important;
}

.stats{
  background:#0f1a20;
  font-weight:600;
    padding: 90px 0;
}
.stats .col-lg-3 {
    display: grid;
    font-size: 22px;
    font-weight: 700;
    gap: 10px;

}
.stats .col-lg-3 span {
  font-size: 40px;
  font-weight: bold;
}


/* ===== Still Have Questions ===== */
.questions-section{
    background: #ffffff;
    padding: 70px 0 !important;
}

.section-title{
  font-size:2.4rem;
  font-weight:600;
}

.section-subtitle{
  color:#666;
  font-size:1rem;
  margin:10px auto 0;
  max-width:720px;
}

/* Info Cards */
.info-card{
  background:#f5f7f1;
  border-radius:12px;
  height:100%;
  padding:30px;
}

.info-card h5{
  font-weight:600;
  margin-bottom:10px;
}

.info-card p{
  color:#555;
  font-size:0.95rem;
}

.info-link{
  color:#000;
  font-weight:500;
  text-decoration:none;
}

/* CTA Box */
.cta-box{
  background:#f5f7f1;
  border-radius:12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:50px;
}

.cta-box h3{
  font-size:1.9rem;
  font-weight:600;
  margin-bottom:15px;
}

.cta-box p{
  color:#555;
  margin-bottom:25px;
  max-width:420px;
}

.cta-btn{
  background:#fff36a !important;
  border:none;
  border-radius:8px;
  color:#000;
  font-weight:600;
  padding:14px 28px;
  width:fit-content;
}

/* Responsive */
@media (max-width: 767px){
  .cta-box{
    padding:30px;
    text-align:center;
  }
  .cta-btn{
    margin:0 auto;
  }
}


/* ===== Home CTA Banner ===== */
.home-cta{
  align-items:center;
  background:url('images/cta-bg.png') center/cover no-repeat;
  display:flex;
  min-height:420px;
}

.cta-title{
  font-size:2.2rem;
  font-weight:600;
  margin-bottom:15px;
}

.cta-text{
  color:#eaeaea;
  font-size:0.95rem;
  margin-bottom:25px;
  max-width:520px;
}

.cta-btn{
  background:#fff36a;
  border:none;
  border-radius:8px;
  color:#000;
  font-weight:600;
  padding:14px 28px;
}

.cta-btn:hover{
  background:#ffe84a;
  color:#000;
}

/* Responsive */
@media (max-width: 991px){
  .home-cta{
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.45)
      ),
      url('../images/placeholder.jpg') center/cover no-repeat;
    text-align:center;
  }

  .home-cta .col-lg-6{
    margin-left:0;
  }

  .cta-text{
    margin-left:auto;
    margin-right:auto;
  }
}



.footer-section {
      background: #0f0f0f;
      color: #bfbfbf;
      padding: 60px 0 0px;
    }

    .footer-logo {
      color: #fff;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 2px;
    }

    .footer-links a {
      color: #bfbfbf;
      display: block;
      font-size: 15px;
      margin-bottom: 10px;
      text-decoration: none;
    }

    .footer-links a:hover {
      color: #f4d03f;
    }

    .social-icons a {
      color: #fff;
      font-size: 18px;
      margin-right: 15px;
    }

    .newsletter-input {
      background: #2a2a2a;
      border: none;
      border-radius: 10px;
      color: #fff;
      padding: 14px 50px 14px 15px;
      width: 100%;
    }

    .newsletter-btn {
      align-items: center;
      background: #f4d03f;
      border: none;
      border-radius: 50%;
      display: flex;
      height: 38px;
      justify-content: center;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      width: 38px;
    }

    .divider {
      background: #2b2b2b;
      height: 1px;
      margin-top: 40px;
    }

    .footer-bottom {
    background: #2b2b2b;
    color: #d1d1d1;
    font-size: 14px;
    padding: 15px 0;
  }

  .footer-bottom a {
    color: #d1d1d1;
    margin-right: 18px;
    text-decoration: none;
  }

  .footer-bottom a:hover {
    text-decoration: underline;
  }

@media (max-width: 991px) {
  .stats .col-lg-3 svg {
      display: block;
      margin: 30px auto 0px;
  }
}