@font-face
{
   /* font-family: header1;
   src: url('../fonts/Alatsi-Regular.ttf');

   font-family: header2;
   src: url('../fonts/Satisfy-Regular.ttf'); */

}


 

 .header1
 {
   width: 100%;
   /* text-align: center; */
   background-color: aqua;
 }

 .headerleft
 {
   width: 70%; 
   display: table-cell; 
   background-color: #f4edde;
   padding-top: 10px;
   padding-bottom: 10px;
   /* float: left; */
 }

 .headerright
 {
   width: 30%; 
   display: table-cell;
   background-color: #f4edde;
   /* padding-top: 10px;
   padding-bottom: 10px; */
   /* float: right; */
 }

 

 .navbar
 {
   z-index: 9999;
   margin-left: -200px;
 }

 

 .dropdown-menu
 {
   /* text-align: center; */
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    visibility: hidden;
    display: block !important; /* keep bootstrap happy */
    /* height: 0; */
    /* overflow: hidden; */
 }

 .dropdown:hover > .dropdown-menu{
    display: block;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    height: auto;
 }

 

 .hp1
 {
   margin-top: 1vh;
   margin-bottom: 1vh;
   margin-left: 10vw;
   /* width: 30%; */
   /* background-color: blue; */
   width: 30%;
   /* height: ; */
 }

 .hp2
 {
      margin-top: 1vh;
   margin-bottom: 1vh;
   margin-right: 10vw;
   margin-left: 2vw;
   /* width: 30%; */
   /* background-color: blue; */
   width: 40%;
   /* height: ; */
 }


 .footer
 {
   display: flex;
   background-color: #254e58;
 }


 .footer10
 {
   width: 50%;
 }


 .footer20
 {
   width: 50%;
   margin-left: 15%;
 }


 .quickLink
 {
   margin: 0px;
   padding: 3px;
   color: white;
   font-size: 9px;
 }


 .footer12
 {
   margin-left: 10%;
 }

 .footer12 img
 {
   width: 96px;
 }


 /* .lbl_w125C
 {
   background-color: #f0f5f7;
   width: 125px;
 }


 .lbl_w145C
 {
   background-color: #f0f5f7;
   width: 145px;
 } */

 .buttonframe{
display: none;

 }


 .headerFixed
 {
  position: sticky;
  top: 0;
  /* padding: 10px 16px;
  background: #555;
  color: #f1f1f1; */
  z-index: 99999;
 }


.topBox {
  display: none;
  height: 20px;
  /* gap: 15px; */
}

/* Submenu container */
.dropdown-submenu {
    position: relative;
}

/* Position submenu to the right */
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
}

/* Submenu opens on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Optional: show arrow indicator */
/* .dropdown-submenu > a:after {
    content: ">";
    float: right;
    margin-left: 5px;
    font-size: 14px;
    opacity: 0.7;
} */


/* Two-column dropdown */
.dropdown-menu.two-column {
    width: 500px; /* increase width as needed */
    padding: 10px 15px;
    column-count: 2; 
    column-gap: 30px;
}

/* Prevent items from splitting */
.dropdown-menu.two-column .dropdown-item {
    break-inside: avoid;
}



 @media only screen and (min-width: 768px)
 {
   
   .hp1
   {
     margin-left: 30%;
     /* width: 130px; */
     /* background-color: blue; */
   }
 
   .hp2
   {
     width: 50%;
   }

   .headerleft
   {
     width: 30%; 
     display: table-cell;
     background-color: #f4edde;
     padding-top: 10px;
     padding-bottom: 10px;
   }
 
   .headerright
   {  
     width: 70%; 
     display: table-cell;
     /* background-color: blue; */
     /* padding-top: 10px;
     padding-bottom: 10px; */
   }


   .quickLink
   {
     margin: 0px;
     padding: 0px;
     color: white;
     font-size: 18px;
   }

   .footer12 img
   {
     width: 125px;
   }

   .buttonframe{
     width: 20%; 
     float: right; 
     display: flex; 
     justify-content: center;
     margin-top: 3%;
     margin-right: 10%;
   }

   .headerFixed
   {
    position: sticky;
    top: 0;
    /* padding: 10px 16px; */
    /* background: #555; */
    /* color: #f1f1f1; */
    z-index: 99999;
   }
   

  .topBox {
      display: flex;
      height: 20px;
      /* gap: 15px; */
  }

  .topBoxContent {
      flex: 1;         /* All boxes equal width */
      /* background: #f2f2f2; */
      padding: 10px;
      text-align: center;
      /* border-radius: 8px; */
      /* border: 1px solid #ccc; */
      font-family: Tahoma;
      font-size: 12px;
  }

   
  

 }