﻿/*HIJAU : #077f46*/
#process-waiting {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/reload.gif') 50% 50% no-repeat;
}
.sec-min {
    padding: 20px 0px !Important;
}

.footer-contact li {
    padding: 1px !Important;
}

.di-frm-one p {
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    line-height: 1.7;
}

.di-frm-one h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--heading-color), var(--accent-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.di-frm-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

    .di-frm-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.di-frm-one .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 15%));
    color: var(--contrast-color);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

    .di-frm-one .btn-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        color: var(--contrast-color);
    }

        .di-frm-one .btn-cta:hover i {
            transform: translateX(3px);
        }

.sc-di {
    padding: 20px 20px 0px 20px !Important;
    margin-top: -50px;
}

.service-info h4 {
    font-size: 1.2rem;
    color: #077f46;
}

.pro-lbl {
    width: 150px;
}

.property-details .property-details .features-grid .feature-list li {
    padding: 4px 0;
}

.desk-prop {
    margin: 10px 0px 15px 0px;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 1.25rem;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    padding-bottom: 8px;
} 

.agen-mail {
    right: 0;
    position: absolute;
    margin-right: 25px;
}

.share-prop {
    margin: 10px 0px 20px 0px;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 1.25rem;
    border-top: 3px #077f46 solid;
    padding-top: 10px;
}

.share-prop-icon {
    margin-top: 10px;
}

    .share-prop-icon i {
        font-size: 24px;
        color: var(--accent-color);
        border: 1px #077f46 solid;
        padding: 10px 13px;
        border-radius: 5px;
        margin-right: 10px;
    }

        .share-prop-icon i:hover {
            transition: 0.5s;
            background-color: #077f46;
            color: #fff;
        }

.ih-left {
    font-size: 13px;
}

    .ih-left a {
        color: #fff;
        margin-right: 30px;
    }

        .ih-left a:hover {
            transition: 0.5s;
            color: #ECB8BB;
        }

    .ih-left i {
        font-size: 18px;
        color: #ECB8BB;
        padding: 0px 5px 0px 0px;
    }

.ih-right {
    text-align: right;
    margin-top: 3px;
}

    .ih-right i {
        font-size: 15px;
        color: #ECB8BB;
        padding: 3px 5px;
        margin: 5px 10px 0px 5px;
        border-radius: 1px;
        border: 1px #ECB8BB solid;
        border-color: #ECB8BB;
    }

        .ih-right i:hover {
            transition: 0.5s;
            background-color: #fff;
        }

#top {
    width: 100%;
    background: #000;
    font-size: 12px;
    color: #fff;
    padding: 5px 0;
}

.wa-fix {
    background-color: #077f46;
    top: 40%;
    right: 0;
    position: fixed;
    padding: 5px 10px 5px 20px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 1px #077f46 solid;
}

    .wa-fix:hover {
        transition: 0.5s;
        background-color: #055730;
    }

    .wa-fix a {
        color: #fff;
    }

.btn-flt-search {
    border: 1px #077f46 solid;
    border-radius: 5px;
    color: #077f46;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

    .btn-flt-search:hover {
        transition: 0.5s;
        background-color: #b0ffda;
    }

    .btn-flt-search i {
        padding-left: 20px;
    }

.btn-flt-search-modal {
    background-color: #077f46;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
}

    .btn-flt-search-modal:hover {
        transition: 0.5s;
        background-color: #01592f;
    }

.reset-flt {
    color: #077f46;
    font-weight: 500;
    cursor: pointer;
    padding-right: 20px;
    font-size: 14px;
    text-decoration: underline;
}

.lbl-flt-modal {
    font-size: 14px;
    color: #808080;
}

.box-des-int {
    border: 1px #ccc solid !Important;
}

.des-int-highligths {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

    .des-int-highligths li {
        display: flex;
        align-items: center;
        padding: 4px 0;
        font-size: 14px;
        color: var(--default-color);
    }

        .des-int-highligths li i {
            color: var(--accent-color);
            margin-right: 10px;
            font-size: 20px;
        }

.featured-services img {
    border-radius: 10px;
}

.img-des-int {
    border: 5px #fff solid;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.des-int-tag {
    padding-top: 30px;
}

.card-des-int {
    border: none !Important;
    border-radius: 0px !Important;
}

.accordion-item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 1px #ccc solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #fff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

accordion-button:focus {
    outline: none;
}

.frm-img-glr {
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    height: 200px;
}

.img-glr-des-int {
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

    .img-glr-des-int:hover {
        cursor: pointer;
        transition: 0.5s;
        transform: scale(1.1);
    }

.about-description {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
}
