body {
  font-family: 'Poppins', sans-serif;
}

.brandLogo {
  height: 7vh;
}

.nav-link:hover , .highlight:hover {
  background-color: #cecece96;
}

.heropageText {

  color: white;
  background-image: url(../img/build.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.gradient-text {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(135deg, #00f0ff, #00ff87, #ffb300, #ff0066);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.card h2 {
  margin-top: 0;
  font-size: 1.5em;
}

.card p {
  color: #555;
}

.card button {
  background-color: #2e7d32;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1em;
  margin-top: 10px;
}

.card button:hover {
  background-color: #1b5e20;
}

/* Absolute and center on large screens */
@media screen and (min-width: 900px) {
  .card {
    position: absolute;

    z-index: 100;
  }
}

.f-16 {
  font-size: larger;
  font-weight: 400;

}

.heading {
  font-family: "tahoma";
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-icon {
  flex-shrink: 0;
  font-size: 1.8rem;
  color: #007BFF;
  margin-top: 4px;
}
.stylingCard{
  background-image: linear-gradient(120deg,black, grey,black);
}
.feature-text {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.4;
}


.section-title {
      text-align: center;
      color: #a3ce3a;
      font-weight: bold;
      margin: 40px 0 20px;
    }
    .pricing-card {
      background-color: #21323a;
      border-radius: 10px;
      padding: 2rem;
      box-shadow: 0 0 15px rgba(0,0,0,0.4);
    }
    .btn-green {
      background-color: #a3ce3a;
      color: #000;
      font-weight: bold;
      border: none;
    }
    .btn-green:hover {
      background-color: #c6f263;
    }
    th {
      background-color: #1f2228;
      color: #fff;
    }
    table {
      color: white;
    }
    .price-label {
      color: #a3ce3a;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1rem;
    }
    .master-plan-img {
      max-width: 100%;
      height: 28vh;
      border-radius: 10px;
    }
    .heroSection{
        height: 75vh;
      background-image: url(../img/carousel1.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    
    }
    .highlight-bar {
      width: 60px;
      height: 4px;
      background-color: #d4c622;
      margin-top: 0.5rem;
      margin-bottom: 1rem;
    }
    .cta-button {
      background-color: #186038;
      color: white;
      border: none;
    }
    .cta-button:hover {
      background-color: #124b2c;
    }
    .text-primary-custom {
      color: #008080;
    }
iframe{
  width: 100%;
}
@media (max-width: 575.98px) {
    .mobile-footer {
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 999;
    }
  }
  
  
  
.galleryImg{
    height:200px !important;
    width:100%;
}