/* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}

body {
    overflow-x: hidden;
    background: #ffffff;
    color: #111111;
}

/* =========================
    NAVBAR
========================= */
/* .custom-navbar {
    background: #f7f4ef;
    padding: 14px 0;
    transition: 0.4s ease;
    animation: navFade 1s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@keyframes navFade {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 40px;
}


.navbar-brand img {
    max-width: 140px;
     apne hisab se 140-180 kar sakte ho 
    height: auto;
    object-fit: contain;
    display: block;
}

.navbar-nav .nav-link {
    color: #222 !important;
    margin: 0 10px;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
    white-space: nowrap;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #b08b3e;
    transition: 0.4s;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.call-btn {
    background: #062d24;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.call-btn:hover {
    background: #b08b3e;
    transform: translateY(-2px);
}

@media(max-width:991px) {

    .navbar-brand img {
        width: 120px;
    }

    .navbar-nav {
        margin-top: 20px;
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 8px 0;
    }

    .call-btn {
        justify-content: center;
    }
}
 */

        .custom-navbar {
            background: #f7f4ef;
            /* padding: 14px 0; */
            transition: .4s;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .navbar-brand img {
            max-width: 80px;
            margin-top: -10px;
    margin-bottom: -10px;
        }

        .navbar-nav .nav-link {
            color: #111 !important;
            margin: 0 10px;
            font-size: 14px;
            font-weight: 600;
            position: relative;
        }

        .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -4px;
            width: 0;
            height: 2px;
            background: #b88a45;
            transition: .3s;
        }

        .navbar-nav .nav-link:hover::after {
            width: 100%;
        }

        .call-btn {
            background: #062d24;
            color: #fff !important;
            padding: 12px 24px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none !important;
            transition: .3s;
        }

        .call-btn:hover {
            background: #b88a45;
        }
@media(max-width:768px) {

   .navbar-brand img
 {
    max-width: 50px;
    margin-left: 20px;
}

}


/* =========================
    HERO SLIDER
========================= */
.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
    width: 100%;
    height: 100vh;
}

.hero-slider .carousel-item {
    position: relative;
    overflow: hidden;
}

/* IMAGE */

.hero-slider .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* OVERLAY */

.hero-slider .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* CONTENT */

.hero-slider .slider-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    max-width: 650px;
}

.hero-slider .slider-subtitle {
    display: inline-block;
    background: #c29a4a;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

.hero-slider .slider-content h1 {
    font-size: 65px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-slider .slider-content h1 span {
    color: #c29a4a;
}

.hero-slider .slider-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* BUTTONS */

.hero-slider .hero-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-slider .btn-primary-custom {
    background: #062d24;
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
}

.hero-slider .btn-primary-custom:hover {
    background: #c29a4a;
    color: #fff;
    text-decoration: none;
}

.hero-slider .btn-outline-custom {
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
}

.hero-slider .btn-outline-custom:hover {
    background: #fff;
    color: #111;
    text-decoration: none;
}

/* INDICATORS */

.hero-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .hero-slider .slider-content {
        left: 5%;
        right: 5%;
        max-width: 100%;
    }

    .hero-slider .slider-content h1 {
        font-size: 42px;
    }
}

@media(max-width:767px) {

    .hero-slider .carousel,
    .hero-slider .carousel-inner,
    .hero-slider .carousel-item {
        height: 90vh;
    }

    .hero-slider .slider-content h1 {
        font-size: 30px;
    }

    .hero-slider .slider-content p {
        font-size: 15px;
    }

    .hero-slider .hero-btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-slider .hero-btns a {
        width: 100%;
        text-align: center;
    }
}

/* =========================
    GREEN STRIP
========================= */

.feature-strip {
    background: linear-gradient(90deg, #062d24, #0b3d31);
    padding: 16px 0;
}

.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-box:last-child {
    border-right: none;
}

.feature-box i {
    color: #c8a25a;
    margin-right: 10px;
    font-size: 16px;
}
span.increase {
    font-size: 12px;
}
/* =========================
    FEATURED PROJECTS
========================= */

.featured-section {
    background: #f8f5ef;
    padding: 65px 0;
}

.featured-subtitle {
    color: #c49a52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.featured-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #161616;
    margin: 0;
}

.view-project-btn {
    color: #111;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.featured-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: .3s;
    height: 100%;
}

.featured-card:hover {
    transform: translateY(-4px);
}

.featured-image {
    position: relative;
}

.featured-image img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.approved-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0b3d31;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 30px;
}

.featured-content {
    padding: 16px;
}

.featured-content h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}

.project-location {
    color: #9d7d3f;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-feature {
    color: black;
    /* color: #36454F; */
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 2px;
}

.featured-content h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 14px 0;
    color: #111;
}

.project-buttons a {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

.details-button {
    border: 1px solid #d7c29d;
    color: #111;
    margin-right: 6px;
}

.whatsapp-button {
    background: #0b3d31;
    color: #fff;
}

/* REMOVE DOTS */

.carousel-indicators {
    display: none;
}

.carousel-item {
    background: none !important;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:991px) {

    .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 15px;
        border-radius: 10px;
    }

    .slider-content {
        left: 5%;
        right: 5%;
        max-width: 100%;
    }

    .slider-content h1 {
        font-size: 44px;
    }

    .feature-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        justify-content: flex-start;
        padding-left: 25px;
    }
}

@media(max-width:767px) {

    .hero-slider .carousel-item {
        height: 90vh;
        min-height: 620px;
    }

    .slider-content h1 {
        font-size: 34px;
        line-height: 1.1;
    }

    .slider-content p {
        font-size: 14px;
    }

    .hero-btns .btn {
        width: 100%;
        margin-bottom: 12px;
    }

    .call-btn {
        display: inline-block;
        margin-top: 10px;
    }

    .feature-strip {
        padding: 10px 0;
    }

    .feature-box {
        font-size: 12px;
        padding: 14px 20px;
    }

    .featured-title {
        font-size: 22px;
    }

    .featured-image img {
        height: 220px;
    }

}

/* =========================
    WHY INVEST SECTION
========================= */

.why-invest-section {
    background: #f5f1ea;
    padding: 65px 0;
}

.invest-subtitle {
    color: #c49a52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.invest-title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.invest-title span {
    color: #b9914d;
}

.invest-text {
    font-size: 11px;
    line-height: 1.8;
    color: #555;
    max-width: 250px;
    margin-bottom: 18px;
    font-weight: 500;
}

.invest-btn {
    display: inline-block;
    background: #062d24;
    color: #fff !important;
    padding: 11px 18px;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    transition: .3s;
}

.invest-btn:hover {
    background: #b9914d;
}

/* FEATURES */

.invest-feature {
    padding: 0 28px;
    border-right: 1px solid #ddd4c7;
    min-height: 170px;
}

.invest-icon {
    margin-bottom: 18px;
}

.invest-icon i {
    font-size: 28px;
    color: #222;
}

.invest-feature h4 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.invest-feature p {
    font-size: 12px;
    line-height: 1.7;
    color: #666;
    font-weight: 500;
    margin: 0;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:991px) {

    .invest-feature {
        border-right: none;
        border-bottom: 1px solid #ddd4c7;
        padding: 25px 0;
        min-height: auto;
    }

    .invest-feature.border-0 {
        border-bottom: none !important;
    }

    .invest-title {
        font-size: 34px;
    }

    .invest-text {
        max-width: 100%;
    }

}

@media(max-width:767px) {

    .why-invest-section {
        padding: 50px 0;
    }

    .invest-title {
        font-size: 28px;
    }

    .invest-feature {
        padding: 20px 0;
    }

    .invest-feature h4 {
        font-size: 16px;
    }

    .invest-feature p {
        font-size: 12px;
    }

}

/* =========================
    TRUST SECTION
========================= */

.trust-section {
    background: #050505;
    overflow: hidden;
}

.trust-overlay {
    padding: 35px 80px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)),
        url('../img/bnerCopy.png');
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.trust-subtitle {
    color: #b8924f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.trust-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
}

.trust-title span {
    color: #b8924f;
}

/* BOXES */

.trust-box-row {
    margin: 0 -7px;
}

.trust-box {
    border: 1px solid rgba(184, 146, 79, 0.35);
    border-radius: 10px;
    padding: 18px 16px;
    height: 100%;
    background: rgba(255, 255, 255, 0.02);
    transition: .3s;
}

.trust-box:hover {
    transform: translateY(-4px);
    border-color: #b8924f;
}

.trust-icon {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(184, 146, 79, 0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.trust-icon i {
    color: #b8924f;
    font-size: 13px;
}

.trust-box h4 {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px;
}

.trust-box p {
    color: #cfcfcf;
    font-size: 11px;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
}

/* RIGHT IMAGE */

.trust-image {
    height: 100%;
    min-height: 360px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
        url('../img/bner.png');
    background-size: cover;
    background-position: center;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:991px) {

    .trust-overlay {
        padding: 45px 30px;
    }

    .trust-image {
        min-height: 300px;
    }

}

@media(max-width:767px) {

    .trust-overlay {
        padding: 40px 20px;
    }

    .trust-title {
        font-size: 28px;
    }

    .trust-box {
        padding: 16px 14px;
    }

    .trust-box h4 {
        font-size: 12px;
    }

    .trust-box p {
        font-size: 10px;
    }

    .trust-image {
        min-height: 240px;
    }

}

/* =========================
    INSIGHT SECTION
========================= */

.insight-section {
    background: #f8f5ef;
    padding: 70px 0 50px;
}

/* TOP */

.insight-subtitle {
    color: #c49a52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.insight-title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.5px;
    margin: 0;
}

.view-article-btn {
    color: #111;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
}

.view-article-btn i {
    font-size: 10px;
}

/* CARD */

.insight-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: .3s;
    height: 100%;
}

.insight-card:hover {
    transform: translateY(-4px);
}

.insight-image {
    position: relative;
}

.insight-image img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}

/* PLAY BUTTON */

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(181, 144, 76, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn i {
    color: #fff;
    font-size: 12px;
    margin-left: 2px;
}

/* CONTENT */

.insight-content {
    padding: 16px;
}

.insight-content h4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.insight-content span {
    color: #777;
    font-size: 10px;
    font-weight: 500;
}

.blog-banner,
.blog-detail-hero {
    background: #f8f5ef;
    padding: 145px 0 70px;
}

.blog-detail-hero {
    padding-bottom: 55px;
}

.blog-back-link {
    color: #111;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 18px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.blog-back-link:hover {
    color: #b88a45;
}

.blog-banner h1,
.blog-detail-hero h1 {
    color: #111;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    margin: 8px 0 16px;
}

.blog-banner p,
.blog-detail-hero p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    max-width: 720px;
    margin: 0;
}

.blog-detail-hero p {
    max-width: 830px;
}

.blog-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 24px;
}

.blog-meta-row span {
    color: #333;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
}

.blog-meta-row i {
    color: #b88a45;
    font-size: 13px;
    margin-right: 8px;
}

.blog-list-section {
    padding-top: 55px;
}

.blog-card-link,
.blog-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.blog-list-card .insight-image img {
    height: 220px;
}

.blog-list-card .insight-content {
    padding: 20px;
}

.blog-list-card .insight-content h4 {
    font-size: 17px;
    min-height: 52px;
}

.blog-list-card .insight-content p {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    margin: 14px 0 0;
}

.empty-blog-state {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}

.empty-blog-state h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.empty-blog-state p {
    color: #666;
    margin: 0;
}

.blog-feature-image {
    background: #f8f5ef;
    padding-bottom: 45px;
}

.blog-feature-image img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-detail-content {
    background: #fff;
    padding: 60px 0 80px;
}

.blog-content-wrap {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
}

.blog-content-wrap h2,
.blog-content-wrap h3,
.blog-content-wrap h4 {
    color: #111;
    font-weight: 800;
    margin: 30px 0 14px;
}

.blog-content-wrap p,
.blog-content-wrap ul,
.blog-content-wrap ol,
.blog-content-wrap blockquote {
    margin-bottom: 18px;
}

.blog-content-wrap a {
    color: #b88a45;
    font-weight: 700;
}

.blog-content-wrap figure {
    margin: 28px 0;
}

.blog-content-wrap img {
    border-radius: 10px;
    height: auto;
    max-width: 100%;
}

.blog-content-wrap table {
    border-collapse: collapse;
    display: block;
    margin: 24px 0;
    overflow-x: auto;
    width: 100%;
}

.blog-content-wrap th,
.blog-content-wrap td {
    border: 1px solid #eadfce;
    padding: 12px 14px;
    vertical-align: top;
}

.blog-content-wrap th {
    background: #f8f5ef;
    color: #111;
}

.blog-content-wrap hr {
    border: 0;
    border-top: 1px solid #eadfce;
    margin: 30px 0;
}

.blog-sidebar {
    position: sticky;
    top: 95px;
}

.blog-side-box {
    background: #f8f5ef;
    border: 1px solid #eadfce;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 24px;
}

.blog-side-box h3 {
    color: #111;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog-side-box p {
    color: #555;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.blog-side-btn {
    background: #062d24;
    border-radius: 6px;
    color: #fff !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    padding: 12px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.blog-side-btn:hover {
    background: #b88a45;
}

.blog-share-links {
    display: flex;
    gap: 10px;
}

.blog-share-links a {
    align-items: center;
    background: #062d24;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    text-decoration: none !important;
    transition: .3s;
    width: 38px;
}

.blog-share-links a:hover {
    background: #b88a45;
    color: #fff;
    transform: translateY(-2px);
}

.related-blog-section {
    background: #f8f5ef;
    padding: 65px 0 45px;
}

.blog-index-hero {
    background:
        linear-gradient(rgba(6, 45, 36, 0.78), rgba(6, 45, 36, 0.72)),
        url('../img/bner.png');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 150px 0 88px;
}

.blog-index-hero .insight-subtitle,
.blog-detail-hero .insight-subtitle {
    color: #d6b36c;
}

.blog-index-hero h1 {
    color: #fff;
    font-size: 48px;
    max-width: 860px;
}

.blog-index-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    max-width: 760px;
}

.blog-hero-stat {
    border: 1px solid rgba(214, 179, 108, 0.45);
    border-radius: 8px;
    padding: 24px;
    text-align: right;
}

.blog-hero-stat strong {
    color: #fff;
    display: block;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
}

.blog-hero-stat span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-top: 8px;
    text-transform: uppercase;
}

.blog-list-section {
    background: #f7f4ef;
    padding: 68px 0 58px;
}

.featured-article-link,
.featured-article-link:hover {
    color: inherit;
    display: block;
    text-decoration: none;
}

.featured-article {
    background: #fff;
    border: 1px solid #e8ddcc;
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    margin-bottom: 54px;
    overflow: hidden;
    transition: .3s;
}

.featured-article:hover {
    border-color: #d4b16d;
    transform: translateY(-4px);
}

.featured-article-image {
    min-height: 390px;
}

.featured-article-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.featured-article-content {
    align-self: center;
    padding: 42px;
}

.featured-article-content h2 {
    color: #111;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    margin: 8px 0 16px;
}

.featured-article-content p {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.blog-section-heading {
    margin-bottom: 26px;
}

.blog-section-heading h2 {
    color: #111;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.blog-list-card {
    border: 1px solid #e8ddcc;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(21, 31, 27, 0.06);
}

.blog-list-card:hover {
    border-color: #d4b16d;
    box-shadow: 0 20px 46px rgba(21, 31, 27, 0.10);
}

.blog-list-card .insight-image {
    background: #eee4d4;
    overflow: hidden;
}

.blog-list-card .insight-image img {
    height: 235px;
    transition: .45s;
}

.blog-list-card:hover .insight-image img {
    transform: scale(1.04);
}

.blog-card-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 13px;
}

.blog-card-meta span {
    align-items: center;
    color: #777;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
}

.blog-card-meta i {
    color: #b88a45;
    margin-right: 6px;
}

.blog-list-card .insight-content h4 {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 12px;
    min-height: 78px;
}

.blog-list-card .insight-content p {
    font-size: 13px;
    line-height: 1.75;
}

.article-read-more {
    color: #062d24;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    margin-top: 18px;
    text-transform: uppercase;
}

.blog-detail-hero {
    background:
        linear-gradient(rgba(247, 244, 239, 0.96), rgba(247, 244, 239, 0.96)),
        url('../img/baner.jpg');
    background-position: center;
    background-size: cover;
    padding: 138px 0 62px;
}

.blog-detail-hero h1 {
    font-size: 46px;
    max-width: 960px;
}

.blog-meta-row {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 8px;
    display: inline-flex;
    padding: 12px 16px;
}

.blog-feature-image {
    background: #f7f4ef;
    padding-bottom: 0;
}

.blog-feature-image .container {
    transform: translateY(38px);
}

.blog-feature-image img {
    border: 8px solid #fff;
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(21, 31, 27, 0.14);
    max-height: 560px;
}

.blog-detail-content {
    background: #fff;
    padding: 105px 0 80px;
}

.blog-content-wrap {
    color: #2c2c2c;
    font-size: 17px;
    line-height: 1.9;
    padding-right: 20px;
}

.blog-content-wrap h2 {
    font-size: 30px;
}

.blog-content-wrap h3 {
    font-size: 23px;
}

.blog-content-wrap blockquote {
    background: #f7f4ef;
    border-left: 4px solid #b88a45;
    border-radius: 0 8px 8px 0;
    color: #222;
    font-weight: 700;
    padding: 22px 26px;
}

.blog-sidebar {
    top: 104px;
}

.blog-side-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(21, 31, 27, 0.08);
}

.related-blog-section {
    background: #f7f4ef;
    padding: 72px 0 52px;
}

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

    .insight-title {
        font-size: 28px;
    }

    .featured-article {
        grid-template-columns: 1fr;
    }

    .featured-article-image {
        min-height: 300px;
    }

    .blog-content-wrap {
        padding-right: 0;
    }

}

@media(max-width:767px) {

    .insight-section {
        padding: 55px 0 35px;
    }

    .insight-title {
        font-size: 24px;
    }

    .view-article-btn {
        margin-top: 10px;
    }

    .insight-image img {
        height: 210px;
    }

    .blog-banner,
    .blog-detail-hero {
        padding: 110px 0 48px;
    }

    .blog-banner h1,
    .blog-detail-hero h1 {
        font-size: 30px;
    }

    .blog-index-hero {
        padding: 118px 0 58px;
    }

    .blog-index-hero h1 {
        font-size: 34px;
    }

    .blog-hero-stat {
        text-align: left;
    }

    .featured-article-content {
        padding: 26px;
    }

    .featured-article-content h2,
    .blog-section-heading h2 {
        font-size: 25px;
    }

    .blog-list-section {
        padding: 46px 0 34px;
    }

    .blog-list-card .insight-image img {
        height: 230px;
    }

    .blog-list-card .insight-content h4 {
        min-height: auto;
    }

    .blog-meta-row {
        display: flex;
        width: 100%;
    }

    .blog-feature-image .container {
        transform: translateY(24px);
    }

    .blog-feature-image img {
        border-radius: 8px;
        max-height: 320px;
    }

    .blog-detail-content {
        padding: 72px 0 56px;
    }

    .blog-content-wrap {
        font-size: 15px;
    }

    .blog-content-wrap h2 {
        font-size: 24px;
    }

    .blog-content-wrap h3 {
        font-size: 20px;
    }

    .blog-sidebar {
        position: static;
        margin-top: 30px;
    }

}

/* =========================
    TESTIMONIAL SECTION
========================= */

.testimonial-section {
    background: #f8f5ef;
    padding: 65px 0 50px;
}

/* TOP */

.testimonial-subtitle {
    color: #c49a52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.testimonial-title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    margin: 0;
    letter-spacing: -0.5px;
}

/* NAV */

.testimonial-nav {
    display: flex;
    align-items: center;
}

.testimonial-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: .3s;
}

.testimonial-arrow:hover {
    background: #b8924f;
}

.testimonial-arrow:hover i {
    color: #fff;
}

.testimonial-arrow i {
    font-size: 12px;
    color: #111;
}

/* CARD */

.testimonial-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    min-height: 160px;
    transition: .3s;
}

.testimonial-card:hover {
    transform: translateY(-4px);
}

/* IMAGE */

.testimonial-image {
    width: 42%;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */

.testimonial-content {
    width: 58%;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-content p {
    font-size: 11px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 14px;
    font-weight: 500;
}

.testimonial-content h4 {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.testimonial-content span {
    font-size: 10px;
    color: #777;
    font-weight: 600;
}

/* REMOVE DOTS */

.carousel-indicators {
    display: none;
}

/* =========================
    RESPONSIVE
========================= */

@media(max-width:991px) {

    .testimonial-card {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .testimonial-image {
        width: 100%;
        height: 240px;
    }

    .testimonial-content {
        width: 100%;
    }

}

@media(max-width:767px) {

    .testimonial-section {
        padding: 50px 0 35px;
    }

    .testimonial-title {
        font-size: 24px;
    }

    .testimonial-image {
        height: 220px;
    }

    .testimonial-content {
        padding: 18px;
    }

    .testimonial-content p {
        font-size: 12px;
    }

}

/* =========================
    FULL WIDTH CONSULTATION
========================= */

.consultation-section {
    width: 100%;
    background: #f8f5ef;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

/* FULL WIDTH */

.consultation-container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.consultation-wrapper {

    width: 100%;
    background:
        linear-gradient(90deg,
            #032c24 0%,
            #063d31 100%);

    padding: 30px 60px;
}

/* LEFT */

.consultation-content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

.consultation-content p {
    color: #d9d9d9;
    font-size: 14px;
    margin-bottom: 20px;
}

/* FEATURES */

.consultation-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.consultation-feature {
    color: #fff;
    font-size: 13px;
    margin-right: 22px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.consultation-feature i {
    color: #c49a52;
    margin-right: 6px;
    font-size: 13px;
}

/* FORM */

.form-group {
    margin-bottom: 12px;
}

/* INPUT */

.custom-input {

    width: 100%;
    height: 52px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 2px !important;
    color: #fff !important;
    font-size: 12px !important;
    padding: 0 14px !important;
    box-shadow: none !important;
}

.custom-input::placeholder {
    color: #d7d7d7 !important;
}

.custom-input option {
    color: #111;
}

/* BUTTON */

.consultation-btn {

    width: 100%;
    height: 50px;
    border: none;
    background: #b88a45;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.3s;
}

.consultation-btn:hover {
    background: #9b7338;
}

/* MOBILE */

@media(max-width:991px) {

    .consultation-content {
        margin-bottom: 30px;
    }

}

@media(max-width:767px) {

    .consultation-wrapper {
        padding: 30px 20px;
    }

    .consultation-content h2 {
        font-size: 22px;
    }

    .consultation-feature {
        width: 100%;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .custom-input {
        height: 46px !important;
        font-size: 13px !important;
    }

    .consultation-btn {
        height: 46px;
        font-size: 13px;
    }

    .col-md-4 {
        width: 100%;
    }

}
/* =========================
    FOOTER
========================= */

.custom-footer {
    background: #fff;
    padding: 55px 0 20px;
    border-top: 1px solid #ececec;
    font-family: 'Poppins', sans-serif;
}

/* LOGO */

.footer-logo img {
    max-width: 100px;
    padding-bottom: 10px;
}

/* TITLES */

.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

/* LINKS */

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    /* color: #444; */
    color: black;
    font-size: 12px;
    text-decoration: none;
    transition: .3s;
}

.footer-links li a:hover {
    color: #b88a45;
}

/* CONTACT */

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    /* color: #444;
     */
     color: black;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.7;
    display: flex;
}

.footer-contact li i {
    color: #111;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 11px;
}

/* SOCIAL */

.footer-social {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer-social a {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #111;
    text-decoration: none;
    font-size: 12px;
    transition: .3s;
}

.footer-social a:hover {
    background: #b88a45;
    color: #fff;
    border-color: #b88a45;
}

/* RERA */

.footer-rera img {
    width: 55px;
}

/* BOTTOM */

.footer-bottom {
    border-top: 1px solid #ddd4c7;
    margin-top: 30px;
    padding-top: 18px;
}

.footer-bottom p {
    font-size: 11px;
    color: black;
    margin: 0;
}

.footer-bottom a {
    font-size: 11px;
    color: black;
    text-decoration: none;
    margin: 0 6px;
}

/* =========================
    FLOATING BUTTONS
========================= */
/* =========================
    FLOATING BUTTONS
========================= */

.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* BUTTON */

.float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    /* min-width: 160px; */
    padding: 0 22px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
    transition: .3s;
}

.float-btn i {
    /* margin-right: 8px; */
    font-size: 16px;
}

/* WHATSAPP */

.whatsapp-btn {
    background: #25D366;
}

/* CALL */

.call-btn-footer {
    background: #b88a45;
}

/* HOVER */

.float-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

/* =========================
    MOBILE FIX
========================= */

@media(max-width:767px) {

    .floating-buttons {
        left: 15px;
        bottom: 15px;
        gap: 10px;
    }

    .float-btn {
        /* min-width: 135px; */
        height: 44px;
        padding: 0 18px;
        font-size: 12px;
        border-radius: 40px;
    }

    .float-btn i {
        font-size: 14px;
        margin-right: 6px;
    }
}
