﻿
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out; /*make it smooth*/
}

    /* The actual popup */
    .popup .popuptext {
        margin-bottom: 90px;
        visibility: hidden;
        width: 350px;
        background-color: #FFFFFF;
        color: #808080;
        text-align: left;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
        border-style: solid;
        border-width: medium;
        border-color: #000000;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }



/* Popup container - can be anything you want */
.popup_Pricipal {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup_Pricipal .popuptext_principal {
        margin-bottom: 55px;
        visibility: hidden;
        width: 350px;
        background-color: #FFFFFF;
        color: #808080;
        text-align: left;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        border-style: solid;
        border-width: medium;
        border-color: #000000;
        margin-left: -80px;
    }

        /* Popup arrow */
        .popup_Pricipal .popuptext_principal::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup_Pricipal .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-dialog {
    max-width: 1000px;
    max-height: 900px;
}

.virtualassistant {
    max-height: 300px;
    max-width: 300px;
}

.form-control {
    width: 270px;
}

.btn_submit {
    margin-top: 25px;
    height: 40px;
    width: 270px;
    border: none;
    background-image: linear-gradient(to right, #F5A668 1%, #FF7345 100%);
    color: white;
    /*font-family: bold;
            font-weight: 200;*/
    margin-left: 280px;
    float: right;
}

a:hover {
    color: #FFFFFF;
}

a {
    color: #FFFFFF;
}

.formError {
    opacity: 0.87;
    bottom: 0px !important;
    left: 100px !important;
    margin-top: -25px !important;
    color: #f61616;
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
}
/* Hero */
.hero-section {
    background: linear-gradient( 135deg, #FFF3E2 0%, #FFE1B9 100% );
    margin-top: -84px;
    padding: 60px 0;
}

.hero-title {
    color: #ff6a2a;
    font-weight: 700;
}

/* Checklist */
.checklist li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

    .checklist li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: green;
    }

/* Insurance Card */
.insurance-card {
    background: #fff7eb;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    text-align: center;
}

.price-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Feature Box */
.feature-box {
    background: #FFECDF;
    padding: 20px;
    border-radius: 12px;
}
.gradient-border {
    position: relative;
    background: #fff3dc;
    border-radius: 14px;
    padding: 35px 30px 30px;
    text-align: center;
}

    /* INNER GRADIENT BORDER */
    .gradient-border::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 5px; /* border thickness */
        border-radius: 14px;
        /* WHITE → BROWN */
        background: linear-gradient( 135deg, #ffffff 0%, #c69365 100% );
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

/* Price Badge */
.price-badge {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 110px;
    height: 110px;
}

/* SVG Background */
.badge-bg {
    position: absolute;
    inset: 0;
}

    .badge-bg circle {
        fill: #f7e2c8;
        stroke: #e1b88a;
        stroke-width: 4;
    }

/* Text on SVG */
.badge-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    color: #ff6a2a;
    text-align: center;
    font-weight: 500;
}

    .badge-text b {
        font-size: 20px;
        font-weight: 700;
    }

/* Image spacing */
.insurance-card img {
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
    .hero-section {
        margin-top: -52px;
    }
}
