:root {
    --background-color-light: #f8f9fa;
    --background-color-dark: #eb1551;
    --juju-orange: #ffad1d;
    --svg-light: #b5b5b5;
    --secondary-color: #096275;
    --juju-rose: #eb1551;
}

/* Banner */
section#banner-breadcrumb {
    text-align: center;
    display: grid;
    justify-content: space-around;
    padding: 160px 0;
    color: #fff;
    background-image: url(../image/programs-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#banner-breadcrumb.about-us {
    background-image: url(../image/about-us.png);
}

section#banner-breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    opacity: 0.3;
    z-index: 0;
    top: 0;
    left: 0;
}

section#banner-breadcrumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    mask-image: url(../image/passing-cloud.png);
    background: #ffffff;
    mask-position: bottom;
    mask-repeat: repeat-x;
    animation: passingClouds 10s linear infinite;
}

@keyframes passingClouds {
    0% {
        mask-position: 0 100%;
    }
    100% {
        mask-position: 100% 100%;
    }
}

.breadcrumb {
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.page-tittle h1 {
    font-size: 50px;
    font-weight: bold;
}

.page-title-section {
    z-index: 1;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    vertical-align: middle;
    border-radius: 0 0 0 10px;
    background: var(--background-color-dark);
    margin: 0 10px;
    float: none;
}

/* about us */
section#about-us.about-us-page {
    background: #fff;
    background-image: url(../image/about-us-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-shape.aboutUs svg {
    color: var(--background-color-dark);
}

section#about-us.about-us-page::before {
    content: none;
}

/* facilities */
section#facilityw::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url(../image/counter_bg_img.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    background: #f7941e;
    z-index: -1;
}

.facility-bf-shape {
    width: 100%;
    height: 100px;
    object-fit: cover;
    mask-size: cover;
    background: #ffffff;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(../image/about_fc_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

section#facility {
    padding: 0;
    background: #f19927;
    color: #fff;
}

section#facility p,
section#facility h4 {
    color: #ffffff;
}

.facility-af-shape {
    background: #ffffff;
    width: 100%;
    height: 200px;
    background-image: url(../image/about_fc_after.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-cloud-img,
.vanavil-icon {
    transform: scale(1.5);
}

/* mental health */

section#mental-health .bg-rose {
    background: var(--background-color-dark);
}

.image-section-video {
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.men-health-title {
    box-shadow: 0 0 0 100vmax var(--background-color-dark);
    clip-path: inset(-28px -100vmax);
    position: relative;
    mix-blend-mode: multiply;
    isolation: isolate;
    background: var(--background-color-dark);
    z-index: 0;
    color: #fff;
    padding-left: 40px;
}

.men-health-title p {
    color: #fff;
}

.men-health-title a.btn-buttons {
    background: #fff;
    color: var(--background-color-dark);
}

.men-health-title a.btn-buttons:hover {
    color: #fff;
}

h4.white {
    color: #fff;
}

section h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 10px 0;
}

img.boy-cycle {
    position: absolute;
    width: 120px;
    right: 0;
    bottom: 0;
    transform: translate(-50%);
}
img.video-grass {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.grass-boy-img {
    transform: translate(40%, 30px);
}

img.video-rocket {
    position: absolute;
    width: 90px;
    top: 30%;
}

img.video-hands {
    position: absolute;
    width: 60px;
    transform: rotate(45deg);
}

/* social media  */
section#social-media {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff 10%, #ffefe4 100%);
}

/* contact-us */

#banner-breadcrumb.contact-us {
    background-image: url(../image/breadcrumb-contact.png);
}

img.contact-title-img {
    width: 180px;
    float: inline-end;
}

.contact-form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input.form-input,
textarea.form-input,
.form-input {
    font-weight: 400;
    border: 2px solid #ffefe4;
    background: #fff;
    padding: 18px 30px;
    border-radius: 2.5rem;
    margin-bottom: 20px;
}
textarea.form-input {
    height: 150px;
}
select#class {
    padding: 12px 20px;
    color: #6b6b84;
}
input.form-input:focus,
textarea.form-input:focus,
.form-input:focus {
    border: 2px solid #ffefe4;
    box-shadow: 0px 5px 10px 3px #ffefe4;
}

.contact-forms {
    margin: 10px 0;
}

.form-group {
    padding-bottom: 20px;
}

img.bg-con-circle {
    width: 400px;
    margin: 0 auto;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    animation: rotation 14s linear infinite forwards;
}

img.cont-img {
    z-index: 1;
    position: relative;
    width: 100%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

button.btn-buttons {
    float: inline-end;
}

img.contact-spidy-img {
    bottom: 0;
    position: absolute;
    width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

img.icon-con-img {
    width: 30px;
}

.card-body-details {
    background: var(--juju-rose);
}
.con-details-card {
    display: flex;
    align-items: center;
    justify-content: end;
}

h5.h5-cont-location {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
}

.card-left-location {
    padding: 25px 60px;
    transform: rotateZ(-90deg) translateX(0%) translateY(8.2pc);
    background-color: var(--juju-orange);
    border-radius: 0 0 100px 100px;
    position: relative;
    z-index: 1;
}
.card-left-location:before {
    content: "";
    position: absolute;
    background: radial-gradient(
        circle,
        var(--juju-orange) 80%,
        rgb(223 144 5) 100%
    );
    z-index: -1;
    border-radius: 20px 20px 0 0;
    height: 33.33%;
    margin-left: -20px;
    margin-right: -20px;
    bottom: auto;
    top: 0;
    right: 0;
    left: 0;
}
.card-left-location:after {
    background-color: inherit;
    content: "";
    margin: auto;
    height: auto;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
    border-radius: inherit;
}

.card-body-details {
    background: var(--juju-rose);
    padding: 50px 10px 50px 70px;
    border-radius: 50px 0px 0px 50px;
    position: relative;
}

.card-body-details::before {
    content: "";
    position: absolute;
    background: var(--juju-rose);
    width: 9999px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50px 0 0 50px;
}

.card-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 30px;
}

.card-content-details h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.contact-detail-item {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}

.card-content-details {
    flex: 1 1 0%;
}

span.cont-no.contact-no-1 {
    padding-right: 6px;
    border-right: 1px solid #fff;
}

.contact-social-links {
    display: flex;
    gap: 20px;
}

img.icon-girl-fly-img {
    width: 270px;
    position: absolute;
    right: 0;
    bottom: 4pc;
    top: auto;
}

.bg-gradin {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffefe4 14%);
    z-index: 0;
}

/* contact map */

section#contact-map {
    padding: 0;
}

.contact-up-map-section {
    height: 500px;
}

.operating-hours {
    margin-top: 20px;
    padding: 15px;
    background-color: var(--background-color-light);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: var(--secondary-color);
    position: relative;
}

.operating-hours h2 {
    font-size: 1.8rem;
    color: var(--juju-rose);
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--juju-rose);
    display: inline-block;
    font-family: "Bubblegum Sans";
}

.hours .day {
    font-size: 1.2rem;
    margin: 10px 0;
    background-color: var(--juju-orange);
    padding: 10px;
    border-radius: 8px;
    color: white;
    transition: background-color 0.3s ease;
}

.hours .day:hover {
    background-color: var(--background-color-dark);
}

.hours .day span {
    color: var(--background-color-light);
    font-weight: bold;
    font-size: 1.1rem;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

img.star-3-contact {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0px;
    transform: translate(5pc, 10px) rotate(45deg);
}

/* our programs */

#banner-breadcrumb.our-programs {
    background-image: url(../image/programs-img.png);
}

.programs-links li.program-list-item {
    background-color: rgb(0 0 0 / 3%);
    padding: 20px 35px 20px 25px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.programs-links li.program-list-item a {
    line-height: normal;
    padding-left: 2em;
    padding-right: inherit;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    display: block;
    transition: 0.3s ease-in-out;
}

.programs-links li.program-list-item a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-image: url(../image/spydy.png);
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    transform: rotate(90deg);
    transition: 0.3s ease-in-out;
}

.programs-links li.program-list-item a::after {
    content: "\25E2";
    display: inline-block;
    font-size: 0.75em;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg) translate(-50%, 0);
    transition: 0.3s;
    margin-right: -20px;
}

.programs-links li.program-list-item a:hover,
.programs-links li.program-list-item a.active {
    padding-left: 2.5em;
    color: var(--juju-rose);
}

.programs-links li.program-list-item a:hover::before,
.programs-links li.program-list-item a.active::before {
    transform: rotate(0deg);
}

.programs-links li.program-list-item a:hover::after,
.programs-links li.program-list-item a.active::after {
    transform: rotate(-45deg) translate(-50%, 0) scale(1.3);
}

span.color-rose {
    display: block;
    color: var(--juju-rose);
}

.programs-heading {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.programs-heading {
    position: relative;
}

.baby-dive img.baby-girl-diving {
    width: 100px;
    position: absolute;
    right: 0;
}

.baby-dive img.baby-girl-diving {
    width: 100px;
    position: relative;
    right: 0%;
    top: 0;
}

img.programs-rainbow-sun {
    width: 180px;
    position: absolute;
    right: -10pc;
    top: 30px;
}

.programs-content {
    padding-top: 20px;
}

img.program-body-img {
    border-radius: 0% 0% 50% 0%;
    margin-bottom: 30px;
}

img.program-body-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

img.rocket-programs {
    position: absolute;
    width: 100px;
    right: -5pc;
    bottom: 0;
}

.register-card {
    background: var(--juju-rose);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.register-head h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3em;
    font-family: "Bubblegum Sans";
    font-weight: 400;
}

.register-card a.btn-slider {
    background-color: #1cbbb4;
}

.register-card a.btn-slider:hover {
    background-color: var(--secondary-color);
}

.section-divider {
    background-image: url(../image/line-div.png);
    /* position: absolute; */
    width: 100%;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    transform: rotate(180deg);
}

.baby-age-rage {
    display: grid;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2ebdd;
    align-content: space-evenly;
}

.baby-age-rage.rage-6 {
    border: none;
}

img.baby-age.wd-5 {
    width: 50px;
}
img.baby-age.wd-6 {
    width: 60px;
}
img.baby-age.wd-7 {
    width: 70px;
}
img.baby-age.wd-8 {
    width: 80px;
}
img.baby-age.wd-9 {
    width: 90px;
}
img.baby-age.wd-10 {
    width: 100px;
}

.baby-age-rage .age-year {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}

.baby-age-rage .color-rose {
    color: var(--juju-rose);
}

span.year {
    font-size: 14px;
    display: block;
}

img.baby-age.\31 -2-baby {
    animation: moveTopBottom 1s infinite alternate;
}

@keyframes moveTopBottom {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.bg-grad {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff 10%, #ffefe4 100%);
}

/* FAQ */

#banner-breadcrumb.faq {
    background-image: url(../image/faq-breadcrumb.png);
}

section#faq-section div#parentFaq h2 {
    padding: 0;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--juju-rose);
    box-shadow: none;
}

.accordion-button.collapsed:focus {
    box-shadow: none;
}

.accordion-item .accordion-button {
    font-size: 20px;
    font-weight: bold;
    padding: 40px 30px 40px 30px;
}

.accordion-header {
    margin: 0;
}

div#parentFaq {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 50px;
    overflow: hidden;
}

.accordion-item {
    border: none;
}

.accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item .accordion-button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border: none;
}

.accordion-button::after {
    content: "\25E2";
    font-size: 0.75em;
    position: absolute;
    transform: rotate(-45deg) translate(-50%, 0);
    transition: 0.3s;
    color: #000;
    right: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(40deg);
    color: #fff;
    background-image: none;
}

span.dark-h2 {
    color: var(--secondary-color);
}

img.faq-icon-abc {
    width: 100px;
    transform: rotate(-25deg);
}

.faq-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 30px;
}

img.faq-icon-pencil {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    transform: translate(5pc, -1pc);
}

/* galley */

.image_galley-upload,
.video_galley-upload {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #d2d5db;
    color: #444;
    cursor: pointer;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

input#image_galley,
input#video_galley,
.gallery-input {
    width: 350px;
    max-width: 100%;
    padding: 5px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 1px solid #dee2e6 !important;
}

.gallery-frame {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
    width: auto;
    height: 400px;
    object-fit: cover;
}

.gallery-frame.small-frame img.img-fluid {
    height: 400px;
    object-fit: cover;
}

.gallery-frame:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.big-frame {
    background-color: #ffebcd; /* Blanched Almond */
}

.small-frame {
    background-color: #f0e68c; /* Khaki */
}

.small-frame:nth-child(odd) {
    background-color: #ffb6c1; /* Light Pink */
}

.small-frame:nth-child(even) {
    background-color: #87cefa; /* Light Sky Blue */
}

.image-gal img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    transition: transform 0.3s;
    object-fit: cover;
}

.image-gal img:hover {
    transform: scale(1.1);
}

#imageModal button.btn-close.float-end {
    background: #fff;
    color: #fff;
    margin: 10px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
#imageModal button.btn-close.float-end::before {
    content: "X";
    position: absolute;
    color: #ff4747;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 800;
    font-size: 13px;
    bottom: auto;
    cursor: pointer;
}
img#modalImage {
    border-radius: 50px;
}

.modal-content.bg-transfer {
    background: transparent;
    border: navajowhite;
}

a.read-more {
    position: relative;
    font-weight: 500;
    color: #000;
    padding-bottom: 8px;
}

a.read-more::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background-image: url(../image/svg/line-snack-blk.svg);
    background-repeat: repeat-x;
    background-size: 20px 100%;
    background-position: 0 0;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
}

a.read-more:hover::before {
    animation: moveBackground 2s linear infinite;
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 0;
    }
}

.blog-img img {
    border-radius: 15px;
}

.row.blogs-list {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 2px dashed #6b6b84;
}

.bar-box {
    background-image: linear-gradient(
        180deg,
        rgba(247, 148, 30, 0.2) 0%,
        rgba(247, 148, 30, 0.2) 100%
    );
    width: 100%;
    margin-bottom: 35px;
    padding: 25px;
    border-radius: 10px;
}

input#search-blog {
    border: none;
    box-shadow: none;
    border-radius: 20px 0px 0 20px;
}

.form-search-blog-inputs {
    background: #fff;
    border-radius: 20px;
}

button.blog-side-bar-btn {
    color: var(--juju-rose);
    font-weight: bold;
}

.blog-recent-list h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}

.blog-recent-list h5 {
    margin-bottom: 15px;
}

.blog-banner {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

img#mail-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.blog-main-img.blog-img-create {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px dashed #ddd;
}

input#main_image {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    background: #c5c5c569;
    height: 150px;
}

.blog-create label {
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
    margin-top: 5px;
}

input.form-control-file {
    background: #c8c8c824;
    display: block;
    width: 100%;
    padding: 30px;
    border: 1px dashed #ddd;
    border-radius: 30px;
}

.color-rose {
    color: var(--juju-rose);
}

.blog-date.blogs-date {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 75px;
    height: auto;
    float: left;
    letter-spacing: 0;
    margin: 0;
    max-width: 72px;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    color: #fff;
    background-color: var(--secondary-color);
    word-break: break-word;
}

/* blog page */
.blog-page-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    background: #1385a140;
    text-align: center;
    padding: 0px;
}

.blog-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-name-details img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.left-name-details {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.blog-admin-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.over-view-blog p::first-letter {
    color: var(--juju-rose);
    font-size: 52px;
    font-weight: 700;
}

.over-view-blog p {
    font-size: 20px;
}

.sub-para img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

hr.dashed {
    border-style: dashed;
    background: transparent;
    border-width: 1px;
}

.faq-contact-card {
    border-radius: 20px;
    overflow: hidden;
    background: #1cbbb4;
    color: #fff;
    text-align: center;
}

.faqs-body {
    padding: 15px 50px 10px 50px;
}

.faqs-body h4 {
    color: #fff;
    font-size: 40px;
    padding: 20px 0;
}

.faqs-body p {
    color: #fff;
}

.number-contact {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
}

.faqs-reg-card.mt-4 {
    background-image: url(../image/jujus/well-trained-teachers.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    position: relative;
}

.faqs-reg-card.mt-4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(6 46 44 / 78%);
    z-index: 0;
    top: 0;
    left: 0;
}

h5.duration {
    text-align: center;
    padding: 30px;
    background: var(--background-color-dark);
    color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}

#banner-breadcrumb.our-programs-page {
    background-image: url(../image/service-breadcrumb.png);
}

.skills-card {
    background: #fff;
    padding: 50px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0 50px 0px rgb(0 0 0 / 23%);
    cursor: pointer;
    transition: all 1s ease-in-out;
    margin-bottom: 10px;
    height: 100%;
}

.skills-card.skill-active {
    background: var(--juju-rose);
    color: #fff;
}

.skills-card.skill-active ul.skills-ul li {
    color: #fff;
    transition: all 1s ease-in-out;
}

span.bf-card {
    background: var(--juju-orange);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 0 0px 50px;
    padding: 15px 40px;
}

.skills-card h3 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.skills-card img {
    height: 90px;
    width: 90px;
    object-fit: cover;
}

ul.skills-ul {
    margin-top: 20px;
}

ul.skills-ul li {
    padding: 15px 0;
    font-size: 18px;
    color: #6b6b84;
    position: relative;
    display: block;
}

ul.skills-ul li::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    mask-repeat: repeat-x;
    mask-size: 20px 100%;
    background-position: 0 0;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
    top: 0;
    margin: auto;
    z-index: 0;
    mask-image: url(../image/svg/line-snack-blk.svg);
    background: #b4d856;
}

ul.skills-ul li span {
    position: relative;
    background: #fff;
    padding: 5px 3px 5px 0;
    transition: all 1s ease-in-out;
}

.skills-card.skill-active ul.skills-ul li span {
    background: var(--juju-rose);
}

.skills-card:hover {
    background: var(--juju-rose);
    color: #fff !important;
}

.skills-card:hover ul.skills-ul li span {
    background: var(--juju-rose);
    color: #fff;
}

/* admission */
#banner-breadcrumb.admission {
    background-image: url(../image/admission-bg.png);
}

label.admission-label {
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

.admission-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    position: relative;
}

.form-card {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 9%);
    background: #fff;
}

.admission-input:focus {
    border-color: var(--juju-orange) !important;
}

.form-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    position: relative;
}

.time-line-form {
    flex: 0 0 auto;
    z-index: 1;
}

.time-line-form img {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 1px dashed #ddd;
    margin-right: 15px;
    padding: 5px;
}

.form-group {
    flex-grow: 1;
}

.form-item::before {
    content: "";
    position: absolute;
    background: transparent;
    width: 2px;
    height: 100%;
    bottom: 0;
    left: 40px;
    right: 0;
    border-left: 2px dashed #ddd;
    z-index: 0;
}

/* curriculum */

img.lego-image {
    border-radius: 500px 0px 0px 0px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.lego-body-text img {
    width: 100px;
    height: auto;
    object-fit: contain;
    animation: rotate 2s infinite ease-in-out;
}

.lego-body-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.topic-list {
    display: block;
}

.topic-item {
    padding: 20px 15px;
    border-radius: 4px;
    transition: background-color 0.3s;
    background-color: var(--juju-orange);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.topic-item::before {
    content: "";
    position: absolute;
    background: var(--juju-rose);
    top: 0%;
    left: -30%;
    width: 0%;
    height: 102%;
    transform: skew(30deg);
    z-index: -1;
    transition: width 0.8s ease-in-out;
}

.topic-item:hover::before {
    width: 200%;
}

/* vission - mission */

section#vis-mis {
    background-image: url(../image/jujus/miss-vis.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

section#vis-mis::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 80%);
    background-image: url(../image/sec-bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: contain;
}

section#vis-mis::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    background-image: url(../image/sec-bg-2.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    z-index: 0;
}

.vis-mis-cont {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px;
}

.vis-mis-img {
    flex: 0 0 auto;
}

.vis-mis-text {
    flex-grow: 1;
}

/* .vis-mis-img img {
    padding: 10px;
    width: 80px;
    height: 80px;
    background-image: url(../image/rounded-bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    overflow: hidden;
} */

.vis-mis-img img {
    width: 80px;
    height: 80px;
    clip-path: polygon(
        30% 0%,
        70% 0%,
        100% 30%,
        100% 70%,
        70% 100%,
        30% 100%,
        0% 70%,
        0% 30%
    );
    padding: 15px;
    border: 1px dashed #fff;
}

img.vision-icon {
    background-color: var(--juju-rose);
}

img.mission-icon {
    background-color: #6dce63;
}
.mission-con h4 {
    color: #18ff00;
}

img.target-icon {
    background-color: var(--juju-orange);
}

.target-con h4 {
    color: var(--juju-orange);
}

.vis-mis-cont p {
    color: #fff;
    font-size: 20px;
}

.about-us-apply::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 100px;
    bottom: 0;
    background: var(--secondary-color);
    background-position: center;
    mask-image: url(../image/svg/half_round_div.svg);
    mask-size: contain;
    mask-repeat: repeat-x;
    z-index: 0;
    mask-position: bottom;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.about-us-apply {
    padding-bottom: 100px;
}

.h4-home.h4-bf {
    position: relative;
    display: inline;
}

.h4-home.h4-bf::before {
    content: "";
    background-image: url(../image/svg/eud.svg);
    position: absolute;
    width: 48px;
    height: 48px;
    top: -40px;
    left: -25px;
}

.apply-now-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    text-align: center;
}

img.heading-home {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

img.atom-home {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.policy-box {
    margin-top: 40px;
    padding: 30px;
    background: #fff0e6;
    border-radius: 1rem;
    font-size: 16px;
    color: #000;
    height: 180px;
    cursor: pointer;
    transition: 0.6s all ease-in-out;
    transform: skewY(10deg);
    box-shadow: 10px -10px 2px 0px rgb(231 197 174);
    position: relative;
}

.policy-box:hover {
    transform: none;
    box-shadow: 1px 0px 0px 0px rgb(255 255 255);
    color: #ffffff;
    background-color: var(--juju-rose);
}

.policy-box::before {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    background-image: url(../image/spydy.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    transition: top 1s ease-in-out;
    transform: skewY(10deg);
}

.policy-box:hover::before {
    transform: rotate(180deg);
    bottom: 0;
    top: auto;
}

section#facilities .slick-list,
section#facility .slick-list {
    height: 500px;
}

@media screen and (max-width: 768px) {
    section#facilities .slick-list {
        margin-top: 30px;
    }
}

div#curriculum-slider {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

/* curriculum page */
#banner-breadcrumb.curriculum-page {
    background-image: url(../image/admission-bg.png);
}

ul.cur-page-ul {
    padding-left: 5px;
}

ul.cur-page-ul li.cur-ul-list {
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 5px;
}

ul.cur-page-ul li.cur-ul-list::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    background: var(--juju-orange);
    bottom: 0;
    border-radius: 50%;
    margin: auto;
}

ul.cur-page-ul li.cur-ul-list::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: -3px;
    background: var(--juju-orange);
    bottom: 0;
    border-radius: 50%;
    opacity: 0.5;
    margin: auto;
}

.social-media-container {
    margin-top: 50px;
    text-align: center;
}

.social-media-icons a {
    margin: 15px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-media-icons i {
    font-size: 3rem;
    padding: 20px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

/* Icon Colors */
.social-media-icons a i.bi-facebook {
    background-color: #3b5998;
}

.social-media-icons a i.bi-instagram {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.social-media-icons a i.bi-globe {
    background-color: #2a9d8f;
}

.social-media-icons a i.bi-youtube {
    background-color: #ff0000;
}

.social-media-icons a i.bi-whatsapp {
    background-color: #25d366;
}

.social-media-icons a i.bi-twitter {
    background-color: #1da1f2;
}

.social-media-icons a i.bi-linkedin {
    background-color: #0077b5;
}

/* Hover Effects */
.social-media-icons a:hover {
    transform: translateY(-10px);
}

.social-media-icons a i:hover {
    background-color: rgba(0, 0, 0, 0.1); /* Transparent effect on hover */
}

/* Icon Hover-Specific Effects */
.social-media-icons a i.bi-facebook:hover {
    background-color: #4267b2;
}

.social-media-icons a i.bi-instagram:hover {
    background: radial-gradient(
        circle at 30% 107%,
        #feda77 0%,
        #f58529 50%,
        #dd2a7b 75%,
        #8134af 100%
    );
}

.social-media-icons a i.bi-globe:hover {
    background-color: #3dccc7;
}

.social-media-icons a i.bi-youtube:hover {
    background-color: #e52d27;
}

.social-media-icons a i.bi-whatsapp:hover {
    background-color: #128c7e;
}

.social-media-icons a i.bi-twitter:hover {
    background-color: #00acee;
}

.social-media-icons a i.bi-linkedin:hover {
    background-color: #2867b2;
}

.social-media-icons {
    background: #dfbbbb;
    text-align: center;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 768px) and (max-width: 1024px) {
    .social-media-icons {
        margin: 10px auto;
    }
    img.boys-fut-img {
        display: none;
    }
}

@media screen and (max-width: 768px) and (max-width: 1024px) {
    img.boys-fut-img {
        display: none;
    }
}

img.about-image2 {
    width: 230px;
    height: 360px;
    object-fit: cover;
    float: inline-end;
}

img.boys-fut-img {
    height: 400px;
    object-fit: cover;
    width: 500px;
    position: absolute;
    bottom: 33px;
    left: 10px;
    z-index: -1;
}

.card-nl {
    border: 1px dashed #096275;
    border-radius: 20px;
    background: #e6e2da;
}

input#news_letter {
    max-width: 100%;
    padding: 5px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 1px solid #dee2e6 !important;
}

.news-item {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-item::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    mask-image: url(../image/svg/line-snack.svg);
    mask-repeat: repeat-x;
    mask-size: 20px 100%;
    background-position: 0 0;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: #096275;
}

.jumbotron {
    background: #dadde647;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    border: 1px dashed #ddd;
}
ul.style {
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.style li {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 4px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
ul.style li i {
    color: #eb1551;
    transition: all 0.5s;
    animation: rotation 3s linear infinite forwards;
    animation-delay: 0s;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.topics-acc .accordion-item .accordion-button {
    padding: 15px;
    font-size: 17px;
}
.topics-acc .accordion-header {
    padding-bottom: 0px;
}

.topics-acc .accordion-button::after {
    top: -18px;
}
.topics-acc .accordion-button:not(.collapsed)::after {
    top: 0px;
}
.folder-card {
    position: relative;
    background: #fff5d9;
    border-radius: 1em;
    overflow: hidden;
    border: 1px dashed #9b6321;
}
.folder-body {
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #ffc107;
    border-top: 2px solid #fffae9;
    border-radius: 0em 0em 1em 1em;
}
img.folder-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1em;
}
.folder-image {
    background: #f1dea6;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.folder-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(0 0 0 / 60%);
}
span.image-counts {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    z-index: 2;
    text-align: center;
}
