.header-main-con{z-index:999;background-color:#fff;justify-content:center;align-items:center;width:100%;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 6px #0000001a}.header-inner{justify-content:space-between;align-items:center;width:100%;max-width:1400px;display:flex}.header-sec1{background-color:#fff;width:100%}.header-topRow{justify-content:space-between;align-items:center;padding:5px 40px;display:flex}.header-searchBox{background-color:#eeefed;border:1px solid #78816b;border-radius:20px;justify-content:space-between;align-items:center;width:50%;font-size:.8rem;display:flex;overflow:hidden}.header-searchBox>input{border:none;outline:none;width:160px;padding:3px 10px}.header-searchBox>button{cursor:pointer;color:#555;background:0 0;border:none;padding:3px 10px}.header-icons{color:#444;cursor:pointer;gap:15px;font-size:16px;display:flex}.header-divider{border:none;border-top:1px solid #c3c3c3;margin:0 40px}.header-nav{justify-content:center;gap:30px;padding:10px 0;font-size:14px;display:flex}.header-nav>a{color:#222;font-weight:500;text-decoration:none;transition:color .3s}.header-nav>a:hover{color:#5e8f60}.header-burger{display:none}.header-nav-item{position:relative}.header-nav-item>a{font-weight:500}.header-dropdown-wrapper{position:relative}.dropdown{z-index:999;background-color:#eeefed;justify-content:center;width:100vw;padding:30px 0;display:none;position:fixed;top:116px;left:0;box-shadow:0 2px 10px #0000001a}.dropdown.show{display:flex}.dropdown-left{flex:2}.dropdown-content{justify-content:space-between;width:100%;max-width:1300px;padding:0 40px;display:flex}.dropdown-title{color:#566246;border-bottom:2px solid #cfd3c3;width:70%;margin-bottom:10px;padding-bottom:5px;font-size:16px;font-weight:600}.dropdown-list{gap:40px;display:flex}.dropdown-list>ul{padding:0;list-style:none}.dropdown-list>ul>li{cursor:pointer;color:#4e4e4e;margin:6px 0;font-size:14px}.dropdown-list>ul>li:hover{color:#5e8f60;font-weight:500}.dropdown-right{flex:1;width:100%}.dropdown-right>img{border-radius:8px;width:100%;height:100%}.login-btn{color:#566246;cursor:pointer;font-size:.95rem;font-weight:600}@media screen and (max-width:800px){.header-nav,.header-divider,.header-searchBox{display:none}.header-burger{gap:10px;display:flex}.header-logo{width:100px}.header-topRow{padding:5px 10px}.header-icons{gap:8px}.header-icons>img{width:20px}}.mobile-menu{z-index:1000;background-color:#fff;width:80%;height:100vh;padding:20px;transition:left .3s ease-in-out;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.mobile-menu.open{left:0}.mobile-menu-header{justify-content:space-between;align-items:center;display:flex}.mobile-menu-header button{cursor:pointer;background:0 0;border:none;font-size:24px}.mobile-menu-list{margin-top:20px;padding:0;list-style:none}.mobile-menu-list>li{cursor:pointer;border-bottom:1px solid #ddd;justify-content:space-between;padding:10px 0;font-weight:400;display:flex}.mobile-submenu{background-color:#eeefed;padding-bottom:10px;padding-left:15px}.mobile-submenu>li{color:#000;padding:6px 0;font-size:14px}
