/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap'); */

:root {
    --page-bg: #ffffff;
    --header-bg: #f8f8f8;
    --services-bg: #f4f4f4;
    --text: #060606;
    --muted: #434343;
    --line: #e7e7e7;
    --ghost: #e9e9e9;
    --shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    --container: 1120px;
}

body.landing-page main h1,
body.landing-page main h2,
body.landing-page main .section-title,
body.landing-page main .blogs-heading,
body.landing-page main .review-heading,
body.landing-page main .gallery-heading,
body.landing-page main .where-title {
    font-size: 35px !important;
}

body.landing-page main h3,
body.landing-page main h4,
body.landing-page main h5,
body.landing-page main h6,
body.landing-page main .get-app-subtitle,
body.landing-page main .blog-title,
body.landing-page main .review-card-title,
body.landing-page main .where-subtitle {
    font-size: 30px !important;
}

body.landing-page main h3,
body.landing-page main h4,
body.landing-page main h5,
body.landing-page main h6,
body.landing-page main .get-app-subtitle,
body.landing-page main .blog-title,
body.landing-page main .review-card-title,
body.landing-page main .where-subtitle {
    font-size: 30px !important;
}

body.landing-page main p,
body.landing-page main .get-app-copy,
body.landing-page main .blog-desc,
body.landing-page main .review-text,
body.landing-page main .review-card-desc,
body.landing-page main .gallery-subheading,
body.landing-page main .where-copy {
    font-size: 21px !important;
    line-height: 1.55;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "", sans-serif;
    color: var(--text);
    background: var(--page-bg);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    margin: 0 auto;
}


body.landing-page .header-spacer {
    height: 0;
}


.hero-grid.container {
    min-height: 340px;
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    align-items: center;
    gap: 92px;
    width: 78%;
    margin-top: 90px;
}

/* .hero-copy {
    max-width: 412px;
    margin-top: 36px;
    margin-left: 42px;
} */

.hero-copy h1 {
    color: #000;
    text-align: justify;
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: 700;
    /* line-height: 40.128px; */
    margin-bottom: 25px;
    font-size: 65px;
    letter-spacing: 0px;
    text-align: center;
}

.hero-copy p {
    color: #000;
text-align: justify;
font-family: Arial;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 30.4px;
}

.store-buttons {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    justify-content: center;
    flex-wrap: wrap;
}

.store-badge {
    display: inline-flex;
}

.hero-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 470px;
    opacity: 0;
    visibility: hidden;
}

body.hero-base-ready .hero-animation {
    opacity: 1;
    visibility: visible;
    transition: opacity 220ms ease;
}

.hero-animation-stage {
    position: relative;
    width: min(100%, 760px);
    /* height: 470px; */
    overflow: visible;
}

body.hero-base-ready .hero-animation-stage {
    animation: heroFloat 4s ease-in-out infinite;
    will-change: transform;
}

.hero-animation-base {
    /* position: absolute; */
    /* inset: 16px 0 0 0; */
    margin: 0;
    z-index: 0;
    opacity: 0;
}

body.hero-base-ready .hero-animation-base {
    opacity: 1;
}

.hero-animation-base img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: contain; */
    display: block;
    /* filter: drop-shadow(0 24px 42px rgba(9, 12, 40, 0.12)); */
}


.hero-animation-card {
    position: absolute;
    margin: 0;
    opacity: 0;
    transform: translate3d(var(--hero-start-x, 0), var(--hero-start-y, 0), 0) scale(var(--hero-start-scale, 0.45)) rotate(var(--hero-start-rotate, 0deg));
    transition: transform 1100ms cubic-bezier(0.16, 1, 0.3, 1), opacity 700ms ease;
    filter: saturate(0.96);
    z-index: 1;
    will-change: transform, opacity;
}

.khalifa-burg{
    top: 1%;
    left: 0%;
    width: 25% !important;
    transform-origin: right center;
}

.burger{
    left: 41%;
    top: 21%;
    width: 19%;
    transform-origin: right center;
}

.black-audi{
    top: 63%;
    right: 0;
    width: 38%;
    transform-origin: top center;
}
.hero-animation-card img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}

.marker{
    position: absolute;
    width: 40px;
    top: 25%;
    right: 20%;
    opacity: 0;
    transition: opacity 600ms ease;
    margin: 0;
}

body.hero-animation-ready .marker{
    opacity: 1;
}
.marker img.gif{
    width: 100%;
    opacity: .5;
}
.marker img.pointer{
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-card-car img,
.hero-card-burger img,
.hero-card-burj img,
.hero-card-marker img {
    object-fit: contain;
    background: transparent;
    box-shadow: none;
}

.hero-card-car {
    right: 6px;
    bottom: 54px;
    width: 372px;
    height: 246px;
    --hero-start-x: 118px;
    --hero-start-y: 30px;
    --hero-start-scale: 0.34;
    --hero-start-rotate: 6deg;
}
.hero-card-car img {
    width: 100%;
    height: 100%;
}

.hero-card-burger {
    left: 36px;
    bottom: 24px;
    width: 250px;
    height: 196px;
    --hero-start-x: -78px;
    --hero-start-y: 78px;
    --hero-start-scale: 0.3;
    --hero-start-rotate: -8deg;
    animation-delay: 80ms;
}

.hero-card-burj {
    left: 280px;
    top: 30px;
    width: 160px;
    height: 198px;
    --hero-start-x: 0;
    --hero-start-y: -64px;
    --hero-start-scale: 0.24;
    --hero-start-rotate: -4deg;
    animation-delay: 160ms;
}

.hero-card-marker {
    left: 560px;
    top: 48px;
    width: 38px;
    height: 38px;
    --hero-start-x: 92px;
    --hero-start-y: -18px;
    --hero-start-scale: 0.18;
    --hero-start-rotate: 0deg;
    animation-delay: 240ms;
}

@keyframes heroFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.hero-base-ready .hero-animation-stage {
        animation: none;
    }
}

body.hero-animation-ready .hero-animation-card {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    opacity: 1;
}

.services-section {
    background: #fff;
    padding: 44px 0 60px;
}

.section-title {
    margin: 0 0 28px;
    text-align: center;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 800;
    letter-spacing: -0.05em;
    /* font-size: clamp(2.1rem, 4vw, 3rem); */
    letter-spacing: 1px;
}

.section-title.ghost {
    color: var(--ghost);
}

.services-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.service-card {
    display: block;
    width: min(100%, 324px);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
    flex: 0 0 auto;
    text-decoration: none;
}

.service-card.featured {
    width: min(100%, 340px);
    margin-top: 60px;
    z-index: 2;
}
.service-card:hover {
  transition: box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.service-art {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1400px) {
    .service-card {
        width: 375px;
    }

    .service-card.featured {
        width: 375px;
    }
}

.intro-inner {
    max-width: 1300px;
    text-align: center;
    padding: 34px 0 28px;
    /* background: #fff; */
}

.intro-inner h2 {
    margin: 0 0 14px;
    font-weight: 700;
    /* font-size: clamp(1.5rem, 2.5vw, 3rem); */
}

.intro-inner p {
    margin: 0 auto;
    max-width: 1010px;
    color: #353535;
    font-size: 18px;
    line-height: 1.9;
    text-align: justify;
    font-weight: 400;
    text-align-last: center;
    font-family: Arial, sans-serif;
}

.lifestyle-section {
    /* padding: 0 0 8px; */
    /* background: #FAFAFA; */
}

.lifestyle-mosaic {
    display: grid;
    grid-template-columns: 1.28fr 0.65fr 1.01fr 1fr 0.96fr 1.28fr;
    grid-template-rows: 18.306vw 18.306vw;
    gap: 8px;
    /* width: min(100%, 1720px); */
    width:100%;
    margin: 10px auto 0;
    padding: 12px 0;
    background:  #F2F2F2;;
}

.mosaic-tile {
    margin: 0;
    overflow: hidden;
    background: #e9e9e9;
}

.mosaic-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tile-left {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.tile-small-a {
    grid-column: 2;
    grid-row: 1;
}

.tile-wide {
    grid-column: 3 / span 2;
    grid-row: 1;
}

.tile-small-b {
    grid-column: 5;
    grid-row: 1;
}

.tile-right {
    grid-column: 6;
    grid-row: 1 / span 2;
}

.get-app {
    padding: 34px 0 56px;
    /* background: rgba(240, 240, 240, 0.80); */
}
.partners-section{
    background: rgba(240, 240, 240, 0.80);
}


.get-app-shell {
    max-width: 1120px;
}

.get-app-title,
.get-app-subtitle {
    margin: 0;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.get-app-title {
    /* font-size: clamp(2.3rem, 2.5vw, 4rem); */
}

.get-app-subtitle {
    margin-top: 16px;
    /* font-size: clamp(1.5rem, 2.1vw, 3.4rem); */
    font-weight: 600;
}

.get-app-copy {
    margin: 22px auto 0;
    color: #353535;
    font-family: Arial, sans-serif;
    /* font-size: clamp(1rem, 1.5vw, 2.5rem); */
    line-height: 1.8;
}

.get-app-visual {
    margin-top: 28px;
}

.get-app-image {
    width: min(100%, 1280px);
    margin: 0 auto;
    object-fit: contain;
}

.get-app-stores {
    justify-content: center;
    gap: 18px;
    margin-top: 26px;
}

.get-app-stores .store-link {
    display: inline-flex;
}

.get-app-stores img {
    height: 63px;
    width: auto;
}

.blogs-section {
    padding: 64px 0 82px;
    background: #FAFAFA;
}

.blogs-heading {
    margin: 0 0 34px;
    text-align: center;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    /* font-size: clamp(2.8rem, 2.5vw, 4.1rem); */
    font-weight: 700;
    line-height: 1;
    opacity: 0.09;
}

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

.blog-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    padding: 20px 20px 0;
}

.blog-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}

.blog-image {
    width: 100%;
    aspect-ratio: 1.15 / 0.86;
    object-fit: cover;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.blog-body {
    padding: 30px 0;
}

.blog-title-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.blog-title {
    margin: 0;
    color: #202738;
    font-family: Arial;
    /* font-size: clamp(20px, 1.7vw, 36px); */
    font-weight: 700;
    line-height: 1.35;
}

.blog-arrow {
    color: #202738;
    font-size: 1.2rem;
    line-height: 1;
    flex: 0 0 auto;
    margin-top: 2px;
}

.blog-desc {
    margin: 0;
    color: #3d4250;
    font-size: 0.95rem;
    line-height: 1.5;
}

.review-section {
    padding: 120px 0;
    background: #f7f7f7;
    background:
        linear-gradient(rgba(29, 25, 31, 0.28), rgba(29, 25, 31, 0.28)),
        url('../images/reviews/section-bg.jpg') center 70% / cover no-repeat;
}

.review-shell {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.review-panel {
    position: relative;
    overflow: hidden;
    /* min-height: 820px; */
    /* padding: 86px 0 76px; */
    
}

.review-overlay {
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 38% 62%;
    justify-content: space-between;
    align-items: start;
    gap: 0;
    width: 73%;
}
.review-overlay::after{
    content: "";
    position: absolute;
    top: 66px;
    left: 0;
    width: 90%;
    height: calc(100% - 66px);
    border-radius: 14px;
    background: rgba(148, 53, 104, 0.72);
    box-shadow: 0 18px 40px rgba(70, 18, 50, 0.18);
}
.review-left {
    align-self: center;
    /* width: 400px;
    max-width: 400px; */
    position: relative;
    z-index: 1;
}

.review-quote {
    width: 132px;
    height: 132px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #99195A 0.29%, #111343 85.98%);
    box-shadow: 0 18px 32px rgba(21, 8, 36, 0.22);
    /* transform: translateY(22px); */
}

.review-quote img {
    width: 54px;
    height: auto;
    display: block;
}

.review-copy {
    margin-top: -32px;
    border-radius: 18px;
    padding: 74px 40px 0;
    background: transparent;
    color: #fff;
}

.review-heading {
    margin: 0 0 12px;
    color: #fff;
    /* font-size: clamp(1.6rem, 2.1vw, 3rem); */
    font-weight: 600;
    line-height: 1;
}

.review-text {
    margin: 0;
    /* max-width: 430px; */
    color: #fff;
    /* font-size: clamp(1rem, 1.48vw, 2rem); */
    line-height: 1.9;
    font-family: Arial;
    font-weight: 400;
    text-align: justify;
}

.review-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    /* width: 650px;
    max-width: 650px; */
    position: relative;
    z-index: 1;
}

.review-cards.owl-carousel {
    display: block;
}


.review-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.16);
    min-width: 0;
}

.review-card-image {
    width: 100%;
    aspect-ratio: 1.02 / 0.78;
    object-fit: cover;
    display: block;
}

.review-card-body {
    padding: 0 18px 18px;
    position: relative;
    z-index: 11;
}

.review-card-title {
    margin: 0 0 6px;
    color: #000;
    /* font-size: clamp(1rem, 1.1vw, 2rem); */
    font-weight: 600;
    line-height: 1.35;
}

.review-card-desc {
    margin: 0;
    color: #696969;
    font-size: 0.98vw;
    line-height: 1.5;
    text-align: justify;
    min-height: 6.5vw;
}

.review-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}

.review-card-name {
    color: #111827;
    font-size: 0.98rem;
    font-weight: 500;
}

.review-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    flex: 0 0 auto;
}

.review-stars img {
    width: 18px;
    height: 18px;
    display: block;
}

.slider-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: 1 / -1;
    width: 46%;
    margin-right: 10%;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.review-nav {
    /* position: absolute;
    left: 50%;
    bottom: 58px;
    transform: translateX(-50%); */
    z-index: 2;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.review-nav span {
    color: #9e9e9e;
    font-size: 2rem;
    line-height: 1;
    transform: translateY(-2px);
}

.review-dots {
    /* position: absolute; */
    /* right: 128px;
    bottom: 68px; */
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background:  #fff;
    transition: width 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.review-dot.is-active {
    width: 30px;
    background: #BDB3B8;
}

.review-dot:focus-visible,
.review-nav:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

.gallery-section {
    padding: 80px 0 90px;
    background: #FAFAFA;
}

.gallery-heading-wrap {
    max-width: 980px;
    margin: 0 auto 34px;
    text-align: center;
}

.gallery-heading {
    margin: 0;
    color: #000;
    /* font-size: clamp(2.4rem, 3.4vw, 4rem); */
    /* font-weight: 800; */
}

.gallery-subheading {
    margin: 12px auto 0;
    max-width: 860px;
    color: #50565f;
    /* font-size: clamp(1rem, 1.35vw, 1.18rem); */
    line-height: 1.75;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas:
        "big big top1 top2"
        "big big wide wide"
        "bot1 bot2 wide wide";
    gap: 18px;
    align-items: stretch;
}

.gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #eee;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 13px 18px;
    background: linear-gradient(270deg, rgba(163, 25, 91, 0.8) 0%, rgba(17, 19, 67, 0.8) 100%);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.gallery-item-big {
    grid-area: big;
    min-height: 436px;
}

.gallery-item-top-left {
    grid-area: top1;
    min-height: 206px;
}

.gallery-item-top-right {
    grid-area: top2;
    min-height: 206px;
}

.gallery-item-bottom-left {
    grid-area: bot1;
    min-height: 206px;
}

.gallery-item-bottom-mid {
    grid-area: bot2;
    min-height: 206px;
}

.gallery-item-wide {
    grid-area: wide;
    min-height: 206px;
}

.where-portal {
   background: url(../images/map3.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 75% auto;
    min-height: 75vh;
    display: flex;
    align-items: flex-start;
    background-color: #F5F5F5;
    padding: 120px 0 90px;
}

.where-portal .row {
    min-height: 75vh;
    align-items: flex-start;
}

.where-copy {
    max-width: 560px;
    padding-top: 34px;
    padding-bottom: 20px;
}

.where-title {
    margin: 0 0 28px;
    color: #333;
    /* font-size: clamp(2.4rem, 3.4vw, 3rem); */
    font-weight: 800;
}

.where-desc {
   color: #353535;
text-align: justify;
text-align-last: left;
font-family: Arial;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}

.where-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 7px;
    background: linear-gradient(90deg, #0d1f63 0%, #9a2b6f 100%);
    color: #fff;
    /* font-size: clamp(18px, 1.3vw, 40px); */
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(13, 31, 99, 0.18);
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

.curve svg{
    position: absolute;
    bottom: -15px;
    width: 104%;
}
.curve::before{
    position: absolute;
    bottom: -15px;
    width: 100%;
    /* content: ""; */
    background-image: url(../images/curve.svg);
    z-index: 9999;
    height: 54px;
    background-size: 102% auto;
}
.tile-bottom-a {
    grid-column: 2;
    grid-row: 2;
}

/* .tile-bottom-mid {
    grid-column: 4;
    grid-row: 2;
} */

.tile-bottom-b {
    grid-column: 4 / span 2;
    grid-row: 2;
}

.mosaic-row2-split-en {
    grid-column: 2 / span 4;
    grid-row: 2;
    display: flex;
    gap: 8px;
    height: 100%;
}

.mosaic-row2-split-en .mosaic-tile {
    height: 100%;
}

.mosaic-row2-split-en .tile-bottom-a {
    flex: 0 0 27%;
}

.mosaic-row2-split-en .tile-bottom-mid {
    flex: 0 0 30%;
}

.mosaic-row2-split-en .tile-bottom-b {
    flex: 0 0 42%;
    padding-right: 8px;
}

@media (max-width: 980px) {
.hero-grid.container{
            width: 100%;
        display: block;
}
    .main-nav,
    .header-tools {
        display: none;
    }

    .menu-toggle {
        display: inline-block;
        justify-self: end;
    }

    .mobile-nav.is-open,
    .mobile-nav.show {
        display: block;
    }

    /* .hero-section {
        padding-top: 76px;
        padding-bottom: 64px;
        min-height: 380px;
    } */

    .hero-copy {
        margin-left: 0;
        margin-top: 8px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hero-animation {
        display: none;
    }

    .services-grid {
        flex-direction: column;
        align-items: center;
    }

    .service-card.featured {
        margin-top: 0;
    }
}

@media (max-width: 1100px) {
    .lifestyle-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

	    .tile-left,
	    .tile-small-a,
	    .tile-wide,
	    .tile-small-b,
	    .tile-right,
	    .tile-bottom-a,
	    .tile-bottom-mid,
	    .tile-bottom-b {
	        grid-column: auto;
	        grid-row: auto;
	        min-height: 220px;
	    }

    .tile-left {
        min-height: 420px;
    }

    .tile-wide {
        min-height: 300px;
    }

    .blogs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .review-overlay {
        grid-template-columns: 1fr;
        max-width: 100%;
        justify-content: stretch;
        padding: 56px 40px 52px;
    }

    .review-left {
        max-width: 100%;
        width: auto;
    }

    .review-cards {
        padding-top: 12px;
        margin-bottom: 8px;
        width: 100%;
        max-width: 100%;
    }

    .slider-nav {
        grid-column: auto;
    }

    .where-portal {
        min-height: auto;
        background: #f5f5f5;
    }

    .where-portal .row {
        min-height: auto;
    }

    .where-copy {
        max-width: 100%;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "big big"
            "top1 top2"
            "bot1 bot2"
            "wide wide";
    }

    .gallery-item-big,
    .gallery-item-top-left,
    .gallery-item-top-right,
    .gallery-item-bottom-left,
    .gallery-item-bottom-mid,
    .gallery-item-wide {
        min-height: 200px;
    }
}

@media (max-width: 640px) {

    .container {
        width: min(calc(100% - 24px), var(--container));
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-copy p {
        font-size: 0.96rem;
    }

    .hero-grid {
        min-height: 0;
    }

    .store-badge {
        min-width: 0;
    }

    .service-card,
    .service-card.featured {
        width: 100%;
    }

    .lifestyle-mosaic {
        grid-template-columns: 1fr;
    }

	    .tile-left,
	    .tile-small-a,
	    .tile-wide,
	    .tile-small-b,
	    .tile-right,
	    .tile-bottom-a,
	    .tile-bottom-mid,
	    .tile-bottom-b {
	        grid-column: auto;
	        grid-row: auto;
	        min-height: 240px;
	    }

    .get-app {
        padding: 28px 0 46px;
    }

    .get-app-stores {
        flex-direction: column;
        align-items: center;
    }

    .get-app-stores img {
        height: 56px;
    }

    .blogs-section {
        padding: 52px 0 64px;
    }

    .blogs-grid {
        grid-template-columns: 1fr;
    }

    .gallery-section {
        padding: 30px 0 60px;
    }

    .gallery-heading-wrap {
        margin-bottom: 24px;
    }

    .gallery-subheading {
        font-size: 0.98rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "big"
            "top1"
            "top2"
            "bot1"
            "bot2"
            "wide";
        gap: 14px;
    }

    .gallery-item-big,
    .gallery-item-top-left,
    .gallery-item-top-right,
    .gallery-item-bottom-left,
    .gallery-item-bottom-mid,
    .gallery-item-wide {
        min-height: 210px;
    }

    .review-section {
        padding-bottom: 54px;
    }

    .review-panel {
        min-height: 0;
        padding: 48px 0 38px;
    }

    .review-overlay {
        padding: 34px 14px 30px;
        width:100%
    }
    .review-text{
        display:none;
    }

    .review-quote {
        width: 92px;
        height: 92px;
        margin-left: 0;
        transform: translateY(14px);
    }

    .review-quote img {
        width: 40px;
    }

    .review-copy {
        padding: 56px 16px 0;
    }

    .review-cards {
        grid-template-columns: 1fr;
        margin-bottom: 4px;
        width: 100%;
        max-width: 100%;
    }

    .review-card-title {
        font-size: 1.05rem;
    }

    .review-card-desc {
        font-size: 0.9rem;
    }

    .review-dots {
        justify-content: center;
        margin-left: 0;
    }

    .slider-nav {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin-top: 14px;
    }

    .review-nav {
        width: 46px;
        height: 46px;
    }

    .where-copy {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .where-title {
        /* font-size: clamp(2.4rem, 10vw, 4rem); */
    }

    .where-cta {
        min-width: 0;
        width: 100%;
        min-height: 62px;
        font-size: 1rem;
    }
}

/* Homepage responsive pass */
body.landing-page main h1,
body.landing-page main h2,
body.landing-page main .section-title,
body.landing-page main .blogs-heading,
body.landing-page main .review-heading,
body.landing-page main .gallery-heading,
body.landing-page main .where-title {
    font-size: 35px !important;
}

body.landing-page main h3,
body.landing-page main h4,
body.landing-page main h5,
body.landing-page main h6,
body.landing-page main .get-app-subtitle,
body.landing-page main .blog-title,
body.landing-page main .review-card-title,
body.landing-page main .where-subtitle {
    font-size: 30px !important;
}

body.landing-page main p,
body.landing-page main .get-app-copy,
body.landing-page main .blog-desc,
body.landing-page main .review-text,
body.landing-page main .review-card-desc,
body.landing-page main .gallery-subheading,
body.landing-page main .where-copy,
body.landing-page main .where-desc {
    font-size: 21px !important;
    line-height: 1.55;
}

body.landing-page main .container,
body.landing-page main .container-fluid > .container {
    max-width: 1320px;
}

body.landing-page main {
    overflow-x: clip;
}

.hero-grid.container {
    width: min(1180px, calc(100% - 48px));
    grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.35fr);
    gap: clamp(36px, 5vw, 92px);
    margin-top: clamp(72px, 8vw, 120px);
}

.hero-copy h1 {
    font-size: clamp(44px, 4.4vw, 65px) !important;
    line-height: 1.05;
    text-align: center;
}

.hero-copy p {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}

.hero-animation {
    min-height: clamp(320px, 36vw, 470px);
}

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

.service-card,
.service-card.featured {
    flex: 1 1 280px;
    max-width: 375px;
}

.service-card.featured {
    margin-top: clamp(0px, 4vw, 60px);
}

.intro-inner,
.get-app-shell,
.blogs-section .container,
.gallery-section .container,
.where-portal .container {
    width: min(1180px, calc(100% - 48px));
    max-width: 1180px;
}

.lifestyle-mosaic {
    grid-template-rows: minmax(220px, 18.306vw) minmax(220px, 18.306vw);
}

.get-app-image {
    max-height: 560px;
}

.blogs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
    min-width: 0;
}

.blog-image {
    aspect-ratio: 1.35 / 1;
}

.review-section {
    overflow: hidden;
}

.review-overlay {
    width: min(1560px, calc(100% - 96px));
}

.review-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card-image {
    aspect-ratio: 1.58 / 1;
}

.review-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.review-card-desc {
    min-height: 0;
}

.review-card-footer {
    flex-wrap: wrap;
}

.gallery-grid {
    grid-auto-flow: dense;
}

.where-portal {
    min-height: auto;
}

.where-portal .row {
    min-height: clamp(520px, 60vh, 760px);
}

.where-cta {
    max-width: 360px;
}

@media (max-width: 1399px) {
    body.landing-page main h1,
    body.landing-page main h2,
    body.landing-page main .section-title,
    body.landing-page main .blogs-heading,
    body.landing-page main .review-heading,
    body.landing-page main .gallery-heading,
    body.landing-page main .where-title {
        font-size: 32px !important;
    }

    body.landing-page main h3,
    body.landing-page main h4,
    body.landing-page main h5,
    body.landing-page main h6,
    body.landing-page main .get-app-subtitle,
    body.landing-page main .blog-title,
    body.landing-page main .review-card-title,
    body.landing-page main .where-subtitle {
        font-size: 26px !important;
    }

    body.landing-page main p,
    body.landing-page main .get-app-copy,
    body.landing-page main .blog-desc,
    body.landing-page main .review-text,
    body.landing-page main .review-card-desc,
    body.landing-page main .gallery-subheading,
    body.landing-page main .where-copy,
    body.landing-page main .where-desc {
        font-size: 18px !important;
    }

    .review-section {
        padding: 92px 0;
    }

    .review-overlay {
        width: min(1260px, calc(100% - 44px));
        grid-template-columns: 34% 66%;
    }

    .review-overlay::after {
        width: 92%;
    }

    .review-copy {
        padding-right: 28px;
        padding-left: 28px;
    }
}

@media (max-width: 1199px) {
    .hero-grid.container {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        text-align: center;
    }

    .hero-copy {
        max-width: 720px;
        margin: 0 auto;
    }

    .hero-copy p {
        text-align-last: center;
    }

    .hero-animation {
        width: min(760px, 100%);
        margin: 0 auto;
    }

    .blogs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .review-overlay {
        grid-template-columns: 1fr;
        padding: 56px 40px 52px;
    }

    .review-overlay::after {
        top: 40px;
        width: 100%;
        height: calc(100% - 40px);
    }

    .review-left {
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
    }

    .review-copy {
        padding-top: 58px;
        text-align: center;
    }

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

    .review-cards.owl-carousel {
        width: min(680px, 100%);
        margin: 22px auto 0;
    }

    .slider-nav {
        width: min(680px, 100%);
        margin: 0 auto;
        padding-right: 0;
    }

    .where-portal {
        background-size: 88% auto;
        background-position: center bottom;
        padding-bottom: 48vw;
    }

    .where-portal .row {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .hero-grid.container,
    .intro-inner,
    .get-app-shell,
    .blogs-section .container,
    .gallery-section .container,
    .where-portal .container {
        width: min(calc(100% - 32px), 820px);
    }

    .hero-animation {
        min-height: 0;
    }

    .services-section,
    .blogs-section,
    .gallery-section,
    .get-app {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    .service-card,
    .service-card.featured {
        flex-basis: calc(50% - 16px);
        max-width: 360px;
    }

    .lifestyle-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 10px;
        padding: 10px;
    }

    .tile-left,
    .tile-small-a,
    .tile-wide,
    .tile-small-b,
    .tile-right,
    .tile-bottom-a,
    .tile-bottom-b {
        grid-column: auto;
        grid-row: auto;
        min-height: 260px;
    }

    .get-app-image {
        max-height: 460px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "big big"
            "top1 top2"
            "wide wide"
            "bot1 bot2";
    }

    .gallery-item-big,
    .gallery-item-top-left,
    .gallery-item-top-right,
    .gallery-item-bottom-left,
    .gallery-item-bottom-mid,
    .gallery-item-wide {
        min-height: 240px;
    }
}

@media (max-width: 768px) {
    body.landing-page main h1,
    body.landing-page main h2,
    body.landing-page main .section-title,
    body.landing-page main .blogs-heading,
    body.landing-page main .review-heading,
    body.landing-page main .gallery-heading,
    body.landing-page main .where-title {
        font-size: 28px !important;
    }

    body.landing-page main h3,
    body.landing-page main h4,
    body.landing-page main h5,
    body.landing-page main h6,
    body.landing-page main .get-app-subtitle,
    body.landing-page main .blog-title,
    body.landing-page main .review-card-title,
    body.landing-page main .where-subtitle {
        font-size: 22px !important;
    }

    body.landing-page main p,
    body.landing-page main .get-app-copy,
    body.landing-page main .blog-desc,
    body.landing-page main .review-text,
    body.landing-page main .review-card-desc,
    body.landing-page main .gallery-subheading,
    body.landing-page main .where-copy,
    body.landing-page main .where-desc {
        font-size: 16px !important;
        line-height: 1.55;
    }

    .hero-grid.container {
        margin-top: 72px;
    }

    .hero-copy h1 {
        font-size: 34px !important;
    }

    .hero-copy p,
    .intro-inner p,
    .get-app-copy,
    .where-desc {
        text-align: justify;
        text-align-last: auto;
    }

    .service-card,
    .service-card.featured {
        flex-basis: 100%;
        max-width: 380px;
    }

    .lifestyle-mosaic {
        grid-template-columns: 1fr;
        padding: 8px 0;
    }

    .tile-left,
    .tile-small-a,
    .tile-wide,
    .tile-small-b,
    .tile-right,
    .tile-bottom-a,
    .tile-bottom-b {
        min-height: 230px;
    }

    .get-app-stores {
        flex-direction: column;
        align-items: center;
    }

    .get-app-stores img {
        height: 52px;
    }

    .blogs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-body {
        padding: 22px 0;
    }

    .review-section {
        padding: 54px 0;
    }

    .review-overlay {
        width: min(calc(100% - 24px), 560px);
        padding: 30px 14px 28px;
    }

    .review-overlay::after {
        top: 24px;
        border-radius: 12px;
    }

    .review-quote {
        width: 92px;
        height: 92px;
        margin-left: auto;
        margin-right: auto;
        transform: none;
    }

    .review-text {
        display: block !important;
        text-align: left;
    }

    .review-card-image {
        aspect-ratio: 1.45 / 1;
    }

    .review-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .slider-nav {
        flex-direction: column;
        gap: 14px;
        margin-top: 14px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "big"
            "top1"
            "top2"
            "wide"
            "bot1"
            "bot2";
        gap: 14px;
    }

    .gallery-item-big,
    .gallery-item-top-left,
    .gallery-item-top-right,
    .gallery-item-bottom-left,
    .gallery-item-bottom-mid,
    .gallery-item-wide {
        min-height: 220px;
    }

    .where-portal {
        background-size: 130% auto;
        padding-top: 48px;
        padding-bottom: 72vw;
    }

    .where-cta {
        width: 100%;
        max-width: none;
        min-height: 54px;
    }
}

@media (max-width: 480px) {
    body.landing-page main h1,
    body.landing-page main h2,
    body.landing-page main .section-title,
    body.landing-page main .blogs-heading,
    body.landing-page main .review-heading,
    body.landing-page main .gallery-heading,
    body.landing-page main .where-title {
        font-size: 25px !important;
    }

    body.landing-page main h3,
    body.landing-page main h4,
    body.landing-page main h5,
    body.landing-page main h6,
    body.landing-page main .get-app-subtitle,
    body.landing-page main .blog-title,
    body.landing-page main .review-card-title,
    body.landing-page main .where-subtitle {
        font-size: 20px !important;
    }

    body.landing-page main p,
    body.landing-page main .get-app-copy,
    body.landing-page main .blog-desc,
    body.landing-page main .review-text,
    body.landing-page main .review-card-desc,
    body.landing-page main .gallery-subheading,
    body.landing-page main .where-copy,
    body.landing-page main .where-desc {
        font-size: 15px !important;
    }

    .hero-grid.container,
    .intro-inner,
    .get-app-shell,
    .blogs-section .container,
    .gallery-section .container,
    .where-portal .container {
        width: calc(100% - 24px);
    }

    .hero-copy h1 {
        font-size: 30px !important;
    }

    .store-buttons {
        gap: 10px;
    }

    .store-badge img,
    .get-app-stores img {
        max-width: 165px;
        height: auto;
    }

    .services-grid {
        gap: 18px;
    }

    .tile-left,
    .tile-small-a,
    .tile-wide,
    .tile-small-b,
    .tile-right,
    .tile-bottom-a,
    .tile-bottom-b {
        min-height: 200px;
    }

    .review-card-body {
        padding-right: 14px;
        padding-left: 14px;
    }

    .review-stars img {
        width: 15px;
        height: 15px;
    }

    .gallery-item-big,
    .gallery-item-top-left,
    .gallery-item-top-right,
    .gallery-item-bottom-left,
    .gallery-item-bottom-mid,
    .gallery-item-wide {
        min-height: 190px;
    }

    .gallery-caption {
        padding: 10px 12px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .review-section {
        padding: 46px 0;
        background-position: center center;
    }

    .review-panel {
        padding: 0;
        overflow: visible;
    }

    .review-overlay {
        display: block;
        width: calc(100% - 28px) !important;
        max-width: 430px;
        margin: 0 auto;
        padding: 22px 14px 18px !important;
        border-radius: 14px;
        background: rgba(148, 53, 104, 0.78);
        box-shadow: 0 16px 34px rgba(42, 16, 36, 0.22);
    }

    .review-overlay::after {
        display: none;
    }

    .review-left {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .review-quote {
        width: 62px !important;
        height: 62px !important;
        margin: 0 auto 14px !important;
        transform: none !important;
        box-shadow: 0 10px 20px rgba(21, 8, 36, 0.2);
    }

    .review-quote img {
        width: 28px !important;
    }

    .review-copy {
        margin: 0;
        padding: 0 !important;
        text-align: center;
    }

    .review-heading {
        margin-bottom: 10px;
        text-align: center;
        font-size: 25px !important;
        line-height: 1.1;
    }

    .review-text {
        display: block !important;
        margin: 0 auto;
        max-width: 330px;
        color: rgba(255, 255, 255, 0.94);
        text-align: center !important;
        text-align-last: center;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    .review-cards.owl-carousel {
        width: 100% !important;
        max-width: none;
        margin: 18px auto 0 !important;
    }

    .review-cards .owl-stage {
        display: flex;
    }

    .review-cards .owl-item {
        display: flex;
    }

    .review-card {
        width: 100%;
        min-height: 0;
        border-radius: 10px;
        box-shadow: 0 14px 26px rgba(15, 23, 42, 0.16);
    }

    .review-card-image {
        height: 120px;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .curve svg {
        bottom: -1px;
    }

    .review-card-body {
        padding: 8px 10px 12px !important;
    }

    .review-card-title {
        margin-bottom: 6px;
        font-size: 14px !important;
        line-height: 1.22;
        text-align: left;
    }

    .review-card-desc {
        min-height: 0 !important;
        color: #626262;
        text-align: left !important;
        text-align-last: auto;
        font-size: 11px !important;
        line-height: 1.4 !important;
    }

    .review-card-footer {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px;
        margin-top: 10px;
    }

    .review-card-name {
        font-size: 11px;
    }

    .review-stars {
        gap: 2px;
    }

    .review-stars img {
        width: 11px !important;
        height: 11px !important;
    }

    .slider-nav {
        width: 100% !important;
        margin: 16px auto 0 !important;
        padding: 0 !important;
        flex-direction: row !important;
        justify-content: center;
        gap: 18px;
    }

    .review-nav {
        width: 38px !important;
        height: 38px !important;
        flex: 0 0 auto;
        background: rgba(255, 255, 255, 0.82);
    }

    .review-dots {
        justify-content: center;
        gap: 8px;
    }

    .review-dot {
        width: 9px;
        height: 9px;
    }

    .review-dot.is-active {
        width: 24px;
    }
}

@media (max-width: 380px) {
    .review-card-image {
        height: 105px;
    }

    .review-card-title {
        font-size: 13px !important;
    }

    .review-card-desc,
    .review-text {
        font-size: 10px !important;
    }

    .review-card-footer {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}

body.landing-page main .blogs-section .blogs-heading {
    font-size: 30px !important;
    margin-bottom: 28px;
}

body.landing-page main .blogs-section .blog-title {
    font-size: 24px !important;
    line-height: 1.3;
}

body.landing-page main .blogs-section .blog-desc {
    font-size: 18px !important;
    line-height: 1.5;
}

body.landing-page main .partners-section .heading-partner h2 {
    font-size: 32px !important;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.landing-page main .partners-section .heading-partner {
    flex: 0 0 125px;
    max-width: 125px;
    padding-right: 0;
}

body.landing-page main .partners-section .heading-partner + .col-lg-9 {
    flex: 1 1 0;
    max-width: none;
    padding-left: 8px;
}

@media (max-width: 1399px) {
    body.landing-page main .blogs-section .blogs-heading {
        font-size: 28px !important;
    }

    body.landing-page main .blogs-section .blog-title {
        font-size: 22px !important;
    }

    body.landing-page main .blogs-section .blog-desc {
        font-size: 17px !important;
    }

    body.landing-page main .partners-section .heading-partner h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 768px) {
    body.landing-page main .blogs-section .blogs-heading {
        font-size: 25px !important;
    }

    body.landing-page main .blogs-section .blog-title {
        font-size: 20px !important;
    }

    body.landing-page main .blogs-section .blog-desc {
        font-size: 16px !important;
    }

    body.landing-page main .partners-section .heading-partner h2 {
        font-size: 26px !important;
        text-align: center;
    }

    body.landing-page main .partners-section .heading-partner,
    body.landing-page main .partners-section .heading-partner + .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .review-section {
        padding: 68px 0;
    }

    .review-overlay {
        width: min(1120px, calc(100% - 32px));
        display: grid;
        grid-template-columns: 33% 67%;
        align-items: start;
        padding: 0;
    }

    .review-overlay::after {
        top: 58px;
        left: 0;
        width: 92%;
        height: calc(100% - 58px);
    }

    .review-left {
        max-width: none;
        margin: 0;
    }

    .review-quote {
        width: 104px;
        height: 104px;
        margin: 0 auto;
        transform: none;
    }

    .review-copy {
        margin-top: -28px;
        padding: 62px 24px 0;
        text-align: left;
    }

    .review-text {
        display: block;
        text-align: justify;
        font-size: 17px !important;
        line-height: 1.65 !important;
    }

    .review-cards.owl-carousel {
        width: 100%;
        margin: 0;
    }

    .slider-nav {
        width: 50%;
        margin: 0 12% 0 auto;
        padding-right: 18px;
        flex-direction: row;
    }
}

@media (max-width: 1199px) {
    .review-cards .owl-stage {
        display: flex;
    }

    .review-cards .owl-item {
        display: flex;
    }

    .review-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0;
        border-radius: 8px;
    }

    .review-card-image {
        width: 100%;
        height: 180px;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .review-card-body {
        flex: 1;
        padding: 12px 14px 16px !important;
    }

    body.landing-page main .review-card-title {
        margin-bottom: 8px;
        font-size: 18px !important;
        line-height: 1.25;
    }

    body.landing-page main .review-card-desc {
        min-height: 0 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
        text-align: left;
        text-align-last: auto;
    }

    .review-card-footer {
        gap: 8px;
        margin-top: 12px;
    }

    .review-card-name {
        font-size: 13px;
    }

    .review-stars img {
        width: 13px;
        height: 13px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .review-section {
        padding: 48px 0;
        background-position: center center;
    }

    .review-panel {
        padding: 0;
        overflow: visible;
    }

    .review-overlay {
        display: block;
        width: calc(100% - 32px) !important;
        max-width: 760px;
        margin: 0 auto;
        padding: 24px 18px 20px !important;
        border-radius: 14px;
        background: rgba(148, 53, 104, 0.78);
        box-shadow: 0 16px 34px rgba(42, 16, 36, 0.22);
    }

    .review-overlay::after {
        display: none;
    }

    .review-left {
        width: 100%;
        max-width: none;
        margin: 0;
        text-align: center;
    }

    .review-quote {
        width: 66px;
        height: 66px;
        margin: 0 auto 12px;
        transform: none;
    }

    .review-quote img {
        width: 30px;
    }

    .review-copy {
        margin: 0;
        padding: 0 !important;
        text-align: center;
    }

    .review-heading {
        margin-bottom: 8px;
        text-align: center;
        font-size: 26px !important;
    }

    .review-text {
        display: block !important;
        max-width: 520px;
        margin: 0 auto;
        text-align: center !important;
        text-align-last: center;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .review-cards.owl-carousel {
        width: 100% !important;
        margin: 18px auto 0 !important;
    }

    .slider-nav {
        width: 100% !important;
        margin: 16px auto 0 !important;
        padding: 0 !important;
        justify-content: center;
        gap: 18px;
    }
}

.review-cards .owl-stage {
    display: flex;
}

.review-cards .owl-item {
    display: flex;
}

.review-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.review-card .curve {
    flex: 0 0 auto;
}

.review-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

body.landing-page main .review-card-title {
    font-size: 18px !important;
    line-height: 1.25;
}

body.landing-page main .review-card-desc {
    flex: 1;
    min-height: 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    text-align: left;
    text-align-last: auto;
}

.review-card-footer {
    margin-top: 12px;
}

@media (max-width: 1199px) {
    body.landing-page main .review-card-title {
        font-size: 16px !important;
    }

    body.landing-page main .review-card-desc {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .review-card-image {
        height: 160px;
    }
}

@media (max-width: 768px) {
    body.landing-page main .review-card-title {
        font-size: 13px !important;
    }

    body.landing-page main .review-card-desc {
        font-size: 10px !important;
        line-height: 1.35 !important;
    }



    .review-card-body {
        padding: 8px 9px 10px !important;
    }

    .review-card-footer {
        gap: 5px;
        margin-top: 8px;
    }
}

body.landing-page main .review-heading {
    font-size: 30px !important;
}

body.landing-page main .review-text {
    font-size: 17px !important;
    line-height: 1.6 !important;
}

@media (max-width: 1199px) {
    body.landing-page main .review-heading {
        font-size: 26px !important;
    }

    body.landing-page main .review-text {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    body.landing-page main .review-heading {
        font-size: 22px !important;
    }

    body.landing-page main .review-text {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }
}

@media (min-width: 981px) and (max-width: 1199px) {
    .hero-grid.container {
        width: min(1080px, calc(100% - 40px));
        grid-template-columns: minmax(280px, 0.88fr) minmax(420px, 1.12fr);
        gap: 28px;
        margin-top: 58px;
        text-align: left;
    }

    .hero-copy {
        max-width: 420px;
        margin: 0;
    }

    .hero-copy h1 {
        margin-bottom: 16px;
        font-size: 42px !important;
        line-height: 1.05;
        text-align: center;
    }

    .hero-copy p {
        max-width: 390px;
        font-size: 16px !important;
        line-height: 1.55;
        text-align: justify;
        text-align-last: auto;
    }

    .store-buttons {
        justify-content: center;
        margin-top: 18px;
    }

    .store-badge img {
        max-height: 42px;
    }

    .hero-animation {
        width: 100%;
        min-height: 330px;
        margin: 0;
    }

    .hero-animation-stage {
        width: min(100%, 510px);
    }

    .services-section {
        padding-top: 40px;
    }

    .services-grid {
        gap: 18px;
    }

    .service-card,
    .service-card.featured {
        flex-basis: 30%;
        max-width: 310px;
    }

    .service-card.featured {
        margin-top: 34px;
    }
}

@media (max-width: 980px) {
    .hero-section {
        padding: 34px 0 28px;
    }

    .hero-grid.container {
        display: block;
        width: min(100% - 32px, 720px);
        min-height: 0;
        margin-top: 34px;
    }

    .hero-copy {
        max-width: 620px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-copy h1 {
        margin-bottom: 12px;
        font-size: 34px !important;
        line-height: 1.08;
        text-align: center;
    }

    .hero-copy p {
        max-width: 560px;
        margin: 0 auto;
        font-size: 15px !important;
        line-height: 1.55;
        text-align: center !important;
        text-align-last: center;
    }

    .store-buttons {
        justify-content: center;
        gap: 10px;
        margin-top: 18px;
    }

    .store-badge img {
        max-height: 40px;
        width: auto;
    }

    .hero-animation {
        display: none !important;
        min-height: 0 !important;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 24px 0 22px;
    }

    .hero-grid.container {
        width: min(100% - 24px, 420px);
        margin-top: 24px;
    }

    .hero-copy h1 {
        font-size: 28px !important;
    }

    .hero-copy p {
        font-size: 14px !important;
        line-height: 1.5;
    }

    .store-badge img {
        max-height: 36px;
    }
}

body.landing-page main .partners-section {
    padding: 82px 0 52px !important;
    background: #f1f1f1;
}

body.landing-page main .partners-section .partner-div {
    width: min(1280px, calc(100% - 96px));
    max-width: 1280px;
}

body.landing-page main .partners-section .partner-div > .row:first-child {
    align-items: flex-start !important;
    justify-content: center;
    gap: 52px;
    margin: 0 0 54px !important;
}

body.landing-page main .partners-section .heading-partner {
    flex: 0 0 150px;
    max-width: 150px;
    padding: 18px 0 0 !important;
}

body.landing-page main .partners-section .heading-partner h2 {
    margin: 0 0 14px !important;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 32px !important;
    font-weight: 800;
    line-height: 1.08;
    text-align: left;
    text-transform: none;
}

body.landing-page main .partners-section .heading-partner + .col-lg-9 {
    flex: 0 1 900px;
    max-width: 900px;
    padding: 0 !important;
}

body.landing-page main .partner-div .partners {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

body.landing-page main .partner-div .partners .partner-1,
body.landing-page main .partner-div .partners .partner-2 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    column-gap: 0 !important;
    row-gap: 18px !important;
    margin: 0 !important;
}

body.landing-page main .partner-div .partners .partner-2 {
    padding-left: 0;
}

body.landing-page main .partner-div .partners a {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.landing-page main .partner-div .partners .partner-1 a {
    flex: 0 0 18%;
}

body.landing-page main .partner-div .partners .partner-2 a {
    flex: 0 0 22.5%;
}

body.landing-page main .partner-div .partners .partner-1 a:first-child,
body.landing-page main .partner-div .partners .partner-2 a:first-child {
    justify-content: center;
}

body.landing-page main .partner-div .partners .partner-1 a:last-child,
body.landing-page main .partner-div .partners .partner-2 a:last-child {
    justify-content: flex-end;
}

body.landing-page main .partner-div .partners .partner-1 a:nth-child(4) {
    order: 5;
}

body.landing-page main .partner-div .partners .partner-1 a:nth-child(5) {
    order: 4;
}

body.landing-page main .partner-div .partners img {
    display: block;
    max-height: 56px;
    width: auto;
    margin-left: 0 !important;
}

body.landing-page main .partners-section .partner-div > .row:nth-of-type(2) {
    align-items: center !important;
    justify-content: center;
    gap: 18px;
    margin: 0 !important;
}

body.landing-page main .partners-section .heading5-partner {
    flex: 0 0 118px !important;
    width: auto !important;
    max-width: 118px;
    padding: 0 !important;
}

body.landing-page main .partners-section .heading5-partner h5 {
    color: #333;
    font-size: 18px !important;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
}

body.landing-page main .partners-section .partner-div > .row:nth-of-type(2) > .col-lg-11 {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: none;
}

body.landing-page main .partners-section .scroll-wrapper {
    overflow: visible;
}

body.landing-page main .partners-section .scroll-inner {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px !important;
    min-width: 0;
}

body.landing-page main .partners-section .button-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0 18px;
    border-radius: 9px;
    background: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

body.landing-page main .partners-section .button-partner a {
    color: #333;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.9px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    body.landing-page main .partners-section .partner-div {
        width: min(100% - 48px, 980px);
    }

    body.landing-page main .partners-section .partner-div > .row:first-child {
        gap: 28px;
    }

    body.landing-page main .partners-section .heading-partner {
        flex-basis: 140px;
        max-width: 140px;
    }

    body.landing-page main .partners-section .heading-partner h2 {
        font-size: 30px !important;
    }

    body.landing-page main .partners-section .heading-partner + .col-lg-9 {
        flex-basis: 760px;
        max-width: 760px;
    }

    body.landing-page main .partner-div .partners .partner-1,
    body.landing-page main .partner-div .partners .partner-2 {
        column-gap: 0 !important;
    }
}

@media (max-width: 991px) {
    body.landing-page main .partners-section {
        padding: 56px 0 42px !important;
    }

    body.landing-page main .partners-section .partner-div > .row:first-child {
        display: block;
    }

    body.landing-page main .partners-section .heading-partner {
        max-width: none;
        padding: 0 !important;
        margin: 0 0 28px;
    }

    body.landing-page main .partners-section .heading-partner h2 {
        text-align: center;
    }

    body.landing-page main .partners-section .heading-partner + .col-lg-9 {
        max-width: none;
    }

    body.landing-page main .partner-div .partners .partner-1,
    body.landing-page main .partner-div .partners .partner-2 {
        display: contents !important;
    }

    body.landing-page main .partner-div .partners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 28px;
        align-items: center;
    }

    body.landing-page main .partner-div .partners a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex: none !important;
        width: 100% !important;
        min-width: 0;
        min-height: 72px;
        padding: 10px 12px;
    }

    body.landing-page main .partner-div .partners img {
        width: 150px !important;
        max-width: 100%;
        height: auto;
        max-height: none;
        object-fit: initial;
    }

    body.landing-page main .partners-section .partner-div > .row:nth-of-type(2) {
        display: block;
    }

    body.landing-page main .partners-section .heading5-partner {
        margin-bottom: 18px;
        text-align: center !important;
    }

    body.landing-page main .partners-section .scroll-inner {
        flex-wrap: wrap;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    body.landing-page main .partners-section .partner-div {
        width: min(100% - 28px, 520px);
    }

    body.landing-page main .partner-div .partners {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 22px !important;
        width: 100%;
    }

    body.landing-page main .partner-div .partners .partner-1,
    body.landing-page main .partner-div .partners .partner-2 {
        display: contents !important;
    }

    body.landing-page main .partner-div .partners a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        min-width: 0;
        min-height: 64px;
        padding: 8px 10px;
    }

    body.landing-page main .partner-div .partners img {
        width: 132px !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: initial;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .lifestyle-mosaic {
        display: grid;
        grid-template-columns: 1.28fr 0.65fr 1.01fr 1fr 0.96fr 1.28fr !important;
        grid-template-rows: clamp(140px, 18.306vw, 210px) clamp(140px, 18.306vw, 210px) !important;
        gap: 8px;
        width: 100%;
        margin: 10px auto 0;
        padding: 8px 0;
    }

    .tile-left,
    .tile-small-a,
    .tile-wide,
    .tile-small-b,
    .tile-right,
    .tile-bottom-a,
    .tile-bottom-mid,
    .tile-bottom-b {
        min-height: 0 !important;
        height: auto !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .tile-left {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
    }

    .tile-small-a {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .tile-wide {
        grid-column: 3 / span 2 !important;
        grid-row: 1 !important;
    }

    .tile-small-b {
        grid-column: 5 !important;
        grid-row: 1 !important;
    }

    .tile-right {
        grid-column: 6 !important;
        grid-row: 1 / span 2 !important;
    }

    .tile-bottom-a {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }

    .tile-bottom-mid {
        grid-column: 3 !important;
        grid-row: 2 !important;
    }

    .tile-bottom-b {
        grid-column: 4 / span 2 !important;
        grid-row: 2 !important;
    }

    .mosaic-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .lifestyle-mosaic {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(3, 150px) !important;
        grid-template-areas:
            "left left wide wide"
            "left left right right"
            "smallA bottomA smallB bottomB";
        gap: 8px;
        width: min(100% - 24px, 920px);
        margin: 10px auto 0;
        padding: 8px;
    }

    .mosaic-row2-split-en {
        display: contents !important;
    }

    .tile-left,
    .tile-small-a,
    .tile-wide,
    .tile-small-b,
    .tile-right,
    .tile-bottom-a,
    .tile-bottom-mid,
    .tile-bottom-b {
        min-height: 0 !important;
        height: auto !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .tile-left {
        grid-area: left !important;
    }

    .tile-wide {
        grid-area: wide !important;
    }

    .tile-right {
        grid-area: right !important;
    }

    .tile-small-a {
        grid-area: smallA !important;
    }

    .tile-bottom-a {
        grid-area: bottomA !important;
    }

    .tile-small-b {
        grid-area: smallB !important;
    }

    .tile-bottom-b {
        grid-area: bottomB !important;
    }

    .mosaic-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .lifestyle-mosaic {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(4, 145px) !important;
        grid-template-areas:
            "left wide"
            "left smallB"
            "smallA right"
            "bottomA right";
        gap: 8px;
        padding: 8px;
    }

    .mosaic-row2-split-en {
        display: contents !important;
    }

    .tile-left,
    .tile-small-a,
    .tile-wide,
    .tile-small-b,
    .tile-right,
    .tile-bottom-a,
    .tile-bottom-mid,
    .tile-bottom-b {
        grid-column: auto !important;
        grid-row: auto !important;
        min-height: 0 !important;
        height: 145px !important;
    }

    .tile-left {
        display: block !important;
        grid-area: left !important;
        height: auto !important;
    }

    .tile-small-a {
        display: block !important;
        grid-area: smallA !important;
    }

    .tile-wide {
        display: block !important;
        grid-area: wide !important;
        height: 145px !important;
    }

    .tile-small-b {
        display: block !important;
        grid-area: smallB !important;
    }

    .tile-bottom-a {
        display: block !important;
        grid-area: bottomA !important;
    }

    .tile-right {
        display: block !important;
        grid-area: right !important;
        height: auto !important;
    }

    .tile-bottom-mid,
    .tile-bottom-b {
        display: none !important;
    }

    .mosaic-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
