.avrelax-header {background: rgba(37, 37, 39, 0.5); border-radius: 10px; position: absolute; top: 10px; left: 10px; right: 10px; z-index: 1000;}
.avrelax-header-inner {display: flex; align-items: center; width: 100%; min-height: 64px;}
.avrelax-header-left, .avrelax-header-center, .avrelax-header-right {display: flex; align-items: center;}
.avrelax-header-left {width: 25%; padding-left: 15px;}
.avrelax-header-center {width: 50%; justify-content: center;}
.avrelax-header-right {width: 25%; justify-content: flex-end; gap: 12px; padding-right: 15px;}
.avrelax-logo {font-size: 20px; font-weight: 600; color: #fff; text-decoration: none;}
.avrelax-main-menu {list-style: none; display: flex; gap: 20px; padding: 0; margin: 0;}
.avrelax-main-menu li a {color: #fff; text-decoration: none; font-size: 14px;}
.avrelax-search-btn {background: transparent; border: none; color: #fff; font-size: 18px; cursor: pointer;}
.avrelax-user-area {position: relative; margin-right: 20px;}
.avrelax-header-btn {display: inline-block; background: #f63131; color: #fff; position: relative; overflow: hidden; z-index: 0; padding: 10px 20px; border-radius: 8px; text-decoration: none; font-size: 16px; font-weight: 600; border: none; cursor: pointer; text-align: center; transition: color 0.4s ease;}
.avrelax-header-btn::before {content: ""; position: absolute; inset: 0; width: 0; margin: auto; background-color: #ffffff; transition: width 0.4s ease; z-index: -1;}
.avrelax-header-btn:hover::before {width: 120%;}
.avrelax-header-btn:hover {color: #f63131; text-decoration: none;}
.avrelax-footer {width: 100%; background: #0c0c0e; padding: 0 80px;}
.avrelax-footer-inner {display: flex; width: 100%; padding: 30px 20px; box-sizing: border-box;}
.avrelax-footer-col {color: #ccc; font-size: 16px;}
.footer-col-1 { width: 46%; }
.footer-col-2 { width: 18%; }
.footer-col-3 { width: 18%; }
.footer-col-4 { width: 18%; }
.avrelax-footer-logo {width: 150px;}
hr {height: 1px !important; color: inherit; border: 0; background-color: #323234;}
.avrelax-footer-desc {margin: 0; line-height: 1.6; font-size: 16px; font-weight: 500;}
.avrelax-footer-desc2 {margin-top: 20px; font-size: 12px;  font-weight: 600;}
.avrelax-footer-col ul {list-style: none; padding: 0; margin: 0;}
.avrelax-footer-col ul li {margin-bottom: 6px; padding: 5px 0;}
.avrelax-footer-col ul li a {color: #ccc; text-decoration: none; font-size: 16px; font-weight: 600;}
#avrelax-search-slide {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; background: radial-gradient(circle at top, #5a1f1f, #000); transform: translateY(-110%); transition: transform 0.6s ease-in-out !important; pointer-events: none; display: block; visibility: visible; isolation: isolate;}
#avrelax-search-slide.active {transform: translateY(0); pointer-events: auto;}
#avrelax-search-slide .avrelax-search-head {position: absolute; top: 24px; left: 24px; right: 24px; z-index: 10; display: flex; align-items: center; justify-content: space-between; pointer-events: auto;}
#avrelax-search-slide .avrelax-search-logo img {height: 90px; display: block;}
#avrelax-search-slide .avrelax-search-close {position: relative; width: 44px; height: 44px; border-radius: 50%; border: none; background: rgba(255, 255, 255, 0.2); cursor: pointer; padding: 0; outline: none;}
#avrelax-search-slide .avrelax-search-close::before, #avrelax-search-slide .avrelax-search-close::after {content: ""; position: absolute; top: 50%; left: 50%; width: 22px; height: 2px; background: #fff; border-radius: 2px; transform-origin: center;}
#avrelax-search-slide .avrelax-search-close::before {transform: translate(-50%, -50%) rotate(45deg);}
#avrelax-search-slide .avrelax-search-close::after {transform: translate(-50%, -50%) rotate(-45deg);}
#avrelax-search-slide .avrelax-search-body {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; display: flex; align-items: center; justify-content: center; pointer-events: auto;}
#avrelax-search-slide .avrelax-search-input {width: calc(100vw - 200px); padding: 22px 30px; font-size: 22px; border-radius: 50px; border: none; outline: none; box-sizing: border-box;}
