/* MAIN HEADING – Desktop */
.carousel-heading-fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: white;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
    width: 90%;
    line-height: 1.2;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.7);
}

/* ---------- RESPONSIVE FIX (Correct ORDER) ---------- */

/* 992px ↓ (Laptop / Large Tablet) */
@media (max-width: 992px) {
    .carousel-heading-fixed {
        font-size: 2.5rem;
        width: 95%;
        top: 50%;
    }
}

/* 768px ↓ (Tablet) */
@media (max-width: 768px) {
    .carousel-heading-fixed {
        font-size: 2rem;
        line-height: 1.3;
        top: 50%;      /* DO NOT PUSH UP/DOWN */
        width: 92%;
    }
}

/* 600px ↓ (Large Mobile) */
@media (max-width: 600px) {
    .carousel-heading-fixed {
        font-size: 1.7rem;
        font-weight: 600;
        width: 90%;
        line-height: 1.35;
        top: 50%;
    }
}

/* 480px ↓ (Normal Mobile) */
@media (max-width: 480px) {
    .carousel-heading-fixed {
        font-size: 1.45rem;
        width: 90%;
        text-shadow: 0px 3px 6px rgba(0,0,0,0.6);
    }
}

/* 360px ↓ (Small Phones) */
@media (max-width: 360px) {
    .carousel-heading-fixed {
        font-size: 1.25rem;
        width: 90%;
        line-height: 1.25;
    }
}
/* Desktop Image Height */
.carousel-item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

/* Tablet (768px ↓) */
@media (max-width: 768px) {
    .carousel-item img {
        height: 65vh;   /* bigger on mobile than before */
    }
}

/* Mobile (576px ↓) */
@media (max-width: 576px) {
    .carousel-item img {
        height: 60vh;   /* good height */
    }
}

/* Small Mobile (480px ↓) */
@media (max-width: 480px) {
    .carousel-item img {
        height: 55vh;
    }
}

/* Extra Small (360px ↓) */
@media (max-width: 360px) {
    .carousel-item img {
        height: 50vh;
    }
}


hr {
    border: 0;
    height: 5px;
    background-color: red;
    width: 80px;
    margin: 20px 0;
    border-radius: 10px;
}


.about-text {
    padding: 50px;
    background: white;
}

.about-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.about-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.about-list li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.about-btn {
    color: #f8f7f7ff;
    background-color: #ec265bff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
}

.about-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Fade Animation */
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(30px);}
    to   {opacity: 1; transform: translateY(0);}
}










.property-slick .slick-slide {
    width: 220px !important;   /* Har card ki width control */
}

.property-card {
    height: 320px;
}



/* SEARCH FORM FIX */
.seachform {
    background: #e0e0e1;
    padding: 25px;
    border-radius: 10px;
}

/* Remove THIS IF EXISTS (bug ka main reason)
.searchtype { margin-left: 180px; }
*/

/* Button */
.btnsearch {
    background: #e11a35;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
}

.btnsearch:hover {
    background: #c9152f;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .seachform .col-sm-6 {
        margin-bottom: 10px;
    }
}



.slick-dots {
    bottom: -35px; /* cards ke niche space */
}

.slick-dots li button:before {
    font-size: 12px;
    color: #000;   /* dot color black */
    opacity: 0.4;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 1;    /* active dot dark */
}












.fa-solid {
 color:#de9e15;
}

.work-process .underline {
    width: 100px;
    height: 5px;
    background: #e11a35ff;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom:12px;
}

/* Icon Circle */
.pagecircle {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s ease;
    color: #6366f1;
    border: 3px solid #eef2ff;
}

.step-card:hover .pagecircle {
    background: #e11a35ff;
    color: white;
    transform: translateY(-15px) scale(1.1);
  
}



/* Title */
.title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.5px;
}

/* Connecting Line */
.connecting-line {
    position: absolute;
    top: 50px;
    left: 10%;
    width: 80%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #c4b5fd, transparent);
    border-radius: 2px;
    z-index: 1;
}

@media (max-width: 992px) {
    .connecting-line { display: none; }
    .icon-circle { width: 80px; height: 80px; }
    .step-no { font-size: 1.6rem; }
    .title { font-size: 1rem; }
}

/* MAIN BANNER */
.stats-banner {
    position: relative;
    background: url("/image/francesca-tosolini-tHkJAMcO3QE-unsplash.jpg") center/cover no-repeat;
    padding: 80px 0;
    color: #fff;
}

/* DARK OVERLAY */
.stats-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* BANNER CONTENT */
.banner-content {
    position: relative;
    z-index: 2;
}

/* LEFT TEXT */
.left-text {
    position: relative;
    max-width: 380px;
}

/* === WORK STEPS SECTION CSS === */

.work-steps h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.work-steps .subtext {
    margin-top: 10px;
    font-size: 18px;
}

/* ICON NUMBERS / LABELS */
.work-steps .number {
    font-size: 50px;
    font-weight: bold;
}

.work-steps .label {
    margin-top: 5px;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .work-steps .banner-content {
        flex-direction: column;
        text-align: center;
    }

    .work-steps .right-stats {
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .work-steps .right-stats .stat-box {
        margin-bottom: 25px;
    }
}




.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.category-card img {
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.category-card:hover img {
    transform: scale(1.1);
    filter: brightness(60%);
}

.category-card .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.category-card:hover .overlay {
    opacity: 1;
}

.category-card h4 {
    font-size: 20px;
    font-weight: bold;
}





/* links */
/* ---------------------------------
   PREMIUM REAL ESTATE CARD DESIGN
----------------------------------*/

/* WRAPPER */
.villa-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.villa-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
/* Image responsive height */
@media (max-width: 768px) {
    .villa-img-box {
        height: 120px !important;
    }
}

@media (max-width: 480px) {
    .villa-img-box {
        height: 150px !important;
    }
}

/* IMAGE SECTION */
.villa-img-box {
    height: 230px !important;        /* SMALLER IMAGE */
    position: relative;
    overflow: hidden;
}

.villa-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s ease;
}

.villa-card:hover .villa-img {
    transform: scale(1.06);
}

/* BADGE */
.villa-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 13px;
    background: linear-gradient(45deg,#ff4b4b,#ff1e1e);
    color: #fff;
  
    font-size: 12px;
    font-weight: 600;
}

/* ACTION BUTTONS */
.villa-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.villa-card:hover .villa-actions {
    opacity: 1;
    visibility: visible;
}

.villa-action-btn {
    background: rgba(255,255,255,0.9);
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 8px;
    transition: .25s;
}

.villa-action-btn:hover {
    background: #000;
}

.villa-action-btn:hover i {
    color: #fff;
}

/* CONTENT */
.villa-content {
    padding: 16px 18px !important;   /* REDUCED PADDING */
    text-align: center;
}

/* TITLE */
.villa-title {
    font-size: 18px !important;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px !important;   /* LESS SPACE */
}

/* RATING LEFT */
.villa-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    margin-bottom: 8px !important;
}

.villa-rating i {
    color: #ffc700;
    font-size: 14px !important;
}

/* PRICE LEFT */
.villa-price {
    font-size: 18px !important;
    font-weight: 700;
    color: #E11A35;
    text-align: left;
    width: 100%;
    margin-bottom: 6px !important;
}

.villa-night {
    font-size: 12px;
    text-align: left;
    width: 100%;
    color: #888;
    margin-bottom: 10px !important;
}

/* LOCATION - RIGHT */
.villa-location {
    font-size: 14px !important;
    color: #302f2f;
    font-weight: 500;
    margin-bottom: 1px !important;
    text-align: right;
    width: 100%;
}

.villa-location i {
    color: #e70c0c;
    margin-right: 6px;
}

/* ICONS 2×2 GRID */
.villa-icons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 8px !important;   /* SMALL GAP */
    margin-bottom: 14px !important;
}

/* FEATURE BOX */
.property-feature {
    
    padding: 6px 10px !important;     /* SMALL HEIGHT */
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    gap: 5px;
    font-weight: 600;
    color: #2c3e50;
    border: 1px solid #1a2b59;
}

/* FEATURE ICON */
.property-feature i {
  
    padding: 5px !important;
    
    color: #1a4ed8;
    font-size: 13px !important;
}

/* BUTTON SMALL */
.villa-btn {
    display: block;
    background: linear-gradient(45deg,#000,#333);
    color: #fff;
    padding: 10px 0 !important; 
    border-radius: 14px;
    font-size: 14px !important;
    font-weight: 600;
    width: 60%;
    margin: 0 auto;
    transition: .25s ease;
}

.villa-btn:hover {
    background: linear-gradient(45deg,#222,#555);
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
    transform: translateY(-2px);
}


/* SHARE POPUP */
.share-popup {
    position: fixed;
    top:0; 
    left:0;
    width:100%; 
    height:100%;
    background: rgba(0,0,0,0.55);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
    backdrop-filter: blur(3px);
}

.share-box {
    background:#fff;
    padding:25px;
    border-radius:16px;
    width:300px;
    text-align:center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.share-box a {
    display:block;
    margin:12px 0;
    padding:12px;
    background:#f7f7f7;
    border-radius:10px;
    text-decoration:none;
    color:#333;
    font-weight:600;
    transition:.25s ease;
}

.share-box a:hover {
    background:#000;
    color:#fff;
}

.close-share {
    margin-top:12px;
    background:#000;
    color:#fff;
    padding:12px;
    border:none;
    width:100%;
    border-radius:10px;
    font-weight:600;
    transition:.25s;
}

.close-share:hover {
    opacity:.85;
}

/* city dropdawn */



.city-dropdown {
    max-height: 250px;      /* jitna chahe utna height rakh sakte ho */
    overflow-y: auto;       /* scroll enable */
    scrollbar-width: thin;  /* Firefox */
}

.city-dropdown::-webkit-scrollbar {
    width: 6px;
}

.city-dropdown::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
}



/* ========================================
   RESPONSIVE FIXES - Mobile/Tablet/Desktop
   ======================================== */

/* SEARCH FORM RESPONSIVE */
@media (max-width: 992px) {
    .searchtype {
        margin-left: 0 !important;
    }
    
    .seachform .col-md-2 {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .seachform {
        padding: 15px;
    }
    
    .seachform .col-md-2 {
        width: 100%;
    }
}

/* ABOUT SECTION RESPONSIVE */
@media (max-width: 768px) {
    .about-text {
        padding: 30px 20px;
        text-align: center;
    }
    
    .about-text h2 {
        font-size: 28px;
    }
    
    .about-text p {
        font-size: 14px;
    }
    
    .about-image {
        margin-top: 20px;
    }
    
    .about-image img {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .about-text h2 {
        font-size: 24px;
    }
    
    hr {
        width: 60px;
        margin: 15px auto;
    }
}

/* PROPERTY CARDS RESPONSIVE */
@media (max-width: 992px) {
    .villa-card {
        height: auto;
    }
    
    .villa-img-box {
        height: 200px !important;
    }
    
    .villa-title {
        font-size: 16px !important;
    }
    
    .villa-price {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .container .row .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .villa-img-box {
        height: 180px !important;
    }
    
    .villa-content {
        padding: 12px 14px !important;
    }
    
    .villa-title {
        font-size: 14px !important;
        margin-bottom: 4px !important;
    }
    
    .villa-price {
        font-size: 14px !important;
    }
    
    .villa-location {
        font-size: 12px !important;
    }
    
    .property-feature {
        font-size: 11px !important;
        padding: 5px 8px !important;
    }
    
    .villa-btn {
        font-size: 13px !important;
        padding: 8px 0 !important;
    }
}

@media (max-width: 576px) {
    .container .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .villa-img-box {
        height: 220px !important;
    }
}

/* WORK PROCESS STEPS RESPONSIVE */
@media (max-width: 768px) {
    .work-process .col-6 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    
    .icon-circle {
        width: 70px !important;
        height: 70px !important;
    }
    
    .icon-circle i {
        font-size: 1.5rem !important;
    }
    
    .title {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 576px) {
    .work-process .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    
    .work-steps h5 {
        font-size: 22px;
    }
}

/* STATS BANNER RESPONSIVE */
@media (max-width: 992px) {
    .stats-banner {
        padding: 50px 0;
    }
    
    .banner-content {
        flex-direction: column !important;
        text-align: center;
    }
    
    .left-text {
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .left-text .title {
        font-size: 35px !important;
    }
    
    .right-stats {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stat-box {
        margin: 10px 15px !important;
    }
    
    .stat-box .number {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .stats-banner {
        padding: 40px 0;
    }
    
    .left-text .title {
        font-size: 28px !important;
    }
    
    .left-text .subtext {
        font-size: 14px;
    }
    
    .stat-box .number {
        font-size: 32px;
    }
    
    .stat-box .label {
        font-size: 13px;
    }
}

/* CATEGORY SECTION RESPONSIVE */
@media (max-width: 768px) {
    .category-card img {
        height: 180px;
    }
    
    .category-card h4 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .category-card img {
        height: 150px;
    }
    
    .category-card h4 {
        font-size: 16px;
    }
    
    .category-card + h4 {
        font-size: 14px;
    }
}

/* POPULAR LINKS RESPONSIVE */
@media (max-width: 992px) {
    .popular-links-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .popular-links-section .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .popular-links-section h2 {
        font-size: 1.5rem;
    }
    
    .popular-list li {
        font-size: 14px;
        padding: 6px 0;
        color:#fff;
    }
    
    .popular-list img {
        width: 20px;
        height: 20px;
    }
}

/* SLICK SLIDER RESPONSIVE */
@media (max-width: 768px) {
    .property-slick .slick-slide {
        width: 100% !important;
    }
}

/* SHARE POPUP RESPONSIVE */
@media (max-width: 576px) {
    .share-box {
        width: 90%;
        padding: 20px;
    }
    
    .share-box h5 {
        font-size: 18px;
    }
    
    .share-box a {
        font-size: 14px;
        padding: 10px;
    }
}

/* VILLA ACTIONS BUTTONS */
@media (max-width: 768px) {
    .villa-actions {
        opacity: 1;
        visibility: visible;
    }
    
    .villa-action-btn {
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
    }
    
    .villa-action-btn i {
        font-size: 14px;
    }
}

/* GENERAL CONTAINER PADDING */
@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
}

/* RATING STARS RESPONSIVE */
@media (max-width: 576px) {
    .villa-rating i {
        font-size: 12px !important;
    }
    
    .rating-number {
        font-size: 12px;
    }
}

/* ICONS GRID RESPONSIVE */
@media (max-width: 576px) {
    .villa-icons-grid {
        gap: 4px 6px !important;
    }
    
    .property-feature i {
        font-size: 11px !important;
    }
}
/* MOBILE → Each card full width */
@media (max-width: 768px) {
    .autoplay .villa-card {
        width: 100%;
    }
    .autoplay .px-2 {
        padding: 0 !important;
    }
}
/* Mobile pe slider ke dots hide karne ke liye (safety) */
@media (max-width: 767px) {
    .autoplay .slick-dots {
        display: none !important;
    }
    
    .autoplay .slick-track,
    .autoplay .slick-list {
        display: block !important;
    }
    
    .autoplay .px-2 {
        width: 100% !important;
        margin: 0 auto 25px auto !important;
        padding: 0 10px !important;
    }
    
    .autoplay .villa-card {
        margin: 0 auto;
        max-width: 380px;
    }
}@media (max-width: 767px) {
    .autoplay {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}



@media (max-width: 576px) {
    .work-steps .col-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


