.property-hero img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 20px;
}

.property-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.price-tag {
    font-size: 22px;
    font-weight: 700;
    color: #28a745;
}

.property-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.meta-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f7f9fc;
    padding: 8px 12px;
    border-radius: 8px;
}

.meta-box i {
    color: #28a745;
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-grid img {
    width: 100%;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;
}

.gallery-grid img:hover {
    transform: scale(1.05);
}



.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 8px;
}

.feature-list i {
    color: #28a745;
    margin-right: 6px;
}

/* ===== DETAIL SECTION ===== */
.property-detail-section {
    padding: 60px 0;
    background: #fff;
}


/* ===== GALLERY SEPARATE ===== */
.property-gallery-section {
    padding: 70px 0;
    background: #f7f9fc;
}

.section-title {
    margin-bottom: 20px;
}





/* CARDS */
.property-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.contact-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    position: sticky;
    top: 100px;
}

.property-gallery-section {
    padding: 70px 0;
    background: #f7f9fc;
}

.gallery-box {
    border-radius: 10px;
    overflow: hidden;
}

.gallery-box img {
    width: 100%;
    transition: .3s;
    cursor: pointer;
    border-radius: 10px;
}

.gallery-box:hover img {
    transform: scale(1.05);
}

/* ===== STICKY FORM ===== */
.contact-card {
    position: sticky;
    top: 90px;
    /* header ke niche gap */
    z-index: 10;

    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    padding: 20px;
}


/* HEADER */
.contact-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}

.contact-header h4 {
    margin-bottom: 2px;
}

.contact-header p {
    color: #666;
    font-size: 13px;
}


/* FORM */
.contact-card .form-group {
    margin-bottom: 10px;
}

.contact-card label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

.contact-card .form-control {
    border-radius: 8px;
    border: 1px solid #e3e8ef;
}

.contact-card .form-control:focus {
    border-color: #28a745;
    box-shadow: none;
}


/* BUTTON */
.btn-enquiry {
    background: #28a745;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    transition: .3s;
}

.btn-enquiry:hover {
    background: #218838;
}


/* FOOTER */
.contact-footer {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
    color: #555;
}

.gallery-box {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-box img {
    width: 100%;
    transition: transform .5s ease;
}

.gallery-box:hover img {
    transform: scale(1.15);
}


/* ===============parner section ============ */
.partner-section {
    /* background: linear-gradient(to bottom, #f1f5f9, #ffffff); */
    padding: 50px 0;
    /* border-top: 1px solid #eaeff5; */
    /* border-bottom: 1px solid #eaeff5; */
}

/* TITLE */
.partner-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
}

.partner-sub {
    color: #555;
    margin-bottom: 25px;
}


/* LOGO CARD */
.logo-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    /* height: 90px; */

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s;
    border: 1px solid #e5e9f0;
}

/* IMAGE FIX SIZE */
.logo-box img {
    /* max-height: 40px; */
    /* max-width: 120px; */

    filter: grayscale(100%);
    opacity: .7;
    transition: .3s;
}

/* Hover */
.logo-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
    border-color: #d1d9e6;
}

.logo-box:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.sponsor-slider .item {
    padding: 0 6px;
}

/* ========================feature section ====================== */
.feature-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

/* Center icon box */
.feature-card .icon-box {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #f5f5f0;
    border-radius: 50%;
}

.feature-card .icon-box img {
    width: 48px;
}

/* Title */
.feature-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Hover Effect */
.feature-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

/* Highlight middle card like screenshot */
.feature-card.active {
    background: #f0efe8;
    border-color: #e0dfd6;
}

.feature-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

/* Center icon box */
.feature-card .icon-box {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #f5f5f0;
    border-radius: 50%;
}

.feature-card .icon-box img {
    width: 48px;
}

/* Title */
.feature-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Hover Effect */
.feature-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

/* Highlight middle card like screenshot */
.feature-card.active {
    background: #f0efe8;
    border-color: #e0dfd6;
}


/* =================conatact page ============ */

.contact-modern {
    padding: 70px 0;
    background: #f8fafc;
}


/* CARD */
.contact-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    text-align: center;

    transition: .3s;

    border: 1px solid #e5e9f0;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
}


/* CENTER ACTIVE */
.contact-card.active {
    border: 1px solid #22c55e;
}


/* ICON */
.icon-box {
    width: 70px;
    height: 70px;
    background: #ecfdf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 10px;
}

.icon-box i {
    font-size: 26px;
    color: #22c55e;
}


/* TEXT */
.c-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.c-main {
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}


/* ACTION */
.c-action a {
    font-size: 14px;
    font-weight: 600;
}

.c-action a:hover {
    color: #22c55e;
}

/* WORK TIME */
.work-time {
    font-size: 13px;
    color: #555;
    margin: 8px 0;
}

.work-time i {
    color: #22c55e;
    margin-right: 4px;
}


/* MAP */
.map-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}


/* FORM */
.form-box {
    background: #fff;
    padding: 24px;
    border-radius: 14px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.form-control {
    width: 100%;
    margin-bottom: 10px;

    padding: 10px;

    border: 1px solid #e5e9f0;
    border-radius: 8px;
}

.form-control:focus {
    border-color: #22c55e;
    outline: none;
}




.btn-submit:hover {
    background: #172b43;
    color: white;
}

.contact-form-section {
    margin-top: 20px;
}

/* ===========footer section ======= */

.pro-footer {
    background: #2f4b71;
    color: #cbd5e1;
    padding-top: 70px;
}

/* BRAND */
.brand {
    color: #22c55e;
    font-weight: 800;
    letter-spacing: 1px;
}

.about-text {
    max-width: 420px;
    margin-bottom: 15px;
}


/* CONTACT */
.contact-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.c-item i {
    color: #22c55e;
    margin-right: 6px;
}


/* TITLES */
.f-title {
    color: #fff;
    margin-bottom: 12px;
}


/* LINKS */
.f-links {
    list-style: none;
    padding: 0;
}

.f-links li {
    margin-bottom: 8px;
}

.f-links a {
    color: #cbd5e1;
}

.f-links a:hover {
    color: #fbab00;
    padding-left: 6px;
}


/* BOTTOM */
.f-bottom {
    margin-top: 20px;
    padding-bottom: 15px;
}

.line {
    height: 1px;
    background: #1e293b;
    margin-bottom: 12px;
}

.copy {
    margin: 0;
}


.f-social a {
    color: #cbd5e1;
    margin-left: 10px;
}

.f-social a:hover {
    color: #22c55e;
}

/* CONTACT COLUMN */
.contact-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-list i {
    color: #d5a03a;
}

/* 4 column spacing better */
.footer-main .col-lg-3 {
    margin-bottom: 15px;
}

/* ===============about section ============= */

.about-section {
    padding: 70px 0;
    background: #f8fafc;
}


/* IMAGE */
.about-image img {
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    transition: .3s;
}

.about-image img:hover {
    transform: scale(1.02);
}


/* CONTENT */
.about-content {
    padding-left: 20px;
}

.mini-title {
    color: #22c55e;
    font-weight: 600;
    letter-spacing: 1px;
}


.about-content h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 10px 0;
}


.about-content p {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}


/* LIST */
.about-list {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.about-list li {
    margin-bottom: 8px;
}

.about-list i {
    color: #22c55e;
    margin-right: 6px;
}


/* MOBILE */
@media(max-width:992px) {
    .about-content {
        padding-left: 0;
        margin-top: 20px;
    }
}

.wrap-bg {
    padding: 55px 0px;
    position: relative;
}

.banner-text-left.lernen_banner.large,
.lernen_banner.large {
    padding: 228px 0 60px;
    background-position: center center;
}

/*============= header============= */
#header .navbar-brand img {
    max-height: 100%;
    height: 100%;
}

@media (max-width: 767px) {

    #header .navbar-brand,
    #header .navbar.affix .navbar-brand {
        background-color: transparent;
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width: 767px) {

    #header .container>.navbar-header,
    #header .container-fluid>.navbar-header {
        height: 88px;
    }
}

.lernen_banner_title h1 {
    font-size: 40px;
    color: #fff;
}

/* ======================feature section============================ */
#projects.wrap-bg {
    background: linear-gradient(to bottom, #f7f9fc, #ffffff);
    padding: 80px 0;
}

.themeioan_services {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s ease;
    border: 1px solid #e6eaf0;
}

.themeioan_services:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Image Effect */
.blog-photo {
    overflow: hidden;
}

.blog-photo img {
    width: 100%;
    transition: .4s ease;
}

.themeioan_services:hover .blog-photo img {
    transform: scale(1.08);
}

.estate-content {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.estate-content span {
    background: #f3f5f9;
    padding: 4px 8px;
    border-radius: 6px;
}

.section-title h2 {
    font-size: 32px;
}

.estate-content {
    display: grid;
    grid-template-columns: auto auto;
    gap: 8px 12px;
    font-size: 13px;
    margin: 12px 0;
}

.estate-content span {
    background: #f1f5fb;
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.estate-content i {
    color: #dfa120;
}

.themeioan_services article {
    display: flex;
    flex-direction: column;
}

.blog-photo {
    position: relative;
    border-radius: 12px 12px 0 0;
}

.blog-content {
    position: relative !important;
    background: #fff;
    margin-top: 0 !important;
    padding: 18px 18px 22px;
}

.blog-content .title {
    font-size: 17px;
    font-weight: 600;
    min-height: 48px;
}

.estate-price {
    margin-top: 10px;
    border-top: 1px dashed #e6eaf0;
    padding-top: 10px;
}

.estate-price span {
    font-size: 18px;
    font-weight: 700;
    color: #555751;
}

.blog-photo::after {
    content: "For Sale";
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}

/* =============on hover property of color ====================== */
a:hover,
#header .navbar-nav>li>a:hover,
#header .navbar-default .navbar-nav>li>a:hover,
.base-color,
#header .navbar-nav a.active,
#header .active,
.header-content.page-header-content .page-header-text h1,
.header-content.page-header-content .page-header-text h2,
.header-content.page-header-content .page-header-text h3,
.header-content.page-header-content .page-header-text h4,
.header-content.page-header-content .page-header-text h5,
.header-content.page-header-content .page-header-text h6,
.video-btn:hover,
.readmore,
.themeioan_event ul li i,
.themeioan_ul_icon i,
.course-viewer ul li i,
.color-green {
    color: #de783a;
}

.themeioan_services:hover .blog-content:after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #de783a;
}

.mini-title {
    color: #096deb;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-custom,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    background-color: #3f5675;
}

.btn-custom:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.call-to-action-btn .btn-custom a:hover {

    background: #dd793b;

}

.show-all {
    float: right;
    color: #3468b5;
    font-weight: 600;
}


.btn-enquiry {
    background: #d9ab41;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    transition: .3s;
}

.btn-enquiry:hover {

    background: #172b43;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.price-tag {
    font-size: 22px;
    font-weight: 700;
    color: #d6a643;
}

.btn-submit {
    background: #deb65e;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    width: 100%;
}

.icon-box i {
    font-size: 26px;
    color: #ffb300;
}

.wrap-bg {
    padding: 16px 0px !important;
    position: relative;
}