body {
    background-color: #f8f9fa;
    background-image: radial-gradient(circle at 25px 25px, rgba(254, 130, 0, 0.05) 2%, transparent 0%), radial-gradient(circle at 75px 75px, rgba(254, 130, 0, 0.05) 2%, transparent 0%);
    background-size: 100px 100px;
    background-attachment: fixed;
}

.banner {
    height: 45vh;
    width: 100%;
    position: relative;
    border: 0px solid white;
    border-radius: 15px;
    justify-content: center;
    text-align: center;
    display: flex;
    margin-bottom: 2rem;
}

.imageContainer {
    position: absolute;
    text-align: center;
    color: white;
    background: url('https://res.cloudinary.com/dmbytl8ge/image/upload/v1752669870/main1_bh4zlg.png');
    background-position-y: 30%;
    background-size: cover;
    height: 43vh;
    width: 100%;
    max-height: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media(max-width: 768px) {
    .imageContainer {
        height: 50vh;
        max-height: 400px;
        width: 100%;
        background-position-y: 30%;
    }
}

.imageContent {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background: rgb(97, 96, 96);
    background: linear-gradient(90deg, rgba(97, 96, 96, 0.5102415966386555) 15%, rgba(0, 0, 0, 0.8911939775910365) 100%, rgba(255, 255, 255, 0) 100%);
}

.searchForm {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0000;
}

.searchForm .form-control {
    height: 3.2rem;
    font-size: 1rem;
}

.searchForm .input-group-text {
    height: 3.2rem;
    display: flex;
    align-items: center;
}

.searchForm .btn-group {
    height: 3.2rem;
}

.searchForm .btn-group .btn {
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    font-size: 1rem;
}

.searchForm .btn-primary {
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

@media(max-width: 766px) {
    .searchForm {
        padding-top: 0.4rem;
        padding-bottom: 0.2rem;
        padding-right: 0.4rem;
        padding-left: 0.4rem;
        border-radius: 10px;
        border: 1px solid #0000;
    }

    .searchForm .row {
        margin: 0;
    }

    .searchForm .col-sm-12 {
        padding: 0;
    }

    .searchForm .input-group {
        margin-bottom: 0.2rem;
    }

    .searchForm .btn-group {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .searchForm .btn-primary {
        height: 3.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        margin-top: 1rem;
        display: block;
        width: 100%;
        margin-left: 0px !important;
    }

    .searchForm .d-flex {
        flex-direction: row;
    }
}

.searchForm .btn-outline-secondary {
    font-size: 1rem;
}

.imageText {
    position: absolute;
    text-shadow: 1px 0px 0px;
    left: 5px;
    background: #0000006b;
    border-radius: 10px 6px 5px 0px;
    padding: 5px;
    margin-left: -5px;
    font-size: 14pt;
}

#areaSearch .k-list-item-text {
    min-width: 300px;
    max-width: 100px;
}

.k-list-item,
.k-list-optionlabel {
    height: auto;
}

@media(max-width: 576px) {
    .k-list-item,
    .k-list-optionlabel {
        margin-bottom: 1vh;
    }
}

.cityName {
    color: #fe8200;
    font-size: 10pt;
    font-weight: normal;
    line-height: 10px;
}

.suburb {
    font-size: 12pt;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
    margin: 0px;
}

.k-list-md .k-list-item,
.k-list-md .k-list-optionlabel {
    padding-top: 5px;
    padding-bottom: 25px;
    height: 50px;
    border-bottom: 1px solid #efefef;
}

.k-input-solid:focus-within {
    box-shadow: none;
    border: none;
}

.k-input-solid {
    box-shadow: none;
    border: none;
}

.form-control:focus {
    border: none;
}

.feature-card {
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    background-image: linear-gradient(45deg, rgba(254, 130, 0, 0.03) 25%, transparent 25%), linear-gradient(-45deg, rgba(254, 130, 0, 0.03) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(254, 130, 0, 0.03) 75%), linear-gradient(-45deg, transparent 75%, rgba(254, 130, 0, 0.03) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    margin-bottom: 1rem;
}

.section-title {
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-size: 1.75rem;
    margin-top: 2vh;
}

@media(max-width: 576px) {
    .section-title {
        margin-top: 7vh;
    }
}

@media(max-width: 766px) {
    .section-title {
        margin-top: 7vh;
    }
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #fe8200, #ffa64d);
    border-radius: 2px;
}

.features-section {
    background: #f8f9fa;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.icon-sell {
    background: linear-gradient(135deg, #fe8200, #ffa64d);
}

.icon-rent {
    background: linear-gradient(135deg, #000000, #333333);
}

.icon-agent {
    background: linear-gradient(135deg, #2c3e50, #34495e);
}

.feature-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon::after {
    transform: translateY(0);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.feature-icon i {
    font-size: 1.5rem;
    color: white;
}

.card-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 1rem;
}

.card-text {
    color: #666666;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.feature-btn {
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.feature-btn:hover {
    transform: translateY(-2px);
}

.btn-outline-primary {
    color: #fe8200;
    border-color: #fe8200;
}

.btn-outline-primary:hover {
    background-color: #fe8200;
    border-color: #fe8200;
    color: white;
}

.btn-outline-success {
    color: #000000;
    border-color: #000000;
}

.btn-outline-success:hover {
    background-color: #000000;
    border-color: #000000;
    color: white;
}

.btn-outline-info {
    color: #2c3e50;
    border-color: #2c3e50;
}

.btn-outline-info:hover {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: white;
}

.k-autocomplete input {
    font-size: 16px !important;
}

.imageContainerSmall {
    border-radius: 20px;
}

.imageTextSmall {
    position: absolute;
    text-shadow: 1px 0px 0px;
    left: 5px;
    background: #090909ba;
    border-radius: 10px 6px 5px 0px;
    padding: 5px;
    margin-left: -5px;
    font-size: 13pt;
    font-weight: lighter;
    color: #fff;
}

.k-list-content {
    padding: 0.6rem 0.6rem 0.6rem 0.6rem
}

.form-control:focus {
    box-shadow: none !important;
}
