
.facilityall {
    background: #e3e3e3;
    padding-top: 3%;
    padding-bottom: 3%;
}
.facilitymain {
    background: #dbecfc;
}
section#facilityid31 img {
    width: 100%;
}

section#facilityid31 {
    margin-top: 4%;
}
.facilitybannertext {
    position: absolute;
    top: 6%;
    left: 62%;
}

.facilitybannertext h1 {
    font-size: 35px;
    text-shadow: 1px 1px 1px #000;
}
.facilityall img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
img.facilitybanner {
    width: 85%;
    margin: 0px auto;
    display: block;
}
section#facilityid1 {background: #efefef;padding-top: 70px;padding-bottom: 70px;}

section#facilityid1 ul {
    list-style: none;
    padding: 0;
    margin: 0px auto;
    width: 100%;
    display: inline-block;
    text-align: center;
}

section#facilityid1 ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    color: white;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
}

li.takeali {
    background: #399dce;
}
    .area-of-focus-list a:hover .rule {
        transform: scaleX(1);
    }
li.scheduleli {
    background: #b1d74e;
    color: black !important;
}

#facilityid1 ul li a{
    color: black !important;
}

li.attendanli {
    background: #b90043;
}

li.experienceli {
    background: #d26b0c;
}
@media (min-width: 768px) {
    .area-of-focus-list li:nth-child(1n) {
        clear: none;
    }
}

@media (min-width: 620px) {
    .area-of-focus-list li:nth-child(3n + 1) {
        clear: left;
    }
}
@media (min-width: 620px) {
    .area-of-focus-list li:nth-child(1n) {
        clear: none;
    }
}
.area-of-focus-list li:nth-child(2n + 1) {
    clear: left;
}
ul.list-unstyled li {
    display: ruby-text;
    width: 100%;
}
@media (min-width: 768px) {
    .area-of-focus-list li {
        clear: none;
        text-align: center;
        font-size: 85%;
        width: 20%;
        float: left;
    }
}
@media (min-width: 620px) {
    .area-of-focus-list li {
        width: 33.33333333%;
    }
}
.area-of-focus-list li {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .area-of-focus-list a {
        padding: 0 7px 0 7px;
    }
}
.area-of-focus-list a {
    display: block;
    padding: 0 14px 0 0;
    text-decoration: none !important;
    transition: color 0.1s ease-in-out;
}
@media (min-width: 768px) {
    .area-of-focus-list .rule {
        display: block;
        height: 3px;
        width: auto;
        margin: 10px 0;
        transform: scaleX(0.8);
    }
}

@media (min-width: 768px) {
    .area-of-focus-list .rule, .area-of-focus-list .icon {
        float: none;
        margin: 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }
}
@media (min-width: 620px) {
    .area-of-focus-list .rule, .area-of-focus-list .icon {
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }
}
section#facilityid2 h3 {
    text-align: center;
    margin-bottom: 25px;
}
section#facilityid2 {
    padding-top: 3%;
    padding-bottom: 3%;
}
img.aroundcampus {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
section#facilityid3 {
    margin-bottom: 75px;
}
section.wiiainsta ul li {
    display: inline-block;
    margin-right: 27px;
}

section.wiiainsta ul li img {
    width: 20px;
    margin-right: 7px;
}
.post-footer h3 a {
    text-decoration: none;
    font-weight: normal;
    display: block;
    color: #0c153c;
    font-size: 18px;
    text-transform: uppercase;
}
section.wiiainsta {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 8%;
}

section.wiiainsta a {
    text-decoration: none;
}
.instagramdisc{
    width: 40px !important;
}
.post-footer ul {
    display: inline-block !important;
    width: 100% !important;
}

.post-footer ul li {
    width: 100% !important;
    display: grid !important;
}
.discoverfooleft{
    float: right;
}
a.btn.feesstrua {
    background: #459fd3;
    color: white;
}

a.btn.alumenga {
    background: #8f0600;
    color: white;
}

a.btn.reachea {
    background: #e6e473;
    color: black;
}

a.btn.trfaoncaa {
    background: #ab5a3c;
    color: white;
}

a.btn.dualenra {
    background: #9e038d;
    color: white;
}

.slider-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 2%;
  border-bottom: 1px solid;
  padding-bottom: 2%;
  margin-top: 2%;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  flex: 0 0 14%; /* 4 visible at once */
}

.slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  padding: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .slide { flex: 0 0 33.33%; } /* 3 visible */
}
@media (max-width: 768px) {
  .slide { flex: 0 0 50%; } /* 2 visible */
}
@media (max-width: 576px) {
  .slide { flex: 0 0 100%; } /* 1 visible */
}

/* Optional navigation arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: #fff;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
}
.arrow:hover {
  background: rgba(0,0,0,0.6);
}
.arrow.prev {left: 10px;z-index: 999;}
.arrow.next { right: 10px; }

@media (min-width: 240px) and (max-width: 599px)  {
    section#facilityid1 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.facilitybannertext {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding-bottom: 5%;
}
section#facilityid1 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
}
ul.list-unstyled li {
    width: 50%;
    text-align: center;
}
.list-unstyled {
    padding-left: 0 !important;
    list-style: none;
    line-height: normal;
    display: inline-block !important;
    padding-right: 0 !important;
    width: 100%;
}
.discoverfooleft {
    float: none;
    text-align: center;
}
.csar {
    text-align: center;
}
.facilityall img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
ul.area-of-focus-list.list-unstyled img {
    width: 25px;
    float: left;
    margin-right: 9px;
}

.rule {
    display: inline-block;
    height: 3em;
    width: 2px;
    float: left;
    margin-right: 8px;
}

ul.area-of-focus-list.list-unstyled .name {
    font-size: 13px;
    text-align: left;
    padding-top: 4px;
}
}