body {
    margin: 0;
    font-family: 'Outfit', 'Kumbh Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fff;
}

.container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 80vh;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.left-section {
    width: 50%;
    position: relative;
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coming-soon-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.badge-icon {
    font-size: 24px;
    margin-right: 10px;
}

.badge-text p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.badge-text small {
    font-size: 12px;
    color: #777;
}

.right-section {
    width: 50%;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    max-width: 150px;
    margin: 0 auto 20px;
}

.under-construction {
    color: #e4282c;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 22px;
    letter-spacing:02px;
}

h1 {
    color: #1b1a17;
    font-family: Outfit;
    font-size: 50px;
    font-weight: 60px;
    letter-spacing: 0.5px;
}

.countdown {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.countdown-item {
    margin: 0 10px;
    text-align: center;
}

.countdown-item span {
    font-family: Outfit, Sans-serif;
    font-size:50px;
    font-weight: 60px;
    letter-spacing: -0.5px;
    display: block;
}

.countdown-item small {
    color: #095290;
    font-family: Outfit, Sans-serif;
    font-size: 14px;
    font-weight: 22px;
    line-height: 02px;
    letter-spacing: 0.2px;
}

.message {
    text-align: center;
    font-family: Kumbh Sans;
    font-size: 22px;
    font-weight: 36px;
    letter-spacing: 0px;

.coming-soon-sidebar {
    font-family: 'Outfit', sans-serif;
    font-weight: 100; /* Thin weight */
    font-size: 20px;
    line-height: 28px;
    color: #1b1a17;
    letter-spacing: 0px;
}

.keep-updated {
    font-family: 'Outfit', sans-serif;
    font-weight: 100; /* Thin weight */
    font-size: 14px;
    line-height: 22px;
    color: #1b1a17;
    letter-spacing: 0.2px;
}
