@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --white-color: #FFFFFF;
    --primary-color: #121820;
}

.about-contents {
    margin-top: 150px;
}

.facilties {
    padding: 80px 0 60px;
}

.signature {
    font-family: "Dancing Script", cursive;
    font-size: 35px;
    color: #0b2545;
    letter-spacing: 0.6px;
    transform: rotate(-14.5deg);
    margin-top: 20px;
}

.backgrounds {
    background-color: #222;
}

.tf-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 1320px;
    max-width: 100%;
}

.wg-appraisal .content {
    background-color: #f8f5f0;
    padding: 92px 0 91px 69px;
    position: relative;
    border-radius: 24px;
    position: relative;
    z-index: 2;
    width: 90%;
}

.heading-section {
    display: flex;
    gap: 12px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.wg-appraisal .content .person {
    position: absolute;
    bottom: 0;
    right: 85px;
    z-index: 2;
}

.tf-btn {
    font-size: 17px;
    font-weight: 600;
    line-height: 22.4px;
    background-color: #ab8a62;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
    color: #fff;
    width: max-content;
    gap: 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding: 0 26px;
}

.tf-btn::after {
    content: "";
    position: absolute;
    background-color: #2c2e33;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    height: 100%;
    left: -5%;
    border-radius: 12px;
    z-index: -1;
}

.tf-btn:hover::after {
    width: 115%;
}

.tf-btn:hover {
    background-color: transparent;
    color: #fff;
}

.title {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 0;
}

.text-1 {
    font-size: 20px;
    line-height: 22.4px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}

.cta-btn {
    display: flex;
    gap: 20px;
}

.btn-default.btn-border {
    background: none;
    color: #ab8a62;
    padding: 12px 25px;
    border: 2px solid #ab8a62;
}

.btn-default {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: 0.2s transform;
}

.cta-btn .btn-default i {
    margin-right: 10px;
}

/* Center the entire Smita Fizel section */
.wg-appraisal {
    display: flex;
    justify-content: center;
}



.wg-appraisal .content {
    margin: 0 auto;
}

/* footer */

.main-footer {
    padding: 80px 0 0;
    background-color: #121820;

}

.bg-section {
    max-width: 1760px;
    border-radius: 20px;
    margin: 30px 15px 30px;
}

.container1 {
    max-width: 1300px !important;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
    max-width: 262px;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 1.5em;
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 18px;
}

.footer-menu ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.footer-contact-item {
    margin-top: 80px;
}

.footer-contact-item h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 10px;
}

.footer-contact-item h4 {
    font-size: 22px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 10px;
}

.footer-contact-item h4 a:hover {
    color: #ab8a62;
}

.footer-contact-item h3 a:hover {
    color: #ab8a62;
}

.footer-contact-item p {
    color: var(--white-color);
    margin: 10px 0 0;
    font-size: 18px;
}

.footer-newsletter-info {
    margin-bottom: 30px;
}

.footer-newsletter-info h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--white-color);
}

.footer-newsletter-form .form-group {
    display: flex;
}

.footer-newsletter-form .form-group .form-control {
    width: 66%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--white-color);
    background-color: #FFFFFF1A;
    border: none;
    border-radius: 10px 0 0 10px;
    outline: none;
    box-shadow: none;
    padding: 12px 20px;
    margin-bottom: 0;
}

.footer-newsletter-form .form-group .btn-default {
    width: 34%;
    border-radius: 0 10px 10px 0;
}

.btn-default {
    position: relative;
    display: inline-block;
    background: #8B5E3C;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: capitalize;
    color: var(--white-color);
    padding: 15px 52px 15px 30px;
    overflow: hidden;
    border: none;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.btn-default i {
    margin-left: 8px;
    font-size: 18px;
}

.btn-default.btn-highlighted::after {
    background-color: var(--white-color);
}

.btn-default:hover::after {
    transform: skewY(0deg) scaleY(2);
}

.btn-default::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 102%;
    height: 100%;
    background-color: var(--primary-color);
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: skewY(9.3deg) scaleY(0);
}

.btn-default.btn-highlighted:hover {
    color: #000;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.footer-social-links h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-links ul li {
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.footer-social-links ul li a {
    background: var(--white-color);
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a i {
    font-size: 25px;
    color: inherit;
}

.footer-copyright {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-copyright-text p {
    color: var(--primary-color);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.footer-copyright-text p a:hover {
    color: #ab8a62;
}

.footer-logo img {
    text-align: center;
}

/* .footer-copyright {
    text-align: center;
    border-top: 1px solid #FFFFFF1A;
    padding: 40px 0 60px;
    margin-top: 60px;
}

.footer-copyright-text p {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.footer-copyright-text p a:hover {
    color: #ab8a62;
} */

/* about */

.about-us-images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-image {
    width: calc(50% - 15px);
}

.about-image figure {
    display: block;
    border-radius: 20px;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    aspect-ratio: 1 / 1.698;
    object-fit: cover;
    border-radius: 20px;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.year-experience-circle {
    position: absolute;
    top: 80%;
    left: 42%;
    transform: translate(-50%, -50%);
    align-content: center;
    text-align: center;
}

.year-experience-circle h2 {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    align-content: center;
    text-align: center;
}

.year-experience-circle img {
    width: 100%;
    max-width: 152px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.year-experience-circle h2 {
    font-size: 36px;
    color: var(--white-color);
    font-weight: 700;
}

.about-title p {
    text-align: justify;
    font-size: 17px;
}

/* .about-title h3 {
    font-weight: 600;
} */

.beyond-title {
    margin-bottom: 30px;
}

.beyond-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.beyond-title p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.faqs-image-box-2,
.faqs-image-box-1,
.faqs-images {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 30px;
}

.faqs-image-box-1 {
    width: calc(47% - 15px);
}

.faqs-img {
    width: 100%;
}

.faqs-img figure {
    display: block;
    border-radius: 20px;
}

.faqs-img img {
    width: 100%;
    aspect-ratio: 1 / 0.922;
    border-radius: 20px;
}

.faqs-image-box-2 {
    width: calc(53% - 15px);
}

.faqs-image-box-2 .faqs-img img {
    aspect-ratio: 1 / 1.37;
}

.about-contact-box {
    display: inline-flex;
    align-items: center;
    text-align: left;
}

.about-contact-box .icon-box {
    position: relative;
    background: #ab8a62;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.about-contact-box-content p {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 17px;
}

.about-contact-box-content h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 0;
}

.about-contact-box-content h3 a:hover {
    color: #ab8a62;
}

.icon-box img {
    width: 30px;
    height: 30px;
}

.beyond-content p {
    font-size: 18px;
    text-align: justify;
}



/* contact */

.contact-us-form {
    background-color: #8B5E3C0D;
    border-radius: 20px;
    margin-left: 15px;
    padding: 40px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 46px;
    margin-bottom: 0;
    cursor: none;
    font-weight: 800;
}

.contact-us-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--primary-color);
    background: var(--white-color);
    border: none;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: none;
    outline: none;
}

.btn-default1::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-white.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.btn-default1 {
    position: relative;
    display: inline-block;
    background: #8B5E3C;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: capitalize;
    color: var(--white-color);
    padding: 15px 52px 15px 30px;
    overflow: hidden;
    border: none;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.btn-default1:hover::after {
    transform: skewY(0deg) scaleY(2);
}

.btn-default1:hover::before {
    transform: translateY(-50%) rotate(45deg);
}

.btn-default1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 102%;
    height: 100%;
    background-color: var(--primary-color);
    transition: all 0.5s ease-in-out;
    z-index: -1;
    transform: skewY(9.3deg) scaleY(0);
}

.page-contact-us {
    padding-bottom: 50px;
    padding-top: 30px;
}

.contact-title h3 {
    font-size: 35px;
    font-weight: 800;
}

.contact-title p {
    font-size: 18px;
    font-weight: 500;
}

.about-testimonial-box-elite {
    background: #ab8a62;
    border-radius: 20px;
    padding: 30px;
}

.about-testimonial-quote-elite {
    margin-bottom: 20px;
}

.about-testimonial-author-elite {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    border-top: 1px solid #102B321A;
    margin-top: 20px;
    padding-top: 20px;
}

.about-testimonial-content-elite h3 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.satisfy-client-images-elite figure img {
    width: 100%;
    /* max-width: 44px; */
    border-radius: 50%;
}

.about-testimonial-author-content-elite h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
}

.about-testimonial-author-content-elite p {
    margin: 5px 0 0;
    color: #fff;
}

.beyond-real {
    padding-bottom: 60px;
}

.about-testimonial-quote-elite img {
    width: 100%;
    max-width: 25px;
}

.here-main {
    padding: 50px 0;
}


.listing-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 50px;
}

.box-house {
    border-radius: 16px;
    border: 1px solid #ececec;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-house .image-wrap {
    position: relative;
    overflow: hidden;
}

.box-house .content {
    position: relative;
    padding: 23px 24px 24px;
}

.box-house .image-wrap>a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.box-house .image-wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.section-listing {
    padding-bottom: 80px;
}

.box-house .content .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
}

.box-house .content .title a:hover {
    color: #ab8a62;
}

.box-house .content .location {
    margin-bottom: 16px;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.text-1 {
    font-size: 16px;
    line-height: 22.4px;
}

.box-house .content .location i {
    margin-right: 4px;
}

.box-house .meta-list {
    border-bottom: 1px solid #ececec;
    padding-bottom: 16px;
    margin-bottom: 15px;
    gap: 40px;

}

.meta-list {
    gap: 0px 16px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.meta-list li {
    align-items: center;
    gap: 4px;
    color: rgba(44, 46, 51, 0.9);
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.meta-list li span {
    color: #2c2e33;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.box-house .price {
    color: #8B5E3C;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
}

.box-house .tf-btn {
    height: 44px;
    border-radius: 12px;
}

.for-sale {
    z-index: 2;
    position: absolute;
    top: 15px;
    left: 15px;
}

.for-sale span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    height: 28px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 19.6px;
}

/* .header-left {
    margin-left: 140px;
} */

.abt-img img {
    width: 700px;
    height: 700px;
    margin-left: 80px;
}

.about-content {
    margin-top: 60px;
}

.ano-btn a {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
}

.ino-btn a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

.about-title h5 {
    color: #000;
    font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.testi-padding {
    padding: 100px 0;
}

.testimonials {
    text-align: center;
}

.head-box {
    margin-bottom: 50px;
}

.rooms1 {
    padding-top: 60px;
    padding-bottom: 40px;
}

.inves {
    margin-top: 150px;
}

.inves-title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.inves-title1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.section-subtitle {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.footer-img img {
    width: 100%;
    max-width: 550px;
}

.footer-img {
    text-align: center;
    /* padding-top: 60px; */
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    gap: 50px;
    padding-left: 0;
}

.social-icons li a i {
    font-size: 30px;
    color: #000;
}

.main-blog-section {
    background-color: #F7F8F9;
    padding: 120px 0;
}

.blog-head h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}

.blog-head {
    margin-bottom: 80px;
}

.img-grad {
    position: relative;
    display: block;
    overflow: hidden;
}

.img-grad img {
    width: 100%;
    display: block;
}

.img-grad::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.img-grad:hover::before {
    opacity: 0.2;
}

.blog-post-title h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-container {
    position: relative;
    overflow: hidden;
}

.blog-post-content {
    padding: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
}

.list-inline-item {
    color: #fff;
}

.list-inline-item i {
    margin-right: 5px;
}

.blog-img img {
    width: 440px;
    height: 440px;
}

.delay {
    animation-duration: 1s !important;
    animation-timing-function: ease-in-out !important;
}
.delay1 {
    animation-duration: 2.5s !important;
    animation-timing-function: ease-in-out !important;
}

.comm-images img {
    border-radius: 10px;
}

.developer-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.developer-track {
    display: flex;
    width: max-content;
    animation: developerScroll 25s linear infinite;
}

.developer-logo {
    flex: 0 0 auto;
    margin: 0 40px;
}

.developer-logo img {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
}

.developer-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes developerScroll {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* invest page */

.invest-secton-main {
    padding: 60px 0;
}

.main-invest {
    padding: 60px 0;
    /* background-color: #F7F8F9; */
}

.invest-title h3 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.invest-title h2 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.city {
    margin-top: 30px;
}

.choose-title h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #e4a853;
}

.invest-title p {
    font-size: 17px;
    margin-bottom: 10px;
}

.choose-title {
    margin-top: 40px;
}

.invest-content h4 {
    font-size: 17px;
    font-weight: 600;
}

.invest-cta h5 {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 50px;
}

.invest-cta {
    margin-top: 50px;
}

.invest-icon img {
    width: 70px;
    margin-bottom: 20px;
}

.invest-icon-p p {
    text-align: center;
    font-weight: 400;
    color: #000;
}

.invest-icon {
    text-align: center;
}

.invest-icon-content {
    margin: 40px 0 20px;
}

.about-invest {
    margin-bottom: 50px;
}

.about-section {
    padding: 80px 0;
}

.main-footer1 {
    padding-top: 60px;
}

/* .border-color a{
    color: #edcb96;
    border: 1px solid #edcb96;
} */

.rooms1 .owl-carousel .owl-stage {
    transition-timing-function: ease-in-out !important;
}

.main-communities {
    padding: 80px 0;
}

.commm .content {
    margin-left: 60px;
}

.communities-section {
    margin-top: 50px;
}

.cont h4 {
    font-size: 18px;
    font-weight: 500;
}

.cont p {
    text-align: justify;
}

.choose-item-title {
    font-size: 25px;
    font-weight: 500;
}

.choose-item-p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}

.main-choose-content {
    margin-top: 70px;
}

.choose-item1 {
    padding-top: 16px;
}

.choose-content {
    margin-right: 20px;
}

.choose-content1 {
    margin-left: 20px;
}

.choose-img-1 {
    margin-left: 20px;
}

.choose-img-2 {
    margin-right: 20px;
}

.choose-img-1 img,
.choose-img-2 img {
    border-radius: 20px;
}

.dubai-real-title h3 {
    /* text-align: center; */
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* .dubai-table,
.dubai-table2 {
    padding: 40px 0;
} */

/* .dubai-table2 {
    padding-top: 50px;
} */

.growth {
    padding-top: 10px;
    font-size: 17px;
}

.table {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
}

.table td {
    padding: 20px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    vertical-align: middle;
}

.table td:first-child {
    font-weight: 500;
    color: #000000;
    width: 50%;
}

.table td:last-child {
    color: #000000;
    width: 50%;
}

.table thead td {
    background-color: #f5f5f5;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    .table {
        font-size: 14px;
    }

    .table td {
        padding: 15px;
        display: block;
        width: 100% !important;
    }

    .table thead td {
        font-size: 16px;
    }

    .table tbody tr {
        display: block;
        margin-bottom: 10px;
        border: 2px solid #d0d0d0;
    }

    .table tbody td:first-child {
        border-bottom: 1px solid #d0d0d0;
    }

    .table tbody td:last-child {
        border-top: none;
    }
}


.final h3,
h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

.final p {
    margin-bottom: 10px;
    font-size: 17px;
}

.mtop {
    margin-top: 20px;
}

/* .our-services {
    width: calc(100% - 40px);
    margin: 0 20px 60px;
    padding: 80px 0;
    max-width: 1880px;
    background-color: #f6f4f1;
    border-radius: 20px;
} */

/* .our-services {
    padding: 40px 0;
} */

.service-item-content h3 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-item-content h3 a {
    color: inherit;
}

.service-item {
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-item-no h3 {
    font-size: 48px;
    font-weight: 700;
    color: #cca779;
    margin-bottom: 20px;
}

.service-item-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-item-content h3 a {
    color: #000;
    text-decoration: none;
}

.service-item-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.properties-title {
    text-align: center;
    margin-bottom: 60px;
}

.properties-title h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.properties-title p {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

/* .highlights li {
    list-style-type: disc;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
} */

/* .highlights {
    margin-top: 20px;

} */

/* .golden-visa {
    padding: 20px 0 40px;
} */

.golden p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.golden h2 {
    font-weight: 500;
}

.highlights {

    margin-top: 20px;
}

.highlights li {
    margin-bottom: 8px;
    font-size: 17px;
    list-style-type: disc;
}

.key {
    margin-top: 20px;
}

.off-details h3 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
}

.off-details p {
    font-size: 17px;
    margin-bottom: 15px;
}

.off-plan-title h3 {
    font-size: 30px;
    font-weight: 600;
}

.off-plan-title p {
    font-size: 18px;
    color: #000;
}

.off-details {
    margin-top: 30px;
}

/* .off-plan {
    padding-bottom: 50px;
} */

/* .regulated-main {
    padding-bottom: 50px;
} */

.regu-content h4 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.regu-content p {
    margin-bottom: 10px;
    font-size: 17px;
}

.regu-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.regu-title p {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.regu-content {
    padding-bottom: 10px;
}



.about-right-content {
    margin-left: 20px;
}

.about-right-content h3 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-right-content p {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: justify;
}

.about-right-content h5 {
    font-weight: 500;
}

.about-img img {
    border-radius: 10px;
}

/* Tab Navigation */
.tab-navigation {
    /* background: #f8f9fa;
    border-bottom: 2px solid #ddd; */
    padding: 20px 0 50px;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tab-button {
    padding: 12px 30px;
    background: white;
    border: 2px solid #ddd;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.tab-button:hover {
    background: #f6f1ea;
}

.tab-button.active {
    background: #cca779;
    color: white;
    border-color: #cca779;
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

@media (max-width: 768px) {
    .tab-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .table {
        font-size: 14px;
    }

    .table td {
        padding: 15px;
        display: block;
        width: 100% !important;
    }

    .table thead td {
        font-size: 16px;
    }

    .table tbody tr {
        display: block;
        margin-bottom: 10px;
        border: 2px solid #d0d0d0;
    }

    .table tbody td:first-child {
        border-bottom: 1px solid #d0d0d0;
    }

    .table tbody td:last-child {
        border-top: none;
    }
}

.all-tab {
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}


.dubai-table2 {
    padding-top: 20px;
}

.final-word {
    padding-top: 50px;
}

.media-icons li a i {
    color: #fff;
    font-size: 25px;
}

.media-icons li a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.media-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* .main-form{
    background-color: #f5f2ef;
    padding: 40px;
    border-radius: 10px;
} */



.about-us-images1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
}

.about-images-box1 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.about-images-1 {
    width: 100%;
    max-width: 413px;
}

.about-images-1 figure,
.about-images-2 figure {
    display: block;
    border-radius: 20px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.about-images-1 img {
    aspect-ratio: 1 / 1.332;
}

.about-images-1 img,
.about-images-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-us-circle {
    margin-top: 80px;
}

.about-us-circle a {
    display: block;
    border-radius: 50%;
}

.about-us-circle img {
    width: 100%;
    max-width: 147px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-images-2 {
    position: relative;
    width: 100%;
    max-width: 395px;
    margin: -260px 0 0 auto;
    z-index: 1;
}

.about-images-2 img {
    /* aspect-ratio: 1 / 1.14; */
    border-radius: 14px;
}

.about-images-2 figure {
    border: 6px solid #F4F1E9;
}

.con h5 {
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
}

.bar-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.city-label {
    width: 120px;
    text-align: right;
    padding-right: 15px;
    font-size: 17px;
    color: #555;
    flex-shrink: 0;
}

.bar-container {
    flex-grow: 1;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
}

.bar {
    height: 100%;
    background-color: #6c757d;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}

.bar.highlight {
    background-color: #29bf12;
}

.bar:hover {
    opacity: 0.8;
}

.bar-value {
    position: absolute;
    right: -60px;
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .chart-container {
        padding: 20px 15px;
    }

    .chart-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .city-label {
        width: 80px;
        font-size: 0.85rem;
        padding-right: 10px;
    }

    .bar-container {
        height: 30px;
    }

    .bar-value {
        font-size: 0.8rem;
        right: -55px;
    }

    .bar-row {
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .chart-title {
        font-size: 1rem;
    }

    .city-label {
        width: 70px;
        font-size: 0.75rem;
    }

    .bar-container {
        height: 28px;
    }

    .bar-value {
        font-size: 0.75rem;
        right: -50px;
    }
}

.main-bar-row {
    padding: 40px 0;
}

.stats-container {
    background: white;
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    width: 100%;
    margin: 40px 0;
}

.stat-card {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #e0e0e0, transparent);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 17px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    /* margin-bottom: 15px; */
}

.stat-description {
    font-size: 18px;
    color: #9ca3af;
    line-height: 1.6;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #e6c195 0%, #9e7645 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

@media (max-width: 991px) {
    .stat-card::after {
        display: none;
    }

    .stat-card {
        border-bottom: 2px solid #f3f4f6;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    .stat-card:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .stat-number {
        font-size: 2.8rem;
    }

    .stats-container {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .stat-number {
        font-size: 2.2rem;
    }

    .stats-container {
        padding: 30px 20px;
    }

    .icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

.blog-section {
    padding: 80px 0 40px;
}

.why-choose-image-1 img {
    aspect-ratio: 1 / 1.4;
}

.why-choose-image-1 img,
.why-choose-image-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.section-title1 h2 {
    font-size: 44px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    cursor: none;
    font-weight: 600;
}

.section-title-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.why-choose-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.why-choose-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cca779;
    border-radius: 50%;
    margin-right: 20px;
}

.why-choose-item-content {
    width: calc(100% - 80px);
}

.why-choose-item .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cca779;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.why-choose-item .icon-box img {
    width: 100%;
    max-width: 30px;
    transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box:before {
    transform: scale(1);
}

.why-choose-item-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.why-choose-item-content p {
    margin-bottom: 0;
    font-size: 17px;
}

.why-choose-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.why-choose-image-1 figure,
.why-choose-image-2 figure {
    display: block;
    border-radius: 30px;
}

.why-choose-image-2 img {
    aspect-ratio: 1 / 0.975;
}
.linked{
    color: #0072b1 !important;
}
.social-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, 
              #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease;
}

.social-instagram:hover {
  opacity: 0.8;
}

.why-choose-us {
    padding-bottom: 50px;
}

.beleive {
    margin-top: -30px;
    margin-bottom: 30px;
}

.title-ul li {
    list-style-type: disc;
    font-size: 18px;
    margin-bottom: 15px;
}

.here-title p {
    font-size: 18px;
    margin-bottom: 10px;
}



.blog-btn a {
    background: linear-gradient(135deg, #e6c195 0%, #9e7645 100%);
    border: 1px solid #9e7645;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {

    .section-padding {
        padding: 50px 0 0;
    }

    .banner-header {
        height: 20vh;
    }

    .navbar .navbar-toggler-icon i {
        font-size: 20px;
    }

    .invest-title h2 {
        font-size: 32px;
    }
    .testimonials-box .head-box h4{
        font-size: 30px;
    }
    .testimonials-box .head-box h6{
        font-size: 12px;
    }
    .testimonials .item p{
        font-size: 15px;
    }
    .head-box {
    margin-bottom: 20px;
}
.testi-padding {
    padding: 50px 0;
        background-position: bottom;    
}

    .invest-title h3 {
        font-size: 20px;
    }

    .invest-secton-main {
        padding: 50px 0;
    }

    .regu-title h2 {
        font-size: 27px;
    }

    .regu-content h4 {
        font-size: 20px;
    }

    .choose-img-1,
    .choose-content1 {
        margin-left: 0px;
    }

    .choose-img-2 {
        margin-right: 0px;
    }

    .choose-title h3 {
        font-size: 30px;
    }

    .main-choose-content {
        margin-top: 35px;
    }

    .about-right-content h3 {
        font-size: 30px;
    }

    .about-right-content {
        margin-left: 0px;
        margin-top: 20px;
    }

    .about-section {
        padding: 60px 0 50px;
    }

    .beyond-title h2 {
        font-size: 35px;
    }

    .inves {
        margin-top: 20px;
    }

    .video-wrapper {
        min-height: 260px;
    }

    .media-icons {
        margin-left: 80px;
    }

    .inves-title {
        font-size: 25px;
        margin-left: 130px;
        margin-bottom: 25px;
    }

    .media-icons li a {
        width: 40px;
        height: 40px;
    }

    .media-icons li a i {
        color: #fff;
        font-size: 20px;
    }

    .footer-img img {
        width: 90%;
    }

    .about-images-2 {
        margin: 0;
    }

    .about-contents {
        margin-top: 60px;
    }

    .abt-img img {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .social-icons li a i {
        font-size: 35px;
        color: #000;
    }

    .comm-title {
        font-size: 30px;
    }

    .client-title h3 {
        font-size: 35px;
    }

    .abt-img {
        margin-bottom: 50px;
    }

    .banner-header h5 {
        font-size: 15px;
        margin-left: 170px;
    }

    .banner-header.full-height {
        min-height: 35vh;
        background-position: left;
    }

    .butn-light a {
        font-size: 10px;
        letter-spacing: 2px;
        padding: 10px 15px;
        margin-left: 150px;
        border-radius: 5px;
    }

    .about-title h3 {
        font-size: 40px;
    }

    .about-title h5 {
        font-size: 16px;
    }

    .about-title p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .abt-img img {
        margin-left: 0;
    }
    .logo-img {
        margin-bottom: 0px;
        width: 100px;
        padding: 0;
    }

    .abt-img {
        margin-bottom: 50px;
    }

    .about-contents {
        margin-top: 50px;
    }

    .testi-padding {
        padding: 50px 0;
    }

    .video-wrapper {
        min-height: 350px;
    }

    .inves {
        margin-top: 0;
    }

    .footer-img img {
        width: 100%;
        max-width: 450px;
    }

    .banner-header.full-height {
        min-height: 55vh;
        background-position: left;
    }

    .banner-header.full-height h1 {
        font-size: 70px;
        margin-left: 210px;

    }

    .banner-header h5 {
        margin-left: 220px;
        font-size: 20px;
    }

    .butn-light a {
        font-size: 13px;
        letter-spacing: 4px;
        padding: 10px 15px;
        margin-left: 215px;
        border-radius: 5px;
    }

    .banner-header h4 {
        font-size: 15px;
        margin-left: 200px;
    }

    .banner-header {
        height: 25vh;
    }

    .main-choose-content {
        margin-top: 0px;
    }

    .choose-title {
        margin-bottom: 40px;
    }

    .choose-img-1,
    .choose-content1 {
        margin-left: 0px;
    }

    .choose-img-1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .choose-img-2 {
        margin-right: 0px;
    }

    .invest-secton-main {
        padding: 40px 0 50px;
    }

    .invest-title h3 {
        font-size: 22px;
    }

    .about-right-content h3,
    .beyond-title h2 {
        font-size: 35px;
    }

    .beleive {
        margin-top: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px){
.abt-img img {
        margin-left: 0;
    }
}