
.owl-carousel .owl-item img {
    display: block;
    /*width: auto !important;*/
}
.carousel-indicators li {
    display: none !important;
}

/* 🔘 Normal Dots */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
    border: none;
    margin: 0 4px;
    transition: all 0.3s ease;
}

/* 🔵 Active Dot */
.carousel-indicators .active {
    background-color: #007bff;
    transform: scale(1.3);
}

/* ✨ Hover Effect */
.carousel-indicators [data-bs-target]:hover {
    background-color: #0056b3;
}

/* ❌ Remove Bootstrap default lines */
.carousel-indicators [data-bs-target]::before,
.carousel-indicators [data-bs-target]::after {
    display: none;
}  

/* ===============================
   SEARCH WRAPPER
================================*/
.search-wrapper {
    position: relative;
    width: 100%;
}

/* ===============================
   AUTOCOMPLETE DROPDOWN
================================*/
.autocomplete-box {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
    z-index: 99999;
    overflow: hidden;
}

/* ===============================
   SCROLL AREA
================================*/
.autocomplete-inner {
    max-height: 280px;
    overflow-y: auto;
}

/* ===============================
   TITLE (Projects / Builders / Cities)
================================*/
.suggest-title {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    padding: 8px 15px;
    background: #fafafa;
    border-bottom: 1px solid #f1f1f1;
}

/* ===============================
   ITEM
================================*/
.suggest-item {
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
    color: #000;
}

.property-location img {
    display: block;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 6px;
}
/* ===============================
   HOVER EFFECT
================================*/
.suggest-item:hover {
    background: #f3f6ff;
    font-weight: 500;
}

/* ===============================
   HIGHLIGHT TEXT
================================*/
.suggest-item b {
    color: #000;
    font-weight: 600;
}

/* ===============================
   SCROLLBAR
================================*/
.autocomplete-inner::-webkit-scrollbar {
    width: 6px;
}

.autocomplete-inner::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

/* ===============================
   FIX OVERLAP ISSUE
================================*/
.property-search-bar {
    position: relative;
    z-index: 99999;
}

.hero-section,
.offer-section,
.banner,
.swiper,
.owl-carousel {
    position: relative;
    z-index: 1;
}

.search-btn {
    background: var(--default-color);
    border: none;
    color: var(--contrast-color);
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 16px;
    width: 200px;
}

.search-input {
    border: none;
    flex: 1;
    padding: 10px 15px;
    outline: none;
    width: 100%;
}



.city-select-wrapper {
    position: relative;
    width: 27%;
}

.city-selected {
    padding: 10px 15px;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #000;
}

.city-dropdown {
    position: absolute;
    top: 110%;
    width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 10px 0;
}

.dropdown-title {
    font-size: 14px;
    color: #000;
    padding: 5px 15px;
        margin-bottom: 0px;
}

.city-search-wrapper {
    padding: 5px 10px;
}

.city-search-wrapper input {
    width: 100%;
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.city-list {
    max-height: 200px;
    overflow-y: auto;
}

.city-item {
    padding: 5px 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.city-item:hover {
    background: #f5f5f5;
}

.feature-tags-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0px;
}
.usps-heading{
    
    font-weight: 600;
    font-size: 14px;
    color: var(--black-color);
    margin: 10px 8px 0px;
}

.property-info-details .share-btn {
    position: relative;
    bottom: 0px;
    right: 0px;
    background: none;
    color: #2563eb;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}


.property-info-details .share-btn:hover{
    position: relative;
    bottom: 0px;
    right: 0px;
    background: #2563eb;
    color: #2563eb;

}

.contact-buttons .theme-btn-fill, .theme-btn-outline {
    font-size: 15px;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 500;
    margin-right: 11px;
}
.feature-tags {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px 0;
    scrollbar-width: none;
}

.feature-tags::-webkit-scrollbar {
    display: none;
}

.feature-tags span {
    background: #f1f3f6;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
}

/* buttons */
.scroll-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;

    border: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}
.property-card:hover .scroll-btn.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.scroll-btn.left {
    left: -10px;
    top: 5px;
}

.scroll-btn.right {
    right: -10px;
    top: 5px;
}

.property-list-card .feature-tags {
    margin-top: 0px;
}

.property-desc {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}



.no-result-box {
    background: #fff;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-top: 20px;
}

.no-result-content {
    max-width: 500px;
    margin: auto;
}

.no-icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.no-result-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.no-result-box p {
    color: #777;
    font-size: 14px;
    margin-bottom: 25px;
}

.no-result-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btn-home {
    background: #2b5cff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
}

.btn-reset {
    background: #f1f1f1;
    border: none;
    padding: 10px 18px;
    border-radius: 25px;
}

.filter-property-type.active {
    background: #0d6efd;
    color: #fff ;
    border-color: #0d6efd;
}

.filter-property-type a:hover {
    
    color: #000 !important;
}

.filter-tag-wrap li a:hover {
    border: 1px solid #2563EB;
    background: #F4F7FE;
    color: #000 !important;
}

.filter-bhk.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.filter-furnishing.active {
    background: #0d6efd;
    color: #fff;
    border-radius: 5px;
}

.filter-status.active {
    background: #0d6efd;
    color: #fff;
    border-radius: 5px;
}

.filter-facing.active {
    background: #0d6efd;
    color: #fff;
    border-radius: 5px;
}

.budget-filter-card {
    border-bottom: 1px solid #E8E9EA;
    padding-bottom: 13px;
    margin-bottom: 20px;
}

.project-card {
    cursor: pointer;
}
.project-card:hover {
    transform: translateY(-3px);
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.propertyD-slider img,
.propertyD-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrapper {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.propertyD-slider img,
.propertyD-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrapper {
    position: relative;
}



.video-thumb img,
.video-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sharing-icons-group {
    position: absolute;
    top: 20px;
    right: 10px;
}
.PD-info{
    padding-bottom: 15px;
}

.property-price_buttons {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 3px 0 25px 0;
}

.PD-location-wrap {
    background: #FAFAFA;
    padding: 15px;
    border-radius: 15px;
    margin: 0em 0 1em 0;
}

.PD-amenities-items {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.amenity-group {
    padding-bottom: 20px;
}

.amenity-group-title h4{
    color: #51545a;
    font-size: 18px;
    font-weight: 600;
}

.page-scroll-nav a.active {
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
    font-weight: 600;
}

.pro-buttons-group .download-btn i {
    color: #ffffff;
}
.pro-buttons-group .download-btn {
    background: #37bdf8;
    border-color: #37bdf8;
    color: #ffffff;
    margin-left: 15px;
}


.blog-page .blog-hero-advanced {
    background: linear-gradient(135deg, #37bdf8, #2563eb);
    color: #fff;
    padding: 90px 0;
}


.blog-page .hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.blog-page .hero-content p {
    margin-top: 15px;
    font-size: 16px;
    opacity: 0.9;
}

/* BLOG CARD */
.blog-page .blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.blog-page .category-meta-box {
    position: absolute;
    left: 4%;
    top: 8%;
    background: #2563eb;
    border-radius: 50px;
    padding: 6px 16px;
}

.blog-page .blog-card:hover {
    transform: translateY(-6px);
}

.blog-page .blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-page .blog-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #5f2cff;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
}

.blog-page .blog-content {
    padding: 18px;
}

.blog-page .blog-content h3 {
    font-size: 18px;
    margin: 10px 0;
}

.blog-page .blog-meta {
    font-size: 12px;
    color: #777;
}

.blog-page .read-more {
    color: #5f2cff;
    font-weight: 600;
}
.blog-page .hero-content {
    text-align: center;
    margin: 1em 0 1em 0;
}

.blog-page .article-img {
    width: 100%;
    height: 220px;              /* 🔥 fixed box */
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: #f5f5f5;        /* empty case fallback */
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-page .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* 🔥 MAIN MAGIC */
}
.article-content {
    padding: 20px 20px 20px 20px;
}

/* MOBILE */
@media(max-width:768px){
    .blog-page .blog-hero-advanced {
        padding: 70px 0;
    }

    .blog-page .hero-content h1 {
        font-size: 28px;
    }
}



/* HERO */
.blog-detail-page .blog-detail-hero {
    background: linear-gradient(135deg, #37bdf8, #2563eb);
    color: #fff;
    padding: 90px 0;
}

.blog-detail-page .blog-detail-hero h1 {
    font-size:36px;
    font-weight:700;
}

/* MAIN IMAGE */
.blog-detail-page .blog-main-img {
    width:100%;
    height:380px;
    overflow:hidden;
    border-radius:12px;
    background:#f5f5f5;
}

.blog-detail-page .blog-main-img img {
    width:100%;
    height:100%;
    object-fit:cover;
}

/* CONTENT */
.blog-detail-page .blog-content {
    line-height:1.9;
    font-size:16px;
    color:#333;
}

.blog-detail-page .blog-content img {
    max-width:100%;
    height:auto;
    border-radius:8px;
}

/* SIDEBAR */
.blog-detail-page .sidebar-box {
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.blog-detail-page .sidebar-box h4 {
    margin-bottom:15px;
}

/* RECENT BLOG */
.blog-detail-page .recent-blog {
    display:flex;
    gap:10px;
}

.blog-detail-page .recent-blog img {
    width:70px;
    height:60px;
    object-fit:cover;
    border-radius:6px;
}

/* CATEGORY */
.blog-detail-page .category-item {
    display:block;
    padding:6px 0;
    color:#444;
    text-decoration:none;
}

.blog-detail-page .category-item:hover {
    color:#2563eb;
}

/* RELATED BLOGS */
.blog-detail-page .related-blogs {
    padding:60px 0;
    background:#f9f9f9;
}

.blog-detail-page .blog-card {
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
}

.blog-detail-page .blog-card:hover {
    transform:translateY(-5px);
}

.blog-detail-page .blog-img {
    height:200px;
    overflow:hidden;
}

.blog-detail-page .blog-img img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.blog-detail-page .blog-content h5 {
    font-size:16px;
    margin-bottom:8px;
}

.blog-detail-page .read-more {
    color:#2563eb;
    font-weight:600;
}

/* MOBILE */
@media(max-width:768px){
    .blog-detail-page .blog-main-img {
        height:220px;
    }

    .blog-detail-page .blog-detail-hero h1 {
        font-size:24px;
    }
}

/* CKEDITOR TABLE FIX */
.blog-detail-page .blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.blog-detail-page .blog-content table th,
.blog-detail-page .blog-content table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.blog-detail-page .blog-content table th {
    background: #f5f5f5;
    font-weight: 600;
}

.blog-detail-page .blog-content table tr:nth-child(even) {
    background: #fafafa;
}

.blog-detail-page .blog-content table tr:hover {
    background: #f1f1f1;
}

.blog-detail-page .recent-blogs-box {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.blog-detail-page .sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    color: #0f172a;
}

.blog-detail-page .sidebar-title::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #0f172a;
    position: absolute;
    bottom: -5px;
    left: 0;
}

/* ITEM */
.blog-detail-page .recent-blog-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
    transition: 0.3s;
}

.blog-detail-page .recent-blog-item:hover {
    transform: translateX(5px);
}

/* IMAGE */
.blog-detail-page .recent-blog-img {
    width: 80px;
    height: 65px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
}

.blog-detail-page .recent-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.blog-detail-page .recent-blog-content a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    display: block;
}

.blog-detail-page .recent-blog-content a:hover {
    color: #2563eb;
}

/* DATE */
.blog-detail-page .recent-date {
    font-size: 12px;
    color: #777;
}

/* MOBILE */
@media(max-width:768px){
    .blog-detail-page .recent-blog-img {
        width: 70px;
        height: 55px;
    }
}

/* CATEGORY BOX */
.blog-detail-page .category-box {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* TITLE */
.blog-detail-page .sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* LIST */
.blog-detail-page .category-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ITEM */
.blog-detail-page .category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f7f8fc;
    text-decoration: none;
    transition: 0.3s;
}

/* HOVER */
.blog-detail-page .category-item:hover {
    background: #2563eb;
    color: #fff;
}

/* LEFT */
.blog-detail-page .cat-left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.blog-detail-page .category-item:hover .cat-left {
    color: #fff;
}

/* COUNT BADGE */
.blog-detail-page .cat-count {
    font-size: 12px;
    font-weight: 600;
    background: #e6e9ff;
    color: #2563eb;
    padding: 3px 8px;
    border-radius: 20px;
}

.blog-detail-page .category-item:hover .cat-count {
    background: #fff;
    color: #2563eb;
}






/* WRAPPER */
.builder-page-new * {
    box-sizing: border-box;
}

.builder-page-new h3{
    color:#001D62;
}

.builder-page-new h4{
    color:#001D62;
}



.hero-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 16px;
}

.builder-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.builder-info .logo {
    width: 70px;
    border-radius: 12px;
}

.builder-stats {
    margin-top: 8px;
    display: flex;
    gap: 15px;
    font-size: 13px;
    opacity: 0.8;
}

/* BUTTONS */
.btn-call {
    background: #ff512f;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
}

/* SECTION */
.builder-content-new {
    padding: 50px 0;
}

/* HEADER */
.section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.about-page .section-header {
    display: inline;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filters button {
    margin-left: 10px;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.filters .active {
    background: #ff512f;
    color: #fff;
}

/* PROJECT ROW */
.project-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.project-img {
    width: 160px;
    height: 120px;
}
.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-info {
    padding: 15px;
    flex: 1;
}

.project-info h4 {
    font-size: 16px;
}

.meta {
    display: flex;
    gap: 15px;
    margin: 8px 0;
    font-size: 13px;
}

/* BUTTONS */
.actions {
    margin-top: 10px;
}

.btn-view {
    background: #ff512f;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
}

.btn-outline {
    border: 1px solid #ff512f;
    color: #ff512f;
    padding: 6px 12px;
    border-radius: 6px;
}

/* GLASS CARD */
.glass-card {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 14px;
}

/* FORM */
.glass-card input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.btn-submit {
    width: 100%;
    background: #0d6efd;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 0px;
}
.btn-submit:hover {
    background: #37bdf8;
    color: #000000;
}

/* RESPONSIVE */
@media(max-width:768px){
    .hero-box {
        flex-direction: column;
        gap: 20px;
    }

    .project-row {
        flex-direction: column;
    }

    .project-img {
        width: 100%;
        height: 180px;
    }
}


.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    z-index: 0 !important;
    opacity: 1;
}


/* =========================
   GLOBAL RESET
========================= */
.builder-page-new * {
    box-sizing: border-box;
}

.builder-page-new {
    background: #f6f8fc;
    padding-bottom: 60px;
}

/* =========================
   HERO SECTION
========================= */
.builder-page-new .builder-hero-new.image-hero {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}

.builder-page-new .builder-hero-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15,23,42,0.9), rgba(15,23,42,0.5));
}

/* HERO BOX */
.builder-page-new .hero-box {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 30px;
    border-radius: 18px;

    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.15);
}

/* LEFT */
.builder-page-new .builder-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.builder-page-new .logo-wrap {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 14px;
    padding: 8px;
}

.builder-page-new .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* TEXT */
.builder-page-new .builder-text h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.builder-page-new .builder-text p {
    color: #cbd5e1;
    font-size: 14px;
}

/* STATS */
.builder-page-new .builder-stats {
    display: flex;
    gap: 20px;
    font-size: 13px;
    margin-top: 6px;
    color: #cbd5e1;
}

/* BUTTONS */
.builder-page-new .hero-actions {
    display: flex;
    gap: 10px;
}

.builder-page-new .btn-call {
    background: #ff5a3c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
}

.builder-page-new .btn-whatsapp {
    background: #22c55e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
}

/* =========================
   CONTENT
========================= */




/* =========================
   SIDEBAR (RIGHT)
========================= */
.builder-page-new .row {
    align-items: flex-start;
}

.builder-page-new .col-lg-4 {
    align-self: flex-start;
}

/* 🔥 STICKY FIX */
.builder-page-new .sidebar-sticky {
    position: sticky;
    top: 120px;
}

/* CARD */
.builder-page-new .premium-card {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ABOUT */
.builder-page-new .about-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* FORM */
.builder-page-new .contact-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #eee;
}



/* TRUST */
.builder-page-new .trust-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {

    .builder-page-new .hero-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .builder-page-new .sidebar-sticky {
        position: static;
    }

    .builder-page-new .property-stats {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {

    .builder-page-new .builder-text h1 {
        font-size: 20px;
    }

    .builder-page-new .builder-stats {
        flex-direction: column;
        gap: 5px;
    }

    .builder-page-new .property-slider img {
        height: 180px;
    }
}

.autocomplete-inner .suggest-title {
    margin: 4px 0 2px !important;
}

.autocomplete-inner .suggest-item {
    margin: 0 !important;
    padding: 8px 12px;
}





/* =========================
   ABOUT PAGE MAIN WRAPPER
========================= */
.about-page {
    background: #f8fafc;
    font-family: 'Inter', sans-serif;
}

/* =========================
   HERO SECTION
========================= */
.about-page .about-hero {
     padding: 80px 20px 70px;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    position: relative;
}

.about-page .about-hero h1 {
    font-size: 36px;
    font-weight: 700;
}

.about-page .about-hero p {
    opacity: 0.9;
    margin-top: 10px;
    color: #fff;
}

/* =========================
   ABOUT SECTION
========================= */
.about-page .about-section {
    padding: 80px 0;
}

.about-page .about-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.about-page .about-img img:hover {
    transform: scale(1.04);
}

/* CONTENT */
.about-page .about-content {
    padding-left: 40px;
}

.about-page .about-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.about-page .about-content p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* LIST */
.about-page .about-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.about-page .about-content li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
    color: #1e293b;
}

.about-page .about-content li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-size: 14px;
}

/* BUTTON */
.about-page .btn-main {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #2563eb, #2563eb);
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.about-page .btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(41, 57, 167, 0.3);
}

/* =========================
   WHY SECTION
========================= */
.about-page .about-why {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff, #f1f5f9);
}

/* HEADER */
.about-page .section-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0f172a;
}

.about-page .section-header p {
    color: #64748b;
    margin-top: 8px;
}

/* CARD */
.about-page .why-card {
    background: rgba(255,255,255,0.9);
    border-radius: 18px;
    padding: 30px 20px;
    text-align: left;
    transition: 0.3s;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    height: 100%;
}

/* ICON */
.about-page .why-card span {
    font-size: 32px;
    display: inline-block;
    margin-bottom: 10px;
}

/* TEXT */
.about-page .why-card h4 {
    font-weight: 600;
    color: #0f172a;
}

.about-page .why-card p {
    font-size: 14px;
    color: #64748b;
}

/* HOVER */
.about-page .why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(42, 69, 205, 0.15);
}

/* =========================
   STATS SECTION
========================= */
.about-page .about-stats {
    padding: 70px 0;
}

/* CARD */
.about-page .stat-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 20px;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* NUMBER */
.about-page .stat-card h2 {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff6a00, #ff3d00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* LABEL */
.about-page .stat-card p {
    color: #64748b;
    font-size: 14px;
}

/* HOVER */
.about-page .stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(255, 61, 0, 0.2);
}

/* =========================
   CTA SECTION
========================= */
.about-page .about-cta {
    background: linear-gradient(135deg, #4f46e5, #3b82f6);
    padding: 80px 20px;
    color: #fff;
}

.about-page .about-cta h2 {
    font-weight: 700;
}

.about-page .about-cta p {
    opacity: 0.9;
    margin-bottom: 20px;
}

/* BUTTONS */
.about-page .btn-light {
    background: #fff;
    color: #000;
    padding: 10px 22px;
    border-radius: 30px;
    margin: 5px;
    display: inline-block;
}

.about-page .btn-outline {
    border: 1px solid #fff;
    padding: 10px 22px;
    border-radius: 30px;
    color: #fff;
    margin: 5px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
    .about-page .about-content {
        padding-left: 0;
        margin-top: 25px;
    }

    .about-page .about-img img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .about-page .about-hero h1 {
        font-size: 24px;
    }

    .about-page .stat-card h2 {
        font-size: 24px;
    }
}

/* =========================
   DRIVE ALT SECTION
========================= */
.about-page .about-drive-alt {
    padding: 70px 0;
    background: #ffffff;
}

/* CARD */
.about-page .drive-alt-card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #f8fafc;
    padding: 25px;
    border-radius: 16px;
    border-left: 4px solid #ff3d00;
    transition: 0.3s;
}

/* ICON */
.about-page .drive-alt-card .icon {
    font-size: 26px;
    min-width: 40px;
}

/* TEXT */
.about-page .drive-alt-card h4 {
    margin: 0;
    font-weight: 600;
    color: #0f172a;
}

.about-page .drive-alt-card p {
    font-size: 14px;
    color: #64748b;
    margin-top: 5px;
}

/* HOVER */
.about-page .drive-alt-card:hover {
    transform: translateY(-6px);
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* DRIVE PRO SECTION */
.about-page .about-drive-pro {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff, #f1f5f9);
}

/* CARD */
.about-page .drive-pro-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    height: 100%;
}

/* TOP GRADIENT LINE */
.about-page .drive-pro-card .top-line {
    height: 4px;
    width: 60px;
    background: linear-gradient(135deg, #ff6a00, #ff3d00);
    margin: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* ICON */
.about-page .drive-pro-card .icon {
    font-size: 30px;
    margin-bottom: 10px;
}

/* TEXT */
.about-page .drive-pro-card h4 {
   
    margin-bottom: 15px;
        font-size: 20px;
    font-weight: 600;
    color: #0f172a;
}

.about-page .drive-pro-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* HOVER */
.about-page .drive-pro-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(39, 31, 180, 0.2);
}

.about-page .about-drive-pro h2{
    font-size: 30px;
    font-weight: 700;
    color: #0f172a;
}

.about-page .about-drive-pro p{
    
        color: #64748b;
    margin-top: 8px;
}
.about-page .about-cta-pro p{
    color: #fff;
}
/* =========================
   CTA PREMIUM SECTION
========================= */
.about-page .about-cta-pro {
    padding: 100px 20px;
   
    position: relative;
    overflow: hidden;

    background-image: linear-gradient(to right, #0D3590 3%, #001D62 97%);
   
}


.blog-page .hero-inner {
    max-width: 800px !important;
}

/* BACKGROUND GLOW */
.about-page .about-cta-pro::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.1);
    filter: blur(120px);
    top: -100px;
    left: -100px;
}

/* BOX */
.about-page .cta-box {
    max-width: 750px;
    margin: auto;
    color: #fff;
    position: relative;
    z-index: 2;
}

/* HEADING */
.about-page .cta-box h2 {
    font-size: 34px;
    font-weight: 700;
}

/* TEXT */
.about-page .cta-box p {
    margin-top: 15px;
    opacity: 0.9;
    line-height: 1.6;
}

/* BUTTON WRAPPER */
.about-page .cta-actions {
    margin-top: 25px;
}

/* BUTTON */
.about-page .cta-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 600;
    margin: 5px;
    transition: 0.3s;
    text-decoration: none;
}

/* PRIMARY */
.about-page .cta-btn.primary {
    background: #fff;
    color: #000;
}

.about-page .cta-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* SECONDARY */
.about-page .cta-btn.secondary {
    border: 1px solid #fff;
    color: #fff;
}

.about-page .cta-btn.secondary:hover {
    background: rgba(255,255,255,0.1);
}

/* MOBILE */
@media(max-width:576px){
    .about-page .cta-btn {
        display: block;
        width: 100%;
    }
}






/* HERO NEW DESIGN */
.investors-page .hero-pro {
    padding: 80px 20px 70px;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    position: relative;
}

/* CENTER BOX (PREMIUM TOUCH) */
.investors-page .hero-inner {
    max-width: 720px;
    margin: auto;
    background: rgba(255,255,255,0.04);
    padding: 40px 30px;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.05);
}

/* TAG */
.investors-page .hero-pro .tag {
    background: rgba(255,255,255,0.08);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    color: #cbd5f5;
}

/* HEADING */
.investors-page .hero-pro h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 18px 0;
}

.investors-page .hero-pro h1 span {
    color: #38bdf8;
}

/* TEXT */
.investors-page .hero-pro .lead {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
}

/* BUTTON */
.investors-page .hero-pro .btn {
    margin-top: 20px;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    transition: 0.3s;
}

/* PRIMARY */
.investors-page .hero-pro .btn.primary {
    background: linear-gradient(135deg,#38bdf8,#2563eb);
    color: #fff;
}

.investors-page .hero-pro .btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37,99,235,0.3);
}

/* MOBILE */
@media(max-width:768px){
    .investors-page .hero-pro h1 {
        font-size: 26px;
    }
}
/* ABOUT */
.investors-page .about-pro {
    padding: 80px 0;
    background: #fff;
}

/* HEADING */
.investors-page .about-pro h2 {
    font-size: 34px;
    font-weight: 700;
    color: #001D62;
}

.investors-page .about-pro .lead {
    color: #334155;
    margin-top: 10px;
    font-weight: 500;
}

/* TEXT */
.investors-page .about-pro p {
    color: #64748b;
    margin-top: 10px;
}

/* FEATURE GRID */
.investors-page .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 25px;
}

/* CARD */
.investors-page .feature-card {
    background: #f8fafc;
    padding: 18px;
    border-radius: 14px;
    transition: 0.3s;
    border: 1px solid #eee;
}

/* ICON */
.investors-page .feature-card span {
    font-size: 22px;
    display: block;
    margin-bottom: 8px;
}

/* TITLE */
.investors-page .feature-card h5 {
    font-size: 15px;
    font-weight: 600;
    color: #001D62;
}

/* TEXT */
.investors-page .feature-card p {
    font-size: 13px;
    margin-top: 5px;
}

/* HOVER */
.investors-page .feature-card:hover {
    transform: translateY(-6px);
    border-color: #c1c1c1;
    box-shadow: 0 15px 40px rgba(37,99,235,0.15);
}

/* IMAGE */
.investors-page .about-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.1);
}

/* MOBILE */
@media(max-width:768px){
    .investors-page .feature-grid {
        grid-template-columns: 1fr;
    }
}

/* METRICS */
.investors-page .metrics {
    padding: 50px 0;
    background: linear-gradient(180deg,#f8fafc,#eef2ff);
}

.investors-page .metrics h2 {
    color: #001D62;
}

/* SUBTEXT */
.investors-page .metrics .sub {
    color: #64748b;
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
}

/* CARD */
.investors-page .metric-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 18px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

/* ICON */
.investors-page .metric-card .icon {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
}

/* NUMBER */
.investors-page .metric-card h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0;
    background: linear-gradient(135deg,#2563eb,#1e40af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* TITLE */
.investors-page .metric-card h5 {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
}

/* DESC */
.investors-page .metric-card p {
    font-size: 13px;
    color: #64748b;
}

/* HOVER */
.investors-page .metric-card:hover {
    transform: translateY(-10px);
    border-color: #2563eb;
    box-shadow: 0 20px 60px rgba(37,99,235,0.2);
}


/* WHY */
.investors-page .why {
    padding: 50px 0;
    background: #fff;
}

.investors-page .why h2 {
    color: #001D62;
}

/* SUBTEXT */
.investors-page .why .sub {
    color: #64748b;
    max-width: 650px;
    margin: auto;
    margin-top: 10px;
}

/* CARD */
.investors-page .why-card {
    background: #f8fafc;
    padding: 30px 20px;
    border-radius: 18px;
    transition: 0.3s;
    border: 1px solid #eee;
    height: 100%;
}

/* ICON */
.investors-page .why-card .icon {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg,#2563eb,#1e40af);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}

/* TITLE */
.investors-page .why-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

/* TEXT */
.investors-page .why-card p {
    font-size: 14px;
    color: #64748b;
    margin-top: 6px;
}

/* HOVER EFFECT */
.investors-page .why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(37,99,235,0.3);
}



/* MODEL */
.investors-page .model {
    padding: 110px 0;
    background: #0f172a;
    color: #fff;
}

/* SUBTEXT */
.investors-page .model .sub {
    color: #94a3b8;
    max-width: 650px;
    margin: auto;
    margin-top: 10px;
}

/* CARD */
.investors-page .model-card {
    background: #1e293b;
    padding: 30px 20px;
    border-radius: 18px;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.05);
    height: 100%;
}

/* ICON */
.investors-page .model-card span {
    font-size: 26px;
    display: block;
    margin-bottom: 12px;
}

/* TITLE */
.investors-page .model-card h5 {
    font-size: 15px;
    font-weight: 600;
}

/* TEXT */
.investors-page .model-card p {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 6px;
}

/* HOVER */
.investors-page .model-card:hover {
    transform: translateY(-10px);
    background: linear-gradient(135deg,#2563eb,#1e40af);
    box-shadow: 0 20px 60px rgba(37,99,235,0.3);
}


/* ROADMAP */
.investors-page .roadmap {
    padding: 110px 0;
    background: #f1f5f9;
}

.investors-page .roadmap h2 {
    color: #001D62;
}

/* SUBTEXT */
.investors-page .roadmap .sub {
    color: #64748b;
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
}

/* TIMELINE */
.investors-page .timeline {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

/* ITEM */
.investors-page .timeline-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 18px;
    flex: 1;
    transition: 0.3s;
    border: 1px solid #eee;
    position: relative;
    color: #000;
}

/* YEAR */
.investors-page .timeline-item .year {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    display: block;
    margin-bottom: 6px;
}

/* TITLE */
.investors-page .timeline-item h5 {
    font-size: 15px;
    font-weight: 600;
}

/* TEXT */
.investors-page .timeline-item p {
    font-size: 13px;
    color: #64748b;
    margin-top: 6px;
}

/* HOVER */
.investors-page .timeline-item:hover {
    transform: translateY(-10px);
    border-color: #2563eb;
    box-shadow: 0 20px 60px rgba(37,99,235,0.2);
}

/* MOBILE */
@media(max-width:768px){
    .investors-page .timeline {
        flex-direction: column;
    }
}

.investors-page .investor-form {
    padding: 110px 0;
    background: #fff;
}

.investors-page .investor-form .sub {
    color: #64748b;
    margin-top: 5px;
}

.investors-page input,
.investors-page textarea {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #e2e8f0;
}

.investors-page input:focus,
.investors-page textarea:focus {
    border-color: #2563eb;
    outline: none;
}

.investors-page .faq {
    padding: 50px 0;
    background: #f8fafc;
}

.investors-page .faq h2 {
    color: #001D62;
}

.investors-page .faq p {
    color: #343434;
}

.investors-page .faq .faq-item h5 {
    color: #001D62;
}

.investors-page .faq-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.investors-page .faq-item:hover {
    border-color: #c0bebe;
}





/* PAGE */
.policy-page {
    background: #f8fafc;
}

/* HERO */
/* HERO */
.policy-hero {
    padding: 60px 20px 60px;
    background: linear-gradient(135deg, #37bdf8, #2563eb);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* GLOW EFFECT */
.policy-hero::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(59,130,246,0.25);
    filter: blur(120px);
    top: -80px;
    left: -80px;
}

/* INNER */
.policy-hero-inner {
    max-width: 650px;
    margin: auto;
}

/* TAG */
.policy-hero .tag {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 12px;
}

/* TITLE */
.policy-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* TEXT */
.policy-hero p {
    font-size: 15px;
    color: #cbd5f5;
    line-height: 1.6;
}

/* DECOR LINE */
.policy-hero .line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg,#38bdf8,#2563eb);
    margin: 20px auto 0;
    border-radius: 3px;
}

/* MOBILE */
@media(max-width:768px){
    .policy-hero {
        padding: 70px 15px;
    }

    .policy-hero h1 {
        font-size: 28px;
    }
}

/* CONTENT WRAP */
.policy-content {
    padding: 50px 0;
}

/* WIDTH CONTROL */


/* INTRO */
.policy-container .intro {
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 30px;
}

/* HEADINGS */
.policy-container h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 35px;
    color: #0f172a;
    position: relative;
    padding-left: 14px;
}

/* LEFT BORDER STYLE (premium touch) */
.policy-container h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 18px;
    background: #2563eb;
    border-radius: 2px;
}

/* TEXT */
.policy-container p {
    color: #475569;
    margin-top: 8px;
    line-height: 1.7;
    font-size: 15px;
}

/* LIST */
.policy-container ul {
    margin-top: 10px;
    padding-left: 20px;
}

.policy-container ul li {
    font-size: 14px;
    color: #475569;
    margin-bottom: 6px;
    position: relative;
}

/* BULLET STYLE */
.policy-container ul li::marker {
    color: #000;
}

/* SECTION GAP IMPROVEMENT */
.policy-container h3 + p {
    margin-top: 10px;
}

/* LAST CONTACT BLOCK */
.policy-container strong {
    color: #0f172a;
}

/* RESPONSIVE */
@media(max-width:768px){

    .policy-hero {
        padding: 50px 15px;
    }

    .policy-hero h1 {
        font-size: 26px;
    }

    .policy-container {
        padding: 0 15px;
    }
}








/* =========================
GLOBAL WRAPPER
========================= */
.contact-page-premium {
    background: #f8fafc;
}

/* HERO WRAPPER */
.contact-page .cp-hero {
    padding: 70px 20px 70px;
        background: linear-gradient(135deg, #37bdf8, #2563eb);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* GLOW LEFT */
.contact-page .cp-hero::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(59,130,246,0.35);
    filter: blur(140px);
    top: -120px;
    left: -120px;
}

/* GLOW RIGHT */
.contact-page .cp-hero::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(99,102,241,0.35);
    filter: blur(140px);
    bottom: -120px;
    right: -120px;
}

/* INNER CENTER ALIGN */
.contact-page .cp-hero .hero-inner {
    max-width: 720px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* TAG */
.contact-page .cp-hero .tag {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* HEADING */
.contact-page .cp-hero h1 {
    font-size: 44px;
    font-weight: 700;
    margin: 18px 0;
    line-height: 1.3;
}

/* HIGHLIGHT TEXT */
.contact-page .cp-hero h1 span {
    color: #facc15;
}

/* SUBTEXT */
.contact-page .cp-hero p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.7;
    color: #fff;
}

/* SMALL LINE UNDER TEXT (premium touch) */
.contact-page .cp-hero .hero-inner::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 25px auto 0;
    background: linear-gradient(90deg,#facc15,#38bdf8);
    border-radius: 2px;
}

/* SECTION SPACING */
.contact-page .cp-info {
    padding: 80px 0;
    position: relative;
}

/* CARD BASE */
.contact-page .cp-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 22px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* GRADIENT GLOW BACKGROUND */
.contact-page .cp-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37,99,235,0.08), transparent);
    opacity: 0;
    transition: 0.3s;
}

/* TOP BORDER ANIMATION */
.contact-page .cp-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg,#2563eb,#38bdf8);
    transition: 0.3s;
}

/* HOVER EFFECT */
.contact-page .cp-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 80px rgba(37,99,235,0.25);
}

.contact-page .cp-card:hover::before {
    opacity: 1;
}

.contact-page .cp-card:hover::after {
    width: 100%;
}

/* ICON WRAP */
.contact-page .icon-wrap {
    width: 65px;
    height: 65px;
    
    color: #fff;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin: auto;
    margin-bottom: 15px;
    font-size: 24px;
    box-shadow: 0 10px 30px rgba(37,99,235,0.4);
}

/* TITLE */
.contact-page .cp-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #001D62;
}

/* TEXT */
.contact-page .cp-card p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 12px;
}

/* LINK */
.contact-page .cp-card a {
    font-weight: 600;
    color: #001D62;
    text-decoration: none;
}

/* LOCATION */
.contact-page .cp-card .location {
    font-weight: 600;
    color: #001D62;
}


/* SECTION BG */
.contact-page .cp-form-section {
    padding: 10px 0;
    background: linear-gradient(180deg,#f8fafc,#eef2ff);
}

/* WRAPPER */
.contact-page .cp-wrapper {
    background: #fff;
    padding: 65px;
    border-radius: 30px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

/* subtle glow */
.contact-page .cp-wrapper::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(37,99,235,0.15);
    filter: blur(120px);
    top: -80px;
    right: -80px;
}

/* LEFT CONTENT */
.contact-page .cp-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
    color: #000000;
}

.contact-page .cp-content p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

/* FEATURES */
.contact-page .features {
    margin-top: 20px;
}

.contact-page .features div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
}

.contact-page .features span {
    width: 32px;
    height: 32px;
    background: #eef2ff;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* TRUST NOTE */
.contact-page .mini-note {
    margin-top: 15px;
    color: #000000;
    font-weight: 500;
}

/* FORM BOX */
.contact-page .cp-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 30px 80px rgba(37,99,235,0.15);
}

/* INPUT */
.contact-page .cp-form input,
.contact-page .cp-form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 14px;
    border: none;
    background: #f1f5f9;
    font-size: 14px;
    transition: 0.25s;
}

/* FOCUS EFFECT */
.contact-page .cp-form input:focus,
.contact-page .cp-form textarea:focus {
    background: #fff;
    box-shadow: 0 0 0 2px #2563eb30, 0 12px 25px rgba(37,99,235,0.1);
}

/* BUTTON */
.contact-page .btn-submit {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg,#2563eb,#1e40af);
    color: #fff;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.contact-page .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37,99,235,0.4);
}


/* CTA SECTION */
.contact-page .cp-cta {
    padding: 60px 0;
    background: #ecf0fc;
}

/* CTA BOX */
.contact-page .cta-box {
    padding: 70px 50px;
    border-radius: 35px;
        background-image: linear-gradient(to right, #0D3590 3%, #001D62 97%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* GLOW EFFECT LEFT */
.contact-page .cta-box::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255,255,255,0.25);
    filter: blur(120px);
    top: -100px;
    left: -100px;
}

/* GLOW EFFECT RIGHT */
.contact-page .cta-box::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255,255,255,0.2);
    filter: blur(120px);
    bottom: -100px;
    right: -100px;
}

/* TAG */
.contact-page .cta-box .tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    margin-bottom: 12px;
}

/* HEADING */
.contact-page .cta-box h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin: 25px;
}

.contact-page .cta-box h2 span {
    color: #37bdf8;
}

/* TEXT */
.contact-page .cta-box p {
    margin-top: 10px;
    font-size: 15px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

/* BUTTON GROUP */
.contact-page .actions {
    margin-top: 55px;
}

/* PRIMARY BUTTON */
.contact-page .btn-white {
    background: #fff;
    color: #000;
    padding: 13px 30px;
    border-radius: 30px;
    margin: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-page .btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* OUTLINE BUTTON */
.contact-page .btn-outline {
    border: 1px solid #fff;
    padding: 13px 30px;
    border-radius: 30px;
    color: #fff;
    margin: 8px;
    transition: 0.3s;
}

.contact-page .btn-outline:hover {
    background: rgba(255,255,255,0.15);
}

/* TRUST LINE */
.contact-page .cta-trust {
    margin-top: 40px;
    font-size: 13px;
    opacity: 0.9;
}

/* MOBILE */
@media(max-width:768px){
    .contact-page .cta-box {
        padding: 50px 25px;
    }

    .contact-page .cta-box h2 {
        font-size: 26px;
    }
}





.payment-table thead {
    background: #000;
    color: #fff;
}

.payment-table th,
.payment-table td {
    padding: 12px;
    text-align: left;
}

.payment-table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.payment-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.payment-table td {
    font-weight: 500;
}

.listing-header .search-btn {
    background: var(--default-color);
    border: none;
    color: var(--contrast-color);
    padding: 9px 8px 9px 15px;
    border-radius: 30px;
    font-size: 16px;
    width: 55px;
}

.login-register-container i{
    font-size: 40px;
}

.login-register-container :hover{
    font-size: 40px;
    color: #0D3590;
}












/* =========================
   GLOBAL RESET
========================= */
* {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

/* =========================
   MAIN WRAPPER
========================= */
.fd-auth-modern {
  min-height: 100vh;
  padding: 60px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* =========================
   BACK LINK
========================= */
.fd-back {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
  font-weight: 500;
}

.fd-back:hover {
  color: #2563eb;
}

/* =========================
   CARD
========================= */
.fd-auth-card {
  width: 100%;
  max-width: 900px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  transition: 0.3s;
}

.fd-auth-card:hover {
  transform: translateY(-2px);
}

/* =========================
   LEFT SIDE
========================= */
.fd-auth-form {
  width: 50%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fd-logo {
  font-size: 18px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 10px;
}

.fd-auth-form h3 {
  font-size: 26px;
  font-weight: 600;
  color: #1e293b;
}

.fd-sub {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 25px;
}

/* =========================
   INPUT
========================= */
.fd-field {
  margin-top: 18px;
}

.fd-field label {
  font-size: 13px;
  color: #475569;
  margin-bottom: 5px;
  display: block;
}

.fd-input {
  width: 100%;
  display: flex;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #f9fafb;
  transition: 0.2s;
}

.fd-input span {
  padding: 10px 12px;
  background: #eef2ff;
  font-size: 14px;
}

.fd-input input {
  border: none;
  flex: 1;
  width: 100%;
  padding: 12px;
  background: transparent;
  font-size: 14px;
  outline: none;
}

.fd-input:focus-within {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.1);
}

/* =========================
   BUTTON
========================= */
.fd-btn {
  width: 100%;
  margin-top: 25px;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.fd-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(37,99,235,0.35);
}

/* =========================
   EXTRA TEXT
========================= */
.fd-extra {
  margin-top: 20px;
  font-size: 12px;
  color: #94a3b8;
}

/* =========================
   RIGHT SIDE
========================= */
.fd-auth-side {
  width: 50%;
  position: relative;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  overflow: hidden;
}

/* glow effects */
.fd-auth-side::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

.fd-auth-side::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(0,0,0,0.12);
  border-radius: 50%;
  bottom: -80px;
  left: -80px;
}

/* =========================
   RIGHT CONTENT
========================= */
.fd-side-content {
  position: relative;
  z-index: 2;
  max-width: 320px;
}

.fd-side-content h2 {
  font-size: 28px;
  font-weight: 700;
}

.fd-side-content p {
  margin: 10px 0 20px;
  opacity: 0.9;
}

/* FEATURES */
.fd-features div {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.fd-features div::before {
  content: "✔";
  margin-right: 8px;
  background: rgba(255,255,255,0.15);
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 12px;
}

/* TAGS */
.fd-tags {
  margin-top: 20px;
}

.fd-tags span {
  display: inline-block;
  padding: 6px 12px;
  margin: 5px 5px 0 0;
  border-radius: 20px;
  background: rgba(255,255,255,0.15);
  font-size: 12px;
}

/* USERS */
.fd-users {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.fd-avatars {
  display: flex;
}

.fd-avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid #fff;
}

.fd-users p {
  margin-left: 12px;
  font-size: 13px;
  opacity: 0.9;
}

/* =========================
   HIDDEN
========================= */
.fd-hidden {
  display: none;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {

  .fd-auth-modern {
    padding: 70px 16px 30px;
    align-items: flex-start;
  }

  .fd-auth-card {
    flex-direction: column;
    max-width: 420px;
    margin: 0 auto;
  }

  .fd-auth-form {
    width: 100%;
    padding: 22px 16px;
  }

  .fd-auth-side {
    display: none;
  }

  .fd-back {
    top: 15px;
    left: 16px;
    font-size: 13px;
  }

}
/* OTP FIX */
#otpBox .fd-input {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    overflow: hidden;
    background: #f9fafb;
}

#otpBox input {
    width: 100%;
    padding: 12px 14px;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
}

/* CHANGE + RESEND FIX */
.fd-change {
    margin-top: 10px;
    font-size: 13px;
}

.fd-change span {
    color: #2563eb;
    cursor: pointer;
    font-weight: 500;
}

.fd-resend {
    margin-top: 5px;
    font-size: 13px;
    color: #6b7280;
}

#resendBtn {
    background: none;
    border: none;
    color: #2563eb;
    cursor: pointer;
    padding: 0;
}

.fd-error {
    color: #ef4444;
    font-size: 13px;
    margin-top: 5px;
}

.fd-otp-row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.fd-left {
    font-size: 13px;
    color: #6b7280;
}

.fd-right span {
    color: #2563eb;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

#resendBtn {
    background: none;
    border: none;
    color: #2563eb;
    cursor: pointer;
    font-size: 13px;
}







/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #f5f7fb;
    color: #1f2937;
}

/* ===== LAYOUT ===== */
.fd-dashboard {
    padding: 40px;
}

.fd-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
}

/* ===== SIDEBAR ===== */
.fd-sidebar {
    width: 260px;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.fd-user-box {
    text-align: center;
    margin-bottom: 25px;
}

.fd-user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.fd-user-box h4 {
    font-size: 16px;
    font-weight: 600;
}

.fd-user-box p {
    font-size: 13px;
    color: #6b7280;
}

/* MENU */
.fd-menu {
    list-style: none;
    margin-top: 20px;
}

.fd-menu li {
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 8px;
    color: #374151;
    transition: 0.2s;
}

.fd-menu li:hover {
    background: #f3f4f6;
}

.fd-menu .active {
    background: #eef2ff;
    color: #2563eb;
    font-weight: 600;
}

/* LOGOUT */
.fd-logout {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

/* ===== MAIN ===== */
.fd-main {
    flex: 1;
}

/* CARD */
.fd-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

/* HEADER */
.fd-header h2 {
    font-size: 26px;
    font-weight: 700;
}

.fd-header p {
    color: #6b7280;
    margin-top: 5px;
    margin-bottom: 25px;
}

/* AVATAR */
.fd-avatar-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.fd-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.fd-upload {
    background: #111827;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

/* FORM */
.fd-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fd-group label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #374151;
}

.fd-group input {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    outline: none;
    transition: 0.2s;
}

.fd-group input:focus {
    border-color: #2563eb;
}

/* GRID */
.fd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* BUTTON */
.fd-btn-main {
    margin-top: 15px;
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;

    /* ✨ KEY CHANGE */
    width: auto;
    display: inline-block;

    /* Premium feel */
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25);
    transition: 0.2s ease;
    float: right;
}

/* hover */
.fd-btn-main:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.3);
}

.fd-menu li.active {
    background: #eef2ff;
    color: #2563eb;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .fd-container {
        flex-direction: column;
    }

    .fd-sidebar {
        width: 100%;
    }
}

@media (max-width: 600px) {

    .fd-dashboard {
        padding: 15px;
    }

    .fd-card {
        padding: 20px;
    }

    .fd-grid {
        grid-template-columns: 1fr;
    }

    .fd-avatar-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.fd-sidebar {
    width: 260px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* USER */
.fd-user-box {
    text-align: center;
    margin-bottom: 25px;
}

.fd-user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.fd-user-box h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.fd-user-box p {
    font-size: 13px;
    color: #777;
}

/* MENU */
.fd-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.fd-menu li {
    margin-bottom: 8px;
}

.fd-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0px;
    border-radius: 10px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.25s ease;
}

/* ICON */
.fd-menu li a i {
    width: 18px;
    height: 18px;
}

/* HOVER */
.fd-menu li a:hover {
    background: #f5f7fb;
    color: #111;
}

/* ACTIVE */


/* LOGOUT */
.fd-logout {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: #111827;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.fd-logout:hover {
    background: #000;
}

/* SIDEBAR */
.fd-sidebar{
    width: 280px;
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

/* USER BOX */
.fd-user-box{
    text-align: center;
    margin-bottom: 28px;
}

.fd-user-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.fd-user-box h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.fd-user-box p{
    font-size: 13px;
    color: #777;
}

/* MENU */
.fd-menu{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.fd-menu li{
    margin-bottom: 10px;
}

/* LINK */
.fd-menu li a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* ICON */
.fd-menu li a i{
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
}

/* HOVER */
.fd-menu li a:hover{
    background: #f4f6fb;
    color: #111;
    transform: translateX(3px);
}

/* ACTIVE */
.fd-menu li.active a{
   
    color: #000000;
    font-weight: 600;
   
}

.fd-menu li.active a i{
    color: #fff;
}

/* LOGOUT */
.fd-logout{
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #111827;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.fd-logout:hover{
    background: #000;
}




/* ================= POPUP DESIGN ================= */
.offer-popup {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    background: transparent;
    position: relative;
}

/* ================= MODAL CENTER FIX ================= */
#offerPopup .modal-dialog {
    max-width: 90vw;
    
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
}

/* ================= MODAL CONTENT ================= */
#offerPopup .modal-content {
    background: transparent;
    border: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================= IMAGE WRAPPER ================= */
.popup-img {
    position: relative;   /* 🔥 important for close button */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================= IMAGE FIT ================= */
.popup-img img {
    max-width: 100%;
    max-height: 90vh;   /* no scroll */
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    display: block;
}

/* ================= CLOSE BUTTON ================= */
.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border: none;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect */
.popup-close:hover {
    background: #007bff;
    color: #fff;
    transform: rotate(90deg) scale(1.1);
}

/* ================= ANIMATION ================= */
.modal.fade .modal-dialog {
    transform: scale(0.85);
    opacity: 0;
    transition: all 0.3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

/* ================= BACKDROP PREMIUM ================= */
.modal-backdrop.show {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
}

/* ================= PREVENT BODY SCROLL ================= */
body.modal-open {
    overflow: hidden !important;
}

/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 768px) {
    #offerPopup .modal-dialog {
        max-width: 95vw;
    }

    .popup-img img {
        max-height: 80vh;
    }

    .popup-close {
        width: 28px;
        height: 28px;
        font-size: 14px;
        top: 8px;
        right: 8px;
    }
}



/* =====================================================
GET IN TOUCH POPUP
===================================================== */

#getInTouchModal .modal-dialog{
    max-width: 420px;
    width: 94%;
    margin: auto;
}

.flatdeal-popup{
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow:
        0 25px 60px rgba(0,0,0,.16),
        0 10px 25px rgba(0,0,0,.08);
}

.flatdeal-popup-body{
    padding: 24px;
}

/* =====================================================
CLOSE BUTTON
===================================================== */

.flatdeal-close{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f4f6;
    position: absolute;
    top: 14px;
    right: 14px;
    border: none;
    font-size: 22px;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    z-index: 99;
    cursor: pointer;
}

.flatdeal-close:hover{
    background: #111827;
    color: #fff;
}

/* =====================================================
TITLE
===================================================== */

.flatdeal-title{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.flatdeal-desc{
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 18px;
}

/* =====================================================
PROJECT IMAGE
===================================================== */

.flatdeal-project-image{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 18px;
}

.flatdeal-project-image img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.flatdeal-project-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.55),
        rgba(0,0,0,.05)
    );
}

.flatdeal-project-overlay{
    position: absolute;
    bottom: 12px;
    left: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    z-index: 2;
}

/* =====================================================
FORM TITLE
===================================================== */

.flatdeal-interest-title{
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
    text-transform: uppercase;
}

/* =====================================================
INPUTS
===================================================== */

.flatdeal-input{
    height: 46px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 14px;
    color: #111827;
    padding: 0 14px;
    box-shadow: none !important;
    transition: .3s;
}

.flatdeal-input:focus{
    border-color: #2563EB;
}

.flatdeal-input::placeholder{
    color: #9ca3af;
}

select.flatdeal-input{
    padding-right: 30px;
}

/* =====================================================
CHECKBOX
===================================================== */

.flatdeal-checkbox{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #4b5563;
}

.flatdeal-checkbox input{
    margin-top: 3px;
    accent-color: #2563EB;
}

.flatdeal-checkbox a{
    color: #2563EB;
    text-decoration: none;
    font-weight: 500;
}

/* =====================================================
SUBMIT BUTTON
===================================================== */

.flatdeal-submit-btn{
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg,#2563EB,#1d4ed8);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: .3s ease;
    box-shadow: 0 10px 25px rgba(37,99,235,.20);
}

.flatdeal-submit-btn:hover{
    transform: translateY(-1px);
}

/* =====================================================
SUCCESS SECTION
===================================================== */

#contactRevealSection{
    text-align: center;
    padding-top: 6px;
}

/* success icon */

.contact-success-icon{
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg,#16a34a,#22c55e);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 12px 25px rgba(34,197,94,.22);
}

/* title */

.contact-success-title{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

/* subtitle */

.contact-success-text{
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 20px;
}

/* number */

.revealed-number{
    height: 54px;
    border-radius: 12px;
    background: linear-gradient(135deg,#f8fafc,#eef2ff);
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

/* =====================================================
ACTION BUTTONS
===================================================== */

.contact-action-btn,
.whatsapp-action-btn{
    width: 100%;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
    margin-bottom: 12px;
}

/* call button */

.contact-action-btn{
    background: linear-gradient(135deg,#2563EB,#1d4ed8);
    color: #fff;
}

.contact-action-btn:hover{
    color: #fff;
    transform: translateY(-1px);
}

/* whatsapp button */

.whatsapp-action-btn{
    background: linear-gradient(135deg,#16a34a,#22c55e);
    color: #fff;
}

.whatsapp-action-btn:hover{
    color: #fff;
    transform: translateY(-1px);
}

/* =====================================================
TRUST TEXT
===================================================== */

.contact-trust-text{
    margin-top: 14px;
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.5;
}

/* =====================================================
BACKDROP
===================================================== */

.modal-backdrop.show{
    opacity: .6;
}

/* =====================================================
MOBILE
===================================================== */

@media(max-width:576px){

    #getInTouchModal .modal-dialog{
        width: 92%;
    }

    .flatdeal-popup-body{
        padding: 20px;
    }

    .flatdeal-title{
        font-size: 22px;
    }

    .contact-success-title{
        font-size: 21px;
    }

    .revealed-number{
        font-size: 20px;
        height: 50px;
    }

    .flatdeal-project-image img{
        height: 135px;
    }

}


/* =====================================================
COMPACT SUCCESS POPUP
===================================================== */

#contactPopup .modal-dialog{
    max-width: 430px;
    width: 92%;
}

/* popup */

.flatdeal-popup{
    border-radius: 18px;
    overflow: hidden;
    border: none;
    box-shadow:
        0 20px 50px rgba(0,0,0,.16),
        0 8px 20px rgba(0,0,0,.08);
}

/* body */

.flatdeal-popup-body{
    padding: 22px;
}

/* =====================================================
CLOSE BUTTON
===================================================== */

.flatdeal-close{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: #111827;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
}

/* =====================================================
SUCCESS SECTION
===================================================== */

#contactRevealSection{
    text-align: center;
    padding-top: 4px;
}

/* success icon */

.contact-success-icon{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg,#16a34a,#22c55e);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 22px rgba(34,197,94,.22);
}

/* title */

.contact-success-title{
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
    line-height: 1.3;
}

/* subtitle */

.contact-success-text{
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px;
}

/* number */

.revealed-number{
    height: 48px;
    border-radius: 10px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

/* =====================================================
BUTTONS
===================================================== */

.contact-action-btn,
.whatsapp-action-btn{
    width: 100%;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
    margin-bottom: 10px;
}

/* call */

.contact-action-btn{
    background: linear-gradient(135deg,#2563EB,#1d4ed8);
    color: #fff;
}

.contact-action-btn:hover{
    color: #fff;
    transform: translateY(-1px);
}

/* whatsapp */

.whatsapp-action-btn{
    background: linear-gradient(135deg,#16a34a,#22c55e);
    color: #fff;
}

.whatsapp-action-btn:hover{
    color: #fff;
    transform: translateY(-1px);
}

/* =====================================================
TRUST TEXT
===================================================== */

.contact-trust-text{
    margin-top: 10px;
    font-size: 11px;
    color: #9ca3af;
    line-height: 1.5;
}

/* =====================================================
MOBILE
===================================================== */

@media(max-width:576px){

    #contactPopup .modal-dialog{
        width: 90%;
    }

    .flatdeal-popup-body{
        padding: 18px;
    }

}



/* 99acres style inline area dropdown */

.area-stat strong{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
}

.area-dropdown{
    display: inline-block;
}
.dynamic-area-size{
        font-size: 14px !important;
    color: #000 !important;
}
.area-dropdown select{
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;

    color: #000;
    font-size: 14px;
    font-weight: 600;

    padding-right: 11px;
    padding-left: 5px;
    min-width: auto;
    height: auto;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
}

.area-dropdown select:focus{
    outline: none;
    box-shadow: none;
}

.property-location img{
    width: auto !important;
}





#swot-carousel .owl-dots{
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#swot-carousel .owl-dot{
    width: 8px;
    height: 8px;
    background: #d1d5db !important;
    border-radius: 50%;
    margin: 0 5px;
}

#swot-carousel .owl-dot.active{
    background: #2563eb !important;
}