@font-face {
    font-family: "Brittney Signature";
    src: url("../font/Brittney/BrittneySignature.woff") format("woff"),
        url("../font/Brittney/BrittneySignature.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.inner-banner {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.inner-banner img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-soft-pink {
    background: #f4efeb;
}
.blog_outer {
    width: 90%;
    margin: 0 auto;
}

.teacher-overview-page a{
    color: #3c3c3c !important;    
}

.teacher-card {
    display: flex !important;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}

.teacher-card .teacher-image-container {
    overflow: hidden !important;
    border-radius: 10px;
    height: 250px;
    width: 100%;
}

.teacher-card .teacher-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden !important;
    transition: all 0.2s ease-in-out;
}

.teacher-card .teacher-image-container:hover img {
    transform: scale(1.05);
}

.teacher-card-half{
    position: relative;
    border-radius: 20px;
    padding: 10px;
    padding-bottom: 30px;
    background-color: #fff;
    margin-bottom: 50px;
}

.teacher-card-half .teacher-image-container{
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.teacher-card-half .teacher-image-container img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.teacher-card-half .teacher-content{
    margin-top: 16px;
    height: 100%;
    padding-inline: 10px;
}

.teacher-card-half .teacher-content h4{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: "Brittney Signature";
}

.teacher-card-half .teacher-content p{
    min-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}

.teacher-card-half .teacher-image-container:hover img {
    transform: scale(1.05);
    transition: all .2s ease-in-out;
}

.teacher-card-half .teacher-content .more-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.teacher-card-half .teacher-content .more-info .info{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    border-radius: 10px;
    text-align: left;
}

.teacher-card-half .teacher-content .info i{ 
    font-size: 12px;
    color: #d0ad73;
}

.calendar.no-data{
    visibility: hidden;
    opacity: 0;
}


.videos.no-data {
    visibility: hidden;
    opacity: 0;
}

.faq-section {
	background-color: #fff !important;
    padding: 50px 0;
}

.faq-section svg{
    width: 28px !important;
}

.faq-section .card{
    width: 100%;
}

#accordion .accordion__item {
    box-shadow: none;
    border-bottom: none !important;
}

.faq-section .accordion__button{
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 0;
    background-color: #fff;
}

.teacher-listing .par_wrap:hover .par_title{
    border-radius: 8px !important;
}

#accordion .accordion__item .accordion__button svg{
    transform: rotate(90deg);
}

#accordion .accordion__item .accordion__button[aria-expanded="true"] svg{
    transform: rotate(-90deg);
}

#accordion .accordion__item .card-header:hover .accordion__button svg{
    fill: #000 !important;
}