*{
	margin:0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;

}
.title{
  font-size:60px;
  text-align:center;
  box-sizing:border-box;
   padding-top:50px;
  padding-bottom:50px;
  
}
body{background-color: #9b948a;
	font-family: 'Lato', sans-serif;
	  max-width: 100%;
    box-sizing: border-box;
}
.container{background-color: #9b948a;
	width: 1100px;
	margin:0px auto;
	  max-width: 100%;
    box-sizing: border-box;
}
#toggle-icon{
	display: none;
}
nav{width: 100%;
  background-color: #9b948a;
    
	
    
	position: sticky;
	 display: flex;
  flex-direction: column; /* Stacks items vertically */
  align-items: center;    /* Centers items horizontally */
  padding: 10px;
	z-index: 1000; /* Set a high value 

*/


}
nav .logo{
	
	
	margin-bottom: 10px;    /* Adds space between logo and menu */
  width: 150px;           /* Adjust size as needed */
	


	max-width: 200px;
	box-sizing: border-box;

    height:auto;
   

 
}

}
nav .menu{
	width: 85%;
	float: left;
}
nav .menu .links{
	text-align: center;
	width: 80%;
float: left;

 display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;


}
nav .menu .links li{
	display: inline-block;
	margin-top: 10px;
	
background-color:  #9b948a;

}
nav .menu .links li:hover{color: #ffffff;
	
	margin-top: 0px;
}
nav .menu .links li a{
	display: block;
	padding: 10px 30px;
	
    color:   #FFFFFF; 
    font-weight: 500;
    transition: color 0.3s ease;
	
	letter-spacing: 1px;

}
nav .menu .links li a:hover{text-decoration: none;color:#ff6938;
	 

    

}
nav .menu .links .parent{
	position: relative; 
}
nav .menu .links .parent .arrow-icon{
	display: inline-block;
	transition: 0.4s;
	
}
nav .menu .links .parent .rotate{
	transform: rotate(90deg);
}
nav .menu .links .parent .childs{
	position: absolute;
	
	background:#e0e0e0;
	top: 100%;
	left: 0px;
	width: 200px;
	text-align: left;
	display: none;
  box-shadow: 0px 1px 6px 0px #333;
	
}


nav .menu .links .parent .childs li{
	display: block;
	margin-top: 0px;
}
nav .menu .links .parent .childs li{
	border-top: 1px solid #f3f3f3;
}
nav .menu .links .parent .childs li a{
	padding: 10px 3px;
}
nav .menu .icons{
	text-align: right;
	width: 20%;
	float: left;

}
nav .menu .icons li{
	display: inline-block;
	margin-top: 10px;
}

}

nav.menu .icons li a {
    text-decoration: none;
    color: #333;
    font-size: 1.2rem; /* Size of the icon */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, transform 0.2s ease; /* Smooth transition */
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 320px) and (max-width: 767px) {
  .container{background-color: #9b948a;
    width: 100%;
  }
  #toggle-icon{
    display: block;
    color: #333;
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 1;
    font-size: 18px;
    border: 1px solid #333;
    padding: 2px 5px;
    cursor:pointer;
  }
  .toggle-icon .fa-times{
    display:none;
  }
  .active-bar .fa-bars{
    display:none;
  }
  .active-bar .fa-times{
    display:block;
  }
  
  nav .logo{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    
  }

  nav .menu{
    width: 100%;
    /*background-color: #000;
    position: absolute;
    top: 73px;
    left: -100%;
    transition:0.4s;*/
    display: none;

  }
  nav .active-menu{
    left: 0%;
  }
  nav .menu .links{
    text-align: center;
    width: 100%;
   

 background-color: #9b948a;
  }

  nav .menu .links li{
    display: block;
    margin-top: 0px;
  }
  nav .menu .links li a{
    background-color: transparent;
  }

  nav .menu .links .parent .childs{
    position: static;
   background:#f4f4f4;
    width: 100%;
   
    text-align: center;
  }


  nav .menu .links .parent .childs li{
    border:0px;
  }



  nav .menu .icons{
    text-align: center;
    width: 100%;
    padding: 10px 0px;
  }
  nav .menu .icons li{
    margin-top: 0px;
  }
}
/* Tablet/Desktop View */
@media (min-width: 768px) {
  .navbar {
    flex-direction: row; /* Aligns logo and menu horizontally */
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
    .logo { max-width: 200px; /* Adjust for desktop */ }


@media only screen and (max-width: 767px) {
  .header {
    background-color: #9b948a !important;
    /* Force width to match viewport */
    width: 100vw;
    /* Center it if it was aligned left */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}


@media only screen and (max-width: 1024px) {
    .site-header {
        margin-bottom: 20px; /* Adds space below header */
    }
}


/* Tablet and Mobile: Up to 1024px */
@media only screen and (max-width: 1024px) {
    .zx_slideshow {
        margin-top: 30px; /* Adjust spacing as needed */
    }
}

/* Mobile Only: Up to 767px */
@media only screen and (max-width: 767px) {
    .zx_slideshow {
        margin-top: 20px; /* Slightly smaller spacing for phones */
    }
}

