/**
 * Theme Name:     Hello Elementor Child
 * Author:         Sanjay Negi
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

a{
	transition: 0.3s;
}

body {
    padding-top: 65px; 
}

body .site-header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.site-header .header-inner .site-branding .site-logo img {
    max-width: 60px;
}

.site-header .header-inner {
    align-items: center;
}

.site-header .secondary-header {
    display: flex;
    align-items: center;
    gap: 30px;
}

.site-header .secondary-header .contact-btns a {
    display: inline-flex;
    background-color: #925E39;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
	padding: 10px 20px;
    gap: 10px;
}

.site-header .secondary-header .contact-btns a:hover{
	background-color: #DDA970;
}

.site-header .secondary-header .contact-btns {
    display: flex;
    gap: 10px;
}

.site-navigation ul.menu li a{
	font-size: 14px;
	font-weight: 400;
	color: #925E39;
	font-family: "Lato", sans-serif;
    letter-spacing: 2px;
}

.site-navigation ul.menu li a:hover{
	color: #DDA970;
}	

/* .infinite-carousel {
  display: flex;
  gap: 40px; 
  animation: scroll-left 20s linear infinite;
  width: max-content;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

footer#site-footer {
    background-color: #925E39;
    padding: 0;
}

footer#site-footer .footer-inner {
    max-width: 1200px;
    padding: 64px 30px;
}

.site-footer .footer-inner .site-branding .site-logo img {
    max-width: 120px;
}

.foot-menu span {
    font-family: "Agency FB", sans-serif;
    color: #DDA970;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.foot-menu nav ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.foot-menu nav ul li a {
    font-family: 'Lato';
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.foot-menu nav ul li a:hover {
	color: #DDA970;
}

.secondary-footer {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    color: #fff;
    font-family: 'Lato';
}

.social-icons i {
    color: #fff;
    font-size: 20px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #dda969;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	transition: 0.3s;
}

.social-icons a:hover {
    background: #fff;
}

.social-icons a:hover i {
    color: #dda969;
}

form.home-cf {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
/* 	display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px; */
}

form.home-cf input {
    font-family: "Lato", sans-serif;
}

form.home-cf label {
    width: 100%;
}

form.home-cf input.wpcf7-submit {
    background: #925E39;
    color: #fff;
    font-size: 18px;
    border-color: #925E39;
    padding: 8px 30px;
    font-family: "Lato", sans-serif;
	float: right;
}

form.home-cf input.wpcf7-submit:hover {
    background: #DDA970;
    border-color: #DDA970;
}

.copyright p {
    margin: 0;
}

.policy-links a {
    color: #fff;
    font-family: 'Lato';
}

.policy-links a:hover {
    text-decoration: underline;
	color: #DDA970;
}

.elementor-widget-text-editor a {
    color: #925E39;
    text-decoration: underline;
}

form.home-cf label span {
    margin-bottom: 6px;
    display: block;
    font-family: 'Lato';
    font-weight: 400;
}

/* ===== Property Archive ===== */
.property-archive-container {
    max-width: 1366px;
    margin: 60px auto;
    padding: 0 20px;
	display: flex;
    gap: 40px;
}

.archive-title {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #222;
    font-weight: 700;
	letter-spacing: 2px;
}

.property-grid {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.property-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.property-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

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

.property-content {
    padding: 20px;
	font-family: "Lato", sans-serif;
}

.property-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
	font-family: "Lato", sans-serif !important;
}

.property-excerpt {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 15px;
	font-family: "Lato", sans-serif;
}

.property-meta {
    font-size: 0.9rem;
    color: #555;
	font-family: "Lato", sans-serif;
}

.property-meta .meta-item {
    display: block;
    margin-bottom: 4px;
	font-family: "Lato", sans-serif;
}

/* ===== Single Property ===== */
.single-property-container {
  
}

.single-property-header {
    text-align: center;
    margin-bottom: 30px;
}

.single-property-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.single-property-meta span {
    display: inline-block;
    margin: 0 10px;
    font-weight: 500;
    color: #444;
}

.single-property-image img {
    width: 100%;
}

.single-property-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.back-to-list {
    margin-top: 40px;
    text-align: center;
}

.back-to-list a {
    color: #0073aa;
    font-weight: 600;
    text-decoration: none;
}

.back-to-list a:hover {
    text-decoration: underline;
}

.sticky-contactForm {
    position: sticky;
    top: 120px;
    padding: 16px;
    background: #dda969;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
	margin-top: 96px;
}

.sticky-cf label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

.sticky-cf input[type=text], .sticky-cf input[type=email]{
    margin-top: 5px;
	font-family: "Lato", sans-serif;
	outline: none;
	border: none;
}

input.wpcf7-submit {
    background: #925E39;
    color: #fff;
    border-color: #925E39;
    padding: 8px 36px;
    float: right;
    font-weight: 600;
}

input.wpcf7-submit:hover{
    background: #fff;
    color: #925E39;
    border-color: #fff;
}

.archive-right-block {
    flex: 0 0 350px;
}

.sticky-cf h2 {
    color: #fff;
    font-size: 24px;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: "Agency FB", serif !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .property-grid {
        grid-template-columns: 1fr;
    }
}
