 body {
        margin: 0;
        font-family: Poppins, sans-serif;
        background-color: #bbb;
        font-weight: 600;
        font-size: 14px;
      }

      .logo {
        display: flex;
      }

      .logo img {
        max-width: 100%;
        padding-right: 10px;
      }


	 iframe.visme {
	 position: relative;
   	 z-index: 0;
	top: 75px;
  }	
	    
      .menu {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        align-items: center;
        margin-left: auto;

      }

      .menu li {
        position: relative;
        margin-left: 15px;
        margin-right: 10px;
      }

      .menu > li:first-child {
        margin-left: 0;
      }

      .menu li a {
        text-decoration: none;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        word-wrap: nowrap;
      }

	.menu a:hover {
  	color: #009dd4;
	}

      .login-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 5px;
        width: auto;
      }

      .login-button > a {
        text-decoration: none;
        background: #009dd4;
        border-radius: 7px;
        word-wrap: break-word;
        font-size: 14px;
        color: #fff;
        padding: 14px 42px;
      }

      .login-buttons li {
        display: block;
        position: relative;
      }

      .login-buttons li:not(:last-child) {
        margin-right: 10px;
      }

      .login-buttons li:hover .login-dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #000000;
      }

      .login-buttons li a {
        font-size: 14px;
        padding: 14px 42px;
        color: #fff;
      }

      .login-buttons ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .login-dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        background-color: #fff;
        border: 1px solid #000000;
        border-radius: 0px;
        padding: 0;
      }

      .login-button:hover .login-dropdown-menu {
        display: block;
      }

      .login-dropdown-menu li {
        list-style: none;
        margin: 0;
      }

      .login-dropdown-menu li a {
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        padding: 0;
        white-space: nowrap;
        padding: 12px 16px;
      }

      .login-dropdown-menu li a:hover {
	background-color: #009dd4;
        color:#009dd4;
      }

      .dropdown-menu {
        display: none;
        position: absolute;
        left: 0;
        z-index: 2;
        background-color: #fff;
        border: 1px solid #000000;
        padding: 0;
        width: fit-content;
        margin-top: 24px;
      }

      .login-buttons li:hover .dropdown-menu {
        display: block;
      }

      .menu li:hover .dropdown-menu {
        display: block;
      }

      .dropdown-menu li {
        list-style: none;
        margin: 0;
        white-space: nowrap;
      }

      .dropdown-menu li a {
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        padding: 20px 20px;
      }

      .dropdown-menu li a:hover {
        background-color: #009dd4;
        color: #fff;
      }


      /*footer*/


footer {
    background-color: #f2f2f2;
    padding: 40px 0;
    text-align: center; 
    font-family: Poppins;
  }


  
  .footer-container {
    display: flex;
    justify-content: space-between; 
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-left {
    display: flex;
    flex-direction: column;
  }
  
  .quadrant {
    margin-bottom: 20px;
  }
  
  h1 {
    font-size: 40px; 
    margin-bottom: 10px; 
    font-weight: 100;
  }
  
  .small-image {
    width: 50px; 
    height: 50px; 
    margin: 5px; 
  }
  
  
  .grayscale-icon {
    filter: grayscale(100%);
  }
  
  .menu-items-wrapper {
    display: flex;
    align-items: flex-start; 
    flex-grow: 1; 
    justify-content: flex-end; 
  }
  
  .menu-items ul {
    list-style: none;
    padding: 0;
  }
  
  .menu-items li {
    display: flex; 
    flex-direction: column; 
  }
  
  .menu-items h2.category-heading {
    font-size: 20px; 
    color: #333; 
    margin-bottom: 10px; 
    font-weight: 400;
  }
  
  .menu-items a {
    color: #000000;
    text-decoration: none;
    font-size: 12px; 
  }
  
  .menu-items a:hover {
    text-decoration: underline;
  }
  
  .subtext a {
    color: #666;
    font-size: 14px;
    font-weight: 400; 
  }
  
  .subtext a:hover {
    color: #333;
  }
  
  /* Media query to display the menu items horizontally on larger screens */
  @media screen and (min-width: 770px) {
    .menu-items-wrapper {
      align-items: center; 
    }
  
    .menu-items li {
      margin-right: 20px; 
    }
  
    .menu-items ul {
      display: flex; 
    }
  
    .small-image {
      width: 50px; 
      height: 50px; 
      margin: 0 5px;
    }
  
    
    @media screen and (min-width: 768px) {
      .grayscale-icon {
        filter: grayscale(100%);
      }
    }
  }
   /*footend*

  
      /* Media Query for smaller screens */
      @media (max-width: 1290px) {
        .header {
          display: inline-block;
          justify-content: space-between;
          align-items: center;
          background-color: #fff;
          padding: 0 100px;
          position: fixed;
          z-index: 3;
          box-sizing: border-box;
          width: 100%;
          padding-top: 16px;
          padding-bottom: 20px;
          padding-left: 32px;
          padding-right: 32px;
        
        }

        .menu {
          display: none;
        }

        .menu-icon {
          display: block;
          cursor: pointer;
          float: right;
          padding: 28px 0px;
          position: relative;
          user-select: none;
          z-index: 4;
          margin-left: auto;

          input[type="checkbox"]:checked ~ .menu-vertical:nth-child(1):hover {
            display: block;
          }
        }

        .menu-icon .nav-icon {
          background: #95c11e;
          display: block;
          height: 6px;
          position: relative;
          transition: background 0.2s ease-out;
          width: 30px;
        }

        .menu-icon .nav-icon:before,
        .menu-icon .nav-icon:after {
          background: #009dd4;
          content: "";
          display: block;
          height: 100%;
          position: absolute;
          transition: all 0.2s ease-out;
          width: 100%;
        }

        .menu-icon .nav-icon:before {
          top: 9px;
        }

        .menu-icon .nav-icon:after {
          top: -9px;
        }

        .menu-btn {
          display: none;
        }

        .menu-btn:checked ~ .menu-vertical {
          display: block;
        }

        .menu-btn:checked + .menu-vertical {
          display: block;
        }

        .menu-btn:checked ~ .menu-icon .nav-icon {
          background: transparent;
        }

        .menu-btn:checked ~ .menu-icon .nav-icon:before {
          transform: rotate(-45deg);
          top: 0;
        }

        .menu-btn:checked ~ .menu-icon .nav-icon:after {
          transform: rotate(45deg);
          top: 0;
        }

        .menu-vertical {
          display: none;
          list-style: none;
          padding: 0;
          margin: 0;
          position: fixed;
          top: 98px;
          right: 0;
          background-color: #fff;
          width: 25%;
          white-space: nowrap;
        }

        .menu-vertical li {
          display: flex;
          text-align: right;
          list-style: none;
          align-items: center;
          justify-content: flex-end;
        }

        .menu-vertical li a {
          display: block;
          padding: 10px;
          text-decoration: none;
          color: #333;
          font-size: 16px;
          font-weight: bold;
          border-top: 1px solid #000000;
          width: 100%;
        }

        .menu-vertical li a:hover {
          background-color: #009dd4;
          color: #fff;
        }

        .menu-vertical ul {
          padding: 0;
          margin: 0;
        }

	 iframe.visme {
	 position: relative;
   	 z-index: 0;
	top: 100px;
  }	
	      
      }

      /* Media Query for larger screens */
      @media (min-width: 1291px) {
        .header {
          display: inline-block;
          justify-content: space-between;
          align-items: center;
          background-color: #fff;
          padding: 0 45px;
          position: fixed;
          z-index: 3;
          box-sizing: border-box;
          width: 100%;
          padding-top: 10px;
          padding-bottom: 5px;
        }

        .menu li {
          position: relative;
          padding: 0;
        }
        .menu li::before {
          content: "";
          position: absolute;
          top: -25px;
          left: -5px;
          right: 5px;
          bottom: -25px;
          opacity: 0;
          z-index: -1;
        }
        .menu-btn,
        .menu-icon {
          display: none !important;
        }

        .menu-vertical {
          display: none;
        }

        .header .menu {
          display: flex;
          align-items: center;
          justify-content: flex-end;
        }

        .logo {
          margin-right: 20px;
        }

        .header::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 4%;
          width: 92%;
          height: 1px;
          box-shadow: 0px 1px 0px 0px #000000;
        }
      }
      .navbar {
        display: flex;
        align-items: center;
      }
