/* =====================================================
   HERO / BANNER
===================================================== */

.hero-section{
    position:relative;
    height:520px;
    background:url('/common/images/main/banner1.png') center/cover no-repeat;
}

.hero-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.6));
}

.hero-content{
    position:relative;
    top:40%;
    text-align:center;
    color:white;

    background:rgba(0,0,0,0.35);
    border-radius:12px;
    backdrop-filter:blur(6px);
    z-index:2;
}

.hero-img{
    height:520px;
    object-fit:cover;
}

.hero-caption{
    background:rgba(0,0,0,0.45);
    padding:25px 40px;
    border-radius:10px;
    backdrop-filter:blur(4px);
}

.carousel-caption{
    bottom:30%;
}

/* =====================================================
   SECTIONS
===================================================== */

.section-title{
    font-weight:600;
    border-left:4px solid #c40000;
    padding-left:10px;
    margin-bottom:20px;
}

.about-section{
    background:#f8f9fa;
}

.wave-divider svg{
    display:block;
    width:100%;
    height:60px;
}

