
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.btn-border-radius {
    border-radius: 25% 10%;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

.topbar .top-link a:hover {
    background: var(--bs-btnheadprimary) !important;
}

.topbar .top-link a:hover i {
    color: var(--bs-btnheadprimary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    border-bottom: 0px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-btnheadsecondary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/
/*** Comparison ***/
.comparison-negative {
	background-image:url(../img/icon_negative.svg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:20px;
	margin-left:24px;
	padding-left:40px
}
.comparison-positive {
	background-image:url(../img/icon_positive.svg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:20px;
	margin-left:24px;
	padding-left:40px
}
/*** Comparison ***/
/*** Hero Header ***/
.hero-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Hero Header ***/
/*** Guitar Header ***/
.guitar-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/guitar-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Guitar Header ***/
/*** Ukulele Header ***/
.ukulele-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/ukulele-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Ukulele Header ***/
/*** Electric Guitar Header ***/
.electricguitar-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/electricguitar-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Electric Guitar Header ***/
/*** Vocal Header ***/
.vocal-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/vocal-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Vocal Header ***/
/*** Violin Header ***/
.violin-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/violin-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Violin Header ***/
/*** Piano Header ***/
.piano-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/piano-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Piano Header ***/
/*** String Quartet Header ***/
.stringquartet-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/stringquartet-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** String Quartet Guitar Header ***/
/*** Choir Header ***/
.choir-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/choir-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Choir Header ***/
/*** Drum Header ***/
.drum-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/drum-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Drum Header ***/
/*** Music Adventure Header ***/
.music-adventure-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/music-adventure-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Music Adventure Header ***/
/*** One Voice Header ***/
.onevoice-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/onevoice-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** One VOice Header ***/
/*** About Header ***/
.about-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About Header ***/
/*** Teacher Header ***/
.teacher-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/teacher-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Teacher Header ***/
/*** Pricing Header ***/
.pricing-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/pricing-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Pricing Header ***/
/*** Rental Header ***/
.rental-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/rental-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Rental Header ***/
/*** Promotion Header ***/
.promotion-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/promotion-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Promotion Header ***/
/*** Contact Header ***/
.contact-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/contact-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Contact Header ***/

/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.video2 {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/schimell.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video2 .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video2 .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video2 .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video2 .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video2 .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video.border {
    border-radius: 50% 20% / 10% 40%;
}
.video2.border {
    border-radius: 50% 20% / 10% 40%;
}
.about {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/background.jpg);
    background-position: center center;
    background-size: cover;
}
/*** About End ***/


/*** service Start ***/
.picture {
	object-fit: none;
	object-position: center;
	width: 100%;
	max-height: 500px;
    border-radius: 50% 20% / 10% 40%;
}

.service {
    background: linear-gradient(rgba(255, 213, 128, 0.05), rgba(255, 213, 128, 0.2));
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: 0.5s;
    position: relative;
}

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 20px;
    transition: .5s;
}

.service-item:hover {
    border: 1px solid var(--bs-secondary) !important;
}

.service-item:hover .service-content::after {
    background: var(--bs-secondary);
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}
.service-item:hover .service-content-inner a.h4 {
    color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
/*** Service End ***/

/*** Pricing Start ***/
.pricing-picture {
	object-fit: none;
	object-position: center;
	width: 100%;
	max-height: 500px;
    border-radius: 50% 20% / 10% 40%;
}

.pricing {
    background: linear-gradient(rgba(255, 213, 128, 0.05), rgba(255, 213, 128, 0.2));
}

.pricing .pricing-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    border-radius: 20px;
	border-color: #CC9933 !important;
    transition: 0.5s;
    position: relative;
}

.pricing-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 20px;
    transition: .5s;
}

.pricing-item:hover {
    border: 1px solid #CC9933 !important;
}

.pricing-item:hover .pricing-content::after {
    background: #CC9933;
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.pricing-item .pricing-content .pricing-content-inner {
    position: relative;
    z-index: 2;
}

.pricing-item .pricing-content-inner i,
.pricing-item .pricing-content-inner p,
.pricing-item .pricing-content-inner a.h4 {
    transition: 0.5s;
}

.pricing-item:hover .pricing-content-inner i,
.pricing-item:hover .pricing-content-inner p {
    color: var(--bs-white) !important;
}
.pricing-item:hover .pricing-content-inner a.h4 {
    color: var(--bs-primary);
}

.pricing-item:hover .pricing-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.pricing-item .pricing-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
/*** Pricing End ***/

/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(251, 191, 69, 0.2), rgba(251, 191, 69, 0.2));
}

.program .program-item .program-img .program-rate {
    position: absolute;
    width: 100px; 
    top: -20px; 
    left: 50%; 
    margin-left: -50px; 
    border-radius: 10% / 50%;
}

.program .program-item .program-text {
    padding-top: 150px; 
    margin-top: -125px;
}

.program .program-item .program-img img,
.program .program-item .program-teacher img,
.program .program-item:hover .program-text-inner a.h4 {
    transition: 0.5s;
}

.program .program-item:hover .program-img img,
.program .program-item:hover .program-teacher img {
    transform: scale(1.2);
}

.program .program-item:hover .program-text-inner a.h4 {
    color: var(--bs-primary) !important;
}
/*** Programs End ***/


/*** Events Start ***/
.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

.events .events-item .events-inner .events-rate {
    position: absolute;
    width: 120px; 
    top: -20px; 
    left: 50%; 
    margin-left: -60px; 
    border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img .event-overlay {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
    opacity: 1;
}

.events .events-item .events-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(245, 166, 5, .7);
    border-radius: 10px;
    transition: 0.5s;
}

.events .events-item:hover .events-img::after {
    height: 100%;
    opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
    transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
    color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
    transform: scale(1.3);
}
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important; 
    margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color: var(--bs-primary);
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.team .team-item .team-icon {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
    opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    background: var(--bs-primary) !important;
    border-radius: 0 1 50px 10px;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}
/*** Team end ***/


/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
    
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted; 
    border-color: var(--bs-primary);
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: var(--bs-secondary) !important;
}

/*** Footer End ***/
/*** Adition Style ***/
.small-icon {
    height: 100px;
}
.teachers {
    background-color: rgba(255, 213, 128, 0.2);
}
.background-tile {
	background-image: url(../img/background_tile_teachers.jpg);
	background-repeat: repeat;
	background-size: auto;
	padding: 50px;
}
.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%; /* Adjust height of gradient */
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}
.teacher-item {
	position: relative;
	overflow: hidden; /* Prevents image overflow */
	border-radius: 20px; /* Optional: Adds rounded corners */
}
.teacher-item img {
	transition: transform 0.3s ease-in-out; /* Smooth transition */
	width: 100%; /* Makes the image responsive */
	display: block;
}
.teacher-item:hover img {
	transform: scale(1.1); /* Slightly enlarges the image on hover */
}
.lesson-guitar {
    background-color: white;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    height: 100%;
    color: black; /* Default text color */
}
.lesson-guitar:hover {
    background: url('../img/lesson-guitar.jpg') center/cover no-repeat;
    color: white; /* Change text color to white on hover */
}
.lesson-piano {
    background-color: white;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    height: 100%;
    color: black; /* Default text color */
}
.lesson-piano:hover {
    background: url('../img/lesson-piano.jpg') center/cover no-repeat;
    color: white; /* Change text color to white on hover */
}
.lesson-ukulele {
    background-color: white;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    height: 100%;
    color: black; /* Default text color */
}
.lesson-ukulele:hover {
    background: url('../img/lesson-ukulele.jpg') center/cover no-repeat;
    color: white; /* Change text color to white on hover */
}
.lesson-violin {
    background-color: white;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    height: 100%;
    color: black; /* Default text color */
}
.lesson-violin:hover {
    background: url('../img/lesson-violin.jpg') center/cover no-repeat;
    color: white; /* Change text color to white on hover */
}
.lesson-drum {
    background-color: white;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    height: 100%;
    color: black; /* Default text color */
}
.lesson-drum:hover {
    background: url('../img/lesson-drum.jpg') center/cover no-repeat;
    color: white; /* Change text color to white on hover */
}
.lesson-vocal {
    background-color: white;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    height: 100%;
    color: black; /* Default text color */
}
.lesson-vocal:hover {
    background: url('../img/lesson-vocal.jpg') center/cover no-repeat;
    color: white; /* Change text color to white on hover */
}
.lesson-choir {
    background-color: white;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    height: 100%;
    color: black; /* Default text color */
}
.lesson-choir:hover {
    background: url('../img/lesson-choir.jpg') center/cover no-repeat;
    color: white; /* Change text color to white on hover */
}
.lesson-music {
    background-color: white;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    height: 100%;
    color: black; /* Default text color */
}
.lesson-music:hover {
    background: url('../img/lesson-music.jpg') center/cover no-repeat;
    color: white; /* Change text color to white on hover */
}
.icon-container {	
	width: 100px; /* Circle size */
	height: 100px;
	background-color: var(--bs-secondary); /* Background color */
	border-radius: 50%; /* Makes it a circle */
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-container img {
	width: 100px; /* Adjust icon size */
	height: auto;
}
/*** Adition End ***/
/* Default: putih */
.faq-btn {
  background: white;
  color: #560303;
  font-weight: 600;
}

/* Saat terbuka */
.accordion-button:not(.collapsed) {
  background-color: var(--bs-primary);
  color: white;
}

/* Hilangkan shadow biru Bootstrap */
.accordion-button:focus {
  box-shadow: none;
}

#waForm {
  display: none;
}

#waForm.show {
  display: block;
}

/* timeline */
.timeline-block {
    font-family: 'Montserrat', sans-serif;
}

.timeline-section {
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 3px solid var(--bs-primary);;
}

.timeline-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--bs-primary);
}

.timeline-section ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.timeline-section ul li {
    margin-bottom: 6px;
    line-height: 1.5;
}