.elementor-624 .elementor-element.elementor-element-a0b9a1a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-135a33e */.native-slider-container { width: 100%; overflow: hidden; margin-bottom: 25px; }
	.plan-posts-wrapper { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 25px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; width: 100%; }
	.plan-posts-wrapper::-webkit-scrollbar { display: none; }
	.plan-thumb-card { flex: 0 0 calc((100% - (25px * 3)) / 4) !important; width: calc((100% - (25px * 3)) / 4) !important; box-sizing: border-box; display: block; }
	.plan-slider-controls-row { display: flex; justify-content: center; align-items: center; gap: 6px; margin-bottom: 50px; user-select: none; }
	.plan-slider-controls-row::before, .plan-slider-controls-row::after { content: ""; flex: 1; height: 2px; background-color: #333; }
	.custom-nav-btn { width: 36px; height: 36px; background-color: #111; border: none; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: center; transition: background-color 0.2s ease; }
	.custom-nav-btn:hover { background-color: #444; }
	.custom-nav-btn::after { content: ""; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
	.custom-nav-btn.prev::after { border-right: 7px solid #fff; margin-right: 2px; }
	.custom-nav-btn.next::after { border-left: 7px solid #fff; margin-left: 2px; }
	@media(max-width: 991px) { .plan-thumb-card { flex: 0 0 calc((100% - (25px * 2)) / 3) !important; width: calc((100% - (25px * 2)) / 3) !important; } }
	@media(max-width: 768px) { .plan-thumb-card { flex: 0 0 calc((100% - 25px) / 2) !important; width: calc((100% - 25px) / 2) !important; } }
	@media(max-width: 599px) { .plan-thumb-card { flex: 0 0 100% !important; width: 100% !important; } }
	
	
	.custom-nav-btn {
   background-color: #000 !important;
}

.custom-nav-btn:hover ,  button:focus{
    background-color: #555 !important;
}/* End custom CSS */
/* Start custom CSS */.unit-plan-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	font-family: sans-serif;
}
.swiper-slide.plan-thumb-card {
    margin: 0px !important;
}
/* FILTERS */
.plan-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-bottom: 50px;
}

.plan-filter-btn {
	background: none;
	border: none;
	font-size: 22px;
	font-weight: 400;
	color: #777;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 10px;
}

.plan-filter-btn.active {
 background: #0d4f05 !important;
    color: #fff;
padding: 11px 25px;    border-radius: 10px;}

/* THUMBNAILS */
.plan-posts-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: start !important;
	gap: 25px;
}

.plan-thumb-card {
	width: 220px;
	text-align: center;
}

.plan-post-btn {
	width: 100%;
	border: 2px solid #d5d5d5;
	background: #fff !important;
	padding: 0px;
	cursor: pointer;
	transition: .3s;
}

.plan-post-btn img {
	width: 100%;
	display: block;
}

.plan-post-btn.active {
    border: 2px solid #0d4f05;
}
.plan-thumb-title {
    font-family: 'Futura PT';
	font-size: 14px;
	font-weight: 600;
	margin-top: 12px;
	text-transform: uppercase;
}

/* TWO-COLUMN DETAILS CONTAINER */
.plan-content-box {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dcdcdc;
	padding: 20px;
	gap: 20px;
	margin-top: 20px;
}

.plan-content-left {
	width: 45%;
}

.plan-content-left img {
	width: 100%;
	height: auto;
	display: block;
}

.plan-content-right {
	width: 55%;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}

.plan-content-right h2 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #000;
}

/* DATA FIELDS ROWS */
.plan-meta-row {
	display: flex;
	margin-bottom: 18px;
	font-size: 16px;
	align-items: flex-start;
}

.eligibility-wrapper {
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

.plan-label {
	width: 130px;
font-weight: 700;
    color: #000000;
    font-family: 'Futura PT';
	text-transform: capitalize;
}

.eligibility-wrapper .plan-label {
	width: 170px;
	text-transform: uppercase;
}

.plan-value {
	font-weight: 600;
   color: #535050;
    
}
.plan-value-text {
    color: #535050;
}
.plan-divider {
	border: 0;
	border-top: 1px solid #999;
	margin: 15px 0 25px 0;
}

/* CALLS TO ACTION */
.plan-action-elements {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}

.plan-link-secondary {
font-family: 'Futura PT';
    color: #b08052;
    font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.plan-link-secondary:hover {
    color: #b08052;   
    text-decoration: underline !important;

}
.plan-btn-primary {
font-family: "Futura PT", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px;
    color: #fff;
    background-color: var(--e-global-color-primary);
    transition-duration: 0.6s;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 35px 12px 35px;
}

.plan-btn-primary:hover {
	background: #b08052;
	color: #fff;
}
button.plan-filter-btn {
padding: 11px 25px;
background: #b08052;
    color: #fff;
    font-family: 'Futura PT';
    border-radius: 10px;
    font-size: 18px;
}
button.plan-filter-btn:hover {
    background: #0d4f05;
    color: #fff;
padding: 11px 25px;
border-radius: 10px;
} 

button.plan-post-btn:hover {
    background: transparent  !important;
}
.elementor hr {
    background-color: transparent;
    margin-bottom: 17px;
}
button.plan-post-btn {
    background: transparent !important;
    outline: 0 !important;
}
/* BREAKPOINTS / MOBILE RESPONSIVENESS */
@media(max-width:991px) {
	.plan-content-box {
		flex-direction: column;
		padding: 25px;
	}
	.plan-content-left,
	.plan-content-right {
		width: 100%;
	}
	.plan-btn-primary {
		width: 100%;
	}
}

@media(max-width:768px) {
	.plan-thumb-card {
		width: 150px;
	}
	.plan-filter-btn {
		font-size: 16px;
	}
	.plan-content-right h2 {
font-size:20px;
}
.plan-filters{
flex-direction: column;}
.plan-content-right {
padding: 10px;
    
}

}/* End custom CSS */