﻿
body {
    font-family: Prompt !important;
}

h5 {
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

small {
    font-size: 10px;
}

a {
    text-decoration: underline;
    color: #EF5360;
}

    a:hover {
        color: #d63e4d;
    }

select {
    width: 523px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    padding-right: 30px;
    padding-left: 16px;
}

ul.no-markers {
    list-style: none;
    padding-left: 0;
}

.mdi {
    font-size: 20px;
    z-index: 9999;
}

.tight-text {
    line-height: 1;
}

.calculator {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 32px;
}

.calculator-input {
    width: 261px;
    height: 36px;
    padding: 18px 24px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #F0F0F0;
    border-radius: 20px !important;
}

.text-small {
    font: normal normal normal 12px/18px Prompt;
    letter-spacing: 0px;
    color: #383838;
}

.text-primary {
    color: #EF5360 !important;
    font-weight: bold;
}

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

.page-container {
    margin-top: -1rem;
    font-family: Prompt !important;
}

.page-bg-grey {
    background: #F4F4F4;
}

.page-bg-black {
    background: #2A222A;
    color: white;
}

.page-bg-gradient {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFD6DA 100%) 0% 0% no-repeat padding-box;
}


.page-bg-gradient-vertical {
    background: linear-gradient(0deg, #FFFFFF 0%,#FFD6DA 100%) no-repeat padding-box;
}

.page-bg-gradient-vertical-invert {
    background: linear-gradient(0deg, #FFD6DA 0%,#FFFFFF 100%) no-repeat padding-box;
}

.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;
}


/* @@media (min-width: 768px) {
                                .page-container {
                                    margin: 65px 65px;
                                }
                            } */
.paragraph-text {
    font-size: 14px;
}
.slogan-title {
    margin-bottom: 16px;
    font-weight: bold;
    font-family: Prompt;
    font-size: 32px;
}

.slogan-title-mini {
    font-family: Prompt;
    font-size: 18px;
    font-weight: bold;
}

.slogan-subtitle-mini {
    font-family: Prompt;
    font-size: 20px;
}

.slogan-subtitle {
    font-size: 16px;
    font-family: Prompt;
    margin-bottom: 24px;
}

.slogan-label {
    font-size: 16px;
    font-family: 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-primary {
    background-color: #EF5360;
    border-color: #EF5360;
    color: white;
}

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .btn-primary.show:focus {
        outline: 2px solid #EF5360;
        outline-offset: 2px;
        box-shadow: 0 0 0 0.25rem rgba(239, 83, 96, 0.5);
        */
    }
.btn-request:hover {
    background-color: #d84350;
}
.form-control {
    color: #333;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.form-select {
    border: 1px solid #F0F0F0;
    border-radius: 20px;
}

.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);
    }


.recommend {
    background: linear-gradient(90deg, #F26F43 0%, #EF5360 100%);
    border-radius: 15px;
    color: #FFFFFF;
    text-align: center;
    min-width: 71px;
    font-size: 12px;
    padding: 2px 10px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.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;
    }


.btn-more {
    border-radius: 20px;
    background: #EF5360;
    border: 0;
}

.btn-primary {
    border-radius: 20px;
    background: #EF5360;
    border: 0;
    color: #fff;
    transition: background 0.3s;
}

    .btn-primary:hover {
        background: #d63e4d;
        border: 0;
    }
    .btn-primary:focus {
        background: #d63e4d;
        border: 0;
    }

.btn-secondary {
    color: #EF5360;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EF5360;
    border-radius: 20px;
    transition: background 0.3s, color 0.3s;
}

    .btn-secondary:hover {
        background: #EF5360;
        color: #fff;
        border: 0;
    }

.text-span {
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 12px 32px; /* slightly reduced for smaller viewports */
    font-size: 1rem; /* responsive font sizing */
    font-weight: bold;
    font-family: 'Prompt', sans-serif;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    max-width: 100%;
    word-break: break-word;
}


.text-span-round {
    background: #383838 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 0px 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: Prompt;
    color: #FFFFFF;
}

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



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

    .panel-list li {
        margin-bottom: 8px;
        font-size: 15px;
        color: #383838;
    }

.panel-header {
    font-weight: bold;
    font-size: 18px;
    font-family: Prompt;
    letter-spacing: 0px;
    color: #383838;
}

.panel-header-small {
    font-size: 14px;
}

.panel-2 {
    display: flex;
    height: 100%;
    border-radius: 8px; /* optional, for nicer corners */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); /* optional */
}

    .panel-2 .panel-left {
        background-color: #F4F4F4; /* left side background */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 12px;
    }

    .panel-2 .panel-right {
        background-color: white; /* right side background */
        flex-grow: 1;
        padding: 1rem; /* spacing */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.panel-3 {
    background: #FFFFFFCC 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border-radius: 10px;
    font-weight: bold;
    min-height: 100%;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}



.custom-panel-gap {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}

.icon-bg {
    width: 40px;
    height: 40px;
    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 .mdi {
        transform: rotate(-45deg);
        filter: drop-shadow(0 0 5px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px white);
    }

.circular-box {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    z-index: 1;
}

    .circular-box::before {
        content: '';
        position: absolute;
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
        background: radial-gradient( closest-side, var(--glow-color, rgba(0, 0, 0, 0.95)) 0%, var(--glow-color, rgba(0, 0, 0, 0.7)) 40%, transparent 70% );
    }

    /* 🔴 Red (#f05461) */
    .circular-box.red {
        --glow-color: rgba(240, 84, 97, 0.9);
    }

    /* 🟠 Orange (#f27146) */
    .circular-box.orange {
        --glow-color: rgba(242, 113, 70, 0.9);
    }

    /* 🟡 Yellow-Orange (#f2a11d) */
    .circular-box.amber {
        --glow-color: rgba(242, 161, 29, 0.9);
    }

    /* 🟣 Magenta (#ab2071) */
    .circular-box.pink {
        --glow-color: rgba(171, 32, 113, 0.9);
    }

    /* 🟪 Purple (#602873) */
    .circular-box.purple {
        --glow-color: rgba(96, 40, 115, 0.9);
    }






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

.extra-padding {
    padding: 0 9rem;
}

.extra-padding-right {
    padding-right: 74px;
}

.lite {
    color: #F3A11E;
}

.standard {
    color: #F26F43;
}

.pro {
    color: #EF5360;
}

.plus {
    color: #AB2072;
}

.bg-yellow {
    background-color: #F3A11E;
    color: #F3A11E;
}

.bg-red {
    background-color: #EF5360;
    color: #EF5360;
}

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

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

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

.white-border-end {
    border-right: 1px solid white !important;
}

.hr-white {
    color: white;
    margin-bottom: 2rem;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.stats-col {
    flex: 1;
    padding: 0 1rem;
    border-right: 1px solid white;
}

    .stats-col:last-child {
        border-right: none;
    }

