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

h4, h5 {
    font-weight: bold;
}

small {
    font-size: 10px;
}

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

    a:hover {
        color: #d63e4d;
    }
.mdi {
    font-size: 20px;
    z-index: 9999;
}
.paragraph-text {
    font-size: 13px;
}

    .paragraph-text.extra-padding {
        padding: 0 146px;
    }

.page-container {
    margin-top: -16px;
}
.text-primary {
    color: #EF5360 !important;
    font-weight: bold;
}

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

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

    .btn-primary:hover,
    .btn-request:hover,
    .btn-more:hover {
        background: #d63e4d;
    }
    .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);
        background: #d63e4d;
        border: 0;
    }
.page-bg-grey {
    background: #FFFFFF;
}
.page-bg-grey {
    background: #F4F4F4;
}

.page-bg-red {
    background: #F4D1D4;
}
.page-bg-purple {
    background: #E5DBE5 0% 0% no-repeat padding-box;
}

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

.page-bg-gradient-vertical {
    background: transparent linear-gradient(180deg, #E5DBE5 0%, #F4F4F4 50%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
}

.slogan-title {
    margin-bottom: 16px;
    font-size: 29px;
    font-weight: bold;
    font-family: Prompt;
}


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

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

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

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

.panel-header{
    font-weight:bold;
}
.panel-header-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.panel-4 {
    padding: 20px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #FFFFFF;
    height: 100%;
}
.panel-6 {
    padding: 20px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #FFFFFF;
    height: 100%;
    overflow: hidden; /* prevent overflow */
    word-wrap: break-word; /* break long words */
}

    .panel-6 > .flex-grow-1 {
        min-width: 0; /* allows flex child to shrink properly */
    }

    .panel-6 figure {
        flex-shrink: 0; /* prevent figure from shrinking */
        margin: 0;
        min-width: 120px;
        max-width: 120px; /* fixed width for image container */
    }

    .panel-6 img.img-fluid {
        max-width: 100%;
        height: auto;
        display: block;
    }

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

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

    .circular-box.red {
        --glow-color: rgba(240, 84, 97, 0.9);
    }

    .circular-box.orange {
        --glow-color: rgba(242, 113, 70, 0.9);
    }

    .circular-box.amber {
        --glow-color: rgba(242, 161, 29, 0.9);
    }

    .circular-box.pink {
        --glow-color: rgba(171, 32, 113, 0.9);
    }

    .circular-box.purple {
        --glow-color: rgba(96, 40, 115, 0.9);
    }

.feature-tag {
    background: white;
    color: #EF5360;
    border: 1px solid #EF5360;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
}

    .feature-tag.selected {
        background-color: #EF5360;
        color: white;
    }
.form-control {
    border-radius: 10px;
}
.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);
    }

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

    ul.custom-list li {
        margin-bottom: 0.5rem; 
    }

ul.bullet-diamond li::before {
    content: "🔸";
    margin-right: 8px;
}

.stats-col {
    border-left: 1px solid #ccc;
}

    .stats-col:first-child {
        border-left: none;
    }


.img-icon {
    width: 54px;
    height: 54px;
}
.panel-7 {
    padding: 20px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #FFFFFF;
    height: 100%;
}
.panel-5 {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    color: #383838 !important;
    align-items: stretch;
    width: 100%;
}

    /* Let left take 50% width but not force height */
    .panel-5 .panel-left {
        width: 50%;
        background-color: #ffffff;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* Right panel with image controls the height */
    .panel-5 .panel-right {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        background-color: #ffffff;
    }

    .panel-5 picture, .panel-5 img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

/* Responsive: stack on small screen */
@media (max-width: 767.98px) {
    .panel-5 {
        flex-direction: column;
    }

        .panel-5 .panel-left,
        .panel-5 .panel-right {
            width: 100%;
        }

        .panel-5 picture, .panel-5 img {
            width: 100%;
            height: auto;
        }
}
