/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752809087
Updated: 2025-07-18 03:24:47

*/

body:not([class*=elementor-page-]) .site-main,
body:not([class*=elementor-page-]) .site-width{
		max-width: 1200px;	
		padding-inline-end: 15px;
        padding-inline-start: 15px;
}
body:not([class*=elementor-page-]) .site-main ul{
	margin-bottom: 20px;
}
body hr{
	opacity: 0.3;
}
.mt-5{
	margin-top: 60px;
}
.mb-5{
	margin-bottom: 60px;
}
.text-center{
	text-align: center;
}
div.elementor-element.right-side-nav{
    flex-direction: row;
    align-items: center;	
}
.elementor-counter-title{
	text-align: center !important;
}

.eon-featured-projects-wrapper {
	display: flex;
	flex-wrap: wrap;	
	margin: 40px auto;
	padding-left: 7vw;
	max-height: 450px;
	overflow-y: hidden;
}

.eon-text-column {
	flex: 0 0 30%;
	min-width: 280px;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.eon-section-title {
	font-size: 35px;
    font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #000c89;
}

.eon-section-description {
	font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 300;
}

.eon-slider-controls {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
}

.eon-slider-column {
	flex: 1;
	padding: 0px;
	overflow: hidden; /* Crucial for clipping the partial slide */
}

.eon-slick-slider {
	width: 100%; /* Ensure it takes full available width */
	overflow: hidden; /* Added to ensure clipping happens here too */
}

.eon-slick-slider .slick-slide {
	margin: 0 10px; /* Space between slides (20px total gutter) */
	box-sizing: border-box;
}

.eon-property-item {
	display: flex !important;
	flex-direction: column;
/* 	border-radius: 8px; */
	overflow: hidden;
/* 	box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
	background-color: #fff; 
	height: auto;
	transition: transform 0.3s ease-in-out;
}
.eon-property-item:hover {
	transform: translateY(-5px);
}

.eon-property-image-wrapper {
	height: 220px;
	overflow: hidden;
}
.eon-property-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.eon-property-item:hover .eon-property-image-wrapper img {
	transform: scale(1.05);
}

.eon-featured-projects-wrapper .eon-property-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-align: left;
	height: 206px;
}
.eon-property-content h3 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 600;
}
.eon-property-content h3 a {
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease;
	font-weight: 600;
}
.eon-property-content h3 a:hover {
	color: #000C89;
}
.eon-property-content .property-date,
.property-date{
	font-size: 0.85em;
	color: #000;
	margin-bottom: 5px;
}
.eon-property-content p,
.eon-property-excerpt{
	font-size: 0.9em;
	color: #000;
	line-height: 1.5;
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 44px;
}
.eon-read-more {
	display: inline-block;
	margin-top: auto;
	color: #006400;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 600;
	transition: color 0.3s ease;
	align-self: flex-start;
}
.eon-read-more:hover {
	color: #000;
	text-decoration: underline;
}

.eon-slider-controls .slick-prev,
.eon-slider-controls .slick-next {
	position: static;
	width: 40px;
	height: 40px;
	background-color: #e0e0e0;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
	z-index: 10;
}
.eon-slider-controls .slick-prev:hover,
.eon-slider-controls .slick-next:hover {
	background-color: #d0d0d0;
}
.eon-slider-controls .slick-prev:before,
.eon-slider-controls .slick-next:before {
	font-family: \'slick\';
	font-size: 1.2em;
	line-height: 1;
	color: #666;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-icon-arrows{
	height: 30px;
	width: 30px;
}
body .eon-featured-projects-wrapper .eon-slick-button{
    padding: 5px 7px;
    border-radius: 0;
    line-height: 1;
    background-color: #6896ad;
    color: #000;
    border: none;
    opacity: 1;
}
body .eon-featured-projects-wrapper .eon-slick-button:hover{
	opacity: 1;
}
.arrow-btn-wrapper{
	margin-bottom: 30px;
}
.eon-slick-button:before{
	display:none;
}
.eon-slider-controls .slick-dots {
	position: static;
	width: auto;
	flex-grow: 1;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.eon-slider-controls .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.eon-slider-controls .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #ccc;
	border-radius: 50%;
	opacity: 0.7;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}
.eon-slider-controls .slick-dots li.slick-active button {
	background-color: #006400 !important;
	opacity: 1;
}

@media (max-width: 1024px) {
	.eon-featured-projects-wrapper {
		flex-direction: column;
		padding: 20px;
	}
	.eon-text-column,
	.eon-slider-column {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px 20px;
	}
	.eon-text-column {
		align-items: center;
		text-align: center;
	}
	.eon-slider-controls {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.eon-section-title {
		font-size: 2em;
	}
	.eon-property-image-wrapper {
		height: 180px;
	}
	.eon-property-content {
		padding: 15px;
	}
	.eon-property-content h3 {
		font-size: 1.1em;
	}
	.eon-property-content p {
		font-size: 0.85em;
	}
	.eon-read-more {
		font-size: 0.85em;
	}
	.eon-slider-controls .slick-prev,
	.eon-slider-controls .slick-next {
		display: none !important;
	}
}
/*sticky header*/
.header-placeholder {
    height: 0; 
    display: none; 
}
header {
    width: 100%;
    background-color: #fff; 
    z-index: 1000; 
    transition: all 0.3s ease-in-out; 
}

/* Sticky header styling */
header.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	width: 100%;
	background-color: #fff;

}

/* Eon Leaders Grid Styling */
.eon-leaders-grid {
    display: flex;
    flex-wrap: wrap; /* Allows columns to wrap to the next row on smaller screens */
    gap: 20px; /* Space between columns and rows */
    justify-content: center; /* Center the columns if there aren't enough to fill a row */
    margin-top: 30px; /* Adjust as needed */
    margin-bottom: 30px; /* Adjust as needed */
}

.eon-leader-column {
    flex: 1 1 calc(33.333% - 20px); /* 3 columns, accounting for gap */
    max-width: calc(33.333% - 20px); /* Ensure max width for 3 columns */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    text-align: center;
    background-color: #f8f8f8; /* Light background for each column, adjust if desired */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtle shadow */
}

.eon-leader-photo {
    margin-bottom: 15px;
}

.eon-leader-photo img {
    max-width: 100%;
    height: auto;
    display: block; /* Remove extra space below image */
    margin: 0 auto; /* Center image */
    border-radius: 100%; /* Slightly rounded corners for photos */
}

/* Optional: Placeholder photo styling if you're using it */
.eon-leader-photo .eon-placeholder-photo {
    width: 250px; /* Adjust to match your image size */
    height: 250px; /* Adjust to match your image size */
    background-color: #ccc; /* Grey background for placeholder */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 20px;
    border: 1px dashed #999;
}


.eon-leader-info p {
    margin: 0; /* Remove default paragraph margins */
    line-height: 1.4;
    color: #333;
    font-size: 16px;
}

.eon-leader-name {
    font-weight: bold;
    margin-bottom: 5px !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .eon-leader-column {
        flex: 1 1 calc(50% - 20px); /* 2 columns on medium screens */
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .eon-leaders-grid {
        gap: 15px; /* Reduce gap on smaller screens */
    }
    .eon-leader-column {
        flex: 1 1 100%; /* 1 column on small screens */
        max-width: 100%;
        padding: 10px;
    }
}
.contact-us-form .ginput_container > input:not(input[type="checkbox"]),
.contact-us-form .ginput_container > select{
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: auto;
    height: auto;	
	border-color: #ddd;
}
.gform-theme--foundation .contact-us-form .gfield textarea.large{
	min-block-size: 10rem;
	border-color: #ddd;
}
.gfield_consent_label,
.gfield_consent_label a{
	font-size: 14px;
}
.contact-us-form .gform_fields{
    row-gap: 15px;	
}
.elementor-element .gform_wrapper.gform-theme .contact-us-form,
.eon-property-section .contact-us-form{
	padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 6px #ddd;
	background-color: #fff;
	
}
.gform_wrapper.gform-theme .contact-us-form .gform_fields{
	row-gap: 15px;
}
.gform_wrapper .contact-us-form .gform_footer input#gform_submit_button_2{
    padding: 15px 40px 15px 40px;
    font-size: 18px;
    height: auto;
    min-height: auto;
    border-radius: 15px;	
}
.elementor-element b{
	font-weight: 700;
}

/**==========================Career style=======================*/


/* Section Title */
.eon-career-listings-wrapper .eon-section-title {
    font-size: 1.875rem; /* 3xl */
    line-height: 2.25rem;
    font-weight: 700; /* bold */
    color: #1f2937; /* gray-800 */
    margin-bottom: 1.5rem; /* mb-6 */
}

/* Responsive font size for title */
@media (min-width: 768px) { /* md breakpoint */
    .eon-career-listings-wrapper .eon-section-title {
        font-size: 1.8rem; /* 4xl */
        line-height: 2.5rem;
    }
}

/* Filters Container */
.eon-career-filters {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem; /* mb-8 */
    gap: 1rem; /* space-y-4 */
}

/* Responsive filter layout */
@media (min-width: 768px) { /* md breakpoint */
    .eon-career-filters {
        flex-direction: row;
        align-items: center;
        gap: 1rem; /* space-x-4 */
    }
}

/* Dropdown Wrapper */
.eon-filter-dropdown-wrapper {
    position: relative;
    display: inline-block;
    color: #4b5563; /* gray-700 */
    width: 100%; /* w-full */
}

@media (min-width: 768px) { /* md breakpoint */
    .eon-filter-dropdown-wrapper {
        width: auto; /* md:w-auto */
    }
}

/* Select Dropdowns */
.eon-filter-select {
    display: block;
    -webkit-appearance: none; /* Remove default arrow */
    -moz-appearance: none; /* Remove default arrow */
    appearance: none; /* Remove default arrow */
    width: 100%; /* w-full */
    background-color: #ffffff; /* bg-white */
    border: 1px solid #d1d5db; /* border-gray-300 */
    padding: 0.5rem 2.5rem 0.5rem 1rem; /* px-4 py-2 pr-8 */
    border-radius: 0.375rem; /* rounded-md */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow */
    line-height: 1.25; /* leading-tight */
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.eon-filter-select:hover {
    border-color: #9ca3af; /* hover:border-gray-400 */
}

.eon-filter-select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5); /* focus:ring-2 focus:ring-blue-500 */
    border-color: transparent; /* focus:border-transparent */
}

/* Custom Select Arrow */
.eon-select-arrow {
    pointer-events: none;
    position: absolute;
    inset-y: 0;
    right: 0;
	top: 30%;
    display: flex;
    align-items: center;
    padding-right: 0.5rem; /* px-2 */
    color: #4b5563; /* text-gray-700 */
}

.eon-arrow-icon {
    fill: currentColor;
    height: 1rem; /* h-4 */
    width: 1rem; /* w-4 */
}

/* Career Posts Grid Container */
.eon-career-grid {
    display: grid;
    grid-template-columns: 1fr; /* grid-cols-1 */
    gap: 1.5rem; /* gap-6 */
}

/* Responsive grid columns */
@media (min-width: 768px) { /* md breakpoint */
    .eon-career-grid {
        grid-template-columns: repeat(2, 1fr); /* md:grid-cols-2 */
    }
}

@media (min-width: 1024px) { /* lg breakpoint */
    .eon-career-grid {
        grid-template-columns: repeat(3, 1fr); /* lg:grid-cols-3 */
    }
}

/* Individual Career Card */
.eon-career-card {
    background-color: #ffffff; /* bg-white */
    border-radius: 0.5rem; /* rounded-lg */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-md */
    padding: 1.5rem; /* p-6 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease-in-out; /* transform transition-transform duration-300 */
}

.eon-career-card:hover {
    transform: scale(1.03); /* hover:scale-105 (slightly adjusted for visual smoothness) */
}

/* Card Content Area */
.eon-card-content {
    margin-bottom: 1rem; /* mb-4 */
}

/* Department Tag */
.eon-department-tag {
    display: inline-block;
    background-color: #d1fae5; /* bg-green-100 */
    color: #065f46; /* text-green-800 */
    font-size: 0.75rem; /* text-xs */
    font-weight: 500; /* font-medium */
    padding: 0.125rem 0.625rem; /* px-2.5 py-0.5 */
    border-radius: 9999px; /* rounded-full */
    margin-bottom: 0.5rem; /* mb-2 */
}

/* Career Title */
.eon-career-title {
    font-size: 1.25rem; /* text-xl */
    line-height: 1.75rem;
    font-weight: 600; /* font-semibold */
    color: #111827; /* gray-900 */
    margin-bottom: 0.25rem; /* mb-1 */
}

/* Post Date */
.eon-post-date {
    font-size: 0.875rem; /* text-sm */
    line-height: 1.25rem;
    color: #6b7280; /* gray-500 */
}

/* Card Footer (for Apply Now link) */
.eon-card-footer {
    margin-top: auto; /* mt-auto to push to bottom */
}

/* Apply Now Link */
.eon-apply-link {
    display: inline-flex;
    align-items: center;
    color: #2563eb; /* blue-600 */
    font-weight: 500; /* font-medium */
    transition: color 0.2s ease-in-out; /* transition-colors duration-200 */
}

.eon-apply-link:hover {
    color: #1e40af; /* hover:text-blue-800 */
}

/* Arrow Right Icon */
.eon-arrow-right-icon {
    width: 1rem; /* w-4 */
    height: 1rem; /* h-4 */
    margin-left: 0.25rem; /* ml-1 */
    vertical-align: middle; /* Align with text */
}

/* Loading Indicator */
.eon-loading-indicator {
    text-align: center;
    margin-top: 2rem; /* mt-8 */
    color: #2563eb; /* blue-600 */
    font-weight: 600; /* font-semibold */
}

.eon-loading-indicator.hidden {
    display: none;
}

/* No Posts Message */
.eon-no-posts-message {
    text-align: center;
    color: #4b5563; /* gray-600 */
    grid-column: 1 / -1; /* col-span-full */
}

/* --- Pagination Styles --- */
.eon-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem; /* Add some space above pagination */
    gap: 0.5rem; /* Space between pagination links */
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

.eon-pagination-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem; /* Vertical and horizontal padding */
    border: 1px solid #d1d5db; /* Light gray border */
    border-radius: 0.375rem; /* Slightly rounded corners */
    text-decoration: none;
    color: #4b5563; /* Dark gray text */
    background-color: #ffffff; /* White background */
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    font-weight: 500;
    min-width: 2.5rem; /* Ensure consistent width for single digits */
}

.eon-pagination-link:hover {
    background-color: #f3f4f6; /* Light gray on hover */
    border-color: #9ca3af; /* Darker border on hover */
    color: #1f2937; /* Darker text on hover */
}

.eon-pagination-link.eon-current-page {
    background-color: #2563eb; /* Blue background for current page */
    border-color: #2563eb; /* Blue border for current page */
    color: #ffffff; /* White text for current page */
    pointer-events: none; /* Disable click on current page */
    font-weight: 700;
}

.eon-pagination-link.eon-current-page:hover {
    background-color: #2563eb; /* Keep blue on hover for current page */
    border-color: #2563eb;
    color: #ffffff;
}

/* Styles for Previous/Next buttons */
.eon-pagination-link.eon-prev-page,
.eon-pagination-link.eon-next-page {
    min-width: auto; /* Allow text to dictate width */
    padding: 0.5rem 1rem;
}

/*****=================== Payment channels===============**/
.eon-payment-channels-wrapper {
    display: grid;
    gap: 1.5rem; /* Gap between columns and rows */
    padding: 1.5rem; /* Internal padding for the wrapper */
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

/* Responsive column layout */
.eon-payment-channels-wrapper.eon-cols-1 {
    grid-template-columns: 1fr;
}

.eon-payment-channels-wrapper.eon-cols-2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.eon-payment-channels-wrapper.eon-cols-3 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.eon-payment-channels-wrapper.eon-cols-4 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* Adjust columns for larger screens */
@media (min-width: 768px) {
    .eon-payment-channels-wrapper.eon-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .eon-payment-channels-wrapper.eon-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .eon-payment-channels-wrapper.eon-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Individual Payment Channel Card */
.eon-payment-channel-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0; /* Light gray border */
    border-radius: 0.5rem; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-align: center; /* Center content within the card */
}

.eon-payment-channel-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

/* Image container */
.eon-channel-image-container {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px; /* Fixed height for image container */
}

.eon-channel-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain; /* Ensure image fits without cropping */
    border-radius: 0.25rem;
}

/* Placeholder image specific styling */
.eon-channel-image.eon-placeholder-image {
    background-color: #f0f0f0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-align: center;
    width: 100%; /* Take full width of container */
    height: 100%; /* Take full height of container */
}

/* Channel Title */
.eon-channel-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #1f2937; /* Dark text */
    margin-bottom: 0.75rem;
}

/* Channel Content/Description */
.eon-channel-content {
    font-size: 0.95rem;
    color: #4b5563; /* Medium gray text */
    line-height: 1.5;
    flex-grow: 1; /* Allows content to push footer to bottom */
}
/*****=================== Brokers directory ===============**/
.eon-broker-directory-wrapper {
    display: grid;
    /* Use 'auto-fill' to create as many columns as possible, helping to fill space */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Responsive columns */
    gap: 1rem; /* Gap between cards */
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    align-items: start; /* Crucial for masonry-like effect with varying heights */
    justify-content: center; /* Center items if they don't fill the entire row */
    margin: 0 auto; /* Center the wrapper itself */
    max-width: 1200px; /* Optional: Max width for the entire grid to prevent it from getting too wide */
}

/* Adjust columns and gaps for larger screens */
@media (min-width: 768px) {
    .eon-broker-directory-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust min-width for tablets */
        gap: 1rem; /* Slightly larger gap for larger screens */
    }
}

@media (min-width: 1024px) {
    .eon-broker-directory-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust min-width for desktops */
        gap: 1.5rem; /* Larger gap for desktops */
    }
}


/* Individual Broker Card */
.eon-broker-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0; /* Light gray border */
    border-radius: 0.5rem; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); /* Subtle shadow */
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to the start of the card */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-align: center; /* Center content within the card */
    height: auto; /* Allow height to adjust based on content */
    /* Ensure no fixed height here, let content dictate height */
	font-family: 'Poppins';
}

.eon-broker-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); /* Enhanced shadow on hover */
}

/* Image container */
.eon-broker-image-container {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensure container takes full width of card */
    height: 180px; /* FIXED HEIGHT for visual consistency of image area */
    overflow: hidden; /* Hide overflow if image is larger than container */
    border-radius: 0.25rem;
    background-color: #f8f8f8; /* A subtle background for empty space if image doesn't fill */
}

.eon-broker-image {
    max-width: 100%;
    height: 100%; /* Make image fill the height of its container */
    display: block; /* Remove extra space below image */
    object-fit: cover; /* Crop image to fill the container, maintaining aspect ratio */
    border-radius: 0.25rem;
}

/* Placeholder image specific styling */
.eon-broker-image.eon-placeholder-broker-image {
    background-color: #e0e0e0; /* Slightly darker background for placeholder */
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-align: center;
    min-height: 150px; /* Minimum height for placeholders */
    width: 100%;
    object-fit: contain; /* Placeholder text should not be cropped */
}

/* Broker Title */
.eon-broker-title {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2937; /* Dark text */
    margin-bottom: 0.75rem;
    flex-grow: 1; /* Allows title to take available space */
}

/* View Profile Link */
.eon-broker-view-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Center the link within the card */
    color: #2563eb; /* Blue color */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
    margin-top: 1rem; /* Space above the link */
}

.eon-broker-view-profile:hover {
    color: #1e40af; /* Darker blue on hover */
}

/* Arrow Right Icon for View Profile */
.eon-arrow-right-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
    vertical-align: middle;
    fill: none; /* Ensure fill is none for stroke */
    stroke: currentColor; /* Use parent's color for stroke */
    stroke-width: 2; /* Adjust stroke width */
}

/* Message when no brokers are found */
.eon-no-brokers-message {
    text-align: center;
    color: #6b7280;
    font-size: 1.1rem;
    padding: 2rem;
    grid-column: 1 / -1; /* Span across all columns */
}

/* Overall wrapper for the property list shortcode */
.eon-property-list-wrapper {
    display: grid;
    gap: 1.5rem; /* Gap between cards */    
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    /* Responsive column layout based on shortcode attribute */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Default for 3 columns on small screens */
    justify-content: center; /* Center items if they don't fill the entire row */
    margin: 0 auto; /* Center the wrapper itself */
    max-width: 1200px; /* Optional: Max width for the entire grid */
}

/* Specific column layouts based on the 'columns' attribute */
.eon-property-list-wrapper.eon-cols-1 {
    grid-template-columns: 1fr;
}
.eon-property-list-wrapper.eon-cols-2 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.eon-property-list-wrapper.eon-cols-3 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Default for 3 columns */
}
.eon-property-list-wrapper.eon-cols-4 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}


/* Adjust columns for larger screens */
@media (min-width: 768px) {
    .eon-property-list-wrapper.eon-cols-1 {
        grid-template-columns: 1fr;
    }
    .eon-property-list-wrapper.eon-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .eon-property-list-wrapper.eon-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .eon-property-list-wrapper.eon-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .eon-property-list-wrapper {
        gap: 1.5rem; /* Slightly larger gap for larger screens */
    }
}

@media (min-width: 1024px) {
    .eon-property-list-wrapper {
        gap: 1.5rem; /* Larger gap for desktops */
    }
}


/* Individual Property Card */
.eon-property-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0; /* Light gray border */
    border-radius: 0.5rem; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); /* Subtle shadow */    
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to the start of the card */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-align: center; /* Center content within the card */
    height: auto; /* Allow height to adjust based on content */
	overflow: hidden;
}

.eon-property-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); /* Enhanced shadow on hover */
}

/* Image container */
.eon-property-image-container {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Ensure container takes full width of card */
    height: 260px; /* FIXED HEIGHT for visual consistency of image area */
    overflow: hidden; /* Hide overflow if image is larger than container */
    border-radius: 0;
    background-color: #f8f8f8; /* A subtle background for empty space if image doesn't fill */
}

.eon-property-list-wrapper .eon-property-image {
    max-width: 100%;
    height: 100%; /* Make image fill the height of its container */
    display: block; /* Remove extra space below image */
    object-fit: cover; /* Crop image to fill the container, maintaining aspect ratio */
    border-radius: 0;
	object-fit: cover;
    width: 390px;
    height: 300px;
}

/* Placeholder image specific styling */
.eon-property-image.eon-placeholder-property-image {
    background-color: #e0e0e0; /* Slightly darker background for placeholder */
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-align: center;
    min-height: 150px; /* Minimum height for placeholders */
    width: 100%;
    object-fit: contain; /* Placeholder text should not be cropped */
}

/* Property Title */
.eon-property-title {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2937; /* Dark text */
    margin-bottom: 0.75rem;
    flex-grow: 1; /* Allows title to take available space */
}

/* View Details Link */
.eon-property-view-details {
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Center the link within the card */
    color: #2563eb; /* Blue color */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;    
}

.eon-property-view-details:hover {
    color: #1e40af; /* Darker blue on hover */
}

/* Arrow Right Icon for View Details */
.eon-arrow-right-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
    vertical-align: middle;
    fill: none; /* Ensure fill is none for stroke */
    stroke: currentColor; /* Use parent's color for stroke */
    stroke-width: 2; /* Adjust stroke width */
}

/* Message when no properties are found */
.eon-no-properties-message {
    text-align: center;
    color: #6b7280;
    font-size: 1.1rem;
    padding: 2rem;
    grid-column: 1 / -1; /* Span across all columns */
}
.text-left{
	text-align: left !important;
}
.bottom-card{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}

/***========================taxonomy property category========================**/
/* --- Banner Section Styling --- */
.tax-property-category .property-banner-section{
    position: relative;
    height: 300px; /* Adjust height as needed */
    overflow: hidden;
    margin-bottom: 60px;
}

.tax-property-category .banner-image,
.post-banner-section .banner-image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tax-property-category .banner-overlay,
.post-banner-section .banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent overlay */
}

.tax-property-category .banner-content,
.post-banner-section .banner-content{
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.tax-property-category .banner-content .page-title,
.post-banner-section .banner-content .page-title{
    font-size: 3em;
    margin: 0 0 10px;
	color: #000c89;
	text-shadow: 0 0 10px #fff;
	font-weight: 700;
}

.tax-property-category .banner-content .taxonomy-description,
.post-banner-section .banner-content .taxonomy-description{
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto;
}

/* --- Properties Grid Styling --- */
.tax-property-category .properties-grid-section .container {
    max-width: 1200px; /* Adjust container width */
    margin: 0 auto;
    padding: 0 15px;
}

.tax-property-category .property-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Adjust spacing between items */
    justify-content: flex-start;
}

.tax-property-category .property-item-container {
    flex: 1 1 calc(33.333% - 20px); /* 3 columns with gap */
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
}

/* Media queries for responsiveness */
@media (max-width: 991px) {
    .tax-property-category .property-item-container {
        flex: 1 1 calc(50% - 20px); /* 2 columns on medium screens */
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .tax-property-category .property-item-container {
        flex: 1 1 100%; /* 1 column on small screens */
        max-width: 100%;
    }
}

/* --- Property Card Styling --- */
.tax-property-category .property-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.tax-property-category .property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.tax-property-category .property-thumbnail img {
    width: 100%;
    height: 250px; /* Consistent image height */
    object-fit: cover;
}

.tax-property-category .property-card-content {
    padding: 0 15px 20px;
}

.tax-property-category .property-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.tax-property-category .property-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.tax-property-category .property-title a:hover {
    color: #003da1; /* Eon Realty's blue color */
}

.tax-property-category .property-excerpt {
    color: #666;
    margin-bottom: 15px;
}

.tax-property-category .cta-button {
    display: inline-block;
    background-color: #000c89; /* Eon Realty's blue color */
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s;
	font-family: "Poppins", Sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.tax-property-category .cta-button:hover {
    background-color: #003da1;
}
@media(min-width: 1199px){
	.mt-200{
		margin-top: 200px;
	}
}
body .comments-area a, body .page-content a{
	text-decoration: none;
}

/* Custom CSS for Blog Posts Grid */

/* Overall wrapper for the blog posts shortcode */
.eon-blog-posts-wrapper {
    display: grid;
    gap: 1.5rem; /* Gap between cards */    
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    /* Responsive column layout based on shortcode attribute */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Default for 3 columns on small screens */
    justify-content: center; /* Center items if they don't fill the entire row */
    margin: 0 auto; /* Center the wrapper itself */
    max-width: 1200px; /* Optional: Max width for the entire grid */
}

/* Specific column layouts based on the 'columns' attribute */
.eon-blog-posts-wrapper.eon-cols-1 {
    grid-template-columns: 1fr;
}
.eon-blog-posts-wrapper.eon-cols-2 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.eon-blog-posts-wrapper.eon-cols-3 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Default for 3 columns */
}
.eon-blog-posts-wrapper.eon-cols-4 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}


/* Adjust columns for larger screens */
@media (min-width: 768px) {
    .eon-blog-posts-wrapper.eon-cols-1 {
        grid-template-columns: 1fr;
    }
    .eon-blog-posts-wrapper.eon-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .eon-blog-posts-wrapper.eon-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .eon-blog-posts-wrapper.eon-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .eon-blog-posts-wrapper {
        gap: 2rem; /* Slightly larger gap for larger screens */
    }
}

@media (min-width: 1024px) {
    .eon-blog-posts-wrapper {
        gap: 1.5rem; /* Larger gap for desktops */
    }
}


/* Individual Blog Post Card */
.eon-blog-post-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0; /* Light gray border */
    border-radius: 0.5rem; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); /* Subtle shadow */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to the start of the card */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-align: left; /* Align text to left within the card */
    height: auto; /* Allow height to adjust based on content */
    overflow: hidden; /* Ensure image corners are rounded */
}

.eon-blog-post-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); /* Enhanced shadow on hover */
}

/* Image container */
.eon-blog-post-image-container {
    width: 100%; /* Ensure container takes full width of card */
    height: 200px; /* FIXED HEIGHT for visual consistency of image area */
    overflow: hidden; /* Hide overflow if image is larger than container */
    border-top-left-radius: 0.5rem; /* Match card border radius */
    border-top-right-radius: 0.5rem; /* Match card border radius */
    display: flex; /* For centering placeholder image */
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8; /* A subtle background for empty space if image doesn't fill */
}

.eon-blog-post-image {
    width: 100%; /* Make image fill the width of its container */
    height: 100%; /* Make image fill the height of its container */
    display: block; /* Remove extra space below image */
    object-fit: cover; /* Crop image to fill the container, maintaining aspect ratio */
    border-radius: 0.25rem; /* Slightly rounded corners for the image itself */
}

/* Placeholder image specific styling */
.eon-blog-post-image.eon-placeholder-blog-post-image {
    background-color: #e0e0e0; /* Slightly darker background for placeholder */
    color: #555;
    font-size: 1.2rem;
    text-align: center;
    min-height: 150px; /* Minimum height for placeholders */
    object-fit: contain; /* Placeholder text should not be cropped */
}

/* Content area below the image */
.eon-blog-post-content {
    padding: 1.5rem; /* Padding inside the content area */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows content area to take available space */
}

/* Post Title */
.eon-blog-post-title {
    font-size: 1.35rem; /* Slightly smaller than property title */
    line-height: 1.3;
    font-weight: 700;
    color: #1f2937; /* Dark text */
    margin-bottom: 0.5rem; /* Reduced margin */
}

.eon-blog-post-title a {
    text-decoration: none;
    color: inherit; /* Inherit color from parent */
    transition: color 0.2s ease-in-out;
}

.eon-blog-post-title a:hover {
    color: #2563eb; /* Blue on hover */
}

/* Post Date */
.eon-blog-post-date {
    font-size: 0.875rem; /* text-sm */
    line-height: 1.25rem;
    color: #6b7280; /* gray-500 */
    margin-bottom: 0.75rem; /* Space below date */
}

/* Post Excerpt */
.eon-blog-post-excerpt {
    font-size: 0.95rem;
    color: #4b5563; /* Medium gray text */
    line-height: 1.5;
    margin-bottom: 1rem;
    /* Limit excerpt lines if needed, e.g., using -webkit-line-clamp */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 'Poppins';
}

/* Read More Link */
.eon-blog-post-read-more {
    display: inline-flex;
    align-items: center;
    color: #2563eb; /* Blue color */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
    margin-top: auto; /* Push to the bottom of the card content */
}

.eon-blog-post-read-more:hover {
    color: #1e40af; /* Darker blue on hover */
}

/* Arrow Right Icon for Read More */
.eon-arrow-right-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
    vertical-align: middle;
    fill: none; /* Ensure fill is none for stroke */
    stroke: currentColor; /* Use parent's color for stroke */
    stroke-width: 2; /* Adjust stroke width */
}

/* Message when no posts are found */
.eon-no-blog-posts-message {
    text-align: center;
    color: #6b7280;
    font-size: 1.1rem;
    padding: 2rem;
    grid-column: 1 / -1; /* Span across all columns */
}

/********************single career********************/
.back-to-career{
	padding: 40px 0;	
}
.back-to-career svg{
	width: 20px;
	height: 20px;
}
.back-to-career a{
	display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}
.single-career .post-title{
    color: #000c89;
    font-weight: 700;
    font-size: 3.5rem;	
}
.text-primary{
	color: #000c89;
}
/******************* single property**********************/
.eon-scroll-down-arrow {
    position: absolute;
    bottom: 30px; /* Distance from the bottom of the hero */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 3;
}

.eon-scroll-down-arrow svg {
    width: 24px;
    height: 24px;
}

.eon-scroll-down-arrow:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%) translateY(5px); /* Slight bounce on hover */
}

/* Animation for the arrow */
.eon-scroll-down-arrow {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}


/* Sticky Navigation (Initially hidden, cloned and made sticky by JS) */
.eon-sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000c89; /* Green background */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100; /* Above other content */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 1rem;
    transition: transform 0.3s ease-in-out;
    transform: translateY(-100%); /* Start off-screen */
	font-family: inherit;
}

.eon-sticky-nav.is-sticky {
    transform: translateY(0); /* Slide in */
	margin-top: 80px;
	z-index: 10;
}

.eon-sticky-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on small screens */
    justify-content: center;
}

.eon-sticky-nav ul li {
    margin: 0 15px;
}

.eon-sticky-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
    border-bottom: 2px solid transparent; /* For active state */
}

.eon-sticky-nav ul li a:hover,
.eon-sticky-nav ul li a.active {
    color: #e0e0e0;
    border-bottom-color: #fff;
}
.eon-overview-details {
    display: grid;
    grid-template-columns: 1fr; /* Default to single column */
    gap: 20px;
}

.eon-overview-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid for meta items */
    gap: 15px;
    margin-top: 20px;
	margin-bottom: 40px;
}

.eon-meta-item {
    background-color: #e6e9f3; /* Light grey background for meta items */
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #000c89; /* Green accent bar */
}

.eon-meta-label {
    display: block;
    font-size: 0.85em;
    color: #444;
    margin-bottom: 5px;
    font-weight: 500;    
}

.eon-meta-value {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
}
.eon-property-hero{
	position: relative;
	width: 100%;
    height: 500px;
    overflow: hidden;
    padding-top: 40px;
	border-radius: 10px;
}
.eon-property-hero img{
    width: 100%;
    object-fit: cover;
    height: 500px;
    object-position: center;
    border-radius: 10px;	
}
.eon-scroll-down-arrow{
	background-color: #fff;
}
.eon-scroll-down-arrow svg{
	height: 25px;
	width: 25px;
}
.eon-property-content-sections{
	padding: 30px;
}
.eon-hero-title{
    color: #000c89;
    font-weight: 700;	
}
.section--id{
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #003DA1;
}
.flex--item{
    display: flex;
    align-items: center;
    gap: 30px;	
}
.flex--item .item{
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0%;	
}
.single-property h1, .single-property h2, .single-property h3, .single-property h4{
	font-weight: 600;
}
.single-property img{
	border-radius: 10px;
}
.image-gallery-grid .thumbnail{
	max-width: 360px;
}
.header-navigation .sub-menu .menu-item{
	border-bottom: 0 !important;
}
.single-property .site-main{
	padding-bottom: 30px;
}
@media(min-width: 981px) and (max-width: 1199px){
	body .eon-sticky-nav.is-sticky{
	    margin-top: 58px;	
	}
}
@media(min-width: 768px) and (max-width: 980px){
	body .eon-sticky-nav.is-sticky{
	    margin-top: 50px;	
	}
}
@media(max-width: 980px){
	.image-gallery-grid .thumbnail{
		max-width: 48%;
		width: 100%;
	}
}
@media(min-width: 768px){
	.image-gallery-grid{
	    display: flex;
    	gap: 20px;	
		flex-wrap: wrap;
	}
}
@media(max-width: 767px){
	body .flex--item{
		display: block;
	}	
	.image-gallery-grid .thumbnail{
		max-width: 100%;
		width: 100%;
	}
	.header-navigation .header-middle{
		display: none;
	}
	.header-navigation .e-con-inner{
	    flex-wrap: inherit !important;	
	}
	body .eon-sticky-nav.is-sticky{
		margin-top: 56px;
	}
}

@media(min-width: 601px){
	.hidden-sm{
		display: none;
	}
}
@media(max-width: 600px){
	.hidden-xs:not(.open){
		display:none !important;
	}
	.eon-stick-btn-sm{
		padding: 12px 16px !important;
		border-radius: 0 !important;
		width: 100%;
		display: flex;
		justify-content: space-between;
		border: none;
	}
	.eon-stick-btn-sm svg{
	    width: 25px;
    	height: 25px;	
	}
	.w-full{
		width: 100%;
	}
	.eon-sticky-nav{
		padding: 0 !important;
	}
	.horizontal-menu{
	    flex-direction: row;
		position: absolute;
		top: 54px;	
		width: 100%;
		box-shadow: 0 0 2px #979797;
	}
	.horizontal-menu li{
		width: 100%;
        background-color: #003da1;
        margin: 0 !important;
        padding: 13px 15px;
        border-bottom: 0;
	}
	.eon-stick-btn-sm .arrow-down.open{
		transform: rotate(180deg);
		margin-top: -3px;
	}
}



/* Styling for the toggle button */
.drawer-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    z-index: 1000;
}

.drawer-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000; /* Or your preferred color */
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

/* Styling for the drawer menu itself */
.drawer-menu-container {
    position: fixed;
    top: 0;
    right: -380px; /* Hide off-screen by default (320px wide) */
    width: 380px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.3s ease-in-out;
    z-index: 999;
    overflow-y: auto;
}

/* State when the drawer is open */
.drawer-menu-container.open {
    right: 0; /* Slide into view */
}

/* Styling for the overlay */
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none; /* Allows clicks to pass through when hidden */
    transition: opacity 0.3s ease-in-out;
    z-index: 998;
}

/* State when the overlay is open */
.drawer-overlay.open {
    opacity: 1;
    pointer-events: all; /* Blocks clicks when visible */
}

/* General styling for the menu links inside the drawer */
.drawer-content .main-navigation {
    padding: 20px;
}
.drawer-content .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.drawer-content .main-navigation ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
/* Initially hide all sub-menus and prepare for animation */
.drawer-content .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding-left: 20px; /* Indent sub-menu items */
}

/* Style the sub-menu items when open */
.drawer-content .menu-item-has-children.active > .sub-menu {
    max-height: 500px; /* A value larger than the expected height of the sub-menu */
}

/* Optional: Add a visual indicator for parent items */
/* .drawer-content .menu-item-has-children > a::after {
    content: '+';
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
}

.drawer-content .menu-item-has-children.active > a::after {
    transform: rotate(45deg);
    content: 'x'; 
} 
*/
.drawer-content .menu-item-has-children > a::after {
    content: '\f078';/* Unicode for a down-pointing chevron */
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin-left: 5px;
	 font-family: 'Font Awesome 5 Free';
    transition: transform 0.3s ease-in-out;
}

.drawer-content .menu-item-has-children.active > a::after {
    transform: rotate(180deg); /* Rotate the chevron to point up */
}
#open-side-nav{
    width: 40px;
    cursor: pointer;	
}
#header-search-btn{
	cursor: pointer;	
}
#close-icon-btn{
    padding: 5px;
    background-color: transparent;
    color: #000;
    border: none;	
}
#close-icon-btn svg{
	width: 25px;
    height: 25px;	
}
#drawer-menu-container h4{
	font-size: 18px;
    font-weight: 400	
}
#drawer-menu-container .elementor-social-icons-wrapper{
	display: inline-block;	
}
#drawer-menu-container .drawer-content{
    padding: 0px 0px 20px;	
}
#drawer-menu-container .drawer-socials{
	padding: 20px;	
}
#drawer-menu-container  #menu-drawer-menu{
	list-style: none;
}
#drawer-menu-container  #menu-drawer-menu li{
    margin-bottom: 10px;	
}
#drawer-menu-container  #menu-drawer-menu li a{
    font-size: 16px;
    color: #181818;
    width: 100%;
    display: block;
    padding: 5px;
	font-weight: 500;
}
#drawer-menu-container  #menu-drawer-menu > li > .sub-menu{
	padding-left: 15px;
}
#drawer-menu-container  #menu-drawer-menu > li > .sub-menu > li{
    padding: 0;
    border: none;	
}
#drawer-menu-container  #menu-drawer-menu > li > .sub-menu > li > a{
	font-size: 16px;
	font-weight: 500;
}
#drawer-menu-container .elementor-icon{
    width: auto;
    height: auto;
    background-color: transparent;	
	color: #000c89;
}
#drawer-menu-container .elementor-icon .e-font-icon-svg{
	display: block;
    height: 1em;
    position: relative;
    width: 1em;
}
#drawer-menu-container .elementor-social-icon svg{
	fill: inherit;
}
#drawer-menu-container .elementor-icon .e-font-icon-svg path{
	fill: #000c89;	
}
#drawer-menu-container .elementor-icon .font-size{
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600;
    color: inherit;	
}

/* Styling for the search button in the header */
.header-search-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    color: #333; /* Adjust as needed */
    padding: 10px;
    transition: color 0.3s ease;
}

.header-search-button:hover {
    color: #007bff; /* Hover color */
}

/* Full-screen search overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden; /* Hidden by default */
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999; /* Ensure it's on top of everything */
}

.search-overlay.open {
    visibility: visible;
    opacity: 1;
}

.search-overlay-content {
    position: relative;
    width: 100%; /* Adjust width as needed */
    max-width: 600px; /* Max width for larger screens */
    text-align: center;
}
.size-6{
	width: 30px;
	height: 30px;
}
/* Close button for the overlay */
#search-overlay .close-search-overlay {
    position: absolute;
    top: -50px; /* Adjust position relative to content */
    right: -20px; /* Adjust position relative to content */
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2em;
    color: #fff; /* White X icon */
    transition: color 0.3s ease;
	background-color: transparent;
    padding: 8px;
    line-height: 1;
}

.close-search-overlay:hover {
    color: #ccc;
}

/* Styling for the WordPress search form within the overlay */
.search-overlay-content .search-form {
    display: flex;
    width: 100%;
    max-width: 100%; /* Limit form width */
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden; /* Ensures rounded corners on children */
}
.search-overlay-content .search-form > label{
	width: 100%;	
}

.search-overlay-content .search-field {
    flex-grow: 1; /* Take up available space */
    padding: 15px 20px;
    border: none;
    font-size: 1.2em;
    outline: none;
    background-color: #fff;
    border-radius: 8px 0 0 8px; /* Rounded left corners */
	width: 100%;
}

.search-overlay-content .search-submit {
    background-color: #007bff; /* Blue button */
    color: #fff;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 1.2em;
    border-radius: 0 8px 8px 0 !important;
	padding: 7px 40px 7px 40px !important;
    transition: background-color 0.3s ease;
}

.search-overlay-content .search-submit:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .search-overlay-content {
        width: 90%;
    }
    .close-search-overlay {
        top: 10px;
        right: 10px;
    }
    .search-overlay-content .search-field,
    .search-overlay-content .search-submit {
        font-size: 1em;
        padding: 12px 15px;
    }
}
.search-results .site-main{
    padding-top: 30px;
    padding-bottom: 50px;	
}
.mb-0{
	margin-bottom: 0 !important;
}
.text-sm{
	font-size: 14px;
}
.text-gray-400{
	color: #666;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.single-post .entry-meta img{
	border-radius: 100%;
	width: 40px; 
	height: 40px;
}
.single-post .entry-meta{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;	
}
.single-post .post-content-wrapper{
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 0 3px #ddd;
    max-width: 900px;
    margin: -130px auto 50px;
    background-color: #fff;
    z-index: 99;
    position: relative;	
}
.single-post .page-content *:not(h1,h2,h3,h4,h5){
    line-height: 1.6;
    color: #2e2e2e;	
}
.post-navigation-links {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

/* Style for individual navigation links */
.nav-previous a,
.nav-next a {
    text-decoration: none;
    font-weight: 500;
    color: #444;
}
.nav-previous a:hover,
.nav-next a:hover{
	color: #000C89;
}


/* Add a left-pointing chevron to the 'Previous' link */
.nav-previous a::before {
    content: "« "; /* Or use another character like "‹ " */
    font-size: 1.2em; /* Adjust size as needed */
    margin-right: 5px;
}

/* Add a right-pointing chevron to the 'Next' link */
.nav-next a::after {
    content: " »"; /* Or use another character like " ›" */
    font-size: 1.2em; /* Adjust size as needed */
    margin-left: 5px;
}
.single-post #comments{
	margin-top: 60px;	
}
.single-post #comment{    
	border-radius: 12px;
    border: 1px solid #ddd;	
}
.single-post #reply-title,
.single-post #title-comments{
    font-weight: 600;
    font-size: 24px;	
}
.single-post .logged-in-as{
	color: #444;
}
.single-post #respond{
	padding-top: 1rem;
}
@media(max-width: 767px){
	.eon-hero-title,
	.eon-section-header .eon-hero-title{
		font-size: 30px;
	}
	.single-post .entry-meta{
		display: block;
	}
	.single-post .comment-meta{
	    display: block !important;	
	}
	.single-post .comment-metadata a{
		font-size: 14px;
	}
	.single-post #comments .comment .comment-body{
		padding-top: 0;
	}
	body .eon-property-content-sections{
		padding: 0;
	}
	
}

.search-news form input{
	padding-left: 25px !important;
}
.eon-blog-filters{
	margin-bottom: 25px;
	color: #333;	
}
.eon-blog-filters select{
	border-color: #a3a3a3;
}
.search-news .hfe-search-submit{
	border-radius: 0 !important;
}
@media(min-width:640px){
	.eon-blog-filters{
	    display: flex;
    	justify-content: space-between;
    
	}
}
.social-flex-link{
    display: flex;
    gap: 10px;
    color: #fff;	
}
.social-flex-link .elementor-icon-box-icon a{
	color: #fff;
}
.eon-broker-card .text-sm{
	font-size:12px;
}
.eon-broker-card > div > p{
    word-wrap: break-word;	
}
@media(min-height: 768px){
	.eon-broker-card .h-54{
		height: 54px;
	}
	.eon-broker-card .h-18{
		height: 18px;
	}
	.eon-broker-card .eon-broker-title{
		height: 42px;
	}
	.eon-broker-card .h-87{
		height: 87px;
	}
}
