fa-check::before {
    background-image: url("/images/icons/tick.png")  !important;
}

.ctaul {
    content: "";
    color: #bd9b3d;
    background-image: url("/images/icons/tick.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11%;
    padding-right: 4px;
    font-weight: bold !important;
    display: inline-block;
    
    font-size: 35px;
    margin-left: 0px;
    vertical-align: middle;
    margin-top: 5px;
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.priceTable {
    width: 100%;
    border-collapse: collapse;
    background-color: #fafafa;
    border-radius: 15px;
    overflow: hidden;
    color: #333;
}

.priceTable tbody td {
    padding: 8px 12px;
    font-size: 18px;
    color: #898989;
    font-weight: 450;
}

.priceTable tbody td:last-child {
    text-align: right;
    justify-content: end;
}

.priceBreakupLink {
    text-decoration: none;
    color: #bd9b3d; 
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.priceBreakupLink i {
    font-size: 16px;
    transition: transform 0.2s ease-in-out;
}

.priceBreakupLink:hover i {
    transform: translateX(5px);
}

.rounded-circle:active {
    color: #bd9b3d !important;
}

.bg-grey {
    background-color: #f2f2f2 !important;
}

.pri-color {
    color: #bd9b3d;
}

body {
    font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
}

.navbar {
    position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        font-family: 'DM Sans', sans-serif;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 1vw;
        font-weight: 600;
        line-height: 34px;
        padding: 7px !important;
        box-shadow: 0 3px 5px 1px rgba(64,60,67,.16);
}

header {
    background: url('https://via.placeholder.com/1920x500') no-repeat center center/cover;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        padding-top: 70px;
}

header h1 {
    font-size: 3rem;
        font-weight: bold;
}

.features {
    padding: 50px 15px;
        text-align: center;
}

.features h2 {
    margin-bottom: 30px;
}

footer {
    background-color: #333;
        color: white;
        text-align: center;
        padding: 20px 0;
}

footer a {
    color: #f8d210;
        text-decoration: none;
}

.banner-image {
    flex: 1;
        overflow: hidden;
}

.banner-content {
    flex: 1;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
}

.btn-link {
    font-size: 18px;
        text-decoration: none;
        transition: color 0.2s ease-in-out;
}

.btn-link:hover {
    color: #0056b3;
}

.call-link i,
    .call-link span {
    font-size: 1rem;
}

.custom-container {
    width: 70%;
        margin: 0 auto;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
        color: #bd9b3d !important;
        border-radius: 0px;
        border: none;
        font-weight: 600 !important;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
        color: #bd9b3d !important;
        border-radius: 0px;
}

.show-on-mobile {
    display: none;
}

.hover-effect {
    position: relative;
        overflow: hidden;
}

.hover-effect img {
    transition: transform 0.3s ease;
}

.hover-effect::after {
    content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        opacity: 0;
        transition: opacity 0.3s ease;
        width: 100% !important;
        border-radius: 12px;
        padding: 12px !important;
}

.hover-effect:hover::after {
    opacity: 1;
}

.hover-effect .overlay-btn {
    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 2;
        font-weight: 800;
        width: 250px;
        border: 3px solid #fff;
        font-size: 17pt;
        text-transform: uppercase;
}

.hover-effect:hover .overlay-btn {
    display: block;
}

.custom-carousel-arrow {
    font-size: 2rem;
        color: #0d6efd;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
}

.custom-carousel-arrow.left {
    left: -40px;
}

.custom-carousel-arrow.right {
    right: -40px;
}

.custom-carousel-arrow i {
    border: none !important;
        box-shadow: none !important;
}

.carousel-heading {
    text-align: center;
        margin-bottom: 1rem;
        text-transform: none;
        padding: 5px 0;
        font-weight: 600;
        font-size: 30pt;
        letter-spacing: 1px;
        margin: 0px;
}

.partners-section {
    text-align: center;
        padding: 50px 20px;
        background-color: #fff;
}

.partners-section p {
    font-size: 16px;
        color: #666;
        margin-bottom: 40px;
}

.partners-grid {
    display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
}

.partner-item {
    text-align: center;
        max-width: 300px;
}

.partner-item h3 {
    font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
}

.partner-item img {
    margin-bottom: 15px;
}

.partner-item a {
    font-size: 14px;
        color: #bd9b3d;
        text-decoration: none;
        font-weight: bold;
}

.partner-item a:hover {
    text-decoration: underline;
}

.faq-section {
    background-color: #f8f9fa;
        padding: 50px 0;
}

.accordion-button {
    font-size: 16px;
        font-weight: 500;
        color: #343a40;
        background-color: #fff;
        border: none;
        box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button.collapsed {
    color: #6c757d;
}

.accordion-item {
    border: none;
        border-bottom: 1px solid #e9ecef;
}

.accordion-body {
    font-size: 14px;
        color: #6c757d;
}

.table {
    margin: 0 auto;
        text-align: center;
}

.table th, .table td {
    text-align: center;
        vertical-align: middle;
        background-color: #f2f2f2;
        padding: 10px;
}

.table th {
    font-weight: bold;
        line-height: 40px;
        font-size: 14pt;
}

.modal-header .btn-close {
    background-color: #000;
        border-radius: 50%;
        padding: 8px;
}

.register-modal .modal-header, .register-modal .modal-body {
    background-color: #f5f5f5;
}

.register-modal .modal-body ul {
    list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 20px;
}

.register-modal .modal-body ul li {
    display: flex;
        align-items: center;
        font-size: 16px;
        gap: 5px;
        font-weight: 550;
}

.register-modal .modal-body ul li i {
    color: #2d62ed;
}

.register-modal .custom-checkbox {
    display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
}

.register-modal .btn-submit {
    background-color: #bd9b3d;
        color: white;
        font-weight: bold;
        padding: 12px 20px;
        border: none;
        width: 100%;
        border-radius: 5px;
}

.register-modal .btn-submit:hover {
    background-color: #ff571a;
}

.location {
    display: block;
        font-size: 15pt;
        text-transform: capitalize;
        line-height: 0.8vw;
        color: #666666;
        font-weight: 600;
        text-align: center;
        margin-top: -10px;
}

a:hover {
    color:#bd9b3d !important;
}

.priceHeading {
    color: rgb(96, 66, 128);
        font-weight: 600;
        font-size: 14pt;
}

.royaltiline {
    border-bottom: 4px solid #bd9b3d !important;
        display: inline-block !important;
        margin-top: 0px;
        line-height: 40px;
}

nav-link {
    background-color: transparent;
        color: #bd9b3d !important;
        border-bottom: 3px solid #bd9b3d;
        border-radius: 0px;
}

.tab-pane {
    padding: 15px;
        border-radius: 12px;
        margin: 0 auto;
        width: 100%;
}

.td {
    border-top:1px solid #ddd !important;
}

.pre-launch {
    color: #bd9b3d;
        font-weight: 600;
        font-size: 19px;
}

.price {
    font-weight: 800;
}

.heading {
    padding: 0px !important;
    margin-bottom: 30px !important;
    line-height: 48px;
    font-family: 'DM Sans', sans-serif;
    font-size: 32pt;
    letter-spacing: 1px;
    font-weight: 600;
}

li::marker {
    color: rgb(96, 66, 128);
        font-size: 30px;
}

.ulam {
    padding-left: 20px;
        line-height: 40px;
        font-size: 18px;
        font-weight: 500;
        list-style: none;
        color: #666666;
}

.headSection {
    
}

.content-box {
    padding-left: 40px;
        margin-top: 0px;
}

.left {
    margin-left: -20px;
}

.right {
    margin-right: -20px;
}

.modal-title {
    width: 100%;
        text-align: center;
        font-weight: 600;
}

.modal-body.p {
    font-size: 18px;
        color: #666666;
}

.rounded {
    border-radius: 12px !important;
}

.pro-status {
    font-weight: 700;
        color: var(--colorBtn);
        font-size: 1.3vw;
        background-color: var(--colorPrimary);
        display: inline-block;
        padding: 10px;
        text-transform: uppercase;
        text-shadow: none;
        width: 100%;
}

.btn-primary {
    background-color: #bd9b3d !important;
        border: 1px solid #bd9b3d;
}

section {
    scroll-margin-top:30px;
            overflow: clip;
}

.navbar-nav .nav-link.active {
    color: #bd9b3d !important;
}

.navbar-nav {
    gap:20px;
            transform: translate(-20px);
}

.hover-effect:hover img {
    transform: none !important;
}

.carousel-control-prev-icon,
    .carousel-control-next-icon {
    display: none;
}

.register-modal .form-control {
    border-radius: 5px;
        margin-bottom: 15px;
        padding: 10px;
        color: #666666;
        font-weight: 400;
}

.modal-body {
    padding-right:70px;
    padding-left:70px;
}

.banner-image img {
    object-fit: cover; 
height: 100%; 
width: 100%;
}

.call-link i,
.call-link span {
    font-size: 1rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

#banner {
    min-height: calc(100vh - 72px);
    background: #efefef;
}

#banner .hero-left {
    flex: 0 0 58%;
    max-width: 58%;
    box-shadow: 10px 0 24px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

#banner .hero-right {
    flex: 0 0 42%;
    max-width: 42%;
    background-color: #efefef;
}

#banner .hero-content-wrap {
    width: min(560px, 90%);
    margin: 0 auto;
}

#banner .pre-launch {
    margin-bottom: 12px;
    font-size: clamp(26px, 2vw, 38px);
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #bd9b3d;
    text-transform: uppercase;
}

#banner .project-title {
    margin: 0 0 10px;
    font-size: clamp(48px, 3.7vw, 74px);
    line-height: 1.05;
    font-weight: 700;
    color: #555962;
    text-transform: uppercase;
}

#banner .location {
    margin: 0 0 24px;
    font-size: 22px !important;
    line-height: 1.2;
    font-weight: 600;
    color: #55595f;
}

#banner .highlights {
    display: none !important;
}

#banner .hero-price {
    margin: 0 0 8px;
    padding: 0 !important;
    font-size: clamp(22px, 2.1vw, 42px) !important;
    line-height: 1.26 !important;
    font-weight: 700 !important;
    color: #bd9b3d !important;
    background: transparent !important;
    text-transform: none !important;
}

#banner .hero-price-sub {
    color: #4f545e;
    font-weight: 700;
}

#banner .hero-starting {
    display: block;
    margin: 0;
    color: #4f545e;
    font-size: clamp(22px, 2vw, 36px);
    line-height: 1.18;
    font-weight: 700;
}

.hero-mobile-top-title {
    display: none;
}
.nav-tabs .nav-item {
    margin: 0 16px !important;
}
#mobile-layouts, #mobile-partners {
    display: none !important;
}

sup {
    font-size: 0.6em !important; top: -0.5em;
}

#banner .hero-strip {
    display: none !important;
}

.btnstyle {
    color: rgb(255, 255, 255) !important;
    font-weight: 800 !important;
    font-size: 16pt !important;
    text-transform: uppercase;
    background-color: #bd9b3d !important;
    border-radius: 11px !important;
    border: 1px solid transparent !important;
    padding: 4px 7px 4px 7px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.3s ease, border-color 0.3s ease !important;

    width: fit-content !important;
}

.btnstyle:hover {
    background-color: #d8b356 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important; 
    padding: 4px 7px 4px 7px !important;
    text-decoration: none !important;
    font-size: 16pt !important;
    font-weight: 800 !important;
    box-sizing: border-box !important;
}

#banner .virtual-tour {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: clamp(17px, 1.25vw, 24px) !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    padding: 12px 24px !important; 
    border-radius: 11px !important;
    box-sizing: border-box !important;
}

#banner .virtual-tour:hover {
    padding: 12px 24px !important; 
    font-size: clamp(17px, 1.25vw, 24px) !important;
}

.priceTable tbody td a {
    cursor: pointer !important;
    color: #898989 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.priceTable tbody td a:hover {
    color: #bd9b3d !important;
    text-decoration: underline !important;
}

@media (max-width: 991px) {
    .hideOnMobile {
        display: none !important;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
            transform: translateY(20px);
    }
    to {
        opacity: 1;
            transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .priceTable thead th {
        font-size: 16px;
    }
    .priceTable tbody td {
        padding: 6px 14px 15px 14px;
            font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .register-modal .modal-body ul {
        column-gap: 70px;
            padding-left: 20px;
    }
    .heading-modal ,.modal-body ul li {
        font-size: 21px;
            color: #666666;
            font-weight: 400;
    }
}

@media (min-width:568px) {
    body {
        width: 100%;
            margin: 0;
            padding: 0;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 800px;
    }
    .pre-launch {
        padding-top:0;
    }
}

@media (max-width: 1199px) {
    #banner .hero-left {
        flex-basis: 56%;
            max-width: 56%;
    }
    #banner .hero-right {
        flex-basis: 44%;
            max-width: 44%;
    }
}

@media (max-width: 991px) {

    .partner-item img {
        width: 60% !important;
        max-width: 180px !important;
        margin: 0 auto 15px auto !important;
        display: block !important;
    }
    .btnstyle {
        display: flex !important;
            margin-left: auto !important;
            margin-right: auto !important;
            width: fit-content !important;
            justify-content: center !important;
            font-size: 14pt !important;
    }
    .carousel-indicators {
        left: 0 !important;
        right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 10px !important;
        transform: none !important;
        width: fit-content !important;
    }
    .nav-tabs .nav-item {
        margin: 0 !important;
    }
    .nav-tabs .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    #mobile-layouts, #mobile-partners {
        display: block !important;
    }
    #banner {
        min-height: 100vh !important;
            padding-top: 0;
            margin-top: 45px !important;
            background: #efefef;
            flex-direction: column !important;
            display: flex !important;
            padding-bottom: 70px;
    }
    #banner .hero-left,
    #banner .hero-right {
        max-width: 100%;
            flex-basis: 100%;
            flex: none !important;
    }
    #banner .hero-left {
        box-shadow: none;
            order: 2;
            width: 100%;
            margin: 0;
            border: 0;
            background: linear-gradient(180deg, #f1f1f1 0%, #dcdcdc 100%);
            padding: 0;
            flex: 1 1 auto !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            min-height: 62vh;
            overflow: hidden;
    }
    #banner .hero-left img.img-banner {
        width: 100% !important;
            height: 100% !important;
            max-height: none !important;
            object-fit: cover !important;
            display: block;
            background: transparent;
            object-position: center top !important;
            order: 1;
            margin-top: 0 !important;
    }
    #banner .virtual-tour {
        display: inline-flex !important;
            order: 6 !important;
    }
    #banner .project-title {
        order: 2;
            display: block;
            font-size: clamp(24px, 7vw, 36px);
            font-weight: 700;
            color: #555962;
            text-transform: uppercase;
            margin-bottom: 6px;
    }
    #banner .hero-strip {
        order: 0;
            position: relative;
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            display: none;
    }
    @media (min-width: 768px) {
        #banner .hero-strip {
                display: block !important;
                }
    }
    #banner .hero-strip .hero-strip-img {
        display: block;
            width: 100%;
            max-width: 100%;
            height: 70px;
            object-fit: cover;
            object-position: center;
    }
    .hero-mobile-top-title {
        position: absolute !important;
            inset: 0;
            margin: 0 !important;
            padding: 0 12px !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: clamp(22px, 7vw, 38px);
            line-height: 1.1;
            font-weight: 700;
            color: #4a4f57;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            white-space: nowrap;
            background: transparent;
            z-index: 2;
            width: 100%;
            box-sizing: border-box;
    }
    #banner .hero-right {
        order: 3;
            width: 100%;
            max-width: 100%;
            margin: 0 !important;
            border: 0;
            padding: 0;
            background: #ffffff;
            flex: 0 0 auto !important;
    }
    #banner .hero-content-wrap {
        display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            padding: 0px 16px 16px !important;
            text-align: center;
    }
    #banner .pre-launch {
        order: 1;
            display: inline-block;
            font-size: clamp(13px, 3.6vw, 16px);
            letter-spacing: 2px;
            color: #555962;
            text-decoration: none;
            border-bottom: 2px solid #555962;
            padding-bottom: 3px;
            margin-bottom: 10px !important;
            font-weight: 600;
    }
    #banner .hero-content-wrap > br {
        display: none;
    }
    #banner .hero-price {
        order: 4;
            font-size: clamp(22px, 6.6vw, 32px) !important;
            line-height: 1.2 !important;
            margin: 0 0 6px !important;
            padding: 0 !important;
            font-weight: 800;
            color: #bd9b3d !important;
    }
    #banner .location {
        order: 3;
            font-size: clamp(15px, 4.6vw, 20px);
            color: #555962;
            margin-bottom: 8px;
            font-weight: 600;
    }
    #banner .hero-starting {
        order: 5;
            font-size: clamp(17px, 5vw, 24px);
            line-height: 1.3;
            margin-bottom: 6px;
            font-weight: 700;
            color: #555962;
    }
    #main-footer {
        padding: 20px 16px !important;
    }
    #main-footer .container-fluid {
        padding: 0 !important;
    }
    #main-footer .row {
        margin: 0 !important;
        width: 100% !important;
    }
    #main-footer .col-sm-12 {
        padding: 0 !important;
    }
    #main-footer p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 380px) {
    .hero-mobile-top-title {
        font-size: 26px !important;
    }
}