body {
   font-family: "Lato", sans-serif;
   padding: 0;
   margin: 0;
 }
 
 .sidenav {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 1;
   top: 0;
   left: 0;
   background-color: #fff;
   overflow-x: hidden;
   transition: 0.5s;
   /* padding-top: 60px; */
   box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
 }
 
 .sidenav a {
   padding: 8px 8px 8px 16px;
   text-decoration: none;
   font-size: 17px;
   color: #000000;
   display: block;
   transition: 0.3s;
   border-bottom: 1px #d5d5d5;
   border-bottom-style: solid;
   font-family: poppins;
}

ul.submenu li:after {
   content: "";
   width: 0;
   height: 2px;
   background: transparent;
   position: absolute;
   bottom: 0px;
   left: 0;
   transition: .5s;
   border-radius: 13px;
}

ul.submenu li:hover:after {
   transition: .5s;
   background: #002768;
   width: 100%;
}

ul.submenu li {
   list-style: none;
   position: relative;
}

ul .submenu li {
   list-style: none;
   position: relative;
}

ul .submenu {
   margin-top: 0;
   margin-bottom: 0;
   padding-left: 27px;
}
 
 /* .sidenav a:hover {
   color: #f1f1f1;
 } */
 
 .sidenav .closebtn {
   /* position: absolute; */
   /* top: 0;
   right: 25px; */
   font-size: 36px;
   /* margin-left: 50px; */
 }


 #dropdown-icon {
   display: inline-block;
   margin-left: 5px; /* Adjust as needed */
   transition: transform 0.3s ease;
}

#submenu.active + #dropdown-icon {
   transform: rotate(180deg);
}


 .row_11 {
   display: flex;
   align-items: center;
   gap: 16px;
   justify-content: center;
   border-bottom: 1px #d5d5d5;
   border-bottom-style: solid;
}

 .row_11 a.closebtn {
   padding: 0;
}

.btn-nav_1 {
   width: 100%;
   justify-content: center;
   font-size: 14px;
   padding: 0 5px !important;
}

.btn-nav_1 {
   height: 50px;
   background: #ff6000;
   align-items: center;
   border-radius: 4px;
   color: white;
   padding: 8px 34px 7px;
   font-family: Montserrat;
   font-size: 18px;
   font-weight: 700;
   line-height: 18px;
   letter-spacing: 0em;
   text-align: center;
   border: 2px solid #ff6000;
   display: inline-flex;
   transition: .5s;
   cursor: pointer;
   text-transform: capitalize;
}

.main_1 {
   display: flex;
   align-items: center;
   justify-content: center;
   background: white;
   box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
 
 @media screen and (max-height: 450px) {
   .sidenav {padding-top: 15px;}
   .sidenav a {font-size: 18px;}
 }


 .logo_2 {
   width: 50%;
}

.side_1 {
   width: 50%;
   text-align: end;
   padding-right: 10px;
}

div#mySidenav a {
   text-align: left;
}

.overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
  
   opacity: 0;
   transition: opacity 0.3s ease;
   pointer-events: none; /* Ensures the overlay doesn't interfere with clicks */
}

.overlay.active {
   opacity: 1;
   pointer-events: auto; /* Allows the overlay to capture clicks */
}


.rotated img {
   transform: rotate(180deg);
   transition: transform 0.3s ease;
}
.submenu {
   opacity: 0;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s ease, opacity 0.3s ease;
}

.submenu.active {
   opacity: 1;
   max-height: 500px; /* Set a maximum height for the submenu */
}


ul.submenu {
   margin: 0 auto;
}


.submenu {
   padding: 0 0 0 17px;
}

.submenu li a {
   font-size: 12px;
}