.elementor-135 .elementor-element.elementor-element-f943244{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-9eaa08b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-135 .elementor-element.elementor-element-9e3eb1b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-5f854f1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-135 .elementor-element.elementor-element-1e12202{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-ed313fc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-135 .elementor-element.elementor-element-12d6f89{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-d042bc5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-135 .elementor-element.elementor-element-d04f22c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-f9e70c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-135 .elementor-element.elementor-element-3848837{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-655e086{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-135 .elementor-element.elementor-element-ef2ab9c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-9620d14{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-135 .elementor-element.elementor-element-c9281dd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-772c1d3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-135 .elementor-element.elementor-element-9e3eb1b{--content-width:1440px;}}/* Start custom CSS for html, class: .elementor-element-9eaa08b */html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.artvillae-hero {
    position: relative;
    width: 100%;
    height: 800px !important;
    min-height: 800px !important;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 60px 96px;

    background-image: url("https://staging.artvillae.ae/wp-content/uploads/2026/06/hero-scaled.webp");
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    overflow: hidden;
}

.artvillae-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.08);
    z-index: 1;
    opacity: 0;
    animation: artvillaeOverlayFade 1.2s ease-out 0.2s forwards;
}

.artvillae-hero-content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    max-width: 1200px;
}

.artvillae-hero-title {
    margin: 0;
    color: #fff !important;

    font-family: "DM Sans", sans-serif;
    font-size: 55px !important;
    line-height: 1.1;
    letter-spacing: -3px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.artvillae-hero-title span {
    opacity: 0;
    transform: translateY(24px);
    animation: artvillaeTextReveal 0.9s ease-out forwards;
}

.artvillae-hero-title span:nth-child(1) {
    animation-delay: 0.35s;
}

.artvillae-hero-title span:nth-child(2) {
    animation-delay: 0.5s;
}

.artvillae-hero-title span:nth-child(3) {
    animation-delay: 0.65s;
}

.artvillae-hero-title span:nth-child(4) {
    animation-delay: 0.8s;
}

.artvillae-hero-title .weight-bold {
    font-weight: 700;
}

.artvillae-hero-title .weight-semibold {
    font-weight: 600;
}

.artvillae-hero-title .weight-regular {
    font-weight: 400;
}

.artvillae-hero-btn {
    margin-top: 30px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    padding: 8px 20px;

    border-radius: 1610px;
    border: 1px solid #ffffff;
    background: #ffffff;

    color: #604939 !important;
    text-decoration: none !important;

    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: -0.9px;

    opacity: 0;
    transform: translateY(18px);
    animation: artvillaeButtonReveal 0.9s ease-out 1s forwards;

    transition: all 0.3s ease;
}

.artvillae-hero-btn:hover {
    background: transparent;
    color: #ffffff;
}

@keyframes artvillaeOverlayFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes artvillaeTextReveal {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes artvillaeButtonReveal {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1366px) {
    .artvillae-hero {
        height: 700px !important;
        min-height: 700px !important;
        padding: 60px 70px;
    }

    .artvillae-hero-title {
        font-size: 50px !important;
        letter-spacing: -2px;
    }
}

@media (max-width: 1024px) {
    .artvillae-hero {
        height: 700px;
        min-height: 700px;
        padding: 50px 40px;
    }

    .artvillae-hero-title {
        font-size: 40px !important;
        letter-spacing: -1.5px;
        gap: 8px;
    }

    .artvillae-hero-btn {
        font-size: 16px !important;
        padding: 8px 18px;
    }
}

@media (max-width: 767px) {
    .artvillae-hero {
        height: 600px;
        min-height: 600px;
        padding: 40px 25px;
        background-position: center center !important;
    }

    .artvillae-hero-title {
        font-size: 28px !important;
        line-height: 1.2;
        letter-spacing: -1px;
        gap: 6px;
        max-width: 320px;
        margin: 0 auto;
    }

    .artvillae-hero-btn {
        margin-top: 25px;
        font-size: 14px !important;
        padding: 8px 18px;
    }
}

@media (max-width: 480px) {
    .artvillae-hero {
        height: 520px;
        min-height: 520px;
        padding: 30px 20px;
    }

    .artvillae-hero-title {
        font-size: 24px !important;
        letter-spacing: -0.5px;
    }

    .artvillae-hero-btn {
        font-size: 13px !important;
        padding: 8px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f854f1 */* {
    box-sizing: border-box;
}

.artvillae-projects-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 704px;
    padding: 80px 0 80px 96px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.artvillae-projects-left {
    width: 320px;
    height: 540px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(30px);
    animation: projectLeftReveal 0.9s ease forwards;
}

.artvillae-projects-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.artvillae-projects-text h2 {
    margin: 0;
    color: #604939;
    font-family: "DM Sans", sans-serif;
    font-size: 48px !important;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.artvillae-projects-text p {
    margin: 0;
    color: #604939;
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.25;
    max-width: 300px;
}

.artvillae-projects-arrow {
    width: 72px;
    height: 73px;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}

.artvillae-projects-arrow svg {
    width: 72px;
    height: 73px;
    display: block;
    transition: transform 0.35s ease;
}

.artvillae-projects-arrow:hover svg {
    transform: rotate(-8deg) scale(1.06);
}

.artvillae-projects-window {
    width: 908px;
    height: 540px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 0;
    animation: projectCardsReveal 1s ease 0.25s forwards;
}

.artvillae-projects-scroll {
    width: 100%;
    height: 560px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    cursor: grab;
    padding-bottom: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.artvillae-projects-scroll::-webkit-scrollbar {
    display: none;
}

.artvillae-project-card {
    width: 828px;
    min-width: 828px;
    max-width: 828px;
    height: 540px;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.artvillae-project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 55%,
        rgba(0, 0, 0, 0.35) 75%,
        rgba(0, 0, 0, 0.95) 115%
    );
    z-index: 1;
}

.artvillae-project-card:hover {
    transform: scale(0.985);
    filter: saturate(1.08);
}

.project-one {
    background-image: url("https://staging.artvillae.ae/wp-content/uploads/2026/06/aaestate-scaled.webp");
}

.project-two {
    background-image: url("https://staging.artvillae.ae/wp-content/uploads/2026/06/bigbubbles-scaled.webp");
}

.project-three {
    background-image: url("https://staging.artvillae.ae/wp-content/uploads/2026/01/Artvillae-Banner.webp");
}

.artvillae-project-content {
    position: relative;
    z-index: 2;
    max-width: 740px;
    transition: transform 0.35s ease;
}

.artvillae-project-card:hover .artvillae-project-content {
    transform: translateY(-6px);
}

.artvillae-project-content h3 {
    margin: 0 0 14px 0;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 1.1;
}

.artvillae-project-content p {
    margin: 0;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.35;
}

@keyframes projectLeftReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes projectCardsReveal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 1366px) {
    .artvillae-projects-section {
        padding: 70px 0 70px 70px;
    }

    .artvillae-projects-text h2 {
        font-size: 42px !important;
    }
}

@media (max-width: 1200px) {
    .artvillae-projects-window {
        width: calc(100vw - 430px);
    }

    .artvillae-project-card {
        width: calc(100vw - 510px);
        min-width: calc(100vw - 510px);
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .artvillae-projects-section {
        padding: 60px 0 60px 40px;
    }

    .artvillae-projects-left {
        width: 260px;
        height: 480px;
    }

    .artvillae-projects-window {
        width: calc(100vw - 340px);
        height: 480px;
    }

    .artvillae-projects-scroll {
        height: 500px;
    }

    .artvillae-project-card {
        width: calc(100vw - 420px);
        min-width: calc(100vw - 420px);
        height: 480px;
        padding: 26px;
    }

    .artvillae-projects-text h2 {
        font-size: 34px !important;
    }
}

@media (max-width: 767px) {
    .artvillae-projects-section {
        padding: 50px 0 50px 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
    }

    .artvillae-projects-left {
        width: calc(100% - 30px);
        height: auto;
        gap: 30px;
    }

    .artvillae-projects-window {
        width: calc(100vw - 30px);
        height: 430px;
    }

    .artvillae-project-card {
        width: 82vw;
        min-width: 82vw;
        height: 430px;
        padding: 22px;
    }
}
html,
body {
    overflow-x: hidden !important;
}

.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap {
    overflow-x: hidden !important;
}

.artvillae-projects-section {
    overflow-x: hidden !important;
}

.artvillae-projects-scroll {
    overflow-y: hidden !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed313fc */.artvillae-services-section {
    width: 100%;
    padding: 80px 96px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-image:
        linear-gradient(0deg, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)),
        url("https://staging.artvillae.ae/wp-content/uploads/2026/06/service-bg-scaled.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.artvillae-services-title {
    width: 280px;
    flex-shrink: 0;
    opacity: 0;
    transform: translateY(30px);
    animation: serviceTitleReveal 0.9s ease forwards;
}

.artvillae-services-title h2 {
    margin: 0;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 48px !important;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.4px;
    text-transform: uppercase;
}

.artvillae-services-list {
    width: 818px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateX(40px);
    animation: serviceListReveal 1s ease 0.2s forwards;
}

.artvillae-service-item {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #848484;
}

.artvillae-service-item:first-child {
    border-top: none;
}

button.artvillae-service-header,
.artvillae-service-header {
    width: 100%;
    margin: 0 !important;
    padding: 18px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    display: grid !important;
    grid-template-columns: 1fr 27px;
    align-items: center;
    column-gap: 30px;
    cursor: pointer;
    text-align: left !important;
}

.artvillae-service-header span {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    color: #848484;
    font-family: "DM Sans", sans-serif;
    font-size: 26px !important;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.artvillae-service-header svg {
    width: 27px;
    height: 27px;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
    transition: transform 0.35s ease;
}

.artvillae-service-content {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding-left: 0 !important;
    transition: max-height 0.45s ease, padding-bottom 0.35s ease;
}

.artvillae-service-content p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    color: #ACACAC;
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.4;
    max-width: 760px;
}

.artvillae-service-item.active .artvillae-service-header span {
    color: #ffffff;
    font-size: 26px !important;
}

.artvillae-service-item.active .artvillae-service-header svg {
    transform: rotate(90deg);
}

.artvillae-service-item.active .artvillae-service-content {
    max-height: 120px;
    padding-bottom: 18px;
}

.artvillae-service-header:hover span {
    color: #ffffff;
}

.artvillae-service-header:hover svg {
    transform: translate(4px, 4px);
}

.artvillae-service-item.active .artvillae-service-header:hover svg {
    transform: rotate(90deg) translate(4px, 4px);
}

@keyframes serviceTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes serviceListReveal {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1366px) {
    .artvillae-services-section {
        padding: 70px 70px;
    }

    .artvillae-services-list {
        width: 720px;
    }

    .artvillae-services-title h2 {
        font-size: 42px !important;
    }

    .artvillae-service-header span,
    .artvillae-service-item.active .artvillae-service-header span {
        font-size: 24px !important;
    }
}

@media (max-width: 1024px) {
    .artvillae-services-section {
        padding: 60px 40px;
        gap: 50px;
    }

    .artvillae-services-title {
        width: 210px;
    }

    .artvillae-services-title h2 {
        font-size: 34px !important;
    }

    .artvillae-services-list {
        width: 100%;
    }

    .artvillae-service-header span,
    .artvillae-service-item.active .artvillae-service-header span {
        font-size: 22px !important;
    }

    .artvillae-service-content p {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .artvillae-services-section {
        padding: 50px 30px;
        flex-direction: column;
        gap: 35px;
        background-position: center center;
    }

    .artvillae-services-title {
        width: 100%;
    }

    .artvillae-services-title h2 {
        font-size: 30px !important;
        letter-spacing: -1.2px;
    }

    .artvillae-services-list {
        width: 100%;
    }

    button.artvillae-service-header,
    .artvillae-service-header {
        padding: 16px 0 !important;
        grid-template-columns: 1fr 22px;
        column-gap: 20px;
    }

    .artvillae-service-header span,
    .artvillae-service-item.active .artvillae-service-header span {
        font-size: 20px !important;
        letter-spacing: -0.6px;
    }

    .artvillae-service-header svg {
        width: 22px;
        height: 22px;
    }

    .artvillae-service-content p {
        font-size: 13px !important;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .artvillae-services-section {
        padding: 40px 24px;
    }

    .artvillae-services-title h2 {
        font-size: 26px !important;
    }

    .artvillae-service-header span,
    .artvillae-service-item.active .artvillae-service-header span {
        font-size: 18px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d042bc5 */.artvillae-about-section {
    width: 100%;
    padding: 80px 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 57px;
    background: #FFFAF5;
    overflow: hidden;
}

.artvillae-about-top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

.artvillae-about-top h2 {
    margin: 0;
    color: #9C7967;
    font-family: "DM Sans", sans-serif;
    font-size: 48px !important;
    font-weight: 400;
    line-height: 128.8%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.artvillae-about-top p {
    width: 928.629px;
    max-width: 100%;
    margin: 0;
    color: #848484;
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.4;
}

.artvillae-about-logo {
    width: 100%;
    height: 236.29px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

.artvillae-about-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 1366px) {
    .artvillae-about-section {
        padding: 70px 70px;
        gap: 50px;
    }

    .artvillae-about-top {
        gap: 60px;
    }

    .artvillae-about-top h2 {
        font-size: 42px !important;
    }

    .artvillae-about-logo {
        height: 210px;
    }
}

@media (max-width: 1024px) {
    .artvillae-about-section {
        padding: 60px 40px;
        gap: 45px;
    }

    .artvillae-about-top {
        gap: 40px;
    }

    .artvillae-about-top h2 {
        font-size: 34px !important;
    }

    .artvillae-about-top p {
        font-size: 14px !important;
    }

    .artvillae-about-logo {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .artvillae-about-section {
        padding: 50px 30px;
        gap: 35px;
    }

    .artvillae-about-top {
        flex-direction: column;
        gap: 20px;
    }

    .artvillae-about-top h2 {
        font-size: 30px !important;
    }

    .artvillae-about-top p {
        width: 100%;
        font-size: 14px !important;
        line-height: 1.45;
    }

    .artvillae-about-logo {
        height: 95px;
    }
}

@media (max-width: 480px) {
    .artvillae-about-section {
        padding: 40px 24px;
        gap: 30px;
    }

    .artvillae-about-top h2 {
        font-size: 26px !important;
    }

    .artvillae-about-top p {
        font-size: 13px !important;
    }

    .artvillae-about-logo {
        height: 70px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9e70c3 */.artvillae-why-section {
    width: 100%;
    min-height: 733px;
    padding: 80px 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 57px;
    background: #6F7264;
    overflow: hidden;
}

.artvillae-why-section h2 {
    margin: 0;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 48px !important;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(24px);
    animation: whyTitleReveal 0.9s ease forwards;
}

.artvillae-why-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.artvillae-why-card {
    min-height: 403px;
    padding: 10px 28px;
    border-radius: 8px;
    border: 1px solid #604939;
    background: #ffffff;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(35px);
    animation: whyCardReveal 0.8s ease forwards;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.artvillae-why-card:nth-child(1) {
    animation-delay: 0.15s;
}

.artvillae-why-card:nth-child(2) {
    animation-delay: 0.3s;
}

.artvillae-why-card:nth-child(3) {
    animation-delay: 0.45s;
}

.artvillae-why-card:nth-child(4) {
    animation-delay: 0.6s;
}

.artvillae-why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    background: #FFFAF5;
}

.artvillae-why-inner {
    width: 230px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 137px;
}

.artvillae-why-icon {
    width: 86px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.35s ease;
}

.artvillae-why-icon svg {
    width: 86px;
    height: 77px;
    display: block;
}

.artvillae-why-card:hover .artvillae-why-icon {
    transform: scale(1.08) rotate(-3deg);
}

.artvillae-why-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.artvillae-why-content h3 {
    margin: 0;
    color: #604939;
    font-family: "DM Sans", sans-serif;
    font-size: 28px !important;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.4px;
    text-transform: capitalize;
}

.artvillae-why-content p {
    margin: 0;
    color: #ACACAC;
    font-family: "DM Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.35;
}

@keyframes whyTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes whyCardReveal {
    0% {
        opacity: 0;
        transform: translateY(35px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1366px) {
    .artvillae-why-section {
        padding: 70px 70px;
        gap: 50px;
    }

    .artvillae-why-section h2 {
        font-size: 42px !important;
    }

    .artvillae-why-grid {
        gap: 18px;
    }

    .artvillae-why-card {
        padding: 10px 22px;
    }

    .artvillae-why-content h3 {
        font-size: 25px !important;
    }
}

@media (max-width: 1024px) {
    .artvillae-why-section {
        min-height: auto;
        padding: 60px 40px;
        gap: 45px;
    }

    .artvillae-why-section h2 {
        font-size: 34px !important;
    }

    .artvillae-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .artvillae-why-card {
        min-height: 340px;
        padding: 24px;
        align-items: flex-start;
    }

    .artvillae-why-inner {
        width: 100%;
        gap: 110px;
    }

    .artvillae-why-content h3 {
        font-size: 24px !important;
    }

    .artvillae-why-content p {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .artvillae-why-section {
        padding: 50px 30px;
        gap: 35px;
    }

    .artvillae-why-section h2 {
        font-size: 30px !important;
    }

    .artvillae-why-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .artvillae-why-card {
        min-height: 300px;
        padding: 24px;
    }

    .artvillae-why-inner {
        gap: 90px;
    }

    .artvillae-why-icon,
    .artvillae-why-icon svg {
        width: 70px;
        height: 63px;
    }

    .artvillae-why-content h3 {
        font-size: 22px !important;
        letter-spacing: -0.8px;
    }

    .artvillae-why-content p {
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .artvillae-why-section {
        padding: 40px 24px;
    }

    .artvillae-why-section h2 {
        font-size: 26px !important;
    }

    .artvillae-why-card {
        min-height: 270px;
        padding: 22px;
    }

    .artvillae-why-inner {
        gap: 75px;
    }

    .artvillae-why-content h3 {
        font-size: 20px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-655e086 *//* =========================================================
   HOW IT WORKS SECTION
   ========================================================= */

.artvillae-process-section,
.artvillae-process-section * {
    box-sizing: border-box;
}

.artvillae-process-section {
    display: flex;
    width: 100%;
    min-height: 680px;
    padding: 80px 96px;

    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 57px;

    background: rgba(255, 255, 255, 0.8);
    font-family: "DM Sans", Arial, sans-serif;

    overflow-x: hidden;
    overflow-y: visible;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.artvillae-process-section h2 {
    width: 100%;
    margin: 0;
    padding: 0;

    color: #604939;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;

    opacity: 0;
    transform: translateY(24px);
    animation: processTitleReveal 0.8s ease forwards;
}


/* =========================================================
   PROCESS WRAPPER
   ========================================================= */

.artvillae-process-wrapper {
    display: flex;
    width: 100%;
    min-width: 0;

    align-items: flex-start;
    gap: 0;

    opacity: 0;
    transform: translateY(35px);
    animation: processCardsReveal 0.9s ease 0.2s forwards;
}


/* =========================================================
   SHARED CARD STYLING
   ========================================================= */

.artvillae-process-card,
button.artvillae-process-card {
    position: relative;

    min-width: 0;
    margin: 0 !important;

    color: #604939 !important;
    background: transparent !important;
    background-color: transparent !important;

    border: 1px solid #604939 !important;
    border-radius: 8px !important;

    font-family: "DM Sans", Arial, sans-serif !important;
    text-align: left !important;
    text-transform: none !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;

    appearance: none;
    -webkit-appearance: none;

    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;

    transition:
        flex-basis 0.45s ease,
        width 0.45s ease,
        min-height 0.45s ease,
        padding 0.45s ease,
        transform 0.35s ease,
        border-color 0.35s ease;
}


/* =========================================================
   ACTIVE CARD
   ========================================================= */

.artvillae-process-card.active,
button.artvillae-process-card.active {
    display: flex !important;

    width: auto;
    height: auto !important;
    min-height: 385px;

    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    padding: 30px !important;

    overflow: visible !important;
}


/* =========================================================
   COLLAPSED CARDS
   ========================================================= */

.artvillae-process-card.small,
button.artvillae-process-card.small {
    display: flex !important;

    width: 115px;
    height: 115px;
    min-width: 115px;
    min-height: 115px;

    flex: 0 0 115px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 20px !important;

    overflow: hidden !important;
}


/* =========================================================
   CARD HOVER AND FOCUS
   ========================================================= */

@media (hover: hover) {
    .artvillae-process-card:hover,
    button.artvillae-process-card:hover {
        transform: translateY(-4px);

        color: #604939 !important;
        background: transparent !important;
        background-color: transparent !important;
        border-color: #604939 !important;
        box-shadow: none !important;
    }
}

.artvillae-process-card:focus,
button.artvillae-process-card:focus,
.artvillae-process-card:active,
button.artvillae-process-card:active {
    color: #604939 !important;
    background: transparent !important;
    background-color: transparent !important;
    border-color: #604939 !important;
    box-shadow: none !important;
    outline: none !important;
}

.artvillae-process-card:focus-visible,
button.artvillae-process-card:focus-visible {
    outline: 2px solid #604939 !important;
    outline-offset: 4px !important;
}


/* =========================================================
   PROCESS NUMBER
   Keeps 01, 02 and 03 on one line
   ========================================================= */

.artvillae-process-number {
    display: inline-flex !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    align-items: center;
    justify-content: flex-start;

    color: #604939;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-wrap: nowrap !important;

    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.artvillae-process-card.small .artvillae-process-number,
button.artvillae-process-card.small .artvillae-process-number {
    align-self: center;
}


/* =========================================================
   ACTIVE CONTENT
   ========================================================= */

.artvillae-process-content {
    display: flex;
    width: 100%;
    min-width: 0;
    height: auto;

    flex-direction: column;
    align-items: flex-start;
    gap: 16px;

    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    transition:
        opacity 0.3s ease,
        transform 0.35s ease;
}


/* Hide content inside collapsed cards */

.artvillae-process-card.small .artvillae-process-content,
button.artvillae-process-card.small .artvillae-process-content {
    display: none !important;

    width: 0;
    height: 0;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


/* =========================================================
   CONTENT TITLE
   ========================================================= */

.artvillae-process-content h3 {
    display: block;
    width: 100%;
    height: auto;

    margin: 0 !important;
    padding: 0 !important;

    color: #604939 !important;
    font-family: "DM Sans", Arial, sans-serif !important;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: -1.75px !important;
    text-align: left !important;
    text-transform: capitalize !important;

    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-overflow: clip !important;
}


/* =========================================================
   CONTENT PARAGRAPH
   ========================================================= */

.artvillae-process-content p {
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;

    margin: 0 !important;
    padding: 0 !important;

    color: #acacac !important;
    font-family: "DM Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    text-transform: none !important;

    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    text-overflow: clip !important;
}


/* =========================================================
   CONNECTING LINES
   ========================================================= */

.artvillae-process-line {
    width: 81.524px;
    height: 2px;
    margin-top: 56.5px;

    flex: 0 0 81.524px;

    background: #604939;
}


/* =========================================================
   ENTRY ANIMATIONS
   ========================================================= */

@keyframes processTitleReveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes processCardsReveal {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================================
   SMALL DESKTOPS
   ========================================================= */

@media screen and (max-width: 1366px) {
    .artvillae-process-section {
        min-height: 650px;
        padding: 70px;
        gap: 50px;
    }

    .artvillae-process-section h2 {
        font-size: 42px !important;
    }

    .artvillae-process-card.active,
    button.artvillae-process-card.active {
        min-height: 385px;
    }

    .artvillae-process-content h3 {
        font-size: 30px !important;
        letter-spacing: -1.4px !important;
    }

    .artvillae-process-line {
        width: 60px;
        flex-basis: 60px;
    }
}


/* =========================================================
   MEDIUM LAPTOPS
   ========================================================= */

@media screen and (max-width: 1200px) {
    .artvillae-process-card.active,
    button.artvillae-process-card.active {
        min-height: 400px;
    }

    .artvillae-process-line {
        width: 45px;
        flex-basis: 45px;
    }
}


/* =========================================================
   TABLETS
   ========================================================= */

@media screen and (max-width: 1024px) {
    .artvillae-process-section {
        min-height: auto;
        padding: 60px 40px;
        gap: 45px;
    }

    .artvillae-process-section h2 {
        font-size: 34px !important;
    }

    .artvillae-process-card.active,
    button.artvillae-process-card.active {
        height: auto !important;
        min-height: 370px;
        padding: 26px !important;
    }

    .artvillae-process-card.small,
    button.artvillae-process-card.small {
        width: 95px;
        height: 95px;
        min-width: 95px;
        min-height: 95px;

        flex-basis: 95px;

        padding: 18px !important;
    }

    .artvillae-process-number {
        font-size: 38px !important;
    }

    .artvillae-process-content h3 {
        font-size: 26px !important;
        letter-spacing: -1px !important;
    }

    .artvillae-process-content p {
        width: 100%;
        max-width: 100%;

        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .artvillae-process-line {
        width: 30px;
        margin-top: 46.5px;

        flex-basis: 30px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {
    .artvillae-process-section {
        width: 100%;
        min-height: 0;
        padding: 50px 30px;
        gap: 35px;

        overflow-x: hidden;
    }

    .artvillae-process-section h2 {
        font-size: 30px !important;
    }

    .artvillae-process-wrapper {
        display: flex;
        width: 100%;
        min-width: 0;

        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .artvillae-process-line {
        display: none;
    }

    .artvillae-process-card.active,
    button.artvillae-process-card.active,
    .artvillae-process-card.small,
    button.artvillae-process-card.small {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        flex: none !important;
    }

    .artvillae-process-card.active,
    button.artvillae-process-card.active {
        display: flex !important;

        height: auto !important;
        min-height: 310px;

        padding: 24px !important;

        justify-content: space-between;
        align-items: flex-start;

        overflow: visible !important;
    }

    .artvillae-process-card.small,
    button.artvillae-process-card.small {
        display: flex !important;

        height: 92px !important;
        min-height: 92px !important;

        padding: 24px !important;

        justify-content: center;
        align-items: flex-start;

        overflow: hidden !important;
    }

    .artvillae-process-card.small .artvillae-process-number,
    button.artvillae-process-card.small .artvillae-process-number {
        align-self: flex-start;
    }

    .artvillae-process-number {
        font-size: 34px !important;

        white-space: nowrap !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
    }

    .artvillae-process-content {
        width: 100%;
        min-width: 0;
        height: auto;

        gap: 14px;
    }

    .artvillae-process-content h3 {
        width: 100%;

        font-size: 24px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.8px !important;
    }

    .artvillae-process-content p {
        width: 100%;
        max-width: 100%;

        font-size: 13px !important;
        line-height: 1.5 !important;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 480px) {
    .artvillae-process-section {
        padding: 40px 24px;
        gap: 32px;
    }

    .artvillae-process-section h2 {
        font-size: 26px !important;
    }

    .artvillae-process-card.active,
    button.artvillae-process-card.active {
        min-height: 320px;
        padding: 22px !important;
    }

    .artvillae-process-card.small,
    button.artvillae-process-card.small {
        height: 88px !important;
        min-height: 88px !important;

        padding: 22px !important;
    }

    .artvillae-process-number {
        font-size: 30px !important;
    }

    .artvillae-process-content h3 {
        font-size: 22px !important;
    }

    .artvillae-process-content p {
        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 359px) {
    .artvillae-process-section {
        padding: 36px 18px;
    }

    .artvillae-process-card.active,
    button.artvillae-process-card.active {
        min-height: 350px;
        padding: 20px !important;
    }

    .artvillae-process-card.small,
    button.artvillae-process-card.small {
        padding: 20px !important;
    }

    .artvillae-process-number {
        font-size: 28px !important;
    }

    .artvillae-process-content h3 {
        font-size: 21px !important;
    }

    .artvillae-process-content p {
        font-size: 12px !important;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .artvillae-process-section h2,
    .artvillae-process-wrapper {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .artvillae-process-card,
    .artvillae-process-content {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9620d14 */.artvillae-faq-section {
    width: 100%;
    min-height: 709px;
    padding: 80px 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 89px;
    background-image:
        linear-gradient(0deg, rgba(91, 96, 74, 0.86), rgba(91, 96, 74, 0.86)),
        url("https://staging.artvillae.ae/wp-content/uploads/2026/06/faq-bg-scaled.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: multiply, normal;
    overflow: hidden;
}

.artvillae-faq-section h2 {
    margin: 0;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 48px !important;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(24px);
    animation: faqTitleReveal 0.8s ease forwards;
}

.artvillae-faq-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    opacity: 0;
    transform: translateY(35px);
    animation: faqListReveal 0.9s ease 0.2s forwards;
}

.artvillae-faq-item {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(156, 121, 103, 0.62);
    background: rgba(0, 0, 0, 0.62);
    overflow: hidden;
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.artvillae-faq-item:hover {
    transform: translateY(-3px);
    border-color: rgba(156, 121, 103, 0.9);
    background: rgba(0, 0, 0, 0.72);
}

.artvillae-faq-item.active {
    border-color: #9C7967;
    background: rgba(0, 0, 0, 0.90);
}

button.artvillae-faq-question,
.artvillae-faq-question {
    width: 100%;
    min-height: 72px;
    padding: 24px 50px !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 30px !important;
    text-align: left !important;
}

.artvillae-faq-question > span:first-child {
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 70px) !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.52);
    font-family: "DM Sans", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.artvillae-faq-item.active .artvillae-faq-question > span:first-child {
    color: #ffffff;
}

.artvillae-faq-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    flex: 0 0 32px !important;
    margin-left: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    position: static !important;
}

.artvillae-faq-icon svg {
    width: 32px !important;
    height: 32px !important;
    display: block;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.faq-plus-icon {
    display: block !important;
}

.faq-close-icon {
    display: none !important;
    background: transparent !important;
}

.faq-close-icon rect {
    fill: transparent !important;
    stroke: transparent !important;
}

.faq-close-icon path {
    stroke: #ffffff !important;
    stroke-width: 2 !important;
}

.artvillae-faq-item.active .faq-plus-icon {
    display: none !important;
}

.artvillae-faq-item.active .faq-close-icon {
    display: block !important;
}

.artvillae-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, padding 0.35s ease;
}

.artvillae-faq-answer p {
    margin: 0;
    padding: 0 120px 36px 50px;
    color: #E9E9E9;
    font-family: "DM Sans", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.45;
    max-width: 1180px;
}

.artvillae-faq-item.active .artvillae-faq-answer {
    max-height: 240px;
}

@keyframes faqTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes faqListReveal {
    0% {
        opacity: 0;
        transform: translateY(35px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1366px) {
    .artvillae-faq-section {
        padding: 70px 70px;
        gap: 70px;
    }

    .artvillae-faq-section h2 {
        font-size: 42px !important;
    }

    button.artvillae-faq-question,
    .artvillae-faq-question {
        padding: 22px 44px !important;
    }

    .artvillae-faq-question > span:first-child {
        font-size: 18px !important;
        max-width: calc(100% - 65px) !important;
    }

    .artvillae-faq-answer p {
        padding: 0 90px 34px 44px;
        font-size: 14px !important;
        max-width: 1080px;
    }
}

@media (max-width: 1024px) {
    .artvillae-faq-section {
        min-height: auto;
        padding: 60px 40px;
        gap: 55px;
    }

    .artvillae-faq-section h2 {
        font-size: 34px !important;
    }

    .artvillae-faq-list {
        gap: 18px;
    }

    button.artvillae-faq-question,
    .artvillae-faq-question {
        min-height: 70px;
        padding: 20px 34px !important;
        gap: 24px !important;
    }

    .artvillae-faq-question > span:first-child {
        font-size: 17px !important;
        letter-spacing: -0.5px;
        max-width: calc(100% - 58px) !important;
    }

    .artvillae-faq-answer p {
        padding: 0 70px 30px 34px;
        font-size: 14px !important;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .artvillae-faq-section {
        padding: 50px 30px;
        gap: 38px;
        background-position: center center;
    }

    .artvillae-faq-section h2 {
        font-size: 30px !important;
    }

    .artvillae-faq-list {
        gap: 16px;
    }

    button.artvillae-faq-question,
    .artvillae-faq-question {
        min-height: 68px;
        padding: 20px 22px !important;
        gap: 18px !important;
    }

    .artvillae-faq-question > span:first-child {
        font-size: 16px !important;
        line-height: 1.3;
        letter-spacing: -0.4px;
        max-width: calc(100% - 44px) !important;
    }

    .artvillae-faq-icon {
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        flex-basis: 26px !important;
    }

    .artvillae-faq-icon svg {
        width: 26px !important;
        height: 26px !important;
    }

    .artvillae-faq-answer p {
        padding: 0 22px 26px 22px;
        font-size: 13px !important;
        line-height: 1.45;
        max-width: 100%;
    }

    .artvillae-faq-item.active .artvillae-faq-answer {
        max-height: 360px;
    }
}

@media (max-width: 480px) {
    .artvillae-faq-section {
        padding: 40px 24px;
        gap: 32px;
    }

    .artvillae-faq-section h2 {
        font-size: 26px !important;
    }

    button.artvillae-faq-question,
    .artvillae-faq-question {
        padding: 18px 18px !important;
        gap: 16px !important;
    }

    .artvillae-faq-question > span:first-child {
        font-size: 15px !important;
        max-width: calc(100% - 40px) !important;
    }

    .artvillae-faq-icon {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        flex-basis: 24px !important;
    }

    .artvillae-faq-icon svg {
        width: 24px !important;
        height: 24px !important;
    }

    .artvillae-faq-answer p {
        padding: 0 18px 24px 18px;
        font-size: 12px !important;
    }
}/* End custom CSS */
/* Start custom CSS */.artvillae-blog-section {
    width: 100%;
    height: 693px;
    padding: 80px 96px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 57px;
    background: #ECE6E1;
    overflow: hidden;
}

.artvillae-blog-section h2 {
    margin: 0;
    color: #604939;
    font-family: "DM Sans", sans-serif;
    font-size: 48px !important;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(24px);
    animation: artvillaeBlogTitleReveal 0.8s ease forwards;
}

.artvillae-blog-scroll-area {
    width: 100%;
    max-width: none;
    height: 514px;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
    opacity: 0;
    transform: translateY(35px);
    animation: artvillaeBlogGridReveal 0.9s ease 0.2s forwards;
}

.artvillae-blog-scroll-area:active {
    cursor: grabbing;
}

.artvillae-blog-scroll-area::-webkit-scrollbar {
    display: none;
}

.artvillae-blog-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 38px 37px;
    padding-bottom: 38px;
}

.artvillae-blog-card {
    width: calc((100% - 37px) / 2);
    height: 394px;
    min-height: 394px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.artvillae-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(96, 73, 57, 0.12);
}

.artvillae-blog-image {
    width: 281px;
    height: 394px;
    padding: 30px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: transform 0.45s ease;
}

.artvillae-blog-card:hover .artvillae-blog-image {
    transform: scale(1.03);
}

.artvillae-blog-category {
    min-width: 57px;
    height: 25px;
    padding: 0 12px;
    border-radius: 20px;
    background: rgba(237, 232, 254, 0.20);
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 13px !important;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    text-align: center;
    backdrop-filter: blur(8px);
}

.artvillae-blog-content {
    width: calc(100% - 311px);
    height: 294px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-shrink: 0;
}

.artvillae-blog-copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.artvillae-blog-copy h3 {
    width: 100%;
    margin: 0;
    color: #000000;
    font-family: "DM Sans", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.25;
}

.artvillae-blog-copy h3 a {
    color: inherit;
    text-decoration: none;
}

.artvillae-blog-copy h3 a:hover {
    color: #604939;
}

.artvillae-blog-copy p {
    height: 114px;
    margin: 0;
    color: #848484;
    font-family: "DM Sans", sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.25;
    overflow: hidden;
}

.artvillae-blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #959595;
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 180%;
}

.artvillae-blog-meta svg {
    width: 4px;
    height: 4px;
    flex-shrink: 0;
}

.artvillae-blog-scroll-btn {
    width: 72px;
    height: 73px;
    padding: 0 !important;
    margin: -35px 0 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(24px);
    animation: artvillaeBlogArrowReveal 0.8s ease 0.35s forwards;
}

.artvillae-blog-scroll-btn svg {
    width: 72px;
    height: 73px;
    display: block;
    transform: rotate(45deg);
    transition: transform 0.35s ease;
}

.artvillae-blog-scroll-btn:hover svg {
    transform: rotate(45deg) scale(1.08);
}

@keyframes artvillaeBlogTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes artvillaeBlogGridReveal {
    0% {
        opacity: 0;
        transform: translateY(35px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes artvillaeBlogArrowReveal {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1366px) {
    .artvillae-blog-section {
        height: 670px;
        padding: 70px 70px;
        gap: 50px;
    }

    .artvillae-blog-section h2 {
        font-size: 42px !important;
    }

    .artvillae-blog-scroll-area {
        height: 500px;
    }

    .artvillae-blog-grid {
        gap: 32px 28px;
    }

    .artvillae-blog-card {
        width: calc((100% - 28px) / 2);
        height: 370px;
        min-height: 370px;
        padding-right: 24px;
    }

    .artvillae-blog-image {
        width: 255px;
        height: 370px;
        padding: 26px;
    }

    .artvillae-blog-content {
        width: calc(100% - 279px);
        height: 280px;
    }

    .artvillae-blog-copy h3 {
        font-size: 19px !important;
    }

    .artvillae-blog-copy p {
        font-size: 16px !important;
    }

    .artvillae-blog-scroll-btn {
        margin-top: -32px !important;
    }
}

@media (max-width: 1200px) {
    .artvillae-blog-section {
        height: 650px;
    }

    .artvillae-blog-scroll-area {
        height: 485px;
    }

    .artvillae-blog-card {
        height: 350px;
        min-height: 350px;
        padding-right: 22px;
    }

    .artvillae-blog-image {
        width: 230px;
        height: 350px;
    }

    .artvillae-blog-content {
        width: calc(100% - 252px);
        height: 270px;
    }

    .artvillae-blog-copy h3 {
        font-size: 18px !important;
    }

    .artvillae-blog-copy p {
        font-size: 15px !important;
    }
}

@media (max-width: 1024px) {
    .artvillae-blog-section {
        height: 620px;
        padding: 60px 40px;
        gap: 45px;
    }

    .artvillae-blog-section h2 {
        font-size: 34px !important;
    }

    .artvillae-blog-scroll-area {
        height: 455px;
    }

    .artvillae-blog-grid {
        gap: 28px;
    }

    .artvillae-blog-card {
        width: calc((100% - 28px) / 2);
        height: 330px;
        min-height: 330px;
        padding-right: 18px;
    }

    .artvillae-blog-image {
        width: 190px;
        height: 330px;
        padding: 22px;
    }

    .artvillae-blog-content {
        width: calc(100% - 208px);
        height: 250px;
    }

    .artvillae-blog-copy {
        gap: 20px;
    }

    .artvillae-blog-copy h3 {
        font-size: 16px !important;
        line-height: 1.25;
    }

    .artvillae-blog-copy p {
        height: 94px;
        font-size: 14px !important;
        line-height: 1.35;
    }

    .artvillae-blog-meta {
        font-size: 12px !important;
    }

    .artvillae-blog-scroll-btn {
        width: 58px;
        height: 58px;
        margin-top: -30px !important;
    }

    .artvillae-blog-scroll-btn svg {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 767px) {
    .artvillae-blog-section {
        height: auto;
        padding: 50px 30px;
        gap: 35px;
    }

    .artvillae-blog-section h2 {
        font-size: 30px !important;
    }

    .artvillae-blog-scroll-area {
        height: 620px;
        max-width: 100%;
    }

    .artvillae-blog-grid {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 22px;
        padding-bottom: 22px;
    }

    .artvillae-blog-card {
        width: 100%;
        height: auto;
        min-height: auto;
        padding-right: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .artvillae-blog-image {
        width: 100%;
        height: 240px;
        padding: 22px;
    }

    .artvillae-blog-content {
        width: 100%;
        height: auto;
        padding: 24px;
        gap: 35px;
    }

    .artvillae-blog-copy {
        gap: 16px;
    }

    .artvillae-blog-copy h3 {
        width: 100%;
        font-size: 18px !important;
    }

    .artvillae-blog-copy p {
        height: auto;
        font-size: 14px !important;
        line-height: 1.45;
    }

    .artvillae-blog-meta {
        font-size: 12px !important;
    }

    .artvillae-blog-scroll-btn {
        width: 54px;
        height: 54px;
        margin-top: -22px !important;
    }

    .artvillae-blog-scroll-btn svg {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 480px) {
    .artvillae-blog-section {
        padding: 40px 24px;
        gap: 30px;
    }

    .artvillae-blog-section h2 {
        font-size: 26px !important;
    }

    .artvillae-blog-scroll-area {
        height: 560px;
    }

    .artvillae-blog-image {
        height: 210px;
        padding: 20px;
    }

    .artvillae-blog-content {
        padding: 22px;
        gap: 30px;
    }

    .artvillae-blog-copy h3 {
        font-size: 17px !important;
    }

    .artvillae-blog-copy p {
        font-size: 13px !important;
    }
}/* End custom CSS */