/* General CSS: Start */

:root {
    --gradient-color-start: rgba(176, 51, 140, 1);
    --gradient-color-end: rgba(14, 98, 146, 1);
}

::-webkit-scrollbar {
    width: 7.5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(360deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
}

html {
    overflow-x: hidden;
}

@font-face {
    font-family: MavenPro;
    src: url(/fonts/MavenPro-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: MavenPro;
    src: url(/fonts/MavenPro-Bold.ttf);
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: MavenPro;
    src: url(/fonts/MavenPro-SemiBold.ttf);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: MavenPro;
    src: url(/fonts/MavenPro-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Meligor;
    src: url(/fonts/Mialgor.ttf);
    font-display: swap;
}


html {
    overflow: auto;
}

/* body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
} */
.main {
    overflow: hidden;
}

iframe {
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Meligor;
}

p {
    font-family: MavenPro;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    /* margin-bottom: 0; */
}

a {
    font-family: MavenPro;
    font-weight: 400;
    color: unset;
    text-decoration: none !important;
}

a:hover {
    color: unset;
    text-decoration: unset;
}

.side-space {
    padding: 0 11%;
}

.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title h2 {
    font-family: Mialgor;
    font-size: 45.9px;
    font-weight: 400;
    line-height: 54.12px;
    text-align: left;
    background-image: linear-gradient(90deg,
            #2b2a6c 0%,
            #0c4a6c 10%,
            #d91f92 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vtp-my {
    margin: 20px 0;
}

.title-margin {
    margin-bottom: 30px;
}

/* General CSS: Start */

/* Header CSS: Start */

#header {
    padding: 0px 2.5%;
    width: 100vw;
    overflow: hidden;
}

.header-wrapper.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.sticky-header {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #a1a1a166;
    position: sticky;
    top: 0;
}

.sticky-header a {
    color: #000;
}

.mobile-menu {
    display: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.logo {
    width: auto;
    text-align: center;
    position: relative;
}


.logo img {
    width: auto;
    height: 75px;
    margin: 10px 0;
    float: left;
}

.header-wrapper ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
}

.header-wrapper ul li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.header-wrapper ul .active a {
    background-image: linear-gradient(to right, #301b4d 0%, #0b508f 110%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 15px;
}

.right-menu {
    justify-content: flex-end;
}

.phone-icon {
    height: 16px;
    margin-right: 5px;
}

.header-btn {
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 28px;
    line-height: 21px !important;
    font-size: 15px;
    float: left;
    border: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.header-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    cursor: pointer;
    outline: none;
    position: relative;
    background-color: white;
    border: none;
    border-radius: 3px;
}

.header-btn2::before {
    content: "";
    position: absolute;
    top: -1.1px;
    left: -1.1px;
    right: -1.6px;
    bottom: -1.2px;
    z-index: -1;
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    border-radius: 3px;
}

.gradient-text {
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-close {
    opacity: 1;
    font-size: 10px;
}

.btn-close:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0);
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: unset;
}

/* Header CSS: End */

/* Banner CSS: Start */

#banner {
    overflow: hidden;
}

form#contact_form {
    overflow: hidden;
}

.banner img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
	height: auto;
    aspect-ratio: 16 / 8;
}

#banner .owl-stage-outer {
    position: relative;
}

#banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px, -10px);
    padding: 0 55px;
}

#banner .owl-next {
    float: right;
}

#banner .owl-nav button span {
    line-height: 8px;
    height: 52px;
    display: block;
    font-size: 40px;
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 19.5%, #d91f92 100%);
    color: #fff !important;
    padding: 16px 18px;
    border-radius: 0;
}

#banner .mobile {
    display: none;
}

/* Banner CSS: End */

/* About CSS: Start */

#about {
    position: relative;
}

.about-title h2 {
    font-size: 30px;
}

#about .row {
    display: flex;
    align-items: center;
}

.flower-left,
.flower-right {
    position: absolute;
    width: 150px;
}

.flower-left {
    bottom: -30px;
    left: 0;
    z-index: -1;
}

.flower-right {
    top: 0;
    right: 0;
    z-index: -1;
}

.gradient-border {
    position: relative;
}

.gradient-border::after {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 1.5px;
    height: 100%;
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
}

/* About CSS: End */

/* Highlights CSS: Start */

#highlights {
    background: rgba(255, 244, 253, 1);
}

.highlight-box {
    margin: 20px;
}

.highlight-img {
    display: flex;
    justify-content: center;
}

.highlight-img img {
    width: 60px;
}

.highlight-txt p {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

/* Highlights CSS: End */

/* Amenities CSS: Start */

.amenities {
    overflow: hidden;
    /* padding-left: 9.5% !important; */
    /* padding-right: 9.5% !important; */
}

.project-img {
    border-radius: 5px;
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.project-img img {
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.experience-img {
    border-radius: 5px 0px 0px 0px;
    object-fit: cover;
    height: 185px;
    width: 100%;
}

.experience-img img {
    border-radius: 10px 10px 0px 0px !important;
}

.amenities .item {
    height: auto;
    object-fit: contain;
    border-radius: 10px !important;
    /* margin: 25px 15px; */
    position: relative;
    transition: all 0.5s ease;
}

.amenities .item img {
    height: 100%;
    width: 100% !important;
    border-radius: 10px;
}

.amenities .owl-stage-outer {
    position: relative;
}

.amenities .owl-item {
    transition: all 0.5s ease;
    transform: scale(0.9);
}

.amenities .owl-item.active.center {
    transform: scale(1);
}

.amenities .owl-nav {
    display: flex !important;
    width: 100%;
    padding: 0 33px 0 24px;
    align-content: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.amenities .owl-next {
    float: right;
}

.amenities .owl-nav button span {
    line-height: 8px;
    height: auto;
    display: block;
    font-size: 40px;
    background: rgba(255, 244, 253, 1);
    color: rgba(26, 26, 26, 1);
    padding: 12px 18px 24px;
}

.owl-carousel .owl-nav button.owl-next span {
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev span {
    border-radius: 50%;
}

.project-txt {
    position: absolute;
    bottom: 10px;
    left: 0;
    border-radius: inherit;
    width: 100%;
    height: 280px;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.69) 0%,
            rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: end;
    justify-content: center;
}

.project-txt p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.amenities .owl-dots {
    text-align: center;
    margin-top: 10px;
    display: none !important;
}

.amenities .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 6px;
    border-radius: 50%;
    background-color: #aaa6a6;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.amenities .owl-dot.active {
    background-color: #000;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

/* Amenities CSS: End */

/* Walkthrough CSS: Start */

.walkthrough-img {
    position: relative;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.video-container {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    justify-content: center;
}

.video-container iframe {
    /* width: 80vh; */
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.youtube-placeholder {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    cursor: pointer;
}

.youtube-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    box-shadow: 0 0 10px #1a1a1a50;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    padding: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

/* Walkthrough CSS: End */

/* Location CSS: Start */

.location {
    background: rgba(255, 244, 253, 1);
}

.location-box {
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
}

.location-info p {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.location-img img {
    width: 445px;
}

.location-img-right img {
    width: 350px;
    height: 484px;
    object-fit: cover;
    border-radius: 10px;
}

/* Location CSS: End */
.navbar-light .navbar-toggler-icon {
    filter: invert(2);
}

button.navbar-toggler {
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
}

/* Experience CSS: Start */

#experience .project-img img {
    border-radius: 4px 4px 0px 0px;
}

#experience .item {
    height: auto;
    object-fit: cover;
    border-radius: 10px !important;
    margin: 12px 12px 10px;
    position: relative;
}

#experience .owl-nav {
    display: block !important;
    position: absolute;
    top: 100px;
    width: 100%;
    transform: translate(0px, -10px);
    padding: 0 22px;
}

.experience-box {
    box-sizing: border-box;
}

.experience-txt {
    position: relative;
    padding: 10px 5px 20px;
    box-shadow: 0 0 5px #3333339b;
    border-radius: 0px 0px 10px 10px;
    height: auto;
}

.experience-title {
    position: absolute;
    width: 100%;
    top: -30px;
    left: 0;
    display: flex;
    justify-content: center;
}

.title-big {
    top: -50px !important;
    text-align: center;
}

.exp-title-inner {
    max-width: max-content;
}

.experience-title p {
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0;
}

.experience-ul {
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.experience-li {
    font-size: 14px;
}

.distance {
    color: #333333be;
    float: right;
}

.uk-button {
    padding: unset;
    font-size: unset;
    line-height: unset;
}

.load-more-btn {
    background-color: transparent;
    border: none;
    margin-top: 5px;
    margin-left: 20px;
    font-size: 13.5px;
    font-weight: 500;
}

/* Experience CSS: End */

/* Layout CSS: Start */

.layout {
    position: relative;
}

.layout-img {
    display: flex;
    justify-content: center;
}

.layout-img img {
    width: 800px;
}

.layout-flower-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 150px;
}

.layout-flower-right {
    position: absolute;
    bottom: -38px;
    right: 0;
    z-index: -1;
    width: 200px;
}

/* Layout CSS: End */

/* About Extra CSS: Start */

#about-extra {
    position: relative;
}

.horizantal-align-start {
    align-items: center;
}

.extra {
    background: rgba(255, 244, 253, 1);
}

.extra-margin {
    margin-top: 45px;
}

.gradient-border3 h2 {
    background: linear-gradient(270deg, #c89a3c 0%, #f8ca61 50.38%, #fec73c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gradient-border2,
.gradient-border3 {
    position: relative;
}

.gradient-border2::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 80px;
    width: 1.5px;
    height: 100%;
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
}

.gradient-border3::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 80px;
    width: 1.5px;
    height: 100%;
    background: linear-gradient(270deg, #c89a3c 0%, #f8ca61 50.38%, #fec73c 100%);
}

/* About Extra CSS: End */

/* Snapshot CSS: Start */
#brand-snapshot .brand-items {
    width: 20%;
}

#brand-snapshot .image-block {
    height: 80px;
    width: 80px;
    margin: auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

#brand-snapshot .image-block img {
    height: 50px;
    width: 50px;
}

#brand-snapshot .section-title h2 {
    margin-bottom: 30px;
}

#brand-snapshot .brand-items h6 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;
    position: relative;
}

#brand-snapshot .brand-items p {
    margin-bottom: 0px;
}

#brand-snapshot .brand-items h6::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 4px;
    width: 50px;
    border-bottom: 3px solid #000;
}

/* Promise CSS: Start */

.promise {
    background-image: url("../images/promise-bg.webp");
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: center;
}

.vtp-margin-top {
    margin-top: 20px;
}

.promise-left img {
    width: 70%;
    filter: opacity(0.8);
}

.promise-img {
    display: flex;
    justify-content: center;
}

.promise-img img {
    width: 40px;
}

.promise-text p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-top: 5px;
}

/* Promise CSS: End */

/* Contact CSSS: Start */

.contact {
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 425px;
    border: 0;
    border-radius: 10px;
}

.contact .form-control {
    margin-left: 0px;
    padding: 10px 20px;
}

.submit-btn {
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    color: #fff !important;
    border-radius: 5px;
    border: none;
    padding: 10px 28px;
    line-height: 20px !important;
    float: right;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    margin-top: 10px;
    padding-bottom: 12px;
}

/* Contact CSSS: End */

/* Qr CSS: Start */

.qr {
    background: rgba(38, 31, 144, 1);
}

.qr-box {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    gap: 5px;
    color: #fff;
}

.qr-img {
    padding: 5px;
    background-color: #fff;
}

.qr-img img {
    width: 150px;
}

.qr-title {
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.qr-desc {
    position: relative;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
    padding-left: 25px;
}

.qr-desc::before {
    content: "";
    background: url("https://vtpearthone.com/images/maha-rera.png") no-repeat center/contain;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.qr-link {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

/* Qr CSS: End */

/* Footer CSS: Start */

.footer-bottom {
    background: rgba(38, 31, 144, 1);
    color: #fff;
    padding-bottom: 10px;
}

.footer-bottom-text-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-text-wrapper::after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0px;
    width: 100%;
    height: 1px;
    background: #ffffff8f;
}

.footer-bottom-text {
    font-size: 14px;
}

.border-next {
    position: relative;
    margin-right: 10px;
}

/* .border-next::after{
    content: '';
    position: absolute;
    top: 0px;
    right: -5px;
    height: 20px;
    width: 1px;
    background-color: #fff;
} */

/* Footer CSS: End */

/* Fixed Btn Css: Start */

a.enquire-fixed {
    right: -55px;
    transform: rotate(270deg);
    top: 45%;
    position: fixed;
    z-index: 999;
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    color: #fff;
    padding: 10px 28px;
    line-height: 20px !important;
}

.float-button-desktop {
    position: fixed;
    left: 35px;
    bottom: 30px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.float-button-desktop .whatsapp-icon img {
    height: 40px;
    width: 40px;
}

/* Fixed Btn Css: End */

#layout {
    padding-top: 0;
}

/* Enquiry Modal CSS: Start */

#enquiry_form form input {
    padding: 10px 20px;
    min-height: 45px;
}

form .form-group {
    margin-bottom: 10px;
}

body .nav-tabs {
    border-bottom: none;
    margin-bottom: 1.5rem;
    gap: 15px;
}

body .nav-tabs .nav-link {
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    color: #fff !important;
    border-radius: 5px;
    line-height: 21px !important;
    font-size: 15px;
    float: left;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    width: 130px;
    text-align: center;
    justify-content: center;
}

body .nav-tabs .nav-link span {
    color: #fff;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

body .nav-tabs .nav-link:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    position: relative;
    background: white;
    border: 1.5px solid #07537e;
}

body .nav-tabs .nav-link:hover span {
    color: unset;
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body .nav-tabs .nav-link.active span {
    color: unset;
    background: linear-gradient(90deg, #2b2a6c 0%, #07537e 49.5%, #d91f92 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


body .nav-tabs .nav-link.active {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    position: relative;
    background: white;
    border: 1.5px solid #07537e;
}

/* Enquiry Modal CSS: End */

/* Responsive CSS: Start */

@media screen and (max-width: 1025px) {
    .experience-img {
        border-radius: 5px 0px 0px 0px;
        object-fit: cover;
        height: 120px;
        width: 100%;
    }

    .section-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .banner img {
        height: auto;
    }

    .header-btn {
        text-wrap: nowrap;
    }

    .header-wrapper ul {
        gap: 15px;
    }

    .header-wrapper ul li a {
        font-size: 11px;
    }

    .header-wrapper ul .active a {
        font-size: 12px;
    }

    a.enquire-fixed {
        right: -55px;
    }

    .highlights br {
        display: none;
    }

    .amenities .item {
        height: 160px;
    }

    .amenities .owl-nav {
        top: 41%;
    }

    .amenities .owl-nav {
        padding: 0 19px;
    }

    .qr-box {
        flex-direction: column;
        align-items: start;
        padding: 5px;
        border-radius: 5px;
        gap: 5px;
    }

    .qr-img img {
        width: 170px;
    }

    .qr-txt {
        width: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .qr-link {
        font-size: 12px;
    }

    .location-box {
        flex-direction: column-reverse;
    }

    .location-img-right {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .location-img-right img {
        width: 100%;
    }

    .experience-title p {
        font-size: 10px;
    }

    .experience .section-title br {
        display: none;
    }

    #experience .item {
        height: auto;
    }

    #experience .owl-nav {
        top: 65px;
        padding: 0 17px;
    }

    .experience-txt {
        height: auto;
    }

    .experience-ul {
        padding-right: 10px;
        padding-left: 20px;
    }

    .experience-li {
        font-size: 13px;
    }

    .layout-img img {
        width: 700px;
    }

    .layout {
        padding-bottom: 20px;
    }

    .layout-flower-left,
    .layout-flower-right {
        width: 85px;
    }

    .layout-flower-left {
        bottom: -27px;
    }

    .layout-flower-right {
        bottom: -35px;
    }

    #about {
        padding-top: 60px;
        padding-bottom: 55px;
    }

    .extra-margin {
        margin-top: 20px;
    }

    .promise {
        background-size: cover;
    }

    .promise .row>* {
        width: auto !important;
    }

    .promise-left img {
        width: 210px;
        margin: 20px 0;
        margin-right: 30px;
    }

    .promise-box {
        margin: 10px;
    }

    .promise-img img {
        width: 35px;
    }

    .promise-text p {
        font-size: 14px;
    }

    .contact .row .col-lg-6 {
        width: 50%;
    }

    .contact-map iframe {
        width: 100%;
    }

    .flower-left,
    .flower-right {
        width: 85px;
    }

    .footer .row>* {
        width: 25%;
    }

    .qr-box {
        flex-direction: column;
        align-items: start;
        padding: 5px;
        border-radius: 5px;
        gap: 5px;
    }

    .qr-img img {
        width: 170px;
    }

    .qr-txt {
        width: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .qr-link {
        font-size: 11px;
    }

    .footer-bottom-text-wrapper {
        padding: 10px 0;
        align-items: start;
    }

    .footer-bottom-text-wrapper::after {
        top: 0px;
        /* display: none; */
    }

    .footer-bottom-text {
        margin: 0px;
        font-size: 12px;
        display: inline;
    }

    ul.header-btn-mobile {
        display: none;
    }

    .gradient-border::after {
        left: -9px;
    }

    .title-margin {
        margin-bottom: 20px;
    }

    .project-img {
        border-radius: 5px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .footer-bottom {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 992px) {

    p,
    .header-btn {
        font-size: 14px;
    }

    .side-space {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-wrapper ul {
        gap: 8px;
    }

    .mobile-menu {
        display: block;
    }

    /* #header.sticky-header {
        position: fixed;
    } */

    .header-wrapper {
        position: static;
    }

    #header .desktop-menu {
        display: none;
    }

    #header.side-space {
        padding: 0;
    }

    .mobile-menu img {
        width: auto;
        height: 60px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .title-margin {
        margin-bottom: 20px;
    }

    a.header-btn {
        margin-right: 10px;
    }

    .flower-left,
    .flower-right {
        position: absolute;
        width: 65px;
    }

    .highlights>.row>.col-lg-3 {
        width: 50%;
    }

    .highlights br {
        display: none;
    }

    .highlight-txt p {
        font-size: 14px;
        line-height: 20px;
    }

    .highlight-img img {
        width: 55px;
    }

    .vtp-my {
        margin: 0;
    }

    .amenities {
        padding-left: 4.5% !important;
        padding-right: 4.5% !important;
        padding-bottom: 30px !important;
    }

    .amenities .owl-nav {
        top: 95px;
        padding: 0 0px;
    }

    .amenities .owl-nav button span {
        padding: 10px 15px 20px;
    }

    .amenities .item {
        height: 165px;
    }

    .video-container {
        object-fit: cover;
        padding: 0px 10px;
    }

    .video-container iframe {
        width: 100%;
    }

    .play-icon img {
        width: 50px !important;
    }

    .location-box {
        flex-direction: column-reverse;
    }

    .location-img-right {
        margin-top: 20px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .location-img-right img {
        width: 100%;
    }

    .experience .section-title br {
        display: none;
    }

    #experience .item {
        height: auto;
    }

    #experience .owl-nav {
        top: 95px;
    }

    .experience-txt {
        height: auto;
    }

    .experience-ul {
        padding-right: 10px;
        padding-left: 20px;
    }

    .layout-img img {
        width: 750px;
    }

    .layout {
        padding-bottom: 20px;
    }

    .layout-flower-left,
    .layout-flower-right {
        width: 65px;
    }

    .layout-flower-left {
        bottom: -27px;
    }

    .layout-flower-right {
        bottom: -35px;
    }

    #about {
        padding-top: 60px;
        padding-bottom: 55px;
    }

    .extra-margin {
        margin-top: 20px;
    }

    .extra-title {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .gradient-border2::after,
    .gradient-border3::after {
        top: 5px;
        right: 45px;
        height: 80%;
    }

    .promise {
        background-size: cover;
    }

    .promise .row>* {
        width: auto !important;
    }

    .promise-left img {
        width: 160px;
        margin: 20px 0;
    }

    .promise-box {
        margin: 10px;
    }

    .promise-img img {
        width: 35px;
    }

    .promise-text p {
        font-size: 14px;
    }

    .contact .row .col-lg-6 {
        width: 50%;
    }

    .contact-map iframe {
        width: 100%;
    }

    .footer .row>* {
        width: 25%;
    }

    .qr .row .col-lg-3 {
        width: 25%;
    }

    .qr-box {
        flex-direction: column;
        align-items: start;
        padding: 5px;
        border-radius: 5px;
        gap: 5px;
    }

    .qr-img img {
        width: 155px;
    }

    .qr-txt {
        width: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .qr-link {
        font-size: 11px;
    }

    .footer-bottom {
        padding-bottom: 70px;
    }

    .footer-bottom-text-wrapper {
        padding: 10px 0;
        align-items: start;
    }

    .footer-bottom-text-wrapper::after {
        top: 0px;
        display: block;
    }

    .footer-bottom-text {
        margin: 0px;
        font-size: 12px;
        display: inline;
    }

    ul.header-btn-mobile {
        display: none;
    }

    .project-img {
        border-radius: 5px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header-wrapper ul li a {
        font-size: 12px;
    }

    .experience-img {
        border-radius: 5px 0px 0px 0px;
        object-fit: cover;
        height: 155px;
        width: 100%;
    }

    #gallery {
        margin-bottom: 0;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .title-margin {
        margin-bottom: 20px;
    }

    ul.header-btn-mobile {
        display: flex;
        z-index: 999;
    }

    a.header-btn {
        margin-right: 10px;
    }

    .gradient-border::after {
        top: 0px;
        right: 0px;
        left: -2px;
        height: 100%;
    }

    .flower-left,
    .flower-right {
        position: absolute;
        width: 65px;
    }

    .about-title h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
    }

    .highlights>.row>.col-lg-3 {
        width: 50%;
    }

    .highlights br {
        display: none;
    }

    .highlight-txt p {
        font-size: 14px;
        line-height: 20px;
    }

    .highlight-img img {
        width: 55px;
    }

    .vtp-my {
        margin: 0;
    }

    .amenities .owl-nav {
        top: 43%;
    }

    .amenities .owl-nav button span {
        padding: 10px 15px 20px;
    }

    .amenities .item {
        height: 200px;
    }

    .walkthrough-img {}

    .play-icon img {
        width: 50px !important;
    }

    .location-box {
        flex-direction: column-reverse;
    }

    .location-img-right {
        margin-top: 20px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .location-img-right img {
        width: 100%;
    }

    .experience .section-title br {
        display: none;
    }

    #experience .item {
        height: auto;
    }

    #experience .owl-nav {
        top: 85px;
        padding: 0 20px;
    }

    .experience-txt {
        height: auto;
    }

    .experience-ul {
        padding-right: 10px;
        padding-left: 20px;
    }

    .layout-img img {
        width: 750px;
    }

    .layout {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .layout-flower-left,
    .layout-flower-right {
        width: 65px;
    }

    .layout-flower-left {
        bottom: -27px;
    }

    .layout-flower-right {
        bottom: -35px;
    }

    #about {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .extra-margin {
        margin-top: 20px;
    }

    .promise {
        background-size: cover;
    }

    .promise .row>* {
        width: auto !important;
    }

    .promise-left img {
        width: 160px;
        margin: 20px 0;
    }

    .promise-box {
        margin: 10px;
    }

    .promise-img img {
        width: 35px;
    }

    .promise-text p {
        font-size: 14px;
    }

    .contact .row .col-lg-6 {
        width: 50%;
    }

    .contact-map iframe {
        width: 100%;
    }

    .footer .row>* {
        width: 25%;
    }

    .qr-box {
        flex-direction: column;
        align-items: start;
        padding: 5px;
        border-radius: 5px;
        gap: 5px;
    }

    .qr-img img {
        width: 155px;
    }

    .qr-txt {
        width: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .qr-link {
        font-size: 11px;
    }

    .footer-bottom-text-wrapper {
        padding: 10px 0;
        align-items: start;
    }

    .footer-bottom-text-wrapper::after {
        top: 0px;
    }

    .footer-bottom-text {
        margin: 0px;
        font-size: 12px;
        display: inline;
    }

    ul.header-btn-mobile {
        display: flex;
        z-index: 999;
    }

    a.enquire-fixed {
        right: -57px;
        padding-bottom: 12px;
    }

    .float-button-desktop {
        bottom: 90px;
        left: unset;
        right: 30px;
    }

    .float-button-desktop .whatsapp-icon {
        display: none;
    }

    .project-img {
        border-radius: 5px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    #brand-snapshot .brand-items {
        width: 33%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    #brand-snapshot .brand-items {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 552px) {
    .side-space {
        padding-left: 15px;
        padding-right: 15px;
    }

    .experience-img {
        border-radius: 5px 0px 0px 0px;
        object-fit: cover;
        height: 165px;
        width: 100%;
    }

    a.enquire-fixed {
        font-size: 12px;
        padding: 10px 12px 12px;
        right: -25px;
    }

    .section-title h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .title-margin {
        margin-bottom: 10px;
    }

    .about-title h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .banner img {
        height: auto;
        object-fit: cover;
        object-position: top;
        aspect-ratio: unset;
    }

    #banner .owl-nav button span {
        line-height: 8px;
        height: 44px;
        font-size: 35px;
        padding: 15px;
    }

    .mobile-menu img {
        width: auto;
        height: 50px;
    }

    #about {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gradient-border::after,
    .gradient-border2::after,
    .gradient-border3::after {
        display: none;
    }

    .flower-left,
    .flower-right {
        position: absolute;
        width: 53px;
    }

    .highlights>.row>.col-lg-3 {
        width: 50%;
    }

    .highlights br {
        display: none;
    }

    .highlight-box {
        margin: 0px;
    }

    #onlyatvtp .highlight-box {
        min-height: 160px;
    }

    .highlight-box:nth-last-child() {
        margin-bottom: 0px;
    }

    .highlight-txt p {
        font-size: 14px;
        line-height: 20px;
    }

    .highlight-img img {
        width: 55px;
    }

    .vtp-my {
        margin: 0;
    }

    .amenities .owl-nav {
        top: 125px;
    }

    .amenities .owl-nav button span {
        padding: 10px 15px 20px;
    }

    .amenities .item {
        height: 220px;
    }

    .walkthrough-img {}

    .video-container iframe {
        width: 100%;
    }

    .play-icon img {
        width: 50px !important;
    }

    .location-box {
        flex-direction: column-reverse;
    }

    .location-img img {
        width: 280px;
    }

    .location-img-right {
        margin-top: 20px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .location-img-right img {
        width: 100%;
    }

    .experience .section-title br {
        display: none;
    }

    #experience .item {
        height: auto;
    }

    #experience .owl-nav {
        top: 85px;
        padding: 0 18px;
    }

    .experience-txt {
        height: auto;
    }

    .experience-ul {
        padding-right: 10px;
        padding-left: 20px;
    }

    .layout-img img {
        width: 450px;
    }

    .layout-flower {
        display: none;
    }

    .extra-margin {
        margin-top: 20px;
    }

    .promise {
        background-size: cover;
    }

    .promise .row>* {
        width: auto !important;
    }

    .promise-left img {
        width: 160px;
        margin: 20px 0;
    }

    .justy-centy {
        justify-content: center !important;
    }

    .mob-sizing {
        margin-top: 20px;
    }

    .mob-sizing .row>* {
        width: 50% !important;
    }

    .promise-box {
        margin: 10px;
    }

    .promise-img img {
        width: 35px;
    }

    .promise-text p {
        font-size: 14px;
    }

    .contact .row .col-lg-6 {
        width: 100%;
    }

    .contact-map iframe {
        display: none;
        width: 100%;
    }

    .footer .row>* {
        width: 50%;
    }

    .qr>.row>.col-lg-3 {
        width: 50%;
    }

    .qr-box {
        flex-direction: column;
        align-items: center;
        padding: 5px;
        border-radius: 5px;
        gap: 5px;
    }

    .mob-qr {
        margin-bottom: 20px;
    }

    .qr-img {
        padding: 5px;
        background-color: #fff;
    }

    .qr-img img {
        width: 140px;
    }

    .qr-txt {
        width: 100%;
        object-fit: contain;
        overflow: hidden;
    }

    .qr-desc {
        font-size: 12px;
    }

    .qr-link {
        font-size: 10px;
    }

    .footer-bottom-text-wrapper {
        padding: 10px 0;
        align-items: center;
    }

    /* .about-txt p:nth-child(2) {
        margin-bottom: 0;
    } */

    ul.header-btn-mobile li::after {
        top: 0px;
        right: -2px;
        height: 30px;
    }

    ul.header-btn-mobile li:nth-child(2)::after {
        top: 6px;
        right: -20px;
        height: 30px;
    }

    .footer-bottom-text {
        margin: 0px;
        font-size: 10px;
    }

    .project-img {
        border-radius: 5px;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 321px) {
    #banner .owl-nav {
        padding: 0 20px;
    }

    a.enquire-fixed {
        font-size: 12px;
        padding: 10px 12px 12px;
        right: -25px;
    }

    #disclaimer {
        margin-bottom: 500px !important;
    }

    .amenities .item {
        height: 160px;
    }

    .amenities .owl-nav {
        top: 95px;
    }

    #experience .owl-nav {
        top: 70px;
        padding: 0 18px;
    }

    .layout-img img {
        width: 350px;
    }

    .qr-desc {
        font-size: 12px;
    }

    ul.header-btn-mobile li::after {
        right: 2px;
    }

    ul.header-btn-mobile li:nth-child(2)::after {
        right: -12px;
    }
}

/* Responsive CSS: End */
.error {
    color: red;
    font-size: 12px;
}

.recaptcha_field {
    height: 0;
    width: 0;
    opacity: 0;
    padding: 0 !important;
}

.checkbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.checkbox label {
    line-height: 16px;
    font-size: 14px;
}

.checkbox input.styled {
    width: 16px !important;
    height: 16px;
    margin-right: 5px;
    margin-top: -2px;
}

.checkbox label {
    font-size: 14px !important;
    color: #000 !important;
}

.checkbox label.error {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    color: red !important;
}

button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
}

.modal-content {
    border-radius: 15px;
    background: #F8F8F8;
}

.checkbox label {
    font-size: 12px !important;
    color: #000 !important;
    line-height: 14px;
}

form input {
    border-radius: 10px !important;
}

@media (max-width: 552px) {
    .modal-dialog {
        margin-left: 25px;
        margin-right: 25px;
    }
}

.submit-btn {
    border-radius: 25px;
    padding: 12px 40px;
}

.phn-pl0 {
    padding-left: 0px;
}

.checkbox input.styled {
    min-height: 16px;
}

.contact .form-control {
    min-height: 45px;
}

#contact .checkbox label.error {
    top: 20px;
}

@media (max-width: 552px) {
    #contact .checkbox label.error {
        top: 35px;
    }

    #banner {
        margin-top: 67px;
    }
}

.checkbox input {
    height: fit-content !important;
    min-height: 15px !important;
}

#township {
    display: flex;
    align-items: center;
}

.township-row {
    row-gap: 50px;
}

.th-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 30px;
}

.township-highlights {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #2b2a6c;
    padding: 25px;
}

.township-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.township-box {
    width: 100%;
    max-width: 250px;
    height: 100%;
    text-align: center;
    border-radius: 5px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.township-box p {
    text-align: center;
}

@media (max-width: 1024px) {
    .th-wrapper {
        gap: 50px;
    }
}

@media (max-width: 552px) {
    .township-row {
        row-gap: 30px;
    }

    .th-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .township-ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}


.onlyatvtp .highlight-txt p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
}

:root {
    --animate-color: rgb(26, 80, 140);
}

.no1_sec_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url('./images/building-bg.webp');
    background-position: center;
    background-size: cover;
    height: 80vh;
}

.no1_copy {
    position: absolute;
    right: 0;
    max-height: 20vw;
    top: 50%;
    margin-top: -10vw;
    margin-right: 13vw;
    width: auto;
}

img.no1_building.aos-init.aos-animate {
    width: 50%;
    height: 100%;
    object-fit: revert;
}

text#_ {
    font-size: 700px;
}

.animate_path2 {
    font-weight: 700;
}

.svg_no1 {
    width: 25vw;
    position: absolute;
    left: 0;
    bottom: -1.6vw;
    margin-left: 9vw;
}

.svg_no1 .animate_path1,
.svg_no1 .animate_path2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke: var(--animate-color);
    /* Using primary color or directly set color */
    fill: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke-dasharray: 2156;
    stroke-dashoffset: 2156;
    animation: line-animation 5s ease-in-out infinite, pause-animation 5s ease-in-out 1 3s;
    /* Continuous animation with pause */
}


/* Draw path from beginning to end */
@keyframes line-animation {
    0% {
        stroke-dashoffset: 2156;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* After drawing completes, pause for 3 seconds before starting again */
@keyframes pause-animation {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 2156;
    }
}

@media (max-width: 1500px) {
    .no1_sec_wrap {
        height: 50vh;
        background-position: right;
    }
}

@media (max-width: 1024px) {
    .no1_sec_wrap {
        height: 30vh;
        background-position: right;
    }


}

@media (max-width: 991px) {
    .no1_sec_wrap {
        height: 30vh;
        background-position: right;
    }

}

@media (max-width: 550px) {
    .no1_sec_wrap {
        height: 30vh;
    }

    .no1_copy {
        right: 0;
        max-height: 40vw;
        top: 30%;
        margin-top: -10vw;
        margin-right: 6vw;
        width: auto;
    }

}

.unit-plans {
    position: relative;
    background: rgba(255, 244, 253, 1);
}

.unit-bg {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    object-fit: contain;
    height: 100%;
    width: auto;
}

.unit-left {
    left: 0px;
}

.unit-right {
    right: 0px;
}

table.unit-table {
    width: 100%;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 10px;
}

table.unit-table thead {
    background-color: #151515;
    border-radius: 10px;
}

table.unit-table thead tr {
    border-radius: 10px;
}

.border-rr {
    border-radius: 0px 10px 0 0;
}

.border-lr {
    border-radius: 10px 0 0 0;
}

table.unit-table thead th {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

table.unit-table th,
table.unit-table td {
    text-align: center;
    padding: 15px 0px;
}

table.unit-table tr {
    border-bottom: 1px solid #F5F5F5;
}

table.unit-table tbody tr td {
    padding: 5px 0px;
    font-weight: 600;
    font-size: 15px;
}

.cost-btn {
    border: none;
    font-size: 15px;
    color: #151515;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    flex-wrap: nowrap;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin: 0 auto;
    transition: 0.3s all ease;
}

.cost-btn svg {
    width: auto;
    height: 30px;
    transition: 0.3s all ease;
}

.cost-btn svg path {
    transition: 0.3s all ease;
}

.cost-btn.sold {
    cursor: not-allowed;
    color: red !important;
}

.cost-btn:hover,
.cost-btn:hover svg path {
    color: #cf9925;
    fill: #cf9925;
    stroke: #cf9925;
}

@media (max-width: 552px) {

    td button.header-btn {
        letter-spacing: 0.5px;
        padding: 5px;
    }

    table.unit-table .cost-btn {
        font-size: 11px !important;
        gap: 2px;
        padding: 0;
    }

    table.unit-table tbody tr td {
        text-wrap: nowrap;
    }

    table.unit-table thead th {
        font-size: 12px;
    }

    table.unit-table th {
        font-size: 12px;
    }

    table.unit-table tbody tr td {
        font-size: 11px;
    }
}

#location iframe {
    width: 100%;
}

.unit-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 4;
}

.unit-title h5 {
    max-width: 90%;
}

.price-tag {
    background: #EADBC4;
    padding: 15px 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
    width: 345px;
    height: auto;
}

.price-tag::before,
.price-tag::after {
    content: '';
    z-index: 2;
    position: absolute;
    top: -1px;
    bottom: 0;
    height: 102%;
    width: 20px;
    background: url("../images/price-tag-elem.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.price-tag::before {
    right: -18px;
}

.price-tag::after {
    top: -1px;
    left: -18px;
    transform: scale(-1);
}

.tag-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-title .separator {
    width: 50%;
    height: 1px;
    background: #fff;
    margin: 2px 0px;
}

.price-tag p {
    font-size: inherit !important;
    color: #000;
    font-size: 18px !important;
    width: 100%;
    text-align: center;
}

.price-tag p span {
    font-size: inherit !important;
    color: #000;
}

@media (max-width:1024px) {
    .price-tag {
        width: 435px;
    }

    .walkthrough-img {}
}

@media (max-width: 991px) {
    .price-tag {
        width: 440px;
        right: 20px;
    }
}

@media (max-width: 552px) {
    .unit-title {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .unit-title * {
        text-align: center !important;
    }

    .unit-title h5 {
        max-width: 100%;
    }

    .price-tag {
        padding: 10px 5px;
        width: 165px;
        right: 0;
    }

    .price-tag p {
        font-size: 14px !important;
    }

    .price-tag::before,
    .price-tag::after {
        top: 0px;
        height: 100%;
    }

    .price-tag::before {
        right: -15px;
    }
}

/* Only vtp */
#brand_onlyvtp {
    height: auto;
    width: 100%;
    aspect-ratio: 16/3;
}

.brand_img_container {
    width: 100%;
    height: 100%;
}

.brand_img_container img {
    width: 100%;
    height: 100%;
}

/* Bank Crousal start */

.over_brands {
    list-style: none;
    padding: 0;
    margin: 175px 0 0;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.marquee-container {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 30px;
    animation: marquee 20s linear infinite;
}


@keyframes marquee {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-100%);
    }
}

.ob_li {
    flex-shrink: 0;
}


.ob_li img {
    height: 40px;
    object-fit: contain;
}

/* Bank Crousal End */

@media (max-width: 552px) {
    #brand_onlyvtp {
        aspect-ratio: 1;
    }
}



/* New Form */

.nextBtn{
  background: linear-gradient(90deg, #a2712f, #e7a83d 49.5%, #a2712f);
  margin: auto;
  padding: 9px 20px;
  border-radius: 50px;
  width: 100px;
  border: none;
  color: #fff;
}


.backBtn {
    border: 1px solid rgb(185, 147, 90);
    color: rgb(185, 147, 90);
    background: transparent;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    position: absolute;
    top: 15px;
    left: 10px;
    padding: 0;
    padding-bottom: 2px;
}

.modal-body .backBtn{
  top: -60px;
}

.backBtn:hover{
  background: linear-gradient(90deg, #a2712f, #e7a83d 49.5%, #a2712f);
}

.option-selector {
    
    display: flex;
    flex-direction: column;
}

.option-selector .form-check-label{
  font-size: 13px;
}


.option-selector .form-check-input{
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  border: 1px solid #E7A83D;
  flex-shrink: 0;
}

.option-selector .form-check-input:checked {
  background-color: #DB9E3B !important;
  border-color: #673828 !important; 
}

.option-selector h5{
    color: #DB9E3B;
    font-weight: 600;
    margin: 10px 0px;
}