body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  .hero-section {
    background-position: top center;
  }
}
 /* nav . header */
  
.biwaichi-header {
  background-color: #f8f8f8;
  padding: 1px 0;
  font-family: sans-serif;
  position: fixed;
  top: 0; left: 0; width: 100%;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(49, 23, 23, 0.15);
}

.nav-menu {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: center;  
  gap: 20px;
}
.nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.nav-logo img {
  height: 48px; 
  margin-top:10px;
}
@media screen and (max-width: 1200px) {
.biwaichi-header {
  padding: 15px 0;
}
.nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }
}

#menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #61bcc9;
  padding: 0 10px;
  flex-shrink: 0;
}

#menu-items {
  display: flex;
  gap:20px;
  flex-grow: 1;
  justify-content: center;
}

#menu-items a {
  position: relative;
  padding: 6px 12px;
  font-size: 13px; /* dont change */
  color: #61bcc9;
  text-decoration: none;
  font-weight:500;
  z-index: 2;
}
#menu-items a:hover {
  color: #ff9900; 
  text-decoration: underline;
}

#menu-items a:nth-of-type(7)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f8b62d;
  border-radius: 20px;
  z-index: -1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#menu-items a:nth-of-type(8)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #61bcc9;
  border-radius: 20px;
  z-index: -1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);

}

#menu-items a:nth-of-type(7),
#menu-items a:nth-of-type(8) {
  color: #fff !important;
  font-weight: bold;
}

.dropdown {
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
  color: #f8b62d !important ;
}
.dropdown a, .dropdown button {
  color: #f8b62d !important;  
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;  
    left: 0;
    background: white;
    min-width: 100px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 10px;
    flex-direction: column;
    z-index: 1000;
  }
.dropdown-content.show {
  display: flex;
}

 .dropdown:hover .dropdown-content {
  display: flex;
}

 .dropdown-content a {
  color: #61bcc9;  
  padding: 12px 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, background-color 0.3s ease;
}

 .dropdown-content a:hover {
  background-color: #f0f0f0;
  color: #ff9900; 
}
@media screen and (min-width: 1210px) {
.slide-menu{
display:none;
}
}

@media screen and (max-width: 1210px) {
.slide-menu .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 100px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  border-radius: 4px;
  flex-direction: column;  
  z-index: 1000;
}

.slide-menu .dropdown-content.show {
  display: flex !important;
}

.slide-menu .dropdown-content a {
  width: 100% !important;
  padding: 12px 16px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  color: #61bcc9 !important;
  display: block !important;
  box-sizing: border-box !important;
}

  .slide-menu > .dropdown {
    position: absolute;
    top: 30px;
    right:14%;
    z-index: 10001;
  }

  .slide-menu > .dropdown > a {
    color: #61bcc9;  
    font-weight: bold;
   }

  .slide-menu > .dropdown .dropdown-content {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: auto;
  width: max-content;   
  padding: 4px 0;      
}
}

.slide-menu {
  position: fixed;
  top: 0;
  left: 0;   
  width: 100%;
  height: 100vh;
  background-color: white;
  overflow-y: auto;
  transform: translateX(-100%);  
  transition: transform 0.6s ease;   
  z-index: 10000;
  padding: 40px 20px;
}

.slide-menu.open {
  transform: translateX(0);   
}

.slide-menu-logo {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;  
  height: auto;
  z-index: 10;
}

.slide-menu-logo img {
  width: 70%;
  height: auto;
  display: block;
  margin-top:-13px;
  margin-left:10px;

}

.slide-menu-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;  
  margin-top:70px;
  margin-bottom: 30px;
  max-width: 310px;  
  margin-left: auto;
  margin-right: auto;
}

.slide-menu-icons .icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  justify-content: center; 
  color: #333;
  width: 140px;  
  height: 140px;  
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  padding-bottom:20px;
  padding-left:0;
  padding-right:0;

}

.slide-menu-icons .icon-link img {
  width: 120px;
  height:120px;
  margin-bottom: 2px;
}

.slide-menu-icons .icon-link p {
  font-size: 11px;   
  margin: 5px 0 0;
  text-align: center;
  color: #333; 
  font-weight: bold; 
}

.slide-menu-icons .icon-link:hover p {
  color: #f5b400; 
  transition: color 0.3s ease;
}

.slide-menu-bottom-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-bottom:10px;
}

.bottom-button {
  width: 280px;
  padding: 12px 0;
  border-radius: 25px;
  font-weight: 600;
  text-align: center;
  color: white;
  text-decoration: none;
  user-select: none;
}

.bottom-button.book {
  background-color: #f5b800;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);

}

.bottom-button.book:hover {
  background-color: #d49b00;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

 .bottom-button.contact {
  background-color: #61bcc9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.bottom-button.contact:hover {
  background-color: #509aa0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

 .bottom-button.FAQ {
  background-color: #a4a4a5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.bottom-button.FAQ:hover {
  background-color: #615f5f;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);

}

 .slide-menu #close-menu {
  position: absolute;
  margin-top: -20px;
  margin-left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #61bcc9;
  border-radius: 90%;
  background-color: white;
  color: #61bcc9;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.6s ease, background-color 0.3s, color 0.3s;
  z-index: 999;

  display: flex !imporatnt;             
  align-items: center;       
  justify-content: center;    
  line-height: 1;             
  padding: 0;                 
  box-sizing: border-box;     
}

 #close-menu:hover {
  background-color: #f5b400;
  color: white;
  border-color: #f5b400;
}

 @media screen and (min-width:1200px) {
  #menu-toggle {
    display: none !important;
  }
  #menu-items a {
    display: inline-block !important;
  }
  .nav-menu {
    justify-content: center !important;
  }
}

 @media screen and (max-width:1200px) {
  .nav-menu {
  justify-content: space-between !important;  
  padding: 0 5px ;
  }

  #menu-toggle {
    display: block !important;
  }

  #menu-items {
    flex-grow: 0;
    gap: 5px;
   }

  #menu-items a {
    display: none !important;  
    font-size:12px;
  }

  #menu-items a:nth-of-type(7),
  #menu-items a:nth-of-type(8) {
  display: inline-block !important;
   }
 
  .dropdown {
  margin-right: -20px;
  margin-top:-2px;
    color : #f8b62d ;
}
 
 
 
}