/*
Theme Name: Propertyassistinc Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: propertyassistinc
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.7.1776351771
Updated: 2026-04-16 15:02:51

*/
:root{--gold:#b8942e;--gold-light:#d4b86a;--gold-dark:#8a6d1f;--charcoal:#1e2433;--charcoal-light:#2d3345;--warm-white:#f7f4ef;--warm-gray:#918a7e;--bg-muted:#f0ece4;--border-color:#e2ddd3;--gradient-gold:linear-gradient(135deg,#b8942e,#d4b86a);--shadow-card:0 4px 24px -4px rgba(30,36,51,0.08)}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
    overflow-x: auto;
	    scroll-behavior: smooth;
}
body{font-family:'Inter',sans-serif;color:#1e2433;background:var(--warm-white); overflow-x: hidden;}
    h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif}
    .text-gold{color:var(--gold)!important}
    .text-gradient-gold{background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.text-gold{color:var(--gold)!important}
    .text-gradient-gold{background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
    .bg-gradient-gold{background:var(--gradient-gold)}
    .bg-charcoal{background-color:var(--charcoal)}
    .bg-charcoal-light{background-color:var(--charcoal-light)}
    .bg-warm-white{background-color:var(--warm-white)}
    .bg-muted{background-color:var(--bg-muted)}
header {
    position: relative;
    width: 100%;
    background: rgba(30, 36, 51, .95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(184, 148, 46, .2);
    padding: 10px 0;
    transition: all 0.4s ease;
    z-index: 999;
}
.gallery-link img {
    height: 100%;
    object-fit: cover;
}
/* Sticky premium state */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(20, 24, 35, 0.85);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    transform: translateY(0);
    animation: slideDown 0.4s ease;
}

/* Smooth entry animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.responsive-menu {
    display: none;
}
.site-logo {
    max-width: 70px;
}
.site-logo img {
    border-radius: 50%;
}
ol, ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
    width: 100%;
    height: auto;
}
.web-menu ul {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 90% !important;
}
.web-menu li a {
    text-decoration: none;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #f1ede4cc;
	    font-family: 'Inter';
}
.web-menu li {
    display: inline-block;
    margin-right: 2rem;
}

.web-menu li:last-child {
    margin-right: 0;
}
.header-buttons {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: right;
}
.site-button a {
    background: linear-gradient(135deg, #c69739, #d2b579);
    font-weight: 600;
    font-size: .875rem;
    padding: .625rem 1.5rem;
    color: #1d212b;
    border-radius: .5rem;
    line-height: 1;
	text-decoration: none;
	    font-family: 'Inter';
}
.header-row {
    display: flex;
    justify-content: space-between;
}
.header-calling a {
    gap: .5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #c69739;
    font-family: 'Inter';
    font-weight: 700;
}
/* header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
} */
section.hero-baner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-text {
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 36, 51, .8);
}
.hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--charcoal), rgba(30, 36, 51, .6), transparent);
}
.banner-inner h1 {
    font-size: 3.75rem;
    line-height: 1;
    color: #f1ede4;
    font-weight: 700;
    font-family: Playfair Display, serif;
    margin-bottom: 1.5rem;
}

section.hero-baner .container {
    position: relative;
    z-index: 4;
}
.banner-small {
    color: rgba(212, 184, 106, .8);
    font-size: .85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
}
.stars {
    gap: .25rem;
    display: flex;
    align-items: center;
    color: var(--gold);
}

span.theme-color {
    color: var(--gold);
}
.banner-inner {
    max-width: 650px;
}
.banner-inner p {
    margin-bottom: 2rem;
    color: #f1ede4b3;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.hero-btns {
    display: flex;
    gap: 1rem;
}
.hero-btns a {
    background: linear-gradient(135deg, #c69739, #d2b579);
    font-weight: 600;
    font-size: .875rem;
    padding: 18px 22px;
    color: #1d212b;
    border-radius: .5rem;
    line-height: 1;
    text-decoration: none;
    font-family: 'Inter';
    border: 1px solid #c89c45;
    display: block;
    text-align: center;
    width: 200px;
}
.banner-counter {
    display: flex;
    gap: 2rem;
}
.hero-btns {
    margin-bottom: 3rem;
}
.count-name {
    font-family: Playfair Display, serif;
    font-weight: 700;
    color: #c69739;
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.count-text {
    color: #e5e2dc;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: 'Inter';
    opacity: 0.8;
}
.section-padding {
    padding: 6rem 0;
}
.setion-tagline {
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #c69739;
    font-weight: 600;
	margin-bottom: .75rem;
}
.section-intro h2 {
    font-family: Playfair Display, serif;
    font-weight: 700;
    color: #1d212b;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.section-intro p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #676f7e;
    font-weight: 400;
}
.mb-16 {
    margin-bottom: 4rem;
}
.service-card {
	border-radius: .75rem;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--shadow-card);
	transition: box-shadow .3s, transform .3s
}

.service-card:hover {
	box-shadow: 0 8px 30px -8px rgba(30, 36, 51, .15);
	transform: translateY(-4px)
}

.service-card .card-img-top {
	aspect-ratio: 4/3;
	object-fit: cover;
	transition: transform .5s
}

.service-card:hover .card-img-top {
	transform: scale(1.05)
}

.service-badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: rgba(184, 148, 46, .9);
	color: var(--charcoal);
	font-size: .65rem;
	font-weight: 700;
	padding: .25rem .75rem;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: .1em
}

.process-icon-box {
	width: 80px;
	height: 80px;
	border-radius: 1rem;
	background: rgba(184, 148, 46, .1);
	border: 1px solid rgba(184, 148, 46, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
	transition: background .3s
}

.process-step:hover .process-icon-box {
	background: rgba(184, 148, 46, .2)
}

.process-number {
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--gradient-gold);
	color: var(--charcoal);
	font-weight: 700;
	font-size: .85rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.about-badge {
	position: absolute;
	bottom: -1.5rem;
	right: -1.5rem;
	background: var(--gradient-gold);
	color: var(--charcoal);
	border-radius: .75rem;
	padding: 1.5rem;
	box-shadow: 0 8px 24px -8px rgba(184, 148, 46, .3)
}

.about-badge .badge-number {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	font-weight: 700
}

.about-badge .badge-label {
	font-size: .8rem;
	font-weight: 500;
	opacity: .8
}

.highlight-card {
	display: flex;
	align-items: center;
	gap: .75rem;
	background: #fff;
	border-radius: .5rem;
	padding: 1rem;
	border: 1px solid var(--border-color)
}

.team-card {
	border-radius: .75rem;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--shadow-card);
	transition: box-shadow .3s, transform .3s;
	text-align: center
}

.team-card:hover {
	box-shadow: 0 8px 30px -8px rgba(30, 36, 51, .15);
	transform: translateY(-4px)
}

.team-card img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover
}

.team-info {
	padding: 1.25rem
}

.team-name {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--charcoal)
}

.team-role {
	color: var(--gold);
	font-size: .8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em
}

.team-bio {
	color: var(--warm-gray);
	font-size: .85rem;
	margin-top: .5rem
}

.team-social a {
	color: var(--warm-gray);
	font-size: 1.1rem;
	transition: color .3s;
	margin: 0 .4rem
}

.team-social a:hover {
	color: var(--gold)
}

.testimonial-card {
	background: #fff;
	border-radius: .75rem;
	padding: 2rem;
	box-shadow: var(--shadow-card);
	border: 1px solid var(--border-color);
	position: relative
}

.testimonial-card .quote-icon {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	font-size: 2.5rem;
	color: rgba(184, 148, 46, .15)
}

.contact-input {
	width: 100%;
	padding: 1rem 1.25rem;
	border-radius: .5rem;
	background: var(--charcoal-light);
	border: 1px solid rgba(184, 148, 46, .2);
	color: #f0ece4;
	font-family: 'Inter', sans-serif;
	transition: border-color .3s
}

.contact-input::placeholder {
	color: rgba(240, 236, 228, .4)
}

.contact-input:focus {
	outline: none;
	border-color: var(--gold)
}

.contact-info-icon {
	width: 48px;
	height: 48px;
	border-radius: .5rem;
	background: rgba(184, 148, 46, .1);
	border: 1px solid rgba(184, 148, 46, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.hours-card {
	background: var(--charcoal-light);
	border-radius: .75rem;
	padding: 1.5rem;
	border: 1px solid rgba(184, 148, 46, .2)
}

.footer-section {
	background: var(--charcoal)
}

.footer-section a {
	color: rgba(247, 244, 239, .5);
	text-decoration: none;
	transition: color .3s;
	font-size: .85rem
}

.footer-section a:hover {
	color: var(--gold)
}
section.how-work {
    background-color: var(--charcoal);
}
.work-div {
    position: relative;
}

.work-div:after {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    top: 27%;
    border-top: 2px dashed #c4a448;
    max-width: 70%;
    margin: 0 auto;
    left: 15%;
	z-index: 1;
}
.work-div .row {
    position: relative;
    z-index: 5;
}
.process-icon-box {
    position: relative;
    z-index: 5;
    background: #222326 !important;
}
.process-number {
    z-index: 6;
}
section.about-us {
    background: #f0ece4;
}
section.testimonials {
    background: #f0ece4;
}
.testimonial-card i.fa-solid.fa-quote-right {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2.5rem;
    color: rgba(184, 148, 46, .15);
}
.testimonial-card i.fa-solid.fa-star {
    color: var(--gold);
    font-size: 12px;
}
section.get-in-touch {
    background: var(--charcoal);
}
button.btn.btn-gold.w-100.btn-lg.d-flex.align-items-center.justify-content-center.gap-2 {
    background: var(--gradient-gold);
    color: var(--charcoal);
    border: none;
    border-radius: .5rem;
    transition: opacity .3s;
    font-weight: 600;
    font-size: 16px;
	height: 50px;
}
.footer-logo {
    max-width: 150px;
}
.footer-logo img { 
  border-radius: 50%;
}
footer.footer-section {
    border-top: 1px solid rgba(184, 148, 46, .2);
}
.modal-body p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.modal-body li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.modal-body ul {
    list-style: disc;
}
button.read-buttonon {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
    color: var(--gold);
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}
.team-card {
    height: 100%;
}
.mobile-fixed-btns {
    display: none;
}
/* movile nav */
 .mobile-toggle {
     color: 000;
     font-size: 30px;
     cursor: pointer;
 }

 .sidenav {
     height: 100%;
     width: 0px;
     position: fixed;
     top: 0;
     right: -20px;
     z-index: 999;
     background: #fff;
     overflow-x: hidden;
     padding: 70px 0 0 0;
     transition: all 0.5s;
     box-shadow: 0 0 10px #dfdfdf;
 }


 .sidenav .current-menu-item a {
     color: #b99637 !important;
     font-weight: 700;;
      !important;
 }

 .sidenav a {
     font-weight: 600;
 }

 .sidenav a {
     padding: 30px 0 30px 20px;
     font-size: 20px;
     display: block;
     text-decoration: none;
     color: #fff;
 }

 .sidenav a:hover {
     color: #b99637;
 }

 .sidenav a {
     padding: 30px 0 30px 20px;
     font-size: 20px;
     display: inline-block;
     text-decoration: none;
     color: #000000;
 }

 .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 40px !important;
 }
.menuline i {
    font-size: 35px;
    color: #cfad67;
}
ul#menu-main-menu-1 {
    padding: 0;
}
.closebtn i {
    color: #b99637;
    padding-right: 10px;
}
	.mobile-fixed-btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding: 12px 0;
    box-shadow: 0 0 10px #dfdfdf;
    text-align: center;
    z-index: 999;
}
	.fixed-btns a {
    background: linear-gradient(135deg, #c69739, #d2b579);
    font-weight: 600;
    font-size: 12px;
    padding: 18px 10px;
    color: #1d212b;
    border-radius: .5rem;
    line-height: 1;
    text-decoration: none;
    font-family: 'Inter';
    border: 1px solid #c89c45;
    display: block;
    text-align: center;
    width: 100%;
}
	.fixed-btns.gt-est a {
    background: transparent;
    color: #d2b579;
}
button.nav-link {
    border: 1px solid #c9a04c;
    color: #c9a04c;
}

ul#galleryTabs {
    gap: 12px;
}

button.nav-link.active {background: linear-gradient(135deg, #c69739, #d2b579);color: #1d212b;}
.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffb900;
}
@media(max-width:1024px) { 
.web-menu {
    display: none;
}
	section.hero-baner {
    height: auto;
    padding: 70px 0;
}
	.banner-text {
    display: block;
    width: 100%;
		        height: auto;
}
	.banner-bg {
    height: 100%;
}

.banner-bg img {
    height: 100%;
    object-fit: cover;
}
	.work-div:after {
		display: none;
	}
	.responsive-menu {
    display: block;
}
	.header-buttons {
    display: none;
}
}
@media(max-width:767px) {
	header.sticky {
    position: static;
}
	.hero-stat-value {
		font-size: 1.4rem
	}
	.section-padding {
    padding: 3rem 0;
}
	.section-intro h2 {
    font-size: 30px;
    line-height: 1.3;
}
.banner-inner h1 {
    font-size: 40px;
    line-height: 1.2;
}
	.about-badge {
		position: relative;
		bottom: auto;
		left: auto;
		display: inline-block;
		margin-top: 1rem
	}
	.about-badge {
    width: 100%;
    left: 0;
    text-align: center;
}
	.footer-logo {
    max-width: 110px;
}
	.container {
    max-width: 98% !important;
}
	.hero-btns a {
    padding: 18px 10px;
    width: 200px;
}
	.mobile-fixed-btns {
    display: block;
}
	.copy-text {
    padding-bottom: 50px;
}
	.highlight-card {
    padding: 10px;
}
	.highlight-card span.small.fw-medium {
    max-width: 100px;
}
}
