        body {
            margin: 0;
            font-family: 'Arial', sans-serif;
            background-color: #f4f4f4;
            color: #333;
        }

        header {
            height: 400px; 
            background-image: url(./11-Pica.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: flex-end; 
            padding: 20px;
            position: relative;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); 
        }

        .a1 {
            max-width: 800px;
        }

        .a2 {
            font-size: 3em;
            margin: 0;
        }

        .a3 {
            font-size: 2em;
            margin: 10px 0 20px;
            font-weight: normal;
        }

        .a4 {
            width: 100%;
            height: 3px;
            background-color: white;
        }

       
        @media (max-width: 600px) {
          
            .a2 {
                font-size: 1.8em;
                  display: flex;
                align-items: center;
                justify-content: center;
            }

            .a3 {
                font-size: 1.2em;
                margin-top: -190px;
                  display: flex;
                align-items: center;
                justify-content: center;
            }
        }
         body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            color: #333;
            padding: 0px;
            margin-right: 10px;
        }
        .ss {
            margin-top: 20px;
            font-size: 40px;
            font-weight: 30px;
            color: #800000;
                text-align: center;
        }
        .a5-list {
            list-style-type: none;
            padding: 0;
            margin: 0 auto; 
            max-width: 1000px; 
            margin-top: 30px;
        }
        .a5-item {
            display: flex;
            align-items: center;
            margin: 20px 0; 
            margin-top: 30px;

        }
        .a5-item img {
            width: 90px;
            height: auto;
            font-weight: 30px;
            margin-top: 10px;
        }
.a6 {
  background-color: #510024;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.a7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.a8 {
  flex: 1 1 250px;
}

.a9 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.a10 {
  width: 160px;
  height: auto;
}

.a11 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.a12 {
  flex: 2 1 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: -10px;
}

.a13 {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 140px;
}

.a13 li {
  margin-bottom: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

.a13 li:hover {
  text-decoration: underline;
}

.a14 {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 20px auto 10px;
  max-width: 95%;
}

.a15 {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .a7 {

    text-align: center;
    gap: 10px;
  }

  .a8 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }

  .a9 {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .a10 {
    width: 120px;
  }

  .a11 {
    font-size: 13px;
    text-align: center;
  }

  .a12 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin: 0;
  }

  .a13 {
    margin: 0;
    padding: 0;
  }

  .a13 li {
    margin-bottom: 5px;
    font-size: 13.5px;
  }

  .a14 {
    margin: 15px auto 5px;
  }

  .a15 {
    font-size: 12.5px;
    margin-top: 0;
    padding-bottom: 10px;
  }
}

.footer {
  background-color: #510024;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo-section {
  flex: 1 1 250px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo {
  width: 160px;
  height: auto;
}

.logo-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

.footer-links {
  flex: 2 1 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: -10px;
}

.footer-links ul li a {
  text-decoration: none;
  color: white;
}

.footer-column {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 140px;
}

.footer-column li {
  margin-bottom: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  color: white;
}

.footer-column li:hover {
  text-decoration: underline;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 20px auto 10px;
  max-width: 95%;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-top {
    text-align: center;
    gap: 10px;
  }

  .footer-logo-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }

  .logo-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-logo {
    width: 120px;
  }

  .logo-text {
    font-size: 13px;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin: 0;
  }

  .footer-column {
    margin: 0;
    padding: 0;
  }

  .footer-column li {
    margin-bottom: 5px;
    font-size: 13.5px;
  }

  .footer-divider {
    margin: 15px auto 5px;
  }

  .footer-bottom {
    font-size: 12.5px;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
