.text-green {
  /* color:#119083;   */
  color: #f02334;
  font-family: 'Poppins', sans-serif;
}

.back-green {
  /* background: linear-gradient(120deg, #015754, #4fbdb2, #4fbdb2); */
  /* background-color:  #C1A43A; */
  /* background-color: #cf0012; */
  background: linear-gradient(125deg, #f02334, #f37a7a, #e74350);
  /* background: linear-gradient(122deg,#f02334 0%, rgba(255, 173, 173, 1) 57%, rgba(240, 129, 129, 1) 99%); */
  font-family: 'Poppins', sans-serif;
}

.background-lightgreen {
  background-color: rgb(92, 199, 188);
}

body {
  font-family: 'Poppins', sans-serif;
}

.box {
  box-shadow: -7px 6px 7px -3px rgba(102, 102, 102, 1);
}

.box:hover {
  background: linear-gradient(120deg, #4fbdb2, #4fbdb2, #015754, );
  transition: .3s ease;
  transform: scale(1.05);
}

.img-hover:hover {
  transition: .3s ease;
  transform: scale(1.2);
}

.img1-hover:hover {
  transition: .3s ease;
  transform: scale(0.8);
}

.magicpattern {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  /* background-image: url("./images/magicpattern-polka-dot-pattern-1740047307402.png"); */
}

video {
  object-fit: cover;
}

.bg-overlay {
  background-color: rgba(250, 250, 250, 0.85);
  /* Optional: white semi-transparent overlay */
  min-height: 70vh;
}



.card-header-custom {
  height: 70px; /* Equal height for all headers */
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.box p {
  font-size: 0.95rem;
}

@media (max-width: 576px) {
  .card-header-custom {
    height: auto;
    padding: 10px;
    text-align: center;
  }
}

.footer-bg {
    position: relative;
    overflow: hidden;
}

.footer-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('./images/red-gradient-footer-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: -1;
}

/* White Line */
.line {
    height: 5px;
    width: 50px;
    border-radius: 5px;
    background-color: white;
    margin-top: 10px;
}

/* Divider Line */
.line2 {
    height: 1px;
    width: 100%;
    background-color: #ffffff70;
}

/* Remove margins for headings & paragraphs */
.box15-footer p,
.box15-footer h3,
.box15-footer h4 {
    margin: 0;
}

/* Footer link styling */
.footer-link {
    color: white;
    text-decoration: none;
    padding: 4px 0;
}

.footer-link:hover {
    text-decoration: underline;
}

.about-img{
  height: 400px;
  width: 200px;
}

.about-img img{
  height: 100%;
  width: 100%;
}
