@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');

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

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #ffffff;
    overflow-x: hidden;
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background-color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    font-size: 24px;
    font-weight: 800;
    color: #3ca7e8;
    display: flex;
    align-items: center;
}

.logo-icon {
    font-size: 30px;
    margin-right: 5px;
    color: #4dc2f8;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 5% 80px;
    background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 70%);
    overflow: hidden;
}

.hero-content {
    max-width: 50%;
    flex-shrink: 0;
}

.tagline {
    font-weight: 600;
    color: #3ca7e8;
    margin-bottom: 10px;
}

.headline {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #212529;
}

.highlight {
    color: #3ca7e8;
}

.description {
    font-size: 16px;
    margin-bottom: 30px;
    color: #6c757d;
}


.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.pill {
    display: flex;
    align-items: center;
    background-color: #e6f7ff;
    color: black;
    padding: 10px 18px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.pill i {
    margin-right: 8px;
    font-size: 18px;
    color: #4dc2f8;
}

.switch-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch-container span {
    font-size: 16px;
    font-weight: 500;
    color: #3ca7e8;
}

@keyframes slide-back-forth {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0);
    }
}

.toggle-input {
    display: none;
}

.toggle-label {
    display: inline-block;
    width: 31px;
    height: 14px;
    background-color: white;
    border-radius: 13px;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--ienet-base, #3ca7e8);
    border-radius: 100px;
    transition: background-color 0.2s;
}


.toggle-label::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 11px;
    border-radius: 100%;
    background-color: #3ca7e8;
    top: 1.5px;
    left: 1px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;

    animation: slide-back-forth 2s ease-in-out infinite;
}

.underline-animate {
    animation: slide-back-forth 2s ease-in-out infinite;
}

.underline-animate {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #3ca7e8;

}

.cta-button {
    display: inline-flex;
    align-items: center;
    background-color: #3ca7e8;
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 5px 15px #3ca7e859;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
    background-color: #3ca7e8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #3ca7e859;
}

.cta-button i {
    margin-right: 10px;
}

.hero-image-container {
    max-width: 45%;
    position: relative;
    padding-top: 50px;
    flex-grow: 1;
    min-width: 300px;
}

.image-placeholder {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, #4dc2f8, #3ca7e8);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    overflow: hidden;
}

.small-placeholder {
    position: absolute;
    bottom: -30px;
    left: -50px;
    width: 200px;
    height: 150px;
    background: #3ca7e8;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.support-section {
    padding: 80px 5%;
    background-color: black;
    border-top: 1px solid #3ca7e8;
}

.support-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.support-info {
    margin-left: 0;
}

.support-logo {
    font-size: 24px;
    font-weight: 800;
    color: #3ca7e8;
    display: flex;
    align-items: center;
}

.connect {
    color: white;
    margin-top: 20px;
    margin-bottom: 30px;
}

.win {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #3ca7e8;
    font-size: 1.8em;
}

.support {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}

.phone {
    color: #3ca7e8;
    font-size: 1.8em;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 10px;
}

.whatsapp-number {
    font-size: inherit;
    color: inherit;
}

.send {
    color: gray;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.footer {
    background-color: #4A90E2;
    color: white;
    padding: 40px 0;
    text-align: center;
    font-size: 0.9em;
    margin: 0;
    border: none;
    position: relative;
}

.back-to-top {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4A90E2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 5px solid white;
    cursor: pointer;
    display: flex;
    transition: all 0.3s ease;
}

.back-to-top i {
    color: white;
    font-size: 1.2em;
    transform: translateY(10px)
}

@media (max-width: 992px) {

    .hero-section {
        flex-direction: column-reverse;
        text-align: left;
        padding-top: 40px;
        min-height: unset;
    }

    .hero-content,
    .hero-image-container {
        max-width: 90%;
        width: 100%;
        margin-bottom: 40px;
    }

    .headline {
        font-size: 40px;
    }

    .hero-image-container {
        padding-top: 0;
        min-width: unset;
        margin-bottom: 20px;
    }

    .image-placeholder {
        height: 350px;
    }

    .feature-pills {
        justify-content: flex-start;
    }

    .small-placeholder {
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 100px;
    }

    .support-content {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .support-info {
        margin-bottom: 30px;
        width: 100%;
    }
}


@media (max-width: 576px) {
    header {
        padding: 10px 5%;
    }

    .hero-section {
        flex-direction: column-reverse;
        text-align: left;
        padding: 30px 5%;
    }

    .hero-content {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .headline {
        font-size: 32px;
    }

    .description {
        font-size: 15px;
    }

    .feature-pills {
        flex-direction: row;
        justify-content: flex-start;
        gap: 8px;
    }

    .pill {
        width: auto;
        max-width: unset;
        justify-content: flex-start;
        padding: 6px 12px;
        font-size: 13px;
    }

    .image-placeholder {
        height: 200px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .small-placeholder {
        display: none;
    }

    .support-section {
        padding: 40px 5%;
    }

    .support-content {
        align-items: flex-start;
    }

    .win {
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .back-to-top {
        width: 45px;
        height: 45px;
        top: -22px;
        border-width: 4px;
    }
}