header { position: fixed; left: 0px; top: 0px; width: 100%; padding: 20px 40px; display: flex; align-items: center; justify-content: space-between; z-index: 999; background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0)); backdrop-filter: blur(10px); }
header .logo a { font-size: 22px; color: rgb(255, 255, 255); display: flex; gap: 15px; align-items: center; letter-spacing: 0.5px; }
header .logo img { height: 24px; width: auto; }
header .menu-wrap { display: flex; align-items: center; gap: 40px; }
header ul { display: flex; align-items: center; gap: 20px; }
header ul li a { position: relative; display: block; padding: 0px 20px; font-size: 18px; letter-spacing: 0px; color: rgb(255, 255, 255); font-weight: 500; }
header ul li a.active { color: #8B8BFF; }
header ul li a.active:after { position: absolute; right: 0; top: -15px; display: block; content: ''; background: url(/assets/img/blink.png) no-repeat 50%; width: 22px; height: 21px; }
header aside.btns { display: flex; align-items: center; gap: 0px 5px; }
header aside a { display: flex; align-items: center; justify-content: center; height: 40px; }
header aside .go-book { padding: 0px 30px; font-size: 16px; color: rgb(255, 255, 255); background: linear-gradient(to right, rgba(197, 54, 214, 0.28), rgba(72, 110, 235, 0.26)); border-radius: 40px; }
header aside .view { width: 40px; border-radius: 50%; background: rgb(65, 38, 175); }
header .hamburger { display: none; border: none; background: none; cursor: pointer; flex-direction: column; justify-content: space-between; width: 20px; height: 14px; z-index: 1001; }
header .hamburger span { display: block; width: 100%; height: 2px; background-color: #fff; transition: 0.3s; }
@media (max-width: 1200px) {
  header { padding: 15px 30px; }
	header ul { gap: 0; }
  header ul li a { font-size: 16px; }
}
@media (max-width: 991px) {
  header { padding: 10px 20px; }
  header .logo a { font-size: 16px; gap: 10px; }
  header .logo img { height: 18px; }
	header ul li a { padding: 0 15px; font-size: 15px; }
	header aside .go-book { padding: 0 20px; }
}
@media (max-width: 767px) {
	header ul li a { padding: 0 10px; }
	header aside .go-book { font-size: 14px; padding: 0 15px; }

}
@media (max-width: 640px) {
	header { padding: 15px 20px; } 
  header .logo a { font-size: 15px; }
  header aside .view { display: none !important; } 
  header .hamburger { display: flex; z-index: 10001; }
  header .menu-wrap { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: #050505; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 100px 40px 60px 40px; box-sizing: border-box; transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1); z-index: 10000; }
	header .menu-wrap.active { transform: translateX(0); }
  header ul { flex-direction: column; gap: 30px; padding: 0; margin: 0; width: 100%; align-items: flex-start; }
  header ul li a { display: block; font-size: 28px; color: #ffffff; font-weight: 700; text-decoration: none; letter-spacing: -0.5px; transition: opacity 0.3s; }
	header ul li a:hover { opacity: 0.7; }
	header ul li a.active:after { display: none; } 
	header aside.btns { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; width: 100%; margin-top: auto; }
  header aside .go-book { width: 100%; max-width: 200px; height: 50px; padding: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; color: white; border-radius: 7px; background: #8B8BFF; border: none; box-shadow: 0 4px 15px rgba(123, 44, 191, 0.3); }
  header .hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	header .hamburger.open span:nth-child(2) { opacity: 0; }
  header .hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}
@media (max-width: 480px) {
  header .logo a { font-size: 14px; gap: 10px; }
  header .logo img { height: 18px; }
	header .menu-wrap { padding: 100px 20px 60px 20px; }
	header ul { gap: 20px; }
	header ul li a { font-size: 22px; }
  header aside a { height: 36px; }
  header aside .view { width: 36px; }
}
@media (max-width: 360px) {
  header { padding: 10px 15px; }
}

footer { padding: 0px 20px 40px; background: rgb(5, 5, 5); }
footer .slogan { font-size: 9.6vw; text-align: center; color: rgb(255, 255, 255); line-height: 1.1; }
footer p .bor { -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgb(255, 255, 255); }
footer .bottom { margin: 10px 0px 0px; padding: 30px 40px; border-top: 1px solid rgba(255, 255, 255, 0.6); }
footer .footer-info { border-top: 1px solid rgba(255, 255, 255, 0.6); margin-top: 20px; padding: 40px 40px 0px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 40px; font-size: 18px; font-weight: 400; line-height: 1.5; color: rgb(204, 204, 204); }
footer .info-left .company-info { font-size: 22px; color: rgb(255, 255, 255); font-weight: 400; }
footer .info-left .company-name { font-size: 22px; color: rgb(255, 255, 255); }
footer .contact-item { display: flex; align-items: center; gap: 8px; }
footer .info-right { width: 50%; }
footer .info-right p { margin-bottom: 2px; }
footer .info-right p.column { display: flex; align-items: center; gap: 50px; }
footer .info-right span { color: rgba(255, 255, 255, 0.7); }
footer .info-right b { color: rgb(255, 255, 255); font-weight: 400; }
footer .copy-row { margin-top: 30px; padding: 0px 40px 20px; display: flex; align-items: center; justify-content: space-between; }
footer .contact-row { display: flex; gap: 30px; align-items: center; }
footer .contact-row a { font-size: 18px; color: rgb(255, 255, 255); letter-spacing: 0px; display: flex; gap: 10px; }
footer .contact-row .mb { display: block; font-weight: 400; }
footer .copyright { width: 50%; font-size: 18px; color: rgba(255, 255, 255, 0.6); letter-spacing: 0px; }

@media (max-width: 1600px) {
  footer .footer-info { padding: 40px 0px 0px; }
  footer .copy-row { margin-top: 15px; padding: 0px 0px 20px; }
}
@media (max-width: 1400px) {
  footer .footer-info, footer .contact-row a, footer .copyright { font-size: 16px; }
  footer .info-left .company-info, footer .info-left .company-name { font-size: 20px; }
  footer .contact-row a img { height: 20px; width: auto; }
}
@media (max-width: 1200px) {
  footer .footer-info { padding: 30px 0px 0px; }
}
@media (max-width: 991px) {
  footer p.slogan { font-size: 9.5vw; }
  footer .footer-info { gap: 20px; }
  footer .info-right { width: 100%; }
  footer .copy-row { flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 3px; }
  footer .contact-row a img { display: none; }
}
@media (max-width: 640px) {
  footer p.slogan { font-size: 9.3vw; }
  footer .info-right p.column { flex-direction: column; gap: 0px; align-items: flex-start; }
  footer .copyright { width: 100%; }
  footer .contact-row .mb { display: block; }
  footer .contact-row { gap: 4px; flex-direction: column; align-items: flex-start; }
  footer .contact-row a { gap: 0px; }
}
@media (max-width: 480px) {
  footer p.slogan { font-size: 9.2vw; }
  footer .footer-info { padding: 20px 0px 0px; }
  footer .info-left .company-info, footer .info-left .company-name { font-size: 16px; }
  footer .footer-info, footer .contact-row a, footer .copyright { font-size: 15px; }
  footer p .bor { -webkit-text-fill-color: rgb(255, 255, 255); -webkit-text-stroke: 0px; }
}
@media (max-width: 360px) {
  footer { padding: 0px 15px; }
  footer .info-left .company-info, footer .info-left .company-name { font-size: 15px; }
  footer .footer-info, footer .contact-row a, footer .copyright { font-size: 14px; }
}
#go-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; z-index: 800; color: rgb(255, 255, 255); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.4s; box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px; }
#go-top svg { width: 24px; height: 24px; transition: transform 0.3s; }
#go-top:hover { background: linear-gradient(135deg, rgb(79, 84, 255) 0%, rgb(143, 68, 255) 100%); border-color: transparent; transform: translateY(-5px); box-shadow: rgba(79, 84, 255, 0.4) 0px 10px 20px; }
#go-top:hover svg { transform: translateY(-3px); }
#go-top.show { opacity: 1; visibility: visible; transform: translateY(0px); }

@media (max-width: 767px) {
  #go-top { bottom: 20px; right: 20px; width: 44px; height: 44px; }
}
html.no-scroll, body.no-scroll { overflow: hidden !important; height: 100vh !important; }
.modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(5px); z-index: 1000; justify-content: center; align-items: center; }
.policy-overlay { z-index: 1100; background: rgba(0, 0, 0, 0.9); }
.modal-overlay.active { display: flex; }
.modal-container { background: #0d0d0d; width: 90%; max-width: 500px; padding: 40px; border-radius: 20px; position: relative; box-shadow: 0 15px 40px rgba(0,0,0,0.6); color: #fff; max-height: 90vh; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.modal-overlay .modal-title { margin-top: 0; margin-bottom: 25px; font-size: 24px; color: #fff; text-align: center; }
.modal-overlay .close-btn { position: absolute; top: 20px; right: 25px; background: none; border: none; color: #777; font-size: 32px; cursor: pointer; transition: color 0.3s; }
.modal-overlay .close-btn:hover { color: #fff; }
.modal-overlay .input-group { margin-bottom: 15px; }
.modal-overlay .input-group label { display: block; color: #fff; margin-bottom: 8px; font-size: 16px; }
.modal-overlay input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; background: rgba(255,255,255,.07); color: #fff; padding: 14px; border-radius: 7px; font-size: 15px; outline: none; box-sizing: border-box; transition: border-color 0.3s; border: 0; }
.modal-overlay textarea { resize: none; min-height: 120px; }
.modal-overlay .privacy-check { display: flex; align-items: center; gap: 10px; margin-top: 10px; margin-bottom: 20px; }
.modal-overlay .checkbox-container { display: flex; align-items: center; cursor: pointer; font-size: 16px; color: #ccc; user-select: none; }
.modal-overlay .checkbox-container input { display: none; }
.modal-overlay .checkmark { width: 18px; height: 18px; background-color: #333; margin-right: 10px; border-radius: 5px; position: relative; }
.modal-overlay .checkbox-container input:checked ~ .checkmark { background-color: #8B8BFF; border-color: #8B8BFF; }
.modal-overlay .checkmark:after { content: ""; position: absolute; display: none; left: 6px; top: 2px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.modal-overlay .checkbox-container input:checked ~ .checkmark:after { display: block; }
.modal-overlay .view-policy-btn { background: none; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; opacity: 0.7; }
.modal-overlay .view-policy-btn:hover { opacity: 1; }
.modal-overlay .policy-content { font-size: 15px; line-height: 1.6; color: #ccc; }
.modal-overlay .submit-btn { width: 100%; padding: 16px; background: #8B8BFF; color: white; border: none; border-radius: 10px; font-weight: bold; font-size: 16px; cursor: pointer; }
.modal-overlay .submit-btn:hover { opacity: 0.9; }
.modal-overlay ::-webkit-scrollbar { width: 8px; }
.modal-overlay ::-webkit-scrollbar-track { background: #272727; }
.modal-overlay ::-webkit-scrollbar-thumb { background: #444; border-radius: 10px; }
.modal-overlay ::-webkit-scrollbar-thumb:hover { background: #555; }
@media (max-width: 480px) {
	.modal-container { width: 100%; max-height: none; padding: 40px 20px; height: 100%; border-radius: 0; display: block; overflow-y: auto !important; -webkit-overflow-scrolling: touch !important; touch-action: pan-y !important; }
	.modal-con { width: 100%; min-height: 100%; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box;}
}
@media (max-width: 360px) {
	.modal-container {  }
	.modal-overlay .modal-title { font-size: 22px; }
	.modal-overlay .close-btn { top: 10px; right: 15px; }
}