:root {
    --fs-10: 10px;
    --fs-11: 11px;
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-17: 17px;
    --fs-18: 18px;
    --bg-footer: #3e3d3d;
    --text-wheat: wheat;
    --realstate-primary-color: #1313E6;
    --realstate-font: "Montserrat", sans-serif;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}


body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}


h1 {
    font-size: 42px;
}
h2 {
    font-size: 22px;
}

/* Custom Luxury Pagination */
ul.pagination {
    margin-bottom: 0;
}

ul.pagination .page-item .page-link {
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #e0e0e0 !important;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
}

ul.pagination .page-item .page-link:hover {
    background-color: #f8f9fa !important;
    color: var(--luxury-gold, #C9A227) !important;
    border-color: var(--luxury-gold, #C9A227) !important;
}

ul.pagination .page-item.active .page-link {
    background-color: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

ul.pagination .page-item.disabled .page-link {
    background-color: #f8f9fa !important;
    color: #aaaaaa !important;
    border-color: #eeeeee !important;
    opacity: 0.6;
}

/* Add this CSS for chevron animation */
.chevron-icon {
    transition: transform 0.2s ease;
    display: inline-block;
}

.nav-link.dropdown-toggle:hover .chevron-icon {
    transform: rotate(180deg);
}


/* Custom CSS */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../images/homepage_638708332605777603_820465_.jpeg');
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

.navbar {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important;
    transition: background-color 0.3s ease;
}

.navbar-brand img {
    height: 40px;
}

.hero-content {
    text-align: center;
    padding-top: 11vw;
    padding-bottom: 1vw;
    margin: auto;
    inset: 0;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    margin: 10px 0
}

.hero-section .input-group {
    border-radius: 100px;
    background: transparent;
}

.btn-outline-light:hover {
    color: #000 !important;
}

.hero-section .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #fff;
    outline: none;
    box-shadow: none;
}

.hero-section .form-control {
    border: #fff;
}

.project-item-overlay {
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
}

.trending-items-header {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0 0;
    background-color: #00000066;
    backdrop-filter: blur(5px);
    top: 10px;
    left: 0;
    border-radius: 0 8px 8px 0;
    padding: 6px 24px 6px 24px;
}

.card-wrapper img {
    object-fit: cover;
    height: 250px;
    border-radius: 5px;
}

.trending-project-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* Desktop dropdown styles */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.95);
        border: none;
    }

    .dropdown-item {
        color: white;
        padding: 0.5rem 1.5rem;
    }

    .dropdown-item:hover,
    .mobile-menu .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

    .navbar-expand-lg .navbar-nav a.nav-link {
        color: #fff;
    }
}


/* Mobile offcanvas styles */
.offcanvas {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-close {
    filter: invert(1);
    opacity: 1;
}

.mobile-menu .nav-link {
    color: white;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Updated mobile dropdown styles with relative positioning */
.mobile-menu .dropdown {
    position: relative;
}

.mobile-menu .dropdown-menu {
    background-color: rgba(20, 20, 20, 0.9);
    border: none;
    position: relative !important;
    width: 100%;
    float: none;
    margin: 0;
    transform: none !important;
    inset: auto !important;
}

.mobile-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1.5rem 0.5rem 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu .dropdown-toggle::after {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
}

.mobile-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

i.bi.bi-chevron-left,
i.bi.bi-chevron-right {
    color: #525559;
}

.dropdown-toggle::after {
    border: none !important;
}

/* See more see less toggler button style */
.toggle-button {
    background: none;
    border: none;
    color: #525559;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

/* Tab scroll styling Start  */
/* navtab custom css */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #525559;
    background-color: #fff;
    border-color: #fff #fff #525559;
    border-bottom: 3px solid;
    font-weight: 500;
}

.nav-tabs .nav-link {
    color: #495057;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff #fff #525559;
}


/* text */
.nav-carousel-wrapper {
    overflow: hidden;
}

.nav-tabs {
    white-space: nowrap;
}

i.bi.bi-chevron-left,
i.bi.bi-chevron-right {
    color: #525559;
}

.nav-carousel-wrapper i.bi.bi-chevron-left {
    left: 0px;
    position: absolute;
}

.nav-carousel-wrapper i.bi.bi-chevron-right {
    right: 0px;
    position: absolute;
}

.slider-arrows button:focus {
    outline: none;
    /* Removes the dotted outline */
}

.nav-tabs {
    cursor: grab;
    z-index: 10;
    position: relative;
    margin: 0 20px;
}

.nav-tabs .nav-link {
    flex-shrink: 0;
    /* Prevent shrinking */
    margin-right: 10px;
}

.carousel-arrow {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    position: absolute;
    z-index: 10;
    padding: 0px 5px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    margin: 5px;
}

.carousel-arrow i {
    font-size: 1.25rem;
}

.carousel-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.nav-tabs.dragging {
    cursor: grabbing;
    user-select: none;
    /* Disable text selection during drag */
}

.nav-tabs {
    cursor: grab;
}

.owl-nav {
    display: block !important;
}
.owl-prev, .owl-next {
    font-size: 20px !important;
    color: #000 !important;
}


/* frequently asked question css */
.accordion-button:focus{
    box-shadow: none;
}
.faq-question {
    font-weight: 500;
}
.accordion-body p{
    letter-spacing: 0.5px;
    font-size: 15px;
}
.accordion-button:not(.collapsed) {
    color: #0056b3;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: none;
    border-right: 0;
    border-left: 0;
}


/* footer css */
/* .desktop-hide-enquiry{
    display: none;
} */
@media only screen and (max-width: 380px){
    .footer_ul.first-footer-child{
        min-width: 200px;
    }
}
.new-projects-scroll-wrapper ul.nav-link {
    margin-top: 15px;
    min-width: 1200px;
}
.new-projects-scroll-wrapper ul.nav-link li {
    /* list-style: inside !important; */
    width: auto;
    float: left;
    color: #7263ff !important;
    padding: 0px 28px 5px 0px;
    text-indent: -2px;
    margin-bottom: 10px;
}

.new-projects-scroll-wrapper ul.nav-link li a {
    margin-right: 18px;
    text-decoration: none;
    font-size: 14px;
}
.new-projects-scroll-wrapper {
    max-height: 300px;
    border: 1.5px solid #e3c7ff;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 10px;
    overflow-x: scroll;
}
ul.footer-items-link{
    list-style-type: none;
    padding: 0 0 0 12px;
}
.footer_sm {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin: 15px 0;
    padding: 0;
}
.footer_sm li {
    margin: 0 2px;
}
.footer_sm li i {
    border: 1px solid olive;
    border-radius: 50%;
    color: crimson;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 30px;
    display: block;
}

/* new footer css */
#main_footer {
    width: 100%;
    height: auto;
    padding: 2rem 4%;
    background-color: #192733;
}
.footer_child {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}
.footer_content {
    flex: 1 220;
    width: 100%;
    height: auto;
}
.footer_ul {
    list-style: none;
    padding: 1rem 1rem;
}
.footer_social {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 2rem 2rem;
}
.social_child_one {
    background-color: #b6c7d6;
    width: 100%;
    height: .1rem;
}
.footer_social_child {
    max-width: 350px;
    width: 100%;
    height: auto;
}
.social_child_two {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.footer_copy {
    width: 100%;
    height: auto;
}
.footer_copy_child {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem 0rem 2rem;
}
.footer_copy_logo {
    width: 13rem;
    height: auto;
}
.footer_copy_logo img {
    width: 100%;
    height: 100%;
}
.footer_copy_child p {
    padding: .5rem 0 .5rem 0;
    text-transform: capitalize;
    font-size: .9rem;
    color: #b6c7d6;
}
.company_link {
    padding: 0 0 1.5rem 0;
    text-transform: capitalize;
    font-size: .9rem;
    color: #b6c7d6;
}
.company_link a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: .9rem;
    color: #b6c7d6;
}
.footer_copy_link {
    width: 100%;
    height: auto;
    justify-content: center;
}
.copy_link_child_one {
    border-right: 2px solid #b6c7d6;
}
.copy_link_child {
    padding: 0 1rem 0 1rem;
    display: flex;
    align-items: center;
}
.copy_link_child a {
    color: white;
    text-transform: capitalize;
    font-size: .9rem;
    text-decoration: none;
}
.footer_ul li {
    /* font-size: 1.2rem; */
    padding: .2rem 0;
    color: white;
    text-transform: capitalize;
}
.footer_ul li a {
    text-decoration: none;
    color: #cdc7c7;
}
.footer_ul li a:hover {
    text-decoration: underline;
}
.social_child_one {
    background-color: #b6c7d6;
    width: 80% !important;
    height: .1rem !important;
}
.social_child_two {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.social_child_two i {
    color: #b6c7d6;
    font-size: 1.5rem;
}
.footer_social_child {
    max-width: 350px;
    width: 100%;
    height: auto;
}

/* mobile fixed bottom footer */
.danda-footer {
    border-right: 2px solid #1313e6;
    width: 1px;
    height: 20px;
}
/* mobile fixed bottom footer */


/*  =========== new footer css end  =============   */



/* Home pages css */

.card a {
    text-decoration: none;
    color: #000;
}

.card a img {
    border-radius: 5px;
    object-fit: cover;
    height: 200px;
    width: 100%;
}
.banner-section img{
    border-radius: 15px;
}
.banner-section {
    background-color: #fafff0fa;
    padding: 50px 0;
}
.view-all-btn {
    background: #000;
    padding: 15px 80px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
}

.banner_grid .banner-image-item {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
    height: 220px;
    position: relative;
    transition: all .5s;
}
.banner_grid .banner-image-item img {
    height: 220px;
    object-fit: cover;
    transition: all .5s;
    width: 100%;
}
.banner_grid .first-img, .banner_grid .last-img, .banner_grid .first-img img, .banner_grid .last-img img {
    height: 450px;
}
.banner_grid .banner-image-item:hover img {
    transform: scale(1.06);
}
.banner_grid .banner-image-item:after {
    position: absolute;
    content: "";
    background: radial-gradient(44.97% 44.97% at 50% 55.03%, rgba(57, 68, 79, 0) 1%, rgba(57, 68, 79, .2) 72.92%);
    top: 0;
    width: 100%;
    height: 100%;
}

.explore-absolute-text {
    position: absolute;
    z-index: 999;
    color: #fff;
    bottom: 0;
    padding: 10px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
}
.explore-text-wrapper {
    bottom: 22px;
    position: absolute;
}

.top-developer-card img {
    object-fit: cover;
    max-height: 80px;
    padding: 0 50px;
}



.item {
    background: #fff;
    border: 1px solid #777;
    padding: 15px;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    flex-direction: column;
}

.item-row {
    display: flex;
    flex-direction: column;
}

#top-developers-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 88px;
}




/* =================================== end Home page css  =========================== */


 /* ======================= Start Listing page css ======================== */
.breadcrumbs_sec {
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}
.breadcrumbs_sec.mobilehide {
    margin-top: 60px;
}
li.breadcrumb-item button {
    border: none;
    background: none;
    font-size: 14px;
    margin: 0;
    padding: 0 5px;
}

.page-link:focus{
    box-shadow: none !important;
}












 /* ======================= End Listing page css ======================== */

/* Custom Specificity Overrides for Luxury Homes */

/* Fix button link colors inside cards */
.card a.btn-dark, .explore-project-card a.btn-dark {
    color: #ffffff !important;
}
.card a.btn-primary, .explore-project-card a.btn-primary {
    color: #ffffff !important;
}
.card a.btn-outline-dark, .explore-project-card a.btn-outline-dark {
    color: #212529 !important;
}
.card a.btn-outline-dark:hover, .explore-project-card a.btn-outline-dark:hover {
    color: #ffffff !important;
}

/* Tab active/inactive state indicators */
.nav-tabs {
    border-bottom: 2px solid #dee2e6 !important;
}
.nav-tabs .nav-link {
    font-weight: 600 !important;
    color: #6c757d !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    padding: 10px 20px !important;
    background: transparent !important;
    transition: all 0.3s ease;
}
.nav-tabs .nav-link.active {
    color: #212529 !important;
    border-bottom: 3px solid #212529 !important;
    background: transparent !important;
}
.nav-tabs .nav-link:hover {
    color: #212529 !important;
    border-bottom: 3px solid #ced4da !important;
}

/* ==========================================================================
   LUXURY HOMES PREMIUM DESIGN SYSTEM 
   ========================================================================== */

/* Typography & Colors */
:root {
    --luxury-gold: #C9A227;
    --luxury-gold-dark: #A6831C;
    --luxury-black: #111111;
    --luxury-dark-gray: #222222;
    --luxury-off-white: #F8F9FA;
}

.text-gold { color: var(--luxury-gold) !important; }
.bg-gold { background-color: var(--luxury-gold) !important; }
.bg-luxury-black { background-color: var(--luxury-black) !important; }

/* Premium Shadows & Borders */
.shadow-premium {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}
.shadow-premium-hover:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.12) !important;
    transform: translateY(-5px);
    transition: all 0.4s ease;
}
.border-gold { border-color: var(--luxury-gold) !important; }

/* Micro-Animations */
.hover-zoom {
    overflow: hidden;
}
.hover-zoom img {
    transition: transform 0.6s ease;
}
.hover-zoom:hover img {
    transform: scale(1.08);
}
.fade-up {
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    transform: translateY(30px);
}
@keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
}

/* Glassmorphism */
.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.glass-panel-dark {
    background: rgba(17, 17, 17, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Elegant Buttons */
.btn-gold {
    background-color: var(--luxury-gold);
    color: white !important;
    border: 1px solid var(--luxury-gold);
    transition: all 0.3s ease;
}
.btn-gold:hover {
    background-color: var(--luxury-gold-dark);
    color: white !important;
}

/* Owl Carousel Nav Override */
.owl-carousel {
    position: relative !important;
}

.owl-carousel .owl-nav {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 0 !important;
    display: block !important;
    pointer-events: none !important;
    z-index: 10 !important;
    margin: 0 !important;
    border: none !important;
}

/* Circular Carousel Arrows Override */
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next,
.carousel-arrow {
    width: 44px !important;
    height: 44px !important;
    background: white !important;
    color: var(--luxury-black) !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    border: 1px solid #eaeaea !important;
    pointer-events: auto !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -22px !important;
}

.owl-carousel .owl-nav button.owl-next {
    right: -22px !important;
}

.owl-nav button.owl-prev:hover, 
.owl-nav button.owl-next:hover,
.carousel-arrow:hover {
    background: var(--luxury-black) !important;
    color: white !important;
    border-color: var(--luxury-black) !important;
}