/* Global Style */
.bricks-posts-nothing-found {
    text-align: center;
}

strong {
  font-weight: 700;
}

.bricks-button:hover {
	transform: translateY(4px);
}

.bricks-button.bricks-background-primary:hover,
.bricks-button.bricks-background-light:hover {
  transform: translate(4px);
  box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px #17243F !important;
}

.bricks-button.bricks-background-primary {
  box-shadow: 4px 4px 0px -1px #ffffff, 4px 4px #17243F;
}

.bricks-button.bricks-background-light {
  box-shadow: 4px 4px 0px -1px #E0F479, 4px 4px #17243F;
}

[class*="text-line--"] {
	display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-line--2 {
    -webkit-line-clamp: 2;
}

.text-line--3 {
	-webkit-line-clamp: 3;
}

.text-line--4 {
	-webkit-line-clamp: 4;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Form Reset */
::-webkit-input-placeholder {
    color: #CACACA;
    opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #CACACA;
    opacity: 1;
}

label {
    margin-bottom: 0 !important;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.6rem;
    color: #17243F;
}

input,
textarea,
select,
.fluentform .frm-fluent-form .choices[data-type*=select-multiple] .choices__inner,
.fluentform .frm-fluent-form .ff_stripe_card_element.ff-el-form-control{
    padding: 1.7rem 2.4rem;
	border: 1px solid #CACACA;
    border-radius: 5px;
    outline: none;
	font-size: var(--text-16);
    line-height: 2.4rem;
    color: #17243F;
    caret-color: #17243F;
    word-break: normal;
    background-color: #fff;
    transition: 0.3s;
}

input:focus,
textarea:focus,
.fluentform .frm-fluent-form .choices[data-type*=select-multiple] .choices__inner:has(.choices__input:focus) {
	border-color: #17243F;
}

textarea {
	height: 176px;
	resize: none;
}

input[type="radio"],
input[type="checkbox"] {
	width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    padding: 0;
    border: 1px solid #CACACA;
	line-height: normal;
	background: #fff center/14px 14px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	cursor: pointer;
	transition: none;
}

.brxe-filter-radio input[type="radio"] {
  border: 2px solid #17243F;
}

input[type="checkbox"] {
	border-radius: 3px;
}

input[type="checkbox"]:checked {
	background-image: url(../images/icon-checkmark.svg);
}

input[type="radio"] {
	border-radius: 50px;
	transition: border-color .3s;
}

input[type="radio"]:checked {
	border-width: 6px;
	border-color: #17243F;
}

/* Fluent Form */
.fluentform .frm-fluent-form .ff-el-group {
	margin-bottom: clamp(16px, 14px + 0.4167vw, 20px);
}

.fluentform .frm-fluent-form .ff-el-group.hide {
	display: none;
}

.fluentform .ff-el-group.payment-title {
    margin-top: clamp(40px, 28px + 2.5vw, 64px);
    margin-bottom: 16px;
}

.fluentform .frm-fluent-form .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
    padding: 24px !important;
    border-radius: 8px;
}

.fluentform .frm-fluent-form .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
    border-color: #17243f !important;
    background-color: #17243f;
	box-shadow: none;
}

.fluentform .frm-fluent-form .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label span,
.fluentform .frm-fluent-form .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected .ff_plan_holder .ff_summary_container {
    color: #fff;
}

.fluentform .frm-fluent-form .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected .ff_plan_holder span {
    background: transparent;
}

.fluentform .frm-fluent-form .ff-el-group.ff_list_buttons .ff-el-form-check .ff_plan_holder .ff_summary_container {
    color: #17243f;
}

.fluentform .frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
    padding: 0;
}

.fluentform .frm-fluent-form .choices__list--dropdown .choices__item,
.fluentform .frm-fluent-form .choices[data-type*=select-multiple] .choices__input::-webkit-input-placeholder {
    color: #17243F;
	font-weight: 400;
}

.fluentform .ff-el-group.payment-title h4 {
	font-size: var(--text-28);
}

.fluentform .frm-fluent-form .ff-el-input--label {
	margin-bottom: 0;
}

.fluentform .frm-fluent-form .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
	content: "(required)";
	color: #17243F;
}

.fluentform .frm-fluent-form .ff-el-help-message {
	font-size: 14px;
	font-style: normal;
	color: #17243F;
}

.fluentform .frm-fluent-form .ff-el-is-error .text-danger {
	font-size: 14px;
}

.fluentform .frm-fluent-form .ff-el-group .ff-el-form-check-label {
    display: flex;
    gap: 22px;
}

.fluentform .frm-fluent-form .ff-el-form-check-label .ff-el-form-check-input {
    top: 0;
}

.fluentform .frm-fluent-form .ff-el-group .ff-el-form-check-label span {
    display: inline-block;
	padding-top: 0 !important;
    font-size: 16px;
    color: #17243F;
}

.fluentform .frm-fluent-form .choices__list--multiple .choices__item {
	border: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    background: #17243F;
}

.fluentform .frm-fluent-form .choices[data-type*=select-multiple] {
	margin-bottom: 0;
}

.fluentform .frm-fluent-form .choices[data-type*=select-multiple]:after {
	top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 0;
    background: url(../images/icon-chevron-down-gray.svg) center / contain no-repeat;
}

.fluentform .frm-fluent-form .ff-el-input--label:has(+.ff-el-input--content .ff_file_upload_holder) {
	margin-bottom: 8px;
}

.fluentform .frm-fluent-form .ff-dropzone .ff_upload_btn.ff-btn {
	border: 1px dashed #CACACA;
	dashes: 2, 2;
	border-radius: 5px;
	font-weight: 700;
	color: #17243F;
	background-color: #F8F7F2;
}

.fluentform .frm-fluent-form .ff-uploaded-list:empty {
    display: none;
}

.fluentform .frm-fluent-form .ff_submit_btn_wrapper {
	margin-top: 3rem;
	margin-bottom: 0;	
}

.fluentform .frm-fluent-form .ff-btn-submit,
.fluentform .frm-fluent-form .ff-btn-next {
	width: 100%;
	padding: 1.7rem 2.4rem;
	border-radius: 50px;
	font-family: 'Lexend';
	font-weight: 400;
	line-height: 2.6rem;
	color: #17243F;
	background: #DFF478;
	transition: .3s ease-in-out;
	box-shadow: 4px 4px 0px -1px #ffffff, 4px 4px #17243F;
}

.fluentform .frm-fluent-form .ff-btn-submit:hover,
.fluentform .frm-fluent-form .ff-btn-next:hover {
	transform: translate(4px);
    box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px #17243F
}

/* Bricks Form Reset */
.brxe-form .message {
    border-radius: 5px;
    text-align: center;
}

/* Header */
.primary-menu .menu-item>a {
    position: relative;
}

.primary-menu  .menu-item>a:after {
    content: "";
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 2.6rem;
    height: 0.7rem;
    background: url(/wp-content/uploads/2026/01/icon-border-menu-item.svg) center/contain no-repeat;
    opacity: 0;
    transition: .3s ease-in-out;
}

.primary-menu  .menu-item:hover>a:after,
.primary-menu  .menu-item.current-menu-item>a:after {
	opacity: 1;
}

/* Pricing Table */
.pricing__item .brxe-accordion .accordion-content-wrapper ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 36px;
    list-style: none;
}

.pricing__item .brxe-accordion .accordion-content-wrapper ul li:before {
    content: "";position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 28px;
    background: url(/wp-content/uploads/2026/01/check-dark.svg) center/contain no-repeat;
}

/* Content Lock */
.content-lock {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.content-lock__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.04deg, rgba(254, 253, 248, 0) 0%, #FEFDF8 100%);
}

.content-lock__content {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 445px;
    padding: 24px;
    margin: 0 auto;
    border: 1px solid #cacaca;
    border-radius: 20px;
    background-color: #fff;
}

.content-lock__body {
    text-align: center;
}

.content-lock__title {
    margin-bottom: 16px;
    font-size: var(--text-24);
}

.content-lock__button {
    margin-top: 24px;
    text-decoration: none;
}

/* Loading Animation */
.brx-loading-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgba(255, 255, 255, .7);
}

/* Filter */
.filter-item svg {
  transition: .3s;
}

.filter-item.open svg {
  transform: rotate(180deg);
}

/* Responsive */
@media screen and (min-width: 1025px) {
	/* Header */
	/* #brx-header.scrolling .header-wrapper {
	  padding-top: 15px;
	  padding-bottom: 15px;
	} */
}

@media screen and (max-width: 480px) {
	/* Global Style */
	.bricks-button.bricks-background-primary,
	.bricks-button.bricks-background-light {
		width: 100%;
	}
}