.download-body {
    background-color: rgba(180, 219, 255, 1);
}

.download-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
}

    /* Default: stacked layout for mobile */
    .download-content > div {
        width: 100%;
        max-width: 50%;
    }

.download-banner {
    max-width: 50%;
}

    .download-banner h1 {
        font-size: 40px;
        font-weight: bold;
        color: #000;
        margin-bottom: 20px;
    }

.download-description {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.download-subtext {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-bottom: 15px;
}

.download-input-group {
    /*display: flex;
    align-items: center;
    gap: 10px;*/
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.country-code {
    padding: 10px 12px !important;
    background-color: #fff;
    border: 1px solid #d6d7d7;
    border-radius: 8px;
    color: #555;
    font-size: 16px;
}

#homePhone {
    flex: 1;
    padding: 10px 12px;
    border: 0px solid #d6d7d7;
    border-left: 1px solid #d6d7d7;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    /*flex: 1;
    padding: 10px 12px !important;
    border: none !important;
    outline: none;
    font-size: 16px;
    background: transparent;
    margin-right: 10px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;*/
}

input:focus {
    outline: 0px solid #007BFF; /* Blue border on focus */
}

button:focus {
    outline: 0px solid #007BFF; /* Blue border on focus */
}

.download-send-link {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.phone-mockup {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.download-inner-image {
    width: 100%;
    height: auto;
    /* border-radius: 8px; */
    /*border-top-right-radius: 25px;
    border-top-left-radius: 25px;*/
    border-radius: 30px 30px 0px 0px;
    object-fit: contain;
}

.download-label {
    color: #1c3752;
    padding: 20px;
    text-align: center;
}

.download-inner-image,
.download-label {
    transition: opacity 0.6s ease;
}

/* Laptop and larger screens: side-by-side layout */
@media (min-width: 1024px) {
    .download-content {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

        .download-content > div {
            flex: 1;
            max-width: none;
        }

    .download-banner {
        margin-right: 20px;
    }

    #homePhone {
        font-size: 17px;
        padding: 12px 18px;
    }
}


.floating-doctor {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    animation: float 3s ease-in-out infinite;
    z-index: 3;
}

    .floating-doctor img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .floating-doctor.top {
        top: 18%;
        left: 0%;
        animation-delay: 0s;
    }

    .floating-doctor.bottom {
        bottom: 15%;
        right: 0%;
        animation-delay: 1.5s;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}


/* Tablet */
@media (max-width: 992px) {

    .send-btn-with-phone {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .download-input-group {
        width: 100%;
    }

    .download-send-link {
        width: 100%;
    }

    .floating-doctor {
        width: 65px;
        height: 65px;
    }

        .floating-doctor.top {
            top: 12%;
            left: -12%;
        }

        .floating-doctor.bottom {
            bottom: 12%;
            right: -12%;
        }
}


/* Mobile */
@media (max-width: 576px) {

    

    .download-content > div {
        width: 100%;
        max-width: 100%;
    }

    .send-btn-with-phone {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .download-input-group {
        width: 100%;
    }

    .download-send-link {
        width: 100%;
        margin-bottom: 0.5rem !important;
    }

    .floating-doctor {
        width: 50px;
        height: 50px;
    }

        .floating-doctor.top {
            /*            top: 14%;
            left: -10%;*/
            display: none !important;
        }

        .floating-doctor.bottom {
            /*            bottom: 14%;
            right: -10%;*/
            display: none !important;
        }
}

@media (max-width: 968px) {
    .download-send-link {
        margin-left: 0px !important;
    }
    .floating-doctor.top {
        top: 12%;
        right: -12%;
    }

    .floating-doctor.bottom {
        bottom: 12%;
        right: -12%;
    }
}

@media (max-width: 768px) {

    /* Hide floating doctors on mobile */
    /*.floating-doctor {
        display: none !important;
    }*/
}


@media (max-width: 576px) {

    .floating-doctor {
        width: 50px;
        height: 50px;
    }

        .floating-doctor.top {
            /*            left: 10px;
            top: 25%;*/

            display: none !important;
        }

        .floating-doctor.bottom {
            /*            right: 10px;
            bottom: 18%;*/
            display: none !important;
        }
}

@media (max-width: 412px) {

    .floating-doctor {
        width: 48px;
        height: 48px;
    }

        .floating-doctor.top {
            /*            left: 15px;
            top: 30%;*/
            display: none !important;
        }

        .floating-doctor.bottom {
            /*            right: 8px;
            bottom: 20%;*/
            display: none !important;
        }
}
