@font-face {
    font-family: 'Gotham Book';
    src: url('/assets/Gotham Fonts Family/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('/assets/Gotham Fonts Family/Gotham-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Thin';
    src: url('/assets/Gotham Fonts Family/Gotham-Thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gotham Book', sans-serif;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    min-height: 100vh;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    overflow-x: hidden;
}

img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Header Section - Tata Communications Style */
.header {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.436);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 22px 0;
    margin: 0 27px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    .logo-1 {
        width: 247.529px;
        height: 16px;
    }

    .logo-2 {
        width: 56px;
        height: 48px;
        display: block;
    }
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 116%;
    width: 100vw;
    z-index: -1;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}


.tagline {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

/* Main Content Container */
.main-container {
    max-width: 750px;
    padding: 86px 0;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.novamesh-brand {
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: -0.7px;
    font-family: 'Gotham Medium', sans-serif;
    background: linear-gradient(269deg, #D15F17 -46.05%, #FF8437 95.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.enterprise-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Gotham Book', sans-serif;
}

.description {
    margin-top: 21px;
    color: #FFF;
    font-family: 'Gotham Book';
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    word-spacing: 0.8px;
}

.para-heading {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 80px;
    font-family: 'Gotham Book';
}

#lottie-container {
    margin: auto;
    width: 44px;
    height: 44px;
}

.redirect-note {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 20px;
    font-family: 'gotham thin', sans-serif;
}

.manual-redirect {
    border-radius: 28px;
    background: linear-gradient(94deg, #00A4FF 0.54%, #1BD9F3 158.23%);
    padding: 12px 24px;
    margin: 40px auto 0;
    color: #FFF;
    width: fit-content;

    a {
        text-decoration: none;
        color: #FFF;
    }
}

/* 
.redirect-section {
    color: white;
    padding: 2.5rem;
    border-radius: 15px;
    margin: 2rem 0;
}

.redirect-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.countdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
}

.countdown {
    font-size: 3rem;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.progress-container {
    width: 200px;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #FFD700, #FFA500);
    border-radius: 4px;
    transition: width 1s ease-in-out;
    width: 100%;
}

.manual-redirect {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 10px;
    margin-top: 2rem;
}

.manual-link {
    display: inline-block;
    background: white;
    color: #486AAE;
    padding: 0.8rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.manual-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #f8f9fa;
} */



.footer {
    text-align: center;
    padding: 1.7rem;
    background: #051a2857;
    color: #e5e5e5;
    font-size: 0.85rem;
}

.sub-text {
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: #b0b0b0;
    margin-top: 1rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover {
    text-decoration: underline;
}

.button-file {
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 0;
    padding: 8px;

    button {
        border: none;
        background: linear-gradient(94.9deg, rgba(0, 164, 255, 1.0) 0.63%, rgba(0, 164, 255, 1.0) 127.73%);
        background-blend-mode: overlay;
        border-radius: 28px;
        padding: 15px 30px;
        color: #fff;
        cursor: pointer;
    }
}


.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.button-file i {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 30px;
    padding: 2.5px;
    /* the thickness of the border */
    /* the below will do the magic */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        /* this will cover only the content area (no padding) */
        linear-gradient(#fff 0 0);
    /* this will cover all the area */
    -webkit-mask-composite: xor;
    /* needed for old browsers until the below is more supported */
    mask-composite: exclude;
    /* this will exclude the first layer from the second so only the padding area will be kept visible */
}

.button-file i::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 550px;
    height: 550px;
    background: linear-gradient(45deg, #00A4FF, #00A4FF, #0000001a, #0000001a);
    transform: translate(-50%, -50%) rotate(0deg);
    /*   transition: transform .7s linear; */
    animation: animationButton 2s ease-in-out infinite;
}

/* .button-file:hover i::before {
  transform: translate(-50%, -50%) rotate(315deg);
}
 */
@keyframes animationButton {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        justify-content: center !important;
    }

    .header-content {
        padding: 0 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .main-container {
        padding: 3rem 1.5rem;
    }

    .novamesh-brand {
        font-size: 2.8rem;
    }

    .para-heading {
        margin-top: 50px
    }

    .countdown-container {
        flex-direction: column;
        gap: 1rem;
    }

    .description {
        font-size: 0.9rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }

    .footer {
        background: #051a28;
    }

    .logo-2 {
        display: none !important;
    }

    .button-file i::before {
        width: 300px;
        height: 300px;
    }
}

/* Animation for loading effect */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-container {
    animation: fadeIn 0.8s ease-out;
}

/* Pulse effect for countdown */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.countdown {
    animation: pulse 1s infinite;
}