:root {
    --navy: #091d38;
    --navy2: #091d38;
    --gold: #ae874b;
    --gold2: #ae874b;
    --gold-light: #c9a96e;
    --white: #fff;
    --off: #f7f4ef;
    --gray: #6b7280;
    --radius: 6px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #1a1a2e;
    background: var(--white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cormorant Garamond', serif;
}
button.carousel-control-prev {
    filter: invert(1);
}
button.carousel-control-next {
    filter: invert(1);
}
/* ============================================================
   NAVBAR
============================================================ */
.navbar-main {
    background: #fff;
    padding: 1px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .4);
}

.logosize {
    width: 73px;
}

@media (max-width: 576px) {
    .logosize {
        width: 88px;
    }
}

.navbar-brand svg {
    display: block;
}

.navbar-main .nav-link {
    color: #091d38;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: .4px;
    padding: 6px 10px !important;
    transition: color .2s;
}

.navbar-main .nav-link:hover,
.navbar-main .nav-link.active {
    color: var(--gold2) !important;
}

.btn-call {
    background: #091d38;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 700;
    font-size: .81rem;
    padding: 8px 16px !important;
    transition: background .2s, transform .15s;
    white-space: nowrap;
}

.btn-call:hover {
    background: #091d38;
    color: #fff !important;
    border: 1px solid #ae874b;
    transform: translateY(-1px);
}

.navbar-toggler {
    border-color: rgba(9, 29, 56, 0.3);
    padding: 6px 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%289%2C29%2C56%2C0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* â”€â”€ Mobile nav collapse â”€â”€ */
@media (max-width: 991px) {

    .navbar-main .container,
    .navbar-main .container-fluid {
        position: relative;
    }

    .navbar-main .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
        z-index: 999;
        padding: 10px 20px 16px;
        border-top: 1px solid rgba(9, 29, 56, .1);
        margin-top: 0;
    }

    .navbar-main .navbar-nav {
        align-items: center;
        text-align: center;
    }

    .navbar-main .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-main .nav-link {
        padding: 10px 4px !important;
        border-bottom: 1px solid rgba(9, 29, 56, .06);
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar-main .nav-link:last-child {
        border-bottom: none;
    }

    .btn-call {
        display: block;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}
/* ============================================================
   BANNER SLIDER
============================================================ */
#carouselExample .carousel-item picture img,
#carouselExample .carousel-item picture source {
    width: 100%;
  /*  max-height: 100vh;*/
    object-fit: cover;
    display: block;
}

/* ============================================================
   HERO
============================================================ */
.hero {
    min-height: 90vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url(../images/overview-02.webp) center/cover no-repeat;
}

.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(200, 148, 42, 0.15);
    animation: floatParticle 4s infinite ease-in-out;
}

@keyframes floatParticle {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-20px) translateX(10px);
    }
}

.hero-badge {
    display: inline-block;
    color: var(--gold2);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: 1px solid rgba(200, 148, 42, .5);
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
    backdrop-filter: blur(4px);
}

.hero h1 {
    /* font-size: clamp(2rem, 5vw, 4.2rem); */
    color: #fff;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.5px;
}

.hero h1 span {
    color: var(--gold2);
}

.hero-sub {
    color: rgba(255, 255, 255, .72);
    font-size: 1rem;
    margin: 12px 0 16px;
}

.hero-config {
    color: rgba(255, 255, 255, .78);
    font-size: .87rem;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.hero-config i {
    color: var(--gold2);
}

.feat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.feat-item {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: var(--radius);
    padding: 10px 12px;
    text-align: center;
    color: rgba(255, 255, 255, .88);
    font-size: .72rem;
    min-width: 76px;
    flex: 1 1 auto;
    max-width: 120px;
    transition: all .25s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.feat-item:hover {
    background: rgba(200, 148, 42, .18);
    border-color: var(--gold);
}

.feat-item i {
    font-size: 1.2rem;
    color: var(--gold2);
}

.overviewlicons {
    width: 36px;
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-hp {
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 13px 22px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: .88rem;
    transition: all .25s;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-hp:hover {
    background: var(--gold2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 148, 42, .35);
}

.btn-ho {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .4);
    padding: 13px 22px;
    border-radius: var(--radius);
    font-weight: 500;
    font-size: .88rem;
    transition: all .25s;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-ho:hover {
    border-color: var(--gold2);
    color: var(--gold2);
}

/* FORM CARD */
.form-card {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border: 1px solid rgba(200, 148, 42, .28);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .4);
}

.form-card-hdr {
    background: #091d38;
    padding: 16px 20px;
}

.form-card-hdr h5 {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    font-size: .93rem;
    margin: 0;
}

.form-card-hdr p {
    color: rgba(255, 255, 255, .85);
    font-size: .74rem;
    margin: 2px 0 0;
}

.form-card-body {
    padding: 18px 20px 20px;
}

.fc-input {
    width: 100%;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgb(23 32 33);
    color: #000;
    font-size: .83rem;
    border-radius: var(--radius);
    padding: 15px 13px;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    transition: border-color .2s;
    margin-bottom: 10px;
}

.fc-input::placeholder {
    color: #555;
}

.fc-input:focus {
    border-color: var(--gold);
    background: rgba(255, 255, 255, .1);
}

.fc-input option {
    background: #162447;
    color: #fff;
}

.fc-textarea {
    resize: none;
    height: 60px;
}

.btn-gold-full {
    background: #091d38;
    color: #fff;
    border: none;
    width: 100%;
    padding: 13px;
    border-radius: var(--radius);
    font-weight: 800;
    font-size: .88rem;
    letter-spacing: .5px;
    transition: background .2s, transform .15s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-gold-full:hover {
    background: var(--gold);
    transform: translateY(-1px);
}

/* Hero responsive */
@media (max-width: 991px) {
    .hero {
        min-height: auto;
        padding: 50px 0 40px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 40px 0 36px;
    }

    .hero h1 {
        font-size: clamp(1.8rem, 7vw, 2.6rem);
    }

    .form-card {
        max-width: 100%;
        margin-top: 28px;
    }

    .hero-btns {
        flex-direction: column;
    }

    .btn-hp,
    .btn-ho {
        width: 100%;
        justify-content: center;
    }

    .feat-item {
        min-width: 70px;
        font-size: .68rem;
    }

    .overviewlicons {
        width: 28px;
    }
}

@media (max-width: 400px) {
    .feat-row {
        gap: 6px;
    }

    .feat-item {
        min-width: 60px;
        padding: 8px 6px;
    }
}

/* ============================================================
   STATS â€” IMAGE + NUMBER ROW
============================================================ */
.stats-section {
    background: var(--white);
    padding: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .07);
}

.stats-img-row {
    display: flex;
    align-items: stretch;
    min-height: 130px;
}

.stat-img-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 22px 18px;
    position: relative;
    overflow: hidden;
    background: #fff !important;
    /* border-right: 1px solid #f0f0f0; */
}

.stat-img-block:last-child {
    border-right: none;
}

.stat-img-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.stat-icon-left {
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon-left img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.stat-content {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    text-align: left;
    flex: 1;
    min-width: 0;
}

.stat-num {
    font-size: 1.6rem;
    font-weight: 700;
    color: #091d38;
    line-height: 1;
}

.stat-num sup {
    font-size: 1rem;
    color: var(--gold2);
    font-weight: 700;
}

.stat-num sub {
    font-size: 1rem;
    color: var(--gold2);
}

.stat-lbl {
    font-size: .68rem;
    font-weight: 600;
    color: #091d38;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-top: 4px;
    line-height: 1.3;
}

/* Tablet: 3+2 layout */
@media (max-width: 991px) {
    .stats-img-row {
        flex-wrap: wrap;
    }

    .stat-img-block {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        border-bottom: 1px solid #f0f0f0;
    }

    .stat-img-block:nth-child(3) {
        border-right: none;
    }

    .stat-img-block:nth-child(4),
    .stat-img-block:nth-child(5) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .stat-img-block:nth-child(5) {
        border-right: none;
    }
}

/* â”€â”€ Mobile: 2-column grid â”€â”€ */
/* â”€â”€ Mobile: 2-column grid â”€â”€ */
@media (max-width: 767px) { 
    .stats-img-row { 
        /* display: grid;   */
        grid-template-columns: 1fr 1fr; 
        gap: 0; 
        width: 100%; 
        margin: 0; 
        padding: 0; 
    } 
    .stat-num {
    font-size: 1rem;
    font-weight: 700;
    color: #091d38;
    line-height: 1;
}

    .stat-img-block { 
        flex: unset; 
        max-width: unset; 
        min-width: 0; 
        width: 50%;
        box-sizing: border-box;
        display: flex; 
        align-items: center; 
        justify-content: flex-start; 
        gap: 10px; 
        padding: 14px 10px; 
        border: none; 
        border-right: 1px solid #000;
        border-bottom: 1px solid #000; 
        overflow: hidden; 
        background: #fff !important; 
    } 

    .stat-img-block:nth-child(2n) { 
        border-right: none;
    }

    .stat-img-block:nth-child(3) { 
        border-right: 1px solid #000;  /* ✅ 3rd row right item pe border */
    }
    .stat-img-block:nth-child(5) { 
        border-right: 1px solid #000;  /* ✅ 3rd row right item pe border */
    }
}
/* â”€â”€ Very small screens â”€â”€ */
@media (max-width: 400px) {
    .stat-img-block {
        padding: 12px 8px;
        gap: 7px;
    }

    .stat-icon-left {
        min-width: 30px;
        width: 30px;
        height: 30px;
    }

    .stat-icon-left img {
        width: 26px;
        height: 26px;
    }
}

/* ============================================================
   SECTION COMMONS
============================================================ */
.sec-label {
    font-size: .71rem;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 8px;
}

.sec-title {
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
    color: var(--navy);
    font-weight: 700;
}

.gold-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    border-radius: 2px;
    margin: 12px 0 26px;
}

.gold-line.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* ============================================================
   AMENITIES
============================================================ */
.amenities-section {
    background: var(--off);
    padding: 70px 0;
}

.amenities-owl-wrap {
    position: relative;
}

.amenities-owl .item .amenities-img {
    border-radius: 12px;
    overflow: hidden;
    height: 380px;
}

.amenities-owl .item .amenities-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.am-prev,
.am-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--navy);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s;
}

.am-prev:hover,
.am-next:hover {
    background: var(--gold);
    color: var(--white);
}

.am-prev {
    left: 10px;
}

.am-next {
    right: 10px;
}

.amenity-card {
    background: #fff;
    border: 1px solid #091d38;
    border-radius: 10px;
    padding: 16px 4px;
    text-align: center;
    transition: all .3s;
    cursor: default;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(13, 31, 60, .11);
    border-color: var(--gold);
}

.amenity-card img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    transition: transform .3s;
}

.amenity-card:hover img {
    transform: scale(1.15) rotate(-5deg);
}

.amenity-card span {
    font-size: .72rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
}

.amenities-img {
    border-radius: 12px;
    overflow: hidden;
    height: 440px;
    position: relative;
    box-shadow: 0 20px 50px rgba(13, 31, 60, .15);
}

.amenities-img img {
    width: 100%;
    height: 100%;

}

.btn-outline-navy {
    border: 1.5px solid var(--navy);
    color: var(--navy);
    background: transparent;
    padding: 11px 28px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: .86rem;
    transition: all .22s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-navy:hover {
    background: var(--navy);
    color: #fff;
}

@media (max-width: 991px) {
    .amenities-img {
        height: 320px;
        margin-top: 28px;
    }

    .amenities-owl .item .amenities-img {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .amenities-section {
        padding: 50px 0;
    }
    .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 64px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.feat-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 8px; */
    /* margin: 0 0 28px; */
}
.feat-row {
        /* grid-template-columns: 1fr; */
        justify-items: center; /* centers each box */
        text-align: center;
    }

    .feat-row > * {
        width: 90%;
        max-width: 320px;
    }
    .amenities-owl .item .amenities-img {
        height: 260px;
    }

    .amenity-card {
        height: 110px;
        padding: 12px 2px;
    }

    .amenity-card img {
        width: 30px;
        height: 30px;
    }

    .amenity-card span {
        font-size: .65rem;
    }
}

/* ============================================================
   GALLERY
============================================================ */
.gallery-section {
    padding: 70px 0;
    background: #fff;
}

.gallery-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}

.gtab {
    padding: 9px 22px;
    border-radius: 30px;
    border: 1.5px solid #d1d5db;
    background: transparent;
    font-size: .83rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: all .22s;
}

.gtab.active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

.gtab:hover:not(.active) {
    border-color: var(--gold);
    color: var(--gold);
}

.owl-gallery-wrap {
    position: relative;
    padding: 0 44px;
}

.owl-custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: var(--navy);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    transition: all .22s;
}

.owl-custom-nav:hover {
    background: var(--gold);
    transform: translateY(-50%) scale(1.1);
}

.owl-custom-prev {
    left: 0;
}

.owl-custom-next {
    right: 0;
}

.gallery-owl .item {
    border-radius: 10px;
    overflow: hidden;
    height: 210px;
    cursor: pointer;
    position: relative;
}

.gallery-owl .item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: transform .45s;
}

/* .gallery-owl .item:hover img {
    transform: scale(1.07);
} */

.gallery-owl .item .img-hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 31, 60, .45);
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
}

.gallery-owl .item:hover .img-hover-overlay {
    opacity: 1;
}

.gallery-section .owl-dots {
    margin-top: 20px !important;
}

.gallery-section .owl-dots .owl-dot span {
    background: #d1d5db !important;
    width: 8px !important;
    height: 8px !important;
    transition: all .2s !important;
}

.gallery-section .owl-dots .owl-dot.active span {
    background: var(--gold) !important;
    width: 24px !important;
}

@media (max-width: 767px) {
    .gallery-section {
        padding: 50px 0;
    }

    .owl-gallery-wrap {
        padding: 0 32px;
    }

    .gallery-owl .item {
        height: 180px;
    }

    .owl-custom-nav {
        width: 32px;
        height: 32px;
        font-size: .85rem;
    }
}

@media (max-width: 576px) {
    .owl-gallery-wrap {
        padding: 0 28px;
    }

    .gallery-owl .item {
        height: 200px;
    }
}

/* ============================================================
   WALKTHROUGH
============================================================ */
.walkthrough-section {
    background: #f7f4ef;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.walkthrough-section p {
    color: #091d38;
    line-height: 1.8;
    font-size: .92rem;
}

.video-thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}

.video-thumb img {
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    display: block;
    transition: transform .45s;
}

.video-thumb:hover img {
    transform: scale(1.04);
}

.play-btn {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: rgba(200, 148, 42, .92);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 0 0 0 rgba(200, 148, 42, .4);
}

.video-thumb:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 0 0 14px rgba(200, 148, 42, .15);
}

.wt-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn-wt {
    background: #091d38;
    color: #fff;
    padding: 12px 22px;
    border: none;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: .87rem;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all .22s;
}

.btn-wt:hover {
    background: var(--gold);
    transform: translateY(-2px);
}

.btn-wt-o {
    background: transparent;
    color: #091d38;
    padding: 12px 22px;
    border: 1.5px solid rgb(9 29 56);
    border-radius: var(--radius);
    font-weight: 500;
    font-size: .87rem;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all .22s;
}

.btn-wt-o:hover {
    border-color: var(--gold2);
    color: var(--gold2);
}

@media (max-width: 767px) {
    .walkthrough-section {
        padding: 50px 0;
    }

    .video-thumb img {
        height: 220px;
    }

    .wt-btns {
        flex-direction: column;
        gap: 10px;
    }

    .btn-wt,
    .btn-wt-o {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================
   FLOOR PLANS
============================================================ */
.floorplan-section {
    padding: 70px 0;
    background: #fff;
}

/* Desktop: horizontal card */
.fp-card {
    background: #fff;
    border: 1px solid #091d38;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    height: 100%;
}

.fp-card:hover {
    box-shadow: 0 16px 40px rgba(13, 31, 60, .14);
    transform: translateY(-5px);
}

.fp-img-wrap {
    width: 400px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.fp-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: blur(3px);*/
    transition: transform .45s;
}

.fp-card:hover .fp-img-wrap img {
    transform: scale(1.06);
}

.fp-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--navy);
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
    padding: 4px 11px;
    border-radius: 4px;
    letter-spacing: .6px;
}

.fp-tag.gold {
    background: var(--gold);
}

.fp-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.fp-body h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: var(--navy);
    font-weight: 700;
}

.fp-type {
    color: var(--gray);
    font-size: .78rem;
}

.fp-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 12px 0 16px;
    gap: 8px;
    flex-wrap: wrap;
}

.fp-meta label {
    display: block;
    font-size: 1.1rem;
    color: #091d38;
    font-weight: 500;
    margin-bottom: 3px;
}

.fp-meta span {
    font-size: .88rem;
    font-weight: 700;
    color: var(--navy);
}

.fp-meta .price {
    color: var(--gold);
}

.btn-fp {
    width: 100%;
    background: transparent;
    border: 1.5px solid var(--navy);
    color: var(--navy);
    padding: 10px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: all .22s;
    cursor: pointer;
    white-space: nowrap;
}

.btn-fp:hover {
    background: var(--navy);
    color: #fff;
}

/* Tablet: column layout */
@media (max-width: 991px) {
    .fp-card {
        flex-direction: column;
    }

    .fp-img-wrap {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 767px) {
    .floorplan-section {
        padding: 50px 0;
    }

    .fp-img-wrap {
        height: 160px;
    }
}

/* ============================================================
   CONNECTIVITY
============================================================ */
.connectivity-section {
    padding: 70px 0;
    background: #f7f4ef;
}

.connectivity-section img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
}

.conn-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.conn-item:last-child {
    border-bottom: none;
}

.locicons {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.conn-icon {
    width: 60px;
    height: 60px;
    background: var(--off);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.conn-name {
    font-weight: 700;
    font-size: .85rem;
    color: var(--navy);
}

.conn-dist {
    font-size: .75rem;
    color: var(--gold);
    font-weight: 600;
    margin-top: 2px;
}

.conn-badge {
    margin-left: auto;
    background: var(--off);
    color: var(--navy);
    font-size: .71rem;
    font-weight: 800;
    padding: 3px 11px;
    border-radius: 12px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .connectivity-section {
        padding: 40px 0;
    }

    .connectivity-section .row.g-3 {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .connectivity-section .row.g-3 > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .connectivity-section .conn-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        padding: 10px 8px;
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        min-width: 0;
        box-sizing: border-box;
    }

    .connectivity-section .row.g-3 > .col-md-6:nth-child(2) .conn-item {
        border-right: none;
    }

    .connectivity-section .conn-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        flex-shrink: 0;
        border-radius: 8px;
    }

    .connectivity-section .locicons {
        width: 24px;
        height: 24px;
    }

    .connectivity-section .conn-name {
        font-size: .72rem;
        font-weight: 700;
        line-height: 1.2;
        word-break: break-word;
    }

    .connectivity-section .conn-dist {
        font-size: .65rem;
        margin-top: 2px;
    }
    .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
}

/* ============================================================
   CTA BANNER
============================================================ */
.cta-banner {
    background: #091d38;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.cta-banner h3 {
    color: var(--gold2);
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 700;
    margin-bottom: 8px;
}

.cta-banner p {
    color: rgba(255, 255, 255, .8);
    font-size: .88rem;
    margin: 0;
    line-height: 1.7;
}

.cta-banner .form-control {
    padding: 0.85rem .75rem;
    font-size: .88rem;
}

.submitbtn {
    background: var(--gold);
    color: #fff;
    border: none;
    width: 100%;
    max-width: 320px;
    padding: 13px 28px;
    border-radius: 4px;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .8px;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submitbtn:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .cta-banner {
        padding: 40px 0;
    }

    .submitbtn {
        max-width: 100%;
        font-size: .84rem;
    }

    .cta-banner h3 {
        text-align: center;
    }

    .cta-banner p {
        text-align: center;
    }
}

/* ============================================================
   FOOTER
============================================================ */
.footer {
    background: #091d38;
    color: #fff;
    padding: 40px 0 20px;
    font-size: 14px;
}
.pulse {
    display: inline-block;
    animation: pulseZoom 1.5s infinite;
}

@keyframes pulseZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
.footer a {
    color: #fff;
    text-decoration: none;
}

.footer hr {
    border-color: #fff;
}

.qr-box img {
    max-width: 120px;
    border: 4px solid #fff;
}

.footer-btn {
    background: #c7a24a;
    color: #000;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    border: none;
}

.footer-btn:hover {
    background: #b8933f;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .qr-box {
        margin-bottom: 20px;
    }
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 11px;
    font-size: .81rem;
    color: rgba(255, 255, 255, .75);
}

.contact-item i {
    color: var(--gold2);
    margin-top: 2px;
    flex-shrink: 0;
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.social-links a {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, .07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
    font-size: .95rem;
    transition: all .2s;
}

.social-links a:hover {
    background: var(--gold);
    color: #fff;
    transform: translateY(-2px);
}

.footerbottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-bottom: 44px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 44px;
    padding: 18px 0;
    font-size: .73rem;
    color: rgba(255, 255, 255, .65);
}

.rera-badge {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 4px;
    padding: 4px 11px;
    font-size: .68rem;
    color: rgba(255, 255, 255, .65);
}

@media (max-width: 767px) {
    footer {
        padding: 0px 0 0;
    }
.footer {
    background: #091d38;
    color: #fff;
    padding: unset !important;
    font-size: 14px;
}
    .footer-col h6 {
        margin-bottom: 0px !important;
    }

    .footer-col h6::after {
        content: '';
        position: unset;
        bottom: 0;
        left: 0;
        width: 30px;
        /* text-align: center; */
        justify-content: center !important;
        margin: 20px auto !important;
        display: flex !important;
        height: 4px;
        background: var(--gold);
        border-radius: 2px;
    }

    .social-links {
        display: flex;
        gap: 10px;
        margin-top: 14px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-col {
        text-align: center !important;
    }

    .contact-item {
        display: flex;
        align-items: center !important;
        justify-content: center;
    }

    .footer-bottom {
        text-align: center;
        gap: 8px;
    }

    .footer-bottom .d-flex {
        flex-direction: column;
        align-items: center !important;
    }

    .rera-badge {
        text-align: center;
    }
}

/* ============================================================
   POPUP MODAL
============================================================ */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.modal-overlay.show {
    display: flex;
}

.modal-box {
    background: #091d38;
    border-radius: 14px;
    overflow: hidden;
    max-width: 860px;
    width: 100%;
    max-height: 92vh;
    overflow-y: auto;
    display: flex;
    position: relative;
    transform: scale(0.85);
    opacity: 1;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-overlay.show .modal-box {
    transform: scale(1);
    opacity: 1;
}

.modal-img-col {
    width: 42%;
    flex-shrink: 0;
    position: relative;
}

.modal-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.modal-img-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 31, 60, .9), rgba(13, 31, 60, .15));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
}

.modal-img-ov h4 {
    color: #fff;
    font-size: 1.55rem;
    font-weight: 700;
}

.modal-img-ov p {
    color: rgba(255, 255, 255, .72);
    font-size: .81rem;
    margin: 4px 0 0;
}

.modal-form-col {
    flex: 1;
    padding: 34px 28px;
}

.modal-form-col h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 4px;
}

.modal-form-col .m-sub {
    font-size: .82rem;
    color: var(--gray);
    margin-bottom: 22px;
}

.m-lbl {
    font-size: .78rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 5px;
    display: block;
}

.m-input {
    width: 100%;
    border: 1.5px solid #e5e7eb;
    border-radius: var(--radius);
    padding: 10px 14px;
    font-size: .83rem;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    transition: border-color .2s;
    color: #1a1a2e;
}

.m-input:focus {
    border-color: var(--gold);
}

.close-modal {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, .08);
    border: none;
    color: #333;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all .2s;
}

.close-modal:hover {
    background: var(--gold);
    color: #fff;
}

.shake {
    animation: shake 0.4s cubic-bezier(.36, .07, .19, .97) both;
    border-color: #ef4444 !important;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media (max-width: 991px) {
    .modal-img-col {
        display: none;
    }

    .modal-box {
        max-width: 460px;
    }
}

@media (max-width: 500px) {
    .modal-form-col {
        padding: 24px 18px;
    }

    .modal-box {
        max-width: 100%;
        border-radius: 12px;
    }
}

/* ============================================================
   VIDEO MODAL
============================================================ */
.vid-ov {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.vid-ov.show {
    display: flex;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.vid-box {
    width: 90%;
    max-width: 760px;
    aspect-ratio: 16/9;
    position: relative;
}

.vid-box iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

.close-vid {
    position: absolute;
    top: -42px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.7rem;
    cursor: pointer;
    transition: color .2s;
}

.close-vid:hover {
    color: var(--gold);
}

@media (max-width: 576px) {
    .vid-box {
        width: 100%;
    }

    .close-vid {
        top: -36px;
        font-size: 1.4rem;
    }
}

/* ============================================================
   TOAST
============================================================ */
.toast-ok {
    position: fixed;
    bottom: 24px;
    right: 20px;
    left: 20px;
    max-width: 360px;
    margin-left: auto;
    background: linear-gradient(90deg, #059669, #10b981);
    color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: .87rem;
    font-weight: 700;
    display: none;
    z-index: 99999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(24px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .toast-ok {
        left: 16px;
        right: 16px;
        max-width: unset;
        margin-left: 0;
        font-size: .82rem;
    }
}

/* ============================================================
   HERO LOAD ANIMATIONS
============================================================ */
.hero-anim {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUpHero 0.8s forwards ease-out;
}

@keyframes fadeUpHero {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.4s;
}

.delay-500 {
    animation-delay: 0.5s;
}

/* Particle animation */
@keyframes floatParticle {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-20px) translateX(10px);
    }
}

/* ============================================================
   AOS override
============================================================ */
[data-aos] {
    pointer-events: auto;
}

/* ============================================================
   GLOBAL RESPONSIVE HELPERS
============================================================ */
img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .sec-title {
        font-size: clamp(1.4rem, 5vw, 2rem);
    }

    .gold-line {
        margin-bottom: 20px;
    }
}

/* ============ Footer Form Start ============ */
#inquiryForm {
    display: none;
}


.footer-formmob {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    border-top: 1px solid #fff;
    background: #ae874b;
    overflow: hidden;
}

/* Shine layer FIXED */
.footer-formmob::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    /* aur left le jao */
    width: 250%;
    /* wider for smooth entry */
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 20%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 80%);
    animation: divShine 3s linear infinite;
}

/* Smooth shine */
@keyframes divShine {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

/* Content above shine */
.footer-formmob * {
    position: relative;
    z-index: 2;
    font-size: 20px;
    text-transform: uppercase;
}



.btn-5 {
    line-height: 42px;
    padding: 0;
    border: none;
    background: #c9a84c !important;
}



/* ============ Footer Form End ============ */

/* about developer */
/* About Developer */

:root {
    --dark-green: #fff;
    --mid-green: #fff;
    --accent: #ae874b;
    --cream: #f8f5ef;
    --text-dark: #1c1c1c;
    --text-muted: #5a5a5a;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ SECTION Ã¢â€â‚¬Ã¢â€â‚¬ */
#about-developer {
    padding: 53px 0 70px;
    position: relative;
    background: #fff;
    /* background-image: url(../images/green.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

/* Subtle diagonal stripe background */
#about-developer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg,
            rgba(26, 60, 46, .03) 0px,
            rgba(26, 60, 46, .03) 1px,
            transparent 1px,
            transparent 60px);
    pointer-events: none;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ SECTION LABEL Ã¢â€â‚¬Ã¢â€â‚¬ */
.section-label {
    display: inline-block;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ HEADING Ã¢â€â‚¬Ã¢â€â‚¬ */
.section-heading {
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 28px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ LOGO BLOCK Ã¢â€â‚¬Ã¢â€â‚¬ */
/* .logo-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      margin-bottom: 30px;
    } */

/* .logo-svg {
      width: 72px;
      height: auto;
    } */

.logo-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--dark-green);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-name span {
    display: block;
    width: 30px;
    height: 2px;
    background: var(--dark-green);
}

.logo-tagline {
    font-size: .7rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 2px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ BODY TEXT Ã¢â€â‚¬Ã¢â€â‚¬ */
.about-para {
    font-size: .97rem;
    line-height: 1.85;
    color: #fff;
    /* max-width: 560px; */
    margin: 0 auto 36px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ DIVIDER Ã¢â€â‚¬Ã¢â€â‚¬ */
.gold-divider {
    width: 56px;
    height: 3px;
    background: var(--accent);
    margin: 0 auto 48px;
    border-radius: 2px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ OWL SLIDER CARDS Ã¢â€â‚¬Ã¢â€â‚¬ */
.stat-card {
    background: #091d38;
    border: 1.5px solid #fff;
    border-radius: 14px;
    height: 34vh;
    padding: 36px 20px 28px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

/* Shine overlay */
.stat-card::after {
    content: '';
    position: absolute;
    top: -60%;
    left: -80%;
    width: 60%;
    height: 220%;
    background: linear-gradient(105deg,
            transparent 40%,
            rgba(255, 255, 255, .55) 50%,
            transparent 60%);
    transform: skewX(-15deg);
    transition: left .55s ease;
    pointer-events: none;
}

.stat-card:hover::after {
    left: 140%;
}

.stat-card:hover {
    /* transform: translateY(-8px) scale(1.02); */
    box-shadow: 0 20px 48px rgba(26, 60, 46, .14);
    border-color: #023922;
}

/* Icon circle */
.icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    /* border: 2px solid var(--dark-green); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 7px;
    transition: background .35s ease, border-color .35s ease;
    position: relative;
}

/* .stat-card:hover .icon-circle {
      background: #fff;
      border-color: var(--accent);
    } */

.icon-circle svg {
    width: 36px;
    height: 36px;
    stroke: var(--dark-green);
    fill: none;
    stroke-width: 1.6;
    transition: stroke .35s ease;
}

.stat-card:hover .icon-circle svg {
    stroke: #fff;
}

.stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--dark-green);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fff;
}

/* Gold diamond separator */
.stat-card .card-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.stat-card .card-divider .cd-line {
    width: 30px;
    height: 1px;
    background: #fff;
}

.stat-card .card-divider .cd-diamond {
    width: 5px;
    height: 5px;
    background: #fff;
    transform: rotate(45deg);
}

/* Owl nav dots */
.owl-theme .owl-dots .owl-dot span {
    background: rgba(26, 60, 46, .25);
    width: 8px;
    height: 8px;
    transition: background .3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--dark-green);
}

.owl-theme .owl-dots {
    margin-top: 24px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ CTA BUTTON Ã¢â€â‚¬Ã¢â€â‚¬ */
.btn-know-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding: 14px 36px;
    background: var(--dark-green);
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: 2px solid var(--dark-green);
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .35s ease, background .35s ease;
    cursor: pointer;
}

.btn-know-more::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: 0;
}

.btn-know-more:hover::before {
    transform: scaleX(1);
}

.btn-know-more span,
.btn-know-more svg {
    position: relative;
    z-index: 1;
}

.btn-know-more:hover {
    color: var(--dark-green);
    border-color: var(--accent);
}

.btn-arrow {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    transition: transform .3s;
}

.btn-know-more:hover .btn-arrow {
    transform: translateX(4px);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ ENTRY ANIMATIONS Ã¢â€â‚¬Ã¢â€â‚¬ */
.fade-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .7s ease, transform .7s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-up-d1 {
    transition-delay: .1s;
}

.fade-up-d2 {
    transition-delay: .2s;
}

.fade-up-d3 {
    transition-delay: .3s;
}

.fade-up-d4 {
    transition-delay: .45s;
}

.fade-up-d5 {
    transition-delay: .6s;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ RESPONSIVE Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 767.98px) {
    #about-developer {
        padding: 60px 0 50px;
    }

    .about-para {
        font-size: .92rem;
    }

	.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    height: 67px !important;
}

   
}


/* phone input styling */
.iti {
    width: 100%;
    margin-bottom: 15px;
}

.iti input {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    /* border: 1px solid #ddd; */
    padding-left: 90px !important;
    font-size: 14px;
}


.iti__selected-flag {
    border-radius: 8px 0 0 8px;
}

label.error {
    color: red;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    height: 53px;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: unset;
}

@media only screen and (max-width: 430px) {
	.play-btn {
    position: absolute !important;
            top: 40% !important;
        left: 40% !important;
        transform: unset !important;
    width: 68px !important;
    height: 68px !important;
    background: rgba(200, 148, 42, .92);
    border-radius: 50%;
/*    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;*/
    transition: all .3s;
    box-shadow: 0 0 0 0 rgba(200, 148, 42, .4);
}

.video-thumb:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 0 0 14px rgba(200, 148, 42, .15);
}
}



