/* Custom Styles */
:root {
    /* Fonts */
    --font-inter: 'Inter', sans-serif;
    --font-cursive: 'Dancing Script', cursive;

    /* Colors */
    --black: #000000;
    --white: #ffffff;
    --brand-red: #e32b13;
    --brand-gold: #f2ba13;
    --gray-text: #555;
    --light-gray: #f2f2f2;
    --primary: #097FB4;

    /* Spacing */
    --spacing-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", sans-serif;
/*     text-transform: uppercase; */
}
/* .h6, h6 {
    font-size: 1.2rem;
}
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.5s ease;
	border-radius: 50px !important;
    padding: 16px 31px !important;
	text-transform: uppercase;
	font-weight:600;
}

.btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    transform: scale(1.03);
}

body {
    font-family: var(--font-inter);
    color: var(--black);
    overflow-x: hidden;
}
 */
/* Header Styles */

/* Hero Carousel Styles */
#heroCarousel .carousel-item {
    height: 85vh;
    min-height: 500px;
    position: relative;
}

.hero-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#heroCarousel .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 20, 35, 0.45);
    /* Dark cinematic overlay */
    z-index: 1;
}

.hero-caption {
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 10%;
    right: 10%;
    max-width: 920px;
    margin: auto;
}

.hero-cursive {
    font-family: var(--font-cursive);
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: var(--white);
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.hero-title {
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    color: var(--white);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    color: var(--white);
    font-weight: 500;
}

/* Property Slider Section */
.border-dashed {
    border: 1px dashed rgba(0, 0, 0, 0.15) !important;
}

.border-dashed-inner {
    border-left: 1px dashed rgba(0, 0, 0, 0.15) !important;
    border-right: 1px dashed rgba(0, 0, 0, 0.15) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.property-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-card:hover {
/*     transform: translateY(-5px); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.property-card .feature-item {
    flex: 1;
}

.property-card .card-img-top {
    height: 435px;
    object-fit: cover;
}

.action-btn {
    color: var(--primary) !important;
}

.action-btn:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

/* Swiper Controls Customization */
.property-prev,
.property-next {
    background-color: var(--white) !important;
    color: var(--primary) !important;
    width: 40px !important;
    height: 40px !important;
    top: 40% !important;
}

.property-prev::after,
.property-next::after {
    font-size: 1.25rem !important;
    font-weight: 900;
}

.property-prev {
    left: 50px !important;
    transform: translateX(-40%) !important;
}

.property-next {
    right: 50px !important;
    transform: translateX(40%) !important;
}

.property-prev:hover,
.property-next:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

/* Swiper Pagination Customization */
.swiper-pagination-bullet {
    background-color: var(--primary) !important;
    opacity: 0.25 !important;
    width: 24px !important;
    height: 8px !important;
    border-radius: 4px !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary) !important;
    opacity: 1 !important;
}

.swiper-pagination {
    bottom: 0 !important;
}

.property-section .container-fluid {
    padding: 0 50px;
}

/* About Section Styles */
.about-section {
    background-color: #030303 !important;
    /* Extremely dark matching design */
}

.about-cursive {
    color: var(--primary);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
.about-title {
/*     color: var(--black); */
    font-family: var(--font-serif);
    line-height: 1.3;
    font-size: clamp(2.5rem, 3.5vw + 1rem, 3.5rem);
}

.bg-brand {
    background-color: var(--primary);
}

.text-brand {
    color: var(--primary) !important;
}

.border-brand {
    border-color: var(--primary) !important;
}

.text-light-alpha {
    color: rgba(255, 255, 255, 0.85);
}

.letter-spacing-1 {
    letter-spacing: 3px;
    font-weight: bold;
}

.about-image-grid img {
    min-height: 250px;
}

/* Latest Listings Section Styles */
.ribbon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 2;
    border-top-left-radius: 0.375rem;
    /* Match card radius approx */
}

.ribbon {
    position: absolute;
    top: 15px;
    left: -25px;
    width: 120px;
    background: var(--brand-gold);
    color: #fff;
    text-align: center;
    padding: 3px 0;
    transform: rotate(-45deg);
    font-size: 0.70rem;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Counters Section Styles */
.counters-section {
    background-color: #080808;
}

.counter-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}


/* Custom FAQ Accordion Styles */
/* .custom-accordion {
    border: 1px solid #dee2e6;
} */
.custom-accordion .accordion-item {
    border: none;
    border: 1px solid #dee2e6 !important;
    margin-bottom: 20px;
    border-radius: 11px !important;
}

.custom-accordion .accordion-item:last-child {
    border-bottom: none;
}

.custom-accordion .accordion-button {
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 1.2rem 1.8rem;
    font-size: 1.2rem;
    outline: none !important;
	gap:20px;
}

.custom-accordion .accordion-button::after {
    display: none;
    /* Hide default collapse triangles */
}

/* .custom-accordion .accordion-button:not(.collapsed) {
    color: var(--primary) !important;
} */

.custom-accordion .accordion-body {
    padding-top: 0;
    padding-bottom: 1.25rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

/* CTA Pattern Overlay */
.cta-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(30deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
        linear-gradient(150deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
        linear-gradient(30deg, rgba(235, 235, 235, 0.4) 12%, transparent 12.5%, transparent 87%, rgba(235, 235, 235, 0.4) 87.5%, rgba(235, 235, 235, 0.4)),
        linear-gradient(150deg, rgba(235, 235, 235, 0.4) 12%, transparent 12.5%, transparent 87%, rgba(235, 235, 235, 0.4) 87.5%, rgba(235, 235, 235, 0.4));
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
}

#heroCarousel {
	position:relative;
}
#heroCarousel .carousel-item:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0.65);
	z-index:5;
}
#heroCarousel .carousel-caption {
    z-index: 7;
}
/* .testimonial-card {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255, 255, 255, 0.03);
    color: #fff;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: scale(0.9);
    opacity: 0.5;
} */

/* Active Highlight Properties */
.swiper-slide-active .testimonial-card {
    background-color: #fff;
    color: #000;
    transform: scale(1.05);
    opacity: 1;
    z-index: 10;
/*     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6); */
}

.swiper-slide-active .testimonial-card .text-white {
    color: #000 !important;
}

.swiper-slide-active .testimonial-card .opacity-75 {
    color: #6c757d !important;
    opacity: 1 !important;
}

/* Custom Outlined Quote Implementation */
.quote-icon-outline {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--primary);
}

.swiper-slide-active .testimonial-card .quote-icon-outline {
    -webkit-text-stroke: 1.5px #dee2e6;
}

/* News & Blogs Styles */
.blog-card {
    height: 300px;
    cursor: pointer;
}

.blog-card-img {
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.1);
}

.blog-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 100%);
    z-index: 1;
}

.blog-title a {
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title a {
    color: var(--primary) !important;
}

.blog-meta i {
    color: var(--primary);
}

.top-1 {
    top: 1rem !important;
}

.start-1 {
    left: 1rem !important;
}

/* Footer Section Styles */
.footer-section {
    background-color: #050505 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-links a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-links a:hover {
    color: var(--primary) !important;
/*     padding-left: 8px; */
}

.footer-section social-link {
    transition: all 0.3s ease;
}

.footer-section .social-link:hover {
    background-color: var(--primary);
    border-color: var(--primary) !important;
    color: var(--white) !important;
/*     transform: translateY(-5px); */
}
.contact-info i {
    margin-top: -1px !important;
}


.text-light-alpha {
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.contact-info i {
    text-shadow: 0 0 10px rgba(184, 153, 90, 0.3);
}


.page-header .btn-phone-number {
    border-radius: 60px;
    background: linear-gradient(90deg, #486d1c 0%, #74c406 137.88%);
    max-height: 68px;
    text-align: left;
}

.page-header .btn-phone-number .phone-icon img {
    max-width: 80px;
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.phone-icon {
    margin-left: -36px;
}

.site-header .btn-phone-content {
    display: flex;
    flex-direction: column;
}

.site-header .btn-phone-number {
    text-decoration: none;
}

.site-header .btn-phone-content .no-call-charges {
    color: var(--white);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%;
    /* 20.48px */
}

.site-header .btn-phone-content .phone-number {
    color: var(--white);
    font-family: var(--font-montserrat);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
    text-decoration: none;
}

.site-header .btn-phone-number {
    border-radius: 60px;
    background: linear-gradient(90deg, #0a80b5 0%, #0a80b5 137.88%);
    max-height: 68px;
    text-align: left;
}

.site-header .btn-phone-number .phone-icon img {
    max-width: 80px;
    height: 80px;
    width: 100%;
    object-fit: cover;
}


.removal-across-brisbane {
    /* background: url(../images/21.jpg) no-repeat center center; */
    background-size: cover;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    margin: 100px 0;
    height: auto;
}

.removal-across-brisbane h3 {
    color: #fff;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 98%;
    margin-bottom: 30px;
}

.enquiry-form {
    padding: 40px 50px;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 30px;
}

.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
} 

.car-contact-form .form-control {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFFDFC;
    height: 51px;
    margin-bottom: 0;
    padding: .375rem 1rem;
}

textarea.form-control {
    min-height: inherit;
    height: 150px !important;
    padding: 0.8rem 1rem !important;
}

.car-contact-form p {
    margin-bottom: 0;
}
.property-card .card-img-top {
    border-radius: 20px;
}
.property-card {
    border-radius: 40px 40px 20px 20px;
    box-shadow: 0 -3px 25px rgba(0, 0, 0, 0.1) !important;
}
.property-actions {
    right: 28px !important;
    bottom: 26px !important;
}
.card-body .d-flex.justify-content-between.text-center.border-dashed.rounded.p-3.mb-3.bg-white
 {
    background: #f7f7f7 !important;
}
.property-section .property-card {
    box-shadow: none !important;
}
.property-section.py-5.bg-light.overflow-hidden {
    background: #efefef !important;
}
.about-section {
    background-color: #fff !important;
}
.feature-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid var(--primary);
}
.about-section h2 {
	font-size: clamp(2.5rem, 2.9vw + 1rem, 2.9rem);
}
.counters-section .counter-value {
    font-size: clamp(2.5rem, 3vw + 1rem, 3em);
}
.counter-card {
    border-radius: 24px;
	transition:all 0.3s ease-in-out 0s;
}
.custom-accordion .accordion-button[aria-expanded="true"]::after {
    background-image: url(../images/open-icon.svg);
	display:flex;
	width: 40px;
    height: 40px;
}
.custom-accordion .accordion-button::after {
    background-image: url(../images/close-icon.svg);
    background-size: contain;
    width: 40px;
    height: 40px;
	content:"";
	display:flex;
}
.latest-listings-section .bi {
    color: var(--primary);
    font-size: 1rem;
}
.action-btn:hover .bi {
    color: var(--white);
}
.navbar-brand img
 {
    height: 70px;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --primary-blue: #1E4FAD;
    --dark-overlay: rgba(0, 0, 0, 0.65);
    --white: #ffffff;
    --font-serif: "Playfair Display", serif;
    --font-sans: "Inter", sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* Theme Variables - Default Dark */
    --bg-body: #0E0E0E;
    --text-main: #ffffff;
    --navbar-bg: rgba(255, 255, 255, 0.1);
    --navbar-border: rgba(255, 255, 255, 0.15);
    --hero-overlay-bg: rgba(0, 0, 0, 0.7);
    --nav-link-color: #ffffff;
    --btn-outline-bg: rgba(255, 255, 255, 0.1);
    --btn-outline-border: rgba(255, 255, 255, 0.3);
	--light-bg:#141414;
	--nav-link-color: #fff;
}

[data-theme="light"] {
    --bg-body: #ffffff;
    --text-main: #1a1a1a;
    --navbar-bg: rgba(255, 255, 255, 0.9);
    --navbar-border: rgba(0, 0, 0, 0.1);
    --hero-overlay-bg: rgba(255, 255, 255, 0.75);
    --nav-link-color: #212529;
    --btn-outline-bg: rgba(0, 0, 0, 0.05);
    --btn-outline-border: rgba(0, 0, 0, 0.2);
	--light-bg:#F7F5F3;
}

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

body {
    font-family: var(--font-sans);
    color: var(--text-main);
    background-color: var(--bg-body);
    overflow-x: hidden;
    transition: background-color 0.5s ease, color 0.5s ease;
}

/* Navbar Styling */
.navbar {
    padding: 0.8rem 0;
    z-index: 1000;
    transition: var(--transition);
/*     background-color: var(--navbar-bg);
    backdrop-filter: blur(8px); */
/*     border-bottom: 1px solid var(--navbar-border); */
}
.navbar-brand img {
    height: 75px;
    /* Slimmer logo */
    width: auto;
}

.nav-link {
    color: var(--nav-link-color) !important;
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0 1.2rem;
    position: relative;
    opacity: 0.8;
    transition: var(--transition);
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--primary-blue);
    transition: var(--transition);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link:hover {
    opacity: 1;
}

.btn-whatsapp-header {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.btn-whatsapp-header:hover {
    background-color: #163e8a;
    transform: scale(1.03);
    color: white;
}

/* Hero Section */
.hero {
    height: auto;
    width: 100%;
    position: relative;
    /* Solid fallback if background image is missing on server */
    background-color: #1a2332;
    background-image: url(../images/21.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 130px 0;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--hero-overlay-bg);
    z-index: 1;
    transition: background-color 0.5s ease;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-tagline {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C5A059;
    /* More accurate gold/bronze color */
    margin-bottom: 1rem;
}

.hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.hero h1 span {
    font-style: italic;
}

.hero-description {
    font-size: 1.1rem;
    max-width: 560px;
    opacity: 0.7;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-btns {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.btn-primary-custom {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
}

.btn-outline-custom {
    background-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.btn-primary-custom:hover {
    background-color: #163e8a;
    transform: scale(1.03);
	color:var(--white);
}

.btn-outline-custom:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: var(--white);
    transform: scale(1.03);
}

/* Stats Section */
.hero-stats {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.stat-item {
    display: flex;
}

.stat-stars {
    color: #D4AF37;
    /* Metallic gold */
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
}

.stat-text {
    font-weight: 600;
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Floating Action Buttons */
.fab-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1001;
}

.fab {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
/*     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); */
    transition: var(--transition);
    cursor: pointer;
    text-decoration: none;
}

.fab:hover {
    transform: scale(1.1);
    color: white;
}

.fab-phone {
    background-color: var(--primary-blue);
}

.fab-whatsapp {
    background-color: #25D366;
}

.navbar .fab {
    width: auto;
    height: auto;
    box-shadow: none;
}

.theme-option {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--btn-outline-border);
    text-decoration: none;
    color: var(--text-main);
    transition: var(--transition);
}

.theme-option:hover {
    background-color: var(--text-main);
    color: var(--bg-body);
}

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
}

.scroll-indicator .fa-chevron-down {
    font-size: 20px;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-10px) translateX(-50%);
    }

    60% {
        transform: translateY(-5px) translateX(-50%);
    }
}
.property-card .card-body
 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 30px 30px 30px;
}
.property-card {
    border-radius: 20px;
    overflow: hidden;
	transition:all 0.5s ease-in-out;
}
.property-card img {
	transition:all 0.5s ease-in-out;
}
.property-card:hover img {
	transform:scale(1.05);
}
.counter-card p {
    color: #fff;
}
.latest-listings-section .property-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.counter-card h3 {
    color: #C7A44D;
}


/* Responsive */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        padding: 2rem;
        margin-top: 1rem;
        border-radius: 15px;
    }

    .hero-stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
}



/* Hardpicked Properties Section */
/* .properties-section {
    padding: 100px 0;
} */

.properties-header {
    text-align: center;
    margin-bottom: 3rem;
}

.properties-header h2 {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 1rem;
}

.properties-header p {
    opacity: 0.7;
    font-size: 1.1rem;
}

/* Filters */
.filter-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    border: none;
    background: var(--btn-outline-bg);
    color: var(--text-main);
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid var(--btn-outline-border);
    transition: var(--transition);
}

.filter-btn.active,
.filter-btn:hover {
    background-color: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
}

/* Property Card */
.property-card {
    background: var(--navbar-bg);
    border: 1px solid var(--navbar-border);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

/* .property-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
} */

.property-img-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.property-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.property-card:hover .property-img-wrapper img {
    transform: scale(1.1);
}

/* Badges */
.badge-top-left {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 12px;
    border-radius: 17px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.badge-top-right {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    border-radius: 17px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
}

.badge-featured {
    background-color: #1E4FAD;
    color: white;
}

.badge-new {
    background-color: #00B111;
    color: white;
}

.badge-value {
    background-color: #C5A059;
    color: white;
}

/* Card Content */
.property-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.5rem;
}

.property-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: var(--text-main);
}

.property-location {
    font-size: 0.9rem;
    opacity: 0.6;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-divider {
    height: 1px;
    background: var(--navbar-border);
    margin: 1rem 0;
}

.property-details {
    display: flex;
    gap: 15px;
    margin-bottom: 1.5rem;
}

.detail-item {
    font-size: 0.85rem;
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-enquire {
    width: 100%;
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 0.8rem;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
}

.btn-enquire:hover {
    background-color: #163e8a;
    transform: scale(1.02);
    color: white;
}
.properties-section .property-card .card-body {
    position: relative;
}
/* Light theme overrides for better contrast */
[data-theme="light"] .property-card {
    background: #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .property-divider {
    background: rgba(0, 0, 0, 0.1);
}

/* Featured Project Section */
.featured-project {
    padding: 120px 0;
    background-color: var(--black);
}

.featured-tag {
    color: #C19A5B;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.2rem;
}

.featured-title {
    font-family: var(--font-serif);
    font-size: clamp(3.2rem, 3vw, 3.2rem);
    line-height: 1.1;
    margin-bottom: 0.8rem;
    font-weight: 600;
	color:var(--white);
}

.featured-subtitle {
    font-size: 1.2rem;
    opacity: 0.75;
    margin-bottom: 2.5rem;
    font-weight: 400;
	color:var(--white);
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
    font-size: 1rem;
    opacity: 0.9;
	color:var(--white);
}

.features-list li i {
    color: #C5A059;
    font-size: 0.9rem;
}

.featured-price-tag {
    font-size: 1.3rem;
    font-weight: 700;
    color: #C19A5B;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: var(--font-sans);
}

.featured-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Gallery Styles */
.featured-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-main {
    width: 100%;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.thumb-item {
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.thumb-item:hover img,
.gallery-main:hover img {
    transform: scale(1.05);
}
#properties {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .featured-project {
        padding: 60px 0;
    }

    .featured-gallery {
        margin-bottom: 3rem;
    }

    .gallery-main {
        height: 300px;
    }

    .thumb-item {
        height: 90px;
    }
}


/* Why Paulson Properties Section */
.why-paulson-section {
    padding: 100px 0 0;
    background-color: var(--bg-body);
}

.why-paulson-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 0.5rem;
    color: var(--text-main);
}

.why-paulson-subtitle {
    font-size: 1.1rem;
    opacity: 0.7;
    margin-bottom: 4rem;
}

.why-item-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-main);
}

.why-item-text {
    font-size: 1.15rem;
    line-height: 1.8;
    opacity: 0.8;
}

.why-row {
    margin-bottom: 100px !important;
}

.why-row:last-child {
    margin-bottom: 0 !important;
}

.why-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.why-img-wrapper {
    overflow: hidden;
    border-radius: 20px;
    transition: var(--transition);
}

.why-img-wrapper img {
    width: 100%;
    transition: var(--transition);
	height: 400px;
	object-fit:cover;
}

.why-img-wrapper:hover img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .why-paulson-section {
        padding: 60px 0;
    }

    .why-content {
        margin-bottom: 2rem;
        text-align: center;
        padding: 0 !important;
    }

    .why-row-reverse {
        flex-direction: column-reverse;
    }
}


/* Services Section */
.services-section {
    padding: 0 0 100px 0;
    background-color: var(--bg-body);
}

.services-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 3rem;
    color: var(--text-main);
}

.services-section .service-card {
    background: var(--navbar-bg);
    border: 1px solid var(--navbar-border);
    padding: 2rem;
    border-radius: 24px;
    height: 100%;
    transition: var(--transition);
}

.services-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-blue);
}

.services-section .service-icon {
    font-size: 1.7rem;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
}

.services-section .service-card-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--text-main);
}

.services-section .service-card-text {
    font-size: 1rem;
    opacity: 0.7;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.services-section .service-link {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.services-section .service-link:hover {
    gap: 12px;
    color: var(--primary-blue);
}

/* Light Mode Overrides for Cards */
[data-theme="light"] .service-card {
    background-color: #fcfcfc;
}


/* People Section (Bio) */
.people-section {
    padding: 100px 0;
    background-color: var(--light-bg);
}

.people-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 4rem;
    color: var(--text-main);
}

.bio-text {
    font-size: 1.15rem;
    line-height: 1.8;
    opacity: 0.8;
    margin-bottom: 2rem;
}

.founder-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: var(--text-main);
}

.founder-role {
    font-size: 1rem;
    opacity: 0.6;
    margin-bottom: 1.5rem;
}

.founder-signature {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 2.2rem;
    opacity: 0.4;
    color: var(--text-main);
    margin-top: 1rem;
}

.founder-badges {
    margin-top: 3rem;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.badge-item i {
    color: #C5A059; /* Metallic gold to match stats */
    font-size: 1.1rem;
}

.badge-item span {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .people-section {
        padding: 60px 0;
        text-align: center;
    }

    .people-image-wrapper {
        margin-bottom: 3rem;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .founder-badges {
        justify-content: center;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    /* Keeping the background mostly black as per design */
    background-color: #121212; 
    color: #ffffff;
    overflow: hidden;
}

.testimonials-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 4rem;
    color: #ffffff;
}

.testimonial-slider {
    margin: 0 -15px; /* Offset slick slider padding */
}

.testimonial-slide {
    padding: 0 15px;
    outline: none;
}

.testimonial-card {
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 2.5rem;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition);
}

.quote-icon {
    color: var(--primary-blue);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.testimonial-rating {
    color: #f5b041; /* Golden yellow for stars */
    font-size: 0.9rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.testimonial-detail {
    font-size: 0.85rem;
    opacity: 0.6;
}

/* Ensure slick-track matches flexible height */
.testimonial-slider .slick-track {
    display: flex !important;
}

.testimonial-slider .slick-slide {
    height: auto;
}

/* Light mode override for Testimonials section (if requested, though design seems intentionally dark) */
[data-theme="light"] .testimonials-section {
    background-color: var(--bg-body);
}
[data-theme="light"] .testimonials-title {
    color: var(--text-main);
}
[data-theme="light"] .testimonial-card {
    background-color: #ffffff;
    border: 1px solid var(--navbar-border);
    color: var(--text-main);
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background-color: var(--bg-body);
    /* Or use #121212 for consistent dark block */
}

.contact-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 1rem;
    color: var(--text-main);
}

.contact-subtitle {
    font-size: 1.1rem;
    opacity: 0.7;
}

.contact-info-list li span, .contact-info-list li a {
    font-size: 1.05rem;
    font-weight: 500;
	color: var(--text-main);
	text-decoration:none;
}

.icon-wrap {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(69, 107, 245, 0.05);
    /* Faint blue wash */
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: 1px solid rgba(69, 107, 245, 0.1);
}

/* Custom Form Styles */
.form-label-custom {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    opacity: 0.6;
    margin-bottom: 0.5rem;
    color: var(--text-main);
    text-transform: uppercase;
}

.form-control-dark {
    background-color: #0F0F0F !important;
    border: 1px solid #1F1F1F !important;
    color: #ffffff !important;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    font-size: 1rem;
    transition: var(--transition);
}

.form-control-dark::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-control-dark:focus {
    box-shadow: none !important;
    border-color: var(--primary-blue) !important;
}

/* Custom Radio Pills for Property Type */
.btn-outline-pill {
    padding: 0.6rem 1.5rem;
    border: 1px solid #333333;
    border-radius: 50px;
    color: var(--text-main);
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
    background-color: transparent;
}

.btn-outline-pill:hover {
    border-color: #555555;
    background-color: rgba(255, 255, 255, 0.02);
}

.btn-check:checked+.btn-outline-pill {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    background-color: rgba(255, 255, 255, 0.05);
}

/* Submit Button Override */
.form-submit-btn {
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 8px;
}
.contact-section .fab {
    color: var(--blue);
}
.contact-form {
    padding: 35px;
    background: var(--bg-body);
    border-radius: 20px;
}
/* Light Mode Overrides for Contact Section */
[data-theme="light"] .contact-section {
    background-color: #f9f9f9;
}

[data-theme="light"] .form-control-dark {
    background-color: var(--bg-body) !important;
    border: 1px solid var(--navbar-border) !important;
    color: var(--text-main) !important;
}

[data-theme="light"] .form-control-dark::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

[data-theme="light"] .btn-outline-pill {
    border-color: var(--navbar-border);
}

[data-theme="light"] .btn-outline-pill:hover {
    background-color: #f0f0f0;
}

[data-theme="light"] .btn-check:checked+.btn-outline-pill {
    background-color: rgba(69, 107, 245, 0.1);
}


/* Footer Section */
.site-footer {
    background-color: #121212;
    color: #ffffff;
    padding-top: 100px;
}

.footer-cta {
    margin-bottom: 80px;
}

.footer-cta-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: 1rem;
}

.footer-cta-subtitle {
    font-size: 1.1rem;
    color: #a3a3a3;
}

.footer-main-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-brand {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.footer-motto {
    color: #a3a3a3;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-social-links a {
    color: #888888;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: var(--transition);
}

.footer-social-links a:hover {
    color: #ffffff;
}

.footer-col-title {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #555555;
    margin-bottom: 1.5rem;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a,
.footer-links li {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.text-muted-custom {
    color: #888888 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
    color: #666666;
    font-size: 0.85rem;
}

.site-footer .fab {
    width: auto;
    height: auto;
    box-shadow: none;
}

.hero .btn-outline-custom {
	background:none;
	color:var(--text-main);
}
.theme-option.hide-on-desktop {
	display:none;
}

/* AOS leaves [data-aos] at opacity:0 until init — show content if JS fails or AOS blocked */
html.aos-fallback [data-aos],
html.aos-fallback [data-aos^="fade"],
html.aos-fallback [data-aos^="zoom"] {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	pointer-events: auto !important;
}
.fab.fab-facebook {
    background-color: var(--primary-blue);
}
.fab.fab-instagram {
    background: #C13584;
}
.fab.fab-youtube {
    background: #CC181E;
}
.services-section {
    padding: 100px 0 100px 0;
}
.navbar.active .nav-link {
    color: #000 !important;
}
.navbar.active .theme-option {
    border: 1px solid #000;
    color: #000;
}

/* Featured Project Slider Styles */
.featured-slide {
    outline: none;
}

.featured-slider-nav {
    position: absolute;
    top: 50%;
    left: -70px;
    right: -70px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.featured-nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--navbar-bg);
    border: 1px solid var(--navbar-border);
    color: var(--text-main);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    pointer-events: auto;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.featured-nav-btn:hover {
    background-color: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
    transform: scale(1.1);
}

.featured-nav-btn i {
    font-size: 1.2rem;
}

[data-theme="light"] .featured-nav-btn {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
[data-theme="light"] .featured-nav-btn:hover {
    background-color: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
    transform: scale(1.1);
}

@media (max-width: 1400px) {
    .featured-slider-nav {
        left: -20px;
        right: -20px;
    }
}

@media (max-width: 1199px) {
    .featured-slider-nav {
        position: static;
        transform: none;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }
    
    .featured-nav-btn {
        width: 50px;
        height: 50px;
    }
}
