/*

color sheme:
        
        Algonquin Green:                #006341;
        Jet (from algonquin website)    #333333;
        Grey (from algonquin website)   #707070;
        Algonquin Green @10% TINT:     #e5efec;
        title background-color:         rgba(0, 99, 65, 0.7);

        White:                          #ffffff;         


    Font: Heading  : Roboto 700;
                            font-family: roboto, arial narow, arial, sans-serif;
            button : Roboto 600;
                            font-family: roboto, arial narow, arial, sans-serif;


*/



/***************************************************
            MOBILE PORTRAIT (428px)
***************************************************/


/* General*/
* {
  box-sizing: border-box;
}

body {
  font-family: roboto, arial narow, arial, sans-serif;
  font-weight: 300;
  font-size: 1.12rem;
  color: #333333;

  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

header img {
  margin-bottom: -0.15rem;
}

footer img {
  margin-top: -0.5rem;
}

header img:nth-of-type(2),
header img:nth-of-type(3),
header img:nth-of-type(4),
header img:nth-of-type(5),
footer img:nth-of-type(2),
footer img:nth-of-type(3),
footer img:nth-of-type(4) {
  display: none;
}

svg {
  width: 3.93rem;
}

/* progress-mobile section - circle version - */

.progress-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  margin: 0 auto;
  align-items: center;
  max-width: 85%;
}

.landing-page .progress-mobile {
  display: none;
}

.progress-icon {
  display: inline-block;
  margin: 2rem 1.3rem 2rem 0.5rem;
  grid-column: 1/2;

}

.progress-mobile h2 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #006341;
  grid-column: 2/5;

}

/* progress-desktop section - bar version - */
.progress-desktop {
  display: none;
}


/* ---------------Landing PAGE---------------------- */

.hero-section {

  overflow: hidden;
  background: url(../images/hero-section/room-finder-hero-img.jpg);
  background-size: cover;
  background-position: 50% 80%;
  background-repeat: no-repeat;


}

.hero-section h1 {
  font-size: 2.37rem;
  font-weight: 600;
  line-height: 3.12rem;
  text-align: center;

  color: #ffffff;
  background-color: rgba(0, 99, 65, 0.7);

  max-width: 24.75rem;
  padding: 2rem 4rem;
  margin: 0 auto;
  margin-top: 15rem;
  margin-bottom: 3rem;

}

.landing-title-desktop h1 {
  display: none;
}

/* landing page buttons */
.status-section {
  background-color: #006341;
  padding: 2rem;
}

.status-section h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;

}

.status-section a {
  display: block;
  font-size: 1.4em;
  font-weight: 400;
  padding: 1.7rem;
  width: 100%;
  height: 5rem;
  background-color: #333333;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

  margin-bottom: 1.6em;

}

.status-section hr {
  border: 1px solid #048559;
  width: 100%;
  margin: 3rem auto;
}

.intro-about h2 {
  text-align: left;
  margin-bottom: 1.5rem;
}

.intro-about p {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #ffff;
  margin-bottom: 1rem;
}



/*---------------------- Login-Page ----------------------------*/

.login {
  color: #ffffff;
  background-color: #006341;
  padding: 2rem 3rem 3.25rem;
}

.login h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.login p {
  margin-bottom: 2.37rem;
}

.login hr {
  display: none;
}

.login form label {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.login form input {
  display: block;
  width: 100%;
  height: 4.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;

  margin-bottom: 2.94rem;
  padding: 1rem;

}

.login .passwrd-input {
  margin-bottom: 5rem;
}

.login form button {
  display: block;
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #333333;
  border: none;

  margin-bottom: 1rem;

}

.login form button a {
  text-decoration: none;
  color: #ffffff;
}

/*------------------ FILTER PAGE -------------------------*/

/* Filter Display Section */

.search-page-title,
.room-welcome-section {
  overflow: hidden;
  background: url(../images/hero-section/room-finder-hero-desktop-img.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;

}

.search-page-title h1,
.room-welcome-section h1 {
  font-size: 2.37rem;
  font-weight: 500;
  line-height: 3.12rem;
  text-align: center;

  color: #ffffff;
  background-color: rgba(0, 99, 65, 0.7);

  max-width: 24.75rem;
  padding: 2rem 0rem;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: 1rem;

}



/* Locate Room Section */


.room-number-search {
  background-color: #e5efec;
  padding: 2rem 2rem 5rem 2rem;
  position: relative;

}

.room-number-search form label {
  font-size: 1.62rem;
  font-weight: 700;
  color: #006341;
}


.room-number-search form input {
  width: 100%;
  font-size: 1.2rem;

  color: #333333;
  background-color: #e5efec;
  border: 1px solid #006341;

  margin-top: 2rem;
  margin-bottom: 1.8rem;
  padding: 1.6rem 2rem 1.75rem 1.3rem;
}


.room-number-search form button {
  width: 100%;
  height: 4.5rem;
  font-size: 1.25rem;
  font-weight: 500;

  color: #ffffff;
  background: #006341;
  border: none;

}


.room-number-search form button a {
  text-decoration: none;
  color: #ffffff;

}

/* OR Section */

.or {

  font-size: 1.4rem;
  font-weight: 600;
  color: #006341;

  background-color: rgba(230, 241, 238, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(92, 78, 78, 0.4);

  padding: 1.5rem 1.3rem;
  margin-left: auto;
  margin-right: auto;

  text-align: center;

  position: absolute;
  left: 40%;
  bottom: -2.3rem;

  z-index: 99;
}


/* Filter Search Section */

.room-number-search form,
.room-filter-search form {
  width: 100%;
  margin: 0 auto;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  margin: 0.75rem 0;
}

.custom-select-wrapper:first-of-type {
  margin-top: 2.25rem;
}

.custom-select-wrapper:last-of-type {
  margin-bottom: 2.5rem;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}




.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.4rem 1rem;
  margin-top: 0.25rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 60px;
  background: transparent;
  border-radius: 0px;
  cursor: pointer;
  border: solid 1px #fff;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 9999;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.custom-option:hover,
.custom-option.selection {
  background: #333333;
  color: #fff;
}

.room-filter-search {
  background-color: #006341;
  padding: 4.5rem 2rem;

}


.room-filter-search form label {
  font-size: 1.62rem;
  font-weight: 500;
  color: #ffffff;

}

.room-filter-search form select {
  width: 100%;
  height: 5rem;
  font-size: 1.5rem;

  color: #ffffff;
  background-color: #006341;
  border: 1px solid #ffffff;

  padding-left: 1.3rem;
  margin-bottom: 2rem;

}

.room-filter-search form select:first-of-type {
  margin-top: 2rem;
}

/* .room-filter-search form select option{
    color: #ffffff;
  
} */

.room-filter-search form button {
  display: block;
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #333333;
  border: none;

}

.room-filter-search form button a {
  text-decoration: none;
  color: #ffffff;
}


/* Room detail-drop down (Most viewed room / Results)*/

.rooms-section-mobile {
  margin-bottom: 2rem;
}

.rooms-section-mobile h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #333333;
  padding: 2.31rem;

}

.accordion {
  background-color: #ffffff;
  cursor: pointer;
  padding: 1.12rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;

  transition: 0.4s;
}

/* 
.active, .accordion:hover {
    background-color:  rgba(0, 99, 65, 0.7);
 
  }
  */

.rooms-section-mobile .room-list {
  max-width: 82%;
  margin: 0 auto;
}

.rooms-section-mobile .accordion {
  font-size: 1.75rem;
  font-weight: 500;
  color: #333333;
  position: relative;
}

.rooms-section-mobile .room-list:first-of-type .accordion:first-of-type {
  margin-top: 1rem;
}

.rooms-section-mobile .accordion i {
  color: #006341;
  position: absolute;
  right: 2rem;

}

.rooms-section-mobile hr {
  color: #707070;
  margin-top: 1.31rem;
  margin-bottom: 0;
}

.rooms-section-mobile .room-list:last-of-type hr:first-of-type {
  display: none;
}

.panel {
  display: none;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 4rem;
}

.rooms-section-mobile .panel img {
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
}

.rooms-section-mobile .panel h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #006341;
  margin-top: 1.75rem;
  margin-left: 0.5rem;

}

.rooms-section-mobile .panel section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;

  width: 100%;
  margin: 1.5rem 0;

}


.rooms-section-mobile .panel section:last-of-type {
  margin-bottom: 4.5rem;

}

.rooms-section-mobile .panel section i {
  display: inline;
  color: #006341;
  text-align: center;
  grid-column: 1/2;


}

.rooms-section-mobile .panel section p:first-of-type {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.4rem;
  margin-left: 0.75rem;
  grid-column: 2/6;

}

.rooms-section-mobile .panel section p:nth-of-type(2) {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #333333;
  margin-top: 0.3rem;
  grid-column: 6/7;

}

.rooms-section-mobile .panel hr {
  margin: 0;
}

.rooms-section-mobile .panel a {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  background-color: #006341;
  padding: 1.5rem;
  margin: 1rem 0 1.5rem;
}

.rooms-section-desktop {
  display: none;
}


/**************** ROOM PAGE *********************/



/*------------ Map Buttons------------- */

.detail-page article #map-btn button {
  display: block;
  margin: auto;
  font-size: 1.4rem;
  padding: 1.7rem;
  width: 22rem;
  height: 5rem;
  border: 1px solid #006341;
  text-align: center;
  color: #006341;
  background-color: #ffff;
  text-decoration: none;
  margin-bottom: 1.6rem;

}

.detail-page article #map-btn button:hover {
  background-color: #006341;
  color: #ffff;

}


/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: #006340da;
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #006341;
  width: 80%;
}

.modal-content img {
  margin: 1rem auto;
}

/* The close-floor, .close-campButton */
.close-floor,
.close-camp {
  color: red;
  float: right;
  font-size: 2rem;
  font-weight: bold;
}

.close-floor:hover,
.close-camp:hover,
.close-floor:focus,
.close-camp:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}





/* ---------------Feature Section---------------------- */
.feature,
.amenities,
hr {
  max-width: 95%;
}

.feature .container,
.amenities .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-row-gap: 3.5rem;
  margin-top: 1.75rem;
  margin-bottom: 3rem;
  margin-left: 0rem;

}

section.feature_icon,
section.amenities_icon {
  text-align: center;
}

.feature-title h1 {
  background-color: #006341;
  padding: 1.5rem;
  padding-left: 7.5%;
  color: #ffff;
  font-weight: 700;
  font-size: 2rem;
}

.feature h2,
.amenities h2 {
  display: block;
  margin-bottom: 1rem;
  color: #006341;
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: 2rem;
}

.feature_icon i,
.amenities_icon i {
  background-color: #ffff;

  color: #006341;

  width: 4.5rem;
  height: 4.5rem;

  padding-top: 1.2rem;
  /* padding: 1.2rem; */
  border-radius: 50%;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
}

.feature_icon h3,
.amenities_icon h3 {
  margin-top: 1rem;
  font-weight: 400;
}

.feature p,
.amenities p {
  margin-top: 1rem;
  text-align: center;
}

hr {
  width: 87%;
  margin: 2.5rem auto 2.5rem;
  border: solid 1px #e4e4e4;
}





/* Room Specification Section */

.room-specification {
  background-color: #2B8367;
  color: #ffffff;
  line-height: 1.8rem;

  padding: 3rem;

}


.room-specification h2 {
  font-size: 1.5rem;
  font-weight: 700;

  margin-bottom: 1.5rem;
}


.room-specification hr {
  opacity: 25%;
  max-width: 100%;
  margin: 0;

}

.room-specification h3 {
  font-size: 1.4rem;
  font-weight: 600;

  margin-top: 2rem;
}

.room-specification p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-top: 0.4rem;
}


/* Room Layout */

.room-layout h2 {
  font-size: 1.5rem;
  font-weight: 700;

  margin: 2rem 3rem;
  color: #006341;
}


.room-layout hr {
  margin: 0 2rem;
}


/* Slider Plugin */

.splide__slide img {
  padding: 0 3rem;
}

.splide__slide p {
  margin: 1rem 3rem 3rem;
}

button.splide__pagination__page {
  background: #707070;
  opacity: 100%;
}

.splide__pagination__page.is-active {
  background: #006341;
}


/* Facility and Support */
.facility-support {
  margin-bottom: 5rem;
}

.facility-support h2 {
  font-size: 1.5rem;
  font-weight: 600;

  margin: 3rem 2.5rem 1rem;
  color: #006341;
}


.facility-support p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 0.4rem 2.5rem 3rem;
  color: #333333;
}

.facility-support ul {
  margin: 0 2.5rem 3rem;

}

.facility-support ul li {
  list-style: disc;

  font-family: roboto, arial narow, arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;

  line-height: 2.2rem;
  margin: 1rem 2.5rem;
  padding-left: 0.5rem;

}

.facility-support ul li::marker {
  font-size: 1.5rem;
  color: #006341;

}

.facility-support h3 {
  font-size: 1.2rem;
  font-weight: 500;

  line-height: 2.2rem;
  margin: 3rem 2.5rem 1rem;
  color: #006341;
}

ul.pointers li {
  font-weight: 450;
}

/*****************************************************
Mobile portrait 428px
******************************************************/
@media only screen and (min-width: 428px) {

  /*--------------  Landing page--------------- */

  .status-section a {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;

  }

  .status-section hr,
  .status-section .intro-about {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;

  }


  /* Header and Footer */

  header img:nth-of-type(2),
  footer img:nth-of-type(2) {
    display: block;
  }


  header img:nth-of-type(1),
  header img:nth-of-type(3),
  header img:nth-of-type(4),
  header img:nth-of-type(5),
  footer img:nth-of-type(1),
  footer img:nth-of-type(3),
  footer img:nth-of-type(4) {
    display: none;
  }

  /* shabnam login changes */
  .login-page .login form,
  .login-page h3,
  .login-page p {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }


  /*----------- Search page ----------*/

  .or {
    left: 42%;
  }

  .room-number-search form,
  .room-filter-search form {
    width: 90%;

  }

}



/*****************************************************
Custom Media querry 500px and up
******************************************************/
@media only screen and (min-width: 500px) {
  .hero-section {
    background-position: 50% 70%;
  }

  /* shabnam login changes */
  .login-page .login form,
  .login-page h3,
  .login-page p {
    max-width: 72.5%;
  }

  .login {
    padding: 2.5rem 2rem 3.25rem;

  }

  /*----------- Search page ----------*/
  .or {
    left: 43%;
  }


  .room-number-search form,
  .room-filter-search form {
    width: 80%;

  }
}


/*****************************************************
Custom Media querry 620px and up
******************************************************/
@media only screen and (min-width: 620px) {

  /* Header and Footer */

  footer img:nth-of-type(3) {
    display: block;
  }

  footer img:nth-of-type(1),
  footer img:nth-of-type(2),
  footer img:nth-of-type(4) {
    display: none;
  }

  /* shabnam login changes */
  .login-page .login form,
  .login-page h3,
  .login-page p {
    max-width: 60%;
  }

  .login {
    padding-top: 3rem;
  }

  .landing-page .status-section a {
    max-width: 60%;
  }

  .hero-section {
    background-position: 50% 50%;
  }

  .or {
    left: 44%;
  }


}

/*****************************************************
 TABLETS  650px and up
******************************************************/
@media only screen and (min-width: 650px) {

  /* Header and Footer */

  header img:nth-of-type(3) {
    display: block;
  }


  header img:nth-of-type(1),
  header img:nth-of-type(2),
  header img:nth-of-type(4),
  header img:nth-of-type(5) {
    display: none;
  }

  /* progress-mobile section - circle version - */

  .progress-mobile {
    display: none;
  }


  /* progress-desktop section - bar version - */
  .progress-desktop {
    display: block;
    grid-column: 1/13;
    grid-row: 1/2;

  }

  .progress-desktop svg {
    display: block;
    width: 80%;
    margin: 3rem auto;

  }



  /* Locate Room Section */

  .room-number-search {
    padding-bottom: 2.5rem;
  }

  .room-number-search form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 2rem;

  }

  .room-number-search form label {
    display: inline-block;
    text-align: center;
    grid-column: 1/3;
    grid-row: 1/2;

  }

  .room-number-search form input#room-number {
    display: inline-block;

    grid-column: 1/2;
    grid-row: 2/3;
    padding-bottom: 1.6rem;

  }

  .room-number-search form button {
    display: inline-block;

    grid-column: 2/3;
    grid-row: 2/3;

    margin-top: 2rem;

  }

  /* OR section */

  .or {
    left: 45%;
  }

  /* Filter Search Section */
  /*----------- Search page ----------*/
  .room-number-search form,
  .room-filter-search form {
    width: 75%;

  }

  .room-filter-search {
    padding-bottom: 0.5rem;
  }

  .room-filter-search form {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 2rem;


    margin: 0 auto;
    margin-bottom: 4rem;
  }

  .room-filter-search form label {
    display: inline-block;
    font-size: 1.5rem;
    text-align: center;

    grid-column: 1/3;
    grid-row: 1/2;

    margin-bottom: 1.25rem;
    margin-top: 0.5rem;

  }


  .room-filter-search form select {
    font-size: 1.1rem;
    height: 3.5rem;

    padding-left: 1rem;
  }

  .custom-select-wrapper:first-of-type {
    margin: 0.75rem 0;
  }

  .room-filter-search form select#category {
    display: inline-block;

    grid-column: 1/2;
    grid-row: 2/3;


  }


  .room-filter-search form select#capacity {
    display: inline-block;

    grid-column: 2/3;
    grid-row: 2/3;

  }


  .room-filter-search form select#whiteboards {
    display: inline-block;

    grid-column: 1/2;
    grid-row: 3/4;

  }


  .room-filter-search form select#outlets {
    display: inline-block;

    grid-column: 2/3;
    grid-row: 2/3;

  }

  .room-filter-search form button {
    display: inline-block;

    grid-column: 1/3;
    grid-row: 4/5;

    width: 60%;
    height: 4.5rem;
    margin: 0.5rem auto;

  }

  /* ------ Room-page ------ */
  .detail-page .progress-desktop svg {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }


  /* Map Buttons */
  #map-btn {
    text-align: center;

  }

  .detail-page article #map-btn button {

    display: inline-block;
    margin: 0 1rem 3rem;

    font-size: 1.2rem;
    font-weight: 500;
    padding: 1.3rem 1.3rem;
    width: 15rem;
    height: auto;

  }

  .close-floor,
  .close-camp {
    font-size: 2.5rem;
  }


  /* feature section */

  .feature,
  .amenities,
  hr {
    margin: 1rem auto;
    max-width: 90%;
  }

  .feature .container,
  .amenities .container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto auto;
    grid-row-gap: 2rem;


  }


  .splide__arrow {
    top: 35%;

  }


  .room-specification {
    padding: 4rem 3rem 4rem 4.5rem;
  }

  .room-layout,
  .facility-support {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

/*******************************************************************
Custom breaking point for header and footer portrait 805px
********************************************************************/
@media only screen and (min-width: 805px) {

  /* Header and Footer */

  header img:nth-of-type(4),
  footer img:nth-of-type(4) {
    display: block;
  }


  header img:nth-of-type(1),
  header img:nth-of-type(2),
  header img:nth-of-type(3),
  header img:nth-of-type(5),
  footer img:nth-of-type(1),
  footer img:nth-of-type(2),
  footer img:nth-of-type(3) {
    display: none;
  }

  /* shabnam login changes */
  .login-page .login form,
  .login-page h3,
  .login-page p {
    max-width: 50%;
  }

  .login {
    padding-top: 3.5rem;
  }

  .landing-page .status-section a {
    max-width: 50%;
  }

  .landing-page .status-section hr,
  .landing-page .status-section .intro-about {
    max-width: 80%;

  }

  /* OR section */

  .or {
    left: 46%;
  }

  /* Facility and Support */
  .facility-support {
    margin-bottom: 7rem;
  }



}



/*****************************************************
LANDSCAPE TABLETS AND STANDARD DESKTOP 960px and up
******************************************************/
@media only screen and (min-width: 960px) {

  /* General */

  .landing-title-desktop {
    grid-column: 1/13;
    grid-row: 1/2;
    margin: 2rem auto 0.5rem;
  }

  .landing-title-desktop h1 {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #006341;

    padding: 1.5rem;

  }

  .hero-section h1 {
    display: none;
  }

  /* Header and Footer */

  header img:nth-of-type(5),
  footer img:nth-of-type(5) {
    display: block;
  }


  header img:nth-of-type(1),
  header img:nth-of-type(2),
  header img:nth-of-type(3),
  header img:nth-of-type(4),
  footer img:nth-of-type(1),
  footer img:nth-of-type(2),
  footer img:nth-of-type(3) {
    display: none;
  }


  /* shabnam login hr code only */
  .login hr {
    display: block;
    width: 19rem;
    border: 1px solid #048559;
    margin: 0 auto;
    margin-bottom: 4rem;
    background: #048559;
  }

  article.login-page {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;

    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 5rem;


  }

  /* progress-mobile section - circle version - */

  .progress-mobile {
    display: none;
  }


  /* progress-desktop section - bar version - */

  .progress-desktop svg {
    display: block;
    width: 52%;
    margin: 3rem auto;

  }


  /*---------------------- Landing-Page ----------------------------*/
  article.landing-page {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;

    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 5rem;
  }

  .status-section {
    display: inline-block;
    padding: 2rem 4rem 3.25rem;
    margin-left: -0.5rem;

    grid-column: 7/13;
    grid-row: 2/3;
  }

  .landing-page .status-section a {
    font-size: 1.3rem;
    font-weight: 500;

    max-width: 100%;
  }

  .landing-page .status-section .intro-about {
    max-width: 100%;
  }

  .landing-page .status-section h3 {
    font-weight: 500;
    text-align: center;

    margin-top: 5rem;
    margin-bottom: 1.3rem;
  }

  .landing-page .status-section p {
    text-align: left;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }

  .landing-page .status-section hr {
    max-width: 100%;
    margin-bottom: 4rem;
  }

  /*---------------------- Login-Page ----------------------------*/

  .hero-section {
    display: inline-block;
    background-position: 80% 50%;

    grid-column: 1/8;
    grid-row: 2/3
  }

  .hero-section h1 {
    font-size: 1.75rem;
    font-weight: 400;

    max-width: 23rem;
    padding: 1.5rem;
    margin: 2rem 0 30rem;

  }

  .login-page .login form,
  .login-page p {
    max-width: 100%;
  }

  .login {
    display: inline-block;
    padding: 2rem 4rem 3.25rem;
    margin-left: -0.5rem;

    grid-column: 8/13;
    grid-row: 2/3
  }

  .login h3 {
    font-weight: 500;
    text-align: center;

    margin-top: 3rem;
    margin-bottom: 1.3rem;
  }

  .login p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .login form label {
    font-size: 1.2rem;
    font-weight: 300;
  }


  .login form input {

    height: 3.75rem;
    font-size: 1.2rem;
    font-weight: 300;

    margin-bottom: 2.75rem;


  }

  .login .passwrd-input {
    margin-bottom: 4rem;
  }

  .login form button {

    height: 3.75rem;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3rem;

  }


  /*-----------------search-page----------------------------------*/


  /* Filter Display Section */

  .search-page-title,
  .room-welcome-section {
    background: url(../images/hero-section/room-finder-hero-desktop-img.jpg);
    background-position: 70% 46%;

  }

  .search-page-title h1,
  .room-welcome-section h1 {
    font-size: 2.8rem;
    max-width: 30rem;
    background: none;
    margin: 7rem auto;

  }


  /* Locate Room Section */

  .room-number-search form {
    width: 60%;
  }

  /* OR Section */

  .or {
    left: 46.5%;

  }

  /* Filter Search Section */

  .room-filter-search {
    padding-bottom: 0.5rem;
  }

  .room-filter-search form {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
    grid-column-gap: 1.5rem;


    margin: 0 auto;
    margin-bottom: 4rem;
  }

  .room-filter-search form label {
    display: inline-block;
    font-size: 1.5rem;
    text-align: center;

    grid-column: 1/5;
    grid-row: 1/2;

    margin-bottom: 0.25rem;
    margin-top: 0.5rem;

  }

  .room-filter-search form {
    width: 95%;
  }

  .custom-select-trigger {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    padding: 0.25rem 1.25rem;
  }


  .room-filter-search form select#category {
    display: inline-block;

    grid-column: 1/2;
    grid-row: 2/3;


  }


  .room-filter-search form select#capacity {
    display: inline-block;

    grid-column: 2/3;
    grid-row: 2/3;

  }


  .room-filter-search form select#whiteboards {
    display: inline-block;

    grid-column: 3/4;
    grid-row: 2/3;

  }


  .room-filter-search form select#outlets {
    display: inline-block;

    grid-column: 4/5;
    grid-row: 2/3;

  }

  .room-filter-search form button {
    display: inline-block;

    grid-column: 2/4;
    grid-row: 4/5;

  }

  /* --- */



  .rooms-section-mobile {
    display: none;
  }

  .rooms-section-desktop {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 5rem;

  }

  .rooms-section-desktop h2 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #006341;
    margin-top: 4rem;
    margin-bottom: 2rem;

  }

  .rooms-section-desktop .list-labels {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: auto;

  }

  .rooms-section-desktop .list-labels h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333333;

  }

  /* Image */
  .rooms-section-desktop .list-labels h3:first-of-type {
    grid-column: 1/3;
  }

  /* Room */
  .rooms-section-desktop .list-labels h3:nth-of-type(2) {
    grid-column: 3/5;
    text-align: center;
  }

  /* Building */
  .rooms-section-desktop .list-labels h3:nth-of-type(3) {
    grid-column: 5/7;
    text-align: center;
  }

  /* Type */
  .rooms-section-desktop .list-labels h3:nth-of-type(4) {
    grid-column: 7/9;
    text-align: center;
  }

  /* Outlets */
  .rooms-section-desktop .list-labels h3:nth-of-type(5) {
    grid-column: 9/11;
    text-align: center;
  }

  /* Capacity */
  .rooms-section-desktop .list-labels h3:nth-of-type(6) {
    grid-column: 11/13;
    text-align: center;
  }

  /* Projector */
  .rooms-section-desktop .list-labels h3:nth-of-type(7) {
    grid-column: 13/15;
    text-align: center;

  }

  .rooms-section-desktop hr:first-of-type {
    margin: 1rem 0;
    width: 98%;
    max-width: 100%;
  }

  .rooms-section-desktop .room-detail {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
    column-gap: 0.5rem;

  }

  /* Image - info */
  .rooms-section-desktop .room-detail a:first-of-type {
    grid-column: 1/3;
    grid-row: 1/4;
    text-align: center;

  }

  /* Room number - info */
  .rooms-section-desktop .room-detail a:nth-of-type(2) {
    grid-column: 3/5;
    grid-row: 2/3;
    text-align: center;

    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #006341;


  }

  /* Building - info */
  .rooms-section-desktop .room-detail p:first-of-type {
    grid-column: 5/7;
    grid-row: 2/3;
    text-align: center;

  }

  /* Room Type - info */
  .rooms-section-desktop .room-detail p:nth-of-type(2) {
    grid-column: 7/9;
    grid-row: 2/3;
    text-align: center;

  }

  /* Outlets - info */
  .rooms-section-desktop .room-detail p:nth-of-type(3) {
    grid-column: 9/11;
    grid-row: 2/3;
    text-align: center;

  }

  /* Capacity - info */
  .rooms-section-desktop .room-detail p:nth-of-type(4) {
    grid-column: 11/13;
    grid-row: 2/3;
    text-align: center;

  }

  /* Projector - info */
  .rooms-section-desktop .room-detail p:nth-of-type(5) {
    grid-column: 13/15;
    grid-row: 2/3;
    text-align: center;

  }

  /* View detail - anchor tag*/
  .rooms-section-desktop .room-detail a:last-of-type {
    grid-column: 13/15;
    grid-row: 3/4;

    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #006341;
    margin-top: 0.5rem;

  }

  .rooms-section-desktop a.load-more {
    display: block;
    width: 13rem;
    font-size: 1.2;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #006341;
    margin: 3rem auto;
    padding: 1.25rem;

  }

  .rooms-section-desktop hr {
    margin: 2rem 0;
    width: 98%;
    max-width: 100%;


  }



  /* -----------ROOM PAGE ----------*/

  /* hero section */
  .room-welcome-section {
    display: none;
  }

  .feature .container,
  .amenities .container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 0;
    margin-top: 2rem;

    width: 80%;

  }

  .amenities {
    margin-bottom: 4rem;
  }

  /* feature icon section */

  section.feature_icon,
  section.amenities_icon {
    text-align: center;
  }

  .feature h2,
  .amenities h2 {
    display: block;
    margin-bottom: 1rem;
    color: #006341;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: 2rem;
  }

  .feature_icon i,
  .amenities_icon i {
    background-color: #ffff;
    color: #006341;
    padding: 1.2rem;
    border-radius: 50%;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 2rem;
  }

  .feature_icon h3,
  .amenities_icon h3 {
    margin-top: 1rem;
    font-weight: 400;
  }

  .feature p,
  .amenities p {
    margin-top: 1rem;
    text-align: center;
  }

  hr {
    max-width: 65%;

    border: solid 1px #e4e4e4;
    margin: 3rem 8rem 3rem 5rem;
  }

  .room-feature-hr {
    max-width: 100%;
    width: 80%;
    margin: 3rem 8rem 3rem 5rem;
  }

  .detail-page .room-specification hr {
    display: none;
  }


  .room-layout hr {
    max-width: 100%;
    width: 95%;
    margin: 1.5rem 3rem;
  }


  .room-specification {
    padding-right: 7rem;

  }


}



/*****************************************************
LANDSCAPE TABLETS AND STANDARD DESKTOP 1144px and up
******************************************************/
@media only screen and (min-width: 1144px) {

  article.landing-page,
  article.login-page {
    max-width: 80%;
  }

  .room-filter-search form {
    width: 85%;
  }

  /* OR Section */

  .or {
    left: 47%;

  }

  .feature .container,
  .amenities .container {
    grid-column-gap: 1rem;

  }


}

/*****************************************************
LANDSCAPE TABLETS AND STANDARD DESKTOP 1360px and up
******************************************************/
@media only screen and (min-width: 1360px) {

  /*---------------------- Landing-Page ----------------------------*/

  article.landing-page,
  article.login-page {
    max-width: 70%;
  }

  .status-section {
    grid-column: 8/13;

  }

  .status-section h3 {
    font-weight: 500;
    text-align: center;

    margin-top: 5rem;
    margin-bottom: 1.3rem;
  }


  /* Filter Page */

  .or {
    left: 47.5%;
  }

  .feature .container,
  .amenities .container {
    grid-column-gap: 0;
  }


  .room-specification {
    padding-left: 7rem;
  }

  .room-layout,
  .facility-support {
    padding-left: 4rem;
    padding-right: 5rem;
  }

  .modal-content:nth-of-type(2) {
    width: 70%;
  }

}