#testimonial_area {
	padding: 10% 0;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 800

.manrope-<uniquifier> {
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #25D366;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    z-index: 1000;
    transition: transform 0.2s;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.whatsapp-icon {
    width: 36px;
    height: 36px;
    fill: white;
}
.box-area {
	padding: 30px;
	position: relative;
	display: block;
	background: #fff;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 40px 0;
}
.box-area h5 {
	font-size: 16px;
	font-weight: 700;
	color: #0a69ed;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.box-area span {
	color: #262626;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: 400;
}
.box-area .content {
	color: #262626;
}
.box-area .img-area {
	width: 90px;
	height: 90px;
	position: absolute;
	top: -40px;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	right: 0;
	z-index: 1;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.box-area .img-area img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.socials {
	margin-top: 30px;
}
.socials i {
	margin: 0 10px;
	color: #0a69ed;
	font-size: 18px;
}
#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: transparent;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible !important;
    -webkit-transform: translate3d(0, 0, 0);
    /* width: 1000px !important; */
}




.grid-container {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-left: -60px;
}

.grid-item {
    /* background-color: #ccc; */
    padding: 10px;
    text-align: center;
    width: 360px;
}
.wrapper-class {
    max-width: 1400px !important;

}

.tech-section {
  max-width: 600px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.05),
    0 4px 8px rgba(0, 0, 0, 0.05);
  /* Added subtle border for better definition */
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "Manrope", serif;
  height:400px;
}

.header {
  /* display: flex; */
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.header h2 {
  margin: 0;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

.icon {
  display: flex;
  align-items: center;
}

.tech-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tech-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #4A4A4A;
}

.bullet {
  color: #333;
  font-size: 20px;
  line-height: 1.2;
}

.text {
  flex: 1;
 
    text-align: left !important;

}

.text strong {
  color: #333;
}



.contaainer {
    display: flex;
    background-color: #fff8e7;
    min-height: 400px;
    font-family: "Manrope", serif;
  }
  
  .image-section {
    flex: 1;
    padding: 20px;
  }
  
  .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .content-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
  }
  a {
    color: white !important;
    text-decoration: none;
}
  .description {
    font-size: 1.9rem;
    color: white;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  
  .download-button {
    background-color: #ffc700 ;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
    width: fit-content;
  }
  
  .download-button:hover {
    background-color: #ffc700 ;
  }
  
  .download-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }




  .coontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Manrope", serif;
  }
  
  .title {
    font-size: 4rem;
    color: #2D2D2D;
    margin-bottom: 16px;
  }
  
  .subtitle {
    font-size: 2rem;
    color: #666;
    margin-bottom: 40px;
  }
  
  .tabs {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
  }
  
  .tab {
    padding: 12px 0;
    color: #666;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    font-size: 1.5rem;
  }
  
  .tab.active {
    color: #ffc700 ;
  }
  
  .tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffc700 ;
  }
  
  .tab-content {
    /* display: none; */
    gap: 40px;
  }
  
  .tab-content.active {
    display: flex;
  }
  
  .content-image {
    flex: 1;
  }
  
  .content-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .content-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .content-title {
    font-size: 2.2rem;
    color: #2D2D2D;
    margin-bottom: 16px;
  }
  
  .content-description {
    font-size: 1.9rem;
    color: #666;
    line-height: 1.6;
  }



  .home_transform_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Manrope", serif;
  }
  
  .home_transform_title {
    font-size: 2.8rem;
    color: #2D2D2D;
    margin-bottom: 16px;
  }
  
  .home_transform_subtitle {
    font-size: 1.9rem;
    color: #666;
    margin-bottom: 40px;
  }
  
  .home_transform_tabs {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
  }
  
  .home_transform_tab {
    padding: 12px 0;
    color: #666;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    font-size: 1rem;
  }
  
  .home_transform_tab.active {
    color: #ffc700 ;
  }
  
  .home_transform_tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffc700 ;
  }
  
  .home_transform_content {
    display: none;
    position: relative;
  }
  
  .home_transform_content.active {
    display: block;
  }
  
  .home_transform_image_container {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .home_transform_before_label,
  .home_transform_after_label {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    z-index: 2;
  }
  
  .home_transform_after_label {
    display: none;
  }
  
  .home_transform_before,
  .home_transform_after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .home_transform_scratch_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 3;
  }

  .home_transform_scratch_text {
    color: #666;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .home_transform_hand_icon {
    width: 24px;
    height: 24px;
    fill: #666;
  }









.unique-carousel-container {
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 20px;
}

.unique-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.unique-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.unique-carousel-card {
    flex: 0 0 100%;
    padding: 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .unique-carousel-card {
        flex: 0 0 33.333%;
    }
}

.unique-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.unique-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.unique-card-content {
    padding: 20px;
}

.unique-card-title {
    font-size: 2.2rem !important;
    margin: 0 0 10px 0;
    color: #333;
}

.unique-card-description {
    font-size: 1.6rem !important;
    color: #666;
    margin-bottom: 15px;
}

.unique-quote-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #ffc700;
    border-radius: 25px;
    color: black !important;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all 0.3s ease;
}

.unique-quote-btn:hover {
    background: #ffc700;
    color: white;
}

.unique-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
}

.unique-prev {
    left: 10px;
}

.unique-next {
    right: 10px;
}








.super-unique-carousel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.super-unique-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.super-unique-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.super-unique-carousel-card {
    flex: 0 0 100%;
    padding: 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .super-unique-carousel-card {
        flex: 0 0 33.333%;
    }
}

.super-unique-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding:20px;
}

.super-unique-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.super-unique-card-content {
    padding: 20px;
}

.super-unique-card-title {
    font-size: 2rem;
    margin: 0 0 10px 0;
    color: #333;
}

.super-unique-card-description {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 15px;
}

.super-unique-quote-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #ffc700;
    border-radius: 25px;
    color: #ffc700;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all 0.3s ease;
}

.super-unique-quote-btn:hover {
    background: #ffc700;
    color: white;
}

.super-unique-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
}

.super-unique-prev {
    left: 10px;
}

.super-unique-next {
    right: 10px;
}



/* 

.unique-carousel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.unique-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.unique-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.unique-carousel-card {
    flex: 0 0 100%;
    padding: 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .unique-carousel-card {
        flex: 0 0 33.333%;
    }
}

.unique-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.unique-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.unique-card-content {
    padding: 20px;
}

.unique-card-title {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    color: #333;
}

.unique-card-description {
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 15px;
}

.unique-quote-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #ffc700;
    border-radius: 25px;
    color: #ffc700;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all 0.3s ease;
}

.unique-quote-btn:hover {
    background: #ffc700;
    color: white;
}

.unique-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
}

.unique-prev {
    left: 10px;
}

.unique-next {
    right: 10px;
} */




  .testi-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .testi-header {
    margin-bottom: 40px;
  }
  
  .testi-title {
    font-size: 42px;
    color: #333;
    margin-bottom: 16px;
  }
  
  .testi-subtitle {
    font-size: 24px;
    color: #666;
  }
  
  .testi-slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
  }
  
  .testi-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
  }
  
  .testi-card {
    min-width: calc((100% - 40px) / 3);
    flex: 1;
  }
  
  .testi-card-inner {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .testi-media {
    position: relative;
    aspect-ratio: 16/9;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .testi-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .testi-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
  }
  
  .testi-quote {
    font-size: 18px;
    color: #333;
    font-style: italic;
    margin-bottom: 16px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .testi-author {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 0;
  }
  
  .testi-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  
  .testi-prev {
    left: 0;
  }
  
  .testi-next {
    right: 0;
  }
  
  .testi-book-btn {
    display: inline-block;
    background: #ffc700 ;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  

.bedrooms2023-carousel-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.bedrooms2023-carousel-container {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.bedrooms2023-carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
}

.bedrooms2023-carousel-card {
    flex: 0 0 calc(100% - 40px);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .bedrooms2023-carousel-card {
        flex: 0 0 calc(33.333% - 40px);
    }
}

.bedrooms2023-card-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.bedrooms2023-card-title {
    font-size: 24px;
    color: #333;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.bedrooms2023-card-description {
    font-size: 16px;
    color: #666;
    margin: 0 0 24px 0;
    line-height: 1.6;
}

.bedrooms2023-quote-button {
    padding: 12px 32px;
    border: 2px solid #ffc700;
    border-radius: 50px;
    background: transparent;
    color: #ffc700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bedrooms2023-quote-button:hover {
    background: #ffc700;
    color: white;
}

.bedrooms2023-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
}

.bedrooms2023-prev {
    left: 0;
}

.bedrooms2023-next {
    right: 0;
}

.bedrooms2023-nav-button svg {
    width: 24px;
    height: 24px;
    color: #333;
}

.bedrooms2023-nav-button:hover {
    background: #ffc700;
}

.bedrooms2023-nav-button:hover svg {
    color: white;
}

  
  .bedroom-content {
    padding: 16px;
    text-align: center;
  }
  
  .bedroom-title {
    font-size: 20px;
    color: #333;
    margin: 0 0 8px 0;
    font-weight: 500;
  }
  
  .bedroom-description {
    font-size: 14px;
    color: #666;
    margin: 0 0 16px 0;
    line-height: 1.4;
  }
  
  .bedroom-cta {
    display: inline-block;
    padding: 10px 24px;
    background: transparent;
    color: #ffc700 ;
    border: 2px solid #ffc700 ;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    width:190px;
  }
  
  .bedroom-cta:hover {
    background: #ffc700 ;
    color: white;
  }

  




















  
.container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-step {
    margin-bottom: 2rem;
}

h2 {
    margin-bottom: 1.5rem;
    color: #333;
}

.form-group {
    margin-bottom: 1.5rem;
}

input[type="email"],
input[type="text"] {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

button:hover {
    background-color: transparent;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.image-item {
    position: relative;
    text-align: center;
}

.image-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.image-item input[type="checkbox"] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}

input[type="range"] {
    width: 100%;
    margin: 1rem 0;
}

#rangeValue {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 1rem;
}

.verification-section {
    margin-top: 1rem;
}

/* Error state */
.error {
    border-color: #ff0000;
}

.error-message {
    color: #ff0000;
    font-size: 1.6rem;
    margin-top: 0.5rem;
}





.deb-body {
    position: relative;
    /* min-height: 100vh; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.ls{
    
            margin-left: 400px ;
       
}
.deb-form-container {
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    padding: 10px 25px;
    border-radius: 16px;
    
}

.deb-form-header {
    margin-bottom: 24px;
        padding: 10px;
}

.deb-title {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.deb-form-group {
    margin-bottom: 16px;
}

.deb-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background: #ffffff;
}

.deb-input::placeholder {
    color: #9CA3AF;
}

.deb-phone-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.deb-country-select {
    display: flex
;
    align-items: center;
    padding: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    cursor: pointer;
    background: #ffffff;
    margin-top: -10px;
}

.deb-flag {
    width: 24px;
    height: 16px;
    margin-right: 6px;
}

.deb-phone-input {
    flex: 1;
}

.deb-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
}

.deb-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    cursor: pointer;
}

.deb-checkbox-label {
    color: #4B5563;
    font-size: 14px;
}

.deb-submit-btn {
    width: 100%;
    padding: 6px;
    background: #ffc700 !important;
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    /* margin: 8px 0 20px 0; */
    transition: background-color 0.3s ease;
}

.deb-submit-btn:hover {
    background: #8c9c84;
}

.deb-privacy {
    text-align: center;
    font-size: 12px;
    color: #6B7280;
    line-height: 1.5;
}

.deb-privacy-link {
    color: #ffc700;
    text-decoration: none;
}

.deb-privacy-link:hover {
    text-decoration: underline;
}

.deb-step {
    display: none;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.deb-step.active {
    display: block !important;
    opacity: 1;
    position: relative;
}
/* Progress Bar Container */
/* Add these styles to your CSS */
.deb-progress-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.deb-progress-step {
    position: relative;
    text-align: center;
    color: #9CA3AF;  /* Gray color for unvisited steps */
    font-size: 14px;
}

.deb-progress-step::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #E5E7EB;  /* Light gray for unvisited circles */
    border-radius: 50%;
    z-index: 2;
}

.deb-progress-step.active {
    color: #ffc700;  /* Purple/blue for active steps */
}

.deb-progress-step.active::before {
    content: '✓';
    background: #ffc700;  /* Purple/blue background for active circles */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.deb-progress-line {
    position: absolute;
    height: 2px;
    background: #E5E7EB;  /* Light gray for unvisited lines */
    width: calc(100% - 40px);  /* Adjust based on circle size */
    left: 20px;
    top: -20px;
    z-index: 1;
}

.deb-progress-line.active {
    background: #ffc700;  /* Purple/blue for active lines */
}

/* Modify the JavaScript updateProgress function */
/* Step Text */
.deb-progress-step span {
    margin-left: 8px;
}

.deb-property-title {
    text-align: center;
    color: #374151;
    font-size: 24px;
    margin-bottom: 30px;
}

.deb-property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.deb-property-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    background: white;
    transition: transform 0.2s;
}

.deb-property-card:hover {
    transform: translateY(-4px);
}

.deb-property-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.deb-property-name {
    padding: 16px;
    text-align: center;
    color: #374151;
    font-weight: 500;
}

.deb-property-radio {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
        border: 2px solid transparent;
            background: transparent;
    cursor: pointer;
}

.deb-property-radio.selected {
    background: transparent;
}

.deb-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 20px;
}

.deb-back-btn {
    padding: 12px 24px;
    border: 1px solid #E5E7EB;
    border-radius: 25px;
    background: white;
    color: #6B7280;
    cursor: pointer;
    font-weight: 500;
}

.deb-next-btn {
    padding: 12px 40px;
    border: none;
    border-radius: 25px;
    background: #ffc700;
    color: white;
    cursor: pointer;
    font-weight: 500;
}

.deb-next-btn:hover {
    background: #8c9c84;
}





/* Add these new styles to your existing CSS 3,4,5 step */

.deb-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.deb-slider-container {
    padding: 40px 20px;
    text-align: center;
}
/* .deb-progress-line.active {
    background-color: #ffc700;
} */
.deb-area-display {
    font-size: 24px;
    color: #374151;
    margin-bottom: 30px;
}

.deb-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 600px;
}

.deb-slider {
    flex: 1;
    height: 6px;
   
    background: linear-gradient(to right, #ffc700  0%, #ffc700  50%, #E5E7EB 50%, #E5E7EB 100%) !important;
    border-radius: 3px;
    outline: none;
    transition: background 0.3s ease;
}

.deb-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: #ffc700 ;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.deb-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.deb-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #ffc700 ;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
}
.deb-slider-label {
    color: #6B7280;
    font-size: 14px;
    min-width: 80px;
}

.deb-floor-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #F9FAFB;
}



/* Additional CSS for Steps 6 & 7 */

/* Budget Options Styling */
.deb-budget-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.deb-budget-option {
    position: relative;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.deb-budget-option:hover {
    border-color: #8c9c84;
}

.deb-budget-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.deb-budget-option label {
    display: block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #374151;
}

.deb-budget-option label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #E5E7EB;
    border-radius: 50%;
}

.deb-budget-option input[type="radio"]:checked + label:before {
    border-color: #ffc700;
}

.deb-budget-option input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #ffc700;
    border-radius: 50%;
}

/* Package Options Styling */
.deb-package-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.deb-package-option {
    position: relative;
}

.deb-package-label {
    display: block;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.deb-package-label:hover {
    border-color: #ffc700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.deb-package-header {
    margin-bottom: 15px;
}

.deb-package-header h3 {
    color: #374151;
    font-size: 18px;
    margin-bottom: 5px;
}

.deb-package-header p {
    color: #6B7280;
    font-size: 14px;
}

.deb-package-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.deb-package-details {
    color: #374151;
}

.deb-package-details p {
    margin-bottom: 10px;
}

.deb-package-scope {
    margin-top: 15px;
}

.deb-package-scope h4 {
    margin-bottom: 10px;
    color: #374151;
}

.deb-package-scope ul {
    list-style: none;
    padding-left: 0;
}

.deb-package-scope li {
    margin-bottom: 5px;
    color: #6B7280;
    font-size: 14px;
}

/* Active states for both budget and package options */
.deb-budget-option input[type="radio"]:checked + label,
.deb-package-option input[type="radio"]:checked + .deb-package-label {
    border-color: #ffc700;
    background-color: #F9FAFB;
}



/* Bedroom Style Selection */
.deb-bedroom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.deb-bedroom-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s;
}

.deb-bedroom-card:hover {
    transform: translateY(-4px);
}

.deb-bedroom-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.deb-checkbox-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border: 2px solid white;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.deb-bedroom-card.selected .deb-checkbox-indicator {
    background: #ffc700;
    border-color: #ffc700;
}

.deb-bedroom-card.selected .deb-checkbox-indicator:after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.deb-bedroom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(99, 102, 241, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.2s;
}

.deb-bedroom-card.selected .deb-bedroom-overlay {
    opacity: 1;
}

/* Language Selection */
.deb-language-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 30px auto;
}

.deb-language-option {
    position: relative;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.deb-language-option:hover {
    border-color: #ffc700;
}

.deb-language-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.deb-language-option label {
    display: block;
    padding: 16px 20px;
    padding-left: 45px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #374151;
}

.deb-language-option label:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #E5E7EB;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.deb-language-option input[type="radio"]:checked + label:before {
    border-color: #ffc700;
}

.deb-language-option input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #ffc700;
    border-radius: 50%;
}

/* Timeline Selection */
.deb-timeline-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 30px auto;
}

.deb-timeline-option {
    position: relative;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.deb-timeline-option:hover {
    border-color: #ffc700;
}

.deb-timeline-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.deb-timeline-option label {
    display: block;
    padding: 16px 20px;
    padding-left: 45px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #374151;
}

.deb-timeline-option label:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #E5E7EB;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.deb-timeline-option input[type="radio"]:checked + label:before {
    border-color: #ffc700;
}

.deb-timeline-option input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #ffc700;
    border-radius: 50%;
}


.btn48-primary-normal {
   
    height: 50px !important;
}

@media screen and (min-device-width: 1240px) and (max-device-width: 1400px) {
.grid-item {
        /* background-color: #ccc; */
        padding: 1px !important;
        text-align: center;
        width: 307px !important;
    }
/* .deb-form-container {
    margin-left: 100px !important;
} */
.ls {

    margin-left: 200px !important;

}
.header h2 {
    margin: 0;
    font-size: 17px !important;
    color: #333;
    font-weight: 500;
}
.text {
    font-size: 12.5px !important;
    
}
.grid-container {
    
    margin-left: -30px !important;
}


}

@media screen and (min-device-width: 350px) and (max-device-width: 768px) {
.deb-progress-bar {
        
        width: 350px !important;
        margin-left: -30px !important;
    }
    .banner-front[data-v-5fe09a9c] {
    padding-top: 65px !important;
    /* padding: 1px !important; */
    background-image: linear-gradient(180deg, var(--black), transparent 50%);
}
        .ls {
            margin-left: 10px !important;
        }
        .deb-progress-step {
            
            font-size: 9.5px !important;
        }
                .header h2 {
                    
                    font-size: 25px !important;
                    color: #333;
                    font-weight: 600;
                }
        .deb-country-select {
   padding: 5px !important;
    }
.grid-container {
    display: flow !important;
    margin-left: -40px !important;
    
}
.deb-progress-bar {
   
    align-items: stretch !important;
    margin: 40px 0;
}
.deb-slider-container {
    padding: 0px !important;
    text-align: center;
}
.deb-form-container {
    
    padding: 10px 2px !important;
    
}
.deb-property-grid {
    display: flow !important;
    
}

.jk{
        margin-top: -200px !important;
}
.kkj{
   
            display: block !important;
}
.description {
    font-size: 1.5rem !important;
    
}
.unique-carousel-card {
    padding:1px !important;
}
.title {
    font-size: 3rem !important;
    
}
.content-section {
    
    padding: 20px !important;
    }
.tabs {
    
    gap: 12px !important;
    
}
.contaainer {
    display: flow !important;
    
}
.tab-content.active {
    display: flow !important;
}
.grid-cols-1 {
   
    margin-top: -300px !important;
}

    .wrapper-class {
        padding: 0 24px;
        display: flow !important;
    }
    .deb-body {
        margin-top: 30px !important;
        padding: 1px !important;
    }
.toop{
    margin-top:-150px;
}
    .py-10 {
    
    margin-top: 290px !important;
}
 /* .py2-10 {

     margin-top: 290px !important;
 }
  .py3-10 {

      margin-top: 290px !important;
  }
   .py4-10 {

       margin-top: 290px !important;
   }
        .py5-10 {
    
            margin-top: 290px !important;
        }
                 .py6-10 {
        
                     margin-top: 290px !important;
                 }
        
                 .py7-10 {
        
                     margin-top: 290px !important;
                 }
        
                 .py8-10 {
        
                     margin-top: 290px !important;
                 }
        
                 .py9-10 {
        
                     margin-top: 290px !important;
                 }
        
                 .py10-10 {
        
                     margin-top: 290px !important;
                 } */
.mb-2 {
    
    margin-top: 250px !important;
}

.NbuP {
     margin-top: 10px !important;
}
.YBq5 h1 {
     font-size: 18px !important;
    line-height: 26px !important;
}
                        .XDYq {
                            width: 100%;
                            margin-top: -20px;
                        }
                        .kk {
                            margin-top: 250px !important;
                            display: flow !important;
                        }
 .testimonial-wrapper {
     gap: 15px;
     }
          body {
              
              overflow-x: hidden !important;
              overflow-wrap: hidden !important;
          }
}