:root {
    --white: #ffffff;
    --white-two: #F8F8F8;
    --red: #BE5247;
    --green: #415135;
    --light-green: #D7E2DC;
    --smoke-white: #F8F5EF;
    --smoke-white-two: #F2F0ED;
    --smoke-white-three: #EDEBE5;
    --smoke-white-four: #E4E0DA;
    --gray: #979797;
    --light-red: #EA9786;
    --opacity-green: rgba(60, 73, 48, 0.7);
    --yellow: #FAE1A1;
    --orange: #E0AE81;
    --light-green: #BFD1C7;
    --light-green-two: #C1D3C9;
}



/* Common */
body {
    font-family: 'Urbanist', sans-serif;
}

a {
    text-decoration: none;
    color: var(--green);
}

#pricing img,
.booking-management img,
.booking-onboarding img,
.realtor-referral img,
.guest-care-section img,
.home-care-section img
{
    width: 100%;
}

footer .logo {
    width: auto;
}

strong {
    font-family: 'Urbanist-Bold', sans-serif;
}

p {
    font-family: 'DMSans-Regular', sans-serif;
}


h2, h3, h4 {
    font-family: 'Urbanist-Regular', sans-serif;
}
/* Helpers */

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


/* Icon */
.icon {
    --background-color: var(--green);
    background-color: var(--background-color);
    width: 60px;
    height: 60px;
    padding: 8px;
    border-radius: 16px;
    box-sizing: border-box;
}
/* Button */

.btn {
    --background-color: var(--red);
    --text-color: var(--smoke-white);
    padding: 12px 16px;
    background-color: var(--background-color);
    border-radius: 10px;
    color: var(--text-color);
    font-weight: 600;
    display: inline-block;
}

.btn--large {
    padding-left: 80px;
    padding-right: 80px;
}


.btn:hover {
    --background-color: var(--red);
    --text-color: var(--smoke-white);
    background-color: var(--background-color);
    border-radius: 10px;
    color: var(--text-color);
    font-weight: normal;
    display: inline-block;
}


.btn--green {
    --background-color: var(--light-green);
    --text-color: var(--green);
}

.btn--green:hover {
    --background-color: var(--light-green);
    --text-color: var(--green);
}

.btn--full {
    width: 100%;
    display: block;
}

/* Header */

.header {
    background-color: var(--white);
    padding: 16px 0;
    height: 100px;
    box-sizing: border-box;
}

.header__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__logo img {
    max-width: 156px;
}

.header__navigation {
    padding: 0 95px;
    flex: auto;
}

.header__navigation ul {
    display: flex;
    gap: 32px;
}

/* Hero */

.hero {
    --background: var(--green);
    /*background-image: url('/wp-content/themes/nayahomes/assets/img/fondo.jpg');*/
    height: 705px;
    background-color: var(--background);
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.hero--smoke-white {
    --background: var(--smoke-white-three);
    height: auto;
    padding: 80px 0;
    margin-top: 68px;
}
.hero--smoke-white .hero__text h1 {
    color: var(--red);
    font-size: 56px;
    line-height: 1.2em;
    font-family: 'Urbanist-Regular', sans-serif;
    padding-right: 99px;
}

.hero--smoke-white .hero__text p {
    color: var(--green);
    font-size: 20px;
    line-height: 1.5em;
    font-family: 'DMSans-Regular', sans-serif;
    margin-bottom: 0;
    padding-right: 110px;
}

.hero__content {
    display: flex;
    align-items: center;
}

.hero__logo {
    max-width: 350px;
    margin-bottom: 16px;
}

.hero__text h1 {
    font-size: 70px ;
    line-height: 80px;
    color: var(--yellow);
    font-family: 'Urbanist-Regular', sans-serif;
    margin-bottom: 40px;
}

.hero__text p {
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 60px;
}
.hero__bullets {
    display: flex !important;
    flex-flow: row !important;
    overflow: auto !important;
}

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

.hero__bullets {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.hero__bullet {
    background-color: var(--smoke-white-four);
    border: 1px solid var(--gray);
    display: flex;
    padding: 10px 16px;
    border-radius: 8px;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero__bullet img {
    width: 24px !important;
}

.hero__bullet p {
    font-size: 14px !important;
    color: var(--green) !important;
    font-family: 'Urbanist-Bold', sans-serif;
    margin-bottom: 0 !important;
    line-height: 1.2em !important;
}

.hero__bullet--active {
    background-color: var(--red);

}

.hero__bullet--active p {
    color: var(--white) !important;
}

.hero__bullet--active img {
    filter: brightness(0) invert(1);
}


@media screen and (max-width: 992px) {
    .hero {
        height: auto;
        padding: 24px 0;
    }

    .hero--smoke-white .hero__text h1 {
        padding-right: 10px;
    }

    .hero__logo {
        display: block;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .hero__text {
        margin-bottom: 24px;
    }

    .hero__text h1 {
        font-size: 48px !important;
        line-height: 1.25em;
        text-align: center;
    }

    .hero__text p {
        text-align: center;
    }

    .hero__text a {
        display: block;
        margin: 0 auto;
    }

    .hero__bullets .col-lg-2 {
        flex-shrink: 0.08;
    }

    .hero__bullet {
        margin-bottom: 16px;
    }
}

/* We Work */

.we-work {
    padding: 40px 0;
    background-color: var(--smoke-white-two);
}

.we-work p {
    font-family: 'Urbanist-Regular', sans-serif;
    font-size: 33px;
    line-height: 40px;
    font-weight: normal;
    color: var(--green);
}

@media screen and (max-width: 992px) {
    .we-work p {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 0;
    }

    .hero--smoke-white {
        margin-top: 0px;
    }

    .hero--smoke-white .hero__text p {
        padding-right: 0;
    }

}

/* Realtor Section */

.realtor {
    background-color: var(--smoke-white-three);
    padding: 60px 0;
}

a.underlined {
    color: var(--red);
    text-decoration: underline;
}

.realtor__content {
    display: flex;
    gap: 80px;
    align-items: center;
}


.realtor__text h2 {
    font-size: 46px;
    font-weight: 500;
    color: var(--green);
    margin-bottom: 40px;
}

.realtor__point {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.realtor__image {
    max-width: 80%;
    margin: 0 auto;
}


.realtor__point:last-child {
    margin-bottom: 0;
}

.realtor__point h3 {
    font-size: 29px;
    color: var(--green);
    font-weight: 700;
    margin-bottom: 12px;
}

.realtor__point p {
    font-size: 16px;
    color: var(--green);
    line-height: 20px;
}

@media screen and (max-width: 992px) {
    .realtor__text {
        margin-top: 32px;
    }

    .realtor__text h2 {
        font-size: 40px;
        text-align: center;
    }

    .realtor__point {
        flex-flow: row;
    }
    .realtor__point h3 {
        font-size: 26px;
    }
    .realtor__point p{
        font-size: 18px;
    }

    .rent-pro h2 {
        font-size: 32px;
        text-align: center;
    }

    .rent-pro p {
        font-size: 18px;
    }
}




/* how it works */
.how-it-works {
    padding: 120px 0;
    background-color: var(--smoke-white-two);
}

.how-it-works__text h2 {
    font-size: 48px;
    font-weight: 500;
    color: var(--green);
    margin-bottom: 40px;
}

.how-it-works__bullet {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px;
}

.how-it-works__bullet p {
    font-size: 20px;
    color: var(--green);
}

.how-it-works__bullet:last-child {
    margin-bottom: 0;
}

.how-it-works__bullet-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
    box-sizing: border-box;
    background-color: var(--red);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.how-it-works__image {
    max-width: 80%;
    margin: 0 auto;
}

.how-it-works__image-decoration {
    position: relative;
}

.how-it-works__image-decoration img {
    position: relative;
    z-index: 5;
}

.how-it-works__image-decoration::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    background-color: var(--light-red);
    display: block;
    top: -40px;
    left: -40px;
    border-radius: 40px;
    z-index: 0;
}

.how-it-works__image-decoration::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-image: url('/wp-content/themes/nayahomes/assets/img/v2/points.svg');
    transform: translate(25%, 25%);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 992px) {
    .how-it-works__bullet-number {
        font-size: 18px;
    }

    .how-it-works__image {
        margin-top: 80px !important;
    }
}

/* Cities Manage */
.cities-manage {
    height: 350px;
    background-image: url('/wp-content/themes/nayahomes/assets/img/v2/cities-manage.jpg');
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.cities-manage h2 {
    font-size: 48px;
    text-align: center;
    color: var(--white);
    font-weight: 400;
}

.cities-manage::before {
    background-color: var(--opacity-green);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.cities-manage__content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}

.cities-manage .container {
    z-index: 100;
}

.cities-manage__locations {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.cities-mange__text {
    width: 40%;
}


.cities-manage__location {
    background-color: var(--green);
    padding: 12px 11px;
    color: var(--white);
    border-radius: 8px;
}

cities-manage h2 {
    text-align: left;
}

.cities-manage__location h3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}

.cities-manage__location p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
}

@media screen and (max-width: 992px) {
    .cities-manage h2 {
        margin-bottom: 32px;
        font-size: 40px;
    }
    .cities-manage__locations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 32px;
    }
}


/* */
.client-in-mind {
    background-color: var(--smoke-white-three);
    padding-bottom: 80px;
    padding-top: 120px;
}

.client-in-mind__form {
    background-color: var(--white);
    min-height: 450px;
    border-radius: 40px;
    padding: 60px;
    box-sizing: border-box;
    width: 90%;
}


.client-in-mind__text h2 {
    font-size: 48px;
    font-weight: 500;
    color: var(--green);
    margin-bottom: 40px;
}

.client-in-mind__text p {
    font-size: 20px;
    line-height: 1.5em;
    color: var(--green);
    margin-bottom: 24px;
}
.client-in-mind__image {
    max-width: 80%;
}

.client-in-mind__image-decoration {
    position: relative;
}

.client-in-mind__image-decoration img {
    position: relative;
    z-index: 5;
}


.client-in-mind__image-decoration::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 95%;
    background-color: var(--light-green);
    content: "";
    display: block;
    border-radius: 40px;
    z-index: 0;
    transform: translateX(40px) translateY(70px);
}

.client-in-mind__image-decoration::before {
    position: absolute;
    content: "";
    width: 170px;
    height: 170px;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url('/wp-content/themes/nayahomes/assets/img/v2/points.svg');
    transform: translate(-10%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 992px) {
    .client-in-mind__image-decoration::after {
        transform: translateX(10px) translateY(40px);
    }

    .client-in-mind__image-decoration::before {
        width: 120px;
        height: 120px;
    }

    .client-in-mind__image {
        max-width: 100% !important;
    }
    .client-in-mind__text h2 {
        font-size: 40px;
        text-align: center;
        margin-top: 60px;
    }

    .client-in-mind__text p {
        font-size: 18px;
        text-align: center;
    }

    .client-in-mind__form {
        width: 100%;
        padding: 50px 10px;
    }
}

/* Rent Pro */

.rent-pro {
    background-color: var(--smoke-white-two);
    padding-top: 120px;
    position: relative;
    overflow: hidden;

}

.rent-pro__decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    max-width: 800px;
}

.rent-pro__content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.rent-pro__logo {
    max-width: 200px;
}

.rent-pro__bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.rent-pro__bullet {
    width: calc(50% - 24px);
}

.rent-pro h2 {
    font-size: 48px;
    color: var(--red);
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 24px;
}

.rent-pro p {
    color: var(--green);
    font-size: 20px;
    line-height: 1.5;
}


.rent-pro__bullet h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: var(--red);
    margin-bottom: 8px;
    margin-top: 24px;
}

.rent-pro__bullet p {
    line-height: 24px;
    color: var(--green);
    font-size: 16px;
}

.rent-pro__bullet .icon {
    --background-color: var(--red);
}



.rent-pro__phone {
    max-width: 85%;
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -10px;
    transform: translateX(25%);
}

@media screen and (max-width: 1400px) {
    .rent-pro__phone {
        max-width: 75%;
    }

    .rent-pro__decoration {
        max-width: 650px;
    }
}

@media screen and (max-width: 992px) {
    .rent-pro__decoration {
        width: 100%;
    }

    .rent-pro__bullet {
        width: 100% !important;
    }

    .rent-pro__phone {
        transform: none;
    }
    .rent-pro__logo {
        margin: 0 auto;
    }

    .rent-pro h2 {
        font-size: 36px;
    }

    .how-it-works__text h2 {
        text-align: center;
    }
}

/* Reputation */
.reputation {
    padding: 80px 0;
    background-color: var(--smoke-white-three);
}
.reputation h2 {
    font-size: 48px;
    color: var(--red);
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.reputation__slider {
    position: relative;
    transform: scale(0.85);
}
.reputation__testimonial {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.reputation__testimonial-person {
    display: flex;
    gap: 24px;
    align-items: center;
}

.reputation__testimonial-name h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 16px;
}


.reputation__testimonial-name p {
    font-size: 16px;
    color: var(--red);
}

.reputation__testimonial-text p {
    font-size: 18px;
    line-height: 1.6em;
    color: var(--green);
    margin-top: 16px;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide{
    width: 300px;
}

.realtor-slide__control {
    width: 80px;
    height: 80px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--green);
    cursor: pointer;
    top: 50%;
    position: absolute;
    z-index: 11;
    transform: translateY(-50%);
}

.realtor-slide__control--prev {
    left: 5%;
}

.realtor-slide__control--prev img {
    transform: rotate(180deg);
}

.realtor-slide__control--next {
    right: 5%;
}

.realtor-slide__control img {
    width: 35px;
}
.realtor-slide {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.realtor-slide h4 {
    color: var(--white);
    font-size: 28px;
    line-height: 44px;
    font-weight: 600;
}

.realtor-slide p {
    line-height: 30px;
    color: white;
}

.reputation__testimonial--hide {
    opacity: 0 !important;
}

.realtor-slide__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 24px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,212,255,0) 100%);
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.reputation__testimonial-photo img {
    /*border: 5px solid var(--green);*/
    border-radius: 50%;
    width: 83px;
    height: 83px;
}

.reputation__testimonial-logo {
    width: 150px;
    padding-top: 15px;
    height: auto;
}

.reputation__testimonial-logo img {
    width: 150px;
    height: auto;
}

.swiper-slide-active .realtor-slide__content {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .reputation h2 {
        font-size: 38px;
        text-align: center;
        margin-top: 60px;
    }

    .reputation__slider {
        transform: none;
    }

    .realtor-slide__control {
        height: 48px;
        width: 48px;
    }

    .realtor-slide__control img {
        width: 20px;
    }
    .realtor-slide__control--prev {
        left: 0;
    }

    .realtor-slide__control--next {
        right: 0;
    }
}

/* GUEST CARE Page */
.customer-stats {
    background-color: var(--smoke-white-three);
    padding: 100px 0;
}

.customer-stats__content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.customer-stats__image-decoration {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    position: relative;
    transform: translateX(-10%);
}

.customer-stats__image-decoration::before {
    width: 60%;
    background-color: var(--orange);
    display: block;
    position: absolute;
    content: "";
    top: -20px;
    right: -20px;
    border-radius: 40px;
    z-index: 0;
    aspect-ratio: 1.2 / 1;
}

.customer-stats__image-decoration::after {
    width: 140px;
    height: 140px;
    background-image: url('/wp-content/themes/nayahomes/assets/img/v2/points.svg');
    display: block;
    position: absolute;
    content: "";
    bottom: -40px;
    left: -60px;
    z-index: 0;
    background-size: cover;
}

.customer-stats__image-decoration img,
.onboarding__card-image img {
    position: relative;
    border-radius: 15px;
    z-index: 5;
}

.customer-stats__text h2 {
    font-size: 48px;
    font-family: 'Urbanist-Bold';
    color: var(--green);
    margin-bottom: 40px;
}

.customer-stats__text p {
    font-size: 20px;
    line-height: 1.5em;
    color: var(--green);
    margin-bottom: 40px;
}

.customer-stats__bullets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.customer-stats__bullet {
    background-color: var(--smoke-white-two);
    padding: 24px;
    border-radius: 20px;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-flow: column;
    height: 100%;
    justify-content: center;
}

.customer-stats__bullet h3 {
    font-size: 40px;
    text-align: center;
    color: var(--green);
    margin-bottom: 12px;
    font-family: 'Urbanist-Bold', sans-serif;
}

.customer-stats__bullet img {
    margin-bottom: 12px;
    width: 32px;
}

.customer-stats__bullet span {
    font-size: 16px;
    color: var(--green);
    display: block;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .customer-stats {
        padding: 60px 0;
    }
    .customer-stats__image-decoration::before {
        width: 180px;
        height: 140px;
        border-radius: 18px;
        top: -20px;
        right: -20px;
    }
}

/* Curated Travel */
.curated-travel {
    background-color: var(--smoke-white-three);
    padding: 100px 0;
}

.curated-travel__content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.curated-travel__image-decoration {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.curated-travel__image-decoration--ligth-red:before {

}

.curated-travel__image-decoration--left {
    transform: translateX(-10%);
}

.curated-travel__image-decoration::before {
    width: 60%;
    background-color: var(--orange);
    display: block;
    position: absolute;
    content: "";
    top: -20px;
    right: -20px;
    border-radius: 40px;
    z-index: 0;
    aspect-ratio: 1.2 / 1;
}


.curated-travel__image-decoration--ligth-red:before {
    background-color: var(--light-red);
}

.curated-travel__image-decoration::after {
    width: 140px;
    height: 140px;
    background-image: url('/wp-content/themes/nayahomes/assets/img/v2/points.svg');
    display: block;
    position: absolute;
    content: "";
    bottom: -40px;
    left: -40px;
    z-index: 0;
    background-size: cover;
}

.curated-travel__image-decoration--rigth::before {
    left: -20px;
    right: inherit;
}

.curated-travel__image-decoration--rigth::after {
    right: -40px;
    left: inherit;
}

.curated-travel__image-decoration img {
    position: relative;
    z-index: 5;
}

.curated-travel__text h2 {
    font-size: 48px;
    color: var(--green);
    margin-bottom: 40px;
    font-family: 'Urbanist-Bold', sans-serif;
}

.curated-travel__text p {
    font-size: 20px;
    line-height: 1.5em;
    color: var(--green);
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .curated-travel {
        padding: 60px 0;
    }
}

.guest-said {
    background-color: var(--smoke-white-two);
    padding: 120px 0;
}

.guest-said h2 {
    font-size: 48px;
    color: var(--green);
    margin-bottom: 80px;
    text-align: center;
}


.guest-said__comment {
    background-color: var(--green);
    padding: 32px;
    border-radius: 30px;
}

.guest-said__comment p {
    font-size: 20px !important;
    line-height: 30px !important;
    color: var(--white);
}
.guest-said__comment img {
    max-width: 150px;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .guest-said__comment {
        height: 330px;
        display: flex;
        flex-flow: column;
    }
    .guest-said__comment p {
        font-size: 16px !important;
        flex: auto;
    }
}


.guest-said__comment:nth-child(2n) img {
    margin-top: 160px;
}

.guest-said__comment span {
    font-size: 16px;
    line-height: 24px;
    color: var(--white-two);
}

@media screen and (max-width: 992px) {
    .customer-stats__image-decoration {
        transform: none;
    }
    .customer-stats__text {
        margin-bottom: 80px;
    }

    .customer-stats__text h2 {
        font-size: 38px;
        line-height: 1.2em;
        text-align: center;
    }

    .customer-stats__text p {
        text-align: center;
    }

    .customer-stats__bullet {
        margin-bottom: 24px;
    }

    .customer-stats__text .row {
        gap: 24px;
    }

    .guest-said h2 {
        font-size: 40px;
        line-height: 1.2em;
    }

    .guest-said .row {
        gap: 24px;
    }

    .curated-travel__text h2 {
        font-size: 40px;
        line-height: 1.2em;
        text-align: center;
    }

    .curated-travel__text p {
        font-size: 18px;
        text-align: center;
    }

    .curated-travel__image-decoration {
        margin-top: 80px;
    }

    .curated-travel__image-decoration::before  {
        width: 180px;
        height: 140px;
        border-radius: 18px;
        right: -20px;
        top: -20px;
    }

    .curated-travel__image-decoration--left {
        transform: none !important;
    }

    .curated-travel__image {
        margin-bottom: 80px;
    }

    .customer-stats__bullet {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
}

/* Booking Management */

.management-section {
    --background-color: var(--smoke-white-three);
    padding: 80px 0;
    background-color: var(--background-color);
}

.management-section h2 {
    font-size: 48px;
    color: var(--green);
    margin-bottom: 48px;
    font-family: 'Urbanist-Bold', sans-serif;
}

.management-section a {
    color: var(--red) !important;
    font-size: 20px !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-family: 'Urbanist-Bold', sans-serif;
    margin-top: 32px !important;
    display: flex !important;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.management-section a img {
    width: 40px !important;
    height: auto;
}


.management-section p {
    font-size: 20px;
    line-height: 1.5em;
    color: var(--green);
    padding-right: 75px;

}

.management-section__image__support {
    padding: 85px;
}

.management-section p strong {
    font-family: 'DMSans-Bold', sans-serif !important;
}

.management-section--red {
    --background-color: var(--red)
}

.management-section--red h2 {
    color: var(--yellow);
}

.management-section--red p {
    color: var(--white);
}

.guest-support {
    background: #f8f5ef;
}

@media screen and (max-width: 992px) {
    .management-section--data--backed  {
        padding-top: 15px;
    }

    .management-section h2,
    .management-section p {
        text-align: center;
    }

    .management-section h2 {
        font-size: 40px;
        line-height: 41px;
        padding: 0 10px;
    }

    .management-section p {
        font-size: 18px;
        margin-bottom: 32px;
        padding: 0 15px;
    }

    .management-section.guest-support p {
        font-size: 18px;
        margin-bottom: 32px;
        padding: 0 10px;
    }

    .guest-support {
        padding-bottom: 20px;
    }

    .management-section a {
        text-align: center;
        display: block !important;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    footer .logo {
        width: 100%;
    }
    .redes {
        justify-content: space-between !important;
    }
    .management-section__image__support {
        padding: 50px;
    }
}

.lg-p-260 {
    padding: 0 260px;
}
/* Home Care */
.home-care-section {
    background-color: var(--smoke-white-three);
    overflow: hidden;
}

.home-care-section--white-two {
    background-color:var(--smoke-white-two);
    padding: 65px 0;
}

.home-care-section__text {
    margin-top: 10px;
    position: relative;
}

.home-care-section__text::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    display: block;
    top: -40px;
    left: 0;
    z-index: 0;
    background-image: url('/wp-content/themes/nayahomes/assets/img/v2/points.svg');
    transform: translate(-50%, -100%);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1 / 1;
}
.home-care-section .container-fluid {
    padding: 0;
}
.home-care-section__text {
    width: 85%;
    margin: 0 auto;
}
.home-care-section h2 {
    font-size: 48px;
    color: var(--green);
    margin-bottom: 32px;
    font-family: 'Urbanist-Bold', sans-serif;
}

.fs-40 {
    font-size: 40px !important;
    line-height: 40px;
}

.home-care-section p {
    font-size: 20px;
    line-height: 1.5em;
    color: var(--green);
}

@media screen and (max-width: 992px)  {
    .home-care-section {
        padding: 40px 0;
    }

    .home-care-section__text {
        width: 100%;
        padding: 0 16px;
        margin-top: 150px;
    }

    .home-care-section h2 {
        text-align: center;
        font-size: 36px;
        line-height: 1.2em;
    }

    .home-care-section h2 br {
        display: none !important;
    }

    .home-care-section p {
        font-size: 18px;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 32px;
    }

    .home-care-section__text::after {
        width: 120px;
        height: 120px;
        transform: translate(16px, -100%);
    }

    .hero__logo {
        margin-top: 80px;
        max-width: 250px;
    }
    .how-it-works {
        padding: 60px 0;
    }

    .rent-pro__bullet {
        flex-flow: row;
        display: flex;
        gap: 24px;
    }

    .rent-pro__bullet h3 {
        margin-top: 0px;
    }

    .rent-pro__bullet p {
        margin-left: 5px;
    }

    .rent-pro {
        padding-top: 20px;
    }

    .mo-mt-50 { margin-top: 50px;}
}

@media screen and (min-width: 1500px) {
    .home-care-section h2 {
        font-size: 70px;
        line-height: 1.2em;
    }

    .home-care-section p {
        font-size: 24px;
        line-height: 1.5em;
    }
}

.justify-content-xl-start {
    justify-content: flex-start!important;
}


/* PRINCING */
#pricing .pricing {
    background-color: var( --smoke-white-three);
    padding: 40px 0;
}

#pricing .pricing__title {
    font-size: 46px;
    text-align: center;
    color: var(--green);
    margin-bottom: 60px;
}

#pricing .pricing__item {
    border: 1px solid var(--gray);
    border-radius: 4px;
    padding: 40px 24px;
}
#pricing .pricing__item--high {
    border-color: var(--green);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#pricing .pricing__item-title {
    font-size: 30px;
    color: var(--green);
    font-family: 'Urbanist-Bold';
    margin-bottom: 12px;
    text-align: left;
    padding-right: 8px;
    line-height: 1.3em;
}

#pricing .pricing__list {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 24px;
}
#pricing .pricing__list li {
    color: var(--green);
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-family: 'Urbanist-Bold';
    letter-spacing: 0.02em;
}
#pricing .pricing__list li img {
    width: 20px;
    margin-top: 2px;
}
#pricing .pricing__item-description {
    font-size: 18px;
    color: var(--green);
    line-height: 1.5em;
}

#pricing .pricing__btn {
    width: 75%;
    margin: 0 auto;
    margin-top: 40px;
}
#pricing .pricing__price {
    width: 80%;
    margin: 0 auto;
}

#pricing .pricing__price span {
    color: var(--green);
    font-weight: 500;
}

#pricing .pricing__price-detail {
    color: var(--red);
    gap: 8px;
    align-items: center;
}

#pricing .pricing__price-detail p {
    margin-bottom: 0 !important;
}
#pricing .pricing__price-detail h4 {
    font-size: 80px;
    font-family: 'Urbanist-Bold';
    color: var(--red);
    margin-bottom: 0;
    line-height: 1.2em !important;
}

#pricing .pricing__price-extra {
    color: var(--red);
    padding-bottom: 0;
    margin-bottom: 0;
}
#pricing .pricing__item-box {
    background-color: var(--green);
    color: var(--white);
    text-align: center;
    padding: 18px 24px;
    font-size: 16px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    margin: 0 -1px !important;
}

#pricing .pricing__item-box h3 {
    color: var(--white);
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

#pricing .pricing__notes {
    color: var(--green);
    margin-top: 40px;
}

#pricing .pricing__notes a {
    text-decoration: underline;
}


#pricing .pricing__table tr td:nth-child(2),
#pricing .pricing__table tr td:last-child {
    padding: 8px 24px;
    border-left: 1px solid var(--gray);
    border-right: 1px solid var(--gray);
}

#pricing .pricing__table tbody tr:nth-child(2n + 1) td {
    background-color: var(--smoke-white-two);
}
#pricing .pricing__table tbody td {
    vertical-align: middle;
    text-align: center;
    padding: 8px 16px;
}

#pricing .pricing__table tbody tr:last-child td {
    border-bottom: 1px solid var(--gray);
}
#pricing .pricing__table tbody tr:last-child td:nth-child(2n + 1) {
    border-bottom: 0;
}

#pricing .pricing__table thead td {
    padding: 0 !important;
    vertical-align: top;
    border-top: 1px solid var(--gray);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#pricing .pricing__table thead tr:first-child td {
    border: 0;
}

#pricing .pricing__table thead td:nth-child(2n + 1) {
    border-top: 0;
}

#pricing .pricing__table .pricing__item {
    border: 0;
    border-radius: 0 !important;
    width: 380px;
}

#pricing .pricing__table .btn:hover {
    font-weight: bold !important;
}

@media screen and (max-width: 992px) {
    #pricing .pricing__item-box {
        margin-top: 24px !important;
    }
}

@media screen and (max-width: 1200px) {
    #pricing .pricing__table .pricing__item {
        width: auto !important;
    }
    .not-sure h2 {
        line-height: 1em;
    }

}

#pricing .pricing .pricing__item-box {
    border-radius: 0;
}

#pricing .pricing__table tbody td:first-child {
    font-size: 14px;
    color: var(--green);
    text-align: left;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    font-family: 'Urbanist-Regular', sans-serif;
}
#pricing .pricing__table tbody td img {
    width: 28px;
    margin: 0 auto;
}

#pricing .pricing__table-item {
    min-width: 250px;
    font-size: 15px;
    font-family: 'Urbanist-Bold', sans-serif;
    font-weight: normal;
}

#pricing .pricing__item--more-spacing {
    margin-top: 52px;
}

#pricing .pricing__table h3 {
    color: var(--white);
}

#pricing .pricing__item h3 {
    color: var(--green);
}

@media screen and (max-width: 992px) {
    #pricing .pricing__item--high {
        margin-bottom: 24px;
    }
    #pricing .pricing__list {
        width: 100%;
        max-width: 100%;
    }
    #pricing .pricing__btn {
        width: 100%;
    }
    #pricing .pricing__price {
        width: 100%;
    }
}

.not-sure {
    background-color: var(--light-green);
    padding: 60px 0;
}

.not-sure h2 {
    font-size: 46px;
    text-align: center;
    color: var(--green)
}

.not-sure p {
    font-size: 18px;
    text-align: center;
    color: var(--green);
    margin-top: 16px;
}

.not-sure__btn {
    width: 35%;
    margin: 0 auto;
    margin-top: 40px;
}

.extra-top-margin {
    margin-top: 48px;
}


@media screen and (max-width: 992px) {
    .not-sure__btn {
        width: 100%;
    }
}

.pricing__price-extra-link , .pricing_price-fees-extra{ 
    font-size: 14px;
    color: var(--red);
    font-style: italic;

}
.pricing_price-fees-extra a , .pricing__price-extra-link a{
    font-weight: bold;
    color: var(--green);
}
.anchore_faqs {
    color: var(--red);
}

/* Booking Onboarding */

.onboarding {
    background-color: var(--smoke-white-three);
}
.onboarding__card {
    background-color: var(--smoke-white-two);
    padding: 40px 24px;
    border-radius: 12px;
    position: relative;
    z-index: 5;
}

.onboarding__card::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url("/wp-content/themes/nayahomes/assets/img/v2/points.svg");
    background-size: cover;
    top: 0;
    transform: translateY(-50%) translateX(50%);
    right: 0;
    z-index: 1;
}
.onboarding__card--down::after {
    bottom: 0;
    top: inherit;
    transform: translate(50%, 50%);
}

.onboarding__card h3 {
    font-size: 28px;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Urbanist-Bold';
}

.onboarding__card p {
    font-size: 18px;
    color: var(--green);
    line-height: 1.5em;
    padding: 0 65px;
}
.onboarding__card-title {
    gap: 22px;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
}
.onboarding__card span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: var(--green);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 24px;
}


.onboarding__step {
    padding: 120px 0;
    align-items: center;
    position: relative;
}


.onboarding__step-line {
    position: absolute;
    width: 50%;
    top: 0;
    right: 50%;
    transform: translate(50%, -50%);
}

.onboarding__step-line--invert {
    transform: translate(50%, -50%) rotateX(180deg);
}

.onboarding__title {
    font-size: 48px;
    text-align: center;
    color: var(--green);
    margin-bottom: 40px;
    margin-top: 50px;
}

.onboarding__card-image {
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.btn__chat {
    margin-top: 65px;
}

.onboarding__card-image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--light-green);
    top: 0;
    right: 0;
    z-index: 1;
    transform: translate(10px, 10px);
    border-radius: 12px;
}

.onboarding__card-image--yellow::after {
    background-color: var(--yellow);
}



.onboarding__card-image--red::after {
    background-color: var(--light-red);
}

.onboarding__card-image--orange::after {
    background-color: var(--orange);
}

.onboarding__card-image img {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 992px) {
    .onboarding__card-image {
        width: 95%;
    }
    .onboarding__step {
        gap: 16px;
        padding: 40px 0;
    }

    .onboarding__card::after {
        display: none;
    }
    .onboarding__step-line {
        display: none;
    }
    .onboarding__title {
        margin-bottom: 20px;
        line-height: 50px;
    }

    .onboarding__card p {
        padding-right: 10px;
    }
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-88 {
    margin-top: 88px !important;
}

.mt-77 {
    margin-top: 77px !important;
}
#bottom-contact-form {
    /*width: 50%;
    margin: 0 auto;
    margin-top: 105px;*/
}

.pricing__item-title .btn:hover {
    font-weight: bold;
}

/* Contact Form */

.contact-bg {
    background: #eceae3;
    padding: 80px 30px;
}
.contact-bg .laptop-top-heading h1,
.contact-bg .laptop-top-heading .title-vacations
{
    color: #435037;
    font-size: 46px;
}
.contact-bg .laptop-top-heading p {
    color: #b9584d;
    font-size: 22px;
    text-align: center;
    margin: 23px 0px;
}

.title-heights {
    padding-bottom: 50px;
}
.contact-form-right {
    background: #f8f5ef;
    padding: 50px 30px;
    border-radius: 25px;
}

.title-vacations {
    padding-bottom: 45px;
}

p.title-vacations {
    line-height: 1 !important;
    text-align: center;
    font-size: 50px !important;
    color: #405234 !important;
    font-weight: 300 !important;
}

.contact-row {
    justify-content: space-between;
    align-items: center;
}

.count-1-contact {
    display: flex;
    justify-content: space-between;
    min-height: 130px;
    position: relative;
}

.count-number {
    width: 30px;
    height: 30px;
    background: #445137;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin-right: 20px;
    position: relative;
}

.count-number-text {
    width: 88%;
}

.count-1-contact:before {
    content: '';
    width: 2px;
    background: #adb1a2;
    position: absolute;
    left: 14px;
    top: 0;
    height: 100%;
    z-index: 0;
}

.count-1-contact:last-child:before {
    display: none;
}

.count-number-text h5 {
    color: #b8584c;
    font-weight: 600;
}

.count-number-text p {
    color: #445137;
}
.contact-bg .laptop-top-heading h1 {
    text-align: center;
}

.footer .logo {
    width: auto;
}

@media screen and (max-width: 992px) {
    .guest-care-section h2 br {
        display: none !important;
    }
    .nonmobilebr {
        display: none !important;
    }
    :root {
        scroll-padding-top: 2rem;
    }
}

.guest-care__comments {
    overflow: hidden;
}

.guest-care__comments .swiper-wrapper {
    align-items: center;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* OWNER PORTAL */
.owner-section {
    padding: 120px 0;
    background-color: var(--smoke-white-two);
}

.owner-section--smoke-white-three {
    background-color: var(--smoke-white-three);
}

.owner-section img {
    width: 100%;
}

.owner-section h2 {
    font-size: 48px;
    color: var(--green);
    margin-bottom: 40px;
    font-family: 'Urbanist-Bold', sans-serif;
}

.owner-section p {
    font-size: 18px;
    line-height: 1.5em;
    color: var(--green);
    margin-bottom: 40px;
}

.owner-section p > span {
    font-family: 'DMSans-Bold', sans-serif;
}

.owner-section ul {
    padding-left: 16px;
}
.owner-section ul li {
    font-size: 18px;
    color: var(--green);
    letter-spacing: 0.24px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
    list-style: none;
}
.owner-section ul li::before {
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url('/wp-content/themes/nayahomes/assets/img/v2/check-circle.svg');
    background-size: cover;
    position: absolute;
    transform: translateY(-50%);
}

.owner-section__image {
    position: relative;
    width: 80%;
    margin-left: 5%;
}

.owner-section__image img {
    position: relative;
    z-index: 5;
}

.owner-section__image::after {
    position: absolute;
    width: 220px;
    height: 180px;
    background-color: var(--orange);
    display: block;
    content: "";
    top: -40px;
    border-radius: 34px;
    z-index: 1;
    left: -20px;
}

.owner-section__image::before {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/themes/nayahomes/assets/img/v2/points.svg');
    background-size: cover;
    display: block;
    content: "";
    bottom: -20px;
    right: -20px;
    z-index: 1;
}

.owner-section__image--red::after {
    background-color: var(--light-red);
}

.owner-section__image--green::after {
    background-color: var(--green);
}

.owner-section__image--no-decoration::before,
.owner-section__image--no-decoration::after {
    display: none;
}


.owner-section__list-item {
    display: flex;
    gap: 16px;
}

.owner-section__list-icon {
    width: 36px;
    margin-top: 2px;
}
.owner-section--green {
    background-color: var(--light-green-two);
}

@media screen and (max-width: 992px) {
    .owner-section {
        padding: 80px 0;
    }

    .owner-section h2,
    .owner-section p {
        text-align: center;
    }

    .owner-section h2 {
        line-height: 2.7rem;
    }

    .owner-section__image {
        margin:0 auto;
        margin-top: 60px;
    }

    .owner-section__list-icon {
        min-width: 32px;
    }

    .owner-section__list-item p {
        text-align: left;
    }

    .owner-section ul li {
        margin-bottom: 0;
        list-style: none;
    }

    .owner-section__list {
        padding: 0 2px;
    }
}