.search-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.search-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4) !important;
	
}

.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,123,255,0.4);
}

.btn-warning:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255,193,7,0.4);
}

.col-lg-7.b-orange {
	position: relative;
	/*display: flex;*/
	background: white;
}

.my-new-div {
	margin: auto;
	text-align: center;
	padding: 50px;
}
.map-loader {
	position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    /*z-index: 1000;*/
    transition: opacity 0.4s ease, visibility 0.4s ease;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: column;
}

.map-loader.hidden {
	opacity: 0;
	visibility: hidden;
}

.listing-detail-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	z-index: 1000;
}

.listing-detail-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 20px 40px rgba(0,0,0,0.4) !important;
	/*z-index: 10000;*/
}

.listing-detail-card .card-header i {
	transition: transform 0.3s ease;
}

.listing-detail-card:hover .card-header i {
	transform: scale(1.15) rotate(5deg);
}

.info-item {
	display: flex;
	align-items-start;
	gap: 12px;
	padding: 15px;
	border-radius: 8px;
	background: #f8f9fa;
	transition: all 0.3s ease;
	height: 100%;
}

.info-item:hover {
	background: #e9ecef;
	transform: translateX(5px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.info-icon {
	font-size: 1.5rem;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.info-item:hover .info-icon {
	transform: scale(1.2);
}

.info-content {
	flex-grow: 1;
}

.info-content strong {
	display: block;
	color: #495057;
	margin-bottom: 4px;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.contact-link {
	color: #0066cc;
	font-weight: 500;
	transition: all 0.3s ease;
}

.contact-link:hover {
	color: #004499;
	transform: translateX(3px);
	display: inline-block;
}

.main-listing {
    padding: 20px;
}

.with-templatehtml {
	text-align: center;
}

.without-templatehtml {
	color: black;
	text-align: right;
}
.without-templatehtml .client-logo {
	float: left;
}

.client-name {
	font-size: larger; 
}
.client-templatehtml {
	text-align: justify;
}

@media (max-width: 768px) {
	.with-templatehtml {
		padding: 0px;
	}
	.with-templatehtml img {
		width: 100%;
		height: auto;      /* Keeps aspect ratio */
	}
	.without-templatehtml {
		text-align: center;
	}
	.without-templatehtml .client-logo {
		float: unset;
	}
}
