@font-face {
    font-family: "Berlingske";
    src: url("../fonts/fb4e5307894d3c64bff1c4c6e08934a6.woff2")format("woff2"),
    url("../fonts/fb4e5307894d3c64bff1c4c6e08934a6.woff")format("woff")
}

@font-face {
    font-family: "Brown-Regular";
    src: url("../fonts/Brown-Regular.woff2")format("woff2"),
    url("../fonts/Brown-Regular.woff")format("woff")
}

@font-face {
    font-family: "Brown-Bold";
    src: url("../fonts/Brown-Bold.woff2")format("woff2"),
    url("../fonts/Brown-Bold.woff")format("woff")
}

@font-face {
    font-family: "Brown-Light";
    src: url("../fonts/Brown-Light.woff2")format("woff2"),
    url("../fonts/Brown-Light.woff")format("woff")
}


@font-face {
    font-family: "BerlingskeSerif-DemiBold";
    src: url("../fonts/BerlingskeSerif-DBd.otf") format("opentype")
}

@font-face {
    font-family: "BerlingskeSerif-Medium";
    src: url("../fonts/BerlingskeSerif-Md.otf") format("opentype")
}

@font-face {
    font-family: "BerlingskeSerif-MediumItalic";
    src: url("../fonts/BerlingskeSerif-MdIt.otf") format("opentype")
}
@font-face {
    font-family: 'DroidKufiRegular';
    src: local('DroidKufiRegular'), url('../fonts/DroidKufiRegular.woff') format('woff');
}
@font-face{
    font-family: "Droid Arabic Kufi";
    src: url("../fonts/DroidArabicKufi/7712e50ecac759e968ac145c0c4a6d33.eot");
    src: url("../fonts/DroidArabicKufi/7712e50ecac759e968ac145c0c4a6d33.eot?#iefix")format("embedded-opentype"),
    url("../fonts/DroidArabicKufi/7712e50ecac759e968ac145c0c4a6d33.woff")format("woff"),
    url("../fonts/DroidArabicKufi/7712e50ecac759e968ac145c0c4a6d33.woff2")format("woff2"),
    url("../fonts/DroidArabicKufi/7712e50ecac759e968ac145c0c4a6d33.ttf")format("truetype"),
    url("../fonts/DroidArabicKufi/7712e50ecac759e968ac145c0c4a6d33.svg#Droid Arabic Kufi")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
html[dir="rtl"]{
    font-family: "Droid Arabic Kufi" !important;
}
html[dir="rtl"] .font-Brown-Regular,
html[dir="rtl"] .font-Berlingske,
html[dir="rtl"] .font-Brown-Bold,
html[dir="rtl"] .font-Brown-Light,
html[dir="rtl"] .font-BerlingskeDemiBold,
html[dir="rtl"] .font-BerlingskeDemiBold,
html[dir="rtl"] .font-BerlingskeMedium ,
html[dir="rtl"] .font-BerlingskeMediumItalic{
    font-family: "Droid Arabic Kufi" !important;
    direction: rtl;
}
html[dir="rtl"] .journey-center{
    left: 0;
    right:0;
}
[dir="rtl"] .rtl-text-right {
        text-align: right !important;
      }
      [dir="rtl"] .rtl-text-left {
        text-align: left !important;
      }
.font-Berlingske {
    font-family: "Berlingske";
}

.font-Brown-Regular {
    font-family: "Brown-Regular";
}

.font-Brown-Bold {
    font-family: "Brown-Bold";
}

.font-Brown-Light {
    font-family: "Brown-Light";
}

.font-BerlingskeDemiBold {
    font-family: "BerlingskeSerif-DemiBold";
}

.font-BerlingskeDemiBold {
    font-family: "BerlingskeSerif-DemiBold";
}

.font-BerlingskeMedium {
    font-family: "BerlingskeSerif-Medium";
}

.font-BerlingskeMediumItalic {
    font-family: "BerlingskeSerif-MediumItalic";
}

/* html, body { overflow-x: hidden; } */
.outlineBtn {
    /* CTA */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 15px;

    width: 181px;
    height: 49px;

    border: 2px solid #47131E;
    border-radius: 200px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

.outlineBtnText {

    width: 70px;
    height: 15px;

    font-family: "Brown-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    text-align: center;

    color: #4F1925;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}


.section_milestones ::-webkit-scrollbar.section_milestones ::-webkit-scrollbar {
    width: 0px;
    display: none !important;
}

.section_milestones ::selection {
    background: var(--color--dark);
    color: var(--color--light);
}

#section-milestones {
    font-family: "Berlingske Serif Text";
}

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

.h-display {
    font-size: 10.7rem;
    line-height: 1.15;
    font-style: italic;
}

.journey-center {
    z-index: 5;
    color: #fff;
    mix-blend-mode: color-dodge;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: -27px;
    bottom: 0;
    left: 0;
    /* width: 100%; */
}

.journey-year__wrap.h-display {
    flex-flow: column;
    height: 1.15em;
    display: flex;
    overflow: hidden;
}

.parallax-img {
    object-fit: cover;
    will-change: transform;
    width: 100%;
    height: 120%;
}

.journey-img__wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.journey-img {
    width: 100%;
    height: 100%;
}

.journey-center__col {
    justify-content: start;
    align-items: center;
    width: 100%;
    display: flex;
    position: sticky;
    top: 0;
}

.journey-wrap {
    flex-flow: column;
    justify-content: flex-start;
    /* align-items: center; */
    padding-top: 10vh;
    padding-bottom: min(30svh, 70rem);
    display: flex;
    position: relative;
}

.journey-step {
    height: 10rem;
}

.year_text {
    background: linear-gradient(292.51deg, #F9E8B2 26.55%, #E8D58A 77.63%, #B3955A 102.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* SCROLL TEXT ANIMATION */
.animate-text {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.animate-text.show {
    opacity: 1;
    transform: translateY(0);
}

/* SCROLL TITLE ANIMATION (Slide Up) */
.animate-title {
    opacity: 0;
    transform: translateY(80px);
    /* niche se aayega */
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate-title.show {
    opacity: 1;
    transform: translateY(0);
}


.neighborhoodsCarouselRightPart {
    width: 280px !important;
}



/* Button */
.btn {
    /*--font-size:1rem;
    --label-font-size:1.4em;
     --height:4em; */
    --padding-left: 2em;
    --padding-right: 2em;
    /* --gap-x:8em; */
    --border-radius: 0px;
    --color-primary: rgba(227, 199, 111, 0.6);
    --color-secondary: #fff;
    --color-mask: var(--color-primary);
    --arrow-width: 1.2em;
    --border-opacity: .4;
    --transition-duration: 1s;
    --transition-timing: cubic-bezier(.785, .135, .15, .86);
    border-radius: var(--border-radius);
    cursor: pointer;
    display: inline-flex;
    overflow: hidden;
    position: relative;
    /* width: 181px; */
    height: 49px;
    font-family: "Brown-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
}

.btn.--light {
    --color-primary: #fff;
    --color-secondary: #7c7262
}

.is-light .btn.--light {
    /* --color-primary: #7c7262; */
    --color-secondary: #fff
}

.btn.--full {
    --gap-x: 0;
    display: flex;
    width: 100%
}

.btn.--small {
    --height: 2.7em;
    --padding-left: .8em;
    --padding-right: .8em;
    --gap-x: 4.8rem
}

.btn.--big {
    --height: 8.5em;
    --padding-left: 3em;
    --padding-right: 3em
}

.btn:before {
    border: 2px solid var(--color-primary);
    border-radius: inherit;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.btn__content {
    color: #E3C76F;
    display: flex;
    gap: 10px;
    width: 100%
}

.btn__content {
    align-items: center;
    justify-content: center;
    padding: 0 var(--padding-right) 0 var(--padding-left);
    height: 100%;;
}

.btn__mask {
    align-items: center;
    justify-content: space-between;
    background-color: #E3C76F;
    clip-path: inset(100% 0 0 0);
    color: var(--color-secondary);
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: clip-path var(--transition-duration) var(--transition-timing);
    z-index: 2
}

.--solid .btn__mask {
    clip-path: inset(0 0 0 0);
    display: flex
}

.btn-label {
    position: relative
}

.btn-label__text {
    font-size: var(--label-font-size);
    font-weight: 500;
    line-height: 1;
    padding-top: .075em;
    text-transform: uppercase;
    white-space: nowrap
}

.btn__a {
    height: auto;
    width: var(--arrow-width)
}

.btn__a.--2 {
    display: none
}

/* .btn.btn_2 {
    width: 324px;
    height: 72px;
} */

.btn.btn_2:before {
    border: 2px solid #47131E;
}

.btn.btn_2 .btn__content {
    color: #47131E;
}
.btn.btn_2 .btn__mask{
    background-color: #47131E;
}
/* .btn.btn_3 {
    width: 237px;
    height: 48px;
} */

.btn.btn_3:before {
    border: 2px solid #f26240;
}

.btn.btn_3 .btn__content {
    color: #f26240;
}

.btn.btn_4:before {
    border: 2px solid #ffffff;
}

.btn.btn_4 .btn__content {
    color: #fff;
}
.btn.btn_4 .btn__mask{
    background-color: #fff;
}
.btn.btn_5{
    background-color: #47131E;
}
.btn.btn_5:before {
    border: 2px solid #47131E;

}

.btn.btn_5 .btn__content {
    color: #fff;
}
.btn.btn_5 .btn__mask{
    background-color: #fff;
    border: 2px solid #47131E;
    color: #47131E;
}

.btn.btn_6{
    background-color: #E3C76F;
}
.btn.btn_6:before {
    border: 2px solid #E3C76F;

}

.btn.btn_6 .btn__content {
    color: #E3C76F;
}
.btn.btn_6 .btn__mask{
    background-color: #fff;
    border: 2px solid #47131E;
    color: #47131E;
}

.footer_btn_search{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_btn_search .btn__content{
        gap: 0;
        width: auto;
    }

    .btn {
        --offset: 0px;
        --arrow-gap: .5em;
        --arrow-offset: calc((var(--arrow-width) + var(--arrow-gap))*.1)
    }

    .btn__mask {
        display: flex
    }

    .--solid .btn__mask {
        clip-path: inset(0 0 0 0)
    }

    .btn-label,
    .btn__a {
        transition: transform var(--transition-duration) var(--transition-timing)
    }

    .btn__a.--1 {
        transition-delay: 75ms
    }

    .btn__a.--2 {
        display: block;
        position: absolute;
        right: calc(100% + var(--arrow-gap));
        top: 50%;
        transform: translate(calc(var(--padding-left)*-1.25)) translateY(-50%);
        transition-delay: 0s
    }

    .btn-t:hover .btn .btn__mask,
    .btn:hover .btn__mask {
        clip-path: inset(0 0 0 0);
    }

    .btn-t:hover .btn .btn-label,
    .btn:hover .btn-label {
        transform: translate(calc(var(--offset) + var(--arrow-offset)))
    }

    .btn-t:hover .btn.btn_2 .btn__mask,
    .btn.btn_2:hover .btn__mask {
        background-color: #4b1f26;
        color: #fff;
    }

    .btn-t:hover .btn.btn_3 .btn__mask,
    .btn.btn_3:hover .btn__mask {
        background-color: #f26240;
    }
    .btn-t:hover .btn.btn_4 .btn__mask,
    .btn.btn_4:hover .btn__mask {
        background-color: #fff;
        color: #4b1f26;
    }

    .btn-t:hover .btn .btn__a.--1,
    .btn:hover .btn__a.--1 {
        transform: translate(100%) translate(var(--padding-right));
        transition-duration: .75s;
        transition-duration-function: cubic-bezier(.455, .03, .515, .955);
        transition-delay: 0s
    }

    .btn-t:hover .btn .btn__a.--2,
    .btn:hover .btn__a.--2 {
        transform: translate(0) translateY(-50%);
        transition-delay: 75ms
    }

/* ---------- RTL / LTR aware transforms ---------- */

/* Default LTR behaviour (keeps your existing behaviour) */

/* ---------- RTL overrides ---------- */
html[dir="rtl"] .btn-t:hover .btn .btn-label,
html[dir="rtl"] .btn:hover .btn-label {
    /* invert horizontal movement */
    transform: translateX(calc((var(--offset, 0px) + var(--arrow-offset, 0px)) * -.5));
}
html[dir="rtl"] .btn__mask{justify-content: center;}
html[dir="rtl"] .btn-t:hover .btn .btn__a.--1,
html[dir="rtl"] .btn:hover .btn__a.--1 {
    transform: translateX(calc(-1 * (100% + var(--padding-right, 0px))));
}

/* mirror arrow2 to left side in RTL and flip its icon horizontally */
html[dir="rtl"] .btn .btn__a.--2 {
    /* left: calc(100% + var(--arrow-gap, 0.5em)); */
    right: auto;
    transform: translateX(calc(var(--padding-left, 0px) * 1.25)) translateY(-50%) scaleX(-1);
}

/* flip the inline svg arrows for RTL so their direction looks correct */
html[dir="rtl"] .btn svg {
    transform-origin: center;
    transform: scaleX(-1);
}

/* Optional: ensure transition still applies */
html[dir="rtl"] .btn-label,
html[dir="rtl"] .btn__a {
    transition: transform var(--transition-duration) var(--transition-timing);
}


#section-hero .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #fff;
    opacity: .8;
}

#section-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F6E5AB;
}

.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.page-header .desktop_top_logo {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all 0.4s ease;
}

.page-header.is-sticky .desktop_top_logo {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease;
    display: none;
}

header .d_nav_logo {
    display: none;
}

.page-header.is-sticky .d_nav_logo {
    display: block;
}

.mySwiper_home img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.zoom-image {
    opacity: 0;
    transform: scale(0.8);
    /* chhoti hogi */
    transition: all 0.8s ease;
}

/* Active state */
.zoom-image.active {
    opacity: 1;
    transform: scale(1);
    /* apni normal size me */
}

.reveal-image {
    opacity: 0;
    transform: scaleY(0);
    /* vertically band hogi */
    transform-origin: center;
    /* center se expand hogi */
    transition: all 0.8s ease;
}

.reveal-image.active {
    opacity: 1;
    transform: scaleY(1);
    /* normal height me aa jayegi */
}

/* .slide-img {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease;
  }
  .slide-img.animate {
    opacity: 1;
    transform: scale(1);
  } */

.slide-img {
    width: 80%;
    max-height: 80%;
    object-fit: cover;
    opacity: 0;
    transition: all 1s ease;
}

/* Normal Effects */
.effect-1 {
    transform: scale(0.8);
}

.effect-2 {
    transform: translateX(-100px);
}

.effect-3 {
    transform: translateY(-100px);
}

.effect-4 {
    transform: rotate(-15deg) scale(0.8);
}

/* Special Expand Effect */
.effect-5 {
    transform: scaleY(0);
    transform-origin: center;
}

/* Active states */
.animate {
    opacity: 1;
}

.effect-1.animate {
    transform: scale(1);
}

.effect-2.animate {
    transform: translateX(0);
}

.effect-3.animate {
    transform: translateY(0);
}

.effect-4.animate {
    transform: rotate(0) scale(1);
}

.effect-5.animate {
    transform: scaleY(1);
}

.mySwiper_home .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper_home .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 23px;
}

.odometer-gsap {
    font-family: "BerlingskeSerif-MediumItalic";
    display: flex;
    align-items: center;
}

.digit-wrap {
    overflow: hidden;
    height: 1em;
    display: inline-block;
    line-height: 1em;
}

.digit-col {
    display: flex;
    flex-direction: column;
}

/* .digit-wrap {
  display: inline-block;
  overflow: hidden;
  height: 1em;
  width: 0.6em;
  text-align: center;
}
.digit-col {
  display: flex;
  flex-direction: column;
} */
.digit-sep {
    display: inline-block;
    width: 0.3em;
    text-align: center;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.animate-slideUp {
    animation: slideUp 0.9s ease-out forwards;
}

.btn-slide {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #facc15;
    /* Yellow color */
    transition: left 0.4s ease;
    z-index: -1;
}

.btn-slide:hover::before {
    left: 0;
}

.custom-btn {
    transition: all 0.3s ease;
}

.btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9e8b2;
    background-image: linear-gradient(315deg, #f9e8b2 0%, #e8d58a 74%);
    transition: all 0.3s ease;
}

.btn-9:hover {
    background: transparent;
    color: #fff;
}

.btn-9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
}

.btn--ripple {
    background: linear-gradient(90deg, #0162c8, #55e7fc);
    overflow: hidden;
}

.btn--ripple span {
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: rippleAnimation 1s linear infinite;
}

@keyframes rippleAnimation {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.5;
    }

    100% {
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}

.press_announcement .swiper-slide {
    width: 80%;
}

.press_announcement .swiper-slide:nth-child(2n) {
    width: 60%;
}

.press_announcement .swiper-slide:nth-child(3n) {
    width: 40%;
}


.slider-outer {
    position: relative;
    /* clip-path: left inset 0 (clip at left edge)
         right inset negative (expand allowed on right) */
    -webkit-clip-path: inset(0 -100vw 0 0);
    clip-path: inset(0 -100vw 0 0);
    /* still allow children to render beyond for visuals */
    overflow: visible;
}

/* inner wrapper for load animation */
.slider-inner {
    transition: transform 700ms cubic-bezier(.22, .9, .28, 1);
}

.slider-inner.off-right {
    transform: translateX(100%);
}

.slide-card {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.slider-inner .swiper {
    width: 100%;
    overflow: visible;
}

.slider-inner .swiper-button-next,
.slider-inner .swiper-button-prev {
    color: #111;
}

#section-press .swiper-button-next:after,
#section-press .swiper-rtl .swiper-button-prev:after,
#section-press .swiper-button-prev:after,
#section-press .swiper-rtl .swiper-button-next:after {
    display: none
}
#section-press .swiper-button-next.swiper-button-disabled, #section-press .swiper-button-prev.swiper-button-disabled{
    border: 1px solid #F26240;
    background-color: #fff;
}
#section-press .swiper-button-prev,
#section-press .swiper-rtl .swiper-button-next {
    left: inherit;
}
.press-next.swiper-button-next svg, .press-next.swiper-button-prev svg,.press-prev.swiper-button-next svg, .press-prev.swiper-button-prev svg{
    stroke: #F26240;
    width: 20px;
    height: 10px;
}
.press-next:hover svg, .press-prev:hover svg{
    stroke: #fff;
}

.swiper-slide,
.attributes-slider {
    user-select: text !important;
    /* text select karne ke liye */
    -webkit-user-drag: none;
    /* image drag disable (agar images hain) */
}

.swiper-slide *,
.attributes-slider * {
    user-select: text !important;
    /* har child element me text selectable */
}

#section-hero .home_hero_form_search_text {
    display: none
}

.mySwiperhorizontal .swiper-pagination {
    display: none
}

.mySwiperhorizontal .swiper-slide {
    user-select: text;
}

.webhoriz .horiz-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.webhoriz .horiz-inner {
    display: flex;
    height: 100%;
}

.webhoriz .panel {
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
}

.mob_year_text {
    display: none
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ffd653;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b88c00;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right.hvr_radius:before,
.hvr-bounce-to-right.hvr_radius:hover:before,
.hvr-bounce-to-right.hvr_radius:focus:before,
.hvr-bounce-to-right.hvr_radius:active:before{
    border-radius:9999px
}
/* .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
} */
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #ffd653;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #4F1925;
    font-family: "Brown-Regular";

}
.hvr-shutter-out-vertical.vhr_vert_radius:before{border-radius:9999px}
.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b88c00;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #b88c00;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #4F1925;
    font-family: "Brown-Regular";
}

.hvr-shutter-in-vertical.vhr_vert_radius:before{border-radius:9999px}
.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffd653;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #4F1925;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.lifeCommunitSlider-container {
    position: relative;
    overflow: hidden;
}

.lifeCommunit-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.lifeCommunit-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.lifeCommunititem {
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.lifeCommunititem:hover {
    transform: translateY(-5px);
}

/* ===== Dots Pagination ===== */
.dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #A49FA6;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background-color: #F6E5AB;
}
.mob_timeline{display:none}
.mob_timeline .swiper-pagination-bullet{
    width:8px;
    height:8px;
    background: #fff;
    border-radius: 0;
}
.mob_timeline .swiper-pagination-bullet-active{
    opacity: 1;
    background: #F6E5AB;
}
footer .btn-label__text{display:none}
/* ===== Responsive ===== */
@media (max-width: 1200px){
    .h-display{
        font-size: 10rem;
    }
}
@media (max-width: 1024px) {
    .lifeCommunit-slide {
        grid-template-columns: repeat(2, 1fr);
    }
    .h-display{
        font-size: 7rem;
    }
    .mySwiperhorizontal .swiper-pagination {
        display: block
    }
    .mySwiperhorizontal.swiper-horizontal>.swiper-pagination-bullets, .mySwiperhorizontal .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiperhorizontal .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 100px;
    }
    .mySwiperhorizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #47131E;
    }

    .mySwiperhorizontal .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 0;
        background: #B2B2B2;
    }
}
@media (max-width: 1023px){
.footer_social{
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        padding: 24px 0;
        justify-content: center;
        gap: 24px;
    }
    footer .btn.btn_5{
        background-color: transparent;
        width: 100%;
        height: 64px;
    }
    footer .btn.btn_5:before{
        border: 2px solid #fff;
    }
    footer .btn-label__text{display:block}
}
@media only screen and (max-width: 991px) {
    .h-display {
        font-size: 7.5rem;
    }
}
@media only screen and (max-width: 800px) {
    .h-display {
        font-size: 6.8rem;
    }
    .btn:hover .btn__mask {
        display:none;
    }
    .btn-t:hover .btn .btn-label, .btn:hover .btn-label {
        transform: none;
    }
    html[dir="rtl"] .btn-t:hover .btn .btn-label, html[dir="rtl"] .btn:hover .btn-label {
        transform: none;
    }
}
@media (max-width: 767px){
    .mob_timeline{display:block}
    .desktop_timeline{display:none}
    .mySwiper_home img {
        height: 100vh;
    }

    #section-hero .home_hero_form {
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background-color: #222a2c24;
    }

    #section-hero .home_hero_form_search_icon {
        display: none;
    }

    #section-hero .home_hero_form_search_text {
        display: flex;
        gap: 10px;
        background: transparent;
        border: 1px solid #fff;
        /*border-radius: 50px;*/
        margin-top: 7px;
        color: #fff;
        font-family: "Brown-Regular";
        font-size: 16px;
        line-height: 15px;
    }

    .dropdown-btn {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }

    .journey-center {
        left: 0;
    }

    .journey-step {
        height: 7rem;
    }

    .h-display {
        font-size: 4rem;
    }



    .journey-year__wrap.h-display.desktop_year_text {
        display: none
    }

    .mob_year_text {
        display: flex;
        justify-content: center;
    }

    .journey-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 600px) {
    .lifeCommunit-slide {
        grid-template-columns: 1fr;
    }

}



#search_pro_header_mobile .home_hero_form {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #222a2c24;
}


#search_pro_header_mobile .home_hero_form_search_text {
    display: flex;
    gap: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: 7px;
    color: #fff;
    font-family: "Brown-Regular";
    font-size: 16px;
    line-height: 15px;
}
