:root{--ht-bg-dark: #0d1f26;--ht-bg-mid: #132a33;--ht-bg-card: #1a2f38;--ht-bg-darker: #0a181d;--ht-accent: #3ad0e6;--ht-accent-alt: #2c9ab8;--ht-text-light: #f8fafa;--ht-text-dim: #c5d2d6;--ht-border: rgba(255, 255, 255, .08);--ht-radius: 14px;--ht-radius-sm: 8px;--ht-shadow: 0 8px 32px rgba(0, 0, 0, .4);--ht-success: #2ecc71;--ht-error: #e74c3c}*{font-family:Quicksand,sans-serif!important;font-weight:700!important;box-sizing:border-box}html,body{background:var(--ht-bg-darker)!important;margin:0;padding:0}.ht-contact-hero{position:relative;min-height:255px;max-height:455px;overflow:hidden;border:none;margin-bottom:-50px;z-index:1;display:flex;align-items:center;justify-content:center}.ht-contact-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.ht-contact-video:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a181d66,#0d1f26b3,#0a181df2);z-index:2}.ht-contact-video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0%,rgba(58,208,230,.1) 50%,rgba(44,154,184,.2) 100%);z-index:3;mix-blend-mode:screen}.ht-contact-video video{width:100%;height:100%;object-fit:cover;filter:brightness(.5) contrast(1.2) saturate(1.3)}.ht-contact-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:4}.ht-hero-content{position:relative;z-index:5;padding-top:0;text-align:center}.ht-contact-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin:0 0 16px;color:var(--ht-text-light);text-shadow:0 0 20px rgba(58,208,230,.3),0 4px 20px rgba(0,0,0,.8);letter-spacing:.5px}.ht-contact-subtitle{font-size:clamp(1.425rem,3vw,1.95rem);color:var(--ht-text-dim);margin:0;text-shadow:0 2px 8px rgba(0,0,0,.6)}.ht-contact-content{position:relative;padding:100px 0 80px;background:linear-gradient(90deg,rgba(58,208,230,.08) 1px,transparent 1px),linear-gradient(rgba(58,208,230,.08) 1px,transparent 1px),linear-gradient(135deg,#0a181d,#0d1f26,#1a2f38);background-size:40px 40px,40px 40px,100% 100%;background-position:0 0,0 0,0 0;background-attachment:fixed;overflow-x:hidden}.ht-contact-content:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(58,208,230,.08) 0%,transparent 50%);animation:htContactPulse 15s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes htContactPulse{0%,to{transform:scale(1) rotate(0);opacity:.3}50%{transform:scale(1.2) rotate(180deg);opacity:.6}}.ht-contact-content:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(58,208,230,.1) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(44,154,184,.08) 0%,transparent 40%);pointer-events:none;z-index:0}.ht-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 24px}.ht-contact-grid{display:grid;grid-template-columns:1fr 400px;gap:40px}.ht-contact-form-card,.ht-info-card{position:relative;background:linear-gradient(135deg,#1a2f38f2,#132a33fa);border-radius:var(--ht-radius);box-shadow:0 0 0 1px #3ad0e633,0 20px 60px #0009,0 0 100px #3ad0e61a;border:1px solid rgba(58,208,230,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;transition:all .3s ease}.ht-contact-form-card:before,.ht-info-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,transparent 0%,rgba(58,208,230,.3) 25%,transparent 50%,rgba(58,208,230,.3) 75%,transparent 100%);border-radius:var(--ht-radius);z-index:-1;opacity:0;animation:htCardBorderPulse 4s linear infinite}@keyframes htCardBorderPulse{0%{background-position:-200% 0;opacity:0}50%{opacity:.5}to{background-position:200% 0;opacity:0}}.ht-contact-form-card:hover,.ht-info-card:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #3ad0e64d,0 24px 72px #000000b3,0 0 120px #3ad0e626}.ht-card-header{background:#0a181dcc;padding:24px;border-bottom:2px solid var(--ht-accent);position:relative}.ht-card-header:after{content:"";position:absolute;bottom:-2px;left:0;width:100px;height:2px;background:var(--ht-accent);box-shadow:0 0 15px var(--ht-accent);animation:htHeaderGlow 2s ease-in-out infinite}@keyframes htHeaderGlow{0%,to{opacity:.5;box-shadow:0 0 10px var(--ht-accent)}50%{opacity:1;box-shadow:0 0 20px var(--ht-accent)}}.ht-card-header h3,.ht-card-header h4{margin:0;font-size:clamp(1.95rem,3vw,2.4rem);color:var(--ht-text-light);display:flex;align-items:center;gap:12px;text-shadow:0 0 15px rgba(58,208,230,.2)}.ht-card-header svg{color:var(--ht-accent);filter:drop-shadow(0 0 10px rgba(58,208,230,.5))}.ht-card-body{padding:32px}.ht-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.ht-form-group{display:flex;flex-direction:column}.ht-form-group label{font-size:clamp(1.425rem,2.4vw,1.575rem);color:var(--ht-text-light);margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.ht-form-control{background:#0a181dcc;border:1px solid rgba(58,208,230,.2);border-radius:var(--ht-radius-sm);padding:14px 16px;font-size:clamp(1.425rem,2.4vw,1.575rem);color:var(--ht-text-light);transition:all .3s ease;box-shadow:inset 0 2px 4px #0000004d}.ht-form-control:focus{outline:none;border-color:var(--ht-accent);box-shadow:0 0 0 3px #3ad0e633,inset 0 2px 4px #0000004d,0 0 20px #3ad0e61a;background:#0a181df2}.ht-form-control::placeholder{color:var(--ht-text-dim);opacity:.6;font-weight:600}select.ht-form-control{cursor:pointer}textarea.ht-form-control{resize:vertical;min-height:150px}.ht-form-checkbox{display:flex;align-items:center;gap:12px;margin:24px 0;padding:16px;background:#3ad0e614;border-radius:var(--ht-radius-sm);border:1px solid rgba(58,208,230,.25);position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0003}.ht-form-checkbox:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(58,208,230,.1) 50%,transparent 100%);animation:htCheckboxShine 3s ease-in-out infinite}@keyframes htCheckboxShine{0%,to{left:-100%}50%{left:100%}}.ht-form-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--ht-accent)}.ht-form-checkbox label{color:var(--ht-text-light);cursor:pointer;margin:0;font-size:clamp(1.425rem,2.4vw,1.575rem);text-shadow:0 2px 4px rgba(0,0,0,.3)}.ht-btn{padding:16px 32px;border-radius:var(--ht-radius-sm);font-size:clamp(1.5rem,2.7vw,1.65rem);font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;justify-content:center;position:relative;overflow:hidden}.ht-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.ht-btn:hover:before{width:300px;height:300px}.ht-btn-primary{background:linear-gradient(135deg,var(--ht-accent),var(--ht-accent-alt));color:#fff;box-shadow:0 4px 15px #3ad0e666,0 0 30px #3ad0e633;position:relative;z-index:1}.ht-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3ad0e680,0 0 40px #3ad0e64d}.ht-btn-large{width:100%;padding:18px 32px;font-size:clamp(1.65rem,3vw,1.8rem)}.ht-form-success,.ht-form-error{padding:20px;border-radius:var(--ht-radius-sm);margin-bottom:24px;display:flex;align-items:flex-start;gap:12px;font-size:clamp(1.425rem,2.4vw,1.575rem);box-shadow:inset 0 2px 4px #0003}.ht-form-success{background:#2ecc7126;border:1px solid var(--ht-success);color:var(--ht-success);box-shadow:0 4px 15px #2ecc7133,inset 0 2px 4px #0003}.ht-form-error{background:#e74c3c26;border:1px solid var(--ht-error);color:var(--ht-error);box-shadow:0 4px 15px #e74c3c33,inset 0 2px 4px #0003}.ht-form-success svg,.ht-form-error svg{flex-shrink:0;filter:drop-shadow(0 0 10px currentColor)}.ht-info-card{margin-bottom:24px}.ht-info-item{display:flex;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(58,208,230,.2)}.ht-info-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.ht-info-icon{flex-shrink:0;width:40px;height:40px;background:#3ad0e626;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ht-accent);box-shadow:0 0 20px #3ad0e64d,inset 0 2px 4px #0003}.ht-info-details h6{font-size:clamp(1.5rem,2.7vw,1.65rem);color:var(--ht-accent);margin:0 0 8px;text-shadow:0 0 10px rgba(58,208,230,.3)}.ht-info-details p{font-size:clamp(1.425rem,2.4vw,1.575rem);color:var(--ht-text-dim);margin:0;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.3)}.ht-info-details a{color:var(--ht-text-light);text-decoration:none;transition:all .3s ease}.ht-info-details a:hover{color:var(--ht-accent);text-shadow:0 0 10px rgba(58,208,230,.5)}.ht-hours-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(58,208,230,.2)}.ht-hours-item:last-child{border-bottom:none}.ht-day{font-size:clamp(1.425rem,2.4vw,1.575rem);color:var(--ht-text-light);text-shadow:0 2px 4px rgba(0,0,0,.3)}.ht-time{font-size:clamp(1.425rem,2.4vw,1.575rem);color:var(--ht-accent);text-shadow:0 0 10px rgba(58,208,230,.3)}@media(max-width:968px){.ht-contact-grid,.ht-form-row{grid-template-columns:1fr}}@media(max-width:768px){.ht-contact-hero{height:280px}.ht-contact-content{padding:80px 0 60px}.ht-card-body{padding:24px}}@media(max-width:480px){.ht-container{padding:0 16px}.ht-card-header,.ht-card-body{padding:20px}.ht-contact-hero{height:250px}.ht-hero-content{padding-top:30px}.ht-contact-title{font-size:clamp(2rem,4.5vw,2.8rem)}.ht-contact-subtitle{font-size:clamp(1.375rem,2.5vw,1.625rem)}.ht-card-header h3,.ht-card-header h4{font-size:clamp(1.625rem,2.5vw,2rem)}.ht-form-group label,.ht-form-control,.ht-form-checkbox label{font-size:clamp(1.1875rem,2vw,1.3125rem)}.ht-btn{font-size:clamp(1.25rem,2.25vw,1.375rem)}.ht-btn-large{font-size:clamp(1.375rem,2.5vw,1.5rem)}.ht-form-success,.ht-form-error{font-size:clamp(1.1875rem,2vw,1.3125rem)}.ht-info-details h6{font-size:clamp(1.25rem,2.25vw,1.375rem)}.ht-info-details p,.ht-day,.ht-time{font-size:clamp(1.1875rem,2vw,1.3125rem)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hightide-contact.css.map */
