/*================================================
News and Events Landing Page
=================================================*/

.event_wrapper {
    background: #FFFFFF;
    box-shadow: -4px 6px 24px rgba(0, 0, 0, 0.08), 6px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    transition: var(--transition);
    max-width: 80%;
    height: auto;
    margin: auto auto 30px auto;
    padding: 20px 20px;
}

/* .event_align {
    margin-bottom: 30px;
} */

.open_house {
    margin: 10px;
}

.open_house p {
    padding: 0 0 10px 0;
    text-align: justify;
}

.open_house h4 {
    padding: 10px 0 10px 0;
    text-align: justify;
    color: var(--main-color);
}

.event_wrapper h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #226693;
    text-align: left;
}

.event_wrapper img {
    background-size: cover;
    width: auto;
    height: auto;
    margin: 10px auto;
}

.event_wrapper h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--paragraph-color);
}

.event_wrapper:hover {
    transform: translateY(10px);
}

/*================================================
Openhouse CSS
=================================================*/
table {
    border-spacing: 0px;
    width: 100%;
    border: 1px solid #226693;
}

td {
    width: 33%;
    border: 1px solid #818090;
    padding: 5px;
    text-align: center;
}

.front {
    max-width: 100%;
}

.front h4 {
    font-size: 20px;
    color: var(--main-color);
    text-align: center;
}

.front h5 {
    font-size: small;
    color: var(--main-color);
    text-align: center;
    padding: 5px 0 5px 0;
}

.front h6 {
    font-size: x-small;
    color: var(--main-color);
    text-align: center;
    padding: 5px;
}

.front img {
    cursor: pointer;
}

.front .openhouse_wrapper {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(0)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front .openhouse_wrapper h4 {
    font-size: medium;
    color: var(--main-color);
}

.front .openhouse_wrapper h5 {
    padding: 5px 0;
    font-size: medium;
    font-weight: 500;
    text-align: left;
    color: var(--main-color);
}

.front .openhouse_wrapper p {
    font-size: 14px;
    text-align: left;
    color: var(--paragraph-color);
    text-align: justify;
}

.front .openhouse_wrapper img {
    max-width: 40%;
    height: auto;
    padding: 5px;
}

.front .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    background: #226693;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.front.active .openhouse_wrapper {
    transform: translate(0)scale(1);
}

/*------------------------------------------------------*/

.front .openhouse_wrapper1 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-49%, 0)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper1 {
    transform: translate(-49%, 0)scale(1);
}

/*------------------------------------------------------*/

.front .openhouse_wrapper2 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(0, -40%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper2 {
    transform: translate(0, -40%)scale(1);
}

/*------------------------------------------------------*/

.front .openhouse_wrapper3 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-32%, -40%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper3 {
    transform: translate(-32%, -40%)scale(1);
}

/*------------------------------------------------------*/

.front .openhouse_wrapper4 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-60%, -40%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper4 {
    transform: translate(-65%, -40%)scale(1);
}

/*------------------------------------------------------*/

.front .openhouse_wrapper5 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(0, -60%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper5 {
    transform: translate(0, -60%)scale(1);
}

/*------------------------------------------------------*/

.front .openhouse_wrapper6 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-32%, -60%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper6 {
    transform: translate(-32%, -60%)scale(1);
}

/*------------------------------------------------------*/

.front .openhouse_wrapper7 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-64%, -60%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper7 {
    transform: translate(-64%, -60%)scale(1);
}

.front .openhouse_wrapper8 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-64%, -60%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper8 {
    transform: translate(-64%, -60%)scale(1);
}

.front .openhouse_wrapper9 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-64%, -60%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper9 {
    transform: translate(-64%, -60%)scale(1);
}

/*------------------------------------------------------*/

.front .openhouse_wrapper_nie1 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-45%, -10%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper_nie1 {
    transform: translate(-45%, -10%)scale(1);
}

.front .openhouse_wrapper_nie2 {
    position: absolute;
    width: 40%;
    height: auto;
    left: auto;
    top: auto;
    padding: 7px;
    border-radius: 10px;
    transform: translate(-60%, -10%)scale(0);
    border-left: solid #226693;
    border-top: solid #226693;
    background: #ffffff;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.front.active .openhouse_wrapper_nie2 {
    transform: translate(-60%, -10%)scale(1);
}


/*------------------------------------------------------*/
#pyramidtable {
    max-width: 100%;
    margin: auto auto 10px auto;
}

#pyramidtable td {
    max-width: 50%;
    border: 3px solid #818090;
    padding: 5px;
    text-align: center;
}

/*----------------------------FDP -----------------------------------------------------------------------------------------------------------*/
.fdp {
    margin: auto;
}

.fdp p {
    padding: 10px 10px 0 10px;
    text-align: justify;
}

.event_wrapper_fdp {
    background: #FFFFFF;
    box-shadow: -4px 6px 24px rgba(0, 0, 0, 0.08), 6px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    transition: var(--transition);
    max-width: 80%;
    height: auto;
    margin: 20px auto 20px auto;
    padding: 20px 20px;
}

.event_wrapper_fdp h4 {
    padding: 10px 0 10px 0;
    text-align: justify;
    color: var(--main-color);
}

.event_wrapper_fdp h5 {
    padding: 10px 0 0 0;
    text-align: justify;
    color: var(--paragraph-color);
}

.event_wrapper_fdp img {
    margin: 10px auto;
    width: auto;
    height: auto;
}

.event_wrapper_fdp:hover {
    transform: translateY(10px);
}

.event_fdp {
    margin: auto;
}

.event_fdp img {
    margin: auto auto 30px auto;
    border: none;
    border-radius: 8px;
}

.fdp_links{
    margin: 20px auto;
}

/*----------------------------FDP -----------------------------------------------------------------------------------------------------------*/


#article h4 {
    padding-top: 10px;
    color: var(--main-color);
}

#article p {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--paragraph-color);
    text-align: justify;
}

#article h5 {
    padding: 10px;
    color: var(--paragraph-color);
}

#article img {
    width: auto;
    height: auto;
    border-radius: 8px;
}

/*----------------------------1st Inter-Collegiate Open House Pictures-----------------------------------------------------------------------------------------------------------*/

.oh_pictures img {
    margin: auto auto 15px auto;
    border: var(--main-color);
    border-radius: 8px;
}

.oh_pictures1 img {
    margin: auto 9px 15px auto;
    border: var(--main-color);
    border-radius: 8px;
    float: left;
    position: relative;
    width: 48%;
}

/*----------------------------Gallery-----------------------------------------------------------------------------------------------------------*/

.gallery {
    margin: 10px auto;
}

.gallery img{
    margin: 10px auto;
    border-radius: 10px;
    border: none;
}

.gallerypic {
    margin: 22px auto auto auto;
}


/*----------------------------Industry associates-----------------------------------------------------------------------------------------------------------*/
.college_logos_wrapper {
    margin: 20px auto;
    overflow: hidden;
}

.college_logos {
    margin: auto;
    display: flex;
    flex-direction: row;
    width: max-content; /* Fixed size for the logos */
}

.industry_wrapper {
    position: relative;
    margin: auto 5px 0px 5px;
}

.industry_wrapper_front {
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 160px;
    width: 200px;
    background: #FFFFFF;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    backface-visibility: hidden;
    color: var(--main-color);
}

.industry_wrapper_front img {
  text-align: center;
  margin: auto; /* Reset default margin */
  width: 80%;
}

.industry_wrapper_front h6 {
    text-align: center;
    font-size: 12px;
}
  
.heading {
    margin: auto;
    text-align: center;
}

.heading h2{
    margin: 20px auto;
    color: var(--paragraph-color);
}

.logos-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 per row (same as col-lg-3) */
    gap: 35px;
    max-width: 1200px;
    margin: 0 auto;
}

.logos {
    text-align: center;
}

.logos a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    color: var(--main-color);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.logos a:hover {
    color: #000;
}

.logos img {
    width: 180px;
    height: auto;
    margin-bottom: 10px;
}
/*----------------------------Bootcamps -----------------------------------------------------------------------------------------------------------*/

.bootcamp {
    margin: 10px 10px;
}

.bootcamp h4 {
    padding-bottom: 5px;
    color: #226693;
    text-align: left;
}

.bootcamp p {
    padding: 5px 0 5px 0;
    text-align: justify;
}

/*----------------------------LP111-----------------------------------------------------------------------------------------------------------*/
.lp111_oh {
    margin: auto;
    align-items: center;
    justify-items: center;
}

.lp111_oh img {
    width: auto;
    height: auto;
    margin: 5px auto;
    border-radius: 10px;
}

.new_logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* exactly 5 per row */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 40px auto; /* centers the whole block */
    text-align: center;
}

.logo-item img {
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.logo-item h6 {
    font-size: 12px;
    line-height: 1.4;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 28px;   /* adjust size here */
    height: 28px;
    object-fit: contain;
    transition: 0.3s;
}

.social-icons img:hover {
    transform: scale(1.15);
}