@font-face {
  font-family: 'FreightBigPro';
  src: url('freight-big-pro-medium-regular.woff2') format('woff2'),
       url('freight-big-pro-medium-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
     
    --thm-red: #962b35;
    --thm-gray: #edf0f6;
    --thm-blue: #0a5785;
     
 
      --col-kings-blue:       rgb(0,   98,  152);   /* bg-kingsblue       */
      --col-kings-blue-lt:    rgb(196, 213, 231);   /* bg-kingsblue-light */
      --col-international:    rgb(159, 177, 202);   /* bg-international   */
      --col-junior:           rgb(242, 206, 178);   /* bg-junior          */
      --col-kings-dark:       rgb(115, 120, 124);   /* bg-kings-dark      */
      --col-stone:            rgb(215, 210, 196);   /* text-background-stone */
      --col-black:            #000;
      --col-white:            #fff;      
      --transition:           all 0.25s ease;
    }

body {
     
    font-size: 20px;
    line-height: 1.8;
    font-family: Roboto, sans-serif;
    color: #000;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a{    
    --tw-text-opacity: 1;
    color: rgb(115 120 124 / var(--tw-text-opacity));
}

a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 98 152 / var(--tw-text-opacity));
}

li.x_MsoListParagraph{
    list-style: disc;
}

h1,h2,h3,h4,h5,h6,.section-title, .wp-block-acf-section-navigation li{
   font-family:'FreightBigPro', serif;
}

 
h1{ font-size:39px; }
h2{ font-size:38px; }

img{
  max-width:100%;
  height:auto;
}

ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {    
    content: "";
}

.acc-item a {    
    color: #000;
    font-size: 20px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-decoration-line: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 4px;
}

.acc-item a:hover,
.acc-item a:focus,
.acc-item a:visited {
    --tw-text-opacity: 1;
    color: rgb(0 98 152 / var(--tw-text-opacity));
    text-decoration-line: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 4px;
}

.acc-item hr {
    border-top-width: 1px;
    color: #F6F5F2;
    height: 0;    
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

.quick-links a{     
    /*font-size: 15px;*/
}

.btn-custom {
    padding: 10px 70px;
    font-size: 16px;
    border-radius: 10px;
    background-color: var(--thm-blue);
    color: #FFF;
    transition: all 0.3s ease;
}


.btn-custom:hover {
  background: #084298;
  transform: scale(1.05);
}

/* -------------------- whitelist form ------------------------- */

    .form-section{
        color: #2b2e34;
        background-color: #dfd8c9;
        margin-top: -16px;
        padding-top: 30px;
    }

    .form-section .form-control, .form-section .form-select{
        border-radius: 0px;
        border: 1px solid #000;
        background-color: transparent;
    }

    .form-section .form-check-input{
        border: 1px solid #000;
        border-radius: 0px;
        width: 20px;
        height: 20px;
        background-color: transparent;
    }

    .form-section .form-check-input[type=radio]{
        border-radius: 50%;
    }

    .form-section .form-check-input:checked[type=checkbox] {
        background-image: url("../images/check.svg");    
    }

    .form-section .form-check-input:checked[type=radio] {
        background-image: url("../images/rounded-button.webp");    
    }

    .input-group-text{
        border-radius: 0px;
        border: 1px solid;
        background: transparent;
        cursor: pointer;
    }
    .form-section label{
        font-size: 14px;
    }

    .invalid-feedback {
        font-size: 12px;
    }

    #parent-form,
    #questions-form,
    #information-form{
        display: none;
    }

    .image-upload{
        width: 20%;
    }

    .char-count {
      font-size: 14px;
      color: gray;
      float: right;
    }

    .flag-input-group{
        padding: 0px 4px;
    }

    .flag-input-group img{
        width: 35px !important;
        padding-right: 4px;
    }

    .form-color{
        color:#dfd8c9;
    }

    .btn-form{
        border-radius: 0px;
        border: 1px solid #000;
        background-color: transparent;
        color: #000;
        transition: all 0.3s ease;
    }

    .btn-form:hover{
        /*background: transparent;*/
        border: 1px solid #000;
        transform: scale(1.05);
    }


    /* Removes default focus ring on click, but keeps it for keyboard */
    .btn-form:focus-visible {
      outline: 1px solid #000;
      outline-offset: 2px;
    }

    /* Optional: Ensure focus is still removed for mouse clicks specifically */
    .btn-form:focus:not(:focus-visible) {
      outline: none;
    }



/* -------------------- End whitelist form ------------------------- */



.hero-wrapper {
            position: relative;
            height: 105vh;
            overflow: hidden;
        }

        .hero-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hero-wrapper .overlay {
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,0.3);
            width: 100%;
            height: 100%;
        }

        .hero-wrapper .main-banner{
             
        }        

        .hero-wrapper .hero-content {
            position: absolute;
            top: -1%;
            left: 50%;
            transform: translate(-50%, -0%);
            z-index: 2;
            color: #fff;
            text-align: center;
        }

        .hero-wrapper h1 {
            width: 100%;    
            line-height: 1;
            font-size: 140px;
            font-variant-caps: all-petite-caps;
            line-height: 1;

        }

        .hero-wrapper .logo {
            width: 200px;
            margin: auto;
        }

        .hero-wrapper .breadcrumb {
            position: absolute;
            bottom: 2%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            color: #fff;
            text-align: center;
            justify-content: center;
            width: 100%;
        }

        .hero-wrapper .breadcrumb-item a {
            color: #fff;
            text-decoration: none;
        }

        .hero-wrapper .breadcrumb-item.active {
            color: #ddd;
        }


        


.top-section .row {
    background-color: rgb(246 245 242 / 1);
    color: #000;
    font-variant-caps: small-caps;
}

.head-middle {
    background-color: rgb(255 255 255 / 1);
}

.top-section .row .col-lg-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
    cursor: pointer;
}

.top-section .row .col-lg-4:hover {
    background-color: rgb(215 210 196 / 1);
}

.topbar ul {
    display: flex;
    width: 100%;
    cursor: pointer;
    flex-wrap: wrap;
    text-align: center;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;    
}

.wp-block-acf-vacancies-list ul li .topbar ul.items-center {

    /* This will make the div a flex container and align its children horizontally */
    display: flex;
    align-items: center;
}


.topbar ul li {
    width: 33.333333%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.topbar ul li:nth-of-type(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(246 245 242 / var(--tw-bg-opacity));
}

.topbar ul li:nth-of-type(odd):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(215 210 196 / var(--tw-bg-opacity));
}

.topbar ul li:nth-of-type(even) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.topbar ul li:nth-of-type(even):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(215 210 196 / var(--tw-bg-opacity));
}



.hero-section .logo img {
      height: 180px;
}

.hero-content .down-arrow{
    width: 20px;
    margin: auto;
    margin-top: 70px;
}

.applying_kings .down-arrow{
    width: 20px;
    margin: auto;
    margin-top: 20px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.applying_kings #Layer_1-2,
.hero-content #Layer_1-2 {
    position: relative;
    animation: moveDown 3s infinite;
}

@keyframes moveDown {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    50% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(100%);
      opacity: 0;
    }
  }


 

.campus-overlay h2{
    font-size: 60px;
}

 

.content-section p{
    font-size: 20px;
}

.two-by-two-section .row{
    padding: 0px;
    margin: 0px 15px !important;
}

.two-by-two-section .item{
    overflow: hidden;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
}

.two-by-two-section .image-container{
    width: 100%;
    height: 500px;
}

.two-by-two-section .image-container img {
    object-fit: cover;
    overflow: hidden;
    object-position: center;
    height: 500px;
}

.two-by-two-section a, .banner-slider-section a{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    text-underline-offset: 8px;
    letter-spacing: 4px;
    margin-bottom: 1.25rem;
    display: inline-grid;
    cursor: pointer;
    overflow: hidden;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Roboto, sans-serif;     
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}

.two-by-two-section a:hover, .banner-slider-section a:hover {
    text-decoration-line: underline;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.two-by-two-section .div-content{
    text-align: center !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    position: absolute !important;
    color: #FFF;
    width: 100%;
}

.two-by-two-section h4{
    font-size: 60px;
    line-height: 63px;
}   



.banner-slider-section {
    width: 100%;
    max-height: 600px;
    overflow: hidden;    
}

.banner-slider-section .slide-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    overflow: hidden;
    object-position: center;
    background-color: #635f5f;
}

.banner-slider-section .slide-item img {
    width: 100%;
    object-fit: cover;
}

/* Overlay */
.banner-slider-section .slide-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

/* Center Text */
.banner-slider-section .slide-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}



.banner-slider-section .slide-content p {
    font-size: 18px;
}


/* Slick dots */
.banner-slider-section .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-slider-section .slick-dots li {
    display: inline-block !important;
    margin: 0 15px !important;
}
.banner-slider-section .slick-dots li button {
    display: block !important;
    width: 40px !important;
    height: 1px !important;
    opacity: 0.5 !important;
    background-color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    outline: none !important;
    text-indent: -9999px;
    padding: 1px;
}
.banner-slider-section .slick-dots li.slick-active button {
    background-color: #fff !important;
    height: 3px !important;
    opacity: 1 !important;
}


.image-slider-section h3{
    font-size: 50px;

}


.image-slider-section .news-slider{
    margin-top: 95px !important;
}

.image-slider-section .history-news-slider{ 
    padding-top: 50px;
    margin-top: 0px !important;
}
.image-slider-section .news-item{
    margin: 0px 20px;
}


.image-slider-section h2{
    font-size: 30px;
    color: #000;
}

.last-card-section h2 a{
    font-size: 55px;
    color: #000;
}

.image-slider-section button{
    width: 4.5rem;
    border: 0px;
    background: none;
}

.image-slider-section a,
.last-card-section a.find-more{
     
    font-size: 18px;
    font-weight: unset;
    text-transform: uppercase;
}

.last-card-section a.find-more{
    letter-spacing: 4px;
    font-weight: 500;
}

.image-slider-section a:hover,
.image-slider-section h2:hover {
    --tw-text-opacity: 1;
    color: rgb(118 120 123 / var(--tw-text-opacity));
}

.image-slider-section p, .last-card-section p{
    font-size: 20px;

}

.image-slider-section .news-img {
    overflow: hidden;
}

.image-slider-section .news-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Optional hover effect */
.news-item:hover img {
    transform: scale(1.05);
    transition: 0.4s;
}

.slick-initialized .slick-slide {
    padding: 0px 15px !important;    
    display: flex !important;
    background-color: none !important;
}

.image-slider-section .news-item .card{
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    width: 100%;
}

.last-card-section .cta-card {
    height: 100%;
}

/* Image fixed height */
.last-card-section .cta-img {
    height: 450px;
    overflow: hidden;
}

.last-card-section .cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover zoom like original */
.last-card-section .cta-card:hover img {
    transform: scale(1.05);
}

/* Optional spacing like original */
.last-card-section .cta-content p {
    max-width: 500px;
}

 
.footer-section h5{
    font-size: 25px;
}
 


/* HERO VIDEO */
.hero-video {
    position: relative;
    height: 115vh;
    overflow: hidden;
}

/* VIDEO FULLSCREEN */
.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

/* OVERLAY (dark effect) */
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;    
}

/* LOGO */
.hero-logo {
    width: 120px;
}

/* TITLE */
.hero-title {
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }
    .hero-logo {
        width: 80px;
    }
}


.footer-logo {
    max-width: 250px;
}

.social-icon {
    width: 40px;
    transition: opacity 0.3s ease;
}

.social-icon:hover {
    opacity: 0.7;
}

.top-icon {
    width: 50px;
    cursor: pointer;
}

/* Optional spacing tuning */
.nav-link {
    padding: 8px 12px;
}

.contact-details a{
    font-size: 16px;
}


footer .footer-nav {
    padding-bottom: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(115 120 124 / var(--tw-text-opacity));
}
 
.wp-block-acf-large-video #vimeo-player .play-button{
    width: 80px;
    left: 80px;
    bottom: 80px;
    z-index: 100;
}


.wp-block-acf-large-video #vimeo-player {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    transform: translate(0px, 0px) !important;
}

.transform-middle #vimeo-player {
    transform: translate(0px, -380px) !important;
}

.wp-block-acf-large-video #vimeo-player iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}



/* ===== SECTION BACKGROUND ===== */
.about-our-head {
    color: #000;
}

/* ===== EXACT SPACING ===== */
/* Tailwind: px-5 pt-10 pb-10 md:14 lg:24 */
.about-our-head, .apply_junior_king {
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .about-our-head, .apply_junior_king {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media (min-width: 992px) {
    .about-our-head {
        padding-top: 0px;
        padding-bottom: 96px;
        margin-top: -200px;
    }
}

/* ===== LEFT COLUMN ===== */
.about-our-head .offset-left, .apply_junior_king .offset-left {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .about-our-head .offset-left, .apply_junior_king .offset-left{
        padding-right: 40px;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .about-our-head .offset-left, .apply_junior_king .offset-left {
        padding-right: 70px;
    }
}

/* ===== IMAGE ===== */
.about-our-head .profile-img, .apply_junior_king .profile-img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

/* ===== TYPOGRAPHY ===== */
.about-our-head .quote, .apply_junior_king .quote {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
}

/* ===== RIGHT CONTENT ===== */
.about-our-head .main-content p, .apply_junior_king .main-content p{
    margin-bottom: 20px;
    line-height: 1.7;
     
}

/* ===== ACCORDION ===== */
.about-our-head .custom-accordion, .apply_junior_king .custom-accordion {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .about-our-head .custom-accordion, .apply_junior_king .custom-accordion {
        margin-top: 80px;
    }
}

/* Remove Bootstrap default styles */
.about-our-head .custom-accordion .accordion-button,
.apply_junior_king .custom-accordion .accordion-button {
    background: none;
    box-shadow: none;     
    font-weight: 500;
}

.about-our-head .custom-accordion .accordion-button:not(.collapsed),
.apply_junior_king .custom-accordion .accordion-button:not(.collapsed) {
    color: #000;
}

/* Optional icon alignment */
.about-our-head .accordion-button::after,
.apply_junior_king .accordion-button::after {
    margin-left: auto;
}

/* ===== ALIGNMENT LIKE TAILWIND ===== */
.about-our-head .aside, .apply_junior_king .aside {
    text-align: center;
}

@media (min-width: 992px) {
    .about-our-head .aside, .apply_junior_king .aside {
        text-align: left;
    }
}


/* ═══════════════════════════════════════
       ACCORDION (school day)
    ═══════════════════════════════════════ */
    .schedule-wrap {  margin: 0 auto; }

    .acc-item { border-bottom: 1px solid #c0baad; }
    .acc-item:first-child { border-top: 1px solid #c0baad; }

    .acc-title span{ cursor: pointer; }
    .acc-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.2rem 0;      
      font-weight: 400;
      user-select: none;
      transition: color .2s;
    }
    .acc-title:hover { color: #73787C; }

    .acc-icon {
      width: 22px; height: 22px;
      position: relative;
      flex-shrink: 0;
      margin-left: 1rem;
    }
    .acc-icon::before, .acc-icon::after {
      content: '';
      position: absolute;
      background: var(--col-kings-dark);
      border-radius: 2px;
      transition: var(--transition);
    }
    .acc-icon::before { width: 2px; height: 100%; left: 50%; transform: translateX(-50%); }
    .acc-icon::after  { width: 100%; height: 2px; top: 50%; transform: translateY(-50%); }
    .acc-item.open .acc-icon::before { transform: translateX(-50%) rotate(90deg); opacity: 0; }

    .acc-body { display: none; padding-bottom: 1.5rem; }
    .acc-body p{
        padding: 10px 0px;
    }
    .acc-item.open .acc-body { display: block; }

    .schedule-table { width: 100%; }
    .schedule-table tr { border-bottom: 1px solid #e5e5e5; }
    .schedule-table td { padding: .65rem .5rem; font-size: .9rem; vertical-align: top; }
    .schedule-table td:first-child {
      font-weight: 700;
      width: 110px;      
      white-space: nowrap;
    }



 /* ═══════════════════════════════════════
       BOOKLET SECTION
    ═══════════════════════════════════════ */
    
    .academic-book-section .booklet-item { max-width: 350px; margin: 0 auto; }


    .booklet-section { padding: 4rem 1.5rem; background: #fff; }
    .booklet-section h2{
        font-size: 65px;
        margin-top: 70px;
    }
    
    .booklet-item { max-width: 550px; margin: 0 auto; }
    .booklet-img-wrap {
        position: relative;
        overflow: hidden;
        max-width: 400px;
        margin: auto;
        margin-top: 100px;
    }
    .booklet-img-wrap img { width: 100%; display: block; transition: transform .3s; }
    .booklet-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,98,152,.65);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity .25s;
    }
    .booklet-img-wrap:hover .booklet-overlay { opacity: 1; }
    .booklet-overlay a {
      color: #fff;     
      font-size: 16px;
      letter-spacing: 4px;
      text-transform: uppercase;
    }
    .booklet-title {
      text-align: center;
      margin-top: 1rem;      
    }
    .booklet-title a { color: var(--col-black); 
        font-size: 20px !important;
    }
    .booklet-title a:hover { color: var(--col-kings-blue); }



     /* ═══════════════════════════════════════
       SPLIT SECTIONS (image + text)
    ═══════════════════════════════════════ */
    .split-section { display: flex; flex-wrap: wrap; }
    .split-section .split-img {
      flex: 0 0 50%;
      min-height: 420px;
      background-size: cover;
      background-position: center;
    }
    .split-section .split-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .split-section .split-text {
      flex: 0 0 50%;
      padding: 3.5rem 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    @media (max-width: 767px) {
      .split-section .split-img,
      .split-section .split-text { flex: 0 0 100%; }
      .split-section .split-img { min-height: 280px; }
      .split-section .split-text { padding: 2.5rem 1.5rem; }
      .order-mobile-1 { order: 1; }
      .order-mobile-2 { order: 2; }
    }
    @media (min-width: 1200px) {
      .split-section .split-text { padding: 11rem 8rem; }
    }

    .split-text h3 {      
      font-size: 40px;
      margin-bottom: 2rem;
    }
    .split-text p { margin-bottom: 1rem; }
    .split-text p:last-child { margin-bottom: 0; }

    /* bg colours */
    .bg-international { background-color: var(--col-international); }
    .bg-kingsblue     { background-color: var(--col-kings-blue); }
    .bg-kingsblue-lt  { background-color: var(--col-kings-blue-lt); }
    .bg-junior        { background-color: var(--col-junior); }
    .bg-white         { background-color: #fff; }


    .history-section-padding{ padding: 80px 0px; }
    .history-section-padding h3{ font-size: 40px; padding-bottom: 10px; }



    .tree li, .tree ul {
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.tree li {
    flex: 1;
    list-style-type: none;
    padding: 50px 5px 0;
    text-align: center;
}

.wp-block-acf-section-navigation li {
    color: #000;
    transition: color .3s ease;
    font-size: 40px;
}

.tree ul {
    display: flex;
    padding-top: 20px;
    /*width: 100%;*/
}

.careers-page .schedule-wrap{
        width: 200px;
        margin: unset;
    }
    .careers-page .acc-title{
        padding: 9px 0px !important;
    }
    .careers-page ul li{
        padding: 10px 0px;
    }

.cursor-pointer {
    cursor: pointer;
}

.tree li:first-child:before, .tree li:last-child:after {
    border: 0;
}

.tree li:first-child:after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.tree li:last-child:before {
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-right: 1px solid #d1ccbe;
}

.wp-block-acf-section-navigation li:hover {
    color: #000;
}

.tree li:after {
    border-left: 1px solid #d1ccbe;
    left: 50%;
    right: auto;
}

.tree li:after, .tree li:before {
    border-top: 1px solid #d1ccbe;
    content: "";
    height: 50px;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
}

.tree li:after {
    left: 50%;
    right: auto;
}


   .staff_governors .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 3px;
    background: rgba(0, 98, 152, 0.5); /* adjust color */
    opacity: 0;

    transition: 0.2s;
}

.staff_governors .overlay:hover {
    opacity: 1;    
}

.cursor-pointer {
    cursor: pointer;
}
.modal .modal-left-img{
    max-width: 300px;
}
.modal .modal-left-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc-item a.download-pdf{
    display: contents;
}

.acc-item .download-pdf span.icon{
    float: right;
    width: 20px;
}


.careers-at-kings-acc .acc-title{
        padding: 10px 0 45px 0 !important;
    }

    .careers-at-kings-acc .acc-title .position-absolute{
        top: 50px;
        cursor: default;
    }

    .careers-at-kings-acc .acc-item a.download-pdf span.icon {
        padding-top: 30px;
    }

    

    .news-slider .slick-list,
    .news-slider .slick-track,
    .news-slider .slick-slide {
        height: 100%;
    }

    .news-slider .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .admis-notice-div{
        margin: 40px 0px;

    }
    .admis-notice-div .div-content{
        padding: 55px 40px;
        background-color: #D7D2C4;
    }

    .admis-notice-div .div-content p{
        color: #FFF;
        letter-spacing: 4px;
    }
    .admis-notice-div .div-content h3{
        font-size: 32px;
        line-height: 1.5;
    }

    a.btn-black {
        --tw-text-opacity: 1;
        border: 1px solid #000;
        color: rgb(0 0 0 / var(--tw-text-opacity));
        cursor: pointer;
        display: inline-grid;
        font-family: Roboto, sans-serif;
        font-size: 18px;
        margin-bottom: 1.25rem;
        overflow: hidden;
        padding: .5rem 1.25rem;
        text-decoration-line: none;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin: 30px 0px;
    }

    a.btn-black:hover {
        color: #fff !important;
        background-color: #000;
    }

    .wp-block-acf-image-text a:hover {
    --tw-text-opacity: 1;
    color: rgb(115 120 124 / var(--tw-text-opacity));
    text-decoration-line: underline;
}


.slick-dotted.slick-slider{
    margin: 0px;
}

.modal-header-close {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-left: auto;
    padding: 15px !important;
    border: 0px !important;
}


.custom-circle{
    width: 125px;
    height: 125px;
}
.apply_junior_king .row{
    margin: 50px 0px 50px 0px;
}