.ksh-archive {
	max-width: 1320px;
	margin: 0 auto;
	padding: 20px 20px 60px;
}

/* Single map */
.ksh-single-flex, .ksh-single-faq {
	max-width: 1320px;
	margin: 0 auto;
	padding: 20px 20px 60px;
}
.ksh-single-flex{
		display: flex;
		gap: 50px;
		    align-items: flex-start;
	}
.ksh-single-faq{
	display: flex;
		gap: 30px;
		flex-direction: column;
}

@media (max-width: 665px) {
	.ksh-single-flex{
		flex-direction: column;
	}
	.ksh-gallery-title {
font-size: 28px!important;
	}
	.ksh-single-left {
    width: 100%;
    flex: 1 1 100%;
}
	.ksh-single-right {
    width: 100%;
    flex: 1 1 100%;
}
	.ksh-gallery-title{
		left:0px!important;
		right: 0!important;
		transform: translate(0%, -49%)!important;
		max-width: 100%!important;
	}
}

.ksh-gallery-section img {
	object-fit: cover;
	height: 600px;
	width: 100%;
}

.ksh-gallery-section {
	margin-top: -100px;
	position: relative;
}

.ksh-gallery-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;

	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-align: center;

	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7);
	max-width: 90%;
}

.ksh-gallery-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.6),
			rgba(0, 0, 0, 0));
	z-index: 5;
}

.ksh-gallery-title {
	z-index: 10;
}


.forminator-input,
textarea {
	border-radius: 10px !important;
	border: 1px solid #000000 !important;
}

.forminator-ui.forminator-custom-form[data-design=default] {
	margin: 0px !important;
}

.forminator-button-submit {
	background: #546D73 !important;
	border-radius: 30px !important;
	color: #fff !important;
	font-family: Poppins !important;
	font-weight: 400 !important;
	font-style: Regular !important;
	font-size: 18px !important;
	text-align: center !important;

}


/* Optional: mobile-friendly full-width button */


.ksh-single-property {
	width: 100% !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.ksh-single-right{
	flex:1 1 70%; 
}
aside.ksh-single-left {
	border: 1px solid #000000;
	box-shadow: 0px 0px 4px 2px #00000040;
	padding: 20px;
	border-radius: 5px;
}
.ksh-single-left{
	flex:1 1 30%; 
	
}

.ksh-single-right h2 {
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
}

.ksh-single-right p {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.1px;

}

.ksh-single-right p strong {
	font-family: Inter;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;

}
 /* Main Button Class */
        .map-btn {
            position: relative;
            display: inline-block;
            padding: 12px 30px;
            color: #000;
            text-decoration: none;
            border: 2px solid #000;
            overflow: hidden;
            transition: color 0.4s ease;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        /* Background animation layer */
        .map-btn::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #000;
            transition: left 0.4s ease;
            z-index: -1;
        }

        /* Hover effects */
        .map-btn:hover {
            color: #fff;
        }

        .map-btn:hover::before {
            left: 0;
        }

        /* Optional glow effect */
        .map-btn:hover {
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
            transform: translateY(-2px);
            transition: all 0.3s ease;
        }
.ksh-faq-section h3 {

	font-family: Poppins;
	font-weight: 700;

	font-size: 30px;

	line-height: 100%;
	letter-spacing: 0.1px;
	text-align: center;

}

/* faq */
.ksh-faq-wrap {
	margin: auto;
	max-width: 1024px;
	border-top: 1px solid #e5e7eb;

}

.ksh-faq-item {
	border-bottom: 1px solid #e5e7eb;
}

.ksh-faq-question {
	margin: 0;
	padding: 18px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 22px;
	color: #546D73;

}

.ksh-faq-question i {
	width: 26px;
	height: 26px;
	border: 1px solid #d1d5db;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition: transform 0.3s ease;
}

.ksh-faq-answer {
	max-height: 0;
	overflow: hidden;
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	color: #000;
	line-height: 1.6;
	transition: max-height 0.3s ease;
	padding-right: 40px;
}

.ksh-faq-item.active .ksh-faq-answer {
	max-height: 300px;
	padding-bottom: 18px;
}

.ksh-faq-item.active .ksh-faq-question i {
	transform: rotate(180deg);
}


/* Product acrd  */
.ksh-cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 0 -10px;
}

.ksh-results {
	    margin: auto;
    max-width: 90%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.kch-card-box{
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 4px 0px #00000040;
	height: 100%;
}

.ksh-card {


	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 4px 0px #00000040;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 100%;

	margin: 10px;
	transition: box-shadow 0.3s ease;
}

.ksh-card:hover {
	box-shadow: 0 8px 30px rgb(0 0 0 / 0.15);
}

.ksh-card-image {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.ksh-card-image a img {
	object-fit: cover;
	height: 215px;
}

.ksh-card-image img {
	object-fit: cover;
	height: 215px;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.ksh-card:hover .ksh-card-image img {
	transform: scale(1.05);
}

.ksh-card-body {
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ksh-card-title-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:70px;
}
.info-p {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.ksh-card-title {
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 22px;

	line-height: 28px;
	letter-spacing: 0.1px;

	color: #000;
	margin: 0;
	flex-grow: 1;

}

.ksh-card-title a {
	color: inherit;
	text-decoration: none;
}

.ksh-card-title a:hover {
	text-decoration: underline;
}

.ksh-card-pricing {
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1px;

	color: #555;
	white-space: nowrap;
	margin-left: 15px;

}

.ksh-card-location {
	color: #666;
	font-size: 0.9rem;
	line-height: 1.3;
	max-width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ksh-card-specs {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #444;
	font-size: 0.85rem;
	justify-content: space-between;
}

.ksh-card-specs i {
	font-style: normal;
	margin-right: 6px;
	font-weight: 700;
	font-size: 1rem;
	color: #222;
}

.ksh-card-specs p {
	font-family: Manrope;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
text-transform: capitalize;
	line-height: 20px;
	letter-spacing: 0%;

}

.ksh-map-thumb a {
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;

}

.ksh-map-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ksh-card-cta {
	margin-top: 8px;
	text-align: right;
}

.ksh-card-cta a {
	color: #e63946;
	/* red */
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
}

.ksh-card-cta a:hover {
	text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.ksh-cards-container {
		flex-direction: column;
		align-items: center;
	}

	.ksh-card {
		width:auto;
		max-width: 100%;
	}

	.ksh-card-location {
		max-width: 100%;
		white-space: normal;
	}
}

/* filter css */
/* ===== FIX FILTER LAYOUT ===== */
/* Base styles: Flex row layout for desktop */
.ksh-search-wrapper form.ksh-search-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 12px;
}

/* Select and input styling */
.ksh-search-wrapper form.ksh-search-form select,
.ksh-search-wrapper form.ksh-search-form input[type="text"] {
  border-radius: 30px !important;
  display: inline-flex !important;
  width: auto !important;
  /* min-width: 180px !important; */
/*   min-width: 33% !important; */

  max-width: none !important;
}

/* Search input wider on desktop */
.ksh-search-wrapper form.ksh-search-form input[type="text"] {
  width: 680px !important;
}

/* Search button */
.ksh-search-wrapper form.ksh-search-form button.ksh-search-btn {
  background: #546D73;
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 10px 18px;
  border-radius: 30px !important;
}

/* ----------- Responsive adjustments ------------ */

/* Tablets and smaller (max-width: 1024px): allow wrap, inputs and selects smaller */
@media (max-width: 1024px) {
  .ksh-search-wrapper form.ksh-search-form {
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .ksh-search-wrapper form.ksh-search-form select,
  .ksh-search-wrapper form.ksh-search-form input[type="text"] {
    min-width: 120px !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .ksh-search-wrapper form.ksh-search-form input[type="text"] {
    width: 100% !important;
    flex-grow: 1;
  }

  .ksh-search-wrapper form.ksh-search-form button.ksh-search-btn {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }
}

/* Mobile (max-width: 600px): stack vertically */
@media (max-width: 600px) {
  .ksh-search-wrapper form.ksh-search-form {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px;
  }

  .ksh-search-wrapper form.ksh-search-form select,
  .ksh-search-wrapper form.ksh-search-form input[type="text"],
  .ksh-search-wrapper form.ksh-search-form button.ksh-search-btn, .currency-c {
    width: 100% !important;
    min-width: auto !important;
    max-width: 100% !important;
    border-radius: 12px !important;
  }
}



/* homes count */
.ksh-total-count {
	margin: 10px 20px;
	font-weight: 500;
}

/*Elementor  Widget */
.kch-card-box {
    width: 100%; /* default for mobile */
   
    margin: 0 auto; /* center align */
}
.ksh-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}


@media (min-width: 1025px) {
	.ksh-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* @media (max-width: 1024px) {
	.ksh-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.kch-card-box {
        max-width: 100%; /* take full width on smaller screens */
/*         margin: 0 auto; */
/*     }
}  */

@media (max-width: 767px) {
	.ksh-grid {
		grid-template-columns: 1fr;
	}
	.kch-card-box {
       
    }
}


/* Meta Template  */
.ksh-property-slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
}

.ksh-gallery-section {
    margin-bottom: 30px;
}

/* MAIN WRAPPER */
.ksh-gallery-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}

/* LEFT THUMBNAILS */
.ksh-thumbs {
    width: 120px;
    height: 420px;
}

.ksh-thumbs .swiper-slide {
    width: 100%;
    height: 100px; /* fixed height for thumbs */
    margin-bottom: 10px;
}

.ksh-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.ksh-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
    border: 2px solid #007bff;
}

/* RIGHT MAIN IMAGE */
.ksh-main {
    flex: 1;
    min-height: 400px;
}

.ksh-main img {
    width: 100%;
    height: 100%;
    
}

/* NAV BUTTONS */
.ksh-main .swiper-button-next,
.ksh-main .swiper-button-prev {
    color: #007bff;
}

/* MOBILE RESPONSIVE */
@media (max-width: 767px) {

    .ksh-gallery-wrap {
        flex-direction: column;
    }

    .ksh-thumbs {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        order: 2;
    }

    .ksh-thumbs .swiper-slide {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }

    .ksh-main {
        width: 100%;
        order: 1;
        min-height: 250px;
    }
}

/* Section */
    .arch-template {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
      padding: 60px 20px;
      background: #f5f5f5;
    }
	@media (max-width: 480px) {
      .arch-template {
        padding: 40px 15px;
      }
	}

	/* Pagination */
	.ksh-pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}
.ksh-pagination-inner {
    width: fit-content!important;
    margin: 20px auto;
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
}
.ksh-pagination-inner a{
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.ksh-pagination li .current,
.ksh-pagination li.active a {
    background: #000;
    color: #fff;
    border-color: #000;
}

.ksh-results.loading {
    opacity: 0.5;
    pointer-events: none;
}
