/* CONTENT */
.pb-6 {
    padding-bottom: 8rem;
}

.py-6 {
    padding: 500px;
}

.line-break {
    display: none;
}

.highlight {
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.8rem;
    height: 1.3rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 2 120 12' preserveAspectRatio='none'%3E%3Cpath d='M0 8 Q7.5 2 15 8 T30 8 T45 8 T60 8 T75 8 T90 8 T105 8 T120 8' fill='none' stroke='%23ffd60a' stroke-width='5.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat left bottom / 100% 1.3rem;
    pointer-events: none;
}

body {
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;   
}

.hero-section { 
    min-height: calc(100vh - 76px);
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glowing-shadow {
    -webkit-box-shadow:0px 0px 94px 8px rgba(255,196,46,0.64);
    -moz-box-shadow: 0px 0px 94px 8px rgba(255,196,46,0.64);
    box-shadow: 0px 0px 94px 8px rgba(255,196,46,0.64);
}

.btn-glowing-shadow {
    -webkit-box-shadow:0px 0px 33px 0px rgba(240,190,65,0.36);
    -moz-box-shadow: 0px 0px 33px 0px rgba(240,190,65,0.36);
    box-shadow: 0px 0px 33px 0px rgba(240,190,65,0.36);
}

.btn-primary {
    background-color: var(--iman-primary);
    border: 1px var(--iman-primary);
}

.bg-iman-secondary {
    background-color: var(--iman-secondary);
    background-image: var(--bs-gradient);
}

.bg-tertiary {
    background-color: var(--iman-primary);
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--iman-primary-after);
}

.video-container {
    width: 100%;
    max-width: 700px;
}

.testimonials .card {
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonials .card-text {
    font-style: italic;
}

.testimonials img {
    width: 50px;
    height: 50px;
}

.glowing-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glowing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 33px 8px rgba(240,190,65,0.36);
}

.img-about-us {
    max-width: 400px;
    max-height: 400px;
}

.programme-logo {
    width: 80%;
    height: auto;
}

@media (max-width: 576px) {
    .mt-sm-5 {
        margin-top: 50px;
    }

    .programme-logo {
        width: 25%;
    }
    

}
@media (max-width: 767px) {
    .line-break {
        display: block;
    }
    
    .lh-6 {
        line-height: 1.5;
    }

    .mt-nav {
        padding-top: 30px;
    }

    .progammes-logo {
        width: 30px;
        height: 30px;
    }
}