@font-face {
    font-family: "Averta";
    src: url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.eot");
    src: url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f036e81e6040acc6b43aabc036862d21.svg#Averta")format("svg");
}

@font-face {
    font-family: "Averta-Bold";
    src: url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.eot");
    src: url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/c36a75c5ada59665e225bbf5e38efd34.svg#Averta-Bold")format("svg");
}

@font-face {
    font-family: "Averta Black";
    src: url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.eot");
    src: url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2568bb80f5521d55c8c0d536d5bfa5cf.svg#Averta Black")format("svg");
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.post, .page {
    margin: 0!important;
}

body {
    font-family: 'Nunito', sans-serif;
    background: #121212;
    color: #ebdebe;
    overflow-x: hidden;
}

.topbar,
.bottombar {
	pointer-events: none;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.topbar {
	top: 4px;
	width: 89%;
	height: 11px;
	display: block;
	background: #d3593d;
	/* Hack to style the browser UI while making it invisible to the user */
	mask-image: linear-gradient(to right, transparent, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, transparent);
}

h1,
h2,
h3 {
    font-family: "Averta-Bold";
}

h1 {
    font-size: 250%;
}

h2 {
    font-size: 250%;
}

h3 {
    font-size: 1.2rem;
    color: #d3593d;
    margin-bottom: 8px;
}

p {
    font-size: 0.88rem;
    color: #ebdebe;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
    display: block;
}

/* All Buttons */
.btn-primary {
    background: #d3593d;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    display: inline-block;
}

.btn-primary:hover {
    background: #b8442e;
    transform: translateY(-2px);
    color: #fff;
}

.btn-outline {
    border: 2px solid #ebdebe;
    color: #ebdebe;
    background: transparent;
    padding: 11px 26px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

.btn-outline:hover {
    background: #ebdebe;
    color: #121212;
}

/* Sections Style */
section {
    padding: 60px 0;
}

section.grey {
	background: #121212;
}

section.beige {
	background: #ebdebe;
}

section.beige h2 {
	color: #121212;
}

section.orange {
	background: #d3593d;
	color: #ebdebe;
}

/* Landlord Section */
.landlord-section {
    background: #1a1a1a;
    padding: 80px 0;
}

.landlord-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px;
}

.landlord-list li {
    color: #b0a490;
    padding: 6px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.landlord-list li i {
    color: #d3593d;
    margin-top: 3px;
    flex-shrink: 0;
}

.landlord-cta-box {
    background: rgba(211, 89, 61, 0.08);
    border: 1px solid rgba(211, 89, 61, 0.3);
    border-left: 4px solid #d3593d;
    padding: 36px 32px;
}

.landlord-cta-box h3 {
    color: #ebdebe;
    font-size: 1.4rem;
    margin-bottom: 14px;
}

.landlord-cta-box p {
    color: #b0a490;
    margin-bottom: 24px;
}

.section-label {
    font-size: 0.78rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d3593d;
    font-weight: 700;
    margin-bottom: 10px;
}

section h2 {
    color: #ebdebe;
    line-height: 1.15;
}

.title-info {
    color: #a09880;
    font-size: 1.05rem;
    margin: auto;
    line-height: 1.7;
}

/* Animations */
.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Top Bar */
.top-bar {
    background: #d3593d;
    border-bottom: 1px solid #2a2a2a;
    padding: 9px 0;
    font-size: 0.82rem;
    color: #f7e0c1;
}

.top-bar a {
    color: #f7e0c1;
    font-weight: 600;
    transition: color 0.2s;
}

.top-bar a:hover {
    color: #ddd;
}

.top-bar .top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.top-bar span {
    margin-right: 18px;
}

.top-bar .right-side {
    display: flex;
    gap: 20px;
}

.top-bar i {
    margin-right: 5px;
    color: #f7e0c1;
}

/* NAVIGATION */
.navbar {
    background: #121212 !important;
    border-bottom: 1px solid #222222;
    padding: 14px 0;
    transition: box-shadow 0.3s;
    width: 100%;
}

.navbar .logo {
    height: 80px;
    width: auto;
}

.navbar .nav-link {
    color: #c8bca8 !important;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    padding: 6px 16px !important;
    transition: color 0.2s;
    position: relative;
}

.navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 16px;
    width: 0;
    height: 2px;
    background: #d3593d;
    transition: width 0.3s;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    width: calc(100% - 32px);
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #d3593d !important;
}

.navbar-toggler i {
    color: #d3593d;
}

/* Hero */
.hero {
    position: relative;
	background: #121212;
}

.hero .section-label {
    margin-bottom: 0;
}

.hero h1 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    color: #ebdebe;
    line-height: 1.1;
    margin-top: 18px;
    margin-bottom: 18px;
}

.hero h1 span {
    color: #d3593d;
}

.hero p {
    color: #ebdebe;
    margin-bottom: 28px;
}

/* Bg Hero */
.hero-bg-img {
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.hero-bg {
    position: absolute;
    inset: 0;
	background-image: url('assets/img/slideshow1.jpg');
    background-size: cover;
    background-position: center;
    transition: transform 8s ease;
}

.hero-bg.heating {
    position: absolute;
    inset: 0;
	background-image: url('assets/img/slideshow2.jpg');
    background-size: cover;
    background-position: center;
    transition: transform 8s ease;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: #121212;
	opacity: 0.6;
}

/* Hero Non Bg */

.hero-right-img {
    position: relative;
    border: 2px solid #2a2a2a;
}

.hero-right-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    filter: brightness(0.9);
    transition: filter 0.4s;
}

.hero-right-img:hover img {
    filter: brightness(1);
}

.hero-img-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(18, 18, 18, 0.92);
    border: 1px solid #2a2a2a;
    border-left: 3px solid #d3593d;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(4px);
}

.hero-img-badge i {
    color: #d3593d;
    font-size: 1.1rem;
}

.hero-img-badge span {
    color: #ebdebe;
    font-weight: 700;
    font-size: 0.9rem;
}

/* Hero Form Box */
.hero-form-box {
    background: #fff;
    padding: 30px;
}

.hero-form-box p {
	color: #121212
}

.wpcf7 {
    margin: 0;
    padding: 0;
}

.wpcf7 .form-control-ch {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    color: #ddd;
    padding: 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 12px;
    outline: none;
    transition: border-color 0.2s;
    display: block;
    box-sizing: border-box;
}

.wpcf7 .form-control-ch:focus {
    border-color: #d3593d;
}

.wpcf7 .form-control-ch::placeholder {
    color: #5a4e3e;
}

.wpcf7 .btn-primary {
    width: 100%;
    margin-top: 8px;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 0;
}

/* Trust Strip — orange background */
.trust-strip {
    border-top: none;
    border-bottom: none;
    padding: 40px 0;
}

.trust-item {
    text-align: center;
    padding: 10px;
}

.trust-item .icon {
    font-size: 2rem;
    color: #ebdebe;
    margin-bottom: 8px;
    display: block;
}

.trust-item .icon i {
    font-size: 1.8rem;
}

.trust-item h3, .trust-item p {
    color: #ebdebe;
}

/* Services Section */

.service-card {
    background: #121212;
    border: 1px solid #222222;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    filter: brightness(0.85);
    transition: filter 0.3s, transform 0.4s;
}

.service-card:hover img {
    filter: brightness(1);
    transform: scale(1.04);
}

.service-card-body {
    padding: 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-body .arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d3593d;
    font-weight: 700;
    font-size: 0.85rem;
    margin-top: 14px;
    transition: gap 0.2s;
}

.service-card:hover .arrow-link {
    gap: 14px;
}

.svc-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.svc-rating i {
    color: #d3593d;
    font-size: 0.9rem;
}

.svc-rating span {
    font-size: 0.82rem;
    color: #a09880;
    font-weight: 600;
}

.svc-book {
    background: none;
    border: none;
    color: #d3593d;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 0;
    transition: gap 0.25s, color 0.2s;
    margin-top: auto;
}

.svc-book:hover {
    gap: 14px;
    color: #ebdebe;
}

/* How It Works */
.how-it-works {
    background: #121212;
}

.step-box {
    text-align: center;
    padding: 32px 20px;
    position: relative;
}

.step-box p {
	color: #121212;
}

.step-num {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #d3593d;
    opacity: 0.25;
    line-height: 1;
    margin-bottom: 14px;
}

/* Why Choose Section */
.why-section {
    background: #121212;
}

.why-section .title-info {
    color: #a09880;
}

.why-item {
    padding: 24px;
    border-left: 3px solid #2a2a2a;
    height: 100%;
    transition: border-color 0.3s, background 0.3s;
}

.why-item p {
	color: #121212;
    margin-bottom: 0;
}

.why-item:hover {
    border-left-color: #d3593d;
}

.why-item h3 i {
    color: #d3593d;
}

.why-item.contact {
	background: #191919;
}

.why-item.contact p {
	color: #ebdebe;
	margin-bottom: 10px;
}

.why-item.contact a {
	color: #d3593d;
}

.why-item.contact a, 
.why-item.contact li {
	color: #d3593d;
}


/* Testimonial Section */
.testimonials {
    background: #121212;
}

.testi-card {
    background: #121212;
    border: 1px solid #222222;
    padding: 28px;
    height: 100%;
    position: relative;
}

.testi-card::before {
    content: '"';
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    color: #d3593d;
    opacity: 0.18;
    position: absolute;
    top: 8px;
    left: 20px;
    line-height: 1;
}

.testi-card p {
    font-size: 0.92rem;
    color: #a09880;
    line-height: 1.75;
    margin-bottom: 18px;
}

.testi-card .name {
    font-weight: 700;
    color: #ebdebe;
    font-size: 0.9rem;
}

.testi-card .loc {
    font-size: 0.78rem;
    color: #5a4e3e;
}

.stars {
    color: #d3593d;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

/* FAQ Section */
.faq-section {
    background: #121212;
}

.faq-item {
    border-bottom: 1px solid #1e1e1e;
    padding: 22px 0;
    cursor: pointer;
}

.faq-q {
    font-weight: 700;
    color: #ebdebe;
    font-size: 0.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-q .icon {
    color: #d3593d;
    font-size: 1.2rem;
    transition: transform 0.3s;
}

.faq-item.open .faq-q .icon {
    transform: rotate(0);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-size: 0.88rem;
    color: #7a6e5e;
    line-height: 1.7;
    padding-right: 30px;
}

.faq-item.open .faq-a {
    max-height: 200px;
    padding-top: 12px;
}

.columns-2 {
	column-count: 2;
}

/* Footer */
footer {
    background: #0a0a0a;
    border-top: 1px solid #121212;
    padding-top: 60px;
}

footer h3 {
    font-size: 1rem;
    color: #ebdebe;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer ul{
	margin: 0 !important;
	padding: 0!important;
	list-style-type: none;
}
footer p,
footer a,
footer li {
    font-size: 0.88rem;
    color: #6a5e4e;
    line-height: 1.8;
}

footer a:hover {
    color: #d3593d;
}

footer a i {
    margin-right: 4px;
}

.footer-bottom {
    border-top: 1px solid #121212;
    background: #121212;
    margin-top: 36px;
    padding: 20px 0;
    font-size: 0.78rem;
    color: #3a3a3a;
}

.copyright {
    font-size: 0.88rem;
    color: #6a5e4e;
    text-align: center;
    margin-bottom: 0;
}

.copyright a {
    color: #7a6e5e;
    transition: color 0.2s;
}

.copyright a:hover {
    color: #d3593d;
}
/* Footer Form Style */
.footer-form .wpcf7-form p {
    margin-bottom: 12px;
}
.footer-form .wpcf7-form input[type="text"],
.footer-form .wpcf7-form input[type="email"],
.footer-form .wpcf7-form input[type="tel"],
.footer-form .wpcf7-form textarea {
    background: #121212;
    border: 1px solid #1e1e1e;
    color: #ebdebe;
}
.footer-form .wpcf7-form input::placeholder,
.footer-form .wpcf7-form textarea::placeholder {
    color: #4a4a4a;
}
.footer-form .wpcf7-form input:focus,
.footer-form .wpcf7-form textarea:focus {
    border-color: #d3593d;
    outline: none;
    box-shadow: none;
}
.footer-form .wpcf7-form input[type="submit"] {
    width: auto;
}
/* MEDIA QUERIES */
@media screen and (max-width: 992px) {
    section {
        padding: 60px 0;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
    }

    .top-bar {
        display: block;
        text-align: center;
        padding: 7px 0;
    }
	.top-bar .left-side {
		display: none;
	}
    .top-bar .top-bar-inner {
        justify-content: center;
        flex-direction: column;
        gap: 4px;
    }

    .top-bar .right-side {
        justify-content: center;
        gap: 14px;
    }

    .top-bar span {
        margin-right: 0;
    }
	
	.hero-bg-img {
		min-height: 75vh;
	}
}

@media only screen and (max-width: 767.9px) {
    h1 {
        font-size: 200% !important;
    }

    h2 {
        font-size: 175%;
    }

    .logo-wrap {
        position: relative;
        width: 100%;
        justify-content: space-between;
    }
    .navbar .logo,
    .logo-mobile {
        height: 50px !important;
        width: auto;
        transition: all .3s;
    }

    .navbar-nav {
        text-align: center;
        padding-top: 40px;
        margin-bottom: 0;
    }

    .nav-link {
        font-size: 120%;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
        width: 0;
    }

    .nav-btn {
        display: none;
    }
    .trust-item {
        padding: 8px;
    }

    section {
        padding: 60px 0;
    }

    .top-bar .top-bar-inner {
        justify-content: center;
        text-align: center;
    }
}