﻿
/* HERO */
.hero-InstitutionalPartnerships {
    position: relative;
    display: flex;
    align-items: center;
    background: url('https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d') center/cover no-repeat;
    color: #fff;
}

    .hero-InstitutionalPartnerships::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(15, 32, 39, 0.9));
    }

.hero-InstitutionalPartnerships-content {
    position: relative;
    z-index: 2;
}



/* SECTION */
.section-space {
    padding: 20px 0;
}

/* LUXURY GRADIENT */
.gradient-bg {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
}

/* IMAGE SPLIT */
.split-img {
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* GLASS CARDS */
.glass {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    padding: 40px 20px;
    border-radius: 25px;
    transition: 0.4s ease;
    border: 1px solid #fff;
}
    .glass:hover {
        transform: translateY(-10px);
    }

/* PHOTO SECTION */
.photo-section {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    
}

    .photo-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    }

    .photo-section .container {
        position: relative;
        z-index: 2;
    }


/* HEADINGS */
h2 {
   
    margin-bottom: 30px;
}
.bg-images{
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-image: url('~/../../../assets/img/siteimages/19-signalinteractive.jpg');
}
.photo-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
   