.hero-section {
    margin: 0px 30px;
    border-radius: 25px;
    position: relative;
    height: 200px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/static/images/aubg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.about-button {
    background-color: #074b72;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 2.5em;
    font-weight: bold;
}

.content-section {
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.text-content {
    flex: 1;
}



.section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
}

.section-title span {
    color: #074b72;
}

.text-block {
    margin-bottom: 20px;
    line-height: 1.6;
}

.blue-text {
    color: #074b72;
}

.image-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.hassle-free {
    color: #074b72;
    font-weight: bold;
}
.purpose-section {
background-color: #dceffd;
padding: 60px 40px;
margin-top: 40px;
}

.purpose-container {
max-width: 1200px;
margin: 0 auto;
}

.purpose-title {
text-align: center;
font-size: 2.5em;
margin-bottom: 40px;
}

.purpose-title span {
color: #074b72;
}

.cards-container {
display: flex;
gap: 30px;
justify-content: center;
}

.card {
background: white;
padding: 30px;
border-radius: 15px;
flex: 1;
max-width: 500px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-icon {
width: 60px;
height: 60px;
background-color: #f0f6ff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
}

.card-icon i {
font-size: 20px;
color: #074b72;
}

.card-title {
color: #074b72;
font-size: 1.5em;
margin-bottom: 20px;
}

.card-text {
line-height: 1.6;
color: #333;
}
.services-section {
padding: 60px 40px;
max-width: 1200px;
margin: 0 auto;
}

.services-title {
text-align: center;
font-size: 2.5em;
margin-bottom: 50px;
font-weight: 600;
}

.blue-text {
color: #074b72;
}

.service-container {
display: flex;
gap: 40px;
margin-bottom: 60px;
align-items: center;
}



.service-content {
flex: 1;
}

.service-title {
color: #074b72;
font-size: 1.8em;
margin-bottom: 20px;
font-weight: 500;
}

.service-text {
line-height: 1.8;
color: #333;
font-size: 1.1em;
}

.service-image {
flex: 1;
height: auto; /* Allow the image to define its height */
overflow: hidden;
border-radius: 25px;
}

.service-image img {
width: 80%;
height: 600px; /* Set a height greater than the width */
object-fit: cover;
border-radius: 25px; /* Apply the desired border-radius */
}

  .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .card1 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    flex: 1 1 300px;
    max-width: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  .card1-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #005599;
    margin-bottom: 10px;
  }

  .card1 p {
    font-size: 0.95rem;
    line-height: 1.6;
  }


/* Responsive Design */
@media (max-width: 768px) {
.service-container {
flex-direction: column;
}

.services-section .service-container.reverse {
flex-direction: column;
}

.service-image {
height: 300px;
}
}
.newsletter-section {
background-image: url('/static/images/news.png');
background-size: cover;
background-position: center;
height: 50vh; /* Full height */
position: relative;
margin-top: 0;
}

.newsletter-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
padding: 0 10%;
}

.newsletter-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1100px;
flex-wrap: wrap;
text-align: left;
}

.newsletter-content h2 {
color: white;
font-size: 3em;
font-weight: bold;
flex: 1;
margin-right: 20px;
}


.newsletter-wrapper
 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 500px;
}
@media (max-width: 580px) {
.newsletter-wrapper{
min-width:0;

}
}
.newsletter-form {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  padding: 5px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1;
}

.newsletter-form input {
  border: none;
  outline: none;
  padding: 15px 20px;
  font-size: 1em;
  border-radius: 50px;
  flex: 1;
}

.newsletter-form button {
  background-color: #074b72;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #0056b3;
}

.newsletter-agreement {
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.newsletter-agreement a{
  color: white;
}





/* Responsive Design */
@media (max-width: 768px) {




.section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
    
    
  }

.section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    }

  .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .card1 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    flex: 1 1;
    max-width: 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

  .card1-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #005599;
    margin-bottom: 10px;
  }

  .card1 p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}
  @media (max-width: 768px) {
    .section h2 {
      font-size: 1.5rem;
    }
    .card1 {
        padding: 20px;
        flex: 1 1;
        max-width: 350px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
  }

  /* Responsive Design Enhancements */

@media (max-width: 1024px) {
    .content-section,
    .service-container,
    .cards-container
    {
      flex-direction: column;
      text-align: center;
    }
  
    .image-content img,
    .service-image img {
      width: 100%;
      height: auto;
    }
  
    .service-image {
      height: auto;
    }
  

  
   
  }
  
  @media (max-width: 768px) {
    .hero-title {
      font-size: 1.8em;
      padding: 0 10px;
    }
  
    .section-title,
    .services-title,
    .purpose-title {
      font-size: 2em;
    }
  
    .card-container {
      flex-direction: column;
      align-items: center;
    }
  
  
    .service-text {
      font-size: 1em;
      text-align: justify;
    }
  

  }
  
  @media (max-width: 480px) {
    .newsletter-overlay {
      padding: 0%;
    }
    .hero-title {
      font-size: 1.5em;
    }
  
    .about-button {
      font-size: 0.9em;
      padding: 6px 16px;
    }
  
    .section-title,
    .purpose-title,
    .services-title {
      font-size: 1.6em;
    }
  

    .card-title {
      font-size: 1.3em;
    }
  
    
  }
  
    .section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
  }



  @media (max-width: 768px) {
    .section h2 {
      font-size: 1.5rem;
    }
  }
  