/* home css exta design upgrade */
	.truncate {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
    .property-info-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1.5rem;
        padding: 1rem 1.25rem;
        background-color: #f9f9f9;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex-wrap: wrap;
    }

    .property-info-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }

    .icon-item {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        min-width: 100px;
        transition: color 0.3s ease;
    }
    

	.cta-button {
		display: inline-block;
		padding: 12px 24px;
		background: #1a1a1a url('<?= base_url() ?>theme/assets/images/section/back.jpg') repeat;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		border: none;
		border-radius: 6px;
		transition: all 0.3s ease-in-out;
	}

	.cta-button:hover {
		background-color: #9C8A64; /* Primary color on hover */
		background-image: none; /* Remove background image on hover for better contrast */
		color: #fff;
	}

	/* Optional dark theme usage:
	background-color: #001532; 
	*/
    .icon-item i {
        font-size: 1.1rem;
        background-color: #e4e4e4;
        color: #9C8A64;
        padding: 0.5rem;
        border-radius: 50%;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .icon-item span {
        font-size: 15px;
        color: #444;
    }

    .icon-item .fw-bold {
        color: #001532;
    }

    .property-info-box:hover .icon-item i {
        background-color: #9C8A64;
        color: white;
        transform: scale(1.1);
    }

		.flat-testimonial2 .text-testi::after
		{
			border-top-color: white !important;
		}
		.flat-testimonial2 .text-testi
		{
			border-bottom : none !important;
			font-style: normal !important;
		}
		.slider .slider-item .content .heading {
			width: 100% !important;
		}
		@media (max-width: 767px) {
			.featured_col
			{
				text-align: center;
			}
			.featured_col_2
			{
				display: none;
			}
		}
    .item-title .inner {
        transition: color 0.3s ease;
    }

    .item-title:hover .inner {
        color: #9C8A64 !important;
    }

    .item-title .hover-line {
        transition: width 0.3s ease;
        width: 0;
        height: 2px;
        background-color: #9C8A64;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .item-title:hover .hover-line {
        width: 100%;
    }
   	.slogan-logo {
		width: 100%;
		height: 100px; /* set a consistent height */
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		}

	.slogan-logo img {
		max-height: 80px;
		max-width: 100%;
		object-fit: contain;
		transition: transform 0.3s ease;
		}

	.slogan-logo img:hover {
		transform: scale(1.05);
		}
		
	.heading-section p {
		margin-top: 15px; /* or use margin-bottom, or both */
	}
	