

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





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

.section-standard-wrapper{
    padding: 60px 7% 60px 7%;
    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;
}
.card-content-wrapper{
    padding: 10px;
}
.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;
    width: 100%;
    justify-content: space-between;
}.container-padding-left-right{
    padding: 0px 7% 0px 7%;
    display: flex;
    justify-content: space-between;
}

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




/**********Container Height width***************/
.box-xs{
    width: 18%;
    min-height: 100px;
}
.box-sm{
    width: 24%;
    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-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;
}
/**********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;
}
/**********Container BG-Color***************/



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




/****WHITE: Main Menu Header*********/
.header-container{
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    position: fixed;
    height: 160px;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}.main-menu-container{
    background-color: #FEFEFE;
    height: 75px;
    padding-left: 7%;
    padding-right: 7%;
    position: relative;
    display: flex;
    justify-content: space-between;
}.secondary-menu-container{
    background-color: #F4F4F4;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding-left: 7%;
    padding-right: 7%;
}.content-center-wrapper{
    align-items: center;
    justify-items: center;
    display: flex;
}.header-announcement{
    background-color: #DA291C;
    padding: 2px 0px 2px 0px;
}
/****WHITE: Main Menu Header*********/



/* Footer */
.footer-container { 
    height: 340px;
    width: 100% !important;
    position: relative;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.footer-content-container {
    background-color: #ECECEC;
    height: 260px;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 5% 7%;
}
.footer-section {
    flex-direction: column;
}
.footer-center-wrapper {   
    align-items: center;
    justify-items: center;
    display: flex;
}
.footer-bottom {
    background-color: #DA291C;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 7%;
    padding-right: 7%;
}
.footer-links:hover {
    color: #DA291C !important;
}
.footer-bottom-links:hover {
    color: #FFB81C !important;
}
/* Footer */



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

.container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  max-width: 980px;
  margin: 30px auto;
}

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

.event-card {
  display: flex;
  height: 80px;
}

.event-date {
  background: #DA291C;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
   font-family: "monserrat", sans-serif;
  font-size: 13px;
    color: #fff;
}

.event-title {
  background: #e5e5e5;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
   font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}




/**********Announcements***************/
.announcements {
  padding: 20px 30px;
}

.announcements h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  color: #666;
}

.announcement {
  margin-bottom: 20px;
}

.announcement p {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.5;
}

.announcement .date {
  font-size: 12px;
  color: #888;
}

.view-all {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #999;
  text-decoration: none;
}

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

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





/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 16px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {color: #DA291C;}



