/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 21:14:29 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --orange: #FF7A00;
  --orange-dark: #E66E00;
  --orange-light: #FF9A26;
  --white: #ffffff;
  --black: #1a1a1a;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-600: #6c757d;
  --gray-800: #343a40;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--white);
  color: var(--gray-800);
  line-height: 1.6;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.5s ease;
  padding: 0 2rem;
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--white);
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.header.scrolled .nav-link {
  color: var(--gray-800);
}

.nav-link:hover {
  color: var(--orange);
}

.btn-primary {
  background: var(--orange);
  color: var(--white);
  padding: 11px 20px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 122, 0, 0.3);
  font-family: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: normal;
}

.btn-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.4);
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.mobile-menu-btn svg {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.header.scrolled .mobile-menu-btn svg {
  color: #000;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu .nav-link {
  color: var(--gray-800);
  padding: 0.5rem 0;
  text-align: left;
}

/* Homepage Hero */
.hero-split {
  height: 87vh;
  display: flex;
  overflow: hidden;
  position: relative;
}

.hero-side {
  position: relative;
  width: 50%;
  transition: all 0.5s ease;
  cursor: pointer;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* .hero-side:hover .hero-bg {
  transform: scale(1.05);
  filter: brightness(1.1);
} */

.hero-side:hover .hero-bg {
  transform: scale(1.05);
}
.hero-side:hover .hero-overlay{
	    background: linear-gradient(0deg, rgb(0 0 0 / 0%) 55%, rgba(255, 255, 255, 0) 75%);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 55%, rgba(255, 255, 255, 0) 75%);
}

.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: var(--white);
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-location {
    font-size: 16px;
    opacity: 1;
    margin-bottom: 0.5rem;
    text-shadow: 0px 4px 4px #000000a1;
    font-weight: 500;
}

.hero-detail svg path {
    fill: #fff;
	stroke: inherit;
}

.hero-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.area-details {
    display: flex;
    gap: 20px;
}

.hero-price {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.hero-detail {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 16px;
}

.hero-detail svg {
  width: 22px;
  height: 22px;
  color: var(--orange-light);
}

.hero-center {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px 3rem;
  border-radius: 1rem;
  border: 3px solid #fff;
 width: 750px !important;
}

span.hero-detail.beds svg path {
    fill: transparent;
    stroke: #fff;
}

.hero-center h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 10px;
text-shadow: 0px 4px 4px #0000004f;
}

.hero-center p {
  font-size: 20px;
	margin: auto;
  max-width: 100%;
text-shadow: 0px 4px 4px #0000004f;
  opacity: 0.9;
}

/* Property Pages */
.page-hero {
  height: 70vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4rem;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 50%, transparent);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--white);
}

.page-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-hero-content p {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* Sections */
.section {
  padding: 4rem 2rem;
}

.section-gray {
  background: var(--gray-100);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--gray-800);
}

/* Property Overview */
.overview-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.overview-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--gray-800);
}

.overview-content p {
  color: var(--gray-600);
  margin-bottom: 1rem;
  line-height: 1.8;
}

.details-card {
  background: var(--gray-100);
  border-radius: 1rem;
  padding: 2rem;
}

.details-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--gray-800);
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--gray-300);
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray-600);
  font-size: 0.9rem;
}

.detail-label svg {
  width: 18px;
  height: 18px;
}

.detail-value {
  font-weight: 600;
  color: var(--gray-800);
}

.detail-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--orange);
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.feature-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.feature-content {
  padding: 1.5rem;
}

.feature-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--gray-800);
}

.feature-content p {
  font-size: 0.9rem;
  color: var(--gray-600);
}

/* Feature Icons */
.feature-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.feature-icon-card {
  background: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: var(--orange);
}

.feature-icon-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--gray-800);
}

.feature-icon-card p {
  font-size: 0.85rem;
  color: var(--gray-600);
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.gallery-item {
  aspect-ratio: 1;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-height: 90vh;
  max-width: 90vw;
  object-fit: contain;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 1rem;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  color: var(--white);
}

.lightbox-close {
  top: 1rem;
  right: 1rem;
}

.lightbox-close svg {
  width: 32px;
  height: 32px;
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.lightbox-prev svg,
.lightbox-next svg {
  width: 48px;
  height: 48px;
}

.lightbox-counter {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

/* Location Section */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.location-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--gray-800);
}

.location-content p {
  color: var(--gray-600);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.location-list {
  list-style: none;
}

.location-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  color: var(--gray-700);
}

.location-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}

.location-image {
  aspect-ratio: 16/9;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sticky-cta.visible {
  transform: translateY(0);
}

.sticky-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-cta-info h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gray-800);
}

.sticky-cta-info p {
  font-size: 1rem;
  font-weight: 600;
  color: var(--orange);
}

/* Footer */
.footer {
  background: var(--white);
  border-top: 1px solid var(--gray-200);
  padding: 3rem 2rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  height: 64px !important;
  width: auto;
  margin-bottom: 2rem;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-contact a,
.footer-contact div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gray-600);
  text-decoration: none;
  font-size:18px;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: var(--orange);
}

.footer-contact svg {
  width: 18px;
  height: 18px;
}

.footer-divider {
  width: 100%;
  max-width: 400px;
  height: 1px;
  background: var(--gray-300);
  margin-bottom: 2rem;
}

.footer-copyright {
  font-size: 18px;
  color: var(--gray-600);
  text-align: center;
}

/* Contact Modal */
.modal-overlay {
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.property-group, .info-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.modal-overlay.active {
  display: flex;
}

.modal {
  background: var(--white);
  border-radius: 1rem;
  max-width: 450px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
}

.modal-logo {
  text-align: center;
  margin-bottom: 1.5rem;
}

.modal-logo img {
  height: 64px;
  width: auto;
}

.modal h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--gray-800);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-700);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-300);
  border-radius: 0.5rem;
  font-family: inherit;
  font-size: 0.9rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--orange);
}

.form-group textarea {
  resize: none;
  min-height: 80px;
}

.form-submit {
    width: 100%;
    margin: auto;
    display: table;
}

.form-trust {
  text-align: center;
  font-size: 0.75rem;
  color: var(--gray-600);
  margin-top: 1rem;
}

.success-message {
  text-align: center;
  padding: 2rem 0;
}

.success-icon {
  width: 64px;
  height: 64px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.success-icon svg {
  width: 32px;
  height: 32px;
  color: #22c55e;
}

.success-message h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--gray-800);
}

.success-message p {
  color: var(--gray-600);
}

.hero-side span.btn-primary {
    opacity: 0;
	position: relative;
	top: 30px;
	transition: all 0.3s ease;
}

.hero-side:hover .btn-primary {
	opacity: 1;
	top: 0px;
	height: 100%;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-center h1 {
    font-size: 2.5rem;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .overview-grid {
    grid-template-columns: 1fr;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
	.header {
		background: #fff;
		padding: 0 15px;
	}
  .nav-desktop {
    display: none;
  }
	
	.footer {
		padding: 20px 15px;
	}
	
	.mobile-menu-btn svg {
		color: #000;
	}
	
	.features-grid, .gallery-grid {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
	}

  .mobile-menu-btn {
    display: block;
  }
	
	.footer-contact a, .footer-contact div, .footer-copyright {
		font-size: 16px;
	}

  .hero-split {
    flex-direction: column;
/* 	 margin-top: 35px; */
  }

  .hero-side {
/*     flex: none !important; */
    height: 50vh;
	width: 100%;
  }

  .hero-side:hover .hero-bg,
  .hero-side.hovered .hero-bg {
    transform: none;
  }

  .hero-center {
    top: 15%;
	  display: none;
    padding: 1.5rem;
    width: 90%;
  }

  .hero-center h1 {
    font-size: 1.75rem;
  }

  .hero-center p {
    font-size: 0.85rem;
  }

  .hero-content {
    padding: 10px;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-price {
    font-size: 1.25rem;
  }

  .page-hero-content h1 {
    font-size: 2rem;
  }

  .page-hero-content p {
    font-size: 1rem;
  }

  .section {
    padding: 3rem 1.5rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sticky-cta-inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .footer-contact {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-details {
    gap: 0.75rem;
  }

  .hero-detail {
    font-size: 0.75rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Scrollbar */
/* ::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--gray-100);
}

::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--orange-dark);
} */

.btn-hover .elementor-button-wrapper::before {
    content: "";
    background: #fff;
    height: 100%;
	border: 2px solid #FF7C0C;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px;
    transition: all 0.7s ease;
}

.btn-hover .elementor-button-wrapper:hover::before {
    width: 100%;
}

.btn-hover .elementor-button-wrapper a.elementor-button {
	transition: all 0.8s ease-in-out;
} 

.btn-hover .elementor-button-wrapper:hover a.elementor-button {
    color: #FF7C0C;
}

.btn-hover .elementor-button-wrapper:hover a.elementor-button span{
	z-index: 9;
}

.footer-custom-style .elementor-swiper-button {
    opacity: 0;
}
 
.footer-custom-style:hover .elementor-swiper-button {
    opacity: 1;
}

@media only screen and (max-width: 1400px) and (min-width: 1025px){
	.hero-title {
		font-size: 30px !important;
	}
}