.banner1 {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: -3
}

.bg-space-1 {
    width: 100%;
    background: #f2f2f2;
    z-index: -1;
    position: absolute;
    height: 750px;
}

.bg-space-2 {
    width: 100%;
    background: #f2f2f2;
    z-index: -1;
    position: absolute;
    height: 850px;
}

.sect {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
}

.accordion-button {
    font-weight: bold;
    font-size: large;
}

.accordion-body {
    font-size: normal;
    font-size: large;

}

.accordion-button:not(.collapsed) {
    color: var(--bs-yellow);
    background-color: #181645;
}

.collapsed {
    color: var(--bs-white);
    background-color: #181645;
}

.accordion-button::after {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: transparent;
    background-image: none !important;
}

.accordion-button.collapsed::after {
    background-color: var(--bs-gray-300);
}


#banner-left-image {
    display: flex;
    align-items: center;
    height: 375px; /* Ensure this matches the height of the text column */
    padding-right:0px;
    padding-left:0px;
}

#banner-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-right-text {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 375px; /* Ensure this matches the height of the image column */
}

#banner-right-text h1, #banner-right-text h5 {
    font-family: 'Noto Serif Gurmukhi', sans-serif;
}

#banner-right-text h5 {
    margin-top: 20px;
}