.et-banner-76dbcd51 {
    background-color: #00306A;
    border-radius: 12px;
    padding: 30px;
    font-family: sans-serif;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.et-banner-76dbcd51 .et-top-section {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.et-banner-76dbcd51 .et-icon-wrapper {
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.et-banner-76dbcd51 .et-phone-icon {
    width: 80px; /* Base size */
    height: 80px; /* Base size */
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 10px;
}
.et-banner-76dbcd51 .et-phone-icon svg {
    width: 36px;
    height: 36px;
    fill: #fff;
}

.et-banner-76dbcd51 .et-badge {
    background-color: #D31225;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.et-banner-76dbcd51 .et-content-wrapper {
    flex-grow: 1;
}

.et-banner-76dbcd51 h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.et-banner-76dbcd51 .et-phone,
.et-banner-76dbcd51 .et-phone a {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.et-banner-76dbcd51 .et-btn {
    background-color: #D31225;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    box-sizing: border-box;
}
.et-banner-76dbcd51 .et-btn:hover {
    opacity: 0.9;
    color: #fff;
}
.et-banner-76dbcd51 .et-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}


.et-banner-76dbcd51 .et-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.et-banner-76dbcd51 .et-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.et-banner-76dbcd51 .et-features li i,
.et-banner-76dbcd51 .et-features li svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.et-banner-76dbcd51 .et-features .et-divider {
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 500px) {
    .et-banner-76dbcd51 .et-top-section {
        flex-direction: column;
        text-align: center;
    }
    .et-banner-76dbcd51 .et-icon-wrapper {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 30px;
    }
    .et-banner-76dbcd51 .et-features {
        flex-direction: column;
        gap: 10px;
    }
    .et-banner-76dbcd51 .et-features .et-divider {
        display: none;
    }
}