@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cormorant+SC:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: "tinta-coated-font";
    font-display: swap;
    src: url("/font/tinta-coated-font/Fontspring-DEMO-tintacoated-regular.ttf");
    unicode-range: U+0041-005A, U+0061-007A;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: "tinta-coated-font";
}

body {
    font-family: "Cantarell", sans-serif;
    background: var(--gradient) !important;
}

p {
    font-family: "Cantarell", sans-serif;
}

:root {
    --brownColor: #202d4f;
    --yellowShade: #f5e689;
    --darkBrown: #492f1d;
    --gradient:  linear-gradient(180deg,rgba(239, 222, 130, 1) 0%, rgba(185, 142, 48, 1) 99%);
}

.video-sec video {
    width: 100%;
    height: 100vh;
    background-size: cover;
    object-fit: cover;

}

.main-sec {
    position: relative;
}

.video-sec {
    position: relative;
}

.video-sec h1 {
    font-size: 38px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.2;

}

.top-btn-abs {
    transition: all ease-in-out .5s;
    background: var(--brownColor);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 23px;
    position: fixed;
    right: 0;
    position: fixed;
    top: 45%;
    right: -7.5rem;
    z-index: 98;
    transform: rotate(-90deg);
}

.top-btn-abs:hover {
    background-color: #000;
    cursor: pointer;
}

.header-sec {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 0px;
    transition: all 0.4s ease;
    opacity: 0;
}

.nav-item a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-family: "Cantarell", sans-serif;
    padding-bottom: 0 !important;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.nav-item a:hover {
    border-bottom-color: #fff;
    color: #fff;
}

.pad80 {
    padding: 80px 0px;
}

.reused-heading h2 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.reused-heading p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
.highlight-card{
    text-align: center;
}

.highlight-card img {
    width: 50px;
}

.highlight-card p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.hightlight-sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

.abs-golf {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 1;
}
.golf-card{
    text-align: center;
}

.golf-card img {
    width: 40px;
}

.golf-card p {
    font-size: 14px;
    margin-top: 10px;
}

.location-card {
    background-color: #71482c;
    padding: 30px;
}

.location-card .heading-location {
    display: flex;
    gap: 10px;
    align-items: center;
}

.location-card .heading-location img {
    width: 50px;
    filter: invert(1);
}

.location-card .heading-location h5 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.location-card .heading-location {
    border-bottom: .5px solid #ffffff57;
    padding-bottom: 15px;
}

.location-card ul {
    list-style: disc;
    margin-top: 20px;
}

.location-card ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
}

.partner-section .partner-logo img {
    width: 150px;
    height: 200px;
    object-fit: contain;
}

.partner-section .partner-logo {
    display: flex;
    gap: 80px;
}


.marquee {
    overflow: hidden;
    width: 100%;
}

.partner-logo {
    display: flex;
    gap: 50px;
    width: max-content;
    animation: scrollLeft 20s linear infinite;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.floor-plan-btn {
    background-color: var(--brownColor);
    text-decoration: none;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.live-better-sec {
    position: relative;
}


.abs-live-better {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.abs-live-better h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.abs-live-better p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 60px;
}

.abs-live-better a {
    border: none;
    font-size: 18px;
    display: inline-block;
    backdrop-filter: blur(20px);
    background-color: #ffffff4d;
    color: #fff !important;
    padding: 12px 25px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s ease-in-out;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.abs-live-better a:hover {
    background-color: #454545;
}


footer {
    /* background-color: var(--brownColor); */
}

footer h3 {
    color: #fff;
}

.modal .footer-form input {
    background-color: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fffaf759;
    padding: 10px 5px 15px 0px;
    color: #000;
}

.footer-form input {
    background-color: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fffaf759;
    padding: 10px 5px 15px 0px;
    color: #fff;
}


.modal-body .footer-form input {
    border-bottom-color: #38241638;
}

.footer-form input::placeholder {
    font-size: 13px;
    color: #ffffff88;
}

.modal-body .footer-form input::placeholder {
    color: #000;
    text-transform: uppercase;
}


.footer-form input:focus {
    outline: none;
}

.footer-form button {
    background-color: #fff;
    color: #52341f;
    outline: none;
    padding: 10px 30px;
    border: 0;
}

.modal-body .footer-form button {
    background-color: #492f1d;
    color: #fff;
}


.footer2 {
    background-color: var(--brownColor);
}

.footer2 a {
    text-decoration: none;
    color: #fff !important;
    display: block;
    text-align: center;
    margin-top: 20px;
}

video {
    display: block;
    object-fit: cover;
}

.tabs {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.tab-btn {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: right;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    color: #ffffff63;
    font-family: "tinta-coated-font";
}

.tab-btn.active {
    color: #fff;
}

.tab-content {
    display: none;
    /* padding:20px; */
    position: relative;
}


.tab-content p {
    position: absolute;
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: #fff;
    font-size: 20px;
    max-width: 350px;
}

.tab-content img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    animation: slideUpReveal 2s ease forwards;
    object-position: left;
}

.tab-content.active {
    display: block;
}

.bg-right-galry {
    /* background: url(./Images/gallery/bg1.webp); */
    width: 100%;
    height: 100vh;
    padding: 5% 10%;
}


/* -------------------------------------------- */
.the-lift {
    position: relative;
    overflow: hidden;
}

.the-lift video {
    width: 100%;
    display: block;
    height: 100vh;
}

.gallry-sec {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* Initial state */
.gallery-left {
    transform: translateY(100%);
    opacity: 0;
}

.gallery-right {
    transform: translateY(-100%);
    opacity: 0;
}

.gallery-left,
.gallery-right {
    will-change: transform, opacity;
}

/* ------------------------------------------------ */





@keyframes slideUpReveal {

    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.project-slider .item h2 {
    font-size: 22px !important;
    color: #ffffff;
}


.project-slider .item p {
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
}

.project-slider .item {
    position: relative;
}

.abs-gallery-conet {
    position: absolute;
    bottom: 51px;
    left: 22px;
}

.project-slider .owl-nav {
    position: absolute;
    bottom: 37px;
    width: 100%;
    transform: translateY(-50%);
}

.project-slider .owl-prev,
.project-slider .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    background: rgb(73 47 29) !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: .3s ease;
}

.project-slider .owl-prev {
    left: 143px;
}

.project-slider .owl-next {
    left: 200px;
}

.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
    background: #fff !important;
    color: #000 !important;
}


.header-sec.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: var(--brownColor);
    animation: headerSlideDown 1s ease forwards;
}

.header-sec.hide {
    transform: translateY(-100%);
    opacity: 0;
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*17-06-2026*/
.reused-heading>span,
.reused-heading {
    font-family: Cantarell, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    /* text-align: center; */
}

.fixedIcons {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    padding: 5px;
    background: #FFFCF1;
    border-radius: 50%;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #29a71a;
}

.fixedIcons.whatsapp {
    left: 15px;
}

a.fixedIcons.phone {
    right: 15px;
    left: inherit
}

.fixedIcons svg {
    width: 45px;
    height: 45px;
}

a.fixedIcons.phone svg {
    padding: 10px;
}

.floor-plan-img {
    position: relative;
}

.floor-plan-img+span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px 30px;
    left: 50%;
}

.floor-plan-box {
    position: relative;
}

.price_box {
    padding: 50px;
    background: #71482c;
}

.title h6 {
    background: #eae3c5;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    font-family: "tinta-coated-font";
    font-size: 20px;
}

.price_box h5 {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

.price_box p {
    text-align: center;
    font-size: 20px;
    font-family: 'Cantarell';
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}

.price_box button {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 23px;
    background-color: #000;
    border: 0;
    width: 100%;
}

section#price-list .reused-heading {
    /* max-width: 600px; */
    margin: auto;
    display: block;
    /* text-align: center; */
}

.mobile-section-footer a {
    background-color: #52341f;
    display: inline-block;
    padding: 10px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid #fff;
    width: 33.33%;
    text-align: center;
}

.mobile-section-footer {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    display: none;
}

.mobile-section-footer a:last-child {
    border-right: 0;
}

.logomaoin img {
    width: 180px;
}

.overview-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.amenities-card img {
    width: 70px;
    border-radius: 10px;

    /* 4px Transparent Border */
    /* border: 4px solid transparent; */

    /* Golden Gradient Border Technique */
    background: linear-gradient(#eae3c5, #eae3c5) padding-box, linear-gradient(135deg, #b8860b 0%, #fef0a0 30%, #d4af37 50%, #f7eab4 70%, #aa771c 100%) border-box;

    /* Optional: Subtle Box Shadow */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
    padding: 5px;
}

.amenities-card {
    text-align: center;
}

.amenities-card p {
    font-size: 13px;
    font-weight: 100;
}

.developer-counter-row {
    margin-top: 30px;
}

.Developer-counter {
    position: relative;
    /* padding: 30px 20px; */
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    overflow: hidden;
}

.Developer-counter:last-child {
    border-right: none;
}

.Developer-counter .counter-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 35px;
    height: 2px;
    background: #ffffff;
    transform: translateX(-50%);
    transition: width 0.4s ease;
    display: none;
}

.Developer-counter h4 {
    margin: 15px 0 8px;
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
}

.Developer-counter h4 span {
    font-size: 32px;
    font-weight: 500;
}

.Developer-counter p {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.Developer-counter:hover {
    transform: translateY(-5px);
}

.Developer-counter:hover .counter-line {
    width: 70px;
}

/* Specifications */
.spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
}

/* Golden Gradient Card */
.spec-card {
    border-radius: 16px;
    border: 2px solid transparent;
    background: linear-gradient(#492f1d, #181818) padding-box, linear-gradient(135deg, #b8860b 0%, #fef0a0 30%, #d4af37 50%, #fff8dc 70%, #aa771c 100%) border-box;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.15);
}

.spec-title {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    color: #fef0a0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.spec-list {
    list-style: none;
    padding: 0;
}

.spec-list li {
    font-size: 13px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 10px;
    position: relative;
    padding-left: 19px;
}

.spec-list li::before {
    content: "◆";
    color: #d4af37;
    font-size: 0.7rem;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Specifications */



/* /////////////// */
/* Table Gradient Border Container */
.spec-table-wrapper {
    border-radius: 16px;
    border: 2px solid transparent;
    background:
        linear-gradient(#141414, #141414) padding-box,
        linear-gradient(
            135deg,
            #b8860b 0%,
            #fef0a0 30%,
            #d4af37 50%,
            #fff8dc 70%,
            #aa771c 100%
        ) border-box;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Table */
.spec-table-wrapper .table {
    width: 100%;
    margin-bottom: 0;
    background-color: #141414 !important;
    color: #e0e0e0;
    border-collapse: collapse;
}

/* Header */
.spec-table-wrapper thead th {
    background-color: #492f1d !important;
    color: #fef0a0 !important;
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 16px 20px;
    border: 0 !important;
    border-bottom: 2px solid rgba(212, 175, 55, 0.4) !important;
}

/* Half-half cells */
.spec-table-wrapper tbody td.spec-half {
    width: 50%;
    padding: 18px 20px !important;
    vertical-align: top;
    background-color: #492f1d !important;
    color: #e0e0e0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Center divider */
.spec-table-wrapper tbody td.spec-half:first-child {
    border-right: 1px solid rgba(212, 175, 55, 0.35) !important;
}

/* Row hover */
.spec-table-wrapper tbody tr:hover td.spec-half {
    background-color: #633f26 !important;
    background: #633f26 !important;
    color: #fff !important;
}

/* Remove Bootstrap table hover variable */
.spec-table-wrapper .table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: #633f26 !important;
    --bs-table-color-state: #fff !important;
    background-color: #633f26 !important;
    color: #fff !important;
}

/* Category */
.spec-table-wrapper .spec-category {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #d4af37 !important;
    font-size: 1rem;
}

/* Specification list */
.spec-table-wrapper .spec-table-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* List item */
.spec-table-wrapper .spec-table-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    font-size: 0.93rem;
    line-height: 1.5;
    color: #ccc !important;
}

/* Last item */
.spec-table-wrapper .spec-table-list li:last-child {
    margin-bottom: 0;
}

/* Diamond icon */
.spec-table-wrapper .spec-table-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    top: 3px;
    color: #d4af37;
    font-size: 0.65rem;
}

/* Empty right cell */
.spec-table-wrapper .empty-cell {
    background-color: #492f1d !important;
}

.popform {
    position: relative;
    padding: 30px;
    border-radius: 18px;
    /* background:
        linear-gradient(145deg, #21150e, #0f0d0b 65%, #19110c); */
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background: #492f1d;
}

/* Golden glow */
.popform::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: -100px;
    right: -70px;
    background: rgba(212, 175, 55, 0.12);
    filter: blur(60px);
    border-radius: 50%;
    pointer-events: none;
}


/* Heading */

.form-title {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

.form-title span {
    display: block;
    color: #d4af37;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.form-title h3 {
    margin: 0;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 27px;
    font-weight: 600;
}

.form-title p {
    max-width: 360px;
    margin: 8px auto 0;
    color: #aaa;
    font-size: 12px;
    line-height: 1.6;
}


/* Input */

.form-group {
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 15px 10px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
    font-size: 13px;
    transition: all 0.3s ease;
}

.form-group textarea {
    resize: none;
    height: 50px;
}


/* Floating Label */

.form-group label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.25s ease;
    background: transparent;
}

.form-group textarea + label {
    top: 22px;
}


/* Focus */

.form-group input:focus,
.form-group textarea:focus {
    border-color: #d4af37;
    background: rgba(212, 175, 55, 0.04);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.08);
}


/* Floating label on focus / filled */

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%);
    padding: 0 6px;
    background: #4d331d;
    color: #d4af37;
    font-size: 10px;
}


/* Consent */

.consent-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.consent-box input {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    accent-color: #d4af37;
    flex-shrink: 0;
}

.consent-box label {
    color: #888;
    font-size: 10px;
    line-height: 1.5;
    cursor: pointer;
}


/* Submit Button */

#submit-contact {
    position: relative;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    color: #1a120c;
    background: linear-gradient(
        135deg,
        #b8860b,
        #fef0a0,
        #d4af37,
        #fff3a6
    );
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

#submit-contact span:first-child {
    margin-right: 10px;
}

#submit-contact .arrow {
    font-size: 18px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

#submit-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25);
}

#submit-contact:hover .arrow {
    transform: translateX(5px);
}

.Disclaimer{
    font-size: 12px;
    color: #ccc !important;
}

.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: radial-gradient(
        circle at top left,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.5) 15%,
        rgba(255, 255, 255, 0) 40%
    );

    pointer-events: none;
}

@media (max-width:1440px) {
    .hightlight-sec .pad80 {
        padding-bottom: 0 !important;
    }

    .hightlight-sec .container {
        padding-bottom: 30px;
    }
}
/* Mobile */

@media screen and (min-width: 1024px) {
    .container {
        max-width: 90% !important;
    }
}



@media (max-width: 767px) {
    .overlay::after{
        display: none;
    }
    .reused-heading{
        text-align: center;
    }
    .popform {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .form-title h3 {
        font-size: 23px;
    }

    .form-title p {
        font-size: 11px;
    }

    .form-group input,
    .form-group textarea {
        padding: 14px 13px 9px;
    }
    .floor-plan-btn{
        display: flex;
        margin: 20px auto;
        width: fit-content;
        margin-bottom: 10px;
    }
.Disclaimer p{
    text-align: justify !important;
}
    .reused-heading p{
        text-align: center;
    }
    .overview-text{
        text-align: justify !important;
    }
    .spec-table-wrapper {
        border-radius: 12px;
        height: 600px;
        overflow: auto;
    }

    .spec-table-wrapper tbody td.spec-half {
        display: block;
        width: 100%;
        padding: 14px 12px !important;
    }

    .spec-table-wrapper .spec-category {
        font-size: 0.9rem;
    }

    .spec-table-wrapper .spec-table-list li {
        font-size: 0.82rem;
        line-height: 1.4;
    }
    .spec-header h1 {
        font-size: 2rem;
    }

    .spec-grid {
        grid-template-columns: 1fr;
    }
    .developer-counter-row {
        row-gap: 8px;
        margin-top: 20px !important;
    }

    .Developer-counter {
        padding: 0 10px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .Developer-counter h4 {
        font-size: 25px;
        margin-top: 12px;
    }

    .Developer-counter h4 span {
        font-size: 24px;
    }

    .Developer-counter p {
        font-size: 12px;
        line-height: 1.4;
    }

    .video-sec video {
        height: auto;
    }

    .the-lift video {
        display: none;
    }

    .fixedIcons {
        display: none;
    }

    .mobile-section-footer {
        display: flex;
    }

    .header-sec {
        padding: 0px 0px;
        background: #603a19;
        position: fixed;
        z-index: 9;
    }

    .nav-item {
        margin-top: 15px;
    }

    .nav-item a:hover {
        border: none;
    }

    .top-rera {
        font-size: 10px;
    }

    .pad80 {
        padding: 30px 0px;
    }

    .reused-heading h2 {
        font-size: 16px;
        text-align: center;
    }

    .video-sec h1 {
        font-size: 24px;
    }

    .second-section {
        padding: 30px 0px;
    }

    .second-section .second-section-img {
        display: none;
    }

    .abs-golf {
        position: unset;
    }

    .top-btn-abs {
        right: -7.3rem;
        display: none;
    }

    .amenities-section {
        padding-top: 0 !important;
    }

    .MILIND_lowthumb {
        height: 60vh !important;
    }

    .partner-section {
        padding-bottom: 0 !important;
    }

    .abs-live-better p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .abs-live-better {
        width: 85%;
    }

    .abs-live-better h5 {
        font-size: 17px;
    }

    .abs-live-better a {
        border: none;
        font-size: 13px;
        padding: 10px 19px;
        font-weight: 400;
        transition: .5s ease-in-out;
        letter-spacing: unset;
        word-spacing: unset;
    }

    .footer2 a {
        color: #fff !important;
        font-size: 14px;
    }

    .location-card .heading-location h5 {
        font-size: 17px;
    }

    /* .reverse{
        flex-direction: column-reverse;
    } */

    .gallry-sec .container-fluid {
        width: 100% !important;
        padding: 0 !important;
    }

}

