
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        section {
            padding: 80px 0;
        }
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/banner.jpg');
            background-size: cover;
            background-position: center;
            
            height: 550px;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .hero-content h1{
            text-transform: uppercase;
            font-size: 58px;
        }

        .counter-section {
            background-color: #f8f9fa;
        }
        .counter-number {
            font-size: 3rem;
            font-weight: bold;
            color: #a10180;
        }
        .feature-icon {
            font-size: 2.5rem;
            color: #a10180;
            margin-bottom: 20px;
        }
        .card {
            transition: transform 0.3s;
            height: 100%;
        }
        .card:hover {
            transform: translateY(-10px);
        }
        .testimonial-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 50%;
        }
        .newsletter-section {
            background-color: #f8f9fa;
        }
        footer {
            background-color: #343a40;
            color: white;
            padding: 60px 0 20px;
        }
        footer a {
            color: #e0e0e0;
            text-decoration: none;
        }
        footer a:hover {
            color: white;
            text-decoration: underline;
        }
        .btn-primary {
            background-color: #a10180;
            border-color: #a10180;
        }
        .btn-primary:hover {
            background-color: #a10180;
            border-color: #a10180;
        }
        .text-primary {
            color: #a10180 !important;
        }


        .blog-content img{
            width: 100%;
        }

        .blog-content p{
            text-align: justify;
        }

        .navbar-brand img{
            width: 45%;
        }


        .newsletter-form {
  background: #ffffff;
  padding: 30px;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  text-align: center;
}

.newsletter-form h2 {
  margin-bottom: 8px;
  color: #333;
}

.newsletter-form p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.newsletter-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.checkbox {
  display: block;
  font-size: 14px;
  text-align: left;
  margin-bottom: 15px;
}

.newsletter-form button {
  width: 100%;
  padding: 10px;
  background: #a10180;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.newsletter-form button:hover {
  background: #3b5bdb;
}

.success-message {
  display: none;
  color: green;
  font-size: 16px;
  margin-top: 20px;
}

#confirmation-message {
    margin-top: 15px;
    color: green;
    font-size: 14px;
}

.hidden {
    display: none;
}
