.appointment-wrap { margin-top: 150px; }
.appointment-wrap { background: #fff;border-radius: 6px;padding: 73px 102px;margin: 130px 0 40px;position: relative;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.w-100 { width: 100% !important; }
.btn-form-app { border: 0;color: #fff;font-size: 18px;padding: 17px 38px;border-radius: 6px;text-transform: uppercase;line-height: 1.2; }
.appointment-wrap-in .MuiPaper-root {     background: #fff;padding: 26px;border-radius: 61px;position: absolute;left: 0;text-align: center;right: 0;margin: 0 auto;top: -65px;max-width: 565px;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);box-shadow: 0 0 10px rgba(0, 0, 0, 0.09); }
.appointment-wrap-in .MuiPaper-root  h2 { font-size: 42px;font-weight: bold;margin: 0;color: #21409a; }
.appointment-wrap-in .MuiPaper-root  h2 span { font-weight: 400; }
.appointment-wrap-in .MuiPaper-root.paper-normal { position: static;margin-top: 40px;margin-bottom: 30px; }
.mt-5.css-1chtm6i section h1{line-height: normal; margin-bottom: 15px;}

.specifications-des h3{font-size: 16px; margin-bottom: 10px; color: #555555;}
.specifications-des p{margin-bottom: 15px; color: #555555;}
.specifications-des ul{padding-left: 30px; list-style: disc;}
.specifications-des ul li{font-size: 16px; margin-bottom: 5px; color: #555555;}
.specifications-des ul li:last-child{margin-bottom: 0;}

.custom-pagination{display: none;}
.custom-content-box .container{margin: auto; max-width: 100%;}
.custom-content-box .css-1j4hjvw{min-width: 10px;}
.hall-of-fame-slider .swiper-slide { height: auto;display: flex;}
.hall-of-fame-slider .swiper-slide > div { display: flex;width: 100%; }
.hall-of-fame-slider .swiper-slide > div .MuiPaper-root { width: 100%; }

.custom-content{
    .artist-row {
        gap:45px !important;
        row-gap: 15px !important;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        @media screen and (max-width: 991px){
            grid-template-columns: repeat(2, 1fr); 
        }
        @media screen and (max-width: 767px){
            grid-template-columns: repeat(1, 1fr); 
        }
    }
    .artist{
        margin-top: 0 !important;
    }
    h3 {
        font-size: 24px !important;
        font-weight: 700 !important;
        @media screen and (max-width: 767px){
            font-size: 20px !important;
        }
    }
    .artist-block{
        border-radius: 10px !important;
        border: 1px solid #D9D9D9;
        background-color: #fff;
    }
    .col-bx-in{
        &:hover .cart-img{
            transform: scale(1) !important;
        }
    }
}




.simplebar-track.simplebar-vertical {
    width: 10px!important;
    border-radius: 10px!important;
    background-color: var(--scroll-color);
  }
  .simplebar-scrollbar::before {
    width: 6px!important;
    border-radius: 10px!important;
    background-color: var(--header-text-color);
  }
  .simplebar-content-wrapper {
    border: none;
    outline: none;
  }
@media screen and (max-width: 899px){
.hall-frame-des{padding: 0px 40px;}
}

@media screen and (max-width: 767px){
.intake_dates .responsiveTable td.pivoted{padding-left:10px !important; padding-right: 10px !important;}    
.tdBefore{left:0 !important;}
.core-spec-des h2{font-size: 16px;}
.specifications-des{font-size: 14px;}
.mt-5.css-1chtm6i section h1{line-height: normal; font-size: 18px !important; margin-bottom: 10px;}
.mt-5.css-1chtm6i section ul li{font-size: 14px;}
.campus-locations-head{margin-top: 0; margin-bottom: 15px;}
.campus-locations-head .text-3xl{width: 100%;}
.occupational-des{flex-wrap: wrap; flex-direction: column;}
.specifications-des ul li{font-size: 14px;}
.hall-frame-des{padding: 0px 15px;}
.custom-pagination {display:none !important;}
.categories-grid-list{grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
.qualifications-grid-list{grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
.qualifications-head-box{flex-wrap: wrap;}
.qualifications-head-box h1{width: 100%;}

.categories-grid-list .w-32{width: 100%; object-fit: cover; height: 200px;}
.categories-grid-list .MuiPaper-root{flex-wrap: wrap;}
.qualifications-grid-list .w-32{width: 100%; object-fit: cover; height: 200px;}
.qualifications-grid-list .MuiPaper-root{flex-wrap: wrap;}
}




.modal-img{
    z-index: 9999999;
    .MuiBox-root{
        height: 100vh;
        background: none !important;
        @media screen and (max-width: 767px){
            margin: 0px;
            padding: 15px;
        }
    }

}
.button-modal-close{
    position: fixed;
    top: 40px;
    right: 40px;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;align-items: center;
    justify-content: center;
    border-radius: 45px;
    &:hover{
        background-color: rgba(255, 255, 255, 0.2);
    }

}
.button-modal-close{
    position: fixed;
    top: 40px;
    right: 40px;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;align-items: center;
    justify-content: center;
    border-radius: 45px;
    &:hover{
        background-color: rgba(255, 255, 255, 0.2);
    }
}
.testimonial_color_slider{
    background-color: #fff !important;  
    .mobile-testimonial-content {
        padding: 15px;
        border: 1px solid var(--accent-color-one);
        margin-top: 15px;
        border-radius: 10px;
    }
    .custom-prev-raving-fans, .custom-next-raving-fans{
        color: #000 !important;
    }
}
/* important for iframe to be rounded in testimonials page */
.custom-border-radius iframe{
    border-radius: 10px;
}
.header-search-box:hover{
    background-color: var(--header-hover-color) !important;
    transition: all 0.2s ease;
    /* transform: scale(1.05); */
}

.MuiAccordionSummary-root:hover {
    background-color: #f5f5f5 !important;
}

.drawer-box.drawer-menus .MuiAccordionSummary-root:hover,
.drawer-box .drawer-menus .MuiAccordionSummary-root:hover,
.drawer-box .drawer-menus .MuiAccordionSummary-root:hover:focus,
.drawer-box .drawer-menus .MuiAccordionSummary-root:hover:focus-visible {
    background-color: transparent !important; /* Use 'transparent' instead of 'none' for background-color */
}
    



.MuiCollapse-wrapper ul{
    padding-top: 0 !important;
}
.box-shadow-custom > div{
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 10px 10px
}
