  #section11 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    #section11 header {
      text-align: center;
      background-color: #f1f1f1;
      padding: 20px;
      color:green;
    }

    #section11 header h1 {
      margin: 0;
    }

    #section11 .contact-container {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    #section11 .contact-container h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    #section11 .form-group {
      margin-bottom: 15px;
    }

    #section11 .form-group label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
    }

    #section11 .form-group input, .form-group textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
    }

    #section11 .form-group textarea {
      resize: vertical;
      height: 100px;
    }

    #section11 button {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 18px;
      border: none;
      border-radius: 5px;
      color: white;
      background-color: #007BFF;
      cursor: pointer;
      transition: 0.3s;
    }

   #section11 button:hover {
      background-color: #0056b3;
    }

   #section11 .contact-details {
      margin-top: 20px;
      text-align: center;
    }

   #section11 .contact-details p {
      font-size: 16px;
      color: #555;
    }

   #section11 .contact-details a {
      color: #007BFF;
      text-decoration: none;
    }

   #section11 .contact-details a:hover {
      text-decoration: underline;
    }

   #section11 footer {
      text-align: center;

      padding: 10px;
      margin-top: 20px;
    }



     #section2 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    #section2 header {
      text-align: center;
      background-color: #f1f1f1;
      padding: 20px;
      color:green;
    }

   #section2 header h1 {
      margin: 0;
    }

   #section2 .faq-container {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

   #section2 .faq-container h2 {
      text-align: center;
      margin-bottom: 20px;
    }

   #section2 .faq {
      margin-bottom: 15px;
    }

   #section2 .faq h3 {
      margin: 0;
      font-size: 18px;
      color: #007BFF;
      cursor: pointer;
    }

   #section2 .faq p {
      margin: 5px 0 0 0;
      display: none;
      font-size: 16px;
      line-height: 1.5;
      color: #333;
    }

   #section2 footer {
      text-align: center;
      padding: 10px;
      margin-top: 20px;
    }


     #section3 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    #section3 header {
      text-align: center;
      background-color: #f1f1f1;
      padding: 20px;
      color: green;
    }

    #section3 header h1 {
      margin: 0;
    }

   #section3 .members-container {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

   #section3 .members-container h2 {
      text-align: center;
      margin-bottom: 20px;
    }

   #section3 .member-options {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

   #section3 .option {
      padding: 15px;
      background-color: #007BFF;
      color: white;
      text-align: center;
      border-radius: 5px;
      text-decoration: none;
      font-size: 18px;
      transition: background-color 0.3s ease;
    }

   #section3 .option:hover {
      background-color: #0056b3;
    }

   #section3 .membership-details {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.6;
    }

   #section3 footer {
      text-align: center;
      padding: 10px;
      margin-top: 20px;
    }


    /* Reset some default styles */
#section4 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#section4 body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

#section4 .container {
    width: 80%;
    margin: 0 auto;
}

#section4 header {
    text-align: center;
    padding: 20px;
margin-left:28%;
}

#section4 h1 {
    font-size: 2.5em;
    color: #4CAF50;
}

#section4 h2 {
    font-size: 1.8em;
    margin-top: 30px;
    color: #333;
}

#section4 h3 {
    font-size: 1.4em;
    margin-top: 20px;
}

#section4 p, ul {
    font-size: 1em;
    line-height: 1.6;
    margin: 10px 0;
}

#section4 ul {
    list-style-type: disc;
    margin-left: 20px;
}

#section4 footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: white;
    margin-top: 40px;
}


#section4 img{
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
margin-left: 10px;
height:50px;
margin:20px;
transition: transform 0.3s ease-in-out;
    }

#section4 #icon:hover{
   transform: rotate(15deg);
    }
#section4 #heading{
display:flex;
}
#section4 img:active{
   transform:scale(0.3);
}

#section5 button {
  padding: 8px 15px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#section5 #logout-button {
  background-color: #ff4b4b;
  color: white;
}

#section5 #logout-button:hover {
  background-color: #d43c3c;
}

#section5 #login-button {
  background-color: #007BFF;
  color: white;
}

#section5 #login-button:hover {
  background-color: #0056b3;
}

#section5 #logout-button {
  padding: 8px 15px;
  font-size: 14px;
  background-color: #ff4b4b;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}

#section5 #logout-button:hover {
  background-color: #d43c3c;
}

#section5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#section5 .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 80%;
}

#section5 .modal-content button {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

#section5 .modal-content button:hover {
  background-color: #007BFF;
  color: white;
}

#section5 header {
      text-align: center;
      background-color: #f1f1f1;
      padding: 20px;
      color:green;
    }


#section5 .subscribed {
    background-color: #4caf50; /* Green to highlight the plan */
    color: white;
    box-shadow: 0 4px 8px rgba(255, 20, 147, 0.6); /* Pink box shadow */
  }

#section5 .subscribed button {
    background-color: gray; /* Make the button appear as disabled */
    cursor: not-allowed;
  }



  #section6 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

  #section6 h1 {
    font-size: 2.5em;
    color: #4CAF50;
}

#section6 h2 {
    font-size: 1.8em;
    margin-top: 30px;
    color: #333;
}

#section6 h3 {
    font-size: 1.4em;
    margin-top: 20px;
}

#section6 p, ul {
    font-size: 1em;
    line-height: 1.6;
    margin: 10px 0;
}

   #section6 header {
      text-align: center;
      background-color: #f1f1f1;
      padding: 20px;
      color:green;
    }

   #section6 header h1 {
      margin: 0;
    }

   #section6 .contact-container {
      max-width: 800px;
      margin: 20px auto;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

   #section6 .contact-container h2 {
      text-align: center;
      margin-bottom: 20px;
    }

   #section6 .form-group {
      margin-bottom: 15px;
    }

   #section6 .form-group label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
    }

   #section6 .form-group input, .form-group textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
    }

  #section6 .form-group textarea {
      resize: vertical;
      height: 100px;
    }

  #section6 button {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 18px;
      border: none;
      border-radius: 5px;
      color: white;
      background-color: #007BFF;
      cursor: pointer;
      transition: 0.3s;
    }

  #section6 button:hover {
      background-color: #0056b3;
    }

  #section6 .contact-details {
      margin-top: 20px;
      text-align: center;
    }

   #section6 .contact-details p {
      font-size: 16px;
      color: #555;
    }

   #section6 .contact-details a {
      color: #007BFF;
      text-decoration: none;
    }

   #section6 .contact-details a:hover {
      text-decoration: underline;
    }

   #section6 #guide-links{
    display:flex;
position:center;

    }

  #section6 #guide-links a{
    display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  color: white;
  background: #4CAF50;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
margin-left : 10%;
text-decoration:none;
    }

#section6 #guide-links a:hover{
  background: #45a049;

}

#section6 a:active{
   transform:scale(0.6);
}
    #section6 footer {
      text-align: center;

      padding: 10px;
      margin-top: 20px;

    }

    /* General Reset */
  #section0  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    #section0 body {
      font-family: "Arial", sans-serif;
      line-height: 1.6;
      background-color: #f4f4f4;
      color: #333;
    }

    #section0 header {
      background: linear-gradient(to bottom right, #007bff, #00aaff);
      color: white;
      padding: 20px 0;
      text-align: center;
      position: sticky;
      top: 0;
      z-index: 10;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    #section0 header h1 {
      font-size: 2.5rem;
    }

    #section0 header p {
      font-size: 1.2rem;
      margin-top: 10px;
    }

     #section0 nav {
      margin-top: 15px;
    }

     #section0 nav a {
      color: white;
      text-decoration: none;
      margin: 0 10px;
      padding: 8px 12px;
      border: 1px solid white;
      border-radius: 5px;
      transition: background 0.3s ease;
    }

    #section0 nav a:hover {
      background: white;
      color: #007bff;
    }

    #section0 .hero {
      background: url('https://via.placeholder.com/1920x800') center/cover no-repeat;
      height: 60vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      text-align: center;
    }

     #section0.hero h2 {
      font-size: 3rem;
      margin-bottom: 10px;
    }

    #section0 .hero p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }

    #section0 .hero a {
      color: white;
      text-decoration: none;
      padding: 10px 20px;
      background: #007bff;
      border-radius: 5px;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    #section0 .hero a:hover {
      background: #0056b3;
    }

    #section0 .container {
      max-width: 1200px;
      margin: 20px auto;
      padding: 0 15px;
    }

    #section0 .section-title {
      text-align: center;
      margin-bottom: 20px;
      font-size: 2rem;
      color: #444;
    }

    #section0 .subscriptions {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    #section0 .subscription-card {
      background: white;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      flex: 1 1 calc(33.333% - 20px);
    }

    #section0 .subscription-card h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }

    #section0 .subscription-card p {
      font-size: 1rem;
      color: #555;
      margin-bottom: 15px;
    }

    #section0 .subscription-card .price {
      font-size: 2rem;
      margin: 15px 0;
      color: #007bff;
    }

    #section0 .subscription-card button {
      background: #007bff;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    #section0 .subscription-card button:hover {
      background: #0056b3;
    }

    #section0 .gallery {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    #section0 .gallery img {
      width: calc(33.333% - 20px);
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    #section0 .gallery img:hover {
      transform: scale(1.05);
    }

    #section0 footer {
      text-align: center;
      padding: 20px;
      background: #333;
      color: white;
      margin-top: 20px;
    }

   #section0  footer p {
      margin: 5px 0;
    }

          #section0 .section {
            display: none;
        }

        /* Link styles */
        #section0 .nav-link {
            cursor: pointer;
            color: #007bff;
            padding: 10px;
            text-decoration: none;
        }

        #section0 .nav-link:hover {
            text-decoration: underline;
        }

           /* General Reset */
   #section7 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

   #section7 body {
      font-family: "Roboto", Arial, sans-serif;
      background-color: #f4f6f9;
      color: #333;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
    }

   #section7 h1 {
      font-size: 2rem;
      color: #444;
      margin-bottom: 10px;
    }

   #section7 p {
      font-size: 1rem;
      color: #666;
      margin-bottom: 20px;
    }

   #section7 form {
      width: 100%;
      max-width: 500px;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #eaeaea;
    }

   #section7 .form-group {
      margin-bottom: 15px;
    }

   #section7 label {
      display: block;
      font-weight: 600;
      margin-bottom: 8px;
      color: #555;
    }

   #section7 input, select {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
      transition: border-color 0.2s;
    }

   #section7 input:focus, select:focus {
      outline: none;
      border-color: #007bff;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    }

   #section7 button {
      width: 100%;
      padding: 12px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      background-color: #007bff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

   #section7 button:hover {
      background-color: #0056b3;
    }

   #section7 button:disabled {
      background-color: #ccc;
      cursor: not-allowed;
    }

    #section7 .status {
      margin-top: 15px;
      font-size: 14px;
      text-align: center;
      font-weight: bold;
    }

   #section7 .status.success {
      color: green;
    }

    #section7 .status.error {
      color: red;
    }