/* Banner with background image */
.banner {
  position: relative;
  min-height: 600px;
  background: url("greenbackground\ copy.jpg") center/cover no-repeat;
  margin-top: 50px;
}

.banner2 {
  position: relative;
  min-height: 600px;
  background: url("rnwgreenbackgroundcopy2.jpg") center/cover no-repeat;
  margin-top: 50px;
}

.package {
  background: url("WnRpackage1\ copy.png") center/cover no-repeat;
}

.banner-lead{
  font-size: 1.5rem;
  font-weight: 300;
}

.banner-ideal{
  font-size: 1.5rem;
}

.lead-text{
  font-size: 1.2rem;

}

/* Dark overlay for readability */
.banner .overlay {
  position: relative;
  z-index: 2;
}

.banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}


.investment-section{
    margin-top: 50px;
}

.investment-row{
    padding-top: 30px;
}

/* Custom content boxes */
.custom-box {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.08);
}

.custom-box h2 {
  color: #0d6efd; /* Bootstrap Primary */
  margin-bottom: 1rem;
}

.bg-body-tertiary  {
  background-color: #e5e0cd !important;
}


.custom-box ul {
  margin-left: 1rem;
}


.feature-card {
  position: relative;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  height: 170px;
  align-items: flex-end;  /* Push text to bottom */
}

.feature-card2 {
  position: relative;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  display: flex;

}




.what {
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;  
  color: #ffffff;
}


.what-text {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 10px 15px;
  text-align: left;       /* Left align text */
  font-size: 1.2rem;
  line-height: 3rem;
}

.feature-text {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 10px 15px;
  text-align: left;       /* Left align text */
}


.zindex {
  z-index: 3;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4); /* dark overlay */
}

.what::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6); /* dark overlay */
}

.bggreen{
  background-color: #03361a; /* light gray, change as needed */

}

.x {
  border-color: blue;
  border-style: solid;
}


.bgcream{
 background-color: #efecdf;
}

.card-icon {
  width: auto;        /* adjust size as needed */
  height: 80px;
  display: block;
  padding-top: 40px;
}

.btn-warning{
    background-color:#c29540 !important;
    border-color: #c29540;
}

.amount{
    border-radius: 10px;
    background-color: #03361a;
    color: #ffffff;
    font-size: 1.1rem;
}

a{
  color: #ffffff;
}

/* style.css */
.item-box {
  display: flex;
  justify-content: start; 
  padding: 1rem;
  margin-bottom: 1rem;
}

.inner-box {
  display: flex;
  align-items: center;     /* vertical center image + text */
  gap: 10px;               /* spacing between them */
}

.item-box .rbanner-icon {
  width: 30px;          /* fixed size */
  height: 30px;
  object-fit: contain;  /* keep image aspect ratio */
}

.imgb {
  width: 100%;
  aspect-ratio: 4 / 3; /* Maintains 16:9 ratio automatically */
  object-fit: cover;
}