.hero-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  display: block;
}

.hero-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

.hero-caption h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'SF Pro Display';
}

.hero-caption p {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'SF Pro Display';
  text-transform: capitalize;
}

/* Optional: make it responsive */
@media (max-width: 768px) {
  .hero-caption h2 {
    font-size: 1.8rem;
  }
  .hero-caption p {
    font-size: 0.9rem;
  }
}


#introduction p {
    color: rgba(0, 0, 0, 0.6); /* 60% opacity */
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    text-align: justify;
}

#feature .feature-list {
  list-style-type: disc;        /* default bullets */
  padding-left: 20px;           /* space for bullets */
  margin: 0;
}

#feature .feature-list li {
  color: rgba(0, 0, 0, 0.6); /* 60% opacity */
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  text-align: justify;          /* justify text */
  text-transform: none;         /* avoid capitalizing every word */
  margin-bottom: 10px; 
  text-transform: capitalize;         /* space between list items */
}

/* Optional: if you still want capitalize like before */
#feature .feature-list li span {
  text-transform: capitalize;
}



.application-image {
  max-width: 100%;
  height: auto;
}

.feature-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.feature-list li {
  margin-bottom: 0.4rem;
  font-family: "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.6); /* 60% opacity */
  font-size: 18px;
}




/* Outer rounded card */
.spec-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  padding: 20px 40px 24px;
  max-width: 1024px;
  width: 100%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Box inside each col-md-6 */
.spec-box {
  border-radius: 12px;
  padding: 16px 20px;
  height: 100%;
}

/* Title inside each column */
.spec-title {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: rgba(0, 0, 0, 8);
}

/* UL styling */
.spec-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.spec-list li {
  margin-bottom: 6px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 8);
    text-transform: capitalize;
}

/* Last li spacing remove */
.spec-list li:last-child {
  margin-bottom: 0;
}

.leftside
{
  font-weight: 500;
}

.common_width
{
  max-width: 750px !important;
}

