/* ************************** Global ************************** */

.new-theme {
    --transition: all .3s ease-in-out;
    --img-transition: all .5s ease-in-out;

    --body-font: 'Whyte';

    --sec-padding-inline: 4rem;
    --sec-padding-block: 8rem;

    --header-height: 103px;

    --container: 1400px;

    --white: #ffffff;
    --black: #000000;
    --action: #8ace14;
    --primary: #0e1a32;
    --title: #436DA9;
    --border: #d9d9d9;

    --h1: 6rem;
    --h1-lh: 1.2;

    --h2: 5.6rem;
    --h2-lh: 1.2;

    --h3: 4.8rem;
    --h3-lh: 1.2;

    --h4: 4rem;
    --h4-lh: 1.2;

    --h5: 3.2rem;
    --h5-lh: 1.2;

    --h6: 2.6rem;
    --h6-lh: 1.2;

    --text-xxl: 2.2rem;
    --text-xxl-lh: 1.5;

    --text-xl: 2rem;
    --text-xl-lh: 1.5;

    --text-lg: 1.8rem;
    --text-lg-lh: 1.5;

    --text-md: 1.6rem;
    --text-md-lh: 1.5;

    --text-sm: 14px;
    --text-sm-lh: 1.5;
}

body:has(.new-theme) {
    background: transparent;
}

.new-theme :where(h1, h2, h3, h4, h5, h6) {
    color: var(--primary);
    font-weight: 700;
}

.new-theme :where(section) {
    padding-block: var(--sec-padding-block);
    padding-inline: var(--sec-padding-inline);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.new-theme .container {
    max-width: var(--container);
    width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
    z-index: 1;
    position: relative;
    padding-inline: 0;
}

.new-theme .container:before,
.new-theme .container:after {
    display: none;
}

.new-theme p {
    margin-bottom: 1em;
}

.new-theme p:last-child {
    margin-bottom: 0;
}

.new-theme :where(video, img) {
    width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
}

/* ************************** Global ************************** */

/* ************************** Utils ************************** */

.h--1 {
    font-size: var(--h1);
    line-height: var(--h1-lh);
    font-weight: 700;
    margin: 0;
}

.h--2 {
    font-size: var(--h2);
    line-height: var(--h2-lh);
    font-weight: 700;
    margin: 0;
}

.h--3 {
    font-size: var(--h3);
    line-height: var(--h3-lh);
    font-weight: 700;
    margin: 0;
}

.h--4 {
    font-size: var(--h4);
    line-height: var(--h4-lh);
    font-weight: 700;
    margin: 0;
}

.h--5 {
    font-size: var(--h5);
    line-height: var(--h5-lh);
    font-weight: 700;
    margin: 0;
}

.h--6 {
    font-size: var(--h6);
    line-height: var(--h6-lh);
    font-weight: 700;
    margin: 0;
}

.text-xxl {
    font-size: var(--text-xxl);
    line-height: var(--text-xxl-lh);
}

.text-xl {
    font-size: var(--text-xl);
    line-height: var(--text-xl-lh);
}

.text-lg {
    font-size: var(--text-lg);
    line-height: var(--text-lg-lh);
}

.text-md {
    font-size: var(--text-md);
    line-height: var(--text-md-lh);
}

.text-sm {
    font-size: var(--text-sm);
    line-height: var(--text-sm-lh);
}

.flex {
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

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

.block {
    display: flex;
    flex-direction: column;
}

.grid {
    display: grid;
    grid-template-rows: 1fr;
}

.relative {
    position: relative;
}

.text-white {
    color: var(--white);
}

.text-black {
    color: var(--black);
}

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

.z-2 {
    z-index: 2;
}

.gap-8 {
    gap: 0.8rem;
}

.gap-12 {
    gap: 1.2rem;
}

.gap-16 {
    gap: 1.6rem;
}

.gap-20 {
    gap: 2rem;
}

.gap-24 {
    gap: 2.4rem;
}

.gap-32 {
    gap: 3.2rem;
}

.gap-40 {
    gap: 4rem;
}

.gap-48 {
    gap: 4.8rem;
}

.gap-56 {
    gap: 5.6rem;
}

.gap-64 {
    gap: 6.4rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.span-action span {
    color: var(--action);
}

.font-medium {
    font-weight: 500;
}

.absloute-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.pt-0 {
    padding-top: 0;
}

/* ************************** Utils ************************** */

/* ************************** Intro ************************** */

.intro-grid {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 6.4rem;
}

.text-link {
    color: var(--action);
    font-weight: 600;
    font-size: var(--text-md);
    line-height: var(--text-md-lh);
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 1px;
    display: flex;
    align-items: center;
    gap: 0.5em;
    transition: var(--transition);
    text-decoration-color: transparent;
}

.text-link::after {
    content: '';
    width: 1.1em;
    height: 1.1em;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYXJyb3ctcmlnaHQtaWNvbiBsdWNpZGUtYXJyb3ctcmlnaHQiPjxwYXRoIGQ9Ik01IDEyaDE0Ii8+PHBhdGggZD0ibTEyIDUgNyA3LTcgNyIvPjwvc3ZnPg==);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: currentColor;
}

.text-link:hover {
    text-decoration-color: currentColor;
    text-decoration-line: underline;
}

.bottom-bar {
    position: relative;
    padding-bottom: 2.4rem;
}

.bottom-bar::after {
    content: '';
    position: absolute;
    width: 5.6rem;
    height: 3px;
    background: var(--action);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* ************************** Intro ************************** */

/* ************************** Hero Banner ************************** */

.hero-banner::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, var(--black), transparent);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.hb-row {
    padding-bottom: 10rem;
}

/* ************************** Hero Banner ************************** */

/* ************************** Filter Section ************************** */

.filter-sec {
    margin-top: -12rem;
    padding-block: 0;
}

.filter-row {
    background: var(--white);
    padding: 3.2rem;
    border-radius: 1rem;
    border: 1px solid #ededed;
    box-shadow: 0 0 16px rgba(0, 0, 0, .05);
}

.propery-filters.ui-widget.ui-widget-content {
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}

.propery-filters.ui-tabs .ui-tabs-nav {
    border: 0;
    padding: 0;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.propery-filters .ui-helper-clearfix:before,
.propery-filters .ui-helper-clearfix:after {
    display: none;
}

.propery-filters.ui-tabs.ui-widget .ui-tabs-nav li {
    margin: 0;
    padding: 0;
    border: 0;
    background: unset;
}

.propery-filters.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    color: var(--primary);
    padding: 0em 2em 1em 2em;
    font-size: var(--text-lg);
    line-height: var(--text-lg-lh);
    transition: var(--transition);
}

.propery-filters.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    color: var(--action);
}

.propery-filters.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: var(--action);
    box-shadow: 0px 2px 0 0px currentColor;
}

.propery-filters.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.filter-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
    align-items: flex-end;
    gap: 2.4rem;
}

/* ************************** Filter Section ************************** */

/* ************************** Featured Property Section ************************** */

.featured-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
    height: 100%;
}

.fc-image-wrap img {
    aspect-ratio: 3/2;
    transition: var(--img-transition);
    transform: scale(1.01);
}

.fc-image-wrap {
    overflow: hidden;
}

.featured-card:hover .fc-image-wrap img {
    transform: scale(1.1);
}

.fc-add-favorite {
    position: absolute;
    z-index: 3;
    color: var(--white);
    padding: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(4px);
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    transition: var(--transition);
}

.fc-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding-right: 5rem;
    z-index: 1;
}

.fc-add-favorite.active,
.fc-add-favorite:hover {
    background: var(--white);
    color: var(--action);
    fill: var(--action);
}

.fc-category__item {
    font-size: 14px;
    background: var(--action);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.25em 1em;
    border-radius: 999px;
}

.fc-info {
    padding: 2rem;
    flex-grow: 1;
}

.fc-title {
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
}

.fc-price {
    color: var(--action);
    font-weight: 500;
}

.fc-location {
    gap: 0.75em;
    color: var(--primary);
    font-weight: 500;
    line-height: 1.35;
}

.fc-location svg {
    height: 1.25em;
    width: auto;
    flex-shrink: 0;
    margin-top: 0.1em;
}

.fc-meta {
    gap: 1.5em;
    font-size: var(--text-sm);
    line-height: var(--text-sm-lh);
    font-weight: 500;
}

.fc-meta__item {
    gap: 0.5em;
    align-items: center;
}

.fc-meta__item svg {
    height: 1.2em;
    width: auto;
}

/* ************************** Featured Property Section ************************** */

/* ************************** Splide Arrow Section ************************** */

.arrow-default .splide__arrow svg {
    display: none;
}

.arrow-default .splide__arrow {
    opacity: 1;
    background: var(--white);
    transition: var(--transition);
    width: 4.8rem;
    height: 4.8rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

.arrow-default .splide__arrow::after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYXJyb3ctcmlnaHQtaWNvbiBsdWNpZGUtYXJyb3ctcmlnaHQiPjxwYXRoIGQ9Ik01IDEyaDE0Ii8+PHBhdGggZD0ibTEyIDUgNyA3LTcgNyIvPjwvc3ZnPg==);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: var(--action);
    transition: var(--transition);
}

.arrow-default .splide__arrow:disabled {
    opacity: 0;
}

.arrow-default .splide__arrow--prev {
    left: -2.4rem;
}

.arrow-default .splide__arrow--prev:after {
    transform: scaleX(-1);
}

.arrow-default .splide__arrow--next {
    right: -2.4rem;
}

.arrow-default .splide__arrow:hover:not(:disabled) {
    opacity: 1 !important;
    background: var(--action);
    color: var(--white);
}

.arrow-default .splide__arrow:hover:after {
    background: currentColor;
}

.default-dots {
    padding-bottom: 4.8rem;
}

.default-dots .splide__pagination {
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.default-dots .splide__pagination.splide__pagination__page {
    margin: 0;
}

.default-dots .splide__pagination .splide__pagination__page {
    background: rgba(0, 0, 0, .2);
    margin: 0;
    opacity: 1;
    transform: none;
    width: 1rem;
    height: 1rem;
}

.default-dots .splide__pagination .splide__pagination__page.is-active {
    background: var(--action);
}

/* ************************** Splide Arrow Section ************************** */

/* ************************** Education Center Section ************************** */

.ec-list {
    --column: 3;
    --gap: 3.2rem;
    gap: 3rem var(--gap);
}

.ec-card {
    width: calc((100% / var(--column)) - (((var(--column) - 1) * var(--gap)) / var(--column)));
    grid-template-columns: 1fr 1.3fr;
    gap: 2rem;
    position: relative;
    color: var(--primary);
}

.ec-card__img {
    overflow: hidden;
    border-radius: 8px;
}

.ec-card__img img {
    height: 100%;
    transform: scale(1.01);
    transition: var(--img-transition);
}

.ec-card:hover .ec-card__img img {
    transform: scale(1.1);
}

.ec-card__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.ec-card__date {
    font-weight: 500;
}

.ec-card__title {
    margin: 0;
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.ec-card__tag {
    font-weight: 600;
    color: var(--title);
}

/* ************************** Education Center Section ************************** */

/* ************************** Review Section ************************** */

.review-sec {
    padding-top: 4rem;
}

.revire-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 3.2rem;
    height: 100%;
}

.revire-stars svg {
    fill: var(--action);
    color: var(--action);
    height: 2rem;
    width: auto;
}

.evire-card__desc {
    font-size: var(--text-md);
    line-height: var(--text-md-lh);
    color: var(--primary);
    font-weight: 500;
}

.revire-card__author {
    grid-template-columns: 4.8rem 1fr;
    margin-top: auto;
    gap: 1.6rem;
}

.revire-card__author-img img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    border: 1px solid var(--border);
}

.revire-card__author-name {
    font-weight: 600;
    color: var(--primary);
}

.review-slider__wrap .text-link {
    margin-left: auto;
}

/* ************************** Review Section ************************** */

/* ************************** Our Service Section ************************** */

.our-service-sec {
    background: var(--primary);
}

.our-service__list {
    --column: 4;
    --gap: 4rem;
    gap: 3rem var(--gap);
}

.os-card {
    width: calc((100% / var(--column)) - (((var(--column) - 1) * var(--gap)) / var(--column)));
    gap: 1.6rem;
    grid-template-columns: 5.6rem 1fr;
    align-items: flex-start;
    padding: 2.4rem;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 12px;
    background: rgba(255, 255, 255, .01);
}

.os-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--action);
    background: rgb(138 206 20 / 10%);
    aspect-ratio: 1/1;
}

.os-card__icon svg {
    width: 2.7rem;
    height: auto;
}

.os-card__title {
    color: var(--white);
    font-size: var(--text-lg);
    line-height: 1.25;
    margin: 0;
}

.os-card .text-link {
    font-size: 14px;
}

/* ************************** Our Service Section ************************** */