body {
    background: #F4F4F4;
    font-family: Prompt !important;
}
a {
    text-decoration: underline;
    color: #EF5360;
}
.mdi-icon {
    font-size: 24px;
    z-index: 9999;
}

.section {
    display: flex;
    justify-content: center;
}

.btn {
    font-family: Prompt;
    font-size: 14px;
}

.paragraph-text {
    font: normal normal normal 16px/24px Prompt;
    text-align: left;
}

.slogan-hero {
    font: normal normal bold 46px/56px Prompt;
    text-align:left;
}
.slogan-title {
    font: normal normal bold 31px/43px Prompt;
    text-align: left;
}
.slogan-title-mini {
    font-size: 15px;
    font-weight: bold;
    font-family: Prompt;
}

.slogan-subtitle-mini {
    font: normal normal normal 16px/24px Prompt;
}

.img {
    max-width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
}

.number {
    font-weight: bold;
    font-size: 24px;
    font-family: Prompt;
    color: #383838;
    margin: 0 !important;
    text-align: center;
}

.email-group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 64px;
}

.email-input {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    padding: 18px 24px;
}



    .btn-request:hover {
        background-color: #d84350;
    }

    .btn-request:focus,
    .btn-request:active,
    .btn-request:focus-visible {
        background-color: #d84350;
        outline: none !important;
        box-shadow: none !important;
    }

.panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 0;
}

.icon-bg {
    width: 50px;
    height: 50px;
    background: #EF5360 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.diagonal-square {
    transform: rotate(45deg);
}

    .diagonal-square i {
        transform: rotate(-45deg);
        filter: drop-shadow(0 0 5px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px white);
    }

.icon-img {
    max-width: 70%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

    .img-fluid.lg {
        max-width: 50%;
    }

.panel-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .panel-list li {
        position: relative;
        padding-left: 1.6em;
        margin-bottom: 0.5rem;
    }

        .panel-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.3em;
            width: 0.8em;
            height: 0.8em;
            border: 2px solid #333;
            border-radius: 50%;
            background-color: transparent;
        }

.bg-orange {
    background-color: #F26F43;
    color: #F26F43 !important;
}

.bg-violet {
    background-color: #AB2072;
    color: #AB2072 !important;
}

.bg-purple {
    background-color: #612974;
    color: #612974 !important;
}

.form-control {
    color: #333;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.btn-primary {
    background-color: #EF5360;
    border-color: #EF5360;
    color: white;
    border-radius: 20px;
}
    .btn-primary:hover {
        background: #d63e4d;
        border: 0;
    }
.page-bg-gradient-full {
    background: linear-gradient( 135deg, rgba(248, 87, 166, 0.8) 0%, rgba(255, 88, 88, 0.8) 30%, rgba(255, 158, 68, 0.8) 70%, rgba(255, 226, 122, 0.8) 100% );
    color: white;
}

.form-check-input {
    accent-color: #EF5360;
}

    .form-check-input:checked {
        background-color: #EF5360;
        border-color: #EF5360;
    }

    .form-check-input:focus {
        outline: 2px solid #EF5360;
        outline-offset: 2px;
        box-shadow: 0 0 0 0.25rem rgba(239, 83, 96, 0.5);
    }
.feature-tag {
    background-color: white;
    color: #EF5360;
    border: 1px solid #EF5360;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .feature-tag.selected {
        background-color: #EF5360;
        color: white;
    }

