a{
    text-decoration: none !important;
}

* {
    font-family: 'Poppins', sans-serif;

}

body {
    overflow-x: hidden !important;
}

::placeholder {
    color: #555 !important;      /* dark gray */
    opacity: 0.3 !important;       /* Firefox ke liye important */
}


/* cursor css  */
/* Custom Cursor */
.cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    mix-blend-mode: difference;
    transition: background 0.3s;
}

.cursor-follower {
    position: fixed;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* Hover elements */
/* h1, p, button, a, img {
    transition: all 0.4s ease;
} */

.grow {
    transform: scale(1.1);
}

/* Ripple effect on click */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    animation: rippleAnim 0.6s linear;
    pointer-events: none;
}

@keyframes rippleAnim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* ------------------------------------ */
/* ------------------------------------------ */

/* DESKTOP: navbar video ke upr (fixed) */

/* Fixed navbar jo video ke oopar hai */
/* Top bar */
.menu-toggle {
    position: fixed;
    /* top: 40px;
    left: 40px; */
    width: 50px;
    height: 50px;
    background: #f3eeae;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 1001;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    transition: all .4s;
}

.menu-toggle:hover {
    transform: scale(1.1);
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
    width: 28px;
    height: 3px;
    background: #000;
    border-radius: 3px;
    position: absolute;
    transition: all .4s;
}

.menu-toggle span::before {
    content: '';
    top: -10px;
}

.menu-toggle span::after {
    content: '';
    top: 10px;
}

.menu-toggle.open span {
    background: transparent;
}

.menu-toggle.open span::before {
    transform: rotate(45deg);
    top: 0;
}

.menu-toggle.open span::after {
    transform: rotate(-45deg);
    top: 0;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100vh;
    background: rgba(10, 10, 15, 0.98);
    backdrop-filter: blur(20px);
    padding: 120px 40px 40px;
    z-index: 1000;
    border-right: 1px solid rgba(212, 175, 55, 0.2);
}

.nav-menu li {
    margin: 10px 0;
}

.nav-menu a {
    color: #ddd;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    padding: 5px 0;
    transition: all .4s;
    position: relative;
}

.nav-menu a:hover {
    color: #d4af37;
    padding-left: 20px;
}

.nav-menu a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #d4af37;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s;
}

.nav-menu a:hover::before {
    opacity: 1;
}

/* sidebar dropdown */



/* -------------------------------------------- */
/* --------------------------------------------- */

.nav-logo {
    /* position: fixed; */
    z-index: 999999 !important;
}

.nav-btn {
    /* position: fixed; */
    z-index: 999999 !important;
}

.property-modal {
    z-index: 9999999 !important;
}

.property-video-modal {
    z-index: 99999999 !important;

}

.hero-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 999999;
    background: transparent;
    /* aap chahe to transparent rakho */
}

.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 50px 25px 0px 25px;
    overflow: hidden;
    width: 100% !important;
}

@media (max-width: 576px) {
    .hero {
        padding: 130px 20px 20px 20px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 130px 20px 20px 20px;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .hero {
        padding: 120px 20px 20px 20px;
        /* justify-content: center; */
    }
}

/* Background Video */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Dark Overlay */
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.7)); */
    z-index: -1;
}

/* ---------------------------------------- */
/* ---------------------------------------- */


/* banner featured card css  */
.property-card {
    width: 100%;
    background: linear-gradient(145deg, rgba(8, 15, 30, 0.85), rgba(20, 25, 45, 0.65));
    backdrop-filter: blur(14px);
    border-radius: 22px;
    padding: 25px 25px 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.property-card .tag {
    color: #d4af37;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.property-card i {
    color: #d4af37;
}

.property-card .subtitle {
    color: #fff;
    font-size: 0.95rem;
    /* margin-bottom: 20px; */
}

.prop-title {
    color: #d4af37;
    font-size: 1.2rem;
    font-weight: 600;
}

.prop-name {
    color: #d4af37;
}

.info {
    color: #ddd;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.price {
    color: #d4af37;
    font-size: 1.1rem;
    font-weight: 600;
}

.property-card img {
    border-radius: 14px;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */

/* breadcrum css  */
.breadcrum {
    height: 60vh;
    width: 100%;
    overflow: hidden;
}

.breadcrum .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/breadcrum.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.breadcrum .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    /* Light → Dark */
    z-index: 2;
}

.breadcrum .hero-content {
    position: relative;
    z-index: 3;
}

/* ------------------------------------------ */
/* ------------------------------------------- */

/* category css  */
.category p {
    font-size: 13px;
    font-weight: 500;
}

.category img {
    Height: 230px;
    object-fit: cover;
}

/* ------------------------------------------ */
/* ------------------------------------------ */

/* why choose css  */
/* Title Styling */
.sub-title {
    font-weight: 600;
    color: #019443;
    /* Green */
    letter-spacing: 1px;
}

.main-title, .main-title-1 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #372e70;
}

.main-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #b3ad5b;
    /* Gold */
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

/* Feature Boxes */
.feature-box {
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 18px;
    background: #fff;
    border-left: 6px solid;
    transition: 0.3s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

/* Color Variants */
.box-purple {
    border-color: #372e70;
}

.box-green {
    border-color: #019443;
}

.box-gold {
    border-color: #b3ad5b;
}

/* Hover Effects */
.feature-box:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, #01944310, #372e7010);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}

/* Image Style */
.choose-us img {
    object-fit: cover;
}

/* ------------------------------------------ */
/* ------------------------------------------ */

/* Priorities css  */
.main-image-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.thumb-img {
    width: 120px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    border: 3px solid transparent;
}

.thumb-img.active {
    border-color: #019443;
}

.thumb-img:hover {
    transform: scale(1.05);
}

.bg-purple {
    background: #372e70 !important;
}

.text-purple {
    color: #372e70;
}

/* button css */
/* From Uiverse.io by satyamchaudharydev */
.butt {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #b3ad5b;
    ;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
}

.butt .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.butt:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.butt:hover .icon {
    transform: translate(4px);
}

.butt:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.butt::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}





/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

/* numbers css  */
.stat-box {
    padding: 20px;
    position: relative;
}

/* NEW ABSTRACT BLENDED SHAPE */
.stat-shape {
    width: 70px;
    height: 70px;
    margin: auto;
    background: linear-gradient(135deg, #372e70 10%, #251c56 90%);
    border-radius: 45% 70% 55% 65% / 60% 50% 70% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: blobMorph 4s ease-in-out infinite;
    box-shadow: 0 6px 20px rgba(55, 46, 112, 0.3);
}

.stat-shape span {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    z-index: 2;
}

.stat-text {
    font-size: 18px;
    margin-top: 12px;
    color: #000;
}

/* Middle borders */
.stat-box {
    border-right: 1px solid #ddd;
}

.stat-box:last-child {
    border-right: none;
}

/* MOBILE FIXES */
@media(max-width: 768px) {
    .stat-box {
        border-right: none;
        margin-bottom: 25px;
    }

    .stat-shape {
        width: 100px;
        height: 100px;
    }

    .stat-shape span {
        font-size: 26px;
    }
}

/* Animated Blob Effect */
@keyframes blobMorph {
    0% {
        border-radius: 45% 70% 55% 65% / 60% 50% 70% 40%;
    }

    50% {
        border-radius: 60% 45% 70% 50% / 50% 70% 40% 60%;
    }

    100% {
        border-radius: 45% 70% 55% 65% / 60% 50% 70% 40%;
    }
}


/* ----------------------------------------- */
/* ------------------------------------------ */

/* move strip css  */
/* Strip Background */
.scroll-strip {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 22px 0;
    position: relative;
}

/* Scrolling Text */
.scroll-strip {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 22px 0;
}

/* Main scroll */
.scroll-content {
    display: inline-block;
    font-size: 75px;
    font-weight: 700;
    letter-spacing: 8px;
    animation: scroll-left 18s linear infinite;
    white-space: nowrap;
}

/* Words */
.scroll-content span {
    display: inline-block;
    margin-right: 25px;
    color: transparent;
    -webkit-text-stroke: 1px #b3ad5b;
    cursor: pointer;
    transition: 0.4s;
}

/* HOVER EFFECT */
.scroll-strip:hover .scroll-content {
    animation-play-state: paused !important;
    /* STOP WHOLE SCROLL */
}

.scroll-content span:hover {
    color: #b3ad5b;
    /* fill color */
    -webkit-text-stroke: 1px #b3ad5b;
}

/* SCROLL ANIMATION */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .scroll-content {
        font-size: 55px;
        letter-spacing: 6px;
    }
}

@media (max-width: 768px) {
    .scroll-content {
        font-size: 40px;
        letter-spacing: 4px;
    }
}

@media (max-width: 576px) {
    .scroll-content {
        font-size: 28px;
        letter-spacing: 3px;
    }
}

@media (max-width: 420px) {
    .scroll-content {
        font-size: 22px;
        letter-spacing: 2px;
    }
}



/* ------------------------------------------------- */
/* -------------------------------------------------- */

/* Responsive */
@media(max-width: 768px) {
    .main-image-box img {
        height: 280px;
    }

    .thumb-img {
        width: 90px;
        height: 65px;
    }
}

/* --------------------------------------- */
/* ---------------------------------------- */

/* team css  */

/* TESTIMONIAL SECTION */
.mySwiper {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    /* safe spacing */
}

.mySwiper .swiper-slide {
    padding: 20px 0;
}

.testimonial-section {
    background: #2c245a;
    color: #fff;
}

/* RIGHT SIDE IMAGE BOX */
.right-box {   
    min-height: 100%;
    /* full height fix */
    height: 100%;
}

/* Subtitle */
.section-subtitle {
    color: #b3ad5b;
    font-weight: 600;
    letter-spacing: 3px;
}

/* Title */
.section-title {
    font-size: 45px;
    /* font-family: 'Georgia', serif; */
    font-weight: 700;
}

.underline {
    width: 70px;
    height: 2px;
    background: #fff;
    margin: 12px auto 25px;
}

/* Stars */
.stars {
    font-size: 25px;
    color: #b3ad5b;
}

/* Text */
.testimonial-text {
    font-size: 20px;
    line-height: 1.7;
    color: #e6e6e6;
    margin: 25px 0;
}

/* Client Img */
.client-img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #fff;
    padding: 10px;
}

.client-name {
    font-size: 20px;
    font-weight: 500;
}

/* Make image full height on desktop */
@media (min-width: 992px) {
    .right-box {
        min-height: 100vh;
    }
}

/* On mobile — reduce height */
@media (max-width: 992px) {
    .right-box {
        min-height: 300px;
    }
}


/* ---------------------------------- */
/* ---------------------------------------- */

/* footer css  */

.footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.8rem;
}

.footer-section {
    background-color: #000;
    color: #fff;
}

.footer-section .footer-icon {
    align-items: center;
    margin-bottom: 15px;
}

.f-icon {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.footer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    font-size: 14px;
}

.copyright {
    opacity: .7;
    font-size: 14px;
}

/* footer-icon  */
.ul-icon {
    list-style: none;
}

.example-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    background-color: #fff;
    border-radius: 50px;
    padding: 20px;
    height: 70px;
    width: 300px;
}

.example-1 .icon-content {
    margin: 0 10px;
    position: relative;
    font-weight: bolder;
}

.example-1 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: bolder;
}

.example-1 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
}

.example-1 .icon-content .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: bolder;
}

.example-1 .icon-content .link:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-1 .icon-content .link svg {
    width: 30px;
    height: 30px;
    fill: #000;
    /* White icons */
}

.example-1 .icon-content .link[data-social="spotify"]:hover {
    color: #00a2ff;
}

.example-1 .icon-content .link[data-social="pinterest"]:hover {
    color: #ff009d;
}

.example-1 .icon-content .link[data-social="dribbble"]:hover {
    color: #686868;
}

.example-1 .icon-content .link[data-social="telegram"]:hover {
    color: #23b100;
}

/* footer-image css  */
.footer-image-section {
    position: relative;
    width: 100%;
}

.footer-image {
    width: 100%;
    height: auto;
    display: block;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0.70) 70%,
            rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}

.footer-menu a {
    color: #fff;
}

/* ----------------------------------- */
/* ------------------------------------- */



/* category css  */
.category {
    overflow: hidden;
}

.category .col-lg-3 {
    opacity: 1;
}

/* ------------------------------------------- */
/* -------------------------------------------- */

/* one-line banner css  */
/* Background Box */
.hero-container {
    padding: 140px;   
    background-position: center;
    background-attachment: fixed;
}

.hero-bg-box {
    position: relative;
    width: 100%;
    padding: 80px 40px;
    background-image: url("../img/one-liner-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}

/* Overlay Content */
.hero-overlay-text {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-company-heading {
    color: #ffffff;
    font-weight: 700;
    /* font-size: 3rem; */
    line-height: 1.2;
    animation: blinkCursor .7s infinite;

    text-shadow:
        0px 3px 4px rgba(0, 0, 0, 0.3),
        /* deeper base shadow */
        0px 6px 10px rgba(0, 0, 0, 0.25),
        /* extended blur */
        0px 10px 18px rgba(0, 0, 0, 0.15),
        /* stronger 3D depth */
        0px 15px 28px rgba(0, 0, 0, 0.10),
        /* large soft shadow */
        0px 0px 18px rgba(255, 255, 255, 0.15);
    /* brighter outer glow */
}


.hero-heading {
    color: #ffffff;
    font-weight: 700;
    /* font-size: 3rem; */
    line-height: 1.2;
    animation: blinkCursor .7s infinite;

    text-shadow:
        0px 3px 4px rgba(0, 0, 0, 0.3),
        /* deeper base shadow */
        0px 6px 10px rgba(0, 0, 0, 0.25),
        /* extended blur */
        0px 10px 18px rgba(0, 0, 0, 0.15),
        /* stronger 3D depth */
        0px 15px 28px rgba(0, 0, 0, 0.10),
        /* large soft shadow */
        0px 0px 18px rgba(255, 255, 255, 0.15);
    /* brighter outer glow */
}

#typeText {
    transition: all 0.08s ease-in-out;
    color: #b3ad5b;
}


/* MOBILE RESPONSIVE */
@media(max-width: 768px) {

    .hero-bg-box {
        padding: 40px 20px;
        background-position: center;
        border-radius: 10px;
    }

    .hero-overlay-text {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    /* Mobile fix */
    @media(max-width: 768px) {
        .hero-heading {
            font-size: 28px;
            text-align: center;
        }
    }

    .hero-overlay-text p {
        font-size: 14px;
        max-width: 100%;
        line-height: 22px;
    }

    .butt {
        margin-top: 5px;
    }

    .hero-container {
        padding: 50px;
    }
}

/* ------------------------------------------- */
/* ------------------------------------------- */

/* contact page css  */
.contact-section .form-label {
    color: #372e70;
    ;
    font-size: 14px;
    font-weight: 700;
}

.contact-icon {
    color: #372e70;
}

.contact-heading {
    color: #372e70;
    font-size: 14px;
    font-weight: 700;
}

.contact-sub-heading {
    color: #757575;
    font-size: 14px;
}

.custom-input,
.custom-textarea {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 10px;
}

.custom-textarea {
    height: 150px;
}


.contact-social-icon {
    width: 40px;
    height: 40px;
    background: #b3ad5b;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.contact-social-icon:hover {
    opacity: 0.8;
}

/* ------------------------------------------ */
/* ------------------------------------------- */

/* About page css  */
.about-images img {
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.hero-section {
    background-image: url('../img/about-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 80px;
    position: relative;
    color: #000;
}

/* LEFT LIGHT BOX */
.overlay-box {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(3px);
    padding: 45px;
    border-radius: 10px;

}

/* PLAY BUTTON + WAVES */
.video-box {
    position: relative;
    margin-top: 40px;
    width: 70px;
    height: 70px;
}

.play-btn {
    width: 70px;
    height: 70px;
    background: #ffffff;
    color: #c40000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: relative;
    z-index: 3;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* WAVES 1 */
.pulse,
.pulse2 {
    position: absolute;
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: pulseAnim 2.2s infinite ease-out;
    z-index: 1;
}

.pulse2 {
    animation-delay: 0.8s;
}

@keyframes pulseAnim {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .hero-section {
        padding: 60px 20px;
    }

    .overlay-box {
        max-width: 100%;
        padding: 30px;
    }

    .video-box {
        margin-top: 30px;
    }
}

@media(max-width: 480px) {
    .play-btn {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }

    .pulse,
    .pulse2 {
        width: 55px;
        height: 55px;
    }
}

/* ------------------------------------------- */
/* -------------------------------------------- */

/* featured category css  */
.featured-card {
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.featured-card-img {
    position: relative;
}

.featured-card-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.featured-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff6428;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 20px;
}

.featured-price {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    color: #ff6428;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.featured-location {
    color: #ff6428;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
}

.featured-title {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
}

.featured-type {
    color: #555;
    font-size: 14px;
}

.featured-icons span {
    font-size: 14px;
    color: #444;
}

.featured-button {
    background: #111;
    color: #fff;
    border-radius: 10px;
}

.featured-button:hover {
    background: #ff6428;
    color: #fff;
}

/* -------------------------------------------- */
/* -------------------------------------------- */

/* project card  css  */
.project-card {
    background: #faf5e8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.project-card .card-img {
    width: 100%;
    /* height: 300px; */
}

.project-card .card-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.project-card .logo-box {
    background: #e8e8e8;
    width: 50%;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.project-card .logo-box img {
    width: 100%;
    max-height: 40px;
    object-fit: contain;
}

.project-card .status {
    color: #b3ad5b;
    ;
    font-size: 13px;
}

.project-card .title {
    font-size: 14px;
    text-transform: uppercase;
}

.project-card .project-name {
    background: #e7e3b1ff;
    font-size: 13px;
}

.project-card .location {
    font-size: 13px;
    color: #666;
}

.blog-position {
    left: 30% !important;
    font-size: 14px;
    color: grey;
}

/* --------------------------------------------- */
/* --------------------------------------------- */

/* heading -line css   */
.heading-line {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #000;
    padding-right: 15px;
}

.heading-line::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -200px;
    width: 200px;
    height: 2px;
    background: #019443;
}
.feature-lists {
    font-size: 14px;
}
.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.spinner {
    width: 25px;
    height: 25px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}






