 h1 {
        text-align: center;
        color: #708D81;
        margin-bottom: 10px;
    }
    
      h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #003B46;
    font-weight: 600;
    margin-bottom: 30px;
    font: Lato, sans-serif;
  }
  
    .intro {
        text-align: center;
        margin-bottom: 40px;
        color: #555;
        font-size: 1.5rem;
    }

    .card {
        background: #ffffff;
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 25px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .card h2 {
        margin-top: 0;
        color: #2E4730;
    }

    .btnz {
        display: inline-block;
        padding: 12px 20px;
        background:#FF69B4;
        color: white;
        text-decoration: none;
        border-radius: 8px;
        margin-top: 10px;
        transition: 0.3s;
    }

    .btnz:hover {
        background: #FF69B4;
    }
    
    .kelu-btn {
  background-color: #FFD700;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  border: none;
}

.kelu-btn:hover {
  background-color: #FFD700;
  color: #fff;
}

.kelu-btn-secondary {
  background-color: #FFD700;
  color: #fff;
  border-radius: 25px;
  padding: 12px 24px;
  border: none;
}

.kelu-btn-secondary:hover {
  opacity: 0.9;
}

.btn{
  background-color:#FF69B4;
  border-color:#FF69B4;
  }
  
.btn-warning{
  background-color:#FF69B4;
  border-color:#FF69B4;
}

    ul {
        margin: 15px 0;
        padding-left: 20px;
    }

    @media(max-width: 600px) {
        .card {
            padding: 15px;
        }
        .btn {
            padding: 10px 16px;
        }
    }
    .bg-ftr{
      background-color:#FF69B4;
    }
    .btn-w{
      background-color: #FFD700;
    }
    .article {
      padding: 20px;
      margin: 20px;
    }


.section-divider {
  margin: 50px 0;
  border: none;
  border-top: 1px solid #ddd;
}
.page-title {
  color: #003D46;
  font-weight: 600;
}

.section-heading {
  color: #003D46;
  margin-top: 60px;
  margin-bottom: 10px;
}

.section-sub {
  color: #708D81;
  margin-bottom: 40px;
}

.resource-card {
  background: #FFFFFFCC;
  padding: 25px;
  border-radius: 14px;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  min-height: 200px;
  border: 1px solid #FFD700;
}

.resource-card:hover {
  transform: translateY(-5px);
}

.resource-image {
    margin-bottom: 20px;
}

.resource-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}


