  @keyframes beating {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.9);
    }
    80% {
        transform: scale(1.2);
    }
    85% {
        transform: scale(0.95);
    }
    90% {
        transform: scale(1);
    }

}

@keyframes beating2 {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.9);
    }
    80% {
        transform: scale(1.1);
    }
    85% {
        transform: scale(0.95);
    }
    90% {
        transform: scale(1);
    }

}

.beat {
    animation-name: beating;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    transition: ease all;
}

.bg-one {
    background-color: #131645;
}

.full-width-image {
    width: 100%;
    max-height: 400px; /* Adjust as needed */
    overflow: hidden;
}

.full-width-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


h3.carousel-text {
    font-size: 21px;
}

h1, h2, h3, h4, h5, h6, p, td, th {
    font-family: "Carlito", Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
}

p, th, td {
    color: #666666;
}

h2.title {
    font-size: 38px;
}

.form-group {
    margin-bottom: 8px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 (height/width * 100) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


form h2 {
    font-size: 36px;
}

#form1 {
    padding-left: 25px;
    padding-right: 25px;
}

#register {
    background-image: url("/enquiries/kpju/images/bg.webp?v=4");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#student {
    filter: drop-shadow(0 0 0 white);
}

.accordion-button:not(.collapsed) {
    color: #967e66;
    background-color: #fff4e7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


.map iframe {
    width: 100%;
}
#back-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 95px;
    right: 5px;
    background: rgba(51, 51, 51, 0.6); /* Dark background */
    color: #fff; /* White text */
    text-align: center;
    border-radius: 15%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
}

#back-to-top i {
    font-size: 16px;
    line-height: 14px;
}

#back-to-top div {
    margin-top: 2px;
    font-weight: bold;
}

/* Show button when scrolling down */
#back-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

#back-to-top:hover {
    background: #555; /* Slightly lighter on hover */
}

.list-programmes {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0.5em; /* Add space for the new custom bullet */
}

.list-programmes li {
    position: relative; /* Position the custom bullet */
    padding-left: 20px; /* Space between the bullet and the text */
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}

.list-programmes li span {
    font-style: italic;
    color: #967e66;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dotted #967e66;
}

.list-programmes li::before {
    content: ''; /* Empty content for the bullet */
    position: absolute;
    left: 0; /* Position it to the left of the list item */
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
    width: 0;
    height: 0;
    border-left: 7px solid #967e66;
    border-right: 7px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.nav-link {
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: 500;
}

.card-title {
    font-size: 24px;
    margin-bottom: 15px;
}

#testimonialCarousel .rounded-circle {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 5px solid #967e66;
}

#testimonialCarousel blockquote {
    border-left: 3px solid #967e66;
    padding-left: 10px;
}

.text-two {
    color: #967e66;
}

.bg-two {
    background-color: #967e66;
}

.btn-two {
    background-color: #967e66;
    color: #fff;
}

.btn-two:hover {
    background-color: #5e563e;
    color: #fff;
}

.text-two-light {
    color: #f3efec;
}

.bg-two-light {
    background-color: #f3efec;
}

.btn-two-light {
    background-color: #f3efec;
    color: #5e563e;
}

.btn-two-light:hover {
    background-color: #ffffff;
}

#why-kpju {
    background: linear-gradient(70deg, rgba(2255, 255, 255, 0.85), rgba(255, 255, 255, 0.95)), url(/enquiries/kpju/images/patterns2.jpg);
}

#programmes {
    background: linear-gradient(70deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.98)), url(/enquiries/kpju/images/patterns1.jpg);
}

.bg-form {
    background-color: #fff4e7;
}

@media(max-width: 991px) {
    .bg-form {
        background-color: #ffffff;
    }
    form h2 {
        font-size: 30px;
    }
    #form1 {
        padding-left:0;
        padding-right: 0;
    }
}
