/* topnav canvas */

 .topnav-bar {
      background: #006A4E;
      padding: 10px 0;
      overflow: hidden;
      white-space: nowrap;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .topnav-container {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
  }

  .topnav-info {
      width: 100%;
      overflow: hidden;
      position: relative;
      text-align: center;
  }

  .scrolling-text {
      display: inline-block;
      white-space: nowrap;
      font-weight: bold;
      color: #fff; /* Stylish pink color */
      font-size: 15px;
      margin-top:5px;
      animation: marquee 12s linear infinite;
  }

  @keyframes marquee {
      from {
          transform: translateX(100%);
      }
      to {
          transform: translateX(-100%);
      }
  }
  
.google-form-section {
    margin-top: 80px; 
    display: flex;
    justify-content: center;
    background-color: #C7FDCB;
    padding: 20px 10px;
}

/* Desktop: Side-by-side layout */
.google-form-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    max-width: 1200px;
    text-align: left;
    gap: 60px; /* Space between text and button */
}

/* Highlighted text */
#google-form {
    color: #CD991C;
    font-weight: 650;
    font-size: 20px;
}

/* Text */
.form-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Roboto", serif;
    flex: 1; /* Ensures text takes available space */
}

/* Button */
.form-link a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, #006A4E, #018749, #17B169);
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: background 0.3s ease-in-out;
    white-space: nowrap; /* Prevents text breaking */
}

/* Mobile: Stack elements */
@media (max-width: 768px) {
    .google-form-container {
        width: 90%;
        flex-direction: column; /* Stacks text and button */
        text-align: center;
        gap: 10px;
    }

    .form-text {
        font-size: 16px;
    }

    #google-form {
        font-size: 18px;
    }

    .form-link a {
        font-size: 14px;
        padding: 10px 18px;
    }
}


  /*.google-form-section {*/
  /*    margin: 70px auto;*/
  /*    display: flex;*/
  /*    justify-content: center;*/
  /*    height:60px;*/
  /*    background-color: #C7FDCB;*/
  /*}*/

  /*.google-form-container {*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*    justify-content: space-between;*/
  /*    width: 60%;*/
  /*     margin-top:10px;*/
  /*    padding: 10px 0;*/
  /*}*/

  /*#google-form{*/
  /*    color:#CD991C;*/
  /*    font-weight:650;*/
  /*    font-size: 22px;*/
  /*}*/
  /*.form-text {*/
  /*    font-size: 19px;*/
  /*    font-weight: bold;*/
  /*    color: #000;*/
  /*    margin-right: 120px;*/
  /*    margin-top:5px;*/
  /*    font-weight: 600;*/
  /*    font-family: "Roboto", serif;*/
  /*}*/

  /*.form-link a {*/
  /*    text-decoration: none;*/
  /*    font-size: 16px;*/
  /*    font-weight: bold;*/
  /*    color: #ffffff;*/
  /*    background-color: #d63384;*/
  /*    padding: 8px 15px;*/
  /*    background: linear-gradient(90deg, #006A4E, #018749, #17B169);*/
  /*    border-radius: 5px;*/
  /*}*/

  /*.form-link a:hover {*/
  /*    background-color: #b0286a;*/
  /*}*/
  
  /*@media(max-width:768px){*/
    
  /*  .form-link a {*/
  /*      font-size: 13px;*/
  /*      padding: 12px 18px;*/
  /*  }*/
  /*    .google-form-section{*/
  /*        height: auto;*/
  /*    }*/
  /*    .google-form-container{*/
  /*        width: 100%;*/
  /*        height: auto;*/
  /*    }*/
  /*}*/
 
 
/*.topnav .topnav-container .topnav-info{*/
/*    display: flex;*/
/*    justify-content: space-evenly;*/
/*    background-color: #006A4E;*/
/*    height: 46px;*/
/*}*/
/*.topnav .topnav-container .topnav-info span{*/
/*    color: #edf0f2;*/
/*    font-size: 15px;*/
/*    font-weight: 600;*/
/*    padding-top: 10px;*/
/*}*/
/*.topnav .topnav-container .topnav-info span a{*/
/*    color: #edf0f2;*/
/*    font-size: 15px;*/
/*    padding-top: 10px;*/
/*}*/
/*#sp{*/
/*    visibility: hidden;*/
/*}*/
/*#heading-topnav-left{*/
/*    margin-right: 240px;*/
/*}*/
/*@media(max-width:525px){*/
/*    .topnav-container{*/
/*      display: none;*/
/*   }*/
/*}*/


/*Header*/
.header-bottom__main-menu ul li a {
   font-size: 18px; /* Set the desired font size */
   font-weight: 800px; /* Semi-bold text for better visibility */
   color: black; /* Adjust text color, if needed */
   text-transform: uppercase; /* Optional: make text uppercase */
   font-family: Arial, Helvetica, sans-serif;
}
.header-bottom__main-menu ul li{
   font-weight: 700;
}

.header-bottom__main-menu ul li a:hover{
   color:#FFE792;
}