﻿
.blueIcons {
    position: relative;
    border: 1px solid #20c9e4;
    border-radius: 20px;
    padding: 0px;
    min-width: 95px;
    min-height: 95px;
    background-image: url('icon1.png'), radial-gradient(circle at top, #f4feff, transparent 50%), radial-gradient(circle at bottom, #8de3fc, transparent 50%);
    background-size: cover, cover;
    background-blend-mode: overlay;
    box-shadow: inset 0 -2px 4px 1px rgba(17, 110, 231, 0.6), inset 0 -4px 4px 1px #8de3fc, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #005693;
    text-align: center;
    text-shadow: 0 1px 1px #116ee7;
    transition-property: border-color, transform, background-color;
    transition-duration: 0.2s;
    cursor: pointer;
    outline: none;
}

    .blueIcons::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 20px;
        width: 80%;
        height: 40%;
        background-image: linear-gradient(to bottom, #f4feff, transparent);
        opacity: 0.75;
    }

    .blueIcons:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .blueIcons:active {
        transform: scale(0.95);
        background-color: #20c9e4;
        border-color: #20c9e4;
    }

.button-text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 1em;
    color: white;
    font-weight: bold;
}



.Interactivefeatures-container {
    position: absolute;
    top: 80px;
    margin-left: -40px;
    font-size: 12px;
    font-weight:bold;
}

.Interactivefeatures.before {
    position: relative;
    border: 1px solid #20c9e4;
    border-radius: 50px;
    min-width: 12em;
    background-color: #20c9e4;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4feff, transparent), radial-gradient(75% 35% at 50% 85%, #8de3fc, transparent);
    box-shadow: inset 0 -2px 4px 1px rgba(17, 110, 231, 0.6), inset 0 -4px 4px 1px #8de3fc, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #005693;
    text-align: center;
    text-shadow: 0 1px 1px #116ee7;
    transition-property: border-color, transform, background-color;
    transition-duration: 0.2s;
}

    .Interactivefeatures.before::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50px;
        width: 80%;
        height: 40%;
        background-image: linear-gradient(to bottom, #f4feff, transparent);
        opacity: 0.75;
    }

    .Interactivefeatures.before:hover {
        transform: scale(1.04);
        border: 1px solid #20c9e4;
    }

    .Interactivefeatures.before:active {
        border-color: #20c9e4;
        transform: scale(0.96);
        background-color: #20c9e4;
    }

.Interactivefeatures.after {
    position: relative;
    z-index: 0;
    border: 1px solid #3247cf;
    border-radius: 8px;
    padding: 8px 16px;
    min-width: 8em;
    background-image: linear-gradient(180deg, #4098ff, #4058ff 62%, #4075ff);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), inset 0 -1px 0px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: "Roobert", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    transition-property: border-color, transform;
    transition-duration: 0.2s;
    will-change: transform;
}

@media (hover: hover) {
    .Interactivefeatures.after:hover {
        transform: scale(1);
        border: 0px solid #20c9e4;
    }
}

.Interactivefeatures.after:active {
    border-color: #20c9e4;
    transform: scale(0.98);
    outline: none !important;
    box-shadow: none !important;
    border:none !important;
}

.Interactivefeatures.after::before, .Interactivefeatures.after::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 7px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
}

.Interactivefeatures.after::before {
    background-image: linear-gradient(180deg, #40a6ff, #4058ff 62%, #4075ff);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), inset 0 -1px 0px rgba(0, 0, 0, 0.2);
}

@media (hover: hover) {
    .Interactivefeatures.after:hover::before {
        opacity: 1;
    }
}

.Interactivefeatures.after::after {
    background-image: linear-gradient(180deg, #0a40ce, #4058ff 38%, #40a0ff);
    box-shadow: inset 0 1px 1px #0b1c95;
    border: 1px solid #20c9e4;
}

.Interactivefeatures.after:active::after {
    opacity: 1;
}
