/* Home section css :start */

.hero-slider {
    position: relative;
}

.hero-slider .carousel-item,
.hero-slider img {
    height: 100vh;
    object-fit: cover;
}

.hero-search {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

.hero-search form,
.hero-search .text-center {
    pointer-events: auto;
}

.hero-search h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

@media (max-width: 767px) {
    .hero-search form {
        padding: 1rem;
    }
}

.carousel-item {
    position: relative;
}

.carousel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* ← change 0.5 for darker/lighter */
    z-index: 1;
}

.carousel-item img {
    position: relative;
    z-index: 0;
}

.bg-color-9edd05 {
    background-color: #1d4535;
}

.planning-card .title {
    padding-left: 0;
}

.planning-card .title i {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .innovation span {
        margin-bottom: 15px;
        padding: 9px 20px 10px;
        font-size: 14px;
    }
}

.innovation span {
    display: -webkit-inline-box;
    font-weight: 600;
    border-radius: 10px;
    background-color: #081511;
    margin-bottom: 25px;
    padding: 14px 20px 14px;
    color: #ffffff;
}

.full-width-slider {
    width: 100%;
    padding-left: 3%;
}

.services-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.services-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.services-card:hover img {
    transform: scale(1.08);
}

.services-card-body {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.15));
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.services-card-body h3 {
    margin-bottom: 8px;
    font-size: 1.4rem;
}

.services-card-body p {
    margin: 0;
    opacity: 0.9;
}

.property-carousel {
    width: 100%;
}

.property-slide {
    position: relative;
    padding: 0 3%;
}

.property-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 28px;
}

.property-caption {
    position: absolute;
    left: 6%;
    bottom: 40px;
    color: #fff;
    max-width: 420px;
}

.property-caption h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.property-caption p {
    margin: 0;
    opacity: 0.9;
}

/* Improve controls visibility */
.carousel-control-prev,
.carousel-control-next {
    width: 6%;
}

@media (max-width: 768px) {
    .property-slide img {
        height: 300px;
    }
}

.property-slider-area .card img {
    height: 250px;
    object-fit: cover;
}

.property-slider-area .card-body {
    text-align: center;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #198754 !important;
}

/* Section heading */
.compare-subtitle {
    color: #c9a24d;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 13px;
}

.compare-title {
    font-weight: 700;
}

.compare-title span {
    color: #c9a24d;
}

.compare-desc {
    color: rgba(255, 255, 255, 0.75);
}

/* Filter bar */
.property-filter {
    background: #ffffff;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.property-filter .form-control,
.property-filter .form-select {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
}

.property-filter .form-control:focus,
.property-filter .form-select:focus {
    border-color: #c9a24d;
    box-shadow: 0 0 0 0.15rem rgba(201, 162, 77, 0.25);
}

/* Property card */
.compare-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.compare-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.2);
}

/* Image */
.compare-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Highlighted card */
.compare-card.highlight {
    border: 5px solid #c9a24d;
}

/* Badge */
.badge-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #0f3d2e, #1d4535);
    color: #ffffff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
}

/* Card body */
.compare-body {
    padding: 22px;
}

.compare-body h5 {
    font-weight: 600;
    color: #0f3d2e;
    margin-bottom: 4px;
}

.compare-body p {
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom: 8px;
}

.compare-body strong {
    color: #c9a24d;
    font-size: 18px;
}

/* Brand utilities */
.text-brand {
    color: #c9a24d;
}

.btn-brand {
    background: linear-gradient(135deg, #0f3d2e, #1d4535);
    color: #ffffff;
    border: none;
}

.btn-brand:hover {
    background: linear-gradient(135deg, #1d4535, #0f3d2e);
}


.emi-wrapper {
    max-width: fit-content;
    margin: auto;
}

.pill {
    background: rgb(216 186 74 / 48%);
    color: #1d4535;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.brand-range::-webkit-slider-thumb {
    background: #1d4535;
}

.brand-range::-moz-range-thumb {
    background: #1d4535;
}

.total-box {
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 16px;
    background: #fff;
}

/* Modal size & centering */
#leadModal .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

/* Modal container */
#leadModal .modal-content {
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid #fff;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
}

/* Enable inner scrolling */
#leadModal .modal-body,
#leadModal .contact-wrap {
    overflow-y: auto;
}

/* Image styling */
#leadModal .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Image overlay */
#leadModal .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.3));
}

/* Text on image */
#leadModal .content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    max-width: 320px;
}

/* Close button */
#leadModal .modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1060;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
}

/* Tablet and below */
@media (max-width: 991px) {
    #leadModal .modal-dialog {
        max-width: 80%;
    }

    #leadModal .content {
        display: none;
    }
}

/* Mobile */
@media (max-width: 576px) {
    #leadModal .modal-dialog {
        max-width: 85%;
        margin: 1rem auto;
    }

    #leadModal .modal-content {
        max-height: 90vh;
        border-radius: 12px;
        border: 1px solid #eee;
    }

    #leadModal .modal-close {
        padding: 10px;
    }
}

/* .tabs {
        border-bottom: 2px solid #ddd;
    } */

.tab {
    padding: 8px 15px;
    text-decoration: none;
    color: #004225;
    /* Dark green text */
    font-weight: 500;
    margin-right: 5px;
    border-bottom: 3px solid transparent;
    /* invisible underline */
    transition: color 0.3s, border-bottom-color 0.3s;
}

.tab:hover {
    color: #d5a225;
    /* gold text on hover */
    border-bottom: 3px solid #d5a225;
    /* gold underline on hover */
}

/* Optional: style active page manually */
.tab.active {
    color: #1d4535;
    /* dark green */
    border-bottom: 3px solid #d5a225;
    /* gold underline */
}

.tabs span {
    background: linear-gradient(145deg, #FFD700, #996e02);
    color: #000000;
    padding: 5px 14px;
    margin: 4px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
}

.fa-check:before {
    color: #fff;
}

/* PROPERTY CATEGORIES */
.property-categories {
    background: #f8faf9;
}

/* Card */
.property-categories .category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 15px;
    background: #ffffff;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.property-categories .category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Icon */
.property-categories .icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 10px;
}

/* Text */
.property-categories h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.property-categories span {
    font-size: 13px;
    color: #6c757d;
}

/* Mobile */
@media (max-width: 575px) {
    .property-categories .category-card {
        padding: 18px 10px;
    }

    .property-categories .icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }
}

/*PROPERTY SLIDER AREA ONLY*/
.property-slider-area {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Property Card */
.property-slider-area .property-card {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.property-slider-area .property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Image container */
.property-slider-area .card-img {
    position: relative;
    overflow: hidden;
}

.property-slider-area .card-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Hover image effect */
.property-slider-area .property-card:hover .card-img img {
    transform: scale(1.1);
    filter: brightness(70%);
}

/* Overlay button */
.property-slider-area .property-btn-overlay {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    text-align: center;
    background-color: #1d4535;
    color: #fff;
    padding: 15px 0;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* Slide up on hover */
.property-slider-area .property-card:hover .property-btn-overlay {
    bottom: 0;
}

/* Card info */
.property-slider-area .card-info {
    padding: 20px;
    text-align: center;
}

.property-slider-area .property-name {
    color: #c9a24d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.property-slider-area .property-location,
.property-slider-area .property-price {
    color: #1d4535;
    font-size: 14px;
    margin-bottom: 5px;
}

.property-slider-area .property-price {
    font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
    .property-slider-area .card-img img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .property-slider-area .card-img img {
        height: 180px;
    }
}

/*  MODERN IMAGE CONTENT */
.choose-us-area .choose-media {
    position: relative;
    padding-left: 30px;
}

/* Image */
.choose-us-area .choose-us-image img {
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    max-height: 430px;
}

/* Floating glass text */
.choose-us-area .media-card {
    position: absolute;
    top: 32px;
    left: 70px;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    z-index: 2;
}

/* Badge */
.choose-us-area .media-badge {
    position: absolute;
    bottom: -20px;
    right: 10px;
    background: #c9a24d;
    color: #1d4535;
    padding: 14px 18px;
    border-radius: 16px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.choose-us-area .media-badge span {
    display: block;
    font-size: 18px;
}

.choose-us-area .media-badge small {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
    .choose-us-area .choose-media {
        padding-left: 0;
        margin-top: 30px;
    }

    .choose-us-area .media-card {
        position: static;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .choose-us-area .media-badge {
        right: 0;
        bottom: -15px;
    }
}

/* CHOOSE US AREA ONLY */
.choose-us-area {
    background-color: #244e3d;
}

/* Card */
.choose-us-area .choose-card {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Card hover */
.choose-us-area .choose-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* Text color on hover */
.choose-us-area .choose-card:hover h4,
.choose-us-area .choose-card:hover p {
    color: #ffffff;
}

/* Card label */
.choose-us-area .choose-card span {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #c9a24d;
    margin-bottom: 6px;
}

/* Card title */
.choose-us-area .choose-card h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
}

/* Card text */
.choose-us-area .choose-card p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Image */
.choose-us-area .choose-us-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* Section subtitle */
.choose-us-area .sub-title {
    background: rgba(255, 255, 255, 0.1);
    color: #c9a24d;
    padding: 6px 14px;
    font-weight: 600;
}

.testimonials-section {
    background: #f8faf9;
    padding: 40px 0;
    overflow: hidden;
}

.section-head {
    text-align: center;
    margin-bottom: 60px;
}

.badge-gold {
    background: #c9a24d;
    color: #1d4535;
    padding: 6px 14px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 12px;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    height: 325px;
}

.slider-track {
    display: flex;
    gap: 32px;
    transition: transform 0.6s ease;
}

.testimonial-card {
    width: 320px;
    background: #fff;
    padding: 30px;
    border-radius: 26px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .1);
    opacity: 0.4;
    transform: scale(0.85);
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.testimonial-card.active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 26px 60px rgba(0, 0, 0, .15);
}

.quote {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 14px;
}

.quote.green {
    background: #1d4535;
}

.quote.gold {
    background: #c9a24d;
}

.author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

@media (max-width:768px) {
    .testimonial-card {
        width: 280px;
    }
}

/* property grid img  */
.property-grid-area img {
    width: 100%;
    max-width: 300px;
    /* Keeps the image from getting too large */
    height: auto;
    /* Maintains aspect ratio */
}

@media (max-width: 500px) {
    .property-grid-area img {
        max-width: 100%;
        /* Image can shrink to fit smaller screens */
    }
}

/* emi chart  */
#emiChart {
    display: block;
    /* Make canvas a block so margin auto works */
    margin: 0 auto;
    /* Center horizontally */
    width: 100%;
    /* Full width of container */
    max-width: 400px;
    /* Optional max width */
    height: auto;
    /* Maintain aspect ratio */
}

/* Home section css :end */

/* Blog Card Hover Effects */
.single-blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.single-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.single-blog-card img {
    width: 100%;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.single-blog-card img:hover {
    transform: scale(1.05);
}

.single-blog-body {
    padding: 20px;
}

.single-blog-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    font-size: 14px;
    color: #888;
}

.single-blog-body ul li i {
    margin-right: 5px;
    color: #1d4535;
}

.single-blog-body h3 a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s;
}

.single-blog-body h3 a:hover {
    color: #1d4535;
}

.single-blog-body p {
    margin: 10px 0;
}

.read-more {
    color: #1d4535;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

.text-gold {
    color: #C9A24D;
}

.read-more:hover {
    color: #b8860b;
    text-decoration: underline;
    transform: translateX(4px);
}

.section-title {
    text-align: left;
    /* margin-bottom: 60px; */
    margin-left: 0;
}

.section-title .sub-title.two {
    display: inline-block;
    /* padding: 20px 31px; */
    font-size: 16px;
    color: #fff;
    background-color: #c9a24d;
    border-radius: 8px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
}

.hero-section {
    margin-top: 70px;
    background: linear-gradient(135deg, #0F3D2E, #124834);
    padding: 60px 80px;
    gap: 30px;
}

/* Image */
.hero-image {
    min-height: 350px;
    background-image: url('https://images.unsplash.com/photo-1599423300746-b62533397364?auto=format&fit=crop&w=2850&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

/* Tablet */
@media (max-width: 991px) {
    .hero-section {
        padding: 40px 40px;
    }

    .hero-image {
        min-height: 300px;
    }
}

@media (min-width: 768px) {
    .hero-section {
        margin-top: 45px !important;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-section {
        margin-top: 45px;
        padding: 30px 20px;
    }

    .hero-text {
        text-align: center;
    }

    .hero-image {
        min-height: 220px;
        border-radius: 12px;
    }

    .breadcrumb {
        display: none;
    }

    .single-blog-card {
        padding: 20px 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .choose-items .pagination-btn .choose-pagination {
        padding-top: 20px;
    }
}


.text-primary {
    color: rgb(52 101 86) !important;
}

.text-orange {
    color: #1d4535 !important;
}

.text-orange:hover {
    color: #b8860b !important;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    /* or "/" or ">" */
    color: #A0A0A0;
    /* optional color */
    padding: 0 8px;
}

.bg-soft-blog {
    background: linear-gradient(145deg, #f7f8f6, #eef1ee);
    padding: 32px;
    border-radius: 28px;
}

.modern-blog {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    position: relative;
    border: 1px solid rgba(201, 162, 77, .25);
    transition: all .4s ease;
}

.modern-blog::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(31, 61, 52, 0) 60%,
            rgba(31, 61, 52, 0.10));
    opacity: 0;
    transition: .4s;
}

.modern-blog:hover::before {
    opacity: 1;
}

.modern-blog:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 65px rgba(31, 61, 52, .18);
    border-color: #c9a24d;
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform .6s ease;
}

.modern-blog:hover .blog-img img {
    transform: scale(1.08);
}

.blog-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #008952;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: .5px;
}

.single-blog-body {
    padding: 24px;
}

.blog-meta {
    display: flex;
    gap: 18px;
    font-size: 13px;
    margin-bottom: 10px;
    list-style: none;
    color: #1f3d34;
    padding: 0;
}

.blog-meta i {
    color: #c9a24d;
}

.single-blog-body h3 a {
    color: #1f3d34;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}

.single-blog-body h3 a:hover {
    color: #c9a24d;
}

.single-blog-body p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.read-more {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #1f3d34;
}

.read-more i {
    color: #c9a24d;
    transition: transform .3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

/* Body & Typography */
.blog-details-area {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.7;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

/* Hero Image */
.blog-details-area .position-relative {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-details-area .position-relative img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-details-area .position-relative:hover img {
    transform: scale(1.05);
}

.blog-details-area .position-relative div.position-absolute.bottom-0.start-0 {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    padding: 20px;
}

.blog-details-area .position-relative h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.blog-details-area .position-relative p {
    color: #fff;
    font-size: 1rem;
}

/* Headings */
.blog-details-area h4 {
    color: #1d4535;
    font-weight: 800;
}

/* Badges / Tags */
.badge-brand {
    background-color: #1d4535;
    color: #fff;
    font-weight: 500;
}

.blog-details-area .btn-outline-primary,
.blog-details-area .btn-outline-info,
.blog-details-area .btn-outline-danger {
    border-width: 2px;
    font-weight: 500;
    transition: 0.3s;
}

.blog-details-area .btn-outline-primary,
.blog-details-area .btn-outline-info,
.btn-linkedin {
    color: #B8860B;
    /* Premium gold text */
    border: 2px solid #B8860B;
    /* Gold border */
    background-color: transparent;
    transition: all 0.3s ease;
}

.blog-details-area .btn-outline-primary:hover,
.blog-details-area .btn-outline-info:hover,
.btn-linkedin:hover {
    background-color: #B8860B;
    /* Premium gold background */
    color: #fff;
    /* White text on hover */
    border-color: #B8860B;
    /* Border matches background */
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.4);
    /* Soft glow effect */
}



/* Sidebar */
.blog-details-area .bg-white {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.blog-details-area .sidebar-title {
    color: #1d4535;
    font-weight: 600;
}

.blog-details-area .list-unstyled li a {
    color: #333;
    transition: color 0.3s;
}

.blog-details-area .list-unstyled li a:hover {
    color: #1d4535;
}

/* Cards */
.blog-details-area .card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.blog-details-area .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.blog-details-area .card-img-top {
    height: 220px;
    object-fit: cover;
}

/* Form */
.blog-details-area .form-control:focus {
    border-color: #1d4535;
    box-shadow: 0 0 0 0.2rem rgba(255, 130, 39, .25);
}

/* Carousel Controls */
.blog-details-area .carousel-control-prev-icon,
.blog-details-area .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 10px;
}

/* Responsive */
@media (max-width: 767px) {
    .blog-details-area .card-img-top {
        height: 180px;
    }

    .blog-details-area .position-relative h1 {
        font-size: 1.6rem;
    }

    .blog-details-area .position-relative p {
        font-size: 0.9rem;
    }
}

/* slide-bar */
.sidebar-sticky {
    position: sticky;
    top: 110px;
    /* distance from the top of viewport */
}

@media (max-width: 991px) {
    .sidebar-sticky {
        position: static;
        /* disables sticky on tablets/mobile */
        top: auto;
    }
}

/* hero-img */
.hero-image-container {
    min-height: 400px;
    /* makes it taller */
    position: relative;
}

.hero-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* ensures it fills the container */
}

@media (max-width: 767px) {
    .hero-image-container {
        min-height: 250px;
        /* smaller on mobile */
    }

    .hero-image-container h1 {
        font-size: 1.5rem;
    }

    .hero-image-container p {
        font-size: 0.9rem;
    }
}

.hero-overlay {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.7));
    pointer-events: none;
}

.breadcrumb-nav {
    top: 230px;
    /* initial offset from top */
    left: 0;
}

.breadcrumb-content {
    list-style: none;
    /* removes numbers/bullets */
    padding-left: 0;
    /* remove extra indent */
    margin: 0;
}

@media (max-width: 500px) {
    .breadcrumb-nav {
        top: 180px;
        /* adjust for mobile */
        padding: 0.5rem;
    }
}

.breadcrumb-content {
    background: rgba(255, 255, 255, 0.75);
    /* semi-transparent white */
    border-radius: 0.5rem;
}