.navbar-nav > li{
  padding-left:30px;

}
.navbar-nav > li > a{
  font-size: 20px;
}
/* .banner_cls{
  position: relative;
  color: white;
}
.banner_centered {
    position: absolute;
    top: 13%;
    left: 50%;
}*/

.banner{
    background-image: url("../images/banner.png");
    background-position: center;
 }
 .ban_righ_side{
    margin: 50px 0px 50px 20px;
    color: white;
 }
.banner_heading {
    font-size: 50px;
    font-weight: 600;
} 
.heading{
    font-size: 45px;
}
.stats-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-box {
    background-color: #1c140d;
    color: white;
    padding: 3% 8%;
    border-radius: 20px;
    min-width: 270px;
}

.stat-box h2 {
    font-size: 40px;
    margin: 0;
}

.stat-box p {
    margin: 5px 0 0;
    font-size: 18px;
}

.yellow_bg {
    background-color: #e9a63a !important;
}

.highlight {
    background-color: #e9a63a;
    color: black;
    margin: 0 -20px;
    z-index: 1;
    position: relative;
}
.highlight{
    min-width: 300px;
    padding: 5% 10%;
}
.highlight h2 {
    font-size: 45px;
}

.highlight, .stat-box {
    border-radius: 25px;
} 

.track_cls{
  position: relative;
  color: white;
}
.track_centered {
    position: absolute;
    top: 30%;
    left: 5%;
}
.heading_text{
    font-size: 30px;
}
.product-section {
      padding: 60px 0;
    }
    .product-section h2 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .product-section p {
      color: #555;
      margin-bottom: 40px;
    }
    .view-all-btn {
      background-color: #2b1b0e;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
      font-weight: 500;
      text-decoration: none;
    }
    .product-card {
      border-radius: 12px;
      padding: 25px;
      color: #fff;
      transition: transform 0.3s ease;
    }
    .product-card:hover {
      transform: translateY(-5px);
    }
    .product-icon {
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
    }
    .product-card h5 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .product-card p {
      font-size: 14px;
      margin-bottom: 20px;
      color: black;
    }
    .explore-btn {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 6px;
      font-size: 14px;
      text-decoration: none;
      font-weight: 600;
    }
    .yellow-bg { background-color: #e9ad4f; color: #000; }
    .dark-bg { background-color: #2b1b0e; }
    .yellow-btn { background: #e9ad4f; color: #000; }
    .dark-btn { background: #2b1b0e; color: #fff; }

    .hero-section {
      padding: 70px 0;
    }
    .hero-title {
      font-size: 48px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }
    .hero-subtitle {
      font-size: 20px;
      color: #333;
      margin-bottom: 25px;
    }
    .hero-text {
      font-size: 15px;
      color: #555;
      line-height: 1.7;
      margin-bottom: 30px;
    }
    .hero-btn {
      background-color: #2b1b0e;
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 6px;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s ease;
    }
    .hero-btn:hover {
      background-color: #000;
      color: #fff;
    }
    .hero-img-wrapper {
      position: relative;
      text-align: center;
    }
    .hero-main-img {
      width: 100%;
      border-top-left-radius: 50% 20%;
      border-top-right-radius: 50% 20%;
      object-fit: cover;
    }
    /* .hero-overlay-img {
      position: absolute;
      bottom: -30px;
      left: 20%;
      width: 200px;
    } */

    .steps-section {
      text-align: center;
      position: relative;
    }
    .step {
      position: relative;
    }
    .step-circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 18px;
      margin: 0 auto 15px;
      color: #000;
    }
    .yellow-circle {
      background-color: #e9ad4f;
    }
    .dark-circle {
      background-color: #2b1b0e;
      color: #fff;
    }
    .step p {
      font-size: 16px;
      font-weight: 500;
      margin: 0;
    }
    .blog-section {
      padding: 40px 20px;
    }
    .blog-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
    }
    .blog-card {
      border: none;
      background: none;
    }
    .blog-card img {
      border-radius: 10px;
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .blog-title {
      font-size: 16px;
      font-weight: 600;
      margin-top: 10px;
    }
    .read-more {
      font-size: 14px;
      font-weight: 500;
      color: black;
      text-decoration: none;
    }
    .read-more:hover {
      text-decoration: underline;
    }

    /* Dotted line between steps */
    .steps-line {
      position: absolute;
      top: 30px; /* center of circles */
      left: 12%;
      right: 12%;
      border-top: 2px dashed #aaa;
      z-index: -1;
    }
    @media(max-width: 767px) {
      .steps-line {
        display: none; /* Hide line on small screens */
      }
    }

    .choose-section {
      background-color: #2b1b0e;
      color: #fff;
      padding: 80px 0;
    }
    .choose-section h2 {
      font-weight: 700;
      font-size: 42px;
      margin-bottom: 20px;
    }
    .choose-section p {
      font-size: 18px;
      margin-bottom: 30px;
    }
    .choose-btn {
      background-color: #e9ad4f;
      color: #000;
      border: none;
      padding: 12px 25px;
      border-radius: 6px;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s ease;
    }
    .choose-btn:hover {
      background-color: #d8972f;
      color: #000;
    }
    .feature-card {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      color: #000;
      text-align: left;
      height: 100%;
      transition: transform 0.3s ease;
    }
    .feature-card:hover {
      transform: translateY(-5px);
    }
    .feature-icon {
      font-size: 28px;
      margin-bottom: 15px;
      display: inline-block;
    }
    .feature-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .feature-card p {
      font-size: 15px;
      color: #444;
    }

     .testimonial-section {
      padding: 60px 20px;
    }

    .testimonial-section h2 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.3;
    }

    .testimonial-section h2 .cus_highlight {
      color: #f5b324;
    }

    .testimonial-section p {
      max-width: 650px;
      font-size: 16px;
      color: #555;
    }

    .testimonial-card {
      background: #2a211b;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
      color: #fff;
    }

    .testimonial-card .name {
      font-weight: 700;
    }

    .testimonial-card small {
      color: #ccc;
    }

    .stars {
      color: #f5e62a;
      font-size: 18px;
    }

    .view-all-btn {
      background: #2a211b;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 10px 20px;
      margin-top: 20px;
      font-weight: 600;
    }

    .view-all-btn:hover {
      background: #000;
    }

    .testimonial-text {
      font-size: 15px;
      margin: 15px 0;
      color: #ddd;
    }

    .accordion-item{
      margin-bottom: 10px;
    }
  .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e9a63a;
  }

  .newsletter {
    background: #2c1f17;
    color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
  }
  .newsletter input {
    border-radius: 8px;
    padding: 10px;
  }
  .newsletter button {
    border-radius: 8px;
    background: #e6a837;
    color: #fff;
    font-weight: 600;
  }
  .footer-links a {
    margin: 0 20px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
  }
  .footer-links a:hover {
    text-decoration: underline;
  }
  .social-icons a {
    margin: 0 8px;
    color: #000;
    font-size: 18px;
  }
  .footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
    color: #333;
  }
  .card_body{
    color: white;
    text-align: center;
  }

  .page_banner{
    position: relative;
    color: white;
  }
  .page_banner_centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .page_main_head{
    font-size: 70px;
  }
  .form_bg {
    background-color: #2b1b0e;
    padding: 40px;
    color: white;
  }
  .benefits-section {
      padding: 50px 20px;
    }
    .benefit-box {
      display: flex;
      align-items: center;
      background-color: #e6a430;
      border-radius: 8px;
      padding: 12px 20px;
      margin-bottom: 20px;
      font-size: 16px;
      color: #000;
      font-weight: 500;
    }
    .benefit-number {
      background-color: #000;
      color: #fff;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 18px;
      margin-right: 15px;
      flex-shrink: 0;
      border: 4px solid #fff;
    }
    .benefit-text {
      flex: 1;
    }
    .benefit-image img {
      border-radius: 15px;
      width: 100%;
      height: auto;
      border: 2px solid #b58067;
    }
    .promo-section {
      background-color: #2b1d14; /* dark brown */
      color: white;
      border-radius: 12px;
    }
    /* .promo-section h2 {
      font-weight: 700;
      font-size: 2rem;
      line-height: 1.3;
    } */
    .promo-section .btn-order {
      background-color: #f4a51c;
      border: none;
      font-weight: 600;
      color: #000;
      padding: 12px 24px;
      border-radius: 6px;
      transition: 0.3s ease;
    }
    .promo-section .btn-order:hover {
      background-color: #d18f14;
      color: #fff;
    }
    .promo-section img {
      max-width: 300px;
      height: auto;
    }
    .promo_banner {
      background-color: #e4a537; /* Orange background */
      border-radius: 16px;
      /* padding: 50px 40px;
      display: flex; */
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .promo_banner h2 {
      font-size: 2rem;
      font-weight: 600;
      color: #fff;
      line-height: 1.4;
    }
    .btn-combo {
      display: flex;
      margin-top: 25px;
      border: 1px solid #000;
      border-radius: 6px;
      overflow: hidden;
      width: fit-content;
    }
    .btn-combo .btn-left {
      background-color: #1c1c1c;
      color: #fff;
      font-weight: 500;
      padding: 12px 20px;
      border: none;
      border-radius: 0;
    }
    .btn-combo .btn-right {
      background-color: #e4a537;
      color: #000;
      font-weight: 500;
      padding: 12px 20px;
      border: none;
      border-radius: 0;
    }
    .promo-banner img {
      max-width: 420px;
      height: auto;
    }
    @media (max-width: 768px) {
      .promo-banner {
        text-align: center;
        justify-content: center;
      }
      .promo-banner img {
        margin-top: 20px;
      }
    }

    .tursted {
      background-color: #2b1d14; /* dark brown */
      color: white;
      border-radius: 12px;
      padding: 40px 30px;
      text-align: center;
      }

     .tursted-btn {
      background-color: #e9ad4f;
      color: #000;
      border: none;
      padding: 12px 25px;
      border-radius: 6px;
      margin-top: 20px;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s ease;
    }

 /* Multiple Image Slider  Start*/
  @media (max-width: 767px) {
		.carousel-inner .carousel-item > div {
			display: none;
		}
		.carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.carousel-inner .carousel-item.active,
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		display: flex;
	}

  @media (max-width: 768px) {
    .benefit-box {
      font-size: 14px;
    }
    .benefit-number {
      width: 45px;
      height: 45px;
      font-size: 16px;
    }
  }

	/* medium and up screens */
	@media (min-width: 768px) {

		.carousel-inner .carousel-item-end.active,
		.carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.carousel-inner .carousel-item-start.active, 
		.carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.carousel-inner .carousel-item-end,
	.carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}
 /* Multiple Image Slider End */

 /* Mobile Responsive */
  @media (max-width: 768px) 
  {
		.highlight, .stat-box {
      margin: 10px 0 0 0;
    }
    .stats-container {
        display: block;
    }
    .banner_heading {
        font-size: 20px;
    }
    .heading {
        font-size: 30px;
    }
    .heading_text {
        font-size: 15px;
    }
    .hero-section {
          padding: 0px 0;
    }
    .hero-title {
        font-size: 20px;
    }
    .testimonial-section h2 {
        font-size: 20px;
    }
	}
