.hero-section {
  display: flex;
  align-items: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}


/* LEFT SIDE */
.hero-title {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-subtitle {
  color: #ec296b;
  margin-top: 30px;
  font-weight: 800;
  font-size: 30px;
}

.hero-desc {
  margin-top: 30px;
  color: #cbd5e1;
  max-width: 500px;
}

.feature-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 25px 30px;
  margin-top: 40px;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.feature-item {
  flex: 1;
  text-align: center;
  color: #fff;
}

.feature-item i {
  font-size: 32px;
  margin-bottom: 10px;
  color: #cfd8ff; /* subtle icon color like image */
}

.feature-item p {
  margin: 0;
  font-weight: 600;
}

/* Divider line */
.divider {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.2);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .feature-strip {
    flex-direction: column;
    gap: 15px;
  }

  .divider {
    width: 60%;
    height: 1px;
  }
  .hero-title {
  font-size: 35px;
}

.hero-subtitle {
  font-size: 25px;
}
}

/* FORM CARD */
.hero-form-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.hero-form-card h4 {
  font-weight: 700;
}

.hero-form-card p {
  color: #cbd5e1;
  margin-bottom: 20px;
}

/* INPUTS */
.hero-form-card input{
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.input-group-custom {
  position: relative;
  margin-bottom: 15px;
}

.input-group-custom i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);  /* 🔥 perfect vertical center */
  padding-bottom:12px;
  color: #FFF;
  font-size: 16px;
  pointer-events: none;
}
.input-group-custom input {
  width: 100%;
  height: 45px;
  padding: 12px 15px 12px 40px;
  border-radius: 10px;
  border: none;
  outline: none;
}


.hero-form-card select {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  border-radius: 10px;
  border: none;
  outline: none;
}

.hero-form-card input::placeholder {
  color: #ccc;
}

/* BUTTON */
.hero-form-card button {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: #ec296b;
  color: #FFF;
  font-weight: 800;
  transition: 0.3s;
}

/* .hero-form-card button:hover {
  background: #ddd;
} */
#bannerimg {
  height: auto;
}

@media (max-width: 768px) {
  #bannerimg {
    height: auto;
   
  }
  .hero-form-card
  {
	margin-top:40px
  }
}
.hero-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.btn-explore {
  padding: 10px 30px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 15px;
	width: 200px;
}

.btn-demo {
  padding: 10px 30px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  font-weight: 800;
  color: #FFF;
    font-size: 15px;
	width: 200px;
}
.btn-explore:hover
{
  background: #e01c5f!important;
}
.btn-demo:hover 
{
  background: #e01c5f!important;
  color: #fff;
  border: 0px;
}

.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 10px;

  width: 60px;
  height: 60px;            /* MUST be equal */

  display: flex;
  align-items: center;
  justify-content: center;

  background: #25D366;
  color: #fff;

  border-radius: 50%;      /* makes it circle */
  font-size: 26px;

  z-index: 999;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

/* remove any padding causing oval */
.whatsapp-float i {
  line-height: 1;
}

/* Modal specific form styling */
#demoModal .input-group-custom input {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}
#demoModal .input-group-custom select {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
}


/* Placeholder */
#demoModal .input-group-custom input::placeholder {
  color: #888;
}

/* Icon color */
#demoModal .input-group-custom i {
  color: #ec296b;
  padding-bottom:0px
}

/* Focus effect */
#demoModal .input-group-custom input:focus,
#demoModal .input-group-custom select:focus {
  border-color: #ec296b;
  box-shadow: 0 0 5px rgba(236,41,107,0.3);
}



/* icon */
#brochureModal .input-group-custom i {
   color: #ec296b;
  padding-bottom:0px
}

/* input */
#brochureModal .input-group-custom input {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

/* placeholder */
#brochureModal .input-group-custom input::placeholder {
  color: #888;
}

/* focus */
#brochureModal .input-group-custom input:focus {
  border-color: #ec296b;
  box-shadow: 0 0 5px rgba(236,41,107,0.3);
}


/* icon */
#contactForm .input-group-custom i {
   color: #ec296b;
  padding-bottom:0px
}

/* input */
#contactForm .input-group-custom input {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

/* placeholder */
#contactForm .input-group-custom input::placeholder {
  color: #888;
}

/* focus */
#contactForm .input-group-custom input:focus {
  border-color: #ec296b;
  box-shadow: 0 0 5px rgba(236,41,107,0.3);
}