/* Fotns */
@import url('https://fonts.googleapis.com/css2?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&display=swap');
/* font-family: "Poppins", sans-serif; */

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 67px;
}

h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

h5 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

a {
    text-decoration: none;
}

.common-btn {
    display: inline-block;
    background-color: #2B2A29;
    color: #fff;
    border: 1px solid #2B2A29;
    box-shadow: 0.1875rem 0.1875rem 0 0 #C29442;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 6px;
    transition: 0.3s;
    text-align: center;
}

.common-btn:hover {
    background-color: #C29442;
    padding: 10px 16px;
    color: #fff;
    border: #c29442;
    transition: 0.3s;
}

ul {
    padding: 0;
    margin: 0;
}

/* NAVBAR */
.navbar {
    background-image: linear-gradient(180deg, #ffffff 0%, #e2edff 100%);
    padding: 20px 40px;
    border-radius: 10px;
    margin: 20px 100px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 45px !important;
}

.navbar-brand img {
    height: 34px;
    border-radius: 5px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-item a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.nav-item .nav-link {
    color: #2b2a29;
}

.nav-item .nav-link:hover {
    border-bottom: 2px solid #2b2a29;
}

.nav-button {
    display: inline-block;
    background-color: #2b2a29;
    color: #fff;
    padding: 5px 7px;
    border-radius: 20px;
    transition: 0.3s;
}

.nav-button:hover {
    display: inline-block;
    background-color: #c29442;
    color: #fff;
    padding: 5px 7px;
    border-radius: 20px;
    transition: 0.3s;
}

.nav-button i {
    background-color: #fff;
    border-radius: 50px;
    padding: 6px;
    font-size: 15px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 55px;
    background-image: linear-gradient(180deg, #ffffff 0%, #e2edff 100%);
}

/* BANNER */
.bg-image {
    background-image: url(../images/highyield-home-banner-black.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 205px 0 0;
    min-height: 645px;
}

.banner-icon-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 45px;
    margin-left: 50px;
}

.banner-icon-box i {
    background-color: #ffffff40;
    color: #000;
    padding: 15px 5px;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.banner-icon-box i:hover {
    background-color: #c29442;
    color: #fff;
}

.banner-sec .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    height: 370px !important;
}

.banner-sec .heading {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.banner-sec .heading h1 {
    color: #c29442;
}

.banner-sec .heading span {
    color: #fff;
    font-size: 27px;
    line-height: 41px;
    font-weight: 300;
}

.banner-sec .second-heading {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.banner-sec .second-heading h1 {
    color: #c29442;
}

.banner-sec .second-heading span {
    color: #fff;
    font-size: 27px;
    line-height: 41px;
    font-weight: 300;
}

.banner-sec .third-heading h1 {
    color: #c29442;
}

.carousel-details {
    display: flex;
    gap: 20px;
}

.slide-img img {
    border-radius: 10px;
    width: 305px;
}

.banner-sec .overlay-text {
    position: relative;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.detail-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 275px;
}

.content-box {
    display: flex;
    gap: 20px;
}

.banner-sec .content-details {
    background-color: #fff;
    color: #000;
    width: 128px;
    height: 140px;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-details span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.content-last-box {
    color: #000;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-last-box h4 {
    color: #007bff;
}

.know-btn a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #007bff;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 15px;
    background-color: #000;
    padding: 20px;
    border-radius: 50px;
}

.carousel-control-next {
    right: 50px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: 15px;
    background-color: #000;
    padding: 20px;
    border-radius: 50px;
}

.carousel-control-prev {
    left: -65px;
}

.return-policies {
    background-color: #C29442;
    color: #000;
}

.banner-sec .earn-box {
    display: flex;
    gap: 30px;
}

.banner-sec .invest-boxs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner-sec .return-box {
    background-color: #C29442;
    color: #000;
    width: 50%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.banner-sec .income-box {
    background-color: #ffffff;
    color: #000;
    width: 275px;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.banner-sec .earn-box i {
    font-size: 32px;
    line-height: 32px;
}

.banner-sec .owl-theme .owl-dots .owl-dot.active span,
.banner-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #C29442;
}

.banner-sec .table-container {
    max-width: 100%;
    overflow-x: auto;
    background: #2B2A29;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    margin: auto;
}

.banner-sec table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.banner-sec thead {
    background-color: #C29442;
    color: black;
    font-size: 13px;
}

.banner-sec th,
.banner-sec td {
    padding: 5px;
    border: 1px solid #C29442;
}

.banner-sec td {
    color: #fff;
}

.banner-sec tbody tr:nth-child(odd) {
    background-color: #3A3A3A;
}

.banner-sec tbody tr.highlight td {
    background-color: #C29442 !important;
    color: black !important;
    font-weight: bold;
}

.banner-sec tbody tr:hover {
    background-color: #C29442 !important;
    color: black !important;
    transition: 0.3s ease-in-out;
}

/* project-sec */
.project-sec {
    padding: 70px 0;
    background-color: #EBEDF2;
}

.project-sec .swiper-button-next,
.project-sec .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, -8%) !important;
    background-color: #2B2A29;
    color: #EBEDF2 !important;
    padding: 10px 20px;
    border-radius: 5px;
}

.project-sec .swiper-button-next:hover,
.project-sec .swiper-button-prev:hover {
    background-color: #C29442;
    color: #EBEDF2 !important;
    padding: 10px 20px;
    border-radius: 5px;
}

.project-sec .swiper-button-next,
.project-sec .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.project-sec .swiper-button-prev,
.project-sec .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 70px) !important;
    left: auto !important;
}

.project-sec .swiper-button-next:after,
.project-sec .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 16px !important;
    font-weight: bolder;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.investment-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    overflow: hidden;
}

.investment-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.investment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.p-3 {
    padding: 0 !important;
}

.project-sec .badge-invest {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #C29442;
    color: black;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
}

.project-sec .card-body {
    flex: 1 1 auto;
    padding: 20px 32px;
    color: var(--bs-card-color);
}

.project-sec .location {
    position: absolute;
    top: 220px;
    left: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.project-sec .location span {
    font-size: 14px;
    font-family: 300;
    line-height: 21px;
}

.project-sec .card-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #2B2A29;
}

.explore-properties-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.value-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.value-items span {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.invest-box {
    display: flex;
    justify-content: space-between;
}

.invest-box a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.invest-box .top-box {
    background-color: #2B2A29;
    padding: 20px;
    border-radius: 6px;
}

.invest-box .top-box a {
    color: #fff;
}

.invest-box .bottom-box {
    background-color: #C29442;
    padding: 20px;
    border-radius: 6px;
}

.invest-box .bottom-box a {
    color: #000000;
}

#contact-propeties {
    padding-top: 100px;
}

/* Why-choose-sec */
.why-sec {
    padding: 70px 0;
}

.why-choose-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 40px 0;
}

ul.why-choose-list li a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #2b2a29;
}

.white-btn {
    background-color: #fff;
    color: #000;
}

/* Advantage */
.home-sec1 {
    background-color: #1D1D2C;
    padding: 70px 0;
}

.home-sec1 .heading {
    margin-bottom: 40px;
}

.home-sec1 .heading h2 {
    color: #C29442;
}

.home-sec1 .heading span {
    color: #fff;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
}

.advantage-box {
    background-color: #2f2f44;
    padding: 10px;
    min-height: 250px;
    color: #fff;
    border-radius: 10px;
}

.advantage-box img {
    background-color: #C29442;
    padding: 10px;
    border-radius: 8px;
    width: 80px;
    margin-bottom: 20px;
}

.advantage-box h4 {
    color: #c29442;
}

/* Works */
.work-sec {
    padding: 50px 0;
}

.work-tab {
    margin-top: 30px;
}

.work-tab button {
    text-align: start;
    color: #2b2a29;
    width: 500px;
    border-left: 4px solid transparent;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.work-sec .nav-pills .nav-link.active,
.work-sec .nav-pills .show>.nav-link {
    color: #2b2a29;
    background-color: #f5f5f5;
    border-radius: 10px;
    border-left: 4px solid #C29442;
    transition: all 0.3s ease;
}

.work-sec .nav-link:focus,
.work-sec .nav-link:hover {
    color: #2b2a29;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.work-tab button span {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

/* Review  */
.review-sec {
    padding: 50px 0;
    background-color: #2B2A29;
}

.review-sec .heading {
    color: #C29442;
}

.review-sec .heading i {
    font-size: 72px;
}

.review-sec .heading h2 {
    font-size: 36px;
    line-height: 54px;
}

.review-slider {
    position: relative;
    height: 100%;
}

.review-Swiper {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.review-Swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-Swiper .swiper-slide .swiper-slide-active {
    margin: 0 !important;
}

.review-Swiper .card {
    min-height: 350px;
    border-radius: 8px;
    border: 2px solid #c29442;
}

.review-Swiper iframe {
    border: 0;
    border-radius: 8px;
    height: 200px;
}

.review-Swiper .card-body {
    text-align: start;
}

.review-Swiper .card-body h5 {
    text-align: start;
    margin-top: 15px;
}

.stars {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #869791 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1.2) !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 5px !important;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    top: auto !important;
    left: 1% !important;
    bottom: -35px !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff !important;
}

/* Testimonials */
.testim-sec {
    padding: 70px 0;
}

.testim-sec .heading {
    margin-bottom: 70px;
    max-width: 400px;
}

.testim-sec .heading span {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    text-transform: uppercase;
}

.client-box-1 {
    background-color: #FFF4E6;
    width: 180px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.client-box-1 img {
    width: 64px;
    height: 64px;
    object-position: center;
}

.client-box-2 {
    background-color: #FFD8CC;
    width: 180px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-left: 140px;
    margin-top: -40px;
}

.client-box-2 img {
    width: 64px;
    height: 64px;
    object-position: center;
}

.testim-slider {
    width: 100%;
}

.slide-image {
    width: 200px;
}

.testim-sec .card {
    background-color: #2B2A29;
    border-radius: 15px;
    color: #fff;
    width: 100% !important;
    min-height: 435px;
    padding: 0px 20px;
    box-shadow: 0.7rem 0.7rem 0 0 #C29442;
}

.quote {
    width: 100px;
}

.testim-img {
    text-align: center;
    margin-top: -190px;
}

.testim-img img {
    width: 140px;
    border: 4px solid #fff4e6;
    border-radius: 50%;
    padding: 5px;
}

.testim-sec .card-text {
    margin-top: 50px;
}

.testim-sec .card-text em {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    font-style: normal;
}

.testim-sec .card-text span {
    font-size: 40px;
    font-weight: 700;
}

.testim-sec .card-title {
    margin-top: 35px;
}

.testim-sec .swiper-button-next,
.testim-sec .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 110%) !important;
    background-color: #2B2A29;
    color: #EBEDF2 !important;
    padding: 10px 20px;
    border-radius: 5px;
}

.testim-sec .swiper-button-next:hover,
.testim-sec .swiper-button-prev:hover {
    background-color: #C29442;
    color: #EBEDF2 !important;
    padding: 10px 20px;
    border-radius: 5px;
}

.testim-sec .swiper-button-next,
.testim-sec .swiper-rtl .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 70px);
    right: auto;
}

.testim-sec .swiper-button-prev,
.testim-sec .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
    right: auto !important;
}

.testim-sec .swiper-button-next:after,
.testim-sec .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 16px !important;
    font-weight: bolder;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.inner-testim {
    background-color: #EBEDF2;
    padding-bottom: 100px;
}

.invest-page {
    background-color: #EBEDF2;
    padding-bottom: 100px;
}

/* Trust-Section */
.trust-sec {
    padding: 70px 0;
}

.trust-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
}

.trust-sec .project-box {
    background: radial-gradient(circle at top right, #D4A748 10%,
            #2B2A29 30%);
    color: white;
}

.trust-sec .project-box span {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: #ffba49;
}

.trust-sec .project-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 20px;
}

.bank-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.bank-carousel .owl-item {
    margin-right: 10px;
}

.carousel-image {
    max-height: 100%;
    max-width: 80%;
    object-fit: contain;
}

.partner-carousal img {
    height: 90px;
    width: 100%;
}

.logoMarqueeSection {
    margin-top: 20px;
}

#logoMarqueeSection {
    margin: 0 auto;
    overflow: hidden;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

.marqueelogo {
    max-width: 100%;
    height: 80px;
    margin: 0 20px;
}

div.marquee>a>img {
    height: 20px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.trust-sec .experience-box span {
    font-size: 36px;
    font-weight: 900;
    line-height: 54px;
    color: #ffba49;
}

.trust-sec .experience-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 20px;
}

/* Contact */
.contact-sec {
    padding: 50px 0;
}

#contact-bg {
    background-color: #F0FAFC;
    padding: 20px 50px;
    border-radius: 15px;
}

.enquire-form {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: auto;
    box-shadow: -0.5rem -0.5rem 0 0 #C29442;
}

.enquire-head {
    margin-bottom: 30px;
    padding: 30px 40px 20px;
    border-bottom: 1px solid #000;
}

.input-forms {
    padding: 30px 40px;
}

.form-label {
    font-weight: 600;
}

.form-control,
.form-select {
    border-radius: 10px;
    padding: 12px;
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.form-control:hover,
.form-select:hover {
    border: 1px solid #ced4da;
}

.contact-btn {
    width: 100%;
    margin-top: 30px;
}

.contact-sec .heading {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-sec .heading h2 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
}

.contact-sec .heading span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

/* footer */
footer {
    background-color: #0d001d;
    color: #ffffff;
}

.footer-top {
    padding: 70px 0;
}

.footer-top h4 {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 0;
    padding-bottom: 0.625rem;
    text-transform: uppercase;
}

.footer-top h4::before {
    content: "";
    width: 1.5rem;
    height: 0.1875rem;
    background-color: #C29442;
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 50rem;
}

.foot-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.foot-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: 400;
}

.foot-social-icons {
    display: flex;
    gap: 20px;
    color: #ffffff;
    align-items: center;
    margin-top: 25px;
}

.social-link {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.25);
    transition: 300ms;
    font-weight: 500;
    text-transform: lowercase;
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    color: #ffffff;
    background-color: #C29442;
}

.foot-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.foot-list .foot-items {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.foot-list .foot-items:hover {
    color: #C29442;
    padding-left: 10px;
}

.footer-top .footer-properties {
    display: flex;
    gap: 0.75rem;
    line-height: 1.37;
    color: #ffffff;
}

.footer-top .footer-properties .foot-image {
    overflow: hidden;
    display: block;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.footer-top .footer-properties img {
    width: 5.375rem;
    height: 5rem;
    transition: 300ms;
    border-radius: inherit;
}

.footer-top .footer-properties:hover img {
    transform: scale(1.1);
}

.foot-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-top .footer-properties:hover .foot-text span {
    color: #C29442;
}

.foot-text span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
}

.footer-tag {
    display: flex;
    justify-content: space-around;
}

.footer-bottom {
    padding: 40px 0;
    border-top: 1px solid #ffffff26;
}

.footer-tag h5 {
    font-weight: 300;
}

/*************************ABOUT-PAGE****************************/

/* inner-banner */
.inner-bg-image {
    background-image: url(../images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0 0;
    min-height: 575px;
}

.about-banner .heading {
    color: #fff;
}

.about-banner .heading h1 {
    font-size: 48px;
    line-height: 72px;
}

.about-banner .heading span {
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
}

/* About-sec */
.about-sec {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.about-sec .heading {
    margin-bottom: 30px;
}

.about-sec .heading h2 {
    font-size: 40px;
    line-height: 60px;
}

.about-sec .heading span {
    color: #C29442;
}

.about-card .card {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-icon i {
    font-size: 80px;
    color: #d4a748;
}

.about-card .card-body p,
.about-card .card-body li {
    font-size: 16px;
    line-height: 26px;
}

.about-card .card-body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-card .card-body li i {
    float: left;
    color: #d4a748;
}

/* Journey-sec */
.journey-sec {
    padding: 50px 0;
    background-image: url(../images/journey.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.journey-sec .heading h2 {
    font-size: 40px;
    line-height: 60px;
}

.journey {
    position: relative;
    padding: 20px 0;
    max-width: 800px;
    margin: 0 auto;
}

.journey::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #d4a748;
    transform: translateX(-50%);
    z-index: 1;
}

.journey-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.journey-item:nth-child(even) {
    flex-direction: row-reverse;
}

.journey-item .journey-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.journey-item .journey-content p {
    font-size: 16px;
    line-height: 26px;
}

.journey-item .journey-icon {
    background-color: #d4a748;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    z-index: 3;
    position: relative;
}

/* Our-Team */
.team-sec {
    padding: 50px 0;
}

.team-sec .heading h2 {
    font-size: 36px;
    line-height: 54px;
}

.team-sec .card {
    width: 240px;
    margin-left: 50px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 20px #00000030;
}

.team-sec .content-img,
.team-sec .content-box {
    padding: 30px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.team-sec .content-img .card-img {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    background: #d7b56d;
    padding: 3px;
}

.team-sec .content-img .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #2b2a29;
}

.team-sec .content-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2b2a29;
    border-radius: 25px 25px 25px 0;
}

.team-sec .content-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #09003a;
    padding-bottom: 6px;
    z-index: 1;
}

.team-sec .content-box p {
    font-size: 16px;
    font-weight: 500;
    color: #09003a;
}

.team-sec .swiper-button-next,
.team-sec .swiper-button-prev {
    color: #000000;
}

/* Award */
.award-sec {
    background-color: #f9f9f9;
    padding: 50px 20px;
}

.award-sec h2 {
    font-size: 40px;
    line-height: 60px;
    color: #000;
    margin-bottom: 20px;
}

.award-sec p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.award-sec .custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.award-sec .custom-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
    color: #000;
}

.award-sec .custom-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #C29442;
    font-size: 20px;
    line-height: 1;
}

.award-image {
    width: 100%;
    max-width: 450px;
    animation: bounce 2s infinite !important;
    transform: rotate(-20deg) !important;
    transition: transform 0.3s ease-in-out !important;
    display: inline-block;
    cursor: pointer;
}

.award-image:hover {
    transform: rotate(-10deg) scale(1.05) !important;
}

/************************** PROPERTIES **************************/
.inner-banner {
    padding: 200px 0;
}

.inner-banner .heading {
    color: #fff;
    text-align: center;
}

.inner-banner .heading h1 {
    font-size: 48px;
    line-height: 72px;
}

.inner-btn {
    box-shadow: none;
}

/* properties */
.properties-sec {
    padding: 50px 0;
}

.properties-sec .heading {
    text-align: center;
}

.properties-sec .heading h4 {
    font-weight: 300;
}

.properties-head span {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 15px;
}

.properties-head h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 30px;
}

.properties-sec .nav-link {
    background-color: #EBF1FB;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}

.properties-sec .nav-link:hover {
    background-color: #000000;
    color: #fff;
    border: 0;
}

.properties-sec .nav-tabs .nav-item.show .nav-link,
.properties-sec .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #000000;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.properties-sec #myTab {
    display: flex;
    justify-content: right;
    gap: 25px;
    border: none;
}

.properties-sec .badge-invest {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #C29442;
    color: black;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
}

.properties-sec .card-body {
    flex: 1 1 auto;
    padding: 20px 32px;
    color: var(--bs-card-color);
}

.properties-sec .location {
    position: absolute;
    top: 220px;
    left: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.properties-sec .location span {
    font-size: 14px;
    font-family: 300;
    line-height: 21px;
}

.properties-sec .card-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #2B2A29;
}

/* Articles */
.article-sec {
    padding: 50px 0;
    background-color: #EBEDF2;
}

.article-sec .heading {
    margin-bottom: 30px;
}

.blogCardsContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.blogCardsContainer a {
    max-width: 22rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    padding: 20px;
}

.card__image {
    width: 100%;
}

.blog-card-body {
    padding: 1rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-card-body span {
    background: #2F80ED;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
}

.blog-card-body h5 {
    font-size: 20px;
}

.card-bottom {
    padding: 0.75rem;
    display: flex;
    align-items: center;
}

.blog-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-info span {
    color: #2F80ED;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}

/*********************** CALCULATOR ***********************/
/* calcutor-banner */
.calculator-bg {
    background-color: #2B2A29;
    color: white;
    text-align: center;
    padding: 200px 0;
}

.calculator-bg .heading {
    text-align: center;
}

.calculator-bg .heading h1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: bold;
    margin: 0;
    color: #D7B56D;
}

/* Goal-Calculator */
.goal-sec {
    padding: 50px 0;
}

.goal-sec .heading {
    text-align: center;
}

.goal-sec .heading h3 {
    font-weight: 500;
}

.goal-sec .calculator-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.goal-sec .form-label {
    font-weight: 600;
    color: #1c1c1c;
}

.goal-sec .result-panel {
    background-color: #16222f;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    height: 100%;
    border-radius: 0 20px 20px 0;
}

.goal-sec .result-panel h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.goal-sec .result-panel span {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

.goal-sec .slider-value {
    font-weight: bold;
    margin-top: 5px;
    color: #333;
}

canvas {
    margin: 20px 0;
    width: 160px !important;
    height: 160px !important;
}

/* Blog-Articles */
.blog-article-sec {
    padding: 50px 0;
}

.blog-article-sec .heading {
    margin-bottom: 30px;
}

.blog-articles-swiper {
    margin-bottom: 4.5rem;
    overflow: clip visible;
}

.blog-articles-thumbnail {
    display: flex;
    overflow: hidden;
    border-radius: 0.75rem;
}

.blog-articles-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

.blog-articles-item:hover .blog-articles-thumbnail img {
    transform: scale(1.1);
    transition: 300ms;
}

.blog-articles-body {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 1;
    bottom: -1rem;
    right: -0.5rem;
    left: 3rem;
    padding: 0.75rem;
}

.blog-articles-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
}

.blog-articles-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.blog-articles-desc .h5 {
    margin-bottom: 0;
}

.blog-articles-desc .icon {
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
}

.blog-articles-item:hover .icon {
    opacity: 1;
    visibility: visible;
}

.blog-articles-item .link-primary {
    color: #000000 !important;
}

.blog-articles-item .link-secondary {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #0d001d !important;
}

.blog-articles-item:hover .link-secondary {
    color: #C29442 !important;
}

.blog-article-btn {
    text-align: center;
    margin-top: 60px;
}

/* Sip-Calculator */
.sip-sec {
    padding: 50px 0;
}

.sip-sec .heading {
    text-align: center;
}

.sip-sec .heading h3 {
    font-weight: 500;
}

.sip-sec .calculator-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.sip-sec .form-label {
    font-weight: 600;
    color: #1c1c1c;
}

.sip-sec .result-panel {
    background-color: #16222f;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    height: 100%;
    border-radius: 0 20px 20px 0;
}

.sip-sec .result-panel h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.sip-sec .result-panel span {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

.sip-sec .slider-value {
    font-weight: bold;
    margin-top: 5px;
    color: #333;
}

.sip-sec canvas {
    margin: 20px 0;
    width: 160px !important;
    height: 160px !important;
}

/* inflation-sec */
.inflation-sec {
    padding: 50px 0;
}

.inflation-sec .heading {
    text-align: center;
}

.inflation-sec .heading h3 {
    font-weight: 500;
}

.inflation-calculator .calculator-box {
    background-color: #ffffff;
    padding: 30px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.inflation-calculator .results-box {
    background-color: #121e2a;
    color: white;
    padding: 30px;
    border-radius: 0 20px 20px 0;
}

.inflation-calculator .results-box .value {
    font-size: 3rem;
    font-weight: bold;
}

.inflation-calculator .results-box .label {
    font-size: 1.2rem;
    margin-top: -10px;
    margin-bottom: 20px;
}

.inflation-calculator .chart-legend span {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 6px;
    border-radius: 2px;
}

.inflation-calculator .legend-item {
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.inflation-calculator .slider-label {
    font-weight: 600;
    margin-top: 20px;
}

.inflation-calculator .col-md-6 {
    padding: 0;
}

/*********************** INVESTMENT ***********************/
/* invesment-banner */
.investment-bg-image {
    background-image: url(../images/Fractional-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 205px 0 0;
    min-height: 750px;
}

.investment-banner .heading {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.investment-banner .banner-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.investment-banner .banner-list li {
    color: white !important;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.investment-banner .banner-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #C29442;
    font-size: 16px;
    line-height: 1;
}

.investment-banner .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    height: 370px !important;
}

.investment-banner .heading h1 {
    color: #c29442;
    font-size: 40px;
    line-height: 60px;
}

.investment-banner .heading span {
    color: #fff;
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
}

.investment-banner .second-heading {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.investment-banner .second-heading h1 {
    color: #c29442;
}

.investment-banner .second-heading span {
    color: #fff;
    font-size: 27px;
    line-height: 41px;
    font-weight: 300;
}

.investment-banner .third-heading h1 {
    color: #c29442;
}

.investment-banner .carousel-details {
    display: flex;
    gap: 20px;
}

.investment-banner .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: 30px;
}

.investment-banner .carousel-control-next {
    right: 20px;
}

.investment-banner .slide-img img {
    border-radius: 10px;
    width: 305px;
}

.investment-banner .overlay-text {
    position: relative;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.investment-banner .detail-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 275px;
}

.investment-banner .content-box {
    display: flex;
    gap: 20px;
}

.investment-banner .content-details {
    background-color: #fff;
    color: #000;
    width: 128px;
    height: 140px;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.investment-banner .content-details span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.investment-banner .content-last-box {
    color: #000;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.investment-banner .content-last-box h4 {
    color: #007bff;
}

/* owner-sec */
.owner-sec {
    padding: 50px 0;
}

.owner-sec .section-img {
    padding: 50px;
}

.owner-sec .section-img img {
    border-radius: 20px;
    height: 350px;
    width: auto;
    filter: drop-shadow(-8px 13px 23px gray);
}

.owner-sec .heading {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.owner-sec .heading h2 {
    font-size: 36px;
    line-height: 54px;
}

.owner-sec .heading p {
    font-size: 16px;
    line-height: 24px;
}

.own-btn {
    width: 100%;
    box-shadow: none;
    font-size: 14px;
}

.weekend-owner {
    background-color: #EBEDF2;
}

.weekend-owner .main-heading {
    text-align: center;
}

/* Key-Section */
.key-sec {
    padding: 50px 0;
    background-color: #EBEDF2;
}

.key-sec .heading {
    text-align: center;
    max-width: 1170px;
    margin: auto;
    padding-bottom: 40px;
}

.weekend-key .heading p {
    font-size: 16px;
    line-height: 24px;
}

.key-sec .service-card {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background: white;
    display: flex;
    flex-direction: column;
    height: auto;
}

.key-sec .service-card:hover {
    transform: translateY(-10px);
}

.key-sec .card-title {
    font-weight: bold;
    color: #00214D;
    margin-top: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.key-sec .card-text {
    color: #666;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 16px;
    line-height: 24px;
}

/* Why-choose-us */
.why-choose-sec {
    padding: 70px 0;
}

.why-choose-sec .heading {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-sec .heading p {
    text-transform: uppercase;
    color: #C29442;
}

.why-choose-sec .heading span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.why-choose-sec details.style2 {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.why-choose-sec details.style2 summary {
    font-size: 18px;
    background-color: #2E2F42;
    color: white;
    padding: 15px;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    position: relative;
}

.why-choose-sec details.style2[open] summary {
    background-color: #C29442;
}

.why-choose-sec details.style2 summary:after {
    content: "\002B";
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.why-choose-sec details[open] summary:after {
    content: "\2212";
    color: white;
}

.why-choose-sec details.style2 .content {
    padding: 20px;
    font-size: 16px;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 8px 8px;
}

.why-choose-sec details.style2 .content p {
    font-size: 16px;
    line-height: 24px;
}

/* fractional-work-sec */
.fractional-work-sec {
    padding: 50px 0;
}

.fractional-work-sec .heading {
    text-align: center;
    margin-bottom: 40px;
}

.fractional-work-sec .steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.fractional-work-sec .steps::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 2px;
    background: #2B2A29;
    z-index: 0;
}

.fractional-work-sec .step-content {
    width: 20%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.fractional-work-sec .step {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #2B2A29;
    color: #C29442;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    margin-bottom: 15px;
}

.fractional-work-sec .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: normal;
}

.fractional-work-sec .description {
    font-size: 14px;
    color: #6c757d;
    padding: 0 10px;
}

/* Tradition-section */
.tradition-sec .banner-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px 150px;
    min-height: 100vh;
    color: white;
    background: url('../images/sticky-bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tradition-sec .banner-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.tradition-sec .banner-content .heading {
    max-width: 70%;
    z-index: 2;
    position: relative;
}

.banner-content .heading h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.banner-content .heading p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 23px;
}

.banner-content .heading ul {
    list-style: none;
    margin-top: 20px;
}

.banner-content .heading ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.banner-content .heading ul li:before {
    content: "✔";
    margin-right: 10px;
    color: #C29442;
}

.banner-content .heading .two-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.yellow-btn {
    background-color: #C29442;
    box-shadow: none;
}

.yellow-btn:hover {
    background-color: #2B2A29;
    box-shadow: none;
}

/* Asset-Section */
.asset-sec {
    padding: 50px 0;
}

.asset-sec .heading {
    text-align: center;
}

.asset-sec .heading h2 {
    font-size: 36px;
    line-height: 54px;
}

.asset-sec .heading span {
    font-size: 18px;
    color: #888;
    margin-bottom: 40px;
}

.asset-sec .steps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px 0;
}

.asset-sec .step {
    text-align: center;
}

.asset-sec .curve-1 {
    width: 200px;
    height: 100px;
    border: solid 5px;
    border-color: #2E2F42 transparent transparent transparent;
    border-radius: 100px 100px 0 0;
}

.asset-sec .curve-2 {
    width: 200px;
    height: 100px;
    border: solid 5px transparent;
    border-top: none;
    border-bottom: 5px solid #2E2F42;
    border-radius: 0 0 100px 100px;
}

.asset-sec .steps .step img {
    height: 140px;
    width: 165px;
    border-radius: 10px;
    padding: 15px;
}

/* Video-Setion */
.video-sec {
    background-color: #F5F5F5;
    padding: 50px;
}

.yt-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 70px 150px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-sec .video-container {
    max-width: 560px;
    width: 50%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-sec iframe {
    border-radius: 20px;
}

.video-sec .content {
    width: 45%;
    padding-left: 30px;
    max-width: 500px;
    text-align: center;
}

.video-sec .content .stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FAQ */
.faq-sec {
    padding: 50px 0;
}

.faq-sec .heading {
    text-align: center;
    margin-bottom: 40px;
}

.faq-sec .accordion-item.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
}

.faq-sec .accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: url("../images/xmark-solid.svg");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    transform: var(--bs-accordion-btn-icon-transform);
}

.faq-sec .accordion-button::after {
    content: "";
    background-image: url("../images/plus-solid.svg");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    transition: var(--bs-accordion-btn-icon-transition);
}

.faq-sec .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background-color: #f9f9f9;
}

.faq-sec .accordion-button span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

/* Weekend-banner */
.weekend-bg-image {
    background-image: url(../images/weekend-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 205px 0 0;
    min-height: 750px;
}

.investment-banner h4 {
    font-size: 22px;
    line-height: 33px;
}

/* Unlock */
.unlock-sec {
    padding: 50px 0;
}

.unlock-sec .heading {
    max-width: 1150px;
    margin: auto;
}

.unlock-sec .heading h2 {
    font-size: 36px;
    line-height: 54px;
}

.unlock-sec .heading p {
    font-size: 16px;
    line-height: 24px;
}

/* Benefits */
.benifit-sec {
    padding: 50px 0;
}

.benifit-sec .heading {
    text-align: center;
    max-width: 520px;
    margin: auto;
}

.benifit-sec .heading p {
    text-transform: uppercase;
}

.benifit-sec details.style2 {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.benifit-sec details.style2 summary {
    font-size: 18px;
    background-color: #2E2F42;
    color: white;
    padding: 15px;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    position: relative;
}

.benifit-sec details.style2[open] summary {
    background-color: #C29442;
}

.benifit-sec details.style2 summary:after {
    content: "\002B";
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.benifit-sec details[open] summary:after {
    content: "\2212";
    color: white;
}

.benifit-sec details.style2 .content {
    padding: 20px;
    font-size: 16px;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 8px 8px;
}

.benifit-sec details.style2 .content p {
    font-size: 16px;
    line-height: 24px;
}

/* Apartments */
.apartment-sec {
    padding: 50px 0;
}

.apartment-sec .heading {
    text-align: center;
    margin: 40px 0;
}

.apartment-sec .heading h5 {
    color: #7f8c8d;
}

.apartment-sec .apartment-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
}

.apartment-sec .card {
    position: relative;
    width: calc(29.333% - 30px);
    padding: 30px;
    overflow: hidden;
    min-height: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    color: white;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #2b2a29;
}

.apartment-sec .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/apartment-bg.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}

.apartment-sec .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 42, 41, 0.8);
    z-index: 2;
}

.apartment-sec .card-content {
    position: relative;
    z-index: 3;
}

/* Contact-Page */
.contact-main-sec {
    color: #8d97ad;
    font-weight: 300;
    padding: 60px 0;
    margin-bottom: 170px;
    background-position: center top;
    position: relative;
    height: 70vh;
}

.contact-main-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.contact-main-sec .black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 48, 62, 0.7);
    z-index: 1;
    pointer-events: none;
}

.contact-main-sec .contact-container {
    position: relative;
    top: 200px;
    z-index: 2;
}

.contact-main-sec .title {
    color: #D7B56D;
    font-size: 1.5rem;
}

.contact-main-sec .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.contact-main-sec .form-control,
.contact-main-sec .form-select {
    border-color: black;
    border-radius: 5px;
    padding: 12px;
    box-shadow: none !important;
    border: 1px solid #ced4da;
    font-size: 14px;
}

.contact-main-sec .btn-style {
    background-color: #2b2a29;
    color: #D7B56D;
    width: 100%;
}

.contact-main-sec .btn-style:hover {
    background-color: #D7B56D;
    color: #2b2a29;
}

.contact-main-sec .contact-bg-image {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    border-radius: 0 5px 5px 0px;
}

.contact-main-sec .contact-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 0 5px 5px 0px;
}

.contact-main-sec .contact-detail-box {
    position: relative;
    z-index: 2;
}

.contact-main-sec .contact-detail-box p {
    font-size: 16px;
    line-height: 24px;
}