/*
Theme Name: KSA Immobilier
Theme URI: https://ksa-immobilier.ch
Author: Qwik - Agence Web
Author URI: https://qwik.ch
Description: Theme personnalisé pour KSA Immobilier Switzerland - Spécialisé dans l'immobilier de luxe et les investissements internationaux
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ksa-immobilier
Tags: real-estate, luxury, business, custom-header, custom-menu, featured-images
*/

/* Reset and Base Styles */
:root {
    --awb-text-font-family: Arial, Helvetica, sans-serif;
}

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

body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem; /* ~35px based on 14px base */
}

h2 {
    font-size: 2rem; /* ~28px based on 14px base */
}

h3 {
    font-size: 1.5rem; /* ~21px based on 14px base */
}

p {
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

/* Header Styles */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding-top: 0px !important;
    z-index: 1000;
    width: 100%;
    padding: 0px 130px !important;
}

@media (max-width: 1024px) {
    .site-header {
        padding: 0px 60px !important;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: 0px 20px !important;
    }
}

.header-container {
    max-width: 1277px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-icon img {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 1024px) {
    .logo-icon img {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .logo-icon img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .logo-icon img {
        width: 80px;
        height: 80px;
    }
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-text h1 {
    font-size: 1.5rem;
    font-family: var(--awb-text-font-family);
    color: #2c2c2c;
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
}

/* Ensure form elements and common text elements use the theme font */
input, textarea, button, select, optgroup, option {
    font-family: var(--awb-text-font-family);
}

/* Aggressive: force theme font globally. Use only if you want every element
   to inherit this font, overriding inline or component-specific rules. */


.dashicons-admin-home{
    color:#d7af6b !important;
}

.logo-text .subtitle {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    list-style: none;
}

.main-navigation a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-contact-button {
    display: none !important;
}

.desktop-contact-button {
    display: flex;
}

.contact-button {
    background: #d7af6b;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-button span:first-child {
    color: #fff;
    filter: brightness(0) invert(1);
}

.contact-button:hover {
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

/* Language Switcher */
.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 2px;
    backdrop-filter: blur(10px);
}

.mobile-language-switcher {
    display: none;
    width: 100%;
    justify-content: center;
    margin: 1rem 0;
    background: rgba(0, 0, 0, 0.05);
}

.lang-btn {
    background: transparent;
    color: #d7af6b;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.lang-btn.active {
    background: #d7af6b;
    color: #fff;
}

.lang-btn:not(.active):hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.mobile-language-switcher .lang-btn {
    flex: 1;
    text-align: center;
}

/* Hamburger Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile-menu-toggle .hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #2c2c2c;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.page-acheter .mobile-menu-toggle .hamburger-line,
.page-template-acheter-page .mobile-menu-toggle .hamburger-line,
body.page-acheter .mobile-menu-toggle .hamburger-line,
body.page-template-acheter-page .mobile-menu-toggle .hamburger-line,
body.page-acheter-custom .mobile-menu-toggle .hamburger-line,
.page-vendre .mobile-menu-toggle .hamburger-line,
.page-template-vendre-page .mobile-menu-toggle .hamburger-line,
body.page-vendre .mobile-menu-toggle .hamburger-line,
body.page-template-vendre-page .mobile-menu-toggle .hamburger-line,
body.page-vendre-custom .mobile-menu-toggle .hamburger-line {
    background-color: #2c2c2c;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/wp-content/uploads/2025/11/invest-immobilier-suisse-kosovo.jpg') bottom/cover;
    color: #fff;
    padding: 4rem 2rem;
    margin-top: 0;
    padding-bottom: 0px !important;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 300px !important;
}

@media (max-width: 1024px) {
    .hero-content {
        padding: 0px 100px !important;
    }
}

@media (max-width: 768px) {
    .hero-content {
        padding: 0px 20px !important;
    }
}

.hero-text {
    max-width: 600px;
    font-size: 40px;
    line-height: 1.8;
    margin-top: 180px !important;
    text-align: justify !important;
}

@media (max-width: 1024px) {
    .hero-text {
        font-size: 2rem;
        margin-top: 100px !important;
    }
}

@media (max-width: 768px) {
    .hero-text {
        font-size: 1.5rem;
        margin-top: 30px !important;
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    .hero-text {
        font-size: 1.25rem;
        margin-top: 20px !important;
    }
}

/* Section Styles */
.section {
    padding: 5rem 2rem;
}

.section-container {
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    font-size: 2rem; /* ~28px based on 14px base */
    color: #2c2c2c;
    margin-bottom: 1rem;
font-weight:400;
}

.section-subtitle {
    color: #d7af6b;
    font-size: 14px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
font-weight:700;
}

.section-text {
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Two Column Layout */
.two-column {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.two-column img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #d7af6b;
    color: #fff;
}

.btn-primary:hover {
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.btn-secondary {
    color: #d7af6b !important;
    padding: 0px !important;
}

.btn-secondary:hover {
    color: #c9a05a !important;
}

/* Quote Section */
.quote-section {
    background: #f8f8f8;
    padding: 5rem 2rem;
}

.quote-two-column {
    gap: 10rem;
    align-items: baseline;
}

.quote-left {
    font-weight: 700;
    min-width: 0;
}

.quote-right {
    max-width: 450px;
}

.quote-text {
    font-size: 50px; /* ~21px based on 14px base */
    font-style: italic;
    color: #2c2c2c;
    line-height: 1.6;
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .quote-two-column {
        gap: 2rem;
    }
    .two-column {
        display: grid !important;
    }
    .quote-left {
        min-width: 0;
    }
    
    .quote-text {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .quote-two-column {
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: stretch;
    }
    
    .quote-right {
        max-width: 100%;
    }
    
    .quote-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .quote-two-column {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .quote-right {
        max-width: 100%;
    }
    
    .quote-text {
        font-size: 1.2rem;
    }
}

/* Banner Section */
.banner-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/wp-content/uploads/2025/11/invest-immobilier-kosovo-2suisse.jpg') center/cover;
    color: #fff;
    padding: 4rem 2rem;
}

.banner-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-text {
    max-width: 60%;
}

.banner-link {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    position: absolute;
    right: 0px !important;
    padding: 15px 60px;
    bottom: 0;
    text-decoration: none !important;
    background: #d7af6b;
}

/* Footer */
.site-footer {
    background: #fff;
    color: #2c2c2c;
    position: relative;
    padding: 0px !important;
}

.footer-container {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #ffff;
    padding: 150px;
}

@media (max-width: 1024px) {
    .footer-left {
        padding: 60px;
    }
}

@media (max-width: 768px) {
    .footer-left {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .footer-left {
        padding: 1.5rem 1rem;
    }
}

.footer-logo {
    margin-bottom: 1rem;
    padding-left: 80px !important;
}

.footer-contact {
    line-height: 2;
}

.footer-contact p {
    margin: 0.5rem 0;
}

.footer-nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 1rem 0;
    padding: 0;
}

.footer-nav ul li {
    list-style: none;
}

.footer-nav a {
    color: #2c2c2c;
    font-weight: 500;
}

.footer-copyright {
    margin-top: 2rem;
    font-size: 14px;
    color: #555;
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: #d7af6b;
    align-items: left;
    padding: 150px !important;
}

@media (max-width: 1024px) {
    .footer-right {
        padding: 60px !important;
    }
}

@media (max-width: 768px) {
    .footer-right {
        padding: 2rem 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .footer-right {
        padding: 1.5rem 1rem !important;
    }
}

.footer-cta-title {
    font-size: 1.15rem; /* ~16px based on 14px base */
    margin:0;
    color:#fff !important

}

.footer-cta-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-style: italic;
    color: #ffff !important;
}
.footer-logo img {
    width: 440px !important;
    height: 130px !important;
}

@media (max-width: 1024px) {
    .footer-logo img {
        width: 280px !important;
        height: 85px !important;
    }
}

@media (max-width: 768px) {
    .footer-logo img {
        width: 200px !important;
        height: 60px !important;
    }
}

@media (max-width: 480px) {
    .footer-logo img {
        width: 160px !important;
        height: 50px !important;
    }
}

.footer-logo {
    padding-left: 0px !important;
}

.footer-cta-button {
    background: #fff;
    color: #d7af6b;
    padding: 1rem 1.5rem;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    max-width:  100% !important;
    font-size:14px !important;
    width:100% !important;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: #d7af6b;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.back-to-top:hover {
    opacity: 1;
}

/* Responsive Design */
@media (min-width: 1025px) {
    .section-title {
        font-size: 57px;
    }

    /* Desktop paragraph size for section text */
    .section-text {
        font-size: 19px;
        line-height: 1.6;
    }
}

@media (max-width: 1024px) {
    .two-column {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
    }
    
    .banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .banner-text {
        max-width: 100%;
    }
    
    .site-header {
        padding: 40px 60px !important;
    }
    
    .hero-content {
        padding: 80px 100px !important;
    }
    
    .hero-text {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    
    body.menu-open {
        overflow: hidden;
    }
    
    .site-header {
        padding: 20px 20px !important;
        position: relative;
    }
    
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        padding: 0;
    }
    
    .site-logo {
        flex: 0 0 auto;
    }
    
    .site-logo img {
        max-width: 120px;
        height: auto;
    }
    
    .mobile-menu-toggle {
        display: flex;
        flex: 0 0 auto;
    }
    
    .desktop-contact-button {
        display: none;
    }
    
    .header-right {
        display: none;
    }
    
    .mobile-language-switcher {
        display: flex;
    }
    
    .mobile-menu-overlay {
        display: block;
    }
    
    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: right 0.3s ease;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 80px 2rem 2rem;
        overflow-y: auto;
    }
    
    .main-navigation.active {
        right: 0;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        text-align: left;
        width: 100%;
        margin: 0;
    }
    
    .main-navigation ul li {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .main-navigation a {
        color: #2c2c2c !important;
        font-size: 14px;
        display: block;
        padding: 1rem 0;
        width: 100%;
    }
    
    .mobile-contact-button {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem;
        font-size: 14px;
        margin-top: 1rem;
    }
    
    .contact-button {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1.5rem;
        font-size: 14px;
    }
    
    h1 {
        font-size: 1.75rem; /* ~24.5px */
    }
    
    h2 {
        font-size: 1.5rem; /* ~21px */
    }
    
    h3 {
        font-size: 1.25rem; /* ~17.5px */
    }
    
    .section {
        padding: 2rem 1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-text,
    .section-subtitle {
        font-size: 14px;
    }
    
    .hero-section {
        min-height: 60vh;
        padding: 2rem 1rem;
    }
    
    .hero-content {
        padding: 60px 20px !important;
    }
    
    .hero-text {
        font-size: 1.25rem; /* ~17.5px */
        margin-top: 20px !important;
    }
    
    .quote-text {
        font-size: 1.25rem;
    }
    
    .banner-section {
        min-height: 400px;
        padding: 2rem 1rem;
    }
    
    .banner-link {
        position: relative;
        right: auto !important;
        bottom: auto;
        margin-top: 1rem;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 12px 20px !important;
        font-size: 12px;
    }
    
    .footer-left,
    .footer-right {
        padding: 3rem 1.5rem !important;
    }
    
    .footer-logo {
        padding-left: 0 !important;
    }
    
    .footer-nav ul {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-cta-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 12px;
    }
    
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 1.25rem;
    }
    
    h3 {
        font-size: 1.1rem;
    }
    
    .section {
        padding: 1.5rem 1rem;
    }
    
    .hero-section {
        min-height: 50vh;
        padding: 1.5rem 1rem;
    }
    
    .quote-text {
        font-size: 1rem;
    }
    
    .banner-section {
        min-height: 300px;
        padding: 1.5rem 1rem;
    }
    
    .banner-link {
        font-size: 11px;
        padding: 10px 15px !important;
    }
    
    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 12px;
    }
    
    .footer-cta-title {
        font-size: 1rem;
    }
    
    .footer-cta-text {
        font-size: 12px;
    }
    
    .footer-cta-button {
        font-size: 12px !important;
        padding: 0.75rem 1rem !important;
    }
}

/* Acheter Page Styles */
.acheter-hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/wp-content/uploads/2025/11/banner-13-scaled-2.avif') center/cover;
    color: #fff;
    padding: 4rem 2rem;
    margin-top: 0;
}

.acheter-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0px !important;
}

@media (max-width: 1024px) {
    .acheter-hero-content {
        padding: 50px 30px !important;
    }
}

@media (max-width: 768px) {
    .acheter-hero-content {
        padding: 30px 20px !important;
    }
}

@media (max-width: 480px) {
    .acheter-hero-content {
        padding: 20px 15px !important;
    }
}

.acheter-hero-text {
    max-width: 800px;
}

.acheter-hero-title {
    font-size: 2.5rem; /* ~35px based on 14px base */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
}

.acheter-hero-subtitle {
    font-size: 1.15rem; /* ~16px based on 14px base */
    margin-bottom: 2.5rem;
    color: #fff;
    font-weight: 300;
}

.btn-acheter-hero {
    background: #d7af6b;
    color: #fff;
    padding: 1.2rem 2.5rem;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
}

.btn-acheter-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(215, 175, 107, 0.4);
    background: #c9a05a;
}

/* Statistics Section */
.acheter-stats-section {
    background: #fff;
    padding: 40px !important;
    width: 800px !important;
    background: #fff;
    /* padding: 3rem 2rem; */
    position: relative;
    float: right;
    right: 0 !important;
    margin-top: -100px;
    z-index: 9999999999999999999999;
    z-index: 999999 !important;
}

.acheter-stats-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 6rem;
    align-items: center;
}

.acheter-stat-item {
    text-align: center;
    text-align: center;
    display: flex;
}

.acheter-stat-number {
    font-size: 55px; /* ~35px based on 14px base */
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.acheter-stat-label {
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
    margin: auto;
    margin-left: 20px;
}

/* Services Section */
.acheter-services-section {
    background: #fff;
    padding: 5rem 2rem;
}

.acheter-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.acheter-service-item {
    text-align: left;
}

.acheter-service-title {
    font-size: 1.5rem; /* ~21px based on 14px base */
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.acheter-service-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #d7af6b;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.acheter-service-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.acheter-investment-content .btn{
    width:60% !important;
    border-radius: 0px !important;
}
.acheter-serenity-content .btn {
    width:50% !important;
    border-radius: 0px !important;
  
}
/* Achetez en toute sérénité Section */
.acheter-serenity-section {
    background: #fff;
    padding: 5rem 2rem;
}

.acheter-serenity-image img,
.acheter-investment-image img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.acheter-serenity-content,
.acheter-investment-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.acheter-features-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.acheter-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #2c2c2c;
}

.acheter-checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #d7af6b;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    flex-shrink: 0;
}

/* Investissements sécurisés Section */
.acheter-investment-section {
    background: #f8f8f8;
    padding: 5rem 2rem;
}

/* Responsive Design for Acheter Page */
@media (max-width: 1024px) {
    .acheter-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .acheter-stats-container {
        gap: 4rem;
    }
    
    .acheter-hero-title {
        font-size: 2rem;
    }
    
    .acheter-hero-content {
        padding: 80px 100px !important;
    }
    
    .acheter-stats-section {
        width: 100% !important;
        float: none !important;
        margin-top: 0 !important;
        padding: 2rem !important;
    }
}

@media (max-width: 768px) {
    .acheter-hero-section {
        min-height: 60vh;
        padding: 2rem 1rem;
    }
    
    .acheter-hero-content {
        padding: 60px 20px !important;
    }
    
    .acheter-hero-title {
        font-size: 1.75rem; /* ~24.5px */
    }
    
    .acheter-hero-subtitle {
        font-size: 14px;
    }
    
    .acheter-services-section {
        padding: 2rem 1rem;
    }
    
    .acheter-services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .acheter-service-title {
        font-size: 1.25rem;
    }
    
    .acheter-service-text,
    .acheter-service-subtitle {
        font-size: 14px;
    }
    
    .acheter-stats-section {
        width: 100% !important;
        float: none !important;
        margin-top: 0 !important;
        padding: 2rem 1rem !important;
        position: relative !important;
        right: auto !important;
    }
    
    .acheter-stats-container {
        flex-direction: row;
        gap: 2rem;
    }
    
    .acheter-stat-item {
        flex-direction: column;
        text-align: center;
    }
    
    .acheter-stat-number {
        font-size: 2rem; /* ~28px */
    }
    
    .acheter-stat-label {
        margin-left: 0;
        font-size: 14px;
    }
    
    .acheter-serenity-section,
    .acheter-investment-section {
        padding: 2rem 1rem;
    }
    
    .acheter-serenity-content .btn,
    .acheter-investment-content .btn {
        width: 100% !important;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-text {
        font-size: 14px;
    }
    
    .acheter-feature-item {
        font-size: 14px;
    }
}

/* Header Styles for Acheter Page */
.page-acheter .site-header,
.page-template-acheter-page .site-header,
body.page-acheter .site-header,
body.page-template-acheter-page .site-header,
body.page-acheter-custom .site-header {
    position: relative;
    background: #fff !important;
    padding: 0 !important;
}

.page-acheter .site-header .header-container,
.page-template-acheter-page .site-header .header-container,
body.page-acheter .site-header .header-container,
body.page-template-acheter-page .site-header .header-container,
body.page-acheter-custom .site-header .header-container {
    padding: 20px !important;
}

@media (max-width: 768px) {
    .page-acheter .site-header .header-container,
    .page-template-acheter-page .site-header .header-container,
    body.page-acheter .site-header .header-container,
    body.page-template-acheter-page .site-header .header-container,
    body.page-acheter-custom .site-header .header-container {
        padding: 1rem 20px !important;
    }
    
    .page-acheter .main-navigation a,
    .page-template-acheter-page .main-navigation a,
    body.page-acheter .main-navigation a,
    body.page-template-acheter-page .main-navigation a,
    body.page-acheter-custom .main-navigation a {
        color: #2c2c2c !important;
    }
}

.page-acheter .main-navigation a,
.page-template-acheter-page .main-navigation a,
body.page-acheter .main-navigation a,
body.page-template-acheter-page .main-navigation a,
body.page-acheter-custom .main-navigation a {
    color: #2c2c2c !important;
}

.page-acheter .acheter-hero-section,
.page-template-acheter-page .acheter-hero-section,
body.page-acheter .acheter-hero-section,
body.page-template-acheter-page .acheter-hero-section,
body.page-acheter-custom .acheter-hero-section {
    margin-top: 0;
}

/* Vendre Page Styles */
.vendre-hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/wp-content/uploads/2025/12/back.avif') center/cover;
    color: #fff;
    padding: 4rem 2rem;
    margin-top: 0;
    padding-top: 0px !important;
}

.vendre-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px !important;
}

@media (max-width: 1024px) {
    .vendre-hero-content {
        padding: 50px 30px !important;
    }
}

@media (max-width: 768px) {
    .vendre-hero-content {
        padding: 30px 20px !important;
    }
}

@media (max-width: 480px) {
    .vendre-hero-content {
        padding: 20px 15px !important;
    }
}

.vendre-hero-text {
    max-width: 800px;
}

.vendre-hero-title {
    font-size: 2.5rem; /* ~35px based on 14px base */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
}

.vendre-hero-subtitle {
    font-size: 1.15rem; /* ~16px based on 14px base */
    margin-bottom: 2.5rem;
    color: #fff;
    font-weight: 300;
}

.btn-vendre-hero {
    background: #d7af6b;
    color: #fff;
    padding: 1.2rem 2.5rem;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
}

.btn-vendre-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(215, 175, 107, 0.4);
    background: #c9a05a;
}

/* Statistics Section */
.vendre-stats-section {
    background: #fff;
    padding: 40px !important;
    width: 800px !important;
    background: #fff;
    position: relative;
    float: right;
    right: 0 !important;
    margin-top: -100px;
    z-index: 999999 !important;
}

.vendre-stats-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 6rem;
    align-items: center;
}

.vendre-stat-item {
    text-align: center;
    display: flex;
}

.vendre-stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.vendre-stat-label {
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-items: center;
    margin: auto;
    margin-left: 20px;
}

/* Services Section */
.vendre-services-section {
    background: #fff;
    padding: 5rem 2rem;
}

.vendre-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.vendre-service-item {
    text-align: left;
}

.vendre-service-title {
    font-size: 1.5rem; /* ~21px based on 14px base */
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.vendre-service-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.vendre-confidence-content .btn,
.vendre-potential-content .btn,
.vendre-followup-content .btn,
.vendre-visibility-content .btn {
    width: 60% !important;
    border-radius: 0px !important;
}

/* Vendez votre bien en toute confiance Section */
.vendre-confidence-section {
    background: #fff;
    padding: 5rem 2rem;
}

.vendre-confidence-image img,
.vendre-potential-image img,
.vendre-followup-image img,
.vendre-visibility-image img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.vendre-confidence-content,
.vendre-potential-content,
.vendre-followup-content,
.vendre-visibility-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.vendre-features-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.vendre-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #2c2c2c;
}

.vendre-checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #d7af6b;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    flex-shrink: 0;
}

/* Mettez en avant le plein potentiel Section */
.vendre-potential-section {
    background: #f8f8f8;
    padding: 5rem 2rem;
}

/* Un suivi personnalisé Section */
.vendre-followup-section {
    background: #fff;
    padding: 5rem 2rem;
}

/* Une visibilité optimale Section */
.vendre-visibility-section {
    background: #f8f8f8;
    padding: 5rem 2rem;
}

/* Responsive Design for Vendre Page */
@media (max-width: 1024px) {
    .vendre-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .vendre-stats-container {
        gap: 4rem;
    }
    
    .vendre-hero-title {
        font-size: 2rem;
    }
    
    .vendre-hero-content {
        padding: 80px 100px !important;
    }
    
    .vendre-stats-section {
        width: 100% !important;
        float: none !important;
        margin-top: 0 !important;
        padding: 2rem !important;
    }
}

@media (max-width: 768px) {
    .vendre-hero-section {
        min-height: 60vh;
        padding: 2rem 1rem;
    }
    
    .vendre-hero-content {
        padding: 60px 20px !important;
    }
    
    .vendre-hero-title {
        font-size: 1.75rem; /* ~24.5px */
    }
    
    .vendre-hero-subtitle {
        font-size: 14px;
    }
    
    .vendre-services-section {
        padding: 2rem 1rem;
    }
    
    .vendre-services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .vendre-service-title {
        font-size: 1.25rem;
    }
    
    .vendre-service-text {
        font-size: 14px;
    }
    
    .vendre-stats-section {
        width: 100% !important;
        float: none !important;
        margin-top: 0 !important;
        padding: 2rem 1rem !important;
        position: relative !important;
        right: auto !important;
    }
    
    .vendre-stats-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .vendre-stat-item {
        flex-direction: column;
        text-align: center;
    }
    
    .vendre-stat-number {
        font-size: 2rem; /* ~28px */
    }
    
    .vendre-stat-label {
        margin-left: 0;
        font-size: 14px;
    }
    
    .vendre-confidence-section,
    .vendre-potential-section,
    .vendre-followup-section,
    .vendre-visibility-section {
        padding: 2rem 1rem;
    }
    
    .vendre-confidence-content .btn,
    .vendre-potential-content .btn,
    .vendre-followup-content .btn,
    .vendre-visibility-content .btn {
        width: 100% !important;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-text {
        font-size: 14px;
    }
    
    .vendre-feature-item {
        font-size: 14px;
    }
}

/* Header Styles for Vendre Page */
.page-vendre .site-header,
.page-template-vendre-page .site-header,
body.page-vendre .site-header,
body.page-template-vendre-page .site-header,
body.page-vendre-custom .site-header {
    position: relative;
    background: #fff !important;
    padding: 0 !important;
}

.page-vendre .site-header .header-container,
.page-template-vendre-page .site-header .header-container,
body.page-vendre .site-header .header-container,
body.page-template-vendre-page .site-header .header-container,
body.page-vendre-custom .site-header .header-container {
    padding: 20px 0px !important;
}

@media (max-width: 768px) {
    .page-vendre .site-header .header-container,
    .page-template-vendre-page .site-header .header-container,
    body.page-vendre .site-header .header-container,
    body.page-template-vendre-page .site-header .header-container,
    body.page-vendre-custom .site-header .header-container {
        padding: 1rem 20px !important;
    }
    
    .page-vendre .main-navigation a,
    .page-template-vendre-page .main-navigation a,
    body.page-vendre .main-navigation a,
    body.page-template-vendre-page .main-navigation a,
    body.page-vendre-custom .main-navigation a {
        color: #2c2c2c !important;
    }
}

.page-vendre .main-navigation a,
.page-template-vendre-page .main-navigation a,
body.page-vendre .main-navigation a,
body.page-template-vendre-page .main-navigation a,
body.page-vendre-custom .main-navigation a {
    color: #2c2c2c !important;
}

.page-vendre .vendre-hero-section,
.page-template-vendre-page .vendre-hero-section,
body.page-vendre .vendre-hero-section,
body.page-template-vendre-page .vendre-hero-section,
body.page-vendre-custom .vendre-hero-section {
    margin-top: 0;
}

/* Contact Page Styles */
.contact-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/wp-content/uploads/2025/11/invest-immobilier-suisse-kosovo.jpg') center/cover;
    color: #fff;
    padding: 4rem 2rem;
    margin-top: 0;
}

.contact-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 120px 180px !important;
}

@media (max-width: 1024px) {
    .contact-hero-content {
        padding: 80px 100px !important;
    }
}

@media (max-width: 768px) {
    .contact-hero-content {
        padding: 40px 20px !important;
    }
}

@media (max-width: 480px) {
    .contact-hero-content {
        padding: 30px 15px !important;
    }
}

.contact-hero-text {
    max-width: 800px;
    font-size: 1.75rem; /* ~24.5px based on 14px base */
    line-height: 1.8;
    margin-top: 50px !important;
    color: #fff;
}

.contact-form-section {
    padding: 5rem 2rem;
    background: #fff;
}

.contact-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-logo-wrapper {
    background: #fff;
    padding: 4rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-logo-img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 400px;
    object-fit: contain;
}

.contact-logo-wrapper img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 400px;
    object-fit: contain;
}

.contact-form-wrapper {
    background: #fff;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: #2c2c2c;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.875rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    color: #2c2c2c;
    background: #fff;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d7af6b;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group select {
    cursor: pointer;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-contact-submit {
    background: #0073aa;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    font-size: 14px;
}

.btn-contact-submit:hover {
    background: #005a87;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
}

/* Offices Section Styles */
.offices-section {
    padding: 5rem 2rem;
    background: #f8f8f8;
}

.offices-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.office-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.office-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.office-country {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #d7af6b;
}

.office-addresses {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.office-address-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.office-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.office-address-link {
    color: #0073aa;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.6;
    transition: color 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.office-address-link:hover {
    color: #d7af6b;
    text-decoration: underline;
}

.office-email {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.office-email-link {
    color: #0073aa;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.office-email-link:hover {
    color: #d7af6b;
    text-decoration: underline;
}

.office-map-wrapper {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.office-map {
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 8px;
    display: block;
    pointer-events: none;
}

.office-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    transition: background 0.3s ease;
}

.office-map-overlay:hover {
    background: rgba(0, 0, 0, 0.05);
}

.office-map-overlay::after {
    content: 'Click to open in Google Maps';
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.office-map-overlay:hover::after {
    opacity: 1;
}

/* Contact Page Responsive */
@media (max-width: 1024px) {
    .contact-two-column {
        grid-template-columns: 1fr;
    }
    
    .contact-logo-wrapper {
        padding: 3rem 2rem;
    }
    
    .contact-form-wrapper {
        padding: 3rem 2rem;
    }
    
    .contact-hero-content {
        padding: 100px 100px !important;
    }
    
    .contact-hero-text {
        font-size: 1.5rem; /* ~21px */
    }
    
    .offices-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .offices-section {
        padding: 4rem 2rem;
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        min-height: 60vh;
        padding: 2rem 1rem;
    }
    
    .contact-hero-content {
        padding: 60px 20px !important;
    }
    
    .contact-hero-text {
        font-size: 1.25rem; /* ~17.5px */
        margin-top: 20px !important;
    }
    
    .contact-form-section {
        padding: 2rem 1rem;
    }
    
    .contact-logo-wrapper,
    .contact-form-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .contact-logo-img {
        max-height: 250px;
    }
    
    .contact-logo-wrapper img {
        max-height: 250px;
    }
    
    .form-group label,
    .form-group input,
    .form-group select,
    .form-group textarea,
    .btn-contact-submit {
        font-size: 14px;
    }
    
    .offices-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .offices-section {
        padding: 3rem 1rem;
    }
    
    .office-card {
        padding: 2rem 1.5rem;
    }
    
    .office-country {
        font-size: 1.5rem;
    }
}

/* Contact page body class */
.page-contact .contact-hero-section,
.page-template-contact-page .contact-hero-section,
body.page-contact .contact-hero-section,
body.page-template-contact-page .contact-hero-section,
body.page-contact-custom .contact-hero-section {
    margin-top: 0;
}

body.page-contact .main-navigation a,
body.page-template-contact-page .main-navigation a,
body.page-contact-custom .main-navigation a {
    color: #fff !important;
}

@media (max-width: 768px) {
    body.page-contact .main-navigation a,
    body.page-template-contact-page .main-navigation a,
    body.page-contact-custom .main-navigation a {
        color: #2c2c2c !important;
    }
    
    body.page-contact .mobile-menu-toggle .hamburger-line,
    body.page-template-contact-page .mobile-menu-toggle .hamburger-line,
    body.page-contact-custom .mobile-menu-toggle .hamburger-line {
        background-color: #2c2c2c;
    }
}

/* Properties & Projects Page Styles */
.properties-hero-section {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/wp-content/uploads/2025/11/invest-immobilier-suisse-kosovo.jpg') center/cover;
    color: #fff;
    padding: 4rem 2rem;
    margin-top: 0;
}

.properties-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 120px 180px !important;
}

@media (max-width: 1024px) {
    .properties-hero-content {
        padding: 80px 100px !important;
    }
}

@media (max-width: 768px) {
    .properties-hero-content {
        padding: 40px 20px !important;
    }
}

@media (max-width: 480px) {
    .properties-hero-content {
        padding: 30px 15px !important;
    }
}

.properties-hero-text {
    max-width: 800px;
}

.properties-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #fff;
}

.properties-hero-subtitle {
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
    color: #fff;
    font-weight: 300;
}

/* Filters Section */
.properties-filters-section {
    background: linear-gradient(180deg, #fafafa 0%, #f6f6f6 100%);
    padding: 3rem 2rem;
}

.properties-filters {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 2rem;
    align-items: center;
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(34,34,34,0.06);
    border: 1px solid rgba(215,175,107,0.08); /* subtle gold border */
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}

.filter-group label {
    font-weight: 700;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filter-select {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid #d7af6b;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: #2c2c2c;
    background: #fff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #2c2c2c 50%), linear-gradient(135deg, #2c2c2c 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.filter-select:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(34,34,34,0.04);
}
#reset-filters{
    border:0px !important;
    padding: 20px !important;
}
#reset-filters:hover{
  color:#fff !important;
}
.filter-select:focus {
    outline: none;
    border-color: #d7af6b;
    box-shadow: 0 6px 24px rgba(215,175,107,0.12);
}

/* Reset button styling (last filter-group) */
.properties-filters .filter-group:last-child {
    justify-self: end;
    display: flex;
    align-items: center;
}

.properties-filters .filter-group:last-child .btn {
    background: transparent;
    border: 2px solid rgba(215,175,107,0.18);
    color: #d7af6b;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.85rem 1.5rem;
    border-radius: 8px;
    transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.properties-filters .filter-group:last-child .btn:hover {
    background: #d7af6b;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .properties-filters {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .properties-filters {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    .properties-filters .filter-group:last-child {
        justify-self: stretch;
    }
    .properties-filters .filter-group:last-child .btn {
        width: 100%;
    }
}

/* Properties Grid */
.properties-grid-section {
    padding: 5rem 2rem;
    background: #fff;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.property-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.property-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.property-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f0f0f0;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.property-item:hover .property-image img {
    transform: scale(1.05);
}

.property-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #d7af6b;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    flex: 1;
}

.property-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    line-height: 1.3;
}

.property-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.property-title a:hover {
    color: #d7af6b;
}

.property-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 14px;
    color: #555;
}

.property-meta strong {
    color: #2c2c2c;
    margin-right: 0.5rem;
}

.property-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #d7af6b;
    margin-top: 0.5rem;
}

.property-details {
    display: flex;
    gap: 1.5rem;
    font-size: 14px;
    color: #555;
    padding-top: 0.5rem;
    border-top: 1px solid #e0e0e0;
}

.property-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    flex: 1;
}

.property-link {
    margin-top: auto;
    text-align: center;
    width: 100%;
}

.no-properties {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
    font-size: 1.15rem;
}

/* Header Styles for Properties Page */
.page-properties .site-header,
.page-template-properties-page .site-header,
body.page-properties .site-header,
body.page-template-properties-page .site-header,
body.page-properties-custom .site-header {
    position: relative;
    background: #fff !important;
    padding: 0 !important;
}

.page-properties .site-header .header-container,
.page-template-properties-page .site-header .header-container,
body.page-properties .site-header .header-container,
body.page-template-properties-page .site-header .header-container,
body.page-properties-custom .site-header .header-container {
    padding: 20px 0px !important;
}

.page-properties .main-navigation a,
.page-template-properties-page .main-navigation a,
body.page-properties .main-navigation a,
body.page-template-properties-page .main-navigation a,
body.page-properties-custom .main-navigation a {
    color: #2c2c2c !important;
}

/* Responsive Design for Properties Page */
@media (max-width: 1024px) {
    .properties-hero-content {
        padding: 80px 100px !important;
    }
    
    .properties-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 2rem;
    }
    
    .properties-filters {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .properties-hero-section {
        min-height: 40vh;
        padding: 2rem 1rem;
    }
    
    .properties-hero-content {
        padding: 60px 20px !important;
    }
    
    .properties-hero-title {
        font-size: 1.75rem;
    }
    
    .properties-hero-subtitle {
        font-size: 14px;
    }
    
    .properties-filters-section {
        padding: 2rem 1rem;
    }
    
    .properties-filters {
        flex-direction: column;
        gap: 1rem;
    }
    
    .filter-group {
        width: 100%;
        min-width: 100%;
    }
    
    .properties-grid-section {
        padding: 2rem 1rem;
    }
    
    .properties-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .property-image {
        height: 200px;
    }
    
    .property-title {
        font-size: 1.25rem;
    }
    
    .page-properties .site-header .header-container,
    .page-template-properties-page .site-header .header-container,
    body.page-properties .site-header .header-container,
    body.page-template-properties-page .site-header .header-container,
    body.page-properties-custom .site-header .header-container {
        padding: 1rem 20px !important;
    }
    
    .page-properties .main-navigation a,
    .page-template-properties-page .main-navigation a,
    body.page-properties .main-navigation a,
    body.page-template-properties-page .main-navigation a,
    body.page-properties-custom .main-navigation a {
        color: #2c2c2c !important;
    }
}

/* Placeholder Image */
.property-placeholder-image {
    width: 100%;
    height: 100%;
    min-height: 250px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
}

.property-placeholder-image .placeholder-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.property-placeholder-image .placeholder-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Single Property & Project Pages */
.single-property,
.single-projekt {
    background: #fff;
}

.property-hero-image,
.project-hero-image {
    width: 100%;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.property-hero-image img,
.project-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-hero-image .property-placeholder-image,
.project-hero-image .property-placeholder-image {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.property-details-section,
.project-details-section {
    padding: 5rem 2rem;
    background: #fff;
}

.property-details-grid,
.project-details-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.property-main-content,
.project-main-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.property-header,
.project-header {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 2rem;
}

.property-title,
.project-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.property-price-large,
.project-price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #d7af6b;
    margin-top: 1rem;
}

.project-status {
    margin: 1rem 0;
}

.status-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-ne-planifikim {
    background: #fff3cd;
    color: #856404;
}

.status-ne-ndertim {
    background: #d1ecf1;
    color: #0c5460;
}

.status-i-perfunduar {
    background: #d4edda;
    color: #155724;
}

.property-content,
.project-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.property-content p,
.project-content p {
    margin-bottom: 1.5rem;
}

.property-features,
.project-features {
    background: #f8f8f8;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.property-features h3,
.project-features h3 {
    font-size: 1.5rem;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.features-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list strong {
    color: #2c2c2c;
    font-weight: 600;
}

.features-list span {
    color: #555;
}

/* Sidebar */
.property-sidebar,
.project-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.property-info-box,
.project-info-box {
    background: #f8f8f8;
    padding: 2rem;
    border-radius: 8px;
}

.property-info-box h3,
.project-info-box h3 {
    font-size: 1.25rem;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #d7af6b;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

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

.info-item strong {
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.info-item span {
    color: #555;
}

.price-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #d7af6b;
}

.status-value {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.property-contact-box,
.project-contact-box {
    background: #d7af6b;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.property-contact-box h3,
.project-contact-box h3 {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1rem;
}

.property-contact-box p,
.project-contact-box p {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 14px;
    opacity: 0.95;
}

.property-contact-box .btn,
.project-contact-box .btn {
    background: #fff;
    color: #2c2c2c;
    width: 100%;
}

.property-contact-box .btn:hover,
.project-contact-box .btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.property-back,
.project-back {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

/* Responsive for Single Pages */
@media (max-width: 1024px) {
    .property-details-grid,
    .project-details-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .property-title,
    .project-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .property-hero-image,
    .project-hero-image {
        height: 40vh;
        min-height: 300px;
    }
    
    .property-details-section,
    .project-details-section {
        padding: 2rem 1rem;
    }
    
    .property-title,
    .project-title {
        font-size: 1.75rem;
    }
    
    .property-price-large,
    .project-price-large {
        font-size: 1.5rem;
    }
    
    .property-features,
    .project-features {
        padding: 1.5rem;
    }
    
    .property-info-box,
    .project-info-box {
        padding: 1.5rem;
    }
}

/* Desktop override placed at end to ensure it wins over earlier rules */
@media (min-width: 1025px) {
    .section .section-text {
        font-size: 19px !important;
        line-height: 1.6;
    }
}

/* Stronger scope for front page in case other rules override it */
@media (min-width: 1025px) {
    body.home .section .section-text,
    body.front-page .section .section-text {
        font-size: 19px !important;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .acheter-hero-title {
        font-size: 1.5rem;
    }
    
    .acheter-hero-subtitle {
        font-size: 12px;
    }
    
    .btn-acheter-hero {
        padding: 0.8rem 1.5rem;
        font-size: 12px;
    }
    
    .acheter-services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .acheter-stat-number {
        font-size: 1.75rem;
    }
    
    .acheter-stat-label {
        font-size: 12px;
    }
    
    .vendre-hero-title {
        font-size: 1.5rem;
    }
    
    .vendre-hero-subtitle {
        font-size: 12px;
    }
    
    .btn-vendre-hero {
        padding: 0.8rem 1.5rem;
        font-size: 12px;
    }
    
    .vendre-services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .vendre-stat-number {
        font-size: 1.75rem;
    }
    
    .vendre-stat-label {
        font-size: 12px;
    }
    
    .contact-hero-text {
        font-size: 1.1rem;
        margin-top: 15px !important;
    }
    
    .contact-form-section {
        padding: 1.5rem 1rem;
    }
    
    .contact-logo-wrapper,
    .contact-form-wrapper {
        padding: 1.5rem 1rem;
    }
    
    .contact-logo-img {
        max-height: 200px;
    }
    
    .contact-logo-wrapper img {
        max-height: 200px;
    }
    
    .form-group label,
    .form-group input,
    .form-group select,
    .form-group textarea,
    .btn-contact-submit {
        font-size: 12px;
    }
    
    .offices-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .offices-section {
        padding: 2rem 1rem;
    }
    
    .office-card {
        padding: 1.5rem 1rem;
    }
    
    .office-country {
        font-size: 1.25rem;
    }
    
    .office-address-link,
    .office-email-link {
        font-size: 13px;
    }
    
    .properties-hero-title {
        font-size: 1.5rem;
    }
    
    .properties-hero-subtitle {
        font-size: 12px;
    }
    
    .properties-filters-section {
        padding: 1.5rem 1rem;
    }
    
    .properties-filters {
        padding: 0.75rem;
    }
    
    .filter-group label {
        font-size: 11px;
    }
    
    .filter-select {
        padding: 0.7rem 0.8rem;
        font-size: 12px;
    }
    
    .properties-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .property-image {
        height: 180px;
    }
    
    .property-title {
        font-size: 1.1rem;
    }
    
    .property-meta,
    .property-price,
    .property-details {
        font-size: 12px;
    }
    
    .property-hero-image,
    .project-hero-image {
        height: 30vh;
        min-height: 200px;
    }
    
    .property-details-section,
    .project-details-section {
        padding: 1.5rem 1rem;
    }
    
    .property-title,
    .project-title {
        font-size: 1.25rem;
    }
    
    .property-price-large,
    .project-price-large {
        font-size: 1.25rem;
    }
    
    .property-features,
    .project-features {
        padding: 1rem;
    }
    
    .property-features h3,
    .project-features h3 {
        font-size: 1.15rem;
    }
    
    .features-list li {
        font-size: 12px;
    }
    
    .property-sidebar,
    .project-sidebar {
        gap: 1rem;
    }
    
    .property-info-box,
    .project-info-box {
        padding: 1rem;
    }
    
    .property-info-box h3,
    .project-info-box h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .info-item {
        font-size: 12px;
    }
    
    .property-contact-box,
    .project-contact-box {
        padding: 1rem;
    }
    
    .property-contact-box h3,
    .project-contact-box h3 {
        font-size: 1rem;
    }
    
    .property-contact-box p,
    .project-contact-box p {
        font-size: 12px;
    }
}
.btn-contact-submit:hover {
    background: #005a87;
    transform: none;
    box-shadow: none;
}

/* Contact Form 7 specific overrides (scoped to contact page wrapper) */
.contact-form-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.contact-form-wrapper .wpcf7-form p {
    margin: 0;
}
.contact-form-wrapper .wpcf7-form label {
    font-weight: 600;
    color: #2c2c2c;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 0.35rem;
}
.contact-form-wrapper .wpcf7-form input[type="text"],
.contact-form-wrapper .wpcf7-form input[type="email"],
.contact-form-wrapper .wpcf7-form input[type="tel"],
.contact-form-wrapper .wpcf7-form select,
.contact-form-wrapper .wpcf7-form textarea {
    padding: 0.95rem 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    color: #2c2c2c;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact-form-wrapper .wpcf7-form input:focus,
.contact-form-wrapper .wpcf7-form select:focus,
.contact-form-wrapper .wpcf7-form textarea:focus {
    outline: none;
    border-color: #b7d7e6;
    box-shadow: 0 0 0 3px rgba(11,123,170,0.06);
}
.contact-form-wrapper .wpcf7-form textarea {
    min-height: 140px;
}
.contact-form-wrapper .wpcf7-form ::placeholder {
    color: #9b9b9b;
}
.contact-form-wrapper .wpcf7-submit,
.contact-form-wrapper .wpcf7-form .wpcf7-submit {
    display: block;
    width: 100%;
    background: #0073aa;
    color: #fff;
    padding: 1rem;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.contact-form-wrapper .wpcf7-submit:hover {
    background: #005a87;
}
/* Acheter page: decorative vertical bar next to hero text (desktop) */
@media (min-width: 1025px) {
    .acheter-hero-section {
        position: relative;
    }

    .acheter-hero-text {
        position: relative;
        padding-left: 80px; /* space for the decorative bar */
    }

    .acheter-hero-text::before {
        content: "";
        position: absolute;
        left: 24px; /* distance from left edge of text container */
        top: -7%;
        bottom: 8%;
        width: 6px;
        background: #d7af6b;
        height: 300px !important;
        border-radius: 0px;
    }
}

@media (max-width: 768px) {
    .acheter-hero-text {
        padding-left: 0;
    }
    
    .acheter-hero-text::before {
        display: none;
    }
}

/* Vendre page: decorative vertical bar next to hero text (desktop) */
@media (min-width: 1025px) {
    .vendre-hero-section {
        position: relative;
    }
.bc{
margin-left: 8% !important;
}
.border-bottom-100 {
    width: 100px;          
    border-bottom: 5px solid #d7af6b;
    margin: 20px 0;
}

   
   .section-intern{
     padding-left:20px !important;

    }

    .vendre-hero-text {
        position: relative;
        padding-left: 80px; /* space for the decorative bar */
    }

    .vendre-hero-text::before {
        content: "";
        position: absolute;
        left: 24px; /* distance from left edge of text container */
        top: -7%;
        bottom: 8%;
        width: 6px;
        background: #d7af6b;
        height: 300px !important;
        border-radius: 0px;
    }
}

@media (max-width: 768px) {
    .vendre-hero-text {
        padding-left: 0;
    }
    .my-btn,
    .hero-text .btn,
    .btn-primary {
        z-index: 1101;
        pointer-events: auto;
    }
.btn{
padding:10px !important;
}


    /* Make select controls render above overlays on small screens
       and show a custom dropdown icon on mobile */
    .filter-select,
    select {
        position: relative;
        z-index: 2002;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 40px; /* space for custom icon */
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 14px 14px;
        background-color: #fff;
    }

    /* Custom SVG arrow (dark color). Encoded inline SVG so no extra asset needed. */
    .filter-select,
    select {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%232c2c2c' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/></svg>");
    }

    /* Hide default IE/Edge arrow */
    .filter-select::-ms-expand,
    select::-ms-expand {
        display: none;
    }
    
/* Ensure mobile overlay doesn't block select dropdowns when hidden,
       and allow selects to appear above overlay when needed */
    .mobile-menu-overlay {
        pointer-events: none;
    }
    .mobile-menu-overlay.active {
        pointer-events: auto;
    }

    /* Make select controls render above overlays on small screens */
    .filter-select,
    select {
        position: relative;
        z-index: 2002;
        -webkit-appearance: menulist-button;
    }

.acheter-investment-content .btn {
    width: 100% !important;
    border-radius: 0px !important;
}
.title-vendre{
font-size:24px !important;
font-weight:700;
}
.acheter-serenity-content .section-title{
font-size:24px !important;
font-weight:700;
}
.acheter-investment-content .section-title{
font-size:24px !important;
font-weight:700;
}
.title-vendrep{
font-size:24px !important;
font-weight:700;
}
.vendre-visibility-image img{
width:100% !important;
}
.acheter-investment-content .btn-primary{
width:100% !important;
}
.vendre-potential-image img{
width:100% !important;
}
.acheter-serenity-image img{
width:100% !important;
}
.acheter-investment-image img {
width:100% !important;
}
    
    .vendre-hero-text::before {
        display: none;
    }
}

.language-switcher{
background: transparent;
}

.acheter-serenity-content .section-title{
font-size:39px !important;
font-weight:700;
}
.acheter-investment-content .section-title{
font-size:39px !important;
font-weight:700;
}

.acheter-serenity-image img{
width:650px;
}
.acheter-investment-image img {
width:794px;
}


.acheter-investment-content .btn {
    width: 60%;
    border-radius: 0px !important;
}

.section-title title-vendre{
font-size:700 !important;
}

.title-vendrep{
font-size:39px !important;
font-weight:700;
}

.vendre-potential-section{
background:#fff !important;
}

.title-vendre{
font-size:39px;
font-weight:700;
}
.vendre-visibility-section{
background:#fff !important;
}
.vendre-visibility-image img{
width:794px;
}
.vendre-potential-image img{
width:794px;
}



.my-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 28px;
  border: 1px solid #d7af6b;

  color: #fff;
  background:
    linear-gradient(
      135deg,
      #fff 50%,
      #d7af6b 50%
    );
  background-size: 300% 300%;
  background-position: 100% 100%; /* bottom-right */

  transition:
    background-position .45s ease,
    color .35s ease;
}

/* HOVER */
.my-btn:hover {
  background-position: 0% 0%; /* lart-majtas */
  color: #d7af6b;
}


/* Ngjyra default për të gjithë linket */
.main-navigation a {
    color: #000;
    text-decoration: none;
}

/* Vetëm linku aktiv ndryshon ngjyrë */
.main-navigation li.is-active > a {
    color: #d7af6b !important;
}



.acheter-services-grid {
    max-width: 1340px !important;
}

.acheter-service-subtitle{
font-size:30px !important;
font-weight:700;
}
.acheter-service-title{
font-size:30px !important;
}

.my-btn,
.hero-text .btn,
.btn-primary {
    z-index: 1101;
}
