.facilities-courses .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
    margin-top: 25px;
}

.facilities-courses .grid>.instrument-inner-div {
    &:hover {
        transform: scale(1.03);
    }
}

.facilities-courses .grid .text {
    padding: 20px;
}

.facilities-courses .grid .btn:hover {
    background: #eb5a3c;
    color: #fff;
}

.hero-image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.path-totara-dashboard .block {
    border: none !important;
}
.block_facilities_courses {
    padding: 75px 0px 50px 0px !important;
}


.facilities-courses .instrument-inner-div{
    position: relative;
}
.facilities-courses .instrument-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.facilities-courses .instrument-img img {
    height: 350px;
    object-fit: cover;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
}
.facilities-courses .instrument-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-color: #00000096;
}
.facilities-courses .instrument-content h2 {
    text-align: center;
    font-size: 20px !important;
    font-weight: 500;
    color: #fff;
    margin-bottom: 70px;
}
.facilities-courses .instrument-button {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 10px;
}
.facilities-courses .instrument-main-container {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.facilities_360_img {
    position: absolute !important;
    top: 15px;
    right: 20px;
    z-index: 9;
    cursor: pointer;
}
.container.full-tour .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    max-width: 100%;
    height: 300px;
    background: white;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}
.container.full-tour .card:hover {
    height: 550px;
}

.container.full-tour .card:hover .img-box {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}
.container.full-tour .card .img-box {
    position: absolute;
    top: 20px;
    width: 250px;
    height: 220px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}
.container.full-tour .card:hover .content {
    top: 130px;
    height: 400px;
}
.container.full-tour .card .content {
    position: absolute;
    top: 252px;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}
.container.full-tour {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px 50px;
    padding: 100px 50px;
}
.container.full-tour .card .content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #EB5A3C;
}
.container.full-tour .card .content a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    background: #EB5A3C;
    color: white;
    font-weight: 500;
}
.container.full-tour .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}