@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(.dashicon, .dashicons, i, .ab-ico) {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: unset;
}

body button {
    background-color: unset;
    border: unset;
    transition: var(--transition);
}

body a {
    text-decoration: unset;
    color: inherit;
    transition: var(--transition);
}

body svg {
    transition: var(--transition);
}

body a:hover,
body button:hover {
    transition: var(--transition);
}

body li {
    list-style: none;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body img {
    width: 100%;
    display: block;
    position: relative;
}

body p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    font-family: var(--paragraph-font) !important;
    color: var(--paragraph-color);
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .title {
    font-family: var(--title-font) !important;
}

.block-editor-iframe__body {
    background-color: #fafafa;
}

.block-editor-block-list__block .lunvara-editor-wrapper {
    border-radius: 30px;
    background-color: #fff;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-title {
    margin: 0 0 30px;
    padding: 30px;
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-radius: 30px 30px 0 0;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-title h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs {
    padding: 0 30px 10px;
}

.lunvara-editor-drag {}

.lunvara-editor-drag .lunvara-editor-draggable {
    margin: 0 0 10px;
}

.lunvara-editor-drag .lunvara-editor-draggable .lunvara-editor-draggable-button {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 10px;
    gap: 3px;
    border-radius: 50px;
    font-size: 11px;
    margin: 0 0 10px;
}

.lunvara-editor-drag .lunvara-editor-draggable .lunvara-editor-draggable-button span:last-child {}

.lunvara-editor-drag .lunvara-editor-draggable .lunvara-editor-draggable-button span:first-child {
    font-size: 14px !important;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable-remove {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable-remove button {
    border: 1px solid #cc1818;
    margin-left: 0;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs select {
    border: 1px solid #e0e0e0;
    height: 50px;
    border-radius: 50px;
    padding: 0 20px;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs select+*+.components-input-control__backdrop {
    all: unset;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs label {
    font-size: 13px;
    color: #b4b4b4;
    line-height: 1;
    display: flex;
    margin: 8px 0;
    align-items: center;
    gap: 10px;
    text-transform: unset;
    font-weight: 400;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs label strong {
    font-weight: 600;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))1a;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-radius: 100%;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs>*:not(label) {
    margin: 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs>*:not(label)>span {
    color: #898989;
    font-weight: 400;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs>*:not(label) strong {
    font-weight: 800;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor__image-preview {
    width: 100%;
    border-radius: 20px !important;
    height: 100%;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor__image-preview img {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater {
    padding: 30px;
    border-top: 1px solid #e0e0e0;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-repeater-wrapper {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-repeater-wrapper>.lunvara-editor-inputs {
    padding: 0;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .block-editor-block-list__block {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .block-editor-block-list__block>div {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-inputs {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 15px 10px;
    flex-wrap: wrap;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-inputs>*:not(label) {
    padding: 15px 20px;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-inputs:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-inputs .lunvara-icon-picker {
    width: 77%;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-inputs .lunvara-icon-picker p {
    margin: 0 0 10px;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-inputs:first-child label {
    margin-top: 0;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-repeater .lunvara-editor-repeater-col {
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))08;
    padding: 15px 0;
    margin: 0 0 20px;
    border-radius: 20px;
}

body .lunvara-icon-picker .components-button,
body .lunvara-editor-draggable .components-button,
body .lunvara-control-image .components-button {
    height: 30px;
    font-size: 12px;
    border-radius: 30px;
    padding: 0 20px !important;
}

body .lunvara-icon-picker p,
body .lunvara-editor-draggable .lunvara-editor-inputs,
body .lunvara-editor-draggable p,
body .lunvara-control-image p {
    margin: 0 0 10px;
}

body .lunvara-icon-picker {}

body .lunvara-icon-picker>div {
    margin: 0 0 10px;
}

body .block-editor-block-inspector .components-button:not(.components-panel__body-title .components-button) {
    height: 30px;
    border-radius: 50px;
    padding: 0 15px !important;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset !important;
    transition: all .4s ease;
    width: fit-content !important;
}

body .block-editor-block-inspector .components-button:not(.components-panel__body-title .components-button):hover {
    transition: all .4s ease;
}

body .block-editor-block-inspector .components-button:not(.components-panel__body-title .components-button).is-destructive {
    background-color: #cc18181c !important;
    color: #cc1818 !important;
    border-color: #cc1818 !important;
}

body .block-editor-block-inspector .components-button:not(.components-panel__body-title .components-button).is-destructive:hover {
    background-color: #cc1818 !important;
    color: #fff !important;
}

body .block-editor-block-inspector .components-button:not(.components-panel__body-title .components-button).is-primary {
    background-color: #00078A !important;
    border-color: #00078A !important;
}

body .block-editor-block-inspector .components-button:not(.components-panel__body-title .components-button).is-primary:hover {
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) !important;
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) !important;
}

body .block-editor-block-inspector .components-button:not(.components-panel__body-title .components-button).is-secondary {
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: #fff;
}

body .tt-media-field {
    border: unset !important;
    padding: 0 !important;
    background-color: transparent !important;
}

body .tt-media-field.icon {
    background-color: transparent !important;
    width: fit-content !important;
}

body .tt-media-field.icon .tt-media-field-images {
    width: 80px;
    height: 80px;
    background-color: #fff;
}

body .tt-media-field.icon .tt-media-field-images .lunvara-editor__icons-preview {}

body .tt-media-field.icon .tt-media-field-images .lunvara-editor__icons-preview i {
    font-size: 30px;
}

body .tt-media-field .tt-media-field-images {
    width: 125px;
    height: 125px;
    border: 1px dashed #D5D5D5;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
}

body .tt-media-field .tt-media-field-images {}

body .tt-media-field .tt-media-field-images .lunvara-editor__video-preview {
    width: 100%;
    border-radius: 20px !important;
    height: 100%;
}

body .tt-media-field .tt-media-field-images .lunvara-editor__video-preview video {
    width: 100%;
    height: 100%;
}

body .tt-media-field .tt-media-field-images body .tt-media-field .tt-media-field-images.media-white-bg {
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-color: #fff;
}

body .tt-media-field .tt-media-field-images .lunvara-editor__preview-alert {
    font-size: 10px;
    margin: 0 !important;
    color: #c0a118;
    line-height: 1;
    display: flex;
    margin: 0 0 8px;
    align-items: center;
    gap: 10px;
    text-align: center;
}

body .tt-media-field .tt-media-field-images img.no-upload {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

body .tt-media-field .tt-media-field-images img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}

body .tt-media-field .tt-media-field-buttons {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

body .tt-media-field .tt-media-field-buttons button {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.1px;
    padding: 0 15px;
    border-radius: 40px;
    height: 35px;
}


/* ICON SEARC */

.lunvara-icon-search {}

.lunvara-icon-search body .components-base-control {}

.lunvara-icon-search body .components-base-control.components-base-control__field {}

.lunvara-icon-search body .components-base-control.components-base-control__field .components-base-control__label {}

.lunvara-icon-search body .components-base-control.components-base-control__field .components-text-control__input {}

body .lunvara-icon-grid {}

body .lunvara-icon-grid button {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    padding: 14px 10px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

body .lunvara-icon-grid button i {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable {
    padding: 20px;
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))08;
    border-radius: 20px;
    margin: 0 0 20px;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable:first-child {
    margin-top: 0;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable .lunvara-editor-draggable-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    gap: 8px;
    padding: 0 10px;
    border-radius: 50px;
    margin: 0 0 15px 0;
    background-color: #fff;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable .lunvara-editor-inputs {
    padding: 0 0 10px 0;
}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable .lunvara-editor-draggable-button span {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable .lunvara-editor-draggable-button span:first-child {}

.block-editor-block-list__block .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-draggable .lunvara-editor-draggable-button span:last-child {}

.lunvara-editor-drag .components-button {}

.lunvara-editor-drag {
    border: unset !important;
    padding: 0 !important;
}

body .components-base-control {
    padding: 0 30px;
    margin: 0 0 20px;
}

body .components-base-control .components-base-control__field {}

body .components-base-control .components-base-control__field .components-base-control__label {
    font-size: 13px;
    color: #b4b4b4;
    line-height: 1;
    display: flex;
    margin: 8px 0;
    align-items: center;
    gap: 10px;
    text-transform: unset;
    font-weight: 400;
}

body .components-base-control .components-base-control__field .components-text-control__input,
body .components-base-control .components-base-control__field .components-textarea-control__input,
body .components-base-control__field .components-input-base .components-input-control__container .components-select-control__input {
    margin: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    font-size: 11px;
    border: 1px solid #e0e0e0;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
    color: #000;
}

body .components-base-control__field .components-input-base .components-input-control__container .components-select-control__input {
    padding: 0 10px;
}

body .components-base-control__field .components-input-base .components-input-control__container {
    border: unset;
}

body .components-base-control .components-base-control__field .components-input-control__backdrop {
    border: unset;
}

.block-editor-block-list__block[data-type="lunvara/faq-page"] .lunvara-editor-wrapper .lunvara-editor-card .lunvara-editor-inputs>*:not(label) {
    border: unset;
    padding: 0;
    margin: 0 0 10px;
    color: #b4b4b4;
}

.block-editor-block-inspector {}

.block-editor-block-inspector .rich-text {
    margin: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    font-size: 11px;
    border: 1px solid #e0e0e0;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
    margin: 0 0 10px;
    display: block;
}

.block-editor-block-inspector .components-base-control {
    padding: 0;
}

.block-editor-block-inspector .lunvara-control-image {
    margin: 0 0 15px;
}

/* Dynamic Gutenberg media controls */
.lunvara-control-media__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.lunvara-control-media__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tt-media-field--small .tt-media-field-images {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
}

.tt-media-field img,
.tt-media-field video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.has-spacing-top-none {
    padding-top: 0 !important;
}

.has-spacing-top-sm {
    padding-top: 32px;
}

.has-spacing-top-md {
    padding-top: 64px;
}

.has-spacing-top-lg {
    padding-top: 96px;
}

.has-spacing-top-xl {
    padding-top: 128px;
}

.has-spacing-bottom-none {
    padding-bottom: 0 !important;
}

.has-spacing-bottom-sm {
    padding-bottom: 32px;
}

.has-spacing-bottom-md {
    padding-bottom: 64px;
}

.has-spacing-bottom-lg {
    padding-bottom: 96px;
}

.has-spacing-bottom-xl {
    padding-bottom: 128px;
}

.has-background-white {
    background: #fff;
}

.has-background-light {
    background: #f8fafc;
}

.has-background-dark {
    background: #111827;
}

.has-background-primary {
    background: var(--lunvara-primary, #2563eb);
}

/* Lunvara Mini Elementor - Universal Block System */
[class*="lunvara-"] {
    --lunvara-space-xs: 12px;
    --lunvara-space-sm: 24px;
    --lunvara-space-md: 48px;
    --lunvara-space-lg: 72px;
    --lunvara-space-xl: 96px;
    --lunvara-space-2xl: 128px;
    --lunvara-radius-sm: 8px;
    --lunvara-radius-md: 16px;
    --lunvara-radius-lg: 28px;
    --lunvara-shadow-soft: 0 12px 32px rgba(15, 23, 42, .08);
    --lunvara-shadow-md: 0 18px 48px rgba(15, 23, 42, .12);
    --lunvara-shadow-lg: 0 26px 80px rgba(15, 23, 42, .16);
}

.has-background-custom {
    background: var(--lunvara-block-bg);
}

.has-background-white {
    background: #fff;
}

.has-background-light {
    background: var(--lunvara-light, #f8fafc);
}

.has-background-dark {
    background: var(--lunvara-dark, #0f172a);
    color: #fff;
}

.has-background-primary {
    background: var(--lunvara-primary, #0ea5e9);
    color: #fff;
}

.has-background-secondary {
    background: var(--lunvara-secondary, #14b8a6);
    color: #fff;
}

.has-background-gradient {
    background: var(--lunvara-gradient, linear-gradient(135deg, var(--lunvara-primary, #0ea5e9), var(--lunvara-secondary, #14b8a6)));
    color: #fff;
}

.has-spacing-top-none,
.has-padding-top-none {
    padding-top: 0 !important;
}

.has-spacing-bottom-none,
.has-padding-bottom-none {
    padding-bottom: 0 !important;
}

.has-spacing-top-xs,
.has-padding-top-xs {
    padding-top: var(--lunvara-space-xs) !important;
}

.has-spacing-bottom-xs,
.has-padding-bottom-xs {
    padding-bottom: var(--lunvara-space-xs) !important;
}

.has-spacing-top-sm,
.has-padding-top-sm {
    padding-top: var(--lunvara-space-sm) !important;
}

.has-spacing-bottom-sm,
.has-padding-bottom-sm {
    padding-bottom: var(--lunvara-space-sm) !important;
}

.has-spacing-top-md,
.has-padding-top-md {
    padding-top: var(--lunvara-space-md) !important;
}

.has-spacing-bottom-md,
.has-padding-bottom-md {
    padding-bottom: var(--lunvara-space-md) !important;
}

.has-spacing-top-lg,
.has-padding-top-lg {
    padding-top: var(--lunvara-space-lg) !important;
}

.has-spacing-bottom-lg,
.has-padding-bottom-lg {
    padding-bottom: var(--lunvara-space-lg) !important;
}

.has-spacing-top-xl,
.has-padding-top-xl {
    padding-top: var(--lunvara-space-xl) !important;
}

.has-spacing-bottom-xl,
.has-padding-bottom-xl {
    padding-bottom: var(--lunvara-space-xl) !important;
}

.has-spacing-top-2xl,
.has-padding-top-2xl {
    padding-top: var(--lunvara-space-2xl) !important;
}

.has-spacing-bottom-2xl,
.has-padding-bottom-2xl {
    padding-bottom: var(--lunvara-space-2xl) !important;
}

.has-padding-left-xs {
    padding-left: var(--lunvara-space-xs) !important;
}

.has-padding-right-xs {
    padding-right: var(--lunvara-space-xs) !important;
}

.has-padding-left-sm {
    padding-left: var(--lunvara-space-sm) !important;
}

.has-padding-right-sm {
    padding-right: var(--lunvara-space-sm) !important;
}

.has-padding-left-md {
    padding-left: var(--lunvara-space-md) !important;
}

.has-padding-right-md {
    padding-right: var(--lunvara-space-md) !important;
}

.has-padding-left-lg {
    padding-left: var(--lunvara-space-lg) !important;
}

.has-padding-right-lg {
    padding-right: var(--lunvara-space-lg) !important;
}

.has-margin-top-none {
    margin-top: 0 !important;
}

.has-margin-bottom-none {
    margin-bottom: 0 !important;
}

.has-margin-top-xs {
    margin-top: var(--lunvara-space-xs) !important;
}

.has-margin-bottom-xs {
    margin-bottom: var(--lunvara-space-xs) !important;
}

.has-margin-top-sm {
    margin-top: var(--lunvara-space-sm) !important;
}

.has-margin-bottom-sm {
    margin-bottom: var(--lunvara-space-sm) !important;
}

.has-margin-top-md {
    margin-top: var(--lunvara-space-md) !important;
}

.has-margin-bottom-md {
    margin-bottom: var(--lunvara-space-md) !important;
}

.has-margin-top-lg {
    margin-top: var(--lunvara-space-lg) !important;
}

.has-margin-bottom-lg {
    margin-bottom: var(--lunvara-space-lg) !important;
}

.is-align-left {
    text-align: left;
}

.is-align-center {
    text-align: center;
}

.is-align-right {
    text-align: right;
}

.is-valign-top {
    align-items: flex-start;
}

.is-valign-middle {
    align-items: center;
}

.is-valign-bottom {
    align-items: flex-end;
}

.has-radius-none {
    border-radius: 0 !important;
}

.has-radius-sm {
    border-radius: var(--lunvara-radius-sm);
    overflow: hidden;
}

.has-radius-md {
    border-radius: var(--lunvara-radius-md);
    overflow: hidden;
}

.has-radius-lg {
    border-radius: var(--lunvara-radius-lg);
    overflow: hidden;
}

.has-radius-pill {
    border-radius: 999px;
    overflow: hidden;
}

.has-shadow-none {
    box-shadow: none !important;
}

.has-shadow-soft {
    box-shadow: var(--lunvara-shadow-soft);
}

.has-shadow-md {
    box-shadow: var(--lunvara-shadow-md);
}

.has-shadow-lg {
    box-shadow: var(--lunvara-shadow-lg);
}

.has-columns-gap-xs .row {
    row-gap: var(--lunvara-space-xs);
    column-gap: var(--lunvara-space-xs);
}

.has-columns-gap-sm .row {
    row-gap: var(--lunvara-space-sm);
    column-gap: var(--lunvara-space-sm);
}

.has-columns-gap-md .row {
    row-gap: var(--lunvara-space-md);
    column-gap: var(--lunvara-space-md);
}

.has-columns-gap-lg .row {
    row-gap: var(--lunvara-space-lg);
    column-gap: var(--lunvara-space-lg);
}

[style*="--lunvara-block-title-color"] h1,
[style*="--lunvara-block-title-color"] h2,
[style*="--lunvara-block-title-color"] h3 {
    color: var(--lunvara-block-title-color) !important;
}

[style*="--lunvara-block-text-color"] p,
[style*="--lunvara-block-text-color"] li,
[style*="--lunvara-block-text-color"] span {
    color: var(--lunvara-block-text-color);
}

[style*="--lunvara-block-content-width"]>.container,
[style*="--lunvara-block-content-width"]>.lunvara-container {
    max-width: var(--lunvara-block-content-width);
}

.has-button-style-secondary .lunvara-button {
    background: var(--lunvara-secondary, #14b8a6);
}

.has-button-style-outline .lunvara-button {
    background: transparent;
    border: 1px solid currentColor;
    color: var(--lunvara-primary, #0ea5e9);
}

.has-button-style-light .lunvara-button {
    background: #fff;
    color: var(--lunvara-primary, #0ea5e9);
}

@media (min-width: 1025px) {
    .is-hidden-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .is-hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .is-hidden-mobile {
        display: none !important;
    }
}

.editor-styles-wrapper .lunvara-editor-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.editor-styles-wrapper .lunvara-editor-title {
    display: none;
}

.editor-styles-wrapper .lunvara-editor-inputs>label {
    display: none;
}

.editor-styles-wrapper .tt-media-field {
    pointer-events: none;
}

/* Gutenberg front-preview helpers */
.lunvara-editor-preview-note {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    padding: 10px 14px;
    border: 1px dashed #c3c4c7;
    border-radius: 8px;
    color: #50575e;
    font-size: 13px;
    background-color: #fff;
    line-height: 1.4;
}

.lunvara-editor-form-placeholder,
.lunvara-editor-map-placeholder,
.lunvara-editor-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    width: 100%;
    border: 1px dashed #c3c4c7;
    border-radius: 12px;
    background: #f6f7f7;
    color: #646970;
    text-align: center;
}

.lunvara-editor-image-placeholder::before {
    content: "Önizleme görseli";
}

.block-editor-block-list__layout .lunvara-button,
.block-editor-block-list__layout .video-button,
.block-editor-block-list__layout .swiper-navigation-button,
.block-editor-block-list__layout .faq-action-button {
    pointer-events: none;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.lunvara-button {
    background-color: #fff;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 6px 6px 20px;
    border-radius: 50px;
    gap: 15px;
    position: relative;
    width: fit-content;
}

.lunvara-button:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.lunvara-button:hover .icon {
    background-color: #ffffff21 !important;
}

.lunvara-button .icon {
    background-color: #035aa71a;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lunvara-button .icon i {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: -1px;
}

.lunvara-button span {
    line-height: 1;
}

.lunvara-section {
    background-color: #fff;
    width: 90%;
    min-width: 90%;
    margin: 0 auto 50px;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), transparent 85%);
}

.actions-group {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}


.lunvara-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.lunvara-head .head-col {}

.lunvara-head h2 {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
    color: var(--title-color);
    display: block;
    margin: 0;
}

.lunvara-head h2 strong {
    display: block;
    font-weight: 600;
}

.lunvara-head p {
    font-size: 18px;
    max-width: 75%;
}

.navigation-group {}

.swiper-navigation-button {
    position: relative;
    background-color: color-mix(in srgb, var(--secondary-color), transparent 95%);
    width: 80px;
    height: 80px;
    color: var(--secondary-color);
    font-size: 30px;
    border-radius: 0 80px 80px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-navigation-button:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    border-color: var(--secondary-color) !important;
}

.swiper-navigation-button i {}

.swiper-navigation-button.swiper-button-lock {
    cursor: no-drop;
    opacity: .7;
}

.swiper-navigation-button.prev {}

.swiper-navigation-button.next {}


.swiper {
    height: 0;
    width: 0;
}

.swiper.swiper-horizontal,
.swiper.swiper-vertical {
    height: auto;
    width: auto;
}

body .swiper-horizontal>.swiper-pagination-bullets,
body .swiper-pagination-bullets.swiper-pagination-horizontal,
body .swiper-pagination-custom,
body .swiper-pagination-fraction {
    position: relative;
    bottom: unset;
    top: unset;
    left: unset;
    height: auto;
}


body .swiper-pagination {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    gap: 10px;
}

body .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 30px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #E6E6E6;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
}

body .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--secondary-color);
    border-radius: 15px;
    transform: translate(0, -100%);
    transition: var(--transition);
}

body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {}

body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    transform: translate(0, 0);
    transition: var(--transition);
}

.lunvara-alert {
    display: block;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    line-height: 1;
}

.lunvara-alert strong {}

.lunvara-alert.alert-danger {
    color: #C10000;
}

.lunvara-alert.alert-success {
    background-color: #00800014;
    color: #007600;
}

.lunvara-alert.alert-warning {
    color: #dba400;
    background-color: #fff9e7;
}

.lunvara-alert.alert-info {}


.lunvara-content {}

.lunvara-content h2 {
    color: var(--title-color);
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0 20px;
    text-align: end;
}

.lunvara-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}

.lunvara-content h4 {}

.lunvara-content h5 {}

.lunvara-content h6 {}

.lunvara-content p {
    color: #7A7A7A;
    margin: 0 0 30px;
    line-height: 37px;
    font-size: 17px;
}

.lunvara-content img {
    border-radius: 50px;
    height: 400px;
    object-fit: cover;
    margin: 0 0 50px;
}

.lunvara-content ul {
    margin: 10px 0 30px;
}

.lunvara-content ul li,
.lunvara-content ol li {
    color: #7A7A7A;
    line-height: 32px;
    position: relative;
}

.lunvara-content a {}

.lunvara-content strong {
    font-weight: 600;
    display: block;
}

.page-content-list .lunvara-alert.alert-warning {}

.page-content-list .row>div.alert-col {
    display: none;
}

.social-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-group a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8C8C8;
    border-radius: 100%;
    color: var(--secondary-color);
}

.social-group a:hover {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    border-color: var(--secondary-color) !important;
}

.social-group a i {}


/** ASIDE **/

.lunvara-aside {
    height: 100%;
}

.lunvara-aside .lunvara-aside-wrapper {}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media {
    position: relative;
    margin: 0 0 50px;
}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .image {}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .image img {
    border-radius: 50px;
    height: 500px;
    object-fit: cover;
}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .media-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .media-button .lunvara-button {
    width: 100%;
    background-color: #ffffff0a;
    backdrop-filter: blur(6px);
    border: 1px solid #ffffff6e;
    height: 70px;
    color: #fff;
    font-size: 20px;
    justify-content: center;
}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .media-button .lunvara-button span {}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .media-button .lunvara-button .icon {
    width: 56px;
    height: 56px;
    background-color: #ffffff14;
}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .media-button .lunvara-button .icon i {}

.lunvara-aside .lunvara-aside-wrapper .lunvara-aside-form {
    background-color: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 4%);
    padding: 40px;
    border-radius: 50px;
    margin: 50px 0 0;
}

@media only screen and (max-width: 767px) {
    .lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .media-button .lunvara-button {
        height: 60px;
        font-size: 17px;
    }

    .lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .media-button .lunvara-button .icon {
        width: 40px;
        height: 40px;
    }

    .lunvara-aside .lunvara-aside-wrapper .lunvara-aside-media .media-button .lunvara-button .icon i {
        font-size: 18px;
    }

    .lunvara-aside .lunvara-aside-wrapper .lunvara-aside-form {
        padding: 30px;
        border-radius: 40px;
    }
}

/** BANNER CARD **/

.lunvara-banner-card {}

.lunvara-banner-card .banner-wrapper {}

.lunvara-banner-card .banner-wrapper .banner-card {
    position: relative;
}

.lunvara-banner-card .banner-wrapper .banner-card:hover {}

.lunvara-banner-card .banner-wrapper .banner-card:hover .card-content .title,
.lunvara-banner-card .banner-wrapper .banner-card:hover .card-content .icon {
    color: #fff;
    transition: all .5s ease;
}

.lunvara-banner-card .banner-wrapper .banner-card:hover .card-content .icon svg {
    fill: #fff;
    transition: all .5s ease;
}

.lunvara-banner-card .banner-wrapper .banner-card:hover .card-image::after {
    opacity: 1;
    visibility: visible;
    transition: var(--transition);
}

.lunvara-banner-card .banner-wrapper .banner-card:hover .card-image::before {
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.lunvara-banner-card .banner-wrapper .banner-card .card-image {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.lunvara-banner-card .banner-wrapper .banner-card .card-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    background: -moz-linear-gradient(180deg, #ffffff00 0%, #ffffff 100%);
    background: -webkit-linear-gradient(180deg, #ffffff00 0%, #ffffff 100%);
    background: linear-gradient(180deg, #ffffff00 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fff", GradientType=1);
    z-index: 1;
    transition: var(--transition);
}

.lunvara-banner-card .banner-wrapper .banner-card .card-image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--secondary-color);
    background: -moz-linear-gradient(180deg, color-mix(in srgb, var(--secondary-color), transparent 100%) 0%, color-mix(in srgb, var(--secondary-color), transparent 50%) 100%);
    background: -webkit-linear-gradient(180deg, color-mix(in srgb, var(--secondary-color), transparent 100%) 0%, color-mix(in srgb, var(--secondary-color), transparent 50%) 100%);
    background: linear-gradient(180deg, color-mix(in srgb, var(--secondary-color), transparent 100%) 0%, color-mix(in srgb, var(--secondary-color), transparent 50%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fff", GradientType=1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.lunvara-banner-card .banner-wrapper .banner-card .card-image img {
    border-radius: 50px;
}

.lunvara-banner-card .banner-wrapper .banner-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0 20px 40px;
}

.lunvara-banner-card .banner-wrapper .banner-card .card-content .title {
    color: var(--secondary-color);
    font-size: 30px;
    text-transform: uppercase;
    line-height: 36px;
    text-align: center;
    margin: 0 0 20px;
    transition: all .5s ease;
}

.lunvara-banner-card .banner-wrapper .banner-card .card-content .title strong {
    display: block;
}

.lunvara-banner-card .banner-wrapper .banner-card .card-content .icon {
    text-align: center;
    color: var(--secondary-color);
    font-size: 35px;
    line-height: 1;
}

.lunvara-banner-card .banner-wrapper .banner-card .card-content .icon svg {
    fill: var(--secondary-color);
    width: 45px;
    height: 45px;
    transition: all .5s ease;
}

.lunvara-banner-card .banner-wrapper .banner-card .card-content .icon i {}

/** SEARCH CARD **/

.search-card {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 80px;
    height: 80px;
    padding: 0 10px;
    gap: 15px;
    width: 100%;
}

.search-card .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: color-mix(in srgb, var(--secondary-color), transparent 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--secondary-color);
    font-size: 24px;
}

.search-card .icon i {}

.search-card input {
    background-color: unset;
    border: unset;
    width: 100%;
    font-size: 17px;
    height: 100%;
    color: var(--secondary-color);
}

.search-card input::placeholder {
    color: color-mix(in srgb, var(--secondary-color), transparent 65%);
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .page-search {
        width: 100%;
        margin: 0 0 30px;
    }

    .search-card {
        height: 70px;
    }

    .search-card .icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .search-card input {
        font-size: 15px;
    }
}