

 .enroll-section {
    background: url('../img/14.jpg') center center/cover no-repeat; /* Center and cover the background */
   
    color: #ffffff; /* White text color */
    padding: 200px 20px; /* Padding for spacing */
    text-align: center; /* Center-align text */
    position: relative; /* Required for the overlay */
    overflow: hidden; /* Ensure the overlay doesn't overflow */
    
}

.enroll-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay with 60% opacity */
    z-index: 1; /* Place the overlay above the background image */
}

.enroll-section * {
    position: relative; /* Ensure content is above the overlay */
    z-index: 2; /* Place content above the overlay */
}

    .enroll-section h2 {
      font-size: 2rem;
      font-weight: 300!important;
      color:#3c92e8; ;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .enroll-section p {
      font-size: 16px;
      margin-bottom: 30px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      color: #fff;
      line-height: 1.6;
    }

    .enroll-section .cta-button {
      background-color: #3c92e8;
      color: #ffffff;
      padding: 15px 30px;
      font-size: 18px;
      border: none;
      font-weight: 300;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .enroll-section .cta-button:hover {
      background-color: #555;
      transform: translateY(-3px);
    }

    .enroll-section .cta-button:active {
      transform: translateY(0);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .enroll-section h2 {
        font-size: 2rem
      }

      .enroll-section p {
        font-size: 16px;
      }

      .enroll-section .cta-button {
        padding: 12px 24px;
        font-size: 16px;
      }
      .enroll-section {
    background: url('../img/14.jpg') center center/cover no-repeat; /* Center and cover the background */
   
    color: #ffffff; /* White text color */
    padding: 150px 20px; /* Padding for spacing */
    text-align: center; /* Center-align text */
    position: relative; /* Required for the overlay */
    overflow: hidden; /* Ensure the overlay doesn't overflow */
    
}
    }

    /* Responsive Design */
    @media (max-width: 468px) {
      .enroll-section h2 {
        font-size: 2rem
      }

      .enroll-section p {
        font-size: 16px;
      }

      .enroll-section .cta-button {
        padding: 12px 24px;
        font-size: 16px;
      }
      .enroll-section {
    background: url('../img/14.jpg') center center/cover no-repeat; /* Center and cover the background */
   
    color: #ffffff; /* White text color */
    padding: 100px 20px; /* Padding for spacing */
    text-align: center; /* Center-align text */
    position: relative; /* Required for the overlay */
    overflow: hidden; /* Ensure the overlay doesn't overflow */
    
}
    }
footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px 20px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3c92e8;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0;
}

.footer-column img {
    max-width: 150px;
    margin-bottom: 15px;
}

/* Quick Links Styling */
.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: #3c92e8;
}

/* Social Icons Styling */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #ecf0f1;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #3c92e8;
}

/* Newsletter Styling */
.newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.newsletter button {
    padding: 10px;
    background-color: #3c92e8;
    border: none;
    border-radius: 5px;
    color: #2c3e50;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter button:hover {
    background-color: #e67e22;
}

/* Footer Bottom Styling */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    font-size: 14px;
}

.footer-bottom a {
    color: #3c92e8;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}
/* Social Icons Column Additions */
.social-description {
    margin-top: 15px;
    font-size: 14px;
    color: #bdc3c7;
}

.social-stats {
    margin-top: 20px;
    font-size: 14px;
    color: #ecf0f1;
}

.social-stats strong {
    color: #3c92e8;
    font-size: 16px;
}

/* Newsletter Column Additions */
.newsletter-benefits {
    margin-top: 20px;
    font-size: 14px;
    color: #bdc3c7;
}

.newsletter-benefits ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.newsletter-benefits ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.newsletter-benefits ul li::before {
    content: "✔";
    color: #3c92e8;
    position: absolute;
    left: 0;
}
@media(max-width:798px){
    .footer-container {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   margin: 0 0%;
}
}