:root {
--navy: #02253d;
--ink: #02253d;
--top-gradient: linear-gradient(62deg, #02bcdd, #06d1e5, #64eda8, #d0f88d);
/*--page-background: radial-gradient(118.38% 101.85% at 50% 0%, #01243c 44.82%, #000000 92.63%);*/
--page-background: radial-gradient(119.03% 102.41% at 50% 81.39%, #002941 41.61%, #000000 100%);
--page-bg-image: none;
--page-bg-overlay: none;
}

/* FONT START */
@font-face {
font-family: 'Uhudscript';
src: url('/-global-assets/fonts/Uhudscript-Demo.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Galano';
src: url('/-global-assets/fonts/GalanoGrotesqueRegular.otf') format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Galano';
src: url('/-global-assets/fonts/GalanoGrotesque-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Galano';
src: url('/-global-assets/fonts/GalanoGrotesqueDEMO-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
/* FONT END */

/* COMMON START */
@property --angle {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}

@keyframes spin {
to {
--angle: 360deg;
}
}

@keyframes gradient {
0% {
background-position: 0% 50%;
}

50% {
background-position: 100% 50%;
}

100% {
background-position: 0% 50%;
}
}


* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
width: 100%;
height: 100%;
overflow: hidden;
}

a {
text-decoration: none;
}

body.system-page {
min-height: 100dvh;
font-family: 'Galano', sans-serif;
color: #ffffff;
background-image: var(--page-bg-overlay), var(--page-bg-image), var(--page-background);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

body.page-coming-soon {
--page-background: radial-gradient(119.03% 102.41% at 50% 81.39%, #002941 41.61%, #000000 100%);
--page-bg-image: none;
}

/* ─── Gradient Bar ─────────────────────────────────────── */
.gradient-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 10px;
z-index: 99;
background: var(--top-gradient);
background-size: 400% 400%;
animation: gradient 5s ease infinite;
}

/* ─── Shell ────────────────────────────────────────────── */
.system-page-shell {
--system-footer-space: 58px;
position: fixed;
inset: 0 0 var(--system-footer-space);
z-index: 1;
width: 100%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 92px 24px 24px;
}

/* ─── Text Section ─────────────────────────────────────── */
.text-sec,
.textbox-mob {
display: flex;
flex-direction: column;
align-items: center;
}

.textbox-mob {
width: 100%;
max-width: 980px;
}

.text-sec-sub-heading {
margin-top: 12px;
margin-bottom: 10px;
font-family: 'Uhudscript', cursive;
font-size: 58px;
font-weight: 400;
line-height: 1.2;
text-align: center;
background: var(--top-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.text-sec-txt {
/*margin-top: 12px;*/
font-family: 'Galano', sans-serif;
font-size: 25px;
font-weight: 500;
line-height: 1.8;
color: #ffffff;
text-align: center;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

/* ─── Coming Soon Content ──────────────────────────────── */
.page-coming-content {
width: 100%;
height: calc(100vh - 100px);
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: 18px;
text-align: center;
}

.page-coming-gif-wrap {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: center;
}

.page-coming-gif-wrap picture {
display: flex;
align-items: flex-start;
justify-content: center;
}

.page-coming-gif {
display: block;
width: auto;
height: 310px;
max-width: 92vw;
object-fit: contain;
margin-top: 28px;
}

/* ─── CTA Button ───────────────────────────────────────── */
.page-coming-cta-btn {
position: fixed;
right: -24px;
bottom: 145px;
z-index: 5;
display: inline-flex;
align-items: center;
justify-content: center;
/*padding: 2px;*/
border-radius: 999px;
cursor: pointer;
}

.page-coming-cta-btn::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
background: conic-gradient(from var(--angle), #02bcdd, #06d1e5, #64eda8, #d0f88d, #64eda8, #06d1e5, #02bcdd);
animation: spin 2s linear infinite;
z-index: 0;
}

.page-coming-cta-btn::after {
content: '';
position: absolute;
inset: 1px;
border-radius: inherit;
background: #0d1f3c;
z-index: 1;
}

.page-coming-cta-inner {
position: relative;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 250px;
height: 60px;
padding: 4px 62px;
border-radius: inherit;
font-family: 'Uhudscript', cursive;
font-size: 42px;
font-weight: 400;
line-height: 1;
white-space: nowrap;
background: linear-gradient(90deg, #02bcdd 0%, #06d1e5 20.71%, #64eda8 48.26%, #d0f88d 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.text-hover {
display: none;
}

.page-coming-cta-btn:hover::before {
animation: none;
}

.page-coming-cta-btn:hover::after {
inset: 2px;
background: linear-gradient(90deg, #02bcdd 0%, #06d1e5 20.71%, #64eda8 48.26%, #d0f88d 100%);
}

.page-coming-cta-btn:hover .page-coming-cta-inner {
background: none;
color: #0a1628;
-webkit-text-fill-color: #0a1628;
padding-top: 8px;
}

.page-coming-cta-btn:hover .text-default {
display: none;
}

.page-coming-cta-btn:hover .text-hover {
display: inline;
}

.page-coming-cta-symbol {
position: fixed;
right: 15px;
bottom: 124px;
width: 160px;
height: auto;
pointer-events: none;
user-select: none;
z-index: 4;
}

/* ─── Tablet: 769px–1024px ─────────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {
.system-page-shell {
--system-footer-space: 42px;
padding: 88px 22px;
}

body.system-page {
background-position: center, center -130px, center;
}

page-coming-gif-wrap {
height: 50vh;
}

.text-sec-sub-heading { 
font-size: 55px;
}
.text-sec-txt { 
font-size: 22px;
}

.page-coming-gif {
height: 520px;
max-width: 100%;
margin-top: 50px;
}


.page-coming-cta-inner {
height: 58px;
font-size: 42px;
}

.page-coming-content {
display: flex;
flex-direction: column;
align-items: center;
}

.page-coming-cta-symbol {
display: none;
}

.page-coming-cta-btn {
/* position: relative !important; */
inset: auto !important;
right: auto !important;
left: auto !important;
bottom: auto !important;
top: auto !important;
margin-top: 480px;
margin-left: auto;
margin-right: auto;
transform: none !important;
display: flex;
justify-content: center;
align-items: center;
}
}

@media (min-width: 769px) and (max-width: 820px) {
.page-coming-cta-btn {
margin-top: 650px;
}
}

@media screen and (width: 1024px) and (height: 600px) {
.page-coming-gif {
height: 200px;
max-width: 100%;
margin-top: 50px;
}

.page-coming-cta-btn {
margin-top: 410px;
} 
}

/* ─── Mobile: ≤768px ───────────────────────────────────── */
@media (max-width: 768px) {
.system-page-shell {
padding: 78px 16px 88px;
}

body.system-page {
background-position: center, center -80px, center;
}

.text-sec-sub-heading {
font-size: 44px;
line-height: 1.12;
}

.text-sec-txt {
margin-top: 8px;
font-size: 18px;
line-height: 1.6;
max-width: 340px;
}

.textbox-mob {
max-width: 320px;
margin-top: 10px;
}

.page-coming-gif {
height: 300px;
margin-top: 48px;
}

.page-coming-cta-symbol { 
display: none;
}

.page-coming-cta-inner {
min-width: 280px;
height: 54px;
padding: 4px 36px;
font-size: 24px;
}
}

@media (min-width: 400px) and (max-width: 768px) {
.page-coming-cta-btn {
right: 50%;
/*bottom: 25vh;*/
transform: translateX(50%);
}

.page-coming-gif {
height: 340px;
margin-top: 48px;
}
}

@media screen and (width: 540px) and (height: 720px) {
.page-coming-cta-btn {
bottom: 60px;
}
}

@media (min-width: 390px) and (max-width: 399px) {
.page-coming-cta-btn {
right: 50%;
bottom: 185px;
transform: translateX(50%);
}
}
/* ─── Small Mobile: ≤390px ─────────────────────────────── */
@media (max-width: 390px) {
.system-page-shell {
padding-top: 72px;
padding-bottom: 78px;
}

.text-sec-sub-heading { 
font-size: 44px;
}

.text-sec-txt {
font-size: 16px;
max-width: 310px;
}

.page-coming-cta-inner {
min-width: 260px;
height: 52px;
}

.page-coming-cta-btn {
right: 50%;
bottom: 11vh;
transform: translateX(50%);
}

}

@media screen and (width: 768px) and (height: 1024px) {
.page-coming-gif {
height: 350px;
margin-top: 65px;
}

.page-coming-cta-btn {
right: 50%;
bottom: 300px;
}
}

@media screen and (width: 768px) and (height: 800px){
.page-coming-cta-btn {
right: 50%;
bottom: 150px !important;
transform: translateX(50%);
}
}

@media (max-width: 1024px) {
    
.page-coming-cta-btn .text-default {
    font-size: 0;
    padding-top: 6px;
}

.page-coming-cta-btn .text-default::after {
    content: "Show Me Around";
    font-size: 40px; 
    letter-spacing: 2px;
}
    
.btn-wrapper:hover .text-default {
font-size: 0;
}

.btn-wrapper .text-hover {
    font-size: 0;
    padding-top: 6px;
}

.btn-wrapper .text-hover::after {
    content: "Show Me Around";
    font-size: 40px;
    letter-spacing: 2px;
    color: #0a1628;
}

.btn-wrapper:hover .text-hover::after {
    font-size: 40px;
}
}



/*added for small height laptops*/

@media (max-height:600px){
    .page-coming-gif{
        height: 290px;
    }
    .text-sec-sub-heading{
        font-size:50px;
        line-height:1;
        margin: 0 0;
    }
    .text-sec-txt{
        line-height: 1.5;
        font-size:24px;
    }
    .text-sec{
        margin-top: -8px;
    }
}

/* ============================================================
POP-UP STYLE CTA — MOBILE + SMALL TABLET ONLY
Uses the original CTA anchor so every existing position and
placement rule above remains unchanged.
============================================================ */

.page-coming-mobile-cta-content {
display: none;
}

@media (max-width: 1024px) {

.page-coming-cta-btn {
--cta-height: 70px;
--cta-icon: 48px;
--cta-edge: 10px;
--cta-space: 20px;

width: fit-content;
max-width: calc(100% - 40px);
height: var(--cta-height);
padding: var(--cta-edge) var(--cta-space) var(--cta-edge)
calc(var(--cta-edge) + var(--cta-icon) + var(--cta-space));
overflow: hidden;
border: 2px solid transparent;
background:
linear-gradient(#02253d, #02253d) padding-box,
linear-gradient(62deg, #02bcdd, #06d1e5, #64eda8, #d0f88d) border-box;
box-shadow: 0 8px 17px rgba(0, 0, 0, 0.24);
transition: background 0.35s ease, padding 0.35s ease;
}

.page-coming-cta-btn::before,
.page-coming-cta-btn::after,
.page-coming-cta-inner {
display: none;
}

.page-coming-mobile-cta-content {
display: inline-flex;
align-items: center;
justify-content: center;
}

.page-coming-mobile-cta-icon {
position: absolute;
left: var(--cta-edge);
top: 50%;
width: var(--cta-icon);
height: var(--cta-icon);
display: grid;
place-items: center;
border-radius: 50%;
color: #02253d;
background: linear-gradient(62deg, #02bcdd, #06d1e5, #64eda8, #d0f88d);
transform: translateY(-50%);
transition:
left 0.45s cubic-bezier(0.2, 0.75, 0.2, 1),
background 0.3s ease;
}

.page-coming-mobile-cta-icon i {
font-size: 24px;
}

.page-coming-mobile-cta-text {
display: block;
font-family: 'Uhudscript', cursive;
font-size: 36px;
font-weight: 400;
line-height: 1;
letter-spacing: 1.6px;
white-space: nowrap;
background: linear-gradient(90deg, #02bcdd 0%, #06d1e5 30%, #64eda8 68%, #d0f88d 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
transition: color 0.25s ease, -webkit-text-fill-color 0.25s ease;
}

.page-coming-cta-btn:hover,
.page-coming-cta-btn:focus-visible {
padding: var(--cta-edge)
calc(var(--cta-edge) + var(--cta-icon) + var(--cta-space))
var(--cta-edge) var(--cta-space);
background:
linear-gradient(62deg, #02bcdd, #06d1e5, #64eda8, #d0f88d) padding-box,
linear-gradient(62deg, #02bcdd, #06d1e5, #64eda8, #d0f88d) border-box;
}

.page-coming-cta-btn:hover .page-coming-mobile-cta-icon,
.page-coming-cta-btn:focus-visible .page-coming-mobile-cta-icon {
left: calc(100% - var(--cta-icon) - var(--cta-edge));
background: #ffffff;
}

.page-coming-cta-btn:hover .page-coming-mobile-cta-text,
.page-coming-cta-btn:focus-visible .page-coming-mobile-cta-text {
color: #02253d;
background: none;
-webkit-text-fill-color: #02253d;
}
}

@media (max-width: 768px) {
.page-coming-cta-btn {
--cta-height: 62px;
--cta-icon: 48px;
--cta-edge: 7px;
--cta-space: 18px;
}

.page-coming-mobile-cta-text {
font-size: 34px;
}
}

@media (max-width: 390px) {
.page-coming-cta-btn {
--cta-height: 54px;
--cta-icon: 42px;
--cta-edge: 6px;
--cta-space: 14px;
}

.page-coming-mobile-cta-text {
font-size: 28px;
}
}

@media (max-width: 360px) {
.page-coming-mobile-cta-text {
font-size: 20px;
}
}
