﻿.loadingSpinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.2rem 0.2rem;
    margin-bottom: 1.5rem;
}

    .feature-row.blue {
        background-color: #AFC1D0;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        color: #1B3F5F;
        justify-content: end;
    }

        .feature-row.blue .feature-icon {
            background-color: #fff;
            color: #0d3b59;
        }

    .feature-row.gray {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        background-color: #f8f9fa;
        justify-content: flex-start;
    }

        .feature-row.gray .feature-icon {
            background-color: #0d3b59;
            color: #fff;
        }

.feature-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.cardi-custom {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.cardi-body {
    background-color: #0b3556;
    color: white;
    padding: 20px;
    height: 100%;
}

    .cardi-body h5 {
        font-weight: bold;
    }

.cardi img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.arrow {
    font-size: 1.5rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-fixed {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.card-expanded {
    height: auto !important;
}

.see-more-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 12px;
    font-size: 0.9rem;
    cursor: pointer;
    font-family:'Montserrat',sans-serif; 
    font-style:normal; 
    font-weight:700;
    font-size:18px; 
    line-height:22px;
    text-align:center; 
    text-decoration-line:underline; 
    color:#1B3F5F; 
    background:none; 
    border:none;
}
