 /* Custom Styles */
  header {
    background-color: #333;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
  }
p, a, span, div, ul, li, h2, h3{
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
  .menu-toggle {
    cursor: pointer;
    font-size: 24px;
  }
  
  

h2{
    font-size:30px;
    margin-bottom:25px;
}
  .close-btn {
    cursor: pointer;
    font-size: 24px;
    margin-right: 20px;
    z-index:99999999999;
    display: none; /* Initially hide close button */
  }

  nav {
    background-color: #330066;
    color: #fff;
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    padding-top: 50px;
    z-index:9999;
    transition: right 0.3s ease;
  }

  nav.active {
    right: 0;
  }

  nav ul {
    list-style: none;
  }

  nav ul li {
    padding: 10px 20px;
  }

  nav ul li a {
    color: #fff;
    text-decoration: none;
  }

  main {
    margin-top: 60px; /* Adjust according to your header height */
    padding: 20px;
  }
  .purple-header{
      background-color:#330066;
  }
  .purple-header img{
     max-width:210px;
     float:left;
     padding:15px;
  }
 .toggle-control {
    z-index: 9999999;
}
  .footer-top img{
      max-width:100%;
  }
  .footer{
      position:fixed;
      bottom:0px;
      min-height:150px;
            background-color:#330066;

  }
  .logo{
    width:97%;
  }
  .main-button span{
      padding:0px 10px 0px 0px;
  }
  
    .main-button {
    padding: 20px 40px;
    background-color: #330066;
    border-radius: 40px 0px 40px 0px;
    border-bottom: 10px solid #FFBF65;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    color: #ffffff;
    margin-bottom: 20px;
    margin-right: 30px;
}
   .learn-more{
      padding:10px 20px;
background-color:#330066;
border-radius:20px 0px 20px 0px;
border-bottom:5px solid #FFBF65;
display:inlin-block;
width:400px;
max-width:100%;
color:#ffffff;
margin-bottom:20px;
  }
  .footer-logo{
      text-align:center;
      margin-bottom:60px;
  }
  .footer-logo img{
      max-width:160px;
  }
  .main-button:hover{
      color:#ffffff;
      text-decoration:none;
  }
  .learn-more:hover{
      color:#ffffff;
      text-decoration:none;
  }
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

@media only screen and (max-width: 600px) {
.main-button{
      padding:20px 40px;
background-color:#330066;
border-radius:40px 0px 40px 0px;
border-bottom:10px solid #FFBF65;
display:block;
width:400px;
max-width:100%;
color:#ffffff;
margin-bottom:20px;
  }

}

