.custom-header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background-color:#fff;box-shadow:0 4px 6px rgb(0 0 0 / .1);position:sticky;top:0;z-index:1000}.custom-header .container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto}.custom-header .logo img{max-height:80px;width:auto}.custom-header .nav-menu{display:flex}.custom-header .nav-menu ul{display:flex;gap:30px;list-style:none;margin:0;padding:0}.custom-header .nav-menu ul li a{text-decoration:none;color:#333;font-size:18px;font-weight:600;transition:color 0.3s ease}.custom-header .nav-menu ul li a:hover{color:#c5aa92}.custom-header .cta-btn{background-color:#183f3c;color:#fff;padding:15px 25px;border-radius:30px;font-size:20px;font-weight:700;text-decoration:none;transition:all 0.3s ease}.custom-header .cta-btn:hover{background-color:#c5aa92}@media (max-width:768px){.custom-header{padding:15px 20px}.custom-header .container{display:flex;align-items:center;justify-content:space-between}.custom-header .nav-menu{display:none;width:100%;position:absolute;top:80px;left:0;background:#fff;box-shadow:0 4px 6px rgb(0 0 0 / .1);text-align:center}.custom-header .nav-menu ul{flex-direction:column;gap:15px;padding:20px 0}.custom-header .nav-menu.active{display:flex;flex-direction:column;align-items:center}.menu-toggle{display:flex;flex-direction:column;gap:5px;cursor:pointer}.bar{width:30px;height:4px;background-color:#333;transition:all 0.3s ease}.menu-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.active .bar:nth-child(2){opacity:0}.menu-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.custom-header .cta-btn{background-color:#183f3c;color:#fff;padding:10px 20px;border-radius:30px;font-size:11px;font-weight:700;text-decoration:none;box-shadow:0 4px 6px rgb(0 0 0 / .1);transition:all 0.3s ease}.custom-header .cta-btn:hover{background-color:#c5aa92;box-shadow:0 6px 8px rgb(0 0 0 / .2)}body .navbar-area{display:none!important}