/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749652647
Updated: 2025-06-11 14:37:27

*/


/* base css  */
body {
    font-family: "Jost", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    background-image: url('http://prickly-pear.local/wp-content/uploads/2025/06/main-bg-line1.png') !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 68% 100% !important;
    background-color: #14442C !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Jost", sans-serif;
}

.primary-color {
    color: #DAE167;
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #DAE167;
    color: #2F3286;
    padding: 15px 20px;
    border-radius: 1000px;
    font-weight: 600;
    gap: 10px;
    border: 2px solid transparent !important;
    transition: .3s;
}

.primary-btn:hover {
    background: transparent;
    color: #2B2B2B;
    border-color: #2B2B2B !important;
}

.primary-btn.bordered-btn {
    background: transparent;
    color: #2B2B2B;
    border: 2px solid #2B2B2B !important;
}

.primary-btn.bordered-btn:hover {
    background: #DAE167;
    color: #2F3286;
    border: 2px solid transparent !important;
}

.slick-arrow {
    height: 50px;
    width: 50px;
    background: transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    z-index: 9;
    border: 1px solid #E0E0F8;
}

.slick-arrow:hover {
    background: #fff;
	color: #222;
}

.slick-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.slick-dots button {
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    background: #F5FAFF;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #DAE167;
}

.programs-slider-trigger .slick-dots {
    justify-content: center;
}


/* Start Header area style
============================================================================================ */
.offcanvas-wraper {
    position: fixed;
    width: 300px;
    background: #123D28;
    height: 100%;
    top: 0;
    padding: 20px 10px 0;
    z-index: 99;
    left: -300px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
    box-shadow: 0 20px 40px hsl(0deg 0% 0% / 8%);
}

.offcanvas-wraper.active {
    left: 0;
}

.offcanvas-wraper li a {
    color: #fff;
    font-size: 16px;
	font-family: "Jost", sans-serif;
}

.offcanvas-wraper li a:hover {
    color: #E5A648;
}

.offcanvas-wraper li {
    margin-bottom: 10px;
    position: relative;
}

.header-btns {
    margin-top: 5px;
}

.header-btns .header-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
}

.header-area {
    display: none;
}

.mobile-header {
    display: block;
}

.mobile-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-toggler {
    border: none;
    cursor: pointer !important;
    background-color: #E5A648 !important;
    padding: 12px 11px !important;
    border-radius: 50% !important;
    height: 45px;
    aspect-ratio: 1;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span:first-child {
    margin-left: auto;
}

.navbar-toggler span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 0 auto 5px;
    transition: all 400ms linear;
    cursor: pointer;
    border-radius: 10px;
}

.navbar-toggler span:last-child {
    margin-bottom: 0;
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 6.5px;
    width: 100%;
}

.navbar-toggler.active span:last-child {
    transform: rotate(45deg);
    bottom: 8px;
    position: relative;
    width: 100%;
}

.offcanvas-wraper {
    display: block;
}

.elementor-editor-active .fixed-position {
    position: relative;
}

.fixed-position {
    position: fixed;
    width: 100vw;
    top: 0;
}

.fixed-position.header-sticky {
    z-index: 999;
    background: #123D28;
}


.offcanvas-wraper .navbar-nav li.menu-item-has-children {
    position: relative;
    padding-right: 22px;
}

.offcanvas-wraper .navbar-nav li.menu-item-has-children:before {
    position: absolute;
    right: 0;
    top: 6px;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi42Nzg0NiA2LjYzNTE2TDEyLjM1NjkgMSIgc3Ryb2tlPSIjNENGRDg4IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
    z-index: 1;
    color: #fff;
    line-height: 1;
    filter: brightness(0) invert(0);
    transition: .3s;
}

.offcanvas-wraper .sub-menu {
    background: #fff;
    padding: 20px 15px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    border-radius: 0 0 10px 10px;
    margin: 0;
    list-style: none;
}

.offcanvas-wraper .site-logo {
    margin-bottom: 20px;
}

.offcanvas-wraper .site-logo img {
    max-width: 150px;
}

.font-kapakana {
    font-family: "Kapakana" !important;

}

.banner-heading h1 span {
    text-transform: lowercase !important;
    font-size: 100px !important;
}


/* whats on area  */
.woa-menus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px 60px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    background: url('../../plugins/prickly-pear/assets/img/line-bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.woa-menus a {
    font-size: 23px;
    color: #fff;
    transition: .3s;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    display: inline-block;
}

.woa-menus li:not(:first-child) a:before {
    position: absolute;
    left: -40px;
    top: 50%;
    content: "";
    background: url(../../plugins/prickly-pear/assets/img/pear.png) no-repeat center center;
    height: 20px;
    width: 20px;
    background-size: 20px;
    transform: translateY(-50%);
}


.woa-menus a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #E5A648;
    height: 2px;
    width: 0;
}

.woa-menus a:hover,
.woa-menus a.active {
    color: #E5A648;
}

.woa-menus a:hover:after,
.woa-menus a.active:after {
    width: 100%;
}

.woa-menus-wrapper {
    position: sticky;
    top: 88px;
    /* Optional: helps avoid overlap */
}

.woa-items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 100px;
}

.single-whats-on-item .whats-on-thumb {
    height: 440px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.whats-on-content h3 {
    font-size: 32px;
}

.whats-on-content p {
    margin-bottom: 0;
}

.whats-on-section:nth-child(even) {
    margin-top: 100px;
}




.single-review p {
    font-size: 24px;
}

.reviews-navs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.review-dots ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
}

.review-dots button {
    height: 16px;
    width: 16px;
    border: 1px solid #E5A648;
    padding: 0;
    background: transparent !important;
}

.review-dots li.slick-active button {
    height: 20px;
    width: 20px;
    border-radius: 0;
    transform: rotate(45deg);
}

.review-arrows {
    display: flex;
    align-items: center;
    gap: 15px;
}
.custom-icon svg {
    width: 22px;
    margin-top: -2px;
}
@media (max-width: 1366px) {
    .woa-menus a {
        font-size: 18px;
    }
	.woa-menus-wrapper {
    position: sticky;
    top: 83px;
}
}

@media (max-width: 1199px) {
    .woa-menus a {
        padding: 10px 0;
        font-size: 16px;
    }

    .woa-menus-wrapper {
        position: sticky;
        top: 65px;
    }

    .single-review p {
        font-size: 18px;
    }
	.woa-menus li:not(:first-child) a:before {
        display: none;
    }
	.woa-menus {
    gap: 10px 30px;
}
}

@media (max-width: 991px) {
    .woa-items-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
    }

    .single-whats-on-item .whats-on-thumb {
        height: 300px;
        margin-bottom: 20px;
    }

    .whats-on-content h3 {
        font-size: 24px;
    }

    .review-arrows {
        display: none;
    }
	.woa-menus a:after {
		display: none;
	}
	.woa-menus {
		padding: 10px 0;
        gap: 0 15px;
    }
	    .woa-menus a {
        padding: 5px 0;
    }
}

@media (max-width: 767px) {

    .woa-menus {
        gap: 5px 15px;
    }

    .woa-items-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .whats-on-section:nth-child(even) {
        margin-top: 0;
    }

    .single-review p {
        font-size: 16px;
    }
}