

/*Main Container*/
body {
    width: 100% !important;
    margin: 0;
}.mother-container{
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}






/**********Container Controllers***************/

.section-standard-wrapper{
    padding: 70px 7% 70px 7% !important;
    height: auto;
    background-color: transparent;
}
.thumbnail-card-main-wrapper{
    display: flex;
    justify-content: space-between;
}
.thumbnail-card-wrapper{
    cursor:pointer;
    background-color:white;
    box-shadow: 0px 2px 5px 0px rgba(184, 184, 184, 0.75);
    border-radius: 5px;
}
.thumbnail-card-wrapper-blog{
    cursor:pointer;
    background-color:white;
    border-radius: 5px;
}
.card-content-wrapper{
    padding: 10px;
}
.card-content-wrapper-blog{
    padding: 5px 10px 20px 10px;
}
.card-content-wrapper h4{
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-p{
    text-align: justify;
    padding-bottom: 20px;
    height: 100px !important;
}
.readmore-btn {
    margin-bottom: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.section-standard-wrapper-for-overlay{
    width: 100%;
    background-image: url('http://localhost/Mapua/wp-content/uploads/2026/04/about-us-background.png');
    background-size: cover;
    position: relative;
    min-height: 700px;
}
.overlay-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 100%);
}

.flex-container{
    padding: 30px 7% 20px 7%;
    display: flex;
    justify-content: space-between;
}.flex-container-without-padding{
    display: flex;
    justify-content: space-between;
}.container-padding-left-right{
    padding: 0px 7% 0px 7%;
    display: flex;
    justify-content: space-between;
}.flex-container-center{
    display: flex;
    justify-content: center;
}

/**********Container Controllers***************/






/**********Container Height width***************/
.box-xs{
    width: 18%;
    min-height: 100px;
}
.box-sm{
    width: 24%;
    min-height: 250px;
}
.box-md{
    width: 32%;
    min-height: 250px;
}
.box-xl{
    width: 49.5%;
    min-height: 250px;
}
.flex-box-s{
    width: 24%;
}
.flex-box-sm{
    width: 30%;
}
.flex-box-md{
    width: 50%;
}
.flex-box-md-sm{
    width: 45%;
}
.flex-box-xl{
    width: 70%;
}

/**********Container Height width***************/






/**********Container Padding***************/
.box-padding-s{
    padding: 10px;
}
.box-padding-m{
    padding: 20px;
}

.box-padding-top-only-l{
    padding-top: 30px;
}
.box-padding-left-only-m{
    padding-left: 20px;
}
.box-padding-right-only-m{
    padding-right: 20px;
}
.box-padding-left-only-l{
    padding-left: 30px;
}
.box-padding-left-only-xl{
    padding-left: 50px;
}.box-padding-right-only-xl{
    padding-right: 50px;
}

.standard-padding-content{
    padding-left: 70px;
    padding-right: 70px;
}
.almamater-song{
    padding-top: 70px;
    padding-bottom: 70px;
}
/**********Container Padding***************/





/**********Container BG-Color***************/
.bg-white{
    background-color: #ffffff !important;
}
.bg-grey{
     background-color:#f7f7f7 !important;
}
.bg-red{
     background-color:#DA291C !important;
}
.bg-yellow{
     background-color:#FFB81C !important;
}.bg-dark-grey{
     background-color:#e6e6e6 !important;
}.bg-custom-red{
     background-color:#aaaaaa !important;
}
/**********Container BG-Color***************/



.container-shadow{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
}







/**********Announcements***************/

.container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  width: 85%;
  margin: 40px auto;

}

/* EVENTS (LEFT) */
.events {
  padding: 20px;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event {
  display: grid;
  grid-template-columns: 80px 1fr;
  height: 80px;
}

.date-red {
  background: #DA291C;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.announcements {
  padding: 20px 30px;
}

.announcement {
  margin-bottom: 20px;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
  }

  .events {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
/**********Announcements***************/




/************SUBPAGE: TABLE***********/
.table-container{
    padding: 7% 7%;
    width: 1050px;
    margin: 0 auto;
    overflow-x: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.table{
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border-collapse: separate; 
    border-spacing: 0 10px;
}
tr{
    height: 100px;
    width: 80% !important;
    background-color: #F1F1F1;
}
.table td {
    padding: 10px;
}

/************SUBPAGE: TABLE***********/






/************news container***********/
.news-card {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 32px;
    padding: 32px 0;
    align-items: center;

}

/***********news container***********/






/************Faculty Card***********/
.faculty-card {
    position: relative;
    width: 250px;
    height: 450px;
    border-radius: 8px;
    background-color: #f5f5f5;
    overflow: hidden;
    border: none;
    text-align: center;
    align-items: center;
    padding:40px !important;
}
.faculty-card-image{
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    margin-bottom: 10px;
}
/************Faculty Card***********/














