/* 
 * new-module-common.css
 * Description: Common styles for new ACF modules
 * Author: Dev
 * Created: 2025
 * Version: 1.0.18
 * Note: Only loaded when new modules are rendered
 */

 @font-face {
    font-family: 'Avenir LT 65';
    src: url('/wp-content/themes/kinderberry-hill-conversion/assets/fonts/AvenirLT-Medium.woff2') format('woff2'),
        url('/wp-content/themes/kinderberry-hill-conversion/assets/fonts/AvenirLT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --image-path: '/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/';
    --svg-path: '/wp-content/themes/kinderberry-hill-conversion/assets/svg/2025/';
    --card_mask_shadow: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.35));
    --card_mask_shadow_light: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.25));
    --font-trend-sans-one: 'Trend Sans One';
    --fancy-img-caption-: #504f4f;
    --font-trend-slab: Trend Slab;
    --transition-speed-fast: 0.5s;
    --secondary-color: #ad237a;
    --primary-color: #5a5b5d;
    --white-color: #ffffff;
    --gold-color: #d2af2b;
    --transition-speed: 1s;
}



.kbh_job_award_tooltip h3,
.kbh_interactiveinfo_a .content-title,
.font_trend_sans_one {
    font-family: var(--font-trend-sans-one);
}

.font_trend_slab {
    font-family: var(--font-trend-slab);
}

.kbh_flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    display: -moz-box;
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
    margin: 0;
}

a.anchor_not_active {
    pointer-events: none;
}

.kbh_limit_content {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
}

.kbh_limit_content p:last-child {
    margin: 0;
}

.kbh_uppercase {
    text-transform: uppercase;
}

.kbh_nm_container {
    margin: 0 auto;
}

.kbh_nm_container .kbh_copy.kbh_limit_content p,
.kbh_nm_container .kbh_copy.kbh_limit_content p strong{
    font-family: 'Avenir LT 65';
	font-weight: 500;
}

.feature__content__h1{
	text-transform: lowercase;
}

@media (min-width: 768px) {
    .kbh_nm_container {
        width: min(100%, 750px);
    }
	.feature_image-slider .slick-slide .feature_video_item {
        aspect-ratio: 16 / 9;
		height: 90vh;
		display: flex !important;
		justify-content: center;
		align-items: center;
    }
	.hero__feature-area{
		height: auto;
	}
	.kbh_interactiveinfo_c .kbh_copy{
		overflow-y: auto;
		-webkit-line-clamp: unset !important;
	}
}

@media (min-width: 992px) {
    .kbh_nm_container {
        width: min(100%, 970px);
    }
}

@media (min-width: 1200px) {
    .kbh_nm_container {
        width: min(100%, 1250px);
    }
}

@media only screen and (min-width: 992px) {
    .kbh_mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .kbh_desktop {
        display: none;
    }
}

.bg_blue_swatch {
    background-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/swash_blue_both_1600x632.webp);
}

.bg_magenta_swatch {
    background-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/bg-pink-swatch.webp);
    background-size: 100% 100% !important;
}

.bg_gray_swatch {
    background-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Gray-Swatch-min2.webp);
    background-size: 100% 100% !important;
}

.bg_yellow_swatch {
    background-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/bg_yellow_swatch.webp);
}

.bg_green_swatch {
    background-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/bg_swash_green.webp);
    background-repeat: repeat-x;
}

.bg_white {
    margin: -22px 0 -20px;
}

.bg_white_bottom {
    z-index: 2;
}

.yellow_watercolor_curve {
    background: url() repeat-x center top transparent;
}

.bg_white_swatch_btn,
.hover_white_swatch_btn:hover {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/white_btn_swatch.webp) center/100% 100% no-repeat;
}

.bg_pink_swatch_btn,
.hover_pink_swatch_btn:hover {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/pink_btn_swatch5.webp) center/100% 100% no-repeat;
}

.bg_green_swatch_btn,
.hover_green_swatch_btn:hover {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/green_btn_swatch.webp) center/100% 100% no-repeat;
}

.kbh_new_module,
.kbh_exclusive_featured {
    padding: 75px clamp(0px, 2.083vw, 30px) 75px;
    position: relative;
}

.kbh_new_module .kbh_new_module_top_area * {
    margin: 0;
}

.kbh_new_module .kbh_new_module_top_area {
    width: min(92%, 960px);
    margin: 0 auto;
}

p strong {
    font-family: inherit;
    font-weight: 700;
}

.abs-card-link {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.kbh_exclusive_featured .slick-dots li button:before,
.kbh_new_module .slick-dots li button:before {
    color: transparent;
}

.kbh_new_module_top_area .kbh_module_image,
.kbh_new_module_top_area .kbh_module_copy,
.kbh_new_module_medium_area {
    padding-bottom: clamp(40px, 3.472vw, 50px);
}

.kbh_new_module_top_area .kbh_module_image {
    text-align: center;
}

.kbh_new_module_top_area .kbh_module_headline {
    padding-bottom: clamp(20px, 1.667vw, 24px);
    text-align: center;
}

.kbh_new_module_top_area .kbh_module_copy p {
    text-align: center;
}

.kbh_new_module_bottom_area a {
    font-family: var(--font-trend-sans-one);
    margin: 0 auto !important;
    padding: 18px 55px;
    width: fit-content;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    display: block;
}

/* cta bottom color */
a.bg_pink_swatch_btn,
a.bg_green_swatch_btn {
    color: var(--white-color);
}

.hover_white_swatch_btn:hover,
a.bg_white_swatch_btn {
    color: var(--secondary-color);
}

.kbh_bg-white {
    background: var(--white-color) !important;
}

.kbh_new_module .hover_pink_swatch_btn:hover {
    color: var(--white-color);
}

.kbh_new_module strong {
    font-size: 14px;
}

/* general slider white and gray start */
.kbh_slider_general_gray .slick-dots,
.kbh_slider_general_white .slick-dots {
    transform: translateX(-50%);
    padding-top: 39px;
    bottom: -60px;
    left: 50%;
}

.kbh_slider_general_gray .slick-dots li,
.kbh_slider_general_white .slick-dots li {
    border: 2px solid var(--white-color);
    background: #ff000000;
    border-radius: 50px;
    height: 18px;
    width: 18px;
}

.kbh_slider_general_gray .slick-dots li {
    border: 2px solid #858585;
}

.kbh_slider_general_white .slick-dots li.slick-active {
    background: var(--white-color);
}

.kbh_slider_general_gray .slick-dots li.slick-active {
    background: #858585;
}

.kbh_slider_general_gray button.slick-arrow:before,
.kbh_slider_general_gray button.slick-arrow:after,
.kbh_slider_general_white button.slick-arrow:before,
.kbh_slider_general_white button.slick-arrow:after {
    display: none;
}

.kbh_slider_general_gray button.slick-arrow,
.kbh_slider_general_white button.slick-arrow {
    height: 101px;
    width: 35px;
    z-index: 1;
}

.kbh_slider_general_gray button.slick-arrow {
    filter: brightness(0) invert(0.5);
}

.kbh_slider_general_gray .slick-prev.slick-arrow,
.kbh_slider_general_white .slick-prev.slick-arrow {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-left.png) center/contain no-repeat;
    left: 0;
}

.kbh_slider_general_gray .slick-next.slick-arrow,
.kbh_slider_general_white .slick-next.slick-arrow {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-right.png) center/contain no-repeat;
    right: 0;
}

@media only screen and (max-width: 991px) {

    .kbh_slider_general_gray button.slick-arrow,
    .kbh_slider_general_white button.slick-arrow {
        transform: unset;
        width: 19px;
        top: 100%;
    }

    .kbh_slider_general_gray .slick-dots,
    .kbh_slider_general_white .slick-dots {
        max-width: calc(100% - 80px);
    }

    .kbh_new_module_top_area {
        padding: 0 15px;
    }

    .kbh_new_module_top_area .kbh_module_headline {
        letter-spacing: 0.5px;
        font-size: 24px;
    }

    .kbh_mobile_swipe_slider .slick-slide {
        animation: kbh_mobile_swipe_slider 18s linear infinite;
    }

    @keyframes kbh_mobile_swipe_slider {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }
}

@media only screen and (max-width: 767px) {
    p strong {
        font-weight: 500;
    }
	
	.feature_video-container {
     	display: block;
    }
	
	.feature_image-slider .slick-slide {
        height: 56vw !important;
    }
	
	.hero__feature-area{
		height: 56vw;
	}
	
	.card-grid-slider-module .second-row.desktop-gird-slider .dis_flex {
		height: auto !important;
	}

    .bg_white {
        margin: -32px 0 -30px;
    }

    .kbh_slider_general_gray button.slick-arrow .kbh_slider_general_white button.slick-arrow {
        width: 20px;
    }

    .kbh_new_module .kbh_new_module_top_area img {
        width: 100%;
    }

}

/* general slider white and gray end */
.kbh_zigzag_img img,
.kbh_zigzag_img {
    margin-bottom: 20px;
    height: 17px;
}

.kbh_img_mask img {
    -webkit-mask: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/scallop_right.svg);
    mask: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/scallop_right.svg);
    -webkit-mask-position: left top;
    -webkit-mask-position: left top;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.kbh_sync_slider_for.slick-slider,
.kbh_sync_slider_nav.slick-slider {
    margin: 0 !important;
}

/* general popup style */
.kbh-popup {
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.kbh-popup-content {
    padding: clamp(27px, 4.03vw, 35px) clamp(17px, 4.03vw, 35px) clamp(17px, 4.03vw, 35px);
    -webkit-box-shadow: 0px 0px 19px -2px rgba(0, 0, 1, 0.4);
    -moz-box-shadow: 0px 0px 19px -2px rgba(0, 0, 1, 0.4);
    box-shadow: 0px 0px 19px -2px rgba(0, 0, 1, 0.4);
    transform: translate(-50%, -50%);
    width: min(100%, 991px);
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow-y: auto;
    max-height: 98vh;
    left: 50%;
    top: 50%;
}

.kbh-popup-close {
    position: absolute;
    cursor: pointer;
    font-size: 34px;
    right: 15px;
    z-index: 9999;
    top: 10px;
}

/* general video style */
.kbh_video-title {
    font-size: clamp(23px, 2.5vw, 36px);
    line-height: 130%;
}

.kbh_video-wrapper :is(video, iframe) {
    display: block;
    width: 100%;
    height: 100%;
}

.kbh_video-wrapper video {
    object-fit: cover;
}

.kbh_video-wrapper .kbh_video-frame {
    aspect-ratio: 16 / 9;
}

.kbh_bottom_50 {
    padding-bottom: 50px;
}

/* fancy box  */
.fancybox__container .custom-fancybox-counter {
    color: var(--fancy-img-caption-);
    padding: 20px 20px 0;
    text-align: center;
    font-weight: 600;
    width: 100%;
    left: 0;
}

.fancybox__container .fancybox__caption {
    color: var(--fancy-img-caption-);
    width: min(90%, 800px);
    padding: 15px 5px 0;
    text-align: center;
    font-size: 17px;
}

.fancybox__container :is(.fancybox__image, .fancybox__html5video, .fancybox__iframe) {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    border: 15px solid #fff;
}

.fancybox__container .fancybox__backdrop {
    background: url(/wp-content/uploads/2026/05/blue-swash-400-x-225.png) top left/ auto no-repeat,
        url(/wp-content/uploads/2026/05/pink-swash-617-x-293.png) bottom right/ auto no-repeat,
        url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Layer-852-copy.jpg) repeat;
	background-blend-mode: multiply;
}

.fancybox__container .fancybox__content {
    height: clamp(241px, 61vw, 570px) !important;
    width: min(894px, 100%) !important;
}

.fancybox__container .fancybox__content img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.fancybox__container .fancybox__nav .carousel__button {
    filter: brightness(0) invert(0.5);
    height: 110px;
}

.fancybox__container .fancybox__nav .is-prev {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-left.png) center / contain no-repeat;
}

.fancybox__container .fancybox__nav .is-next {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-right.png) center/contain no-repeat;
}

.fancybox__container :is(.fancybox__thumbs, .fancybox__toolbar__items--left, .fancybox__toolbar__items--right button, .fancybox__nav .carousel__button svg) {
    display: none;
}

.fancybox__container .fancybox__toolbar__items--right button.carousel__button.fancybox__button--close {
    display: block;
}

.fancybox__container .fancybox__toolbar {
    background: unset;
}

/* tab functionality css */
.kbh_tab_wrapper .tab-container {
    display: flex;
    gap: 30px;
}

.kbh_tab_wrapper .tab-pane {
    display: none;
}

.kbh_tab_wrapper .tab-pane.active {
    display: block;
}

/* Right Column */
.kbh_tab_wrapper .tab-links,
.kbh_tab_wrapper .tab-content {
    width: 50%;
}

/* hover anchor svg */
.kbh_a_circle_svg {
    color: #ad237a !important;
    text-transform: uppercase;
    padding: 6px 10px 6px 0;
    align-items: center;
    position: relative;
    width: fit-content;
    line-height: 21px;
    display: flex;
    gap: 12px;
}

.kbh_a_circle_svg :is(.kbh_icon_circle, .icon-circle) {
    display: inline-flex;
}

span.kbh_icon-circle {
    display: flex;
}

.kbh_a_circle_svg svg {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    transition: all var(--transition-speed-fast) ease-in-out;
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    background-color: var(--secondary-color);
    padding: 7px 6px 7px 8px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.kbh_a_circle_svg path {
    fill: var(--white-color);
}

.kbh_a_circle_svg:hover svg {
    background: var(--white-color);
}

.kbh_a_circle_svg:hover path {
    fill: #bb2b91;
}

/* center image  */
.kbh_center_image img {
    width: 36px;
    height: 36px;
}

.kbh_center_image {
    transform: translateX(-50%);
    position: absolute;
    top: -15px;
    left: 50%;
}

/* general before and after  */
.kbh_before,
.kbh_after {
    position: relative;
}

.kbh_before:before,
.kbh_after:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}

.squiggle {
    padding-bottom: 25px;
}

.squiggle img {
    object-position: left;
    object-fit: contain;
    height: 18px;
}

/* tabs style  */
.kbh_general_tab .tab-content {
    display: none;
}

.kbh_general_tab .tab-content.active {
    display: block;
}

.kbh_mrb_10px {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {

    .fancybox__container .fancybox__nav .is-prev {
        left: 90px;
    }

    .fancybox__container .fancybox__nav .is-next {
        right: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .kbh_dsk_img_mask img {
        -webkit-mask: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/scallop_right.svg);
        mask: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/scallop_right.svg);
        -webkit-mask-position: left top;
        -webkit-mask-size: 100%;
        mask-size: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .fancybox__container .fancybox__nav .is-prev {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/2025/chevron_left_31.png) center / contain no-repeat;
    }
	
	.kbh_video-wrapper video {
		object-fit: contain;
	}

    .fancybox__container .fancybox__nav .is-next {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/2025/chevron_right_31.png) center / contain no-repeat;
    }

    .kbh_tab_wrapper .tab-container {
        flex-wrap: wrap;
    }

    .kbh_tab_wrapper :is(.tab-links, .tab-content) {
        width: 100%;
    }

    .fancybox__container .fancybox__nav .carousel__button {
        top: calc(50% + clamp(100px, 29.9vw, 289px));
        width: 33px;
    }

    .fancybox__container .fancybox__content {
        width: min(980px, 100%) !important;
    }

    .fancybox__container .fancybox__slide:not(.has-caption) .fancybox__content {
        margin-bottom: 102px;
    }
}

@media only screen and (max-width: 767px) {

    .kbh_new_module,
    .kbh_exclusive_featured {
        padding: 75px 0;
    }
}

/* General Css End */
/* animated scroll slider css  */
.infinity_scroll_slider_ltr,
.infinity_scroll_slider_ltr .wrap {
    display: grid;
    width: 100vw;
    gap: 28px;
}

.infinity_scroll_slider_ltr .slider {
    /* allow horizontal dragging without interfering with vertical page scroll */
    touch-action: pan-y;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.infinity_scroll_slider_ltr .track {
    will-change: transform;
    user-select: none;
    display: flex;
    gap: 0px;
}

/* Make the entire card a clickable anchor */
.infinity_scroll_slider_ltr .slide {
    padding: clamp(16px, 1.82vw, 18px);
    filter: var(--card_mask_shadow);
    position: relative;
    overflow: hidden;
    max-width: 346px;
    display: block;
    flex: 0 0 90%;
    cursor: grab;
    width: 100%;
}

.infinity_scroll_slider_ltr .slider.dragging .slide {
    cursor: grabbing;
}

.infinity_scroll_slider_ltr .center-line {
    background: linear-gradient(90deg, transparent 49.8%, rgba(124, 137, 255, 0.18) 50%, transparent 50.2%);
    transition: opacity .25s ease;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    inset: 0;
}

.infinity_scroll_slider_ltr :is(.kbh_card, .location-card) {
    mask-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/big_scalloped-c.webp);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center;
}

.infinity_scroll_slider_ltr .kbh_green_bg :is(.kbh_card_body, .card-content) {
    background: url(/wp-content/uploads/2026/06/green-swash-new3.png) center/100% 100% no-repeat;
    background-position: left -4px;
    background-size: auto;
}

.infinity_scroll_slider_ltr .kbh_pink_bg :is(.kbh_card_body, .card-content) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-1-m.png) center/100% 100% no-repeat;
}

.infinity_scroll_slider_ltr .kbh_blue_bg :is(.kbh_card_body, .card-content) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-3-b.png) center/100% 100% no-repeat;
}

.infinity_scroll_slider_ltr .kbh_yellow_bg :is(.kbh_card_body, .card-content) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-2-y.png) center/100% 100% no-repeat;
}

.infinity_scroll_slider_ltr .kbh_orange_bg :is(.kbh_card_body, .card-content) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-2-y.png) center/100% 100% no-repeat;
}

/* home location module start  */
.kbh_home_location .kbh_new_module_top_area {
    padding-bottom: 20px;
}

.kbh_home_location .locations-row {
    padding: clamp(15px, 1.39vw, 20px) clamp(0px, 0.69vw, 10px);
    gap: clamp(15px, 1.74vw, 25px);
    min-width: max-content;
    display: flex;
}

.kbh_home_location .location-card {
    overflow: hidden;
}

.kbh_home_location .location-info p img {
    object-fit: contain;
    height: 33px;
    width: 24px;
}

.kbh_home_location :is(.kbh_card-video, .card-image) {
    height: 215px;
}

.kbh_home_location .kbh_video-wrapper .kbh_video-frame {
    height: 215px;
    width: 100%;
}

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

.kbh_home_location .card-content {
    padding: 29px 31px 43px;
    position: relative;
    margin-top: -5px;
    z-index: 0;
}

.kbh_home_location .location-title {
    font-size: clamp(18px, 2.02vw, 20px);
    -webkit-line-clamp: 2;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: white;
}

.kbh_home_location .location-info {
    padding: 11px 0 0px;
}

.kbh_home_location .location-info :is(p, p a) {
    color: #fff !important;
    line-height: 1.4;
    font-size: 16px;
}

.kbh_home_location .location-info :is(.address, .phone) {
    display: flex;
    gap: 20px;
}

.kbh_home_location .location-info .distance {
    padding-left: 44px;
    font-size: 18px;
}

.kbh_home_location .location-info.address {
    font-weight: 500;
}

.kbh_home_location .distance {
    font-size: 13px;
    opacity: 0.9;
}

.kbh_home_location .phone {
    font-weight: 500;
}

.kbh_home_location .card-buttons {
    gap: clamp(9px, 1.04vw, 15px);
    flex-direction: column;
    display: flex;
}

.kbh_home_location :is(.virtual-tour, .schedule-tour) {
    font-size: clamp(15px, 1.11vw, 16px);
    text-align: center;
    cursor: pointer;
}

.kbh_home_location .virtual-tour {
    color: white !important;
    padding: 12px 0 12px 6px;
}

.kbh_home_location .virtual-tour:hover {
    opacity: 0.8;
}

.kbh_home_location a.virtual-tour img {
    height: clamp(16px, 1.25vw, 18px);
    width: clamp(16px, 1.25vw, 18px);
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.kbh_home_location .schedule-tour {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Layer-796-1.png) center/contain no-repeat;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--secondary-color);
    padding: 15px 20px;
}

.kbh_home_location .location-title-img img {
    height: 14px;
}

@media (max-width: 768px) {
    .infinity_scroll_slider_ltr .slide {
        filter: var(--card_mask_shadow_light);
    }

    .kbh_home_location .card-content {
        padding: 44px 22px 60px;
    }

    .kbh_home_location .location-info :is(.address, .phone) {
        gap: 25px;
    }
}

.kbh_home_location .locations-row::-webkit-scrollbar {
    height: 8px;
}

.kbh_home_location .locations-row::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.kbh_home_location .locations-row::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.kbh_home_location .locations-row::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* home location module end */


/* exclusive feature start */
.kbh_exclusive_featured .kbh_new_module_bottom_area {
    padding-top: clamp(65px, 5.56vw, 80px);
}

.kbh_exclusive_featured .slick-track {
    display: flex !important;
}

.kbh_exclusive_featured .module-column-content {
    padding: 0 clamp(15px, 2.29vw, 33px);
    flex-direction: column;
    display: flex;
    height: 100%;
}

.kbh_exclusive_featured .hover_bg_swatch {
    margin: 0 auto 25px;
    aspect-ratio: 1 / 1;
    width: 142px;
    display: flex;
    position: relative;
}

.kbh_exclusive_featured .module-column-content .hover-image {
    transition: all var(--transition-speed) ease-in-out;
    position: absolute;
    z-index: -999;
    opacity: 0;
    inset: 0;
}

.kbh_exclusive_featured .module-column-content:hover .hover-image {
    opacity: 1;
}

.kbh_exclusive_featured .image_swatch_hover_yellow .hover-image {
    background: url('/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/image_swatch_hover_yellow.webp') center/contain no-repeat;
}

.kbh_exclusive_featured .image_swatch_hover_peach .hover-image {
    background: url('/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/image_swatch_hover_peach.png') center/contain no-repeat;
}

.kbh_exclusive_featured .image_swatch_hover_magenta .hover-image {
    background: url('/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/image_swatch_hover_magenta.png') center/contain no-repeat;
}

.kbh_exclusive_featured .image_swatch_hover_blue .hover-image {
    background: url('/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/image_swatch_hover_blue.png') center/contain no-repeat;
}

.kbh_exclusive_featured .hover_bg_swatch .column-image {
    margin: auto !important;
}

.kbh_exclusive_featured h2 {
    min-height: 48px !important;
}

.kbh_exclusive_featured .column-text {
    flex-grow: 1;
}

.kbh_exclusive_featured .module-item-grids {
    padding: 0 clamp(50px, 6.94vw, 100px);
}

.kbh_exclusive_featured .kbh_slider_general_gray button.slick-next.slick-arrow,
.kbh_exclusive_featured .kbh_slider_general_white button.slick-next.slick-arrow {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-right.png) center / contain no-repeat !important;
    -webkit-transform: rotate(359deg) translateY(-50%) !important;
    -moz-transform: rotate(359deg) translateY(-50%) !important;
    -o-transform: rotate(359deg) translateY(-50%) !important;
    transform: rotate(359deg) translateY(-50%) !important;
    height: 101px !important;
    width: 35px !important;
    border: none;
}

.kbh_exclusive_featured :is(a.btn-bg-white, a.btn-bg-magenta) {
    padding: 10px 0px 10px 0;
    position: relative;
    line-height: 115%;
    min-height: 50px;
}

.kbh_exclusive_featured .content-align-center :is(a.btn-bg-white, a.btn-bg-magenta) {
    margin: 0 auto;
}

.kbh_exclusive_featured a.btn-bg-white {
    color: var(--white-color) !important;
}

.kbh_exclusive_featured a.btn-bg-white svg {
    background-color: var(--white-color);
}

.kbh_exclusive_featured a.btn-bg-white path {
    fill: var(--secondary-color);
}

.kbh_exclusive_featured a.btn-bg-white:hover svg {
    background-color: var(--secondary-color);
}

.kbh_exclusive_featured a.btn-bg-white:hover path {
    fill: var(--white-color);
}

.kbh_exclusive_featured .section-learnmore-standard {
    background-size: 100% 100%;
    margin-top: 100px;
}

.kbh_exclusive_featured .module-item-grids.threeCol .module-column-content,
.kbh_exclusive_featured .module-item-grids.fourCol .module-column-content {
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {

    .kbh_exclusive_featured .kbh_slider_general_gray button.slick-next.slick-arrow,
    .kbh_exclusive_featured .kbh_slider_general_white button.slick-next.slick-arrow {
        transform: unset !important;
        width: 19px !important;
        top: 100% !important;
    }

    .kbh_exclusive_featured .kbh_slider_general_gray .slick-prev,
    .kbh_exclusive_featured .kbh_slider_general_white .slick-prev {
        left: 10px;
    }

    .kbh_exclusive_featured .kbh_slider_general_gray .slick-next,
    .kbh_exclusive_featured .kbh_slider_general_white .slick-next {
        right: 10px;
    }

    .kbh_exclusive_featured .module-item-grids {
        padding: 0 0px;
    }
}

/* exclusive feature end */


/* learning programs start */
.kbh_new_module.kbh_l_n_m .kbh_module_image {
    padding-bottom: 32px;
}

.kbh_new_module.kbh_l_n_m .kbh_module_headline {
    letter-spacing: 0;
}

#kbhvideoPopup,
.kbh_l_n_m .kbh-popup {
    background: #f8f8c11c;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Top Tabs Bar */
.kbh_l_n_m .tabs {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/tabspink.webp) center / 100% 100% no-repeat;
    padding: 20px clamp(15px, 1.74vw, 25px) 15px;
    color: #fff;
}

.kbh_l_n_m .tab-list {
    gap: clamp(14px, 1.39vw, 20px) clamp(26px, 2.78vw, 40px);
    list-style: none;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    padding: 0;
}

.kbh_l_n_m .tab {
    border-bottom: 5px solid transparent;
    font-size: clamp(14px, 1.11vw, 16px);
    letter-spacing: .2px;
    user-select: none;
    cursor: pointer;
    padding: 0px 0;
    opacity: 0.7;
}

.kbh_l_n_m :is(.tab[aria-selected="true"], .tab:hover) {
    opacity: 1;
}

.kbh_l_n_m .tab[aria-selected="true"] {
    border-color: var(--gold-color);
}

/* Section Card */
.kbh_l_n_m .card {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 1, 0.09);
    border: none;
    margin: 0;
}

/* Panel Layout */
.kbh_l_n_m .panel-inner {
    grid-template-columns: 1fr 1fr;
    align-items: self-start;
    gap: clamp(5px, 1.39vw, 20px) 60px;
    display: grid;

}

.kbh_l_n_m .media_div {
    height: 100%;
}

.kbh_l_n_m .copy {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Screenshot-2025-01-30-at-1.43.webp) top right / auto no-repeat;
    padding: clamp(5px, 4.51vw, 65px) clamp(20px, 3.96vw, 57px) clamp(60px, 5.56vw, 80px);
    position: relative;
    text-align: left;
}

.kbh_l_n_m .copy p {
    margin: 0 0 18px;
}

.kbh_l_n_m .media_div img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.kbh_l_n_m .copy h2 {
    font-size: clamp(20px, 1.67vw, 24px);
    letter-spacing: 0;
    margin: 0 0 16px;
}

/* Curriculum strip */
.kbh_l_n_m .curriculum-wrap {
    background: #f8f6f4 url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Screenshot-2025-01-30.webp) -79px 100% / 377px 117px no-repeat;
    padding: 16px 24px 25px;
	background-blend-mode: multiply;
}

.kbh_l_n_m .curriculum-title {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Layer-8.webp) center / 100% 100% no-repeat;
    margin: clamp(9px, 0.97vw, 14px) 10px clamp(14px, 1.18vw, 17px) clamp(21px, 3.89vw, 56px);
    color: var(--white-color);
    text-transform: uppercase;
    padding: 4px 23px 4px;
    width: fit-content;
    font-size: 16px;
}

.kbh_l_n_m .kbh_curriculum_item {
    padding: 0 clamp(12px, 0.97vw, 14px);
    cursor: pointer;
}

.kbh_l_n_m :is(.kbh_curriculum_thumb, .kbh_curriculum_thumb img) {
    transition: filter var(--transition-speed-fast) ease;
    object-fit: cover;
    display: block;
    height: 154px;
    width: 100%;
}

.kbh_l_n_m .kbh_curriculum_label {
    letter-spacing: .6px;
    padding: 15px 12px 0;
    text-align: center;
    line-height: 140%;
    color: #676767;
}

.kbh_l_n_m .kbh_curriculum_item .kbh_curriculum_label {
    font-size: 14px;
}

/* Slick tweaks */

.kbh_l_n_m .kbh_l_n_m_slider {
    padding: 0 clamp(12px, 3.06vw, 44px);
    margin: 0;
}

.kbh_l_n_m .kbh_l_n_m_slider .slick-list,
.kbh_l_n_m .kbh_slider_general_gray.kbh_sync_slider_nav .slick-list {
    padding: 0px !important;
}

.kbh_l_n_m .kbh_curriculum_item:hover img {
    filter: grayscale(100%);
}

.kbh_l_n_m .kbh_curriculum_item:hover .kbh_curriculum_label {
    color: var(--secondary-color);
}

.kbh_l_n_m .kbh-popup .kbh_curriculum_thumb {
    width: 26%;
}

.kbh_l_n_m .kbh-popup img {
    margin: 0 20px 0 0;
    float: left;
}

.kbh_l_n_m .kbh-popup .kbh_curriculum_label {
    text-align: left;
    padding: 0;
}

.kbh_l_n_m :is(.kbh_curriculum_item p, .kbh_curriculum_item a, .panel) {
    display: none;
}

.kbh_l_n_m .panel.active {
    display: block;
}

@media only screen and (min-width: 992px) {
    .kbh_l_n_m :is(.media_div img, .kbh_video-wrapper .kbh_video-frame) {
        -webkit-mask: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/scallop_right.svg);
        mask: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/scallop_right.svg);
        -webkit-mask-position: left bottom;
        -webkit-mask-position: left bottom;
        aspect-ratio: 595 / 502;
        -webkit-mask-size: 100%;
        mask-size: 100%;
    }

    .kbh_l_n_m :is(.kbh_l_n_m_slider .slick-arrow, .kbh_slider_general_gray.kbh_sync_slider_nav .slick-arrow) {
        width: 28px;
        top: 37%;
    }

    .kbh_l_n_m .kbh_l_n_m_slider .slick-dots {
        display: none !important;
    }

    .kbh_l_n_m .kbh-popup picture {
        margin: 0 clamp(0px, 1.39vw, 20px) 0 0;
        float: left;
        width: 26%;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 992px) {

    .kbh_l_n_m .kbh_l_n_m_slider .slick-arrow,
    .kbh_l_n_m .kbh_slider_general_gray.kbh_sync_slider_nav .slick-arrow {
        top: 42%;
    }
}

@media only screen and (max-width: 991px) {
    .kbh_l_n_m :is(.media_div img, .kbh_video-wrapper .kbh_video-frame) {
        aspect-ratio: 545 / 452;
    }

    .kbh_l_n_m .copy p {
        margin-bottom: 26px;
    }

    .kbh_l_n_m .panel-inner {
        grid-template-columns: 1fr;
    }

    .kbh_l_n_m .curriculum-wrap {
        background: #f8f6f4 url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Screenshot-2025-01-30.webp) bottom left / 259px 120px no-repeat;
        padding: 24px 10px 149px;
    }

    .kbh_l_n_m .tab[aria-selected="true"] {
        border-width: 3px;
    }

    .kbh_l_n_m .copy {
        background: none;
    }

    .kbh_l_n_m .kbh-popup img {
        float: unset;
        margin: 0;
    }

    .kbh_l_n_m .kbh-popup .kbh_curriculum_thumb {
        width: 200px;
		height: 214px;
        padding-bottom: 24px;
        margin: 0 auto;
    }

    .kbh_l_n_m .kbh_popup_header img {
        object-fit: contain;
        height: 63px;
        width: 87px;
        padding: 0;
    }

    .kbh_l_n_m .kbh_popup_header .kbh_flex {
        padding-bottom: 15px;
        gap: 10px;
    }

    .kbh_l_n_m .kbh-popup picture,
    .kbh_l_n_m .kbh_curriculum_thumb {
        height: auto;
    }

    .kbh_l_n_m .kbh-popup .kbh_curriculum_label {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .kbh_l_n_m .tabs {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/KBH_Watercolor_swash_1440x1920.webp) top left / 100% auto no-repeat;
    }
	.kbh_l_n_m :is(.kbh_curriculum_thumb, .kbh_curriculum_thumb img) {
		height: 114px;
	}
	.kbh_video-wrapper .kbh_video-frame{
		aspect-ratio: 16 / 9 !important;
	}
	.kbh_interactiveinfo_c .kbh_video-frame {
		aspect-ratio: unset !important;
		height: 46vw;
	}
    .kbh_l_n_m .kbh-popup-content {
        border-radius: 0;
    }
}

/* learning programs end */


/* video gallery start */
/* template A */

.videogallery_a .kbh_sync_slider_for {
    width: 65%;
}

.videogallery_a .kbh_sync_slider_nav {
    padding: 28px 0 40px;
    width: 35%;
}

.videogallery_a .kbh_sync_slider_nav img {
    width: 100%;
}

.videogallery_a .kbh_video_slide_content {
    filter: var(--card_mask_shadow);
    padding: 15px 30px 94px;
}

.videogallery_a .slide_text {
    background: url(/wp-content/uploads/2026/04/Layer-32-copy.png) left top / 188px 142px no-repeat,
        url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/video_bg_a_center.webp);
    padding: clamp(16px, 1.81vw, 26px) clamp(20px, 5.97vw, 56px) 0;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.videogallery_a h3 {
    font-size: clamp(20px, 1.67vw, 24px);
    color: #bb2b91 !important;
    letter-spacing: 1px;
    position: relative;
    word-spacing: -5px;
    line-height: 130%;
    z-index: 1;
}

.videogallery_a .kbh_video_slide_content .kbh_video-description {
    color: #5a5b5d;
    min-height: 103px;
}

.videogallery_a .kbh_video_slide_content .kbh_video-description p {
    word-spacing: -1px;
    margin: 0;
	text-align: left;
}

.videogallery_a .kbh_video_slide_item {
    display: flex !important;
    border: none !important;
    align-items: center;
    cursor: pointer;
    padding: 12px 0;
    gap: 20px;
}

.videogallery_a .kbh_video_slide_item .kbh_before {
    width: calc(55% - 12px) !important;
}

.videogallery_a .kbh_video_slide_item>h4 {
    color: var(--secondary-color) !important;
    font-size: clamp(16px, 1.11vw, 16px);
    width: calc(45% - 12px);
    -webkit-line-clamp: 5;
    line-height: 130%;
    max-height: 115px;
    margin-bottom: 0;
}

.videogallery_a.bg_888888 .kbh_video_slide_item>h4 {
    color: #fff !important;
}

.videogallery_a .banner-section,
.videogallery_a .kbh_video_slide_item img {
    object-fit: cover;
    width: 100%;
}

.videogallery_a .banner-slider .slider.slider-for,
.videogallery_a .banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.videogallery_a .banner-slider .slider.slider-for {
    padding-right: 20px;
    max-width: 68%;
}

.videogallery_a .banner-slider .slider.slider-nav {
    padding: 28px 0 0;
    overflow: hidden;
    margin-top: 15px;
    max-width: 32%;
    height: 726px;
}

/* template B  */
.videogallery_b .kbh_video-title-container {
    padding-bottom: clamp(24px, 3.40vw, 34px);
    gap: 33px 80px;
}

.videogallery_b .kbh_video_caption ul {
    padding-left: 15px;
}

.videogallery_b .kbh_video-title-container>* {
    width: 50%;
}

.videogallery_b .kbh_video-wrapper {
    margin-bottom: clamp(19px, 2.08vw, 30px);
}

.videogallery_b .kbh_video-wrapper .kbh_video-frame {
    aspect-ratio: 16 / 9;
}

.videogallery_b .kbh_video_caption p {
    margin: 0;
}

.videogallery_a .slide_text:after {
    background: url(/wp-content/uploads/2026/04/Dots-and-Splotches2_Green-284x119-1.png) center bottom / contain no-repeat;
    inset: 0;
    bottom: clamp(-50px, -6.52vw, -30px);
    position: absolute;
    z-index: -1;
    content: "";
}

@media only screen and (min-width: 992px) {
    .videogallery_a .slider-nav .slick-arrow {
        width: calc(55% - 12px);
        transform: unset;
        right: unset;
        height: 20px;
        left: 0;
    }

    .videogallery_a .slider-nav .slick-arrow.slick-prev {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/videoPolygon-up.png) center/contain no-repeat;
        top: 0;
    }

    .videogallery_a .slider-nav .slick-arrow.slick-next {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/videoPolygon-below.png) center / contain no-repeat;
        bottom: 0px;
        top: unset;
    }

    .videogallery_a .slider-nav img {
        transition: filter 0.3s ease, all 0.4s ease-in-out;
        aspect-ratio: 222 / 151;
        filter: grayscale(100%);
    }

    .videogallery_a .slick-current .kbh_video_slide_item img,
    .videogallery_a .kbh_video_slide_item:hover img {
        filter: grayscale(0%);
    }

    .videogallery_a .slider-nav .slick-current img {
        border: 12px solid var(--secondary-color);
    }

    .videogallery_a .slider-nav.kbh_slider_general_white .slick-current img,
    .videogallery_a.bg_ad237a .slider-nav .slick-current img,
    .videogallery_a.bg_888888 .slider-nav .slick-current img {
        border-color: var(--white-color);
    }

    .videogallery_a .kbh_new_module_medium_area {
        padding-bottom: clamp(20px, 2.64vw, 33px);
    }
}

@media only screen and (min-width: 1200px) {
    .videogallery_b .kbh_nm_container {
        width: min(100%, 1133px);
    }

    .videogallery_a .slide_text:after {
        bottom: clamp(-73px, -5.07vw, -50px);
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .videogallery_a .slider-nav img {
        height: 112px;
    }

    .banner-slider .slider.slider-nav,
    .videogallery_a .banner-slider .slider.slider-nav {
        height: 607px;
    }
}

@media only screen and (max-width: 1200px) {
    .videogallery_b .kbh_video-title-container {
        gap: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .videogallery_a .kbh_video_slide_item {
        position: relative;
        flex-wrap: wrap;
        padding: 0 8px;
    }

    .videogallery_a .kbh_video_slide_item .kbh_before:before {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Play-Button-copy.png) 50% calc(50% - 0px) / 60px 60px no-repeat;
    }

    .kbh-popup-body h3 {
        margin-top: 16px !important;
    }

    .kbh-popup-body .video-sec button.playbtn {
        display: none;
    }

    .videogallery_a .kbh_video_slide_item img {
        aspect-ratio: 309 / 197;
        object-fit: cover;
    }

    .videogallery_a .kbh_video_slide_item .kbh_before {
        width: 100% !important;
    }
	
	.kbh_video_slide_content:after {
		background: url(/wp-content/uploads/2026/04/Dots-and-Splotches2_Green-284x119-1.png) center bottom / contain no-repeat;
		inset: 0;
		bottom: clamp(-50px, -6.52vw, -30px);
		position: absolute;
		z-index: 1;
		pointer-events: none;
		content: "";
	}
	.videogallery_a .slide_text:after{
		display: none;
	}
	
	.kbh_video_slide_content{
		position: relative;
	}

    .videogallery_a .slider-for {
        display: none;
    }

    .videogallery_a .kbh_video_slide_item>h4 {
        text-align: center;
        width: 100%;
    }

    .videogallery_a .kbh_slider_general_gray .slick-next.slick-arrow,
    .videogallery_a .kbh_slider_general_white .slick-next.slick-arrow {
        right: 10px;
    }

    .videogallery_a .kbh_slider_general_gray .slick-prev.slick-arrow,
    .videogallery_a .kbh_slider_general_white .slick-prev.slick-arrow {
        left: 10px;
    }

    .videogallery_a .kbh_new_module_medium_area {
        padding-bottom: 0;
    }

    .videogallery_a .slick-track {
        padding-bottom: 38px;
    }

    .videogallery_a .slide_text {
        padding-bottom: 13px;
		overflow-y: auto;
		height: 210px;
    }

    .videogallery_a video,
    .videogallery_a iframe {
        border-radius: 0 !important;
    }

    .videogallery_a .kbh-popup-content:before {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/paper_swatch.png);
        position: absolute;
        content: "";
        z-index: -1;
        inset: 0;
    }

    .videogallery_a .kbh-popup-content {
        filter: var(--card_mask_shadow);
        box-shadow: unset;
        background: unset;
        padding: 21px 0 0;
        border-radius: 0;
		height: max-content;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-height: 97vh;
		overflow-y: unset;
    }

    .videogallery_a .kbh_video_slide_content {
        padding: 30px 0 0;
        filter: unset;
    }

    .videogallery_a .banner-slider .slider.slider-for,
    .videogallery_a .banner-slider .slider.slider-nav {
        max-width: 100%;
        height: auto;
        float: none;
        padding: 0;
        margin: 0;
    }

    .videogallery_a .kbh_slider_general_gray .slick-dots,
    .videogallery_a .kbh_slider_general_white .slick-dots {
        position: relative;
        height: 40px;
        padding: 0;
        bottom: 0;
    }

    .videogallery_a .kbh_slider_general_gray .slick-arrow,
    .videogallery_a .kbh_slider_general_white .slick-arrow {
        top: calc(100% - 56px);
        height: 58px;
        width: 24px;
    }

    /* template B	 */
    .videogallery_b .kbh_video-title-container>* {
        text-align: center;
        width: 100%;
    }

    .videogallery_b .kbh_video-title-container {
        flex-wrap: wrap;
    }

    .videogallery_b .kbh_new_module_medium_area {
        padding: 0 15px clamp(40px, 3.472vw, 50px);
    }

    .videogallery_b .kbh_video_caption p {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .videogallery_a .slick-list.draggable {
        padding: 0px 30px !important;
    }
}

/* video gallery end */


/* image gallery start */
.image_gallery .kbh_image_gallery_slider {
    padding: 0 clamp(0px, 4.38vw, 63px);
    margin: 0;
}

.image_gallery .slick-dots {
    display: none !important;
}

.image_gallery .kbh_image-wrapper,
.image_gallery .kbh_video-wrapper .kbh_video-frame {
    aspect-ratio: 1 / 1;
}

.image_gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    margin-right: 0px;
    gap: 10px;
}

.image_gallery .kbh_image_gallery_slider .slick-track {
    gap: 10px;
    display: flex;
}

.image_gallery .gallery-item {
    transition: all .6s ease;
    position: relative;
}

.image_gallery .gallery-item .kbh_video-wrapper a:before {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Play-Button-copy.png) center / contain no-repeat;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    height: 20%;
    width: 20%;
    left: 50%;
    top: 50%;
}

.image_gallery .gallery-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.image_gallery .gallery-grid .gallery-item:hover {
    opacity: 0.8;
}

/* template a */
.image_gallery .image_galllery_a .gallery-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.image_gallery .image_galllery_a .gallery-item:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.image_gallery .image_galllery_a .gallery-item:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.image_gallery .image_galllery_a .gallery-item:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.image_gallery .image_galllery_a .gallery-item:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

/* template b */
.image_gallery .image_galllery_b .gallery-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    height: 100%;
}

.image_gallery .image_galllery_b .gallery-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.image_gallery .image_galllery_b .gallery-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.image_gallery .image_galllery_b .gallery-item:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.image_gallery .image_galllery_b .gallery-item:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.image_gallery .image_galllery_b .gallery-item:nth-child(6) {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
    aspect-ratio: unset;
}

.image_gallery .image_galllery_b .gallery-item:nth-child(1) .kbh_image-wrapper,
.image_gallery .image_galllery_b .gallery-item:nth-child(1) .kbh_video-frame,
.image_gallery .image_galllery_b .gallery-item:nth-child(6) .kbh_video-frame {
    aspect-ratio: 1 / 2.035;
}

.image_gallery .image_galllery_b .gallery-item:nth-child(1) .kbh_video-wrapper,
.image_gallery .image_galllery_b .gallery-item:nth-child(1) .kbh_slide_inner {
    height: 100%;
}

.image_gallery .image_galllery_b .gallery-item:nth-child(6) .kbh_image-wrapper {
    aspect-ratio: 552 / 271;
    height: 100%;
    width: 100%;
}

/* template c */
.image_gallery .image_galllery_c .gallery-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.image_gallery .image_galllery_c .gallery-item:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.image_gallery .image_galllery_c .gallery-item:nth-child(3) {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.image_gallery .image_galllery_c .gallery-item:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.image_gallery .image_galllery_c .gallery-item:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

@media only screen and (min-width: 992px) {
    .image_gallery .kbh_new_module_top_area .kbh_module_headline {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .image_gallery .kbh_nm_container {
        max-width: 1404px;
    }
}

@media only screen and (max-width: 991px) {

    .image_gallery .kbh_slider_general_gray button.slick-arrow,
    .image_gallery .kbh_slider_general_white button.slick-arrow {
        display: none !important;
    }

    .kbh_image_gallery_slider .gallery-grid {
        animation: image_gallery_scroll 50s linear infinite;
    }

    .kbh_image_gallery_slider:hover .gallery-grid {
        animation-play-state: paused;
    }

    @keyframes image_gallery_scroll {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }
}

@media only screen and (max-width: 767px) {
    .image_gallery .kbh_image_gallery_slider {
        padding: 0;
    }
}

@media only screen and (max-width: 550px) {
    .image_gallery .gallery-wrapper {
        width: 164%;
    }
}

/* image gallery end */


/* enroll start */
.kbh_enroll .tab-container {
    align-items: center;
    gap: 30px 0;
}

.kbh_enroll .tab-pane {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0, 0, 1, 0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0, 0, 1, 0.09);
    box-shadow: 0px 0px 12px 7px rgba(0, 0, 1, 0.09);
    padding: clamp(20px, 2.08vw, 30px);
    background: #fff;
    text-align: left;
}

.kbh_enroll .tab-pane img,
.kbh_enroll .kbh-popup .kbh_image-wrapper img {
    aspect-ratio: 410 / 334;
    object-fit: cover;
    width: 100%;
}

.kbh_enroll .tab-btn {
    padding: clamp(12px, 1.25vw, 18px) clamp(12px, 2.92vw, 42px) clamp(12px, 1.25vw, 18px) clamp(24px, 3.75vw, 54px);
    border-top: 2px solid #d3d3d3;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.kbh_enroll .tab-btn:is(.active, :hover),
.kbh_enroll .tab-btn:is(.active, :hover)+.tab-btn,
.kbh_enroll .tab-btn:is(.active, :hover)+.tab-btn,
.kbh_enroll .tab-links a:last-child .tab-btn:is(.active, :hover),
.kbh_enroll .tab-links>.tab-btn:is(.active, :hover):last-child {
    border-color: transparent;
}

.kbh_enroll .tab-links>.tab-btn:last-child {
    border-bottom: 2px solid #d3d3d3;
}

.kbh_enroll .tab-btn .kbh_anchor_image_hover {
    display: none;
}

.kbh_enroll .kbh_flex {
    gap: clamp(12px, 2.08vw, 30px);
    align-items: center;
}

.kbh_enroll span.tab-link-link {
    margin-left: auto;
}

.kbh_enroll .tab-btn.active .kbh_a_circle_svg svg {
    background-color: var(--white-color);
}

.kbh_enroll .tab-btn.active .kbh_a_circle_svg path {
    fill: var(--secondary-color);
}

.kbh_enroll .tab-links p {
    font-size: clamp(15px, 1.25vw, 17px);
    color: #b73093 !important;
    line-height: 130%;
    max-height: 70px;
    overflow: hidden;
    text-align: left;
    margin: 0;
}

.kbh_enroll .tab-links img {
    object-fit: contain;
    min-width: 40px;
    height: 40px;
    width: 40px;
}

.kbh_enroll .kbh_tab_pink:is(.active, :hover) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Magenta-Swash.webp) center / 100% 100% no-repeat;
}

.kbh_enroll .kbh_tab_yellow:is(.active, :hover) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Gold-1.webp) center / 100% 100% no-repeat;
}

.kbh_enroll .kbh_tab_blue:is(.active, :hover) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Blue_Swash_495x85.png) center / 100% 100% no-repeat;
}

.kbh_enroll .kbh_tab_green:is(.active, :hover) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Green_Swash_495x85.png) center / 100% 100% no-repeat;
}

.kbh_enroll .kbh_tab_gray:is(.active, :hover) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Gray-Swash-Sample-copy-3.webp) center / 100% 100% no-repeat;
}

.kbh_enroll .kbh_tab_orange:is(.active, :hover) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Red-Swash-Sample-copy-3.png) center / 100% 100% no-repeat;
}

.kbh_enroll.bg_pink_swatch .tab-links p,
.kbh_enroll .tab-btn:is(.active, :hover) p {
    color: #fff !important;
}

.kbh_enroll .tab-btn:is(.active, :hover) img:not(.kbh_anchor_image):not(.kbh_anchor_image_hover) {
    filter: brightness(0) invert(1);
}

.kbh_enroll .kbh_copy {
    padding: 24px 0 3px;
}

.kbh_enroll .kbh-popup-body h3 {
    margin-top: 0;
}

.kbh_enroll .tab-content .kbh_limit_content {
    -webkit-line-clamp: 8;
    min-height: 223px;
}

.kbh_enroll .kbh-popup {
    background: transparent;
}

.kbh_enroll .kbh-popup-content {
    border-radius: 0;
    width: 82%;
}

.kbh_enroll .kbh-popup .tab-btn {
    padding: 0 0 11px;
    border: none;
}

.kbh_enroll .kbh-popup .tab-btn img {
    object-fit: contain;
    height: 44px;
    width: 58px;
}

.kbh_enroll .kbh-popup .tab-btn p {
    color: var(--secondary-color);
    margin: 0;
}

.kbh_enroll_b .tab-pane img {
    aspect-ratio: 407 / 305;
}

/* responsive */
@media only screen and (min-width: 1200px) {
    .kbh_enroll .kbh_nm_container {
        max-width: 990px;
    }
}

@media only screen and (max-width: 991px) {
    .kbh_enroll .tab-container {
        flex-direction: column-reverse;
    }

    .kbh_enroll .anchor_not_active,
    .kbh_enroll .tab-pane.active {
        display: none;
    }

    .kbh_enroll .tab-btn:is(.kbh_tab_pink, .kbh_tab_yellow, .kbh_tab_blue, .kbh_tab_green, .kbh_tab_gray, .kbh_tab_orange):is(.active, :hover) {
        background-size: 107% 100%;
    }
}

/* enroll end */


/* faq with search start */
.kbh_faq_search .accordion-container article.open {
    background: linear-gradient(0deg, rgba(246, 243, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.kbh_faq_search .accordion-content {
    padding-right: 25px;
    overflow: hidden;
}

section.kbh_faq_search>.container {
    max-width: 960px !important;
}

.kbh_faq_search .accordion-container .article-title img {
    height: clamp(51px, 4.24vw, 53px);
    width: clamp(51px, 4.24vw, 53px);
    object-fit: contain;
}

.kbh_faq_search .kbh_video-wrapper {
    padding: clamp(23px, 2.50vw, 36px) clamp(0px, 0vw, 36px) clamp(0px, 1vw, 18px);
}

.kbh_faq_search .kbh_video-embed {
    box-shadow: 9px 10px 30px 2px rgba(0, 0, 0, 0.2);
    border: 12px solid #fff;
    width: min(100%, 510px);
    margin: 0 auto;
}

.kbh_faq_search .kbh_video-wrapper .kbh_video-frame {
    aspect-ratio: 16 / 10;
}

.kbh_faq_search_module form.search-form {
    padding-bottom: clamp(75px, 6.94vw, 100px);
    text-align: center;
}

.kbh_faq_search_module form.search-form label {
    position: relative;
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.kbh_faq_search_module .search-form label input {
    color: #5a5b5d;
}

.kbh_faq_search_module .search-submit {
    justify-content: center;
    background: #d3d3d3;
    align-items: center;
    position: absolute;
    border-width: 0px;
    display: flex;
    height: 72px;
    width: 77px;
    right: 4px;
    top: 4px;
}

.kbh_faq_search_module .search-form label input:focus-visible {
    outline-color: #bb2b91;
}

.kbh_faq_search.kbh_faq_resule .kbh_result_total .kbh_flex {
    justify-content: space-between;
}

.kbh_faq_search.kbh_faq_resule .kbh_result_total h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-size: 25px;
}

.kbh_faq_search.kbh_faq_resule .kbh_result_total button {
    font-size: clamp(15px, 3.5vw, 16px);
    color: var(--secondary-color);
    background: transparent;
    margin-bottom: 15px;
    line-height: 33px;
    font-weight: 600;
    border: 0;
}

.kbh_faq_search.kbh_faq_resule .kbh_result_total .count {
    font-size: clamp(15px, 3.5vw, 16px);
    letter-spacing: 0.8px;
    font-weight: 600;
}

.job-page-faq.kbh_faq_resule .accordion-container {
    margin-bottom: 0;
}

.faqs-accord.kbh_faq_resule .row {
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .kbh_faq_search_module .kbh-faq-top-image-wrapper {
        padding: 34px 0 37px;
    }

    .kbh_faq_search.faqs-accord .row {
        padding: 0 0 35px;
    }

    .kbh_faq_search .accordion-container .accordion-image-text-wrapper {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .kbh_faq_search_module .kbh-faq-top-image-wrapper {
        padding: 65px 0 50px;
    }

    .kbh_faq_search.kbh_faq_resule .kbh_result_total {
        padding: 0 25px 20px;
    }

    .kbh_faq_search.kbh_faq_resule .kbh_result_total .kbh_flex {
        justify-content: center;
        position: relative;
    }

    .kbh_faq_search.kbh_faq_resule .kbh_result_total :is(button, .count) {
        font-weight: 400;
    }

    .kbh_faq_search.kbh_faq_resule .kbh_result_total button {
        position: absolute;
        bottom: -44px;
        right: 0;
    }
}

/* faq with search end */


/* leadership start */
.kbh_leadership .team-wrapper {
    flex-wrap: wrap;
    gap: 0;
}

.kbh_leadership .card-body {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Leadership_up.png) top center / 100% 100% no-repeat;
    justify-content: space-between;
    flex-direction: column;
    padding: 38px 20px 20px;
    position: relative;
    display: flex;
    height: 233px;
}

.kbh_leadership .card-body h3 {
    margin-bottom: 11px;
    font-size: 18px;
    color: #fff;
    min-height: 47px;
}

.kbh_leadership .card-body p {
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff;
}

.kbh_leadership .service-badge {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/gold1.png) bottom / contain no-repeat;
    font-weight: 400 !important;
    line-height: 85px;
    font-size: 16px;
    color: #fff;
    height: 85px;
    width: 85px;
}

.kbh_leadership .kbh_heart_wrapper {
    justify-content: center;
    align-items: center;
}

.kbh_leadership .years-text,
.kbh_leadership .years-service {
    color: #fff;
}

.kbh_leadership .years-text {
    margin-right: -11px;
}

.kbh_leadership .years-service {
    margin-left: -12px;
}

.kbh_leadership .team-card {
    filter: var(--card_mask_shadow);
    text-align: center;
    padding: 16px 15px;
    width: 33.3%;
}

.kbh_leadership .team-card-mask {
    mask-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/big_scalloped-c.webp);
    mask-repeat: no-repeat;
    flex-direction: column;
    mask-position: center;
    mask-size: 100% 100%;
    position: relative;
    display: flex;
}

.kbh_leadership .team-card img {
    object-fit: cover;
    width: 100%;
}

.kbh_leadership .kbh_a_circle_svg {
    color: var(--white-color) !important;
    margin: auto auto 15px;
    display: none;
}

.kbh_leadership .team-card:hover .kbh_a_circle_svg {
    color: var(--gold-color) !important;
    display: flex;
}

.kbh_leadership .kbh_a_circle_svg svg {
    background-color: var(--gold-color);
}

.kbh_leadership .kbh_a_circle_svg path {
    fill: var(--secondary-color);
}

.kbh_leadership .team-card .kbh_image-wrapper.hover2 {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.kbh_leadership .team-card:hover .kbh_image-wrapper.hover2 {
    opacity: 1;
}

/* 	detail page  */
.kbh_leadership_detail {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Layer-4243.png) top center / auto 299px no-repeat !important;
    padding: 80px 75px;
    background-repeat: repeat-x !important;
}

.kbh_leadership_detail .container {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 8px;
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    display: flex;
    gap: 30px;
}

.kbh_leadership_detail .kbh_left_wrapper {
    text-align: center;
    width: 50%;
}

.kbh_leadership_detail .kbh_item.slick-slide {
    padding: 16px;
}

.kbh_leadership_detail :is(.kbh_bottom-img img, .kbh_left_wrapper .slick-slider img, .kbh_video-wrapper) {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0, 0, 1, 0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0, 0, 1, 0.09);
    box-shadow: 0px 0px 12px 7px rgba(0, 0, 1, 0.09);
    border: clamp(8px, 1.35vw, 14px) solid #fff;
    width: 100%;
}

.kbh_leadership_detail .kbh_left_wrapper .slick-slider img {
    aspect-ratio: 508 / 377;
    object-fit: cover;
}

.kbh_leadership_detail .kbh_text_wrapper {
    margin: 50px auto 0;
    max-width: 350px;
}

.kbh_leadership_detail .kbh_text_wrapper img {
    width: 100%;
}

.kbh_leadership_detail .quote,
.kbh_leadership_detail .quote :is(p, strong) {
    margin: clamp(30px, 2.78vw, 40px) 0 25px;
    text-align: center;
    line-height: 150%;
    font-size: 24px;
}

.kbh_leadership_detail .service-badge {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/gold1.png) center / contain no-repeat;
    text-align: center;
    line-height: 83px;
    font-size: 20px;
    color: #fff;
    height: 91px;
    width: 91px;
}

.kbh_leadership_detail .years-text {
    text-transform: capitalize;
    margin-left: -10px;
    color: #fff;
}

.kbh_leadership_detail .kbh_heart_wrapper {
    padding-bottom: clamp(1px, 3.68vw, 53px);
    align-items: center;
    margin-left: -15px;
}

.kbh_leadership_detail .kbh_right_wrapper h4 {
    font-family: "Avenir Book", Helvetica, sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.kbh_leadership_detail .kbh_right_wrapper {
    width: 50%;
}

.kbh_leadership_detail .role,
.kbh_leadership_detail .name {
    text-align: left;
    color: #fff;
}

.kbh_leadership_detail .name {
    padding: clamp(0px, 2.08vw, 30px) 0 0 !important;
    font-size: clamp(23px, 2.29vw, 33px);
    margin-bottom: 2px;
}

.kbh_leadership_detail .kbh_right_wrapper p {
    margin-bottom: 20px;
}

.kbh_leadership_detail .role {
    margin-bottom: -4px !important;
    text-transform: capitalize;
    line-height: 140%;
    font-size: 20px;
}

.kbh_leadership_detail .linkedin {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    height: 56px;
    width: 56px;
    background: var(--secondary-color);
}

.kbh_leadership_detail .linkedin svg {
    fill: #fff;
    height: 36px;
    width: 36px;
}

.kbh_leadership_detail .bottom-img {
    margin-top: 20px;
}

.kbh_leadership_detail .bottom-img img {
    border-radius: 8px;
    max-width: 200px;
    width: 100%;
}

.kbh_leadership_detail .kbh_2_column {
    width: 50%;
}

.kbh_leadership_detail .kbh_bottom-img img {
    filter: grayscale(100%);
    transform: rotate(2deg);
    margin: 0;
}

.kbh_leadership_detail .kbh_bottom-img {
    gap: 10px;
}

.kbh_leadership .kbh_image-wrapper {
    transition: filter 0.3s ease, transform var(--transition-speed-fast) ease-in-out, opacity var(--transition-speed-fast) ease-in-out;
    height: 234px;
    margin-bottom: -5px;
}

.kbh_leadership .kbh_image-wrapper img {
    height: 100%;
}

@media only screen and (min-width: 992px) {
    .kbh_leadership .team-card:hover .card-body {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Leadership_down.png) top center / 100% 100% no-repeat;
    }

    .kbh_leadership .kbh_nm_container {
        width: min(100%, 960px);
    }

    .kbh_leadership .team-card:hover :is(.kbh_center_image, .kbh_heart_wrapper) {
        display: none;
    }

    .kbh_leadership_detail .kbh_left_wrapper {
        padding-right: 64px;
    }

    .kbh_leadership .team-card .card-body {
        transition: all var(--transition-speed-fast) ease-in-out;
    }

    .kbh_leadership .team-card:hover .card-body p {
        margin-bottom: 38px;
    }

    .kbh_leadership .team-card:hover .card-body {
        transform: translateY(calc(-100% - -3.5px));
    }

    .kbh_leadership .team-card:hover .kbh_image-wrapper {
        transform: translateY(calc(100% - 6px));
        filter: grayscale(100%);
    }

    .kbh_leadership_detail .kbh_left_wrapper.kbh_leadership_teacher {
        padding-right: 48px;
    }
}

@media only screen and (min-width: 1200px) {
    .kbh-leadership .kbh_nm_container {
        max-width: 963px;
    }
}

@media only screen and (max-width: 991px) {
    .kbh_leadership_detail .kbh_right_wrapper {
        margin: 21px auto 0;
    }

    .kbh_leadership .kbh_center_image img {
        margin: -39px auto 0;
        width: auto;
    }

    .kbh_leadership .kbh_center_image {
        position: relative;
    }

    .kbh_leadership :is(.team-card, .card-body, .kbh_image-wrapper),
    .kbh_leadership_detail :is(.kbh_right_wrapper, .kbh_left_wrapper, .kbh_2_column) {
        position: relative;
        width: 100%;
    }

    .kbh_leadership .kbh_image-wrapper {
        height: clamp(234px, 44vw, 343px);
    }

    .kbh_leadership_detail .kbh_flex {
        flex-wrap: wrap;
    }

    .kbh_leadership_detail {
        background-size: 100% 325px !important;
        padding: 46px 15px 56px;
    }

    .kbh_leadership_detail .role {
        margin-bottom: 10px !important;
    }

    .kbh_leadership_detail .kbh_video-wrapper {
        margin: 16px 0;
    }

    .kbh_leadership_detail .kbh_text_wrapper {
        margin: 36px auto 27px;
    }

    .kbh_leadership_detail .kbh_2_column.kbh_image-wrapper {
        margin: -64px 0 0 auto;
        margin-right: 15px;
        width: 264px;
    }

    .kbh_leadership_teacher ._slider {
        margin: 0 0 0 -16px;
    }

    .kbh_leadership_detail .kbh_item.slick-slide {
        margin-left: 16px;
    }

    .kbh_leadership .kbh_a_circle_svg {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .kbh_leadership .kbh_new_module_medium_area {
        padding-bottom: 10px;
    }
}

/* leadershihp end */


/* testimonial start */
.testimonialnew.yellow_watercolor {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Layer-854.webp) repeat-x center top transparent;
}

.testimonialnew .slick-list {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Layer-903-copy-1.webp) center center / 100% 100% no-repeat,
        url() left bottom / 100% 100% no-repeat;
}

.testimonialnew .card {
    padding: clamp(33px, 3.47vw, 50px) clamp(16px, 3.89vw, 56px) clamp(33px, 6.00vw, 60px);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.testimonialnew .grid {
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 28px 40px;
    display: grid;
}

.testimonialnew .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--play);
    box-shadow: 0 8px 18px rgba(216, 67, 226, .35);
    cursor: pointer;
    border: none;
}

.testimonialnew .play:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid white;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    margin-left: 2px;
}

.testimonialnew .content {
    padding-left: clamp(1px, 3.26vw, 47px);
    position: relative;
}

.testimonialnew .squiggle {
    padding: 23px 0 30px;
}

.testimonialnew .quote-mark {
    position: absolute;
    height: 32px;
    width: 33px;
    top: -12px;
    left: 1px;
}

.testimonialnew .kbh_image_wrapper img,
.testimonialnew .quote-mark img {
    object-fit: cover;
    width: 100%;
}

.testimonialnew .kbh_image_wrapper img {
    aspect-ratio: 16 / 12;
}

.testimonialnew .quote {
    padding: 13px 0 35px;
    color: #5a5b5d;
    text-align: left;
    margin: 0;
}

.testimonialnew .quote em {
    font-style: italic;
    font-weight: 700;
    color: #383838;
}

.testimonialnew .person,
.testimonialnew .meta {
    text-align: left;
}

.testimonialnew .person {
    color: #666666;
    font-size: 18px;
    font-family: var(--font-trend-slab);
}

.testimonialnew .meta {
    color: var(--muted);
    margin: 0;
}

.testimonialnew .meta span {
    display: block;
}

@media only screen and (max-width: 991px) {
    .testimonialnew .grid {
        grid-template-columns: 1fr;
    }

    .testimonialnew .slick-list {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/BG-1.webp) center / 100% 100% no-repeat;
    }

    .testimonialnew .quote-mark {
        position: relative;
    }
}

/* Video overlay state */
.testimonialnew .media .play {
    display: grid;
}

.testimonialnew .media.playing .play {
    display: none;
}

.kbh_one_slide_sldrsty {
    padding: 0 71px;
}

.kbh_one_slide_sldrsty button.slick-arrow {
    width: clamp(20px, 2.43vw, 35px);
}

@media only screen and (max-width: 991px) {
    .kbh_one_slide_sldrsty {
        padding: 0;
    }

    .kbh_one_slide_sldrsty button.slick-next.slick-arrow {
        right: 10px;
    }

    .kbh_one_slide_sldrsty button.slick-prev.slick-arrow {
        left: 10px;
    }
}

/* testimonial end */


/* typical day schedule start */
.typicalday {
    padding-bottom: 106px;
}

.typicalday .kbh_new_module_top_area {
    width: min(90%, 705px);
}

.typicalday .kbh_new_module_top_area img {
    width: max(265px, 86%);
}

.typicalday .kbh_new_module_top_area .kbh_module_copy p:not(p:last-child) {
    padding-bottom: 30px;
}

.typicalday .kbh_general_tab .tabs {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/typicaltabspink.webp) center / 100% 100% no-repeat;
    padding: 18px clamp(18px, 3.03vw, 30px) 15px;
    margin-bottom: 54px !important;
    width: fit-content;
    margin: 0 auto;
    gap: 18px 45px;
}

section.typicalday .kbh_general_tab .tab {
    border-bottom: 4px solid transparent;
    letter-spacing: 1.2px;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
}

.typicalday .kbh_general_tab .tab:is(:hover, .active) {
    opacity: 1;
}

.typicalday .kbh_general_tab .tab.active {
    border-color: var(--gold-color);
}

.typicalday .kbh_card-wrapper {
    width: calc(100% - 96px);
    margin-bottom: 45px;
    position: relative;
}

.typicalday .kbh_card-wrapper:last-child {
    margin-bottom: 0;
}

.typicalday .kbh_card-wrapper .right {
    text-align: left;
    gap: 0 20px;
}

.typicalday .kbh_card-wrapper .art_top_right .text_div {
    width: calc(100% - 120px);
    margin: auto;
}

.typicalday .kbh_card-wrapper .right .kbh_image-wrapper {
    max-width: 100px;
    flex: 0 0 100px;
}

.typicalday .kbh_card-wrapper .right .kbh_image-wrapper img {
    width: 100%;
}

.typicalday .kbh_card-wrapper .art_bottom_right,
.typicalday .kbh_card-wrapper .art_bottom_left {
    flex-direction: column;
}

.typicalday .kbh_card-wrapper .art_bottom_right .kbh_image-wrapper {
    margin-left: auto;
}

.typicalday .kbh_card-wrapper .text_div {
    margin: auto 0;
    flex-grow: 1;
}

.typicalday .kbh_card-wrapper h3 {
    font-size: clamp(16px, 1.389vw, 20px);
    margin: 13px 0 !important;
    -webkit-line-clamp: 3;
    color: #bb2b91;
    width: 100%;
}

.typicalday .kbh_card-wrapper .left img {
    aspect-ratio: 230 / 223;
    object-fit: contain;
    max-width: 230px;
}

@media only screen and (min-width: 992px) {
    .typicalday .kbh_card-wrapper.header_image_right {
        flex-direction: row-reverse;
    }

    .typicalday .kbh_card-wrapper.header_image_left {
        margin-left: auto;
    }

    .typicalday .kbh_card-wrapper .right {
        padding: 24px 20px 30px 146px;
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Daily_Schedule_2_825x282_crop.webp) center / 100% 100% no-repeat;
        filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.30));
    }

    .typicalday .kbh_card-wrapper.header_image_right .right {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Daily_Schedule_1_825x282_crop.webp) center / 100% 100% no-repeat;
        padding: 24px 116px 30px 32px;
    }

    .typicalday .kbh_card-wrapper .left {
        position: absolute;
        z-index: 99;
    }

    .typicalday .kbh_card-wrapper.header_image_right .left {
        margin-right: -116px;
    }

    .typicalday .kbh_card-wrapper.header_image_left .left {
        margin-left: -116px;
    }

    .typicalday .kbh_card-wrapper .left h3 {
        display: none;
    }

    .typicalday .header_image_right .right {
        padding-left: 45px;
    }

    .typicalday .kbh_card-wrapper .left {
        width: 230px;
    }
}

@media only screen and (max-width: 991px) {
    .typicalday .kbh_card-wrapper.header_image_left {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Daily_Schedule_2_825x282_crop.webp) center / 100% 100% no-repeat;
    }

    .typicalday .kbh_card-wrapper.header_image_right {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Daily_Schedule_1_825x282_crop.webp) center / 100% 100% no-repeat;
    }

    .typicalday .kbh_card-wrapper.header_image_right .left {
        flex-direction: row-reverse;
    }

    .typicalday .kbh_card-wrapper {
        filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.20));
        padding: 30px 25px 50px;
        flex-direction: column;
        width: 100%;
    }

    .typicalday .kbh_card-wrapper .text_div h3 {
        display: none;
    }

    .typicalday .kbh_card-wrapper .left {
        align-items: flex-end;
        display: flex;
        gap: 20px;
    }

    .typicalday .kbh_card-wrapper .left img {
        margin-top: -70px;
        width: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .typicalday .container-half {
        padding: 0;
    }

    .typicalday .kbh_card-wrapper {
        background-size: calc(100% + 16px) 100% !important;
    }

    .typicalday .kbh_new_module_top_area {
        padding: 0;
    }

    .typicalday .kbh_card-wrapper .left img {
        width: 130px;
    }
}

@media only screen and (max-width: 479px) {
    .typicalday .kbh_card-wrapper .art_bottom_top {
        flex-direction: column;
    }

    .typicalday .kbh_card-wrapper.header_image_left .art_bottom_top .kbh_image-wrapper {
        margin-left: auto;
    }
}

/*  typical day schedule end */


/* interactive infographic template A end */
.kbh_interactiveinfo_a .kbh_new_module_medium_area {
    filter: var(--card_mask_shadow_light);
}

.kbh_interactiveinfo_a .module-section {
    mask-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/svg/2025/interactive_blue.png);
    padding: 52px clamp(10px, 4.17vw, 65px) clamp(60px, 6vw, 64px);
    justify-content: center;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    align-items: center;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
}

.kbh_interactiveinfo_a.bg_white .module-section {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/paper_swatch.png);
}

.kbh_interactiveinfo_a .module-section:before {
    background: url(/wp-content/uploads/2026/02/interactive_blue.webp) top left / auto no-repeat;
    height: 125px;
    width: 274px;
    left: 23px;
    top: 18px;
}

.kbh_interactiveinfo_a .module-container {
    position: relative;
    width: 100%;
    gap: 3% 6%;
    z-index: 2;
}

/* Content Area */
.kbh_interactiveinfo_a .content-area {
    width: 34%;
}

.kbh_interactiveinfo_a .content-icon {
    margin-bottom: 18px;
    text-align: center;
}

.kbh_interactiveinfo_a .category-icon {
    height: clamp(93px, 11.18vw, 161px);
    transition: transform 0.3s ease;
    object-fit: contain;
    width: 100%;
}

.kbh_interactiveinfo_a .content-area:hover .category-icon {
    transform: scale(1.05);
}

.kbh_interactiveinfo_a .content-title {
    font-size: clamp(22px, 1.8vw, 27px);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.kbh_interactiveinfo_a .squiggle img {
    height: 21px;
}

.kbh_enroll .kbh_copy p:first-child strong,
.kbh_interactiveinfo_a .content-text p:first-child strong {
    font-size: clamp(17px, 1.25vw, 18px);
}

.kbh_interactiveinfo_a .content-highlight {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555;
}

/* Bar Graph Area */
.kbh_interactiveinfo_a .bar-graph-area {
    justify-content: center;
    align-items: end;
    display: flex;
    width: 60%;
}

.kbh_interactiveinfo_a .bars-container {
    justify-content: space-between;
    display: flex;
    height: 100%;
    width: 100%;
}

.kbh_interactiveinfo_a .bar-item {
    transition: all 0.3s ease;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 100px;
    cursor: pointer;
    display: flex;
    width: 100%;
}

.kbh_interactiveinfo_a .bar-item:hover .bar-dot {
    transform: scale(1.2);
}

.kbh_interactiveinfo_a .percentage-display {
    margin-bottom: clamp(17px, 2.08vw, 30px);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    color: #666;
}

.kbh_interactiveinfo_a .bar-container {
    height: 515px;
    width: clamp(22px, 2.43vw, 35px);
    justify-content: center;
    position: relative;
    align-items: end;
    display: flex;
}

.kbh_interactiveinfo_a .bar-fill {
    transition: height 2s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px 20px 0 0;
    position: relative;
    width: 100%;
    height: 0%;
}

/* Bar colors */
.kbh_interactiveinfo_a .bar-item[data-color="teal"] .bar-fill {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/green-1.webp) bottom center / 100% 100% no-repeat;
}

.kbh_interactiveinfo_a .bar-item[data-color="gray"] .bar-fill {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/grey.webp) bottom center / 100% 100% no-repeat;
}

.kbh_interactiveinfo_a .bar-item[data-color="yellow"] .bar-fill {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/yellow.webp) bottom center / 100% 100% no-repeat;
}

.kbh_interactiveinfo_a .bar-item[data-color="peach"] .bar-fill {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/beige.webp) bottom center / 100% 100% no-repeat;
}

.kbh_interactiveinfo_a .bar-item[data-color="blue"] .bar-fill {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/blue-1.webp) bottom center / 100% 100% no-repeat;
}

.kbh_interactiveinfo_a .bar-item[data-color="red"] .bar-fill {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/red.webp) bottom center / 100% 100% no-repeat;
}

.kbh_interactiveinfo_a .kbh_bar-dot {
    -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
    border: clamp(9px, 0.83vw, 12px) solid #ffffff70;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
    transform: translateX(-50%) translateY(-50%);
    height: clamp(43px, 3.82vw, 57px);
    width: clamp(43px, 3.82vw, 57px);
    transform: translateX(-50%);
    border-radius: 50%;
    position: relative;
    left: 50%;
    top: -19px;
}

.kbh_interactiveinfo_a .kbh_bar-dot:before {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
    background: var(--white-color);
    position: absolute;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    content: "";
}

.kbh_interactiveinfo_a .bar-item.active .kbh_bar-dot:before {
    background: #ac288c;
}

.kbh_interactiveinfo_a .bar-label {
    padding: clamp(9px, 0.63vw, 9px) 3px 0;
    font-size: clamp(8px, 1.9vw, 11px);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 167%;
    color: #333;
}

.kbh_interactiveinfo_a .bar-item .bar-container+div {
    border-bottom: 4px solid transparent;
}

.kbh_interactiveinfo_a .bar-item.active .bar-container+div {
    border-color: var(--gold-color);
}

/* Animation classes */
.kbh_interactiveinfo_a .bars-container.animate .bar-fill {
    animation: growBar 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.kbh_interactiveinfo_a .bars-container.animate .percentage-display {
    animation: countUp 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes growBar {
    from {
        height: 0%;
    }

    to {
        height: var(--target-height);
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kbh_interactiveinfo_a .content-navigation {
    display: none;
}

@media only screen and (max-width: 1300px) and (min-width: 992px) {
    .kbh_interactiveinfo_a .content-area {
        width: 37%;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1201px) {
    .kbh_interactiveinfo_a .module-section:before {
        left: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .kbh_interactiveinfo_a .kbh_module_copy {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .kbh_interactiveinfo_a .kbh_module_copy {
        padding-bottom: 15px;
    }

    .kbh_interactiveinfo_a .kbh_nm_container {
        width: min(100%, 1340px);
    }

    .kbh_interactiveinfo_a .content-text {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .kbh_interactiveinfo_a .module-section:before {
        left: -17px;
    }
}

@media only screen and (max-width: 991px) {
    .kbh_interactiveinfo_a .bar-container {
        height: 215px;
    }

    .kbh_interactiveinfo_a .module-section {
        padding-top: 60px;
    }

    .kbh_interactiveinfo_a .content-navigation {
        transform: translate(-50%, -50%);
        justify-content: space-between;
        position: absolute;
        display: flex;
        width: 100%;
        left: 50%;
        top: 50%;
    }

    .kbh_interactiveinfo_a .nav-arrow {
        filter: grayscale(1) brightness(0.5);
        height: 65px;
        width: 24px;
        border: 0;
    }

    .kbh_interactiveinfo_a .nav-arrow-right {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-1-copy-2.webp) center/cover no-repeat;
    }

    .kbh_interactiveinfo_a .nav-arrow-left {
        background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-1-copy.webp) center/cover no-repeat;
    }

    .kbh_interactiveinfo_a .nav-arrow:disabled:hover {
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
        transform: none;
    }

    .kbh_interactiveinfo_a .module-container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .kbh_interactiveinfo_a .bar-graph-area,
    .kbh_interactiveinfo_a .content-area {
        position: relative;
        width: 100%;
    }

    .kbh_interactiveinfo_a .content-area>div:first-child {
        padding: 0 36px;
        min-height: 388px;
    }

    .kbh_interactiveinfo_a .content-title {
        width: calc(100% - 79px);
        font-size: 24px;
    }

    .kbh_interactiveinfo_a .lightbulb-icon {
        width: 50px;
        height: 50px;
    }

    .kbh_interactiveinfo_a .category-icon {
        object-fit: contain;
    }

    .kbh_interactiveinfo_a .kbh-mbl_sty {
        align-items: center;
        display: flex;
        gap: 18px;
    }

    .kbh_interactiveinfo_a .content-icon {
        margin-bottom: 28px;
        width: 79px;
    }
}

@media only screen and (max-width: 767px) {

    .kbh_interactiveinfo_a .content-area>div:first-child {
        min-height: 290px;
    }

    .kbh_interactiveinfo_a .squiggle,
    .kbh_interactiveinfo_a .module-section:before {
        display: none;
    }

    .kbh_interactiveinfo_a .module-section {
        background: url(/wp-content/uploads/2026/02/top-a.webp) top left / contain no-repeat, url(/wp-content/uploads/2026/02/bottom-a.webp) bottom left / contain no-repeat;
        padding: clamp(12px, 2.4vw, 18px) 0;
        mask-image: unset;
    }

    .kbh_interactiveinfo_a .module-container {
        padding: 36px 10px 25px;
        background: #fff;
    }
}

@media only screen and (max-width: 680px) {

    .kbh_interactiveinfo_a .content-area>div:first-child {
        min-height: 320px;
    }
}

@media only screen and (max-width: 580px) {

    .kbh_interactiveinfo_a .content-area>div:first-child {
        min-height: 342px;
    }
}

@media only screen and (max-width: 530px) {

    .kbh_interactiveinfo_a .content-area>div:first-child {
        min-height: 396px;
    }
}

@media only screen and (max-width: 450px) {

    .kbh_interactiveinfo_a .content-area>div:first-child {
        min-height: 422px;
    }
}

@media only screen and (max-width: 411px) {

    .kbh_interactiveinfo_a .content-area>div:first-child {
        min-height: 446px;
    }
}

@media only screen and (max-width: 395px) {

    .kbh_interactiveinfo_a .content-area>div:first-child {
        min-height: 473px;
    }
}

@media only screen and (max-width: 374px) {

    .kbh_interactiveinfo_a .content-area>div:first-child {
        min-height: 500px;
    }
}

@media only screen and (max-width: 479px) {
    .kbh_interactiveinfo_a .percentage-display {
        font-size: 11px;
    }
}

/* Touch device styles */
@media (hover: none) and (pointer: coarse) {
    .kbh_interactiveinfo_a .bar-item:hover .bar-label {
        text-decoration: none;
    }

    .kbh_interactiveinfo_a .bar-item:hover .bar-dot {
        transform: none;
    }
}

/* interactive infographic template A end */


/* interactive infographic template C start */
.kbh_interactiveinfo_c .slick-track {
    padding: 216px 0 216px;
}

.kbh_interactiveinfo_c .kbh_slider_general_gray .slick-dots,
.kbh_interactiveinfo_c .kbh_slider_general_white .slick-dots {
    bottom: -32px;
}

.kbh_interactiveinfo_c .kbh_info_slide_card.slick-slide {
    pointer-events: none;
    position: relative;
    z-index: 0;
    -webkit-transform: translateZ(0);
}

.kbh_interactiveinfo_c .video-sec button {
    height: 30px;
    width: 30px;
}

.kbh_interactiveinfo_c .kbh_info_slide_card .kbh_card_wrapper {
    background: #fff;
    margin: 11px;
}

.kbh_interactiveinfo_c .kbh_info_slide_card .kbh_card_inner {
    padding: clamp(11px, 1.39vw, 12px) clamp(12px, 1.46vw, 12px) clamp(11px, 1.74vw, 11px);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 1, 0.3);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 1, 0.3);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 1, 0.3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.5;
}

.kbh_interactiveinfo_c .kbh_info_slide_card.slick-center .kbh_card_inner {
    opacity: 1;
}

.kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.kbh_info_slide_card.slick-slide.slick-active {}

.kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.kbh_info_slide_card.slick-slide.slick-active,
.kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active.kbh_info_slide_card {}

.kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active.kbh_info_slide_card {}

.kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.slick-slide.slick-active.kbh_info_slide_card .kbh_card_wrapper,
.kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active+.slick-slide.slick-active.kbh_info_slide_card .kbh_card_wrapper {}

.kbh_interactiveinfo_c .kbh_info_slide_card.slick-center {
    pointer-events: auto;
    -webkit-transform: scale(2) translateZ(0);
    transform: scale(2) translateZ(0);
    z-index: 5;
    isolation: isolate;
}

.kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.slick-slide.slick-active+.slick-slide.slick-active:not(.slick-center) {
    z-index: 1;
}

.kbh_interactiveinfo_c .kbh_info_slide_card.slick-current+.slick-active {
    z-index: 3;
}

.kbh_interactiveinfo_c .kbh_card-header {
    gap: clamp(6px, 1.11vw, 8px);
    align-items: center;
    padding: 0 0 9px;
}

.kbh_interactiveinfo_c .kbh_card-header img {
    object-fit: contain;
    height: 20px;
    width: 23px;
}

.kbh_interactiveinfo_c .kbh_card_body img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.kbh_interactiveinfo_c .kbh_card-header p {
    -webkit-line-clamp: 2;
    letter-spacing: -1px;
    align-items: center;
    margin-bottom: 3px;
    line-height: 140%;
    color: #ad237a;
    min-height: 22px;
    font-size: 9px;
    display: flex;
}

.kbh_interactiveinfo_c .kbh_image-wrapper,
.kbh_interactiveinfo_c .kbh_video-wrapper {
    padding: 0 0 clamp(14px, 1.04vw, 15px) 0;
    width: 100%;
}

.kbh_interactiveinfo_c .kbh_image-wrapper {
    aspect-ratio: 409 / 320;
}

.kbh_interactiveinfo_c .kbh_video-frame {
    aspect-ratio: 409 / 284;
}

.kbh_interactiveinfo_c .kbh_video-wrapper video {
    object-fit: cover;
}

.kbh_interactiveinfo_c .kbh_video-wrapper video:fullscreen,
.kbh_interactiveinfo_c .kbh_video-wrapper video:-webkit-full-screen,
.kbh_interactiveinfo_c .kbh_video-wrapper video:-moz-full-screen,
.kbh_interactiveinfo_c .kbh_video-wrapper video:-ms-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    object-fit: contain !important;
    transform: none !important;
    background: #000;
}

.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-hosted:fullscreen,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-hosted:-webkit-full-screen,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-hosted:-moz-full-screen,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-hosted:-ms-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    transform: none !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-hosted:fullscreen video,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-hosted:-webkit-full-screen video,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-hosted:-moz-full-screen video,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-hosted:-ms-fullscreen video {
    width: 100% !important;
    height: 100% !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    object-fit: contain !important;
    transform: none !important;
}

/* YouTube fullscreen: wrapper fills viewport (iframe inherits slick card width otherwise) */
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed {
    position: relative;
}

.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed:fullscreen,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed:-webkit-full-screen,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed:-moz-full-screen,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed:-ms-fullscreen,
body.kbh-interactive-youtube-fs .kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    aspect-ratio: unset !important;
    transform: none !important;
    margin: 0;
    padding: 0;
    border: 0;
    inset: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kbh_interactiveinfo_c .kbh_youtube-embed:fullscreen,
.kbh_interactiveinfo_c .kbh_youtube-embed:-webkit-full-screen,
.kbh_interactiveinfo_c .kbh_youtube-embed:-moz-full-screen,
.kbh_interactiveinfo_c .kbh_youtube-embed:-ms-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    transform: none !important;
    border: 0;
}

.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed:fullscreen iframe,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed:-webkit-full-screen iframe,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed:-moz-full-screen iframe,
.kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed:-ms-fullscreen iframe,
body.kbh-interactive-youtube-fs .kbh_interactiveinfo_c .kbh_video-frame.kbh_is-embed iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    transform: none !important;
    border: 0;
}

.kbh_interactiveinfo_c .kbh_video-fs-btn {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.65) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.kbh_interactiveinfo_c .kbh_info_slide_card.slick-center .kbh_video-frame.kbh_is-embed:hover .kbh_video-fs-btn,
.kbh_interactiveinfo_c .kbh_info_slide_card.slick-center .kbh_video-frame.kbh_is-embed:focus-within .kbh_video-fs-btn,
.kbh_interactiveinfo_c .kbh_info_slide_card.slick-center .kbh_video-fs-btn {
    opacity: 1;
    pointer-events: auto;
}

@media only screen and (max-width: 991px) {
    .kbh_interactiveinfo_c .kbh_video-fs-btn {
        width: 36px;
        height: 36px;
        background-size: 20px 20px;
    }
}

.kbh_interactiveinfo_c .kbh_copy,
.kbh_interactiveinfo_c .kbh_copy p {
    line-height: 160%;
    font-size: 7.4px;
}

.kbh_interactiveinfo_c .kbh_copy {
    -webkit-line-clamp: 9;
    min-height: 121px;
}

.kbh_interactiveinfo_c .kbh_card_body strong {
    font-size: 9px;
}

.kbh_interactiveinfo_c .kbh_a_circle_svg {
    min-height: 33px;
    font-size: 8px;
    gap: 7px;
}

.kbh_interactiveinfo_c .kbh_a_circle_svg svg {
    padding: 3.5px 4px 4px 5px;
    height: 14px;
    width: 14.5px;
}

.kbh_interactiveinfo_c .kbh_mobile_overlay {
    display: none;
}

.kbh_interactiveinfo_c .kbh_new_module_top_area .kbh_module_copy {
    padding-bottom: clamp(4px, 0.76vw, 11px);
}

@media only screen and (min-width: 992px) {

    .kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.slick-slide.slick-active+.slick-slide.slick-active,
    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-current+.slick-active {
        -webkit-transform: scale(1.5) translateZ(0);
        transform: scale(1.5) translateZ(0);
    }
}

@media only screen and (min-width: 1301px) {
    .kbh_interactiveinfo_c .kbh_scrolling_slider {
        padding: 0 76px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 992px) {
    .kbh_interactiveinfo_c .kbh_scrolling_slider {
        padding: 0 48px;
    }
}

@media only screen and (max-width: 1199px) {
    .kbh_interactiveinfo_c .slick-track {
        padding: 184px 0 185px;
    }

    .kbh_interactiveinfo_c .kbh_card-header p {
        font-size: 7px;
    }
}

@media only screen and (max-width: 991px) {
    /* Horizontal gutter between slides (matches design) */
    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-slide {
        padding-left: 14px;
        padding-right: 14px;
        box-sizing: border-box;
    }

    .kbh_interactiveinfo_c .kbh_info_slide_card .kbh_card_wrapper {
        width: 100%;
        margin: 11px 0;
    }

    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-center {
        -webkit-transform: scale(1.4) translateZ(0);
        transform: scale(1.4) translateZ(0);
    }

    .kbh_interactiveinfo_c .kbh_copy,
    .kbh_interactiveinfo_c .kbh_copy p {
        font-size: 11px;
    }

    .kbh_interactiveinfo_c .kbh_a_circle_svg,
    .kbh_interactiveinfo_c .kbh_card-header p {
        font-size: 10px;
    }

    .kbh_interactiveinfo_c .kbh_card-header p {
        letter-spacing: 0;
        min-height: 28px;
    }

    .kbh_interactiveinfo_c .kbh_copy {
        min-height: 173px;
    }

    .kbh_interactiveinfo_c .kbh_a_circle_svg svg {
        height: 19px;
        width: 19.5px;
    }

    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-current+.slick-active+.slick-slide {}

    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-current+.slick-active {}

    .kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.kbh_info_slide_card.slick-slide.slick-active {}

    .kbh_interactiveinfo_c .slick-track {
        padding: 100px 0 93px;
    }

    .kbh_interactiveinfo_c .kbh_card_body strong {
        font-weight: 600;
        font-size: 14px;
    }

    .kbh_interactiveinfo_c .kbh_card-header {
        padding: 0px 0px 13px;
    }

    .kbh_interactiveinfo_c :is(.kbh_slider_general_gray, .kbh_slider_general_white) :is(.slick-arrow, .slick-dots) {
        display: none !important;
    }

    .kbh_interactiveinfo_c .slick-dotted {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .kbh_interactiveinfo_c .slick-track {
        padding: 106px 0 97px;
    }
	
	.kbh_l_n_m .media_div {
		height: 83vw;
	}
	
	.kbh_interactiveinfo_c .kbh_info_slide_card .kbh_card_inner{
		padding: clamp(25px, 1.39vw, 12px) clamp(25px, 1.46vw, 12px) clamp(25px, 1.74vw, 11px);
	}

    .kbh_interactiveinfo_c .kbh_a_circle_svg svg {
        height: 22px;
        width: 22px;
    }

    .kbh_interactiveinfo_c .kbh_card_body strong {
        font-size: 11px;
    }

    .kbh_interactiveinfo_c .kbh_card-header p {
        font-size: clamp(10px, 1.5vw, 20px);
    }

    .kbh_interactiveinfo_c .kbh_card-header img {
        height: clamp(35px, 5.22vw, 40px);
        width: clamp(36px, 5.87vw, 45px);
    	position: relative;
		left: -8px;
	}

    .kbh_interactiveinfo_c .kbh_icon-circle {
        transform: translateY(-50%);
        position: absolute;
        top: 51%;
        right: 0;
    }

    .kbh_interactiveinfo_c .kbh_a_circle_svg {
        padding: 10px 30px 10px 0;
    }

    .kbh_interactiveinfo_c :is(.kbh_slider_general_gray, .kbh_slider_general_white) .slick-next {
        right: 10px;
    }

    .kbh_interactiveinfo_c :is(.kbh_slider_general_gray, .kbh_slider_general_white) .slick-prev {
        left: 10px;
    }

    .kbh_interactiveinfo_c .slick-track .slick-slide:not(.slick-active)+.kbh_info_slide_card.slick-slide.slick-active {}

    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-current+.slick-active+.slick-slide,
    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-current+.slick-active {}

    .kbh_interactiveinfo_c .kbh_new_module_medium_area {
        padding-top: clamp(24px, 6vw, 40px);
    }

    .kbh_interactiveinfo_c .kbh_scrolling_slider .slick-list {
        overflow-y: hidden;
    }

    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-center {
        -webkit-transform: scale(1.2) translateZ(0);
        transform: scale(1.2) translateZ(0);
        z-index: 5;
    }

    .kbh_interactiveinfo_c .kbh_info_slide_card:not(.slick-center) {
        z-index: 1;
    }

    /* Room for cards to peek slightly above/below without hitting the heading */
    .kbh_interactiveinfo_c .slick-track {
        padding: 23vw 0;
    }

    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-slide {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /* Side cards slightly smaller — center sticks out a little top + bottom */
    .kbh_interactiveinfo_c .kbh_info_slide_card:not(.slick-center) .kbh_card_wrapper {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    .kbh_interactiveinfo_c .kbh_info_slide_card.slick-center .kbh_card_wrapper {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }

    .kbh_interactiveinfo_c .kbh_copy,
    .kbh_interactiveinfo_c .kbh_copy p,
    .kbh_interactiveinfo_c .kbh_a_circle_svg {
        font-size: 12px;
		display: block;
    }

    .kbh_interactiveinfo_c .kbh_a_circle_svg {
        min-height: 42px;
    }

    .kbh_interactiveinfo_c .kbh_copy {
        min-height: 225px;
		height: 225px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
    }
	
    .kbh_interactiveinfo_c .kbh_card-header p {
        letter-spacing: 0;
        font-size: 12px;
        min-height: 36px;
    }

    .kbh_interactiveinfo_c .kbh_card_body strong {
        font-size: 14.4px;
    }

    .kbh_interactiveinfo_c .video-sec button {
        height: 55px;
        width: 55px;
    }
	
	.kbh_new_module.kbh_interactiveinfo_c .kbh_new_module_top_area .kbh_module_headline{
		padding-bottom: 0;
	}
}

@media (max-width: 600px){
	.kbh_interactiveinfo_c .slick-track {
        padding: 28% 0;
    }
}


/* interactive infographic template C end */


/* informative scrolling learning & schedule start */
.kbh_informative_scroll .kbh_card_header img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.kbh_informative_scroll .squiggle img {
    height: clamp(10px, 1.25vw, 14px);
}

.kbh_informative_scroll .kbh_card_body {
    padding: 23px 29px;
    margin-top: -5px;
}

.kbh_informative_scroll .kbh_a_circle_svg {
    color: var(--white-color) !important;
    word-break: break-all;
}

.kbh_informative_scroll .kbh_card_text {
    color: var(--white-color);
    -webkit-line-clamp: 6;
    margin: 0;
}

.kbh_informative_scroll .kbh_a_circle_svg svg {
    background: var(--white-color);
}

.kbh_informative_scroll .kbh_a_circle_svg path {
    fill: #bb2b91;
}

.kbh_informative_scroll article {
    height: 100%;
}

.kbh_informative_scroll h3,
.kbh_informative_scroll .kbh_schedule_time {
    color: var(--white-color);
}

.kbh_informative_scroll .squiggle {
    padding: 0 0px clamp(9px, 1.04vw, 10px);
}

.kbh_informative_scroll .kbh_a_circle_svg:hover svg {
    background: var(--gold-color);
}

/* kbh_informative_scroll with kbh_learning */
.kbh_informative_scroll.kbh_learning article {
    height: 437px;
}

.kbh_informative_scroll.kbh_learning img {
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    height: 322px;
}

.kbh_informative_scroll.kbh_learning .kbh_card:hover img {
    filter: grayscale(100%);
}

.kbh_informative_scroll.kbh_learning .kbh_card.kbh_lines-1:hover img {
    height: 282px;
}

.kbh_informative_scroll.kbh_learning .kbh_card.kbh_lines-2:hover img {
    height: 256px;
}

.kbh_informative_scroll.kbh_learning .kbh_card.kbh_lines-3:hover img {
    height: 230px;
}

.kbh_informative_scroll.kbh_learning .kbh_card.kbh_lines-4:hover img {
    height: 204px;
}

.kbh_informative_scroll.kbh_learning .kbh_card.kbh_lines-5:hover img {
    height: 178px;
}

.kbh_informative_scroll.kbh_learning .kbh_card.kbh_lines-6:hover img {
    height: 152px;
}

.kbh_informative_scroll.kbh_learning .kbh_card_text {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    opacity: 0;
}

.kbh_informative_scroll.kbh_learning .kbh_card:hover .kbh_card_text {
    opacity: 1;
}

.kbh_informative_scroll.kbh_learning .kbh_card_body {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
    height: 100%;
}

.kbh_informative_scroll.kbh_learning .kbh_a_circle_svg {
    padding: 6px 0 10px;
}

/* kbh_informative_scroll with kbh_schedule */
.kbh_informative_scroll.kbh_schedule .kbh_card {
    flex-direction: column;
}

.kbh_informative_scroll.kbh_schedule .track .slide:nth-child(2n) article,
.kbh_informative_scroll.kbh_schedule .kbh_card.kbh_image_bottom {
    flex-direction: column-reverse;
}

.kbh_informative_scroll.kbh_schedule .slide:nth-child(2n) .kbh_green_bg :is(.kbh_card_body) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-2-g-down.png) center/100% 100% no-repeat;
}

.kbh_informative_scroll.kbh_schedule .slide:nth-child(2n) .kbh_pink_bg :is(.kbh_card_body) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-1-m-down.png) center/100% 100% no-repeat;
}

.kbh_informative_scroll.kbh_schedule .slide:nth-child(2n) .kbh_blue_bg :is(.kbh_card_body) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-3-b-down.png) center/100% 100% no-repeat;
}

.kbh_informative_scroll.kbh_schedule .slide:nth-child(2n) .kbh_yellow_bg :is(.kbh_card_body) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-2-y-down.png) center/100% 100% no-repeat;
}

.kbh_informative_scroll.kbh_schedule .slide:nth-child(2n) .kbh_orange_bg :is(.kbh_card_body) {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/png/Group-2-y-down.png) center/100% 100% no-repeat;
}

.kbh_informative_scroll.kbh_schedule .slide:nth-child(2n) .kbh_card_header {
    margin-top: -3px;
    z-index: -1;
    margin-bottom: 0;
}

.kbh_informative_scroll.kbh_schedule .slide:nth-child(2n) .kbh_card_body {
    padding-top: 44px;
}

.kbh_informative_scroll.kbh_schedule .kbh_card_body {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.kbh_informative_scroll.kbh_schedule .kbh_card_header img {
    height: 171px;
}

.kbh_informative_scroll.kbh_schedule .track .slide:nth-child(2n) .kbh_a_circle_svg {
    padding: 14px 0 10px;
}

.kbh_informative_scroll.kbh_schedule .track .slide:nth-child(2n+1) .kbh_a_circle_svg {
    padding: 21px 0;
}

/* informative scrolling learning & schedule end */


/* award and tooltip start */
.kbh_job_award_tooltip .kbh_job-awards-item {
    padding: 0 9px;
}

.kbh_job_award_tooltip .job-awards-item img {
    aspect-ratio: 86 / 93;
    margin: 0 auto;
}

.kbh_job-awards-item .kbh_accordion_tooltip p {
    color: #5a5b5d;
    font-size: 16px;
}

.kbh_job-awards-item .kbh_accordion_tooltip a {
    color: var(--secondary-color);
}

#dynamicTooltip {
    filter: var(--card_mask_shadow_light);
    width: min(354px, 100%);
    pointer-events: auto;
    z-index: 9999;
    display: none;
}

.kbh_accordion_tooltip_wrapper {
    padding: 22px 22px 12px;
}

.kbh_accordion_tooltip_mask {
    mask-image: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Vector-Smart-Object-down.png);
    mask-repeat: no-repeat;
    mask-position: center;
    background: #f3f1ef;
    mask-size: 100% 100%;
    margin: 0 auto;
    height: 34px;
    width: 99px;
}

#dynamicTooltip p {
    text-align: center;
    color: #5a5b5d;
    font-size: 16px;
}

#dynamicTooltip a {
    color: var(--secondary-color);
}

.kbh_award_tooltip_slidersty {
    padding: 35px clamp(25px, 4.40vw, 55px) !important;
}

.kbh_award_tooltip_slidersty .slick-prev,
.kbh_award_tooltip_slidersty .slick-next {
    filter: brightness(0) invert(0.5);
    height: clamp(70px, 8.80vw, 110px);
    width: clamp(15px, 1.60vw, 20px);
}

.kbh_award_tooltip_slidersty .slick-prev {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-left.png) center/contain no-repeat;
    left: 10px;
}

.kbh_award_tooltip_slidersty .slick-next {
    background: url(/wp-content/themes/kinderberry-hill-conversion/assets/img/2025/Polygon-right.png) center/contain no-repeat;
    right: 10px;
}

@media (min-width: 1200px) {
    .kbh_job_award_tooltip .kbh_nm_container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 992px) {
    .kbh_job-awards-item .kbh_accordion_tooltip {
        display: none;
    }

    .kbh_accordion_tooltip_wrapper {
        background: #f3f1ef;
        border-radius: 25px;
    }

    .kbh_job_award_tooltip .job-awards-item:hover h3 {
        color: var(--secondary-color);
    }
}

@media only screen and (max-width: 991px) {
    .kbh_accordion_tooltip_mask {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .kbh_job_award_tooltip .job-awards-item h3 {
        font-size: 16px !important;
    }
	
	.kbh_interactiveinfo_c {
		padding-bottom: 20px;
	}
}