.main-header,
.site-footer {
    display: none !important;
}

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

html {
    height: 100%;
    font-family: sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tkv2{
    display: none !important;
}
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    height: 100%;
    width: 100%;
    line-height: 1.5;
    font-family: "Estedad-FD", sans-serif;
    direction: rtl;
    background-color: #fef3c7;
    /* light yellow */
    color: #060707;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Container */
.raffle-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 360px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
}

/* Hero image */

.logo-box {
    width: 100%;
    display: flex;
    background-color: white;
    border-radius: 100px;
    align-items: center;
    padding: 12px;
    margin-bottom: 4px;
}

.logo-box span:first-of-type {
    border-right: 1px solid #e4e9e9;
    padding-right: 12px;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 500;
}

.logo {
    width: 113px;
    height: 24px;
    background: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Logo-Mobile.svg") no-repeat center/cover;
}

.exhibition-festival-text {
    padding: 14px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    background: #fff2c599;
    border-bottom: 1px solid #ffffff;
    border-radius: 50px;
}

.hero-image {
    width: 296px;
    height: 296px;
    background: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Mobile-Hero-image.png") no-repeat center/cover;
    margin-top: 32px;
    margin-bottom: 48px;
}

.sticky-object {
    position: fixed;
    top: 0px;
    right: calc(50% - 260px);
    z-index: -1;
    width: 490px;
    height: 300px;
    background-image: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Mobile-Sticky-Object.png");
    background-size: auto;
    /* Crops and fills */
    background-position-x: center;
    /* Focus center */
    background-position-y: top;
    /* Focus center */
    background-repeat: no-repeat;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Title section */
.title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}

.title-bg {
    background: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Mobile-Title-BG.svg") no-repeat center/contain;
    font-weight: 900;
    background-size: cover;
    padding: 0 10px;
}

.items-box {
    background: linear-gradient(270deg,
            rgba(255, 242, 197, 0.4) 0%,
            rgba(255, 251, 234, 0.4) 100%);
    border: 1px solid #ffffff;
    border-radius: 16px;
    padding: 18px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.items-box ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.items-box li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.item-logo {
    background: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Tick-Mobile.svg") no-repeat center/contain;
    margin-left: 8px;
    width: 12px;
    height: 12px;
}

/* Form */
.form-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.form-title img {
    margin-top: 16px;
}

.raffle-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    width: 296px;
}

.raffle-form input[type="tel"] {
    direction: rtl;
}

.raffle-form button {
    padding: 0.75rem;
    font-size: 1rem;
    background: #ffd500;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 8px;
}

.raffle-form button:hover {
    background-color: #ff9900;
}

.input-group {
    position: relative;
    width: 100%;
}

.input-group input {
    padding: 0.75rem !important;
    font-size: 14px !important;
    border: 2px solid #394040 !important;
    border-radius: 4px !important;
    background-color: white !important;
    width: 100% !important;
    margin: 0 !important;
    resize: unset !important;
}

.input-group label {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    padding: 0 0.25rem;
    color: #999;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.2s ease all;
}

/* When input is focused or has value */
.input-group input:focus+label,
.input-group input:not(:placeholder-shown)+label {
    top: -0.4rem;
    right: 0.5rem;
    font-size: 0.6rem;
    color: #060707;
}




.contact-box {
    width: 100%;
    padding: 16px 24px;
    background: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 14px;
    margin-top: 160px;
    margin-bottom: 50px;
}

.contact-text {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-text span {
    font-weight: bold;
    font-size: 14px;
}

.contact-number {
    border: 2px solid #ccd5d3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    gap: 8px;
    padding: 10px;
    transition: all 0.3s ease;
}

.contact-number:hover {
    border: 2px solid #394040;
    background-color: #394040;
    color: white;
}

.contact-number img {
    transform: scaleX(-1);
    width: 20px;
}

.store-link {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-bottom: 65px;
    border-radius: 50px;
    padding: 18px 24px;
    transition: background-color 0.3s ease;
}

.store-link:hover {
    background: #CCD5D3;

}

.modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-color: white;
}

.modal.active {
    display: flex !important;
}

.modal img {
    width: 80px;
    height: 80px;
}

.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.modal-content h3 {
    font-size: 16px;
    font-weight: bold;
}

.modal-content p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.modal-time {
    font-size: 12px;
}

/* Desktop styles */
@media (min-width: 1024px) {
    .raffle-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 520px;
        margin: 0 auto;
        padding: 2rem;
        position: relative;
    }

    .logo-box {
        display: flex;
        background-color: white;
        border-radius: 100px;
        align-items: center;
        padding: 12px;
        margin-bottom: 4px;
    }

    .logo-box span:first-of-type {
        padding-right: 40px;
        margin-right: 40px;
        font-size: 16px;
        font-weight: 500;
    }

    .logo {
        width: 152px;
        height: 34px;
        background: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Logo-Desktop.svg") no-repeat center/cover;
    }

    .exhibition-festival-text {
        padding: 16px;
        font-size: 18px;
        font-weight: bold;
    }

    .hero-image {
        width: 360px;
        height: 360px;
        background: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Desktop-Hero-image.png") no-repeat center/cover;
        margin-bottom: 64px;
    }

    .sticky-object {
        right: calc(50% - 381px);
        z-index: -1;
        width: 750px;
        height: 507px;
        background-image: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Desktop-Sticky-Object.png");
    }

    .title {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
    }

    .title-bg {
        background-image: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Desktop-Title-BG.svg");
        padding: 0 20px;
    }

    .items-box {
        border-radius: 16px;
        padding: 24px;
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .items-box ul {
        gap: 16px;
    }

    .items-box li {
        font-size: 16px;
    }

    .item-logo {
        background: url("https://teslakala.com/wp-content/themes/teslakala/icon/fair2025/Tick-Desktop.svg") no-repeat center/contain;
        margin-left: 8px;
        width: 16px;
        height: 16px;
    }

    .form-title {
        font-size: 16px;
    }

    .raffle-form {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .raffle-form input {
        flex: 1 1 45%;
    }

    .raffle-form button {
        flex: 1 1 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .contact-box {
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
        margin-top: 192px;
        margin-bottom: 50px;
    }

    .contact-text {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .contact-text span {
        font-weight: bold;
        font-size: 14px;
    }

    .contact-number {
        border: 2px solid #ccd5d3;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        gap: 8px;
        padding: 10px 24px;
    }

    .modal {
        gap: 56px;
    }

    .modal img {
        width: 80px;
        height: 80px;
    }

    .modal-content {
        gap: 20px;
    }

    .modal-content h3 {
        font-size: 20px;
    }

    .modal-content p {
        font-size: 18px;
        line-height: 2;
        text-align: center;
    }

    .modal-time {
        font-size: 16px;
    }
}