@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    font-family: 'Poppins', sans-serif !important;
    background: #eff3f8;
}

.hero-section {
    position: relative;
    height:70vh;
    overflow: hidden;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-image: url('../images/heroBrug.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.hero-text {
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    position: relative;
    z-index: 2;
}

.card
{
    background: linear-gradient(135deg, #007bb5 0%, #005a87 100%);
    border-radius: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.301);
}

.btn-custom {
    transition: all 0.15s;
    border-radius: 1.5rem;
    font-weight: 600;
    height: 3rem;
    padding: 0 2rem;
    background-color: white;
    color: #e92892;
}

.btn-custom:hover {
    background-color: #dbeafe;
    color: #59bce6;
}

/* ===== TEXT SIZES ===== */
.text-h36 {
    font-size: 2.1rem;
    line-height: 2.4rem;
}

.text-h48 {
    font-size: 2.8rem;
    line-height: 1;
}

.text-h28 {
    font-size: 1.6rem;
    line-height: 2.1rem;
}

.text-h40 {
    font-size: 2.3rem;
    line-height: 2.3rem;
}

.text-h20 {
    font-size: 1.15rem;
    line-height: 1.6rem;
}

/* Small heading utility used in bottom cards */
.text-h24 {
    font-size: 1.4rem;
    line-height: 2rem;
}
