body{font-family:"Inter", sans-serif;background:#fff;overflow-x: hidden;}
a {text-decoration: none; color: inherit;}
ul{margin: 0; padding: 0;}
html{scroll-behavior:smooth; overflow-x: hidden;}

.container{max-width: 1440px; padding: 0 56px;}
:root{ --primary:#16243E; --gold:#97925b;}

.navbar-custom{ background:transparent; position: absolute; left: 0; top: 0; width: 100%; z-index: 100;transition: ease-in-out 0.5s;padding: 12px 0;}
.navbar-nav .nav-link{ color:rgba(255,255,255,.8); font-family:'Cormorant Garamond',serif; font-size:17px; padding:10px 20px !important; }
.navbar-nav .nav-link:hover{ color:#fff; }
.navbar-custom .dropdown-toggle:after{display: none;}
.navbar-custom .navbar-brand img{height: 56px;}
.custom-dropdown {position: relative;}
.nav-link-custom {color: var(--primary);font-size: 18px;text-decoration: none;padding: 12px 18px;display: inline-flex;align-items: center;gap: 6px;font-family: 'Playfair Display', serif;}
.dropdown-menu-custom {position: absolute;top: 100%;left: 0;width: 290px;background: #fff;border-top: 2px solid var(--gold);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);opacity: 0;visibility: hidden;transform: translateY(10px);transition: all 0.25s ease;z-index: 999;}
.custom-dropdown:hover .dropdown-menu-custom {opacity: 1;visibility: visible;transform: translateY(0);}
.dropdown-item-custom {padding: 18px 24px;border-bottom: 1px solid rgba(22, 36, 62, 0.06);display: flex;justify-content: space-between;align-items: center;text-decoration: none;transition: 0.3s;}
.dropdown-item-custom:last-child {border-bottom: none;}
.dropdown-item-custom:hover {background: #f8f7f4;}
.dropdown-item-custom:hover .item-title {color: var(--gold);}
.dropdown-item-custom:hover .arrow-icon {opacity: 1;transform: translateX(3px);}
.item-title {font-family: 'Playfair Display', serif;font-size: 18px;color: var(--primary);margin-bottom: 3px;transition: 0.3s;}
.item-subtitle {font-size: 12px;color: rgba(26, 26, 26, 0.45);}
.arrow-icon {color: var(--gold);opacity: 0;transition: 0.3s;font-size: 18px;}
.sticky_menu{position: fixed;z-index: 10000; background: var(--primary); border-bottom: 1px solid rgba(255,255,255,0.1);}

.btn-gold{ background:var(--gold); color:#fff; border:none; border-radius:0; padding:10px 20px; font-family:'Cormorant Garamond',serif; font-size:18px; }
.btn-gold:hover{ background:var(--gold); color:#fff; }

.hero-section{position:relative; display:flex; align-items:end; overflow:hidden; border-left: 6px solid var(--gold);}
.hero-section::before{ content:''; position:absolute; inset:0; background:url('../images/hero-nw1.png') center center/cover no-repeat; z-index:1; }
.hero-section::after{ content:''; position:absolute; inset:0; background: linear-gradient(to right, rgba(22,36,62,.95), rgba(22,36,62,.70), rgba(22,36,62,.25)); z-index:2; }
.hero-section .hero-content{ position:relative; z-index:5; width:100%; padding-top:220px;}
.hero-section .hero-title{font-size:88px; line-height:1; color:#fff;font-family: 'Playfair Display', serif; margin-bottom:32px;font-weight: 400;}
.hero-section .hero-title span{ color:var(--gold); }
.hero-section .search-box{ background:#fff; box-shadow:0 10px 35px rgba(0,0,0,.15); }
.hero-section .property-search-box{background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.15);max-width: 770px;}
.hero-section .search-tabs .nav-link{border:none;border-radius:0;background:#f8f8f8;color:#16243E80;padding:18px;font-family:'Cormorant Garamond',serif;font-size:18px;}
.hero-section .search-tabs .nav-link.active{z-index: 1;background:#fff;color:var(--primary);border-bottom:2px solid var(--gold);position: relative;}
.hero-section .form-control, .hero-section .form-select{height:70px; font-size: 14px;}
.hero-section .btn-search{background:var(--primary);color:#fff;height:70px;border-radius:0;font-size:22px;font-family:'Cormorant Garamond',serif;}
.hero-section .btn-search:hover{background:var(--primary);color:#fff;}
.hero-section .feature-bar{background:rgba(22,36,62,.95); }
.hero-section .feature-item{ padding:20px 32px; border-right:1px solid rgba(255,255,255,.1); }
.hero-section .feature-item h4{ color:#fff; font-size: 20px;font-family: 'Playfair Display', serif;}
.hero-section .feature-item p{ color:rgba(255,255,255,.5); font-size:13px; margin: 0; font-size: 11px;}
.hero-section .feature-arrow{ color:var(--gold); font-size:22px; }

.services-section{padding:112px 0;background:#fff;}
.services-section .section-subtitle{display:flex;align-items:center;gap:14px;margin-bottom:18px;}
.services-section .section-subtitle .line{width:32px;height:1px;background:var(--gold);}
.services-section .section-subtitle span{font-size:12px;letter-spacing:4px;text-transform:uppercase;color:var(--gold);}
.services-section .section-title{font-family:'Playfair Display',serif;font-size:48px;color:var(--primary);margin-bottom:64px;line-height:1.1;}
.services-section .service-wrapper{border:1px solid rgba(22,36,62,0.08);}
.services-section .service-card{padding:48px;height:100%;transition:0.35s ease;border-right:1px solid rgba(22,36,62,0.08);background:#fff;display:flex;flex-direction:column;}
.services-section .service-desc{font-size:15px;line-height:1.9;color:rgba(26,26,26,0.65);margin-bottom:30px;flex-grow:1;}
.services-section .service-link{margin-top:auto;font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--primary);text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:0.3s;}
.services-section .service-card-last{border-right:none;}
.services-section .service-card:hover{background:#f8f7f4;}
.services-section .service-icon{color:var(--gold);font-size:32px;margin-bottom:30px;}
.services-section .service-title{font-family:'Playfair Display',serif;font-size:24px;color:var(--primary);margin-bottom:16px;}
.services-section .service-link i{font-size:18px;transition:0.3s;}
.services-section .service-link:hover{color:var(--gold);}
.services-section .service-link:hover i{transform:translateX(5px);}

.featured-section{padding:96px 0;background:#f8f7f4;}
.featured-section .section-subtitle{display:flex;align-items:center;gap:14px;margin-bottom:18px;}
.featured-section .section-subtitle .line{width:32px;height:1px;background:var(--gold);}
.featured-section .section-subtitle span{font-size:12px;letter-spacing:4px;text-transform:uppercase;color:var(--gold);}
.featured-section .section-title{font-family:'Playfair Display',serif;font-size:48px;color:var(--primary);line-height:1.1;}
.featured-section .top-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:55px;}
.featured-section .view-all{text-decoration:none;color:var(--primary);font-family:'Cormorant Garamond',serif;font-size:20px;border-bottom:1px solid rgba(20,39,74,0.2);padding-bottom:5px;transition:.3s;display:flex;align-items:center;gap:8px;}
.featured-section .view-all:hover{color:var(--gold);border-color:var(--gold);}
.featured-section .property-grid{display:grid;grid-template-columns:2fr 1.3fr;gap:26px;margin-bottom:26px;}
.featured-section .bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.featured-section .bottom-grid.list-view{grid-template-columns:1fr;}
.featured-section .bottom-grid.list-view .property-card{display:flex;gap:24px;align-items:stretch;}
.featured-section .bottom-grid.list-view .property-image{flex:0 0 320px;width:320px;height:280px;}
.featured-section .bottom-grid.list-view .property-content{flex:1;min-width:0;}
.featured-section .property-card{background:#fff;overflow:hidden;}
.featured-section .property-image{position:relative;background:var(--primary);overflow:hidden;}
.featured-section .property-image.large{height:480px;}
.featured-section .property-image.small{height:280px;}
.property-card-small .property-image.large{height:350px;}
.property-card-small{display:flex;flex-direction:column;}
.property-card-small .property-content{display:flex;flex-direction:column;flex:1;}
.property-card-small .property-footer{margin-top:auto;}

.featured-section .property-image img{width:180px;}
.featured-section .badges{position:absolute;top:24px;left:24px;display:flex;gap:10px;}
.featured-section .badge-dark{background:var(--primary);color:#fff;}
.featured-section .badge-light{background:#fff;color:var(--primary);}
.featured-section .custom-badge{padding:6px 12px;font-size:10px;letter-spacing:2px;text-transform:uppercase;}
.featured-section .corner-badge{position:absolute;right:18px;bottom:18px;background:var(--gold);color:#fff;font-size:10px;text-transform:uppercase;padding:8px 14px;}
.featured-section .property-content{padding:34px 34px 28px;}
.featured-section .title-row{display:flex;justify-content:space-between;gap:15px;margin-bottom:14px;}
.featured-section .property-title{font-family:'Playfair Display',serif;font-size:24px;color:var(--primary);margin-bottom:4px;transition:.3s;}
.featured-section .property-card:hover .property-title{color:var(--gold);}
.featured-section .location{display:flex;align-items:center;gap:5px;color:rgba(20,39,74,.55);font-size:14px;}
.featured-section .location i{color:var(--gold);font-size:11px;}
.featured-section .price{font-family:'Cormorant Garamond',serif;font-size:24px;color:var(--gold);white-space:nowrap;}
.featured-section .description{font-size:14px;line-height:1.5;color:#1a1a1a8c;margin-bottom:20px;}
.featured-section .property-footer{border-top:1px solid rgba(20,39,74,.08);padding-top:22px;display:flex;justify-content:space-between;align-items:center;}
.featured-section .meta{display:flex;gap:22px;}
.featured-section .meta span{display:flex;align-items:center;gap:6px;font-size:14px;color:rgba(20,39,74,.55);}
.featured-section .meta i{font-size:13px;}
.featured-section .view-link{text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--primary);display:flex;align-items:center;gap:8px;transition:.3s;}
.featured-section .view-link:hover{color:var(--gold);}
.featured-section .small-card .property-content{padding:28px;}
.featured-section .small-card .property-title{font-size:20px;}
.featured-section .small-card .price{font-size:18px;}
.featured-section .small-card .description{font-size:14px;}
.featured-section .small-card .view-link{font-size:16px;}

.private-office-section{padding:112px 0;background:#16243E;border-left: 6px solid var(--gold);}
.private-office-section .section-subtitle{display:flex;align-items:center;gap:14px;margin-bottom:18px;}
.private-office-section .section-subtitle .line{width:32px;height:1px;background:var(--gold);}
.private-office-section .section-subtitle span{font-size:12px;letter-spacing:4px;text-transform:uppercase;color:var(--gold);}
.private-office-section .section-title{font-family:'Playfair Display',serif;font-size:48px;color:#fff;margin-bottom:64px;line-height:1.1;}
.private-office-section .description{color:rgba(255,255,255,0.72);font-size:20px;line-height:1.6;font-family:'Cormorant Garamond',serif;margin-bottom:32px;max-width:700px;}
.private-office-section .feature-list{list-style:none;padding:0;margin:0 0 55px;}
.private-office-section .feature-list li{display:flex;align-items:center;gap:16px;color:rgba(255,255,255,0.68);font-size:14px;margin-bottom:16px;}
.private-office-section .dot{width:7px;height:7px;border-radius:50%;background:var(--gold);flex-shrink:0;}
.private-office-section .talk-link{display:inline-flex;align-items:center;gap:14px;text-decoration:none;color:#fff;font-size:20px;font-family:'Cormorant Garamond',serif;border-bottom:1px solid var(--gold);padding-bottom:4px;transition:.35s;}
.private-office-section .talk-link:hover{color:var(--gold);}
.private-office-section .talk-link i{font-size:18px;transition:.35s;}
.private-office-section .talk-link:hover i{transform:translateX(5px);}
.private-office-section .image-wrapper{position:relative;height:780px;}
.private-office-section .image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;}
.private-office-section .image-border{position:absolute;inset:16px;border:1px solid rgba(151,146,91,0.35);pointer-events:none;}

/*
.stamp-section{padding:48px 0;background:#fff;}
.stamp-section .section-subtitle{display:flex;align-items:center;gap:14px;}
.stamp-section .section-subtitle .line{width:24px;height:1px;background:var(--primary);}
.stamp-section .section-subtitle span{font-size:20px;color:var(--primary);font-family:'Playfair Display',serif;}
.stamp-section .rate-text{color:var(--gold);font-size:10px;text-transform:uppercase;letter-spacing:2px;}
.stamp-section .calc-box{border:1px solid rgba(22,36,62,0.1);background:#fff;}
.stamp-section .form-control, .stamp-section .form-select{height:55px;border-radius:0;border:none; font-size: 14px; color: #16243eb3;}
.stamp-section .form-control{border-right: 1px solid #16243e1a;}
.stamp-section .calculate-btn{background:var(--primary);color:#fff;border:none;height:55px;padding:0 24px;transition:0.3s; font-size: 14px;}
.stamp-section .calculate-btn:hover{background:#06275c;}
.stamp-section .result-box{background:#f8f7f4;padding:16px 24px;}
.stamp-section .result-title{color:#999;font-size:10px;text-transform:uppercase;}
.stamp-section .result-value{font-size:24px;color:var(--primary);font-family:'Playfair Display',serif;}
.stamp-para{color: #1a1a1a66; font-size: 12px;}
*/
.stamp-section{padding:70px 0;background:#fff;}
.stamp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:25px;flex-wrap:wrap;}
.stamp-header .left{display:flex;align-items:center;gap:15px;}
.stamp-header .line{width:24px;height:1px;background:var(--gold);}
.stamp-header h2{font-size:20px;color:var(--primary);font-family:'Playfair Display',serif;}
.stamp-header span{color:var(--gold);font-size:10px;text-transform:uppercase;letter-spacing:2px;}
.stamp-header p{max-width:320px;color:#999;font-size:12px;margin:0;}
.stamp-card{border:1px solid #e6e6e6;background:#fff;}
.top-row{display:flex;}
.price-field{flex:1;position:relative;}
.currency{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#999;font-size:22px;}
.price-field input{width:100%;height:48px;border:none;padding-left:45px;border-right:1px solid #e6e6e6;outline:none;font-size: 14PX;}
.top-row select{width:220px;border:none;border-right:1px solid #e6e6e6;padding:0 15px;outline:none; font-size: 14px;}
.top-row button{width:180px;border:none;background:#16243e;color:#fff;font-weight:600;transition:.3s;}
.top-row button:hover{background:#0d1a30;}
.result-row{display:flex;align-items:center;background:#f7f6f3;border-top:1px solid #ececec;}
.result-item{flex:1;padding:22px 25px;}
.result-item span{display:block;font-size:10px;letter-spacing:1px;color:#999;text-transform:uppercase;margin-bottom:8px;}
.result-item h3{margin:0;font-size:24px;font-family:'Playfair Display',serif;color:#16243e;}
.estimate-text{width:280px;padding:22px;font-size:10px;color:#999;border-left:1px solid #e6e6e6;}


.property-section{background:var(--primary);padding:96px 0;position:relative;overflow:hidden;border-left: 6px solid var(--gold);}
.property-section .top-line{width:50px;height:1px;background:var(--gold);margin-bottom:40px;}
.property-section .property-title{font-family:'Playfair Display', serif;font-size:60px;line-height:1.15;color:#fff;font-weight:400;margin-bottom:30px;}
.property-section .property-title span{color:var(--gold);}
.property-section .property-desc{font-family:'Cormorant Garamond', serif;font-size:20px;color:rgba(255,255,255,.65);max-width:650px;margin:0 auto 60px;line-height:1.6;}
.property-section .appraisal-btn{background:var(--gold);color:#fff;text-decoration:none;padding: 20px 45px;font-size:20px;font-family:'Cormorant Garamond', serif;transition:.3s;display:inline-flex;justify-content:center;align-items:center;height: fit-content;}
.property-section .appraisal-btn:hover{background:var(--gold);color:#fff;}
.property-section .phone-btn{border:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none;padding:20px 40px;font-size:20px;font-family:'Cormorant Garamond', serif;display:inline-flex;align-items:center;justify-content:center;gap:12px;transition:.3s;height: fit-content;}
.property-section .phone-btn:hover{background:rgba(255,255,255,.08);color:#fff;}

.footer-section{background:#0D1B33;padding:80px 0 32px;color:rgba(255,255,255,.6);}
.footer-watermark{position:absolute;right:0;bottom:0px;font-family:'Playfair Display', serif;font-size:20vw;line-height:1;color:rgba(255,255,255,.03);pointer-events:none;user-select:none;}
.footer-top{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:54px;}
.footer-logo{height:38px;margin-bottom:30px;opacity:.9;}
.footer-text{color:rgba(255,255,255,.5);line-height:1.8;max-width:320px;margin-bottom:8px; font-size: 14px;}
.footer-address{color:rgba(255,255,255,.35);font-size:12px;margin-bottom:32px;line-height:1.6;}
.footer-contact{display:flex;flex-direction:column;gap:15px;}
.footer-contact a{color:rgba(255,255,255,.75);text-decoration:none;display:flex;align-items:center;gap:12px;transition:.3s; font-size: 14px;}
.footer-contact a svg{color:var(--gold);}
.footer-contact a:hover{color:var(--gold);}
.footer-section h5{color:#fff;font-family:'Playfair Display', serif;font-size:18px;margin-bottom:20px;}
.footer-links{list-style:none;padding:0;margin:0;}
.footer-links li{margin-top:12px;}
.footer-links a{text-decoration:none;color:rgba(255,255,255,.6);transition:.3s; font-size: 14px;}
.footer-links a:hover{color:var(--gold);}
.footer-bottom{padding-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;}
.footer-bottom p{margin:0;font-size:12px;color:rgba(255,255,255,.35);}
.footer-policy{display:flex;flex-wrap:wrap;column-gap:16px; row-gap:4px; align-items:center;}
.footer-policy a{text-decoration:none;color:rgba(255,255,255,.25);font-size:10px;transition:.3s;}
.footer-policy a:hover{color:rgba(255,255,255,.6);}
.footer-policy span{color:rgba(255,255,255,.15);}

.breadcrumb-custom{margin-bottom: 16px; font-size: 14px;}
.breadcrumb-custom a{text-decoration:none;color:rgba(255,255,255,.55);}
.breadcrumb-custom a:hover{color:var(--gold);}
.breadcrumb-current{color:var(--gold);}

/*===================== Properties for Sale Starts =======================*/
.sale-section{background:var(--primary);position:relative;overflow:hidden;padding-top:120px;border-left: 6px solid var(--gold);}
.sale-section .bg-vc{position:absolute;right:0;bottom:0;font-family:'Playfair Display',serif;font-size:20vw;color:rgba(255,255,255,.03);line-height:1;pointer-events:none;}
.sale-section .page-title{font-family:'Playfair Display',serif;font-size:48px;color:#fff;}
.sale-section .property-count{color:rgba(255,255,255,.55);font-size:20px;font-family:'Cormorant Garamond',serif;}
.sale-section .border-soft{border-color:rgba(255,255,255,.1)!important;}
.sale-section .filter-btn{background:var(--gold);color:#fff;border:none;padding:12px 24px;}
.sale-section .filter-btn:hover{background:var(--gold);}
.sale-section .view-btn{width:48px;height:48px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;}
.sale-section .view-btn.active{background:var(--gold);border-color:var(--gold);}
.sale-section .sort-select-wrap{position:relative;}
.sale-section .sort-select{appearance:none;-webkit-appearance:none;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;padding:12px 36px 12px 16px;font-size:14px;height:48px;cursor:pointer;}
.sale-section .sort-select:focus{border-color:var(--gold);outline:none;box-shadow:none;}
.sale-section .sort-select option{color:#16243e;background:#fff;}
.sale-section .sort-select-wrap i{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.6);pointer-events:none;font-size:12px;}
.sale-section .search-wrap{max-width:550px;}
.sale-section .search-box{background:#fff;display:flex;align-items:center;position: relative;}
.sale-section .search-box i{color:var(--gold);margin-left:20px;}
.sale-section .search-box input{border:none;width:100%;padding:14px 15px;outline:none;}
.sale-section .search-btn{width:70px;border:none;background:var(--primary);color:#fff;position: absolute;right: 0;height: 100%;}
.sale-section .filter-label{min-width:110px;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:2px;font-size:10px;margin-top: 8px;}
.sale-section .price-value{color:#fff;font-size:20px;font-family:'Cormorant Garamond',serif;}
.sale-section .filter-chip{border:1px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.75);padding:8px 16px;transition:.3s; font-size: 14px;}
.sale-section .filter-chip:hover{border-color:#fff;color:#fff;}
.sale-section .filter-chip.active{background:var(--gold);border-color:var(--gold);color:#fff;}
.sale-section .range-slider{width:100%;accent-color:var(--gold);}

.sale-feature{background: #fff;}
.sale-feature .small-card .property-content{padding: 20px 0 0;}
.sale-feature .small-card .price{font-size: 24px; margin-bottom: 15px;}
.sale-feature .small-card .btn{width: 36px; height: 36px; border: 1px solid #16243e26; border-radius: 0; padding: 0; line-height: 36px;}
.sale-feature .small-card .btn:hover{background: var(--primary); color: #fff;}
.sale-feature .property-footer{padding: 0 0 15px; border: none;justify-content: left;}
.sale-feature .property-footer small{margin-left: 30px; color: #16243e66;}

.marketing-section{background: #f8f7f4;padding:100px 0;}
.marketing-section .section-tag{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);}
.marketing-section .section-line{width:35px;height:1px;background:var(--gold);}
.marketing-section .marketing-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:48px;line-height:1.15;}
.marketing-section .marketing-desc{font-family:'Cormorant Garamond',serif;color:rgba(26,26,26,.65);font-size:20px;line-height:1.5;}
.marketing-section .marketing-card{background:#fff;border:1px solid rgba(22,36,62,.08);padding:40px;height:100%;transition:.35s;}
.marketing-section .marketing-card:hover{border-color:rgba(151,146,91,.4);}
.marketing-section .marketing-icon{width:48px;height:48px;background:rgba(151,146,91,.12);color:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.35s;font-size:22px;}
.marketing-section .marketing-card:hover .marketing-icon{background:var(--gold);color:#fff;}
.marketing-section .marketing-card h3{font-family:'Playfair Display',serif;color:var(--primary);font-size:24px;margin-bottom:12px;}
.marketing-section .marketing-card p{color:rgba(26,26,26,.65);font-size:14px;line-height:1.6;margin-bottom:0;}
.marketing-section .card-badge{border:1px solid rgba(151,146,91,.3);color:var(--gold);padding:6px 12px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;}

.sale-cta-section{background:var(--primary);padding:80px 0 40px;border-left: 6px solid var(--gold);}
.sale-cta-section .cta-tag{color:var(--gold);font-size:12px;letter-spacing:.20em;text-transform:uppercase;margin-bottom:12px;}
.sale-cta-section .cta-title{color:#fff;font-family:'Playfair Display',serif;font-size:30px;margin-bottom:8px;}
.sale-cta-section .cta-text{color:rgba(255,255,255,.60);font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.45;max-width:720px;}
.sale-cta-section .cta-btn{display:inline-flex;align-items:center;gap:15px;padding:20px 40px;border:1px solid var(--gold);color:var(--gold);text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.35s;}
.sale-cta-section .cta-btn:hover{background:var(--gold);color:#fff;}
.sale-cta-section .logo-divider{border-top:1px solid rgba(255,255,255,.08);margin-top:60px;padding-top:45px;}
.sale-cta-section .partner-logo{height:28px;opacity:.45;filter:brightness(0) invert(1);transition:.3s;}
.sale-cta-section .partner-logo:hover{opacity:.75;}
/*===================== Properties for Sale Ends =======================*/

/*===================== Short Lets Starts =======================*/
.furnished-text{font-size: 12px; text-transform: uppercase;letter-spacing: 1px; color: var(--gold);}
.search-filter-wrapper {padding: 20px 0;}
.search-filter-wrapper .search-box {background: #fff;display: flex;flex: 1;}
.search-filter-wrapper .search-input-wrap {position: relative;flex-grow: 1;}
.search-filter-wrapper .search-input-wrap i {position: absolute;left: 16px;top: 50%;transform: translateY(-50%);color: var(--gold);font-size: 16px;}
.search-filter-wrapper .search-input {width: 100%;border: 0;outline: 0;padding: 16px 16px 16px 42px;font-size: 14px;color: #555;}
.search-filter-wrapper .search-input::placeholder {color: #9ca3af;}
.search-filter-wrapper .search-btn {background: var(--primary);border: 0;color: #fff;padding: 0 28px;transition: .3s;}
.search-filter-wrapper .search-btn:hover {background: var(--primary);}
.search-filter-wrapper .custom-select-wrap {position: relative;}
.search-filter-wrapper .custom-select {appearance: none;border: 1px solid rgba(255,255,255,.2);background: #fff;color: #555;padding: 16px 38px 16px 16px;font-size: 14px;min-width: 180px;cursor: pointer;}
.search-filter-wrapper .custom-select:focus {border-color: var(--gold);outline: none;box-shadow: none;}
.search-filter-wrapper .custom-select-wrap i {position: absolute;right: 12px;top: 50%;transform: translateY(-50%);color: #6c757d;pointer-events: none;}

.short-feature{background: #fff;}
.short-feature .small-card .property-content{padding: 20px 0 0;}
.short-feature .small-card .price{font-size: 24px; margin-bottom: 15px;}
.short-feature .small-card .btn{width: 36px; height: 36px; border: 1px solid #16243e26; border-radius: 0; padding: 0; line-height: 36px;}
.short-feature .small-card .btn:hover{background: var(--primary); color: #fff;}
.short-feature .property-footer{padding: 0 0 15px; border: none;justify-content: left;}
.short-feature .property-footer small{margin-left: 30px; color: #16243e66;}
.short-feature .corner-badge{padding: 4px 8px;position: relative;right: 0;bottom: 0;}
.short-feature .corner-badge-box{position: absolute; left: 15px; bottom: 15px;display: flex;gap: 10px;}

.short-work .marketing-title{font-size: 36px;}
.short-work .short-tag{margin-bottom: 40px;}
.process-section .process-item{border-top: 2px solid var(--gold);padding-top: 32px;height: 100%;}
.process-section .step-number{font-family: 'Cormorant Garamond', serif;font-size: 48px;line-height: 1;color: var(--gold);margin-bottom: 16px;}
.process-section .step-title{font-family: 'Playfair Display', serif;font-size: 20px;color: var(--primary);margin-bottom: 12px;}
.process-section .step-text{font-size: 14px;line-height: 1.8;color: rgba(26,26,26,.55);margin-bottom: 0;}
.sale-cta-section2{padding: 56px 0;}
/*===================== Short Lets Ends =======================*/

/*===================== Properties to Rent Starts =======================*/
.short-let-banner{background: rgba(151,146,91,0.10);border-bottom: 1px solid rgba(151,146,91,0.20);}
.short-let-banner .banner-text{font-size: 14px;color: var(--primary);margin-bottom: 0;}
.short-let-banner .banner-link{color: var(--gold);font-family: 'Cormorant Garamond', serif;font-size: 18px;text-decoration: none;white-space: nowrap;transition: .3s;}
.short-let-banner .banner-link:hover{text-decoration: underline;}
.short-let-banner .icon-gold{color: var(--gold);}

.rent-short-section{background:#F8F7F4;padding:80px 0; border-left: 6px solid var(--gold);}
.rent-short-section .section-label{color:var(--gold);font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.rent-short-section .section-line{width:32px;height:1px;background:var(--gold);}
.rent-short-section .short-let-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:48px;line-height:1.15;margin-bottom:24px;}
.rent-short-section .short-let-title em{color:var(--gold);font-style:normal;}
.rent-short-section .short-let-desc{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.6;color:rgba(26,26,26,.65);margin-bottom:40px;}
.rent-short-section .short-let-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:var(--primary);color:#fff;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.rent-short-section .short-let-btn:hover{background:var(--primary);color:#fff;}
.rent-short-section .feature-card{display:flex;gap:20px;padding:24px;background:#fff;border:1px solid rgba(22,36,62,.06);transition:.3s;}
.rent-short-section .feature-card:hover{border-color:rgba(151,146,91,.30);}
.rent-short-section .feature-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(151,146,91,.10);color:var(--gold);}
.rent-short-section .feature-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:18px;margin-bottom:6px;}
.rent-short-section .feature-text{font-size:14px;line-height:1.8;color:rgba(26,26,26,.55);margin-bottom:0;}

.rent-feature{background: #fff;}
.rent-feature .small-card .property-content{padding: 20px 0 0;}
.rent-feature .small-card .price{font-size: 24px; margin-bottom: 15px;}
.rent-feature .small-card .btn{width: 36px; height: 36px; border: 1px solid #16243e26; border-radius: 0; padding: 0; line-height: 36px;}
.rent-feature .small-card .btn:hover{background: var(--primary); color: #fff;}
.rent-feature .property-footer{padding: 0 0 15px; border: none;justify-content: left;}
.rent-feature .property-footer small{margin-left: 30px; color: #16243e66;}

.landlord-section{background:#16243E;padding:100px 0;border-left: 6px solid var(--gold);}
.landlord-section .section-label{color:var(--gold);font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.landlord-section .section-line{width:32px;height:1px;background:var(--gold);}
.landlord-section .section-tag{letter-spacing:.2em;text-transform:uppercase;font-size:12px;}
.landlord-section .title-main{font-family:'Playfair Display',serif;color:#fff;font-size:48px;line-height:1.15;margin-bottom:24px;}
.landlord-section .subtitle-main{font-family:'Cormorant Garamond',serif;font-size:20px;color:rgba(255,255,255,.6);max-width:670px; margin: 0 0 64px;}
.landlord-section .service-card{padding:50px;height:100%;}
.landlord-section .service-card h3{font-family:'Playfair Display',serif;color:#fff;font-size:30px;}
.landlord-section .service-card .desc{color:rgba(255,255,255,.55);font-family:'Cormorant Garamond',serif;font-size:20px;}
.landlord-section .service-card ul{list-style:none;padding:0;margin:0;}
.landlord-section .service-card ul li{display:flex;gap:12px;margin-bottom:14px;color:rgba(255,255,255,.75);font-size:14px;}
.landlord-section .service-card ul li i{color:var(--gold);margin-top:3px;}
.landlord-section .service-border{border: 1px solid rgba(255,255,255,0.1);}
.landlord-section .service-small{color: var(--gold); font-size: 10px; letter-spacing: 1px; text-transform: uppercase;}
.landlord-section .btn-outline-custom{border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.8);padding:16px 32px;text-decoration:none;display:block;align-items:center;gap:10px;transition:.3s;font-family:'Cormorant Garamond',serif; font-size: 20px;}
.landlord-section .btn-outline-custom:hover{border-color:var(--gold);color:var(--gold);}
.landlord-section .btn-gold{background:var(--gold);color:#fff;padding:16px 32px;text-decoration:none;display:block;align-items:center;gap:10px;transition:.3s;font-family:'Cormorant Garamond',serif; font-size: 20px;}
.landlord-section .btn-gold:hover{background:var(--gold);color:#fff;}
.landlord-section .trust-box{border-top:1px solid rgba(255,255,255,.1);padding-top:40px;}
.landlord-section .trust-title{color:#fff;font-size:14px;font-weight:600;}
.landlord-section .trust-desc{color:rgba(255,255,255,.4);font-size:12px;}

.rent-cta-section{background:var(--gold);padding:56px 0;}
.rent-cta-section .cta-title{font-family:'Playfair Display',serif;font-size:2rem;color:#fff;margin-bottom:10px;}
.rent-cta-section .cta-subtitle{font-family:'Cormorant Garamond',serif;font-size:20px;color:rgba(255,255,255,.75);margin-bottom:0;}
.rent-cta-section .cta-btn-primary{background:#fff;color:var(--gold);padding:16px 32px;text-decoration:none;display:inline-flex;align-items:center;gap:12px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;white-space:nowrap;}
.rent-cta-section .cta-btn-primary:hover{background:#f5f4f0;color:var(--gold);}
.rent-cta-section .cta-btn-outline{border:1px solid rgba(255,255,255,.4);color:#fff;padding:16px 32px;text-decoration:none;display:inline-flex;align-items:center;gap:12px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;white-space:nowrap;}
.rent-cta-section .cta-btn-outline:hover{background:rgba(255,255,255,.1);color:#fff;}
/*===================== Properties to Rent Ends =======================*/

/*===================== Sell Your Property Starts =======================*/
.sell-property-hero{min-height:60vh;background:var(--primary);position:relative;display:flex;align-items:flex-end;overflow:hidden;}
.sell-property-hero .sell-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.4;}
.sell-property-hero .sell-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, var(--primary) 0%, rgba(22,36,62,.5) 50%, transparent 100%);}
.sell-property-hero .hero-watermark{position:absolute;right:0;bottom:-20px;font-family:'Playfair Display',serif;font-size:18vw;color:rgba(255,255,255,.04);line-height:1;user-select:none;pointer-events:none;}
.sell-property-hero .hero-content{position:relative;z-index:2;width:100%;max-width:1440px;margin:auto;padding:140px 0 80px;}
.sell-property-hero .hero-tag{display:flex;align-items:center;gap:15px;margin-bottom:20px;}
.sell-property-hero .hero-tag-line{width:32px;height:1px;background:var(--gold);}
.sell-property-hero .hero-tag-text{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:12px;}
.sell-property-hero .hero-title{font-family:'Playfair Display',serif;font-size:60px;color:#fff;line-height:1.1;margin-bottom:25px;max-width:800px;}
.sell-property-hero .hero-subtitle{font-family:'Cormorant Garamond',serif;font-size:24px;color:rgba(255,255,255,.65);line-height:1.6;max-width:700px;margin-bottom:40px;}
.sell-property-hero .btn-gold{background:var(--gold);color:#fff;border:none;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.sell-property-hero .btn-gold:hover{background:var(--gold);color:#fff;}
.sell-property-hero .btn-outline-custom{border:1px solid rgba(255,255,255,.3);color:#fff;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.sell-property-hero .btn-outline-custom:hover{border-color:var(--gold);color:#fff;}
.sell-property-hero .btn-group-custom{display:flex;flex-wrap:wrap;gap:15px;}

.sell-property-why{padding: 96px 0;}
.sell-property-why .gold-line{width:32px;height:1px;background:var(--gold);}
.sell-property-why .section-label{color:var(--gold);font-size:12px;letter-spacing:.20em;text-transform:uppercase;}
.sell-property-why .section-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:48px;line-height:1.15;font-weight:500;}
.sell-property-why .section-text{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.8;color:rgba(26,26,26,.65); margin-bottom: 24px;}
.sell-property-why .stat-card{background:#F8F7F4;border:1px solid rgba(22,36,62,.06);padding:28px;text-align:center;height:100%;transition:.3s ease;}
.sell-property-why .stat-card:hover{transform:translateY(-5px);}
.sell-property-why .stat-number{font-family:'Playfair Display',serif;color:var(--gold);font-size:30px;margin-bottom:8px;}
.sell-property-why .stat-text{font-size:12px;line-height:1.7;color:rgba(26,26,26,.50);}

.sell-property-marketing{background:#F8F7F4;padding:80px 0;}
.sell-property-marketing .gold-line{width:32px;height:1px;background:var(--gold);}
.sell-property-marketing .section-label{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.20em;}
.sell-property-marketing .section-title{font-family:'Playfair Display',serif;font-size:48px;color:var(--primary);line-height:1.15;max-width:700px;}
.sell-property-marketing .marketing-wrapper{border:1px solid rgba(22,36,62,.08);}
.sell-property-marketing .marketing-card{background:#fff;padding:40px;display:flex;flex-direction:column;}
.sell-property-marketing .border-end-lg{border-right:1px solid rgba(22,36,62,.08);}
.sell-property-marketing .icon-box{width:48px;height:48px;background:rgba(151,146,91,.10);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:24px;}
.sell-property-marketing .card-number{font-family:'Playfair Display',serif;font-size:48px;line-height:1;color:rgba(22,36,62,.08);}
.sell-property-marketing .stat-value{font-family:'Playfair Display',serif;font-size:30px;color:var(--gold);margin-bottom:2px;}
.sell-property-marketing .stat-label{font-size:12px;color:rgba(26,26,26,.40);letter-spacing:.05em;line-height:1.7;}
.sell-property-marketing .card-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:24px;margin-bottom:16px;}
.sell-property-marketing .card-text{font-family:'Cormorant Garamond',serif;color:rgba(26,26,26,.60);font-size:20px;line-height:1.6;flex:1;}

.sell-property-present{background: #fff;padding:100px 0;}
.sell-property-present .section-tag{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);}
.sell-property-present .section-line{width:35px;height:1px;background:var(--gold);}
.sell-property-present .marketing-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:48px;line-height:1.15;}
.sell-property-present .marketing-desc{font-family:'Cormorant Garamond',serif;color:rgba(26,26,26,.65);font-size:20px;line-height:1.5;}
.sell-property-present .marketing-card{background:#fff;border:1px solid rgba(22,36,62,.08);padding:40px;height:100%;transition:.35s;}
.sell-property-present .marketing-card:hover{border-color:rgba(151,146,91,.4);}
.sell-property-present .marketing-icon{width:48px;height:48px;background:rgba(151,146,91,.12);color:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.35s;font-size:22px;}
.sell-property-present .marketing-card:hover .marketing-icon{background:var(--gold);color:#fff;}
.sell-property-present .marketing-card h3{font-family:'Playfair Display',serif;color:var(--primary);font-size:24px;margin-bottom:12px;}
.sell-property-present .marketing-card p{color:rgba(26,26,26,.65);font-size:14px;line-height:1.6;margin-bottom:0;}
.sell-property-present .card-badge{border:1px solid rgba(151,146,91,.3);color:var(--gold);padding:6px 12px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;}

.sell-property-process{background:var(--primary);padding:96px 0;position:relative;overflow:hidden;}
.sell-property-process .process-watermark{position:absolute;right:0;bottom:0;font-family:'Playfair Display',serif;font-size:20vw;color:rgba(255,255,255,.03);line-height:1;pointer-events:none;user-select:none;}
.sell-property-process .gold-line{width:32px;height:1px;background:var(--gold);}
.sell-property-process .section-label{color:var(--gold);text-transform:uppercase;letter-spacing:.20em;font-size:12px;}
.sell-property-process .process-title{color:#fff;font-family:'Playfair Display',serif;font-size:48px;line-height:1.15; margin-bottom: 64px;}
.sell-property-process .process-wrapper{border:1px solid rgba(255,255,255,.10);}
.sell-property-process .process-item{transition:.3s ease;}
.sell-property-process .process-item:hover{background:rgba(255,255,255,.03);}
.sell-property-process .process-number-col{border-right:1px solid rgba(255,255,255,.10);display:flex;justify-content:center;padding:32px 20px;}
.sell-property-process .process-number{font-family:'Playfair Display',serif;font-size:24px;color:rgba(151,146,91,.50);}
.sell-property-process .process-content{padding:32px;}
.sell-property-process .process-heading{font-family:'Playfair Display',serif;color:#fff;font-size:20px;margin-bottom:0;}
.sell-property-process .process-text{color:rgba(255,255,255,.50);font-size:14px;line-height:1.8;margin-bottom:0;}

.sell-property-valuation{background:#F8F7F4;padding:96px 0;}
.sell-property-valuation .gold-line{width:32px;height:1px;background:var(--gold);;}
.sell-property-valuation .section-label{color:var(--gold);;font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.sell-property-valuation .valuation-title{font-family:'Playfair Display',serif;font-size:48px;line-height:1.15;color:var(--primary);margin-bottom:24px;}
.sell-property-valuation .valuation-text{font-family:'Cormorant Garamond',serif;font-size:24px;line-height:1.7;color:rgba(26,26,26,.65);margin-bottom:32px;}
.sell-property-valuation .contact-links{display:flex;flex-direction:column;gap:10px;}
.sell-property-valuation .contact-item{color:var(--primary);text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.sell-property-valuation .contact-item:hover{color:var(--gold);;}
.sell-property-valuation .contact-item i{color:var(--gold);;margin-right:12px;}
.sell-property-valuation .valuation-form{background:#fff;border:1px solid rgba(22,36,62,.08);padding:40px;}
.sell-property-valuation .form-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:24px;margin-bottom:32px;}
.sell-property-valuation .form-label-custom{display:block;margin-bottom:8px;font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:rgba(26,26,26,.40);}
.sell-property-valuation .form-control-custom{border:1px solid rgba(22,36,62,.12);border-radius:0;background:transparent;padding:12px 16px;font-size:18px;font-family:'Cormorant Garamond',serif;color:var(--primary);box-shadow:none !important;}
.sell-property-valuation .form-control-custom:focus{border-color:var(--gold);;}
.sell-property-valuation textarea.form-control-custom{resize:none; height: 110px;}
.sell-property-valuation .valuation-btn{background:var(--primary);color:#fff;border:none;border-radius:0;padding:16px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.sell-property-valuation .valuation-btn:hover{background:#051E45;color:#fff;}

.sell-property-trust{background:var(--primary);padding:56px 0;}
.sell-property-trust .trust-features{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid rgba(255,255,255,.10);}
.sell-property-trust .trust-item{display:flex;align-items:flex-start;gap:14px;}
.sell-property-trust .trust-icon{color:var(--gold);;font-size:18px;flex-shrink:0;margin-top:2px;}
.sell-property-trust .trust-item h6{color:#fff;font-size:14px;font-weight:500;margin-bottom:4px;}
.sell-property-trust .trust-item p{color:rgba(255,255,255,.40);font-size:12px;line-height:1.6;margin-bottom:0;}
.sell-property-trust .logo-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:60px;}
.sell-property-trust .logo-row img{height:28px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.45;transition:.3s ease;}
.sell-property-trust .logo-row img:hover{opacity:.8;}
/*===================== Sell Your Property Ends =======================*/

/*===================== Private Office Starts =======================*/
.private-hero{min-height:60vh;background:var(--primary);position:relative;display:flex;align-items:flex-end;overflow:hidden;}
.private-hero .sell-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.private-hero .sell-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(13, 27, 51, 1) 0%, rgba(13, 27, 51, .6) 50%, rgba(13, 27, 51, .2) 100%);}
.private-hero .hero-watermark{position:absolute;right:0;bottom:-20px;font-family:'Playfair Display',serif;font-size:18vw;color:rgba(255,255,255,.04);line-height:1;user-select:none;pointer-events:none;}
.private-hero .hero-content{position:relative;z-index:2;width:100%;max-width:1440px;margin:auto;padding:170px 0 110px;}
.private-hero .hero-tag{display:flex;align-items:center;gap:15px;margin-bottom:20px;}
.private-hero .hero-tag-line{width:32px;height:1px;background:var(--gold);}
.private-hero .hero-tag-text{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:12px;}
.private-hero .hero-title{font-family:'Playfair Display',serif;font-size:72px;color:#fff;line-height:1.1;margin-bottom:25px;max-width:800px;}
.private-hero .hero-title span{color:var(--gold)}
.private-hero .hero-subtitle{font-family:'Cormorant Garamond',serif;font-size:24px;color:rgba(255,255,255,.65);line-height:1.6;max-width:700px;margin-bottom:40px;}
.private-hero .btn-gold{background:var(--gold);color:#fff;border:none;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.private-hero .btn-gold:hover{background:var(--gold);color:#fff;}
.private-hero .btn-outline-custom{border:1px solid rgba(255,255,255,.3);color:#fff;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.private-hero .btn-outline-custom:hover{border-color:var(--gold);color:#fff;}
.private-hero .btn-group-custom{display:flex;flex-wrap:wrap;gap:15px;}

.private-do-section{padding:96px 0;background:#fff;}
.private-do-section .section-tag{display:flex;align-items:center;gap:16px;margin-bottom:24px;}
.private-do-section .section-tag .line{width:32px;height:1px;background:var(--gold);}
.private-do-section .section-tag .label{color:var(--gold);font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.private-do-section .section-header h2{font-family:'Playfair Display',serif;font-size:48px;line-height:1.2;color:var(--primary);margin-bottom:35px;}
.private-do-section .section-header p{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.7;color:rgba(26,26,26,.65);margin-bottom:24px;}
.private-do-section .section-header p:last-child{margin-bottom:0;}
.private-do-section .feature-box{background:#F8F7F4;border:1px solid rgba(22,36,62,.06);padding:30px;height:100%;transition:.35s ease;}
.private-do-section .feature-box:hover{transform:translateY(-5px);}
.private-do-section .icon-box{width:40px;height:40px;background:rgba(151,146,91,.10);color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:18px;}
.private-do-section .feature-box h4{font-family:'Playfair Display',serif;color:var(--primary);font-size:22px;margin-bottom:10px;}
.private-do-section .feature-box p{font-size:14px;line-height:1.8;color:rgba(26,26,26,.55);margin:0;}

.private-process{background:var(--primary);padding:96px 0;position:relative;overflow:hidden;}
.private-process .bg-text{position:absolute;right:0;bottom:-20px;font-family:'Playfair Display',serif;font-size:22vw;line-height:1;color:rgba(255,255,255,.03);pointer-events:none;user-select:none;}
.private-process .section-header{margin-bottom:64px;}
.private-process .section-tag{display:flex;align-items:center;gap:16px;margin-bottom:20px;}
.private-process .section-tag .line{width:32px;height:1px;background:var(--gold);}
.private-process .section-tag .label{color:var(--gold);font-size:12px;letter-spacing:.20em;text-transform:uppercase;}
.private-process .section-header h2{font-family:'Playfair Display',serif;font-size:48px;color:#fff;line-height:1.2;margin-bottom:0;}
.private-process .process-wrapper{border:1px solid rgba(255,255,255,.10);}
.private-process .process-card{padding:40px;border-right:1px solid rgba(255,255,255,.10);height:100%;transition:.35s ease;}
.private-process .process-card:hover{background:rgba(255,255,255,.03);}
.private-process .step-no{display:block;margin-bottom:24px;font-family:'Playfair Display',serif;font-size:36px;color:rgba(151,146,91,.40);line-height:1;}
.private-process .process-card h3{font-family:'Playfair Display',serif;color:#fff;font-size:20px;margin-bottom:16px;}
.private-process .process-card p{margin:0;color:rgba(255,255,255,.50);font-size:14px;line-height:1.8;}

.private-who{padding:96px 0;background:#fff;}
.private-who .section-tag{display:flex;align-items:center;gap:16px;margin-bottom:40px;}
.private-who .section-tag .line{width:32px;height:1px;background:var(--gold);}
.private-who .section-tag .label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);}
.private-who .custom-tabs{display:inline-flex;border:1px solid rgba(22,36,62,.12);overflow:hidden;}
.private-who .custom-tabs .nav-link{border:none;border-radius:0;background:transparent;padding:12px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;color:rgba(26,26,26,.55);transition:.3s;}
.private-who .custom-tabs .nav-link:hover{color:var(--primary);}
.private-who .custom-tabs .nav-link.active{background:var(--primary);color:#fff;}
.private-who .tab-content h2{font-family:'Playfair Display',serif;font-size:36px;line-height:1.2;color:var(--primary);margin-bottom:24px;}
.private-who .tab-content p{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.6;color:rgba(26,26,26,.65);margin: 0;}
.private-who .feature-list{list-style:none;padding:0;margin:0;}
.private-who .feature-list li{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px;font-size:14px;color:rgba(26,26,26,.70);}
.private-who .feature-list i{color:var(--gold);font-size:15px;flex-shrink:0;}

.private-quote{position:relative;height:400px;overflow:hidden;}
.private-quote .banner-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.private-quote .banner-overlay{position:absolute;inset:0;background:rgba(22,36,62,.30);}
.private-quote .banner-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem;}
.private-quote .banner-content blockquote{margin:0;max-width:900px;}
.private-quote .banner-content p{font-family:'Playfair Display', serif;font-size:36px;line-height:1.5;color:#fff;font-style:italic;margin:0;}

.private-valuation{background:#F8F7F4;padding:96px 0;}
.private-valuation .gold-line{width:32px;height:1px;background:var(--gold);;}
.private-valuation .section-label{color:var(--gold);;font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.private-valuation .valuation-title{font-family:'Playfair Display',serif;font-size:48px;line-height:1.15;color:var(--primary);margin-bottom:24px;}
.private-valuation .valuation-text{font-family:'Cormorant Garamond',serif;font-size:24px;line-height:1.7;color:rgba(26,26,26,.65);margin-bottom:32px;}
.private-valuation .contact-links{display:flex;flex-direction:column;gap:10px;}
.private-valuation .contact-item{color:var(--primary);text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.private-valuation .contact-item:hover{color:var(--gold);;}
.private-valuation .contact-item i{color:var(--gold);;margin-right:12px;}
.private-valuation .valuation-form{background:#fff;border:1px solid rgba(22,36,62,.08);padding:40px;}
.private-valuation .form-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:24px;margin-bottom:32px;}
.private-valuation .form-label-custom{display:block;margin-bottom:8px;font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:rgba(26,26,26,.40);}
.private-valuation .form-control-custom{border:1px solid rgba(22,36,62,.12);border-radius:0;background:transparent;padding:12px 16px;font-size:18px;font-family:'Cormorant Garamond',serif;color:var(--primary);box-shadow:none !important;}
.private-valuation .form-control-custom:focus{border-color:var(--gold);;}
.private-valuation textarea.form-control-custom{resize:none; height: 110px;}
.private-valuation .valuation-btn{background:var(--primary);color:#fff;border:none;border-radius:0;padding:16px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.private-valuation .valuation-btn:hover{background:var(--primary);color:#fff;}
.private-valuation .form-check label{font-family:'Cormorant Garamond',serif;font-size:18px;}
.private-valuation .form-para{font-size: 12px; color: #1a1a1a59; margin: 20px 0 0; text-align: center;}
/*===================== Private Office Ends =======================*/

/*===================== Let Your Property Starts =======================*/
.let-property-section{position:relative;min-height:60vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--primary);}
.let-property-section .hero-pattern{position:absolute;inset:0;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40 Z' fill='none' stroke='%2397925B' stroke-width='0.75' opacity='0.22'/%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3C/svg%3E");background-size:80px 80px;}
.let-property-section .hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, var(--primary) 0%, rgba(22,36,62,.60) 50%, rgba(22,36,62,.30) 100%);}
.let-property-section .hero-watermark{position:absolute;right:0;bottom:0;font-family:'Playfair Display', serif;font-size:18vw;line-height:1;color:rgba(255,255,255,.04);user-select:none;pointer-events:none;}
.let-property-section .hero-content{position:relative;z-index:2;width:100%;}
.let-property-section .section-tag{display:flex;align-items:center;gap:15px;margin-bottom:20px;}
.let-property-section .section-tag .line{width:32px;height:1px;background:var(--gold);}
.let-property-section .section-tag span{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:12px;}
.let-property-section .hero-title{font-family:'Playfair Display', serif;font-size:60px;line-height:1.15;color:#fff;max-width:850px;margin-bottom:24px;}
.let-property-section .hero-subtitle{font-family:'Cormorant Garamond', serif;font-size:24px;line-height:1.6;color:rgba(255,255,255,.65);max-width:700px;margin-bottom:40px;}
.let-property-section .btn-gold{background:var(--gold);border:none;color:#fff;padding:16px 32px;font-family:'Cormorant Garamond', serif;font-size:20px;transition:.3s;}
.let-property-section .btn-gold:hover{background:var(--gold);color:#fff;}
.let-property-section .btn-outline-custom{border:1px solid rgba(255,255,255,.3);color:#fff;padding:16px 32px;font-family:'Cormorant Garamond', serif;font-size:20px;transition:.3s;}
.let-property-section .btn-outline-custom:hover{border-color:var(--gold);color:#fff;}

.let-property-landlord{background:var(--primary);padding:96px 0;}
.let-property-landlord .gold{color:var(--gold);}
.let-property-landlord .gold-bg{background:var(--gold);}
.let-property-landlord .section-label{letter-spacing:.2em;font-size:12px;text-transform:uppercase;color:var(--gold);}
.let-property-landlord .title{font-family:'Playfair Display',serif;font-size:48px;color:#fff;line-height:1.2; margin-bottom: 16px;}
.let-property-landlord .subtitle{font-family:'Cormorant Garamond',serif;font-size:20px;color:rgba(255,255,255,.60);line-height:1.7; margin-bottom: 64px;}
.let-property-landlord .border-secondary-subtle{border:1px solid rgba(255,255,255,.10) !important;}
.let-property-landlord .service-card{height:100%;padding:48px;display:flex;flex-direction:column;}
.let-property-landlord .small-label{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;}
.let-property-landlord .service-title{font-family:'Playfair Display',serif;font-size:30px;color:#fff;margin-bottom:16px;}
.let-property-landlord .service-text{font-family:'Cormorant Garamond',serif;font-size:20px;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom: 32px;}
.let-property-landlord .feature-list{list-style:none;padding:0;flex-grow:1; margin-bottom: 30px;}
.let-property-landlord .feature-list li{color:rgba(255,255,255,.70);font-size:14px;margin-bottom:12px;display:flex;align-items:flex-start;}
.let-property-landlord .feature-list li i{color:var(--gold);margin-right:10px;}
.let-property-landlord .btn-outline-gold{border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.80);border-radius:0;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s; text-align: left;}
.let-property-landlord .btn-outline-gold:hover{border-color:var(--gold);color:var(--gold);}
.let-property-landlord .btn-gold{background:var(--gold);color:#fff;border-radius:0;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s; text-align: left;}
.let-property-landlord .btn-gold:hover{background:#857f49;color:#fff;}
.let-property-landlord .trust-box{border-top:1px solid rgba(255,255,255,.10);padding-top:40px;}
.let-property-landlord .trust-title{color:#fff;font-size:14px;font-weight:500;}
.let-property-landlord .trust-text{color:rgba(255,255,255,.40);font-size:12px;line-height:1.6;}
.let-property-landlord .icon-gold{color:var(--gold);font-size:20px;}

.let-property-testimonial{padding:80px 0;background:#ffffff;}
.let-property-testimonial .section-tag{display:flex;align-items:center;gap:15px;margin-bottom:50px;}
.let-property-testimonial .section-tag .line{width:32px;height:1px;background:var(--gold);}
.let-property-testimonial .section-tag span{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);}
.let-property-testimonial .testimonial-card{background:#F8F7F4;border:1px solid rgba(22,36,62,.06);padding:35px;height:100%;transition:.3s;}
.let-property-testimonial .testimonial-card:hover{transform:translateY(-5px);}
.let-property-testimonial .rating{margin-bottom:25px;}
.let-property-testimonial .rating i{color:var(--gold);font-size:13px;margin-right:2px;}
.let-property-testimonial .review-text{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.6;color:var(--primary);margin-bottom:24px;}
.let-property-testimonial .client-name{font-size:14px;letter-spacing:.05em;color:rgba(26,26,26,.50);margin:0;}

.let-property-shortlet{background:#F8F7F4;padding:80px 0;}
.let-property-shortlet .section-label{display:flex;align-items:center;gap:15px;margin-bottom:20px;}
.let-property-shortlet .section-label .line{width:32px;height:1px;background:var(--gold);}
.let-property-shortlet .section-label span{color:var(--gold);font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.let-property-shortlet .shortlet-title{font-family:'Playfair Display',serif;font-size:48px;line-height:1.15;color:var(--primary);margin-bottom:24px;}
.let-property-shortlet .shortlet-title em{color:var(--gold);font-style:normal;}
.let-property-shortlet .shortlet-desc{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.7;color:rgba(26,26,26,.65);margin-bottom:32px;}
.let-property-shortlet .btn-dark-luxury{background:var(--primary);color:#fff;border:none;border-radius:0;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.let-property-shortlet .btn-dark-luxury:hover{background:#051E45;color:#fff;}
.let-property-shortlet .feature-box{display:flex;gap:20px;padding:30px;background:#fff;border:1px solid rgba(22,36,62,.06);transition:.3s;}
.let-property-shortlet .feature-box:hover{border-color:rgba(151,146,91,.30);}
.let-property-shortlet .feature-icon{width:42px;height:42px;min-width:42px;display:flex;align-items:center;justify-content:center;background:rgba(151,146,91,.10);color:var(--gold);}
.let-property-shortlet .feature-title{font-family:'Playfair Display',serif;font-size:18px;color:var(--primary);margin-bottom:4px;}
.let-property-shortlet .feature-text{font-size:14px;line-height:1.8;color:rgba(26,26,26,.55);margin:0;}

.let-property-appraisal{padding:96px 0;background:#ffffff;}
.let-property-appraisal .section-tag{display:flex;align-items:center;gap:15px;margin-bottom:30px;}
.let-property-appraisal .section-tag .line{width:32px;height:1px;background:var(--gold);}
.let-property-appraisal .section-tag span{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.2em;}
.let-property-appraisal .appraisal-title{font-family:'Playfair Display',serif;font-size:48px;line-height:1.15;color:var(--primary);margin-bottom:24px;}
.let-property-appraisal .appraisal-desc{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.7;color:rgba(26,26,26,.65);margin-bottom:32px;}
.let-property-appraisal .contact-link{display:flex;align-items:center;gap:12px;color:var(--primary);text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:20px;margin-bottom:12px;transition:.3s;}
.let-property-appraisal .contact-link:hover{color:var(--gold);}
.let-property-appraisal .contact-link i{color:var(--gold);font-size:18px;}
.let-property-appraisal .form-box{background:#F8F7F4;border:1px solid rgba(22,36,62,.08);padding:50px;}
.let-property-appraisal .form-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:20px;margin-bottom:32px;}
.let-property-appraisal .form-label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:rgba(26,26,26,.40);margin-bottom:8px;}
.let-property-appraisal .form-control{border:1px solid rgba(22,36,62,.12);border-radius:0;background:transparent;padding:12px 16px;font-family:'Cormorant Garamond',serif;color:var(--primary); height: 54px; font-size: 18px;}
.let-property-appraisal .form-control:focus{box-shadow:none;border-color:var(--gold);}
.let-property-appraisal .form-check-label{font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--primary);}
.let-property-appraisal .form-check-input:checked{background-color:var(--gold);border-color:var(--gold);}
.let-property-appraisal .btn-gold{width:100%;border:none;background:var(--gold);color:#fff;padding:16px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.let-property-appraisal .btn-gold:hover{background:#857f49;color:#fff;}

.let-property-cta{background:var(--gold); padding: 56px 0 0;}
.let-property-cta .cta-top{padding-bottom: 56px;}
.let-property-cta .cta-title{font-family:'Playfair Display',serif;color:#fff;font-size:30px;margin-bottom:8px;}
.let-property-cta .cta-subtitle{font-family:'Cormorant Garamond',serif;color:rgba(255,255,255,.75);font-size:20px;margin:0;}
.let-property-cta .btn-white-luxury{background:#fff;color:var(--gold);border:none;border-radius:0;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.let-property-cta .btn-white-luxury:hover{background:#f5f4f0;color:var(--gold);}
.let-property-cta .btn-outline-white{background:transparent;border:1px solid rgba(255,255,255,.40);color:#fff;border-radius:0;padding:16px 32px;font-family:'Cormorant Garamond',serif;font-size:20px;transition:.3s;}
.let-property-cta .btn-outline-white:hover{background:rgba(255,255,255,.10);color:#fff;}
.let-property-cta .logo-strip{border-top:1px solid rgba(255,255,255,.20);padding:30px 0;}
.let-property-cta .partner-logo{height:28px;object-fit:contain;filter:brightness(0) invert(1);opacity:.6;transition:.3s;}
.let-property-cta .partner-logo:hover{opacity:1;}
/*===================== Let Your Property Ends =======================*/

/*===================== Why Us Starts =======================*/
.why-section{background:var(--primary);position:relative;overflow:hidden;padding-top:110px;border-left: 6px solid var(--gold);}
.why-section .left-line{position:fixed;left:0;top:0;width:4px;height:100%;background:var(--gold);z-index:40;}
.why-section .bg-vc{position:absolute;right:0;top:0;height:100%;display:flex;align-items:center;pointer-events:none;}
.why-section .bg-vc span{font-family:'Playfair Display', serif;font-size:22vw;color:rgba(255,255,255,0.03);line-height:1;white-space:nowrap;padding-right:30px;}
.why-section .breadcrumb-area{padding:25px 0;border-bottom:1px solid rgba(255,255,255,0.1);}
.why-section .breadcrumb-area a{color:rgba(255,255,255,.5);text-decoration:none;font-size:14px;}
.why-section .breadcrumb-area a:hover{color:var(--gold);}
.why-section .breadcrumb-area span{font-size:14px;}
.why-section .section-content{padding:90px 0 120px;max-width:850px;}
.why-section .small-title{display:flex;align-items:center;gap:15px;margin-bottom:35px;}
.why-section .small-title .line{width:35px;height:1px;background:var(--gold);}
.why-section .small-title span{color:var(--gold);letter-spacing:3px;text-transform:uppercase;font-size:12px;}
.why-section .main-heading{color:#fff;font-family:'Playfair Display', serif;font-size:72px;line-height:1.05;margin-bottom:40px;}
.why-section .main-heading em{color:var(--gold);font-style:normal;}
.why-section .description{font-family:'Cormorant Garamond', serif;font-size:24px;line-height:1.6;color:rgba(255,255,255,.65);max-width:750px; margin: 0;}

.why-stats{background:#0d1b33;border-top:1px solid rgba(255,255,255,.1);border-left: 6px solid var(--gold);}
.why-stats .stat-item{text-align:center;padding:32px;border-right:1px solid rgba(255,255,255,.1);}
.why-stats .stat-item:last-child{border-right:none;}
.why-stats .stat-number{color:var(--gold);font-size:36px;margin-bottom:4px;font-family:'Playfair Display', serif;}
.why-stats .stat-text{color:rgba(255,255,255,.45);font-size:12px;text-transform:uppercase;letter-spacing:2px;}

.why-choose-section{background:#fff; padding: 96px 0;}
.why-choose-section .section-label .line{width:32px;height:1px;background:var(--gold);}
.why-choose-section .label-text{color:var(--gold);font-size:12px;letter-spacing:3px;font-weight:500;}
.why-choose-section .why-choose-top{margin-bottom: 64px;}
.why-choose-section .main-title{font-family:'Playfair Display', serif;color:var(--primary);font-size:3rem;line-height:1.2;margin:0;}
.why-choose-section .section-desc{font-family:'Cormorant Garamond', serif;font-size:20px;line-height:1.6;color:rgba(26,26,26,.6);}
.why-choose-section .feature-grid{border:1px solid rgba(22,36,62,.08);}
.why-choose-section .feature-box{padding:48px;border-right:1px solid rgba(22,36,62,.08);border-bottom:1px solid rgba(22,36,62,.08);transition:.35s;height:100%;}
.why-choose-section .feature-box:hover{background:#F8F7F4;}
.why-choose-section .icon-box{width:48px;height:48px;background:rgba(151,146,91,.1);color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:28px;transition:.35s;font-size:20px;}
.why-choose-section .feature-box:hover .icon-box{background:var(--gold);color:#fff;}
.why-choose-section .feature-box:hover svg{stroke:#fff;}
.why-choose-section .feature-box h3{font-family:'Playfair Display', serif;color:var(--primary);font-size:24px;margin-bottom:16px;}
.why-choose-section .feature-box p{color:rgba(26,26,26,.6);font-size:14px;line-height:1.9;margin-bottom:0;}
.why-choose-section .feature-grid .col-md-6:nth-child(2n) .feature-box{border-right:none;}
.why-choose-section .feature-grid .col-md-6:nth-last-child(-n+2) .feature-box{border-bottom:none;}

.why-trust{background:#F8F7F4;border-top:1px solid rgba(22,36,62,.06);border-bottom:1px solid rgba(22,36,62,.06);padding:64px 0;}
.trust-item{gap:20px;}
.trust-icon{width:40px;height:40px;min-width:40px;background:rgba(151,146,91,.15);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:18px;}
.trust-item h4{font-family:'Playfair Display', serif;color:var(--primary);font-size:18px;margin-bottom:4px;font-weight:500;}
.trust-item p{font-size:14px;line-height:1.8;color:rgba(26,26,26,.55);margin-bottom:0;}

.why-areas{background:#fff; padding: 96px 0;}
.why-areas .title-line{width:32px;height:1px;background:var(--gold);}
.why-areas .section-label{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);}
.why-areas .section-title{font-family:'Playfair Display',serif;color:var(--primary);font-size:48px;line-height:1.15;margin-bottom:20px;}
.why-areas .section-subtitle{max-width:520px;color:rgba(26,26,26,.60);font-size:20px;line-height:1.6;font-family:'Cormorant Garamond',serif; margin-bottom: 64px;}
.why-areas .areas-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(22,36,62,.08);}
.why-areas .area-card{min-height:280px;padding:32px;border-right:1px solid rgba(22,36,62,.08);transition:.5s;display:flex;flex-direction:column;justify-content:space-between;}
.why-areas .area-card:nth-child(5n){border-right:none;}
.why-areas .area-card:hover{background:var(--primary);}
.why-areas .postcode{display:inline-block;margin-bottom:18px;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);}
.why-areas .area-card h3{font-family:'Playfair Display',serif;color:var(--primary);font-size:24px;margin-bottom:12px;transition:.4s;}
.why-areas .area-card p{font-size:14px;line-height:1.8;color:rgba(26,26,26,.55);transition:.4s;margin: 0;}
.why-areas .area-link{margin-top:24px;display:flex;align-items:center;gap:10px;color:var(--gold);text-decoration:none;font-size:18px;font-family:'Cormorant Garamond',serif;opacity:0;transition:.4s;}
.why-areas .area-link i{transition:.3s;}
.why-areas .area-card:hover .area-link{opacity:1;}
.why-areas .area-card:hover .area-link i{transform:translateX(5px);}
.why-areas .area-card:hover h3{color:#fff;}
.why-areas .area-card:hover p{color:rgba(255,255,255,.60);}

.why-short-let{background:var(--primary);position:relative;overflow:hidden;padding:80px 0;border-left: 6px solid var(--gold);}
.why-short-let .sl-bg-text{position:absolute;right:0;bottom:0;height:100%;display:flex;align-items:flex-end;pointer-events:none;}
.why-short-let .sl-bg-text span{font-family:'Playfair Display',serif;font-size:20vw;line-height:1;color:rgba(255,255,255,.04);padding-right:30px;}
.why-short-let .section-label{display:flex;align-items:center;gap:16px;margin-bottom:25px;}
.why-short-let .section-label .line{width:32px;height:1px;background:var(--gold);}
.why-short-let .label-text{color:var(--gold);font-size:12px;letter-spacing:3px;text-transform:uppercase;font-family:'Inter',sans-serif;}
.why-short-let .section-title{font-family:'Playfair Display',serif;color:#fff;font-size:48px;line-height:1.15;margin-bottom:24px;}
.why-short-let .section-desc{max-width:700px;font-family:'Cormorant Garamond',serif;font-size:24px;line-height:1.6;color:rgba(255,255,255,.60);margin-bottom:40px;}
.why-short-let .cta-buttons{display:flex;flex-wrap:wrap;gap:15px;}
.why-short-let .btn-primary-custom{background:var(--gold);color:#fff;padding:16px 32px;text-decoration:none;font-size:20px;font-family:'Cormorant Garamond',serif;display:inline-flex;align-items:center;gap:12px;transition:.3s;}
.why-short-let .btn-primary-custom:hover{background:var(--gold);color:#fff;}
.why-short-let .btn-outline-custom{border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.8);padding:16px 32px;text-decoration:none;font-size:20px;font-family:'Cormorant Garamond',serif;display:inline-flex;align-items:center;gap:12px;transition:.3s;}
.why-short-let .btn-outline-custom:hover{border-color:var(--gold);color:var(--gold);}

.why-testimonial{padding:80px 0;background:#f8f7f4;}
.why-testimonial .section-tag{display:flex;align-items:center;gap:15px;margin-bottom:50px;}
.why-testimonial .section-tag .line{width:32px;height:1px;background:var(--gold);}
.why-testimonial .section-tag span{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);}
.why-testimonial .testimonial-card{background:#fff;border:1px solid rgba(22,36,62,.06);padding:35px;height:100%;transition:.3s;}
.why-testimonial .testimonial-card:hover{transform:translateY(-5px);}
.why-testimonial .rating{margin-bottom:25px;}
.why-testimonial .rating i{color:var(--gold);font-size:13px;margin-right:2px;}
.why-testimonial .review-text{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.6;color:var(--primary);margin-bottom:24px;}
.why-testimonial .client-name{font-size:14px;letter-spacing:.05em;color:rgba(26,26,26,.50);margin:0;}

.why-cta{padding:80px 0;background:#fff;border-top:1px solid rgba(22,36,62,.08);}
.why-cta .section-label{display:flex;align-items:center;gap:16px;margin-bottom:25px;}
.why-cta .section-label .line{width:32px;height:1px;background:var(--gold);}
.why-cta .label-text{color:var(--gold);font-size:12px;letter-spacing:3px;text-transform:uppercase;font-family:'Inter',sans-serif;}
.why-cta .cta-title{font-family:'Playfair Display',serif;font-size:48px;line-height:1.15;color:var(--primary);margin-bottom:24px;}
.why-cta .cta-description{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.6;color:rgba(26,26,26,.60);max-width:700px;margin-bottom:40px;}
.why-cta .cta-buttons{display:flex;flex-wrap:wrap;gap:15px;}
.why-cta .btn-dark-custom{background:var(--primary);color:#fff;text-decoration:none;padding:16px 32px;display:inline-flex;align-items:center;gap:12px;font-size:20px;font-family:'Cormorant Garamond',serif;transition:.3s;}
.why-cta .btn-dark-custom:hover{background:#051E45;color:#fff;}
.why-cta .btn-outline-custom{border:1px solid rgba(22,36,62,.25);color:var(--primary);text-decoration:none;padding:16px 32px;display:inline-flex;align-items:center;gap:12px;font-size:20px;font-family:'Cormorant Garamond',serif;transition:.3s;}
.why-cta .btn-outline-custom:hover{border-color:var(--gold);color:var(--gold);}
.why-cta .contact-card{background:#F8F7F4;border:1px solid rgba(22,36,62,.08);padding:40px;}
.why-cta .contact-card h3{font-family:'Playfair Display',serif;color:var(--primary);font-size:24px;margin-bottom:8px;}
.why-cta .address{font-family:'Cormorant Garamond',serif;color:var(--gold);font-size:20px;margin-bottom:32px;}
.why-cta .contact-info a{display:flex;align-items:center;gap:12px;margin-bottom:18px;text-decoration:none;color:rgba(26,26,26,.70);font-size:14px;font-family:'Inter',sans-serif;transition:.3s;}
.why-cta .contact-info a:hover{color:var(--gold);}
.why-cta .contact-info i{color:var(--gold);width:18px;}
.why-cta .office-hours{margin-top:30px;padding-top:25px;border-top:1px solid rgba(22,36,62,.08);}
.why-cta .hours-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:rgba(26,26,26,.40);margin-bottom:15px;font-family:'Inter',sans-serif;}
.why-cta .office-hours p{margin-bottom:6px;color:rgba(26,26,26,.60);font-size:14px;font-family:'Inter',sans-serif;}
/*===================== Why Us Ends =======================*/

/*===================== Property Details Starts =======================*/
.pro-details-section{background:var(--primary);position:relative;overflow:hidden;padding-top:120px;}

.pro-details-gallery{background:#0D1B33;}
.pro-details-gallery .main-slider{position:relative;background:#05132a;}
.pro-details-gallery .main-slider .swiper-slide img{width:100%;height:700px;object-fit:contain;}
.pro-details-gallery .gallery-top-btns{position:absolute;top:20px;right:20px;z-index:99;display:flex;gap:10px;}
.pro-details-gallery .gallery-top-btns button{background:rgba(0,0,0,.5);color:#fff;border:none;padding:10px 15px;backdrop-filter:blur(5px);}
.pro-details-gallery .gallery-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.5);color:#fff;padding:8px 15px;z-index:99;letter-spacing:2px;}
.pro-details-gallery .gallery-prev, .pro-details-gallery .gallery-next{width:50px;height:50px;background:rgba(0,0,0,.5);color:#fff;border:none;position:absolute;top:50%;transform:translateY(-50%);z-index:99;}
.pro-details-gallery .gallery-prev{left:20px;}
.pro-details-gallery .gallery-next{right:20px;}
.pro-details-gallery .thumb-slider{margin-top:10px;}
.pro-details-gallery .thumb-slider .swiper-slide{height:80px;cursor:pointer;opacity:.5;width:150px !important;}
.pro-details-gallery .thumb-slider .swiper-slide img{width:100%;height:100%;object-fit:cover;}
.pro-details-gallery .thumb-slider .swiper-slide-thumb-active{opacity:1;border:3px solid var(--gold);}

.pro-details-header{background:#fff;border-bottom:1px solid rgba(22,36,62,.08);padding:30px 0;position:sticky;top:68px;z-index:30;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.pro-details-header .sale-badge{display:inline-block;background:var(--primary);color:#fff;font-size:10px;letter-spacing:2px;text-transform:uppercase;padding:4px 12px;margin-bottom:12px;font-weight:500;}
.pro-details-header .property-title{font-size:30px;font-family:'Playfair Display',serif;color:var(--primary);margin:0;line-height:1.3;}
.pro-details-header .property-right{text-align:right;}
.pro-details-header .property-price{color:var(--gold);font-size:30px;font-weight:600;line-height:1;font-family:'Cormorant Garamond',serif;}
.pro-details-header .property-meta{display:flex;justify-content:flex-end;gap:16px;margin-top:4px;flex-wrap:wrap;color:rgba(26,26,26,.6);font-size:14px;}
.pro-details-header .property-meta span{display:flex;align-items:center;gap:6px;}
.pro-details-header .property-meta i{font-size:14px;}

.pro-details-area{padding: 64px 0;}
.pro-details-area .property-stats{border:1px solid rgba(22,36,62,.08);}
.pro-details-area .stat-box{text-align:center;padding:24px;}
.pro-details-area .stat-box h3{color:var(--primary);font-size:24px;margin-bottom:4px;font-family:'Playfair Display',serif;}
.pro-details-area .stat-box span{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#888;}
.pro-details-area .section-block{margin-bottom:60px;}
.pro-details-area .section-heading{display:flex;align-items:center;gap:16px;margin-bottom:24px;}
.pro-details-area .heading-line{width:32px;height:1px;background:var(--gold);}
.pro-details-area .heading-text{color:var(--gold);font-size:12px;letter-spacing:3px;text-transform:uppercase;font-weight:500;}
.pro-details-area .floor-plan-card{position:relative;overflow:hidden;cursor:pointer;border:1px solid rgba(22,36,62,.08);background:#F8F7F4;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;transition:.3s;}
.pro-details-area .floor-plan-card::before{content:'';position:absolute;inset:0;background:rgba(22,36,62,0);transition:.3s;}
.pro-details-area .floor-plan-card:hover::before{background:rgba(22,36,62,.05);}
.pro-details-area .floor-plan-content{text-align:center;position:relative;z-index:2;}
.pro-details-area .floor-plan-content svg{color:rgba(22,36,62,.20);margin-bottom:16px;}
.pro-details-area .floor-plan-content h5{color:rgba(22,36,62,.50);font-size:28px;font-family:'Cormorant Garamond', serif;margin-bottom:5px;}
.pro-details-area .floor-plan-content p{color:rgba(26,26,26,.35);font-size:12px;margin:0;}
.pro-details-area .section-title{display:flex;align-items:center;gap:15px;color:var(--gold);text-transform:uppercase;letter-spacing:3px;font-size:12px;margin-bottom:24px;}
.pro-details-area .section-title span{width:35px;height:1px;background:var(--gold);}
.pro-details-area .stat-meta{display:flex;gap:16px;margin-top:4px;flex-wrap:wrap;color:rgba(26,26,26,.6);font-size:14px;margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px solid #16243e14;}
.pro-details-area .stat-meta span{display:flex;align-items:center;gap:6px;}
.pro-details-area .stat-meta i{font-size:14px;}
.pro-details-area .property-desc{font-size:20px;line-height:1.8;color:#555;font-family:'Cormorant Garamond',serif;}
.pro-details-area .feature-item{display:flex;align-items:flex-start;gap:12px;color:rgba(26,26,26,.70);font-size:14px;line-height:1.7;}
.pro-details-area .feature-item i{color:var(--gold);font-size:14px;margin-top:2px;flex-shrink:0;}
.pro-details-area .floor-plan-box{height:400px;background:#F8F7F4;border:1px solid rgba(22,36,62,.08);display:flex;flex-direction:column;justify-content:center;align-items:center;}
.pro-details-area .floor-plan-box i{font-size:50px;color:#16243E55;}
.pro-details-area .virtual-tour-section{background:var(--primary);padding:50px; margin-bottom: 60px;}
.pro-details-area .tour-label{color:var(--gold);font-size:12px;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;font-weight:500;}
.pro-details-area .tour-title{color:#fff;font-size:24px;margin-bottom:4px;font-family:'Playfair Display', serif;}
.pro-details-area .tour-subtitle{color:rgba(255,255,255,.55);font-size:18px;margin-bottom:0;font-family:'Cormorant Garamond', serif;}
.pro-details-area .tour-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 28px;border:1px solid var(--gold);color:var(--gold);text-decoration:none;font-size:20px;font-family:'Cormorant Garamond', serif;transition:.3s ease;white-space:nowrap;}
.pro-details-area .tour-btn:hover{background:var(--gold);color:#fff;}
.pro-details-area .section-heading{display:flex;align-items:center;gap:16px;margin-bottom:24px;}
.pro-details-area .heading-line{width:32px;height:1px;background:var(--gold);}
.pro-details-area .heading-text{color:var(--gold);font-size:12px;letter-spacing:3px;text-transform:uppercase;font-weight:500;}
.pro-details-area .location-address{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px;color:rgba(26,26,26,.70);font-size:20px;font-family:'Cormorant Garamond', serif;line-height:1.3;}
.pro-details-area .location-address i{color:var(--gold);font-size:18px;margin-top:8px;flex-shrink:0;}
.pro-details-area .location-map{position:relative;height:260px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid rgba(22,36,62,.08);background:#F0EEE9;}
.pro-details-area .map-content{position:relative;z-index:2;text-align:center;}
.pro-details-area .map-content i{color:var(--gold);font-size:32px;display:block;margin-bottom:12px;}
.pro-details-area .map-content h5{margin:0;color:rgba(22,36,62,.60);font-size:28px;font-family:'Cormorant Garamond', serif;}
.pro-details-area .map-grid{position:absolute;inset:0;opacity:.1;background-image:linear-gradient(var(--primary) 1px, transparent 1px), linear-gradient(90deg,var(--primary) 1px, transparent 1px);background-size:40px 40px;}

.pro-details-area .sidebar-card{margin-bottom: 32px;}
.pro-details-area .sidebar-card h2{font-family:'Cormorant Garamond',serif; font-size: 36px;color:var(--gold);}
.pro-details-area .viewing-card{background:#fff;border:1px solid rgba(22,36,62,.08);padding:32px;}
.pro-details-area .viewing-title{font-size:20px;color:var(--primary);margin-bottom:24px;font-family:'Playfair Display',serif;}
.pro-details-area .custom-label{display:block;margin-bottom:6px;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(26,26,26,.35);font-weight:500;}
.pro-details-area .custom-input{border:1px solid rgba(22,36,62,.12);border-radius:0;background:transparent;padding:10px 12px;font-size:18px;color:var(--primary);box-shadow:none !important; height: 50px;font-family:'Cormorant Garamond',serif;}
.pro-details-area .custom-input:focus{border-color:var(--gold);}
.pro-details-area .custom-textarea{resize:none; height: 106px;}
.pro-details-area .custom-textarea::placeholder{color:rgba(26,26,26,.25);}
.pro-details-area .viewing-btn{width:100%;background:var(--primary);color:#fff;border:none;border-radius:0;padding:16px 0;font-size:20px;display:flex;align-items:center;justify-content:center;gap:12px;transition:.3s;font-family:'Cormorant Garamond',serif;}
.pro-details-area .viewing-btn:hover{background:var(--primary);color:#fff;}
.pro-details-area .property-mini-info{display:flex;gap:20px;flex-wrap:wrap;margin:20px 0;padding-bottom:20px;border-bottom:1px solid rgba(22,36,62,.08);}
.pro-details-area .btn-property{width:100%;padding:16px 0;margin-bottom:12px; border-radius: 0; font-size: 20px;font-family:'Cormorant Garamond',serif; background: var(--primary);}
.pro-details-area .btn-outline-gold{border:1px solid var(--gold);color:var(--gold); background: transparent;}
.pro-details-area .btn-outline-gold:hover svg{stroke:#fff;}
.pro-details-area .btn-outline-gold:hover{background:var(--gold);color:#fff;}
.pro-details-area .action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;border:1px solid rgba(22,36,62,.12);background:#fff;color:rgba(26,26,26,.5);font-size:12px;font-weight:500;transition:.3s;}
.pro-details-area .action-btn:hover{color:var(--primary);border-color:rgba(22,36,62,.3);}
.pro-details-area .action-btn i{font-size:13px;}
.pro-details-area .agent-card{border:1px solid rgba(22,36,62,.08);background:#F8F7F4;padding:28px;}
.pro-details-area .agent-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(26,26,26,.40);margin-bottom:16px;font-weight:500;}
.pro-details-area .agent-info{display:flex;align-items:center;gap:16px;margin-bottom:20px;}
.pro-details-area .agent-avatar{width:56px;height:56px;min-width:56px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-family:'Playfair Display', serif;}
.pro-details-area .agent-name{color:var(--primary);font-size:18px;margin-bottom:3px;font-family:'Playfair Display', serif;}
.pro-details-area .agent-designation{font-size:12px;color:rgba(26,26,26,.45);margin-bottom:0;}
.pro-details-area .agent-contact{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--primary);font-size:18px;font-family:'Cormorant Garamond', serif;transition:.3s;}
.pro-details-area .agent-contact:first-of-type{margin-bottom:8px;}
.pro-details-area .agent-contact:hover{color:var(--gold);}
.pro-details-area .agent-contact i{color:var(--gold);font-size:14px;}

.similar-properties-section{padding:80px 0;background:#F8F7F4;border-top:1px solid rgba(22,36,62,.06);}
.similar-properties-section .section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:50px;flex-wrap:wrap;}
.similar-properties-section .section-label-wrap{display:flex;align-items:center;gap:16px;margin-bottom:12px;}
.similar-properties-section .section-line{width:32px;height:1px;background:var(--gold);}
.similar-properties-section .section-label{color:var(--gold);font-size:12px;letter-spacing:3px;text-transform:uppercase;}
.similar-properties-section .section-title{color:var(--primary);font-size:30px;font-family:'Playfair Display',serif;}
.similar-properties-section .view-all-link{color:var(--primary);text-decoration:none;border-bottom:1px solid rgba(22,36,62,.2);padding-bottom:3px;display:flex;align-items:center;gap:8px;font-size:20px;font-family:'Cormorant Garamond',serif;}
.similar-properties-section .view-all-link:hover{color:var(--gold);border-color:var(--gold);}
.similar-properties-section .property-card{background:#fff;transition:.35s;cursor:pointer;}
.similar-properties-section .property-image{position:relative;overflow:hidden;height: 280px;background: var(--primary);}
/*.similar-properties-section .property-image img {width: 180px;opacity: .12;}*/
.similar-properties-section .property-card:hover .property-image img{transform:scale(1.05);}
.similar-properties-section .property-badges{position:absolute;top:16px;left:16px;display:flex;gap:8px;}
.similar-properties-section .badge-sale{background:var(--primary);color:#fff;}
.similar-properties-section .badge-location{background:#fff;color:var(--primary);}
.similar-properties-section .badge-sale, .badge-location{padding:6px 12px;font-size:10px;text-transform:uppercase;letter-spacing:2px;}
.similar-properties-section .property-content{padding:24px;}
.similar-properties-section .property-top{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;}
.similar-properties-section .property-name{color:var(--primary);font-size:20px;font-family:'Playfair Display',serif;transition:.3s;}
.similar-properties-section .property-card:hover .property-name{color:var(--gold);}
.similar-properties-section .property-location{color:rgba(26,26,26,.45);font-size:12px;margin:2px 0 0;}
.similar-properties-section .property-location i{color:var(--gold);}
.similar-properties-section .property-price{color:var(--gold);font-size:18px;font-family:'Cormorant Garamond',serif;}
.similar-properties-section .property-footer{margin-top:20px;padding-top:20px;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;}
.similar-properties-section .property-meta{display:flex;gap:18px;color:rgba(26,26,26,.45);font-size:12px;}
.similar-properties-section .property-view{color:var(--primary);font-size:16px;font-family:'Cormorant Garamond',serif;transition:.3s;}
.similar-properties-section .property-card:hover .property-view{color:var(--gold);}
/*===================== Property Details Ends =======================*/

/*===================== Journal Starts =======================*/
.journal-tabs .tab-btn{border:none;background:transparent;padding:8px 20px;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#8f99ab;transition:.3s; border-radius: 0;}
.journal-filter{border-bottom: 1px solid rgba(0,0,0,0.1);padding: 16px 0;}
#portfolioGrid{padding: 50px 0;}
.journal-tabs .tab-btn:hover{color:var(--primary);}
.journal-tabs .tab-btn.active{background:var(--primary);color:#fff;}
.journal-tabs .journal-card{ color:var(--primary); }
.journal-tabs .journal-image{ aspect-ratio:16/10; margin-bottom: 20px;}
.journal-tabs .journal-image img{ height:100%; object-fit:cover; transition:.7s; }
.journal-tabs .journal-card:hover .journal-image img{ transform:scale(1.05); }
.journal-tabs .journal-badge{ position:absolute; top:20px; left:20px; }
.journal-tabs .journal-badge span{ background:#fff; color:var(--gold); font-size:10px; letter-spacing:1px; text-transform:uppercase; padding:6px 12px; }
.journal-tabs .journal-meta{ font-size:12px; color:rgba(26,26,26,.45); }
.journal-tabs .dot{ width:5px; height:5px; border-radius:50%; background:var(--gold); }
.journal-tabs .journal-title{ font-size:20px; line-height:1.4; margin-bottom:12px; transition:.3s; font-family:'Playfair Display',serif;}
.journal-tabs .journal-card:hover .journal-title{ color:var(--gold); }
.journal-tabs .journal-desc{ color:rgba(26,26,26,.65); margin-bottom:16px; font-size: 18px;font-family:'Cormorant Garamond',serif;}
.journal-tabs .author-avatar{ width:28px; height:28px; border-radius:50%; background:var(--primary); color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:10px; font-weight:600; font-family:'Playfair Display',serif;}
.journal-tabs .author-name{ font-size:12px; color:rgba(26,26,26,.75);}
.journal-tabs .read-more{ color:var(--gold); transition:.3s; font-family:'Cormorant Garamond',serif;} 
.journal-tabs .journal-card:hover .read-more{ padding-right:8px; }
/*===================== Journal Ends =======================*/

/*===================== Locations Starts =======================*/
.location-wrapper #map{height:420px;width:100%;}
.location-wrapper .custom-marker{width:14px;height:14px;background:var(--gold);border:2.5px solid #fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.35);}

.location-section{padding:80px 0;}
.location-section .section-heading{display:flex;align-items:center;gap:16px;margin-bottom:50px;}
.location-section .heading-line{width:32px;height:1px;background:var(--gold);}
.location-section .heading-text{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-weight:500;}
.location-section .office-card{height:100%;padding:32px;border-right:1px solid rgba(22,36,62,.08);display:flex;flex-direction:column;}
.location-section .office-last{border-right:none;}
.location-section .office-category{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--gold);margin-bottom:8px;display:block;}
.location-section .office-title{font-size:24px;color:var(--primary);margin-bottom:12px;font-family:"Playfair Display",serif;}
.location-section .office-desc{color:rgba(26,26,26,.65);line-height:1.9;margin-bottom:30px;font-size: 18px;font-family:'Cormorant Garamond',serif;}
.location-section .office-info{border-top:1px solid rgba(22,36,62,.08);padding-top:24px;padding-bottom: 20px;}
.location-section .office-info p{color: #555;line-height: 1.8;font-size: 14px;column-gap: 10px;display: flex;margin: 5px 0;}
.location-section .office-info p svg{margin-top: 8px;}
.location-section .office-link{margin-top:auto;color:var(--gold);text-decoration:none;font-size:18px;font-family:"Cormorant Garamond",serif;}
.location-section .office-link:hover{color:var(--gold);}
/*===================== Locations Ends =======================*/

/*===================== Single Locations Starts =======================*/
.loc-hero .hero-bg {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;}
.loc-hero .pattern-overlay {position: absolute;inset: 0;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40 Z' fill='none' stroke='%2397925B' stroke-width='0.75' opacity='0.22'/%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3C/svg%3E");background-size: 80px 80px;opacity: .12;pointer-events: none;}
.loc-hero .gradient-overlay {position: absolute;inset: 0;background: linear-gradient(to top, rgb(22 36 62), rgba(22, 36, 62, .80));}

.branches-section{padding: 64px 0;}
.branches-section .title-line {width: 32px;height: 1px;background: #97925B;}
.branches-section .title-label {color: #97925B;font-size: 12px;font-weight: 500;letter-spacing: .2em;text-transform: uppercase;}
.branches-section .branch-card {background: #fff;transition: all .3s ease;}
.branches-section .branch-card:hover {background: #F8F7F4;}
.branches-section .branch-title {font-family: 'Playfair Display', serif;font-size: 24px;color: #16243E;margin-bottom: 8px;transition: .3s;}
.branches-section .branch-card:hover .branch-title {color: #97925B;}
.branches-section .phone-icon {color: #97925B;}
.branches-section .branch-phone {font-size: 14px;color: rgba(26, 26, 26, .5);}
.branches-section .branch-description {font-family: 'Cormorant Garamond', serif;font-size: 18px;line-height: 1.8;color: rgba(26, 26, 26, .6);}
.branches-section .branch-tag {background: #F8F7F4;color: rgba(26, 26, 26, .4);font-size: 10px;letter-spacing: 1.5px;text-transform: uppercase;padding: 4px 10px;}
.branches-section .branch-footer {display: flex;align-items: center;gap: 8px;color: #97925B;font-size: 12px;font-weight: 500;letter-spacing: .15em;text-transform: uppercase;transition: .3s;}
.branches-section .branch-card:hover .branch-footer {gap: 16px;}

.branches-map{position: relative;}
.branches-map #london-map, .branches-map #east-sussex-map, .branches-map #hampshire-map, .branches-map #kent-map, .branches-map #dorset-map{width:100%;height:420px;position: absolute; top: 0;}

.branches-areas {padding-top: 80px;padding-bottom: 80px;}
@media (min-width: 992px){
    .branches-areas .row .col-lg{flex: 0 0 20%;max-width: 20%;}
    .branches-areas-hampshire .row .col-lg{flex: 0 0 25%;max-width: 25%;}
    .branches-areas-dorset .row .col-lg{flex: 0 0 33.3333%;max-width: 33.3333%;}
}
.branches-areas .section-line {width: 32px;height: 1px;background: #97925B;}
.branches-areas .head{margin-bottom: 48px;}
.branches-areas .section-label {color: #97925B;font-size: 12px;font-family: 'Inter', sans-serif;letter-spacing: .2em;text-transform: uppercase;}
.branches-areas .area-card {background: #fff;padding: 28px;border-right: 1px solid rgba(22, 36, 62, 0.08);}
.branches-areas .area-title {font-family: 'Playfair Display', serif;font-size: 18px;color: #16243E;margin-bottom: 8px;}
.branches-areas .area-text {font-family: 'Cormorant Garamond', serif;font-size: 18px;line-height: 1.7;color: rgba(26, 26, 26, 0.6);margin-bottom: 0;}
/*===================== Single Locations Ends =======================*/

/*===================== Primrose Hill Starts =======================*/
.primrose-hill-hero{position: relative;min-height: 516px;display: flex;align-items: flex-end;overflow: hidden;background: var(--primary);}
.primrose-hill-hero .hero-bg {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;}
.primrose-hill-hero .pattern-overlay {position: absolute;inset: 0;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40 Z' fill='none' stroke='%2397925B' stroke-width='0.75' opacity='0.22'/%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3C/svg%3E");background-size: 80px 80px;opacity: .12;pointer-events: none;}
.primrose-hill-hero .gradient-overlay {position: absolute;inset: 0;background: linear-gradient(to top, rgb(22 36 62), rgba(22, 36, 62, .80));}
.primrose-hill-hero .watermark {position: absolute;right: 0;bottom: -20px;font-family: 'Playfair Display', serif;font-size: 18vw;color: rgba(255,255,255,0.035);line-height: 1;user-select: none;pointer-events: none;}
.primrose-hill-hero .hero-content {position: relative;z-index: 2;max-width: 1440px;width: 100%;margin: auto;padding: 170px 0 110px;}
.primrose-hill-hero .breadcrumb-custom a {color: rgba(255,255,255,.50);text-decoration: none;font-family: 'Inter', sans-serif;font-size: 14px;transition: .3s;}
.primrose-hill-hero .breadcrumb-custom a:hover {color: var(--gold);}
.primrose-hill-hero .breadcrumb-custom span {color: rgba(255,255,255,.30);margin: 0 10px;}
.primrose-hill-hero .active-link {color: var(--gold) !important;}
.primrose-hill-hero .location-line {width: 32px;height: 1px;background: var(--gold);}
.primrose-hill-hero .location-text {color: var(--gold);font-family: 'Inter', sans-serif;font-size: 12px;letter-spacing: .2em;text-transform: uppercase;}
.primrose-hill-hero .hero-title {font-family: 'Playfair Display', serif;font-size: 60px;color: #fff;margin-bottom: 25px;line-height: 1.2;max-width: 800px;}
.primrose-hill-hero .hero-description {font-family: 'Cormorant Garamond', serif;font-size: 24px;color: rgba(255,255,255,.65);line-height: 1.5;max-width: 640px;}

.primrose-hill-cta{background:#F8F7F4;border-bottom:1px solid rgba(22,36,62,0.10);padding:40px 0;}
.primrose-hill-cta .cta-title{font-family:'Playfair Display', serif;font-size:24px;color:var(--primary);margin-bottom:4px;font-weight:400; margin: 0;}
.primrose-hill-cta .cta-subtitle{font-family:'Cormorant Garamond', serif;font-size:28px;color:rgba(26,26,26,.60);margin:4px 0 0;font-weight:400; font-size:18px}
.primrose-hill-cta .cta-btn{padding:14px 32px;font-family:'Cormorant Garamond', serif;font-size:18px;letter-spacing:.4px;text-decoration:none;transition:all .3s ease;display:inline-block;}
.primrose-hill-cta .btn-appraisal{background:var(--primary);color:#fff;}
.primrose-hill-cta .btn-appraisal:hover{background:var(--primary);color:#fff;}
.primrose-hill-cta .btn-email{background:var(--gold);color:#fff;}
.primrose-hill-cta .btn-email:hover{background:var(--gold);color:#fff;}

.primrose-property{padding: 80px 0;}
.primrose-property .left-section{display:flex;flex-direction:column;gap:56px;}
.primrose-property .small-line{width:32px;height:1px;background:var(--gold);}
.primrose-property .label-text{color:var(--gold);font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.primrose-property .section-title{font-family:'Playfair Display',serif;font-size:30px;color:var(--primary); margin-bottom: 0;}
.primrose-property .view-all{text-decoration:none;display:flex;align-items:center;gap:8px;color:var(--gold);font-family:'Cormorant Garamond';font-size:18px;transition:.3s;}
.primrose-property .view-all:hover{gap:12px;color:var(--gold);}
.primrose-property .property-card{border:1px solid rgba(22,36,62,.08);text-decoration:none;display:block;transition:.3s;}
.primrose-property .property-card:hover{border-color:rgba(151,146,91,.30);}
.primrose-property .property-img{position:relative;aspect-ratio:4/3;overflow:hidden;}
.primrose-property .property-img img{width:100%;height:100%;object-fit:cover;transition:.7s;}
.primrose-property .property-card:hover img{transform:scale(1.05);}
.primrose-property .sale-badge{position:absolute;top:16px;left:16px;background:var(--primary);color:#fff;padding:7px 14px;font-family:'Inter';font-size:10px;letter-spacing:.15em;text-transform:uppercase;}
.primrose-property .property-body{padding:20px;}
.primrose-property .area{color:var(--gold);font-size:12px;font-family:'Inter';letter-spacing:.15em;text-transform:uppercase;}
.primrose-property .property-name{font-family:'Playfair Display';font-size:18px;color:var(--primary);}
.primrose-property .city{font-family:'Inter';font-size:14px;color:rgba(26,26,26,.50);}
.primrose-property .price{font-family:'Playfair Display';font-size:20px;color:var(--primary);}
.primrose-property .meta{display:flex;gap:14px;color:rgba(26,26,26,.40);font-size:12px;}
.primrose-property .divider-section{border-top:1px solid rgba(22,36,62,.08);padding-top:40px;}
.primrose-property .info-text{font-family:'Inter';font-size:14px;line-height:2;color:rgba(26,26,26,.65);}
.primrose-property .doc-title{font-family:'Playfair Display';font-size:24px;color:var(--primary);}
.primrose-property .doc-sub{font-family:'Cormorant Garamond';font-size:18px;color:rgba(26,26,26,.60);}
.primrose-property .doc-btn{padding:12px 24px;text-decoration:none;font-family:'Cormorant Garamond';font-size:18px;display:inline-flex;align-items:center;gap:10px;transition:.3s;}
.primrose-property .btn-dark-custom{background:var(--primary);color:#fff;}
.primrose-property .btn-dark-custom:hover{background:var(--primary);color:#fff;}
.primrose-property .btn-outline-custom{border:1px solid var(--primary);color:var(--primary);}
.primrose-property .btn-outline-custom:hover{border-color:var(--gold);color:var(--gold);}

.primrose-property .agent-section{margin-top:5px;}
.primrose-property .agent-wrap{display:flex;align-items:center;gap:16px;margin-bottom:32px;}
.primrose-property .small-line{width:32px;height:1px;background:var(--gold);}
.primrose-property .label-text{color:var(--gold);font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.primrose-property .agent-box{background:rgba(22,36,62,.08);padding:1px;}
.primrose-property .agent-card{background:#fff;padding:28px;display:flex;flex-direction:column;gap:20px;}
.primrose-property .agent-avatar{width:48px;height:48px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.primrose-property .agent-avatar span{font-family:'Playfair Display';color:var(--gold);font-size:16px;}
.primrose-property .agent-name{font-family:'Playfair Display';font-size:20px;color:var(--primary);margin-bottom:4px;}
.primrose-property .agent-role{font-family:'Inter';font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;}
.primrose-property .contact-link{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:10px;transition:.3s;}
.primrose-property .contact-link span{font-family:'Inter';font-size:14px;color:rgba(26,26,26,.60);transition:.3s;}
.primrose-property .contact-link:hover span{color:var(--gold);}
.primrose-property .contact-icon{color:var(--gold);}
.primrose-property .profile-link{margin-top:auto;padding-top:18px;border-top:1px solid rgba(22,36,62,.08);display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--gold);font-family:'Inter';font-size:12px;letter-spacing:.15em;text-transform:uppercase;transition:.3s;}
.primrose-property .profile-link:hover{gap:12px;color:var(--gold);}

.primrose-shortlet{background:var(--primary);padding:56px 0;}
.primrose-shortlet .shortlet-container{max-width:1440px;margin:auto;padding:0 55px;}
.primrose-shortlet .shortlet-wrap{display:flex;justify-content:space-between;align-items:center;gap:32px;}
.primrose-shortlet .top-label{display:flex;align-items:center;gap:16px;margin-bottom:12px;}
.primrose-shortlet .gold-line{width:32px;height:1px;background:var(--gold);}
.primrose-shortlet .label-text{color:var(--gold);font-family:'Inter', sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.primrose-shortlet .shortlet-title{font-family:'Playfair Display', serif;font-size:36px;color:#ffffff;margin-bottom:8px;}
.primrose-shortlet .shortlet-subtitle{font-family:'Cormorant Garamond', serif;font-size:20px;color:rgba(255,255,255,.60);margin:0;}
.primrose-shortlet .shortlet-btn{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:16px 32px;border:1px solid var(--gold);color:var(--gold);text-decoration:none;font-family:'Cormorant Garamond', serif;font-size:18px;letter-spacing:.4px;transition:.3s ease;}
.primrose-shortlet .shortlet-btn:hover{background:var(--gold);color:#ffffff;}

.primrose-property-area{background:#F8F7F4;padding:80px 0;}
.primrose-property-area .property-card{background:#fff;border:1px solid rgba(22,36,62,.08);transition:.3s ease;overflow:hidden;text-decoration:none;display:block;}
.primrose-property-area .property-card:hover{border-color:rgba(151,146,91,.3);}
.primrose-property-area .property-image{position:relative;overflow:hidden;aspect-ratio:4/3;}
.primrose-property-area .property-image img{width:100%;height:100%;object-fit:cover;transition:.7s;}
.primrose-property-area .property-card:hover .property-image img{transform:scale(1.05);}
.primrose-property-area .badge-left{position:absolute;top:15px;left:15px;background:#97925B;color:#fff;font-size:10px;letter-spacing:2px;text-transform:uppercase;padding:8px 14px;}
.primrose-property-area .badge-right{position:absolute;top:15px;right:15px;background:rgba(255,255,255,.95);color:#16243E;font-size:10px;letter-spacing:2px;text-transform:uppercase;padding:8px 14px;}
.primrose-property-area .property-content{padding:24px;}
.primrose-property-area .location{color:#97925B;font-size:12px;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;}
.primrose-property-area .property-title{color:#16243E;font-size:18px;font-family:serif;margin-bottom:4px;}
.primrose-property-area .min-stay{color:rgba(26,26,26,.5);margin-bottom:16px;}
.primrose-property-area .price{font-size:20px;color:#16243E;font-family:serif;line-height:1;}
.primrose-property-area .pcm{color:rgba(26,26,26,.4);font-size:12px; margin: 2px 0 0;}
.primrose-property-area .property-meta{color:rgba(26,26,26,.4);font-size:12px;display:flex;gap:10px;align-items:center;}
.primrose-property-area .property-meta i{margin-right:5px;}

.primrose-partner{background:#fff;border-top:1px solid rgba(22,36,62,.1);padding:50px 0;}
.primrose-partner .partner-link{opacity:.5;transition:.3s ease;display:block;}
.primrose-partner .partner-link:hover{opacity:.9;}
.primrose-partner .partner-logo{width:160px;height:40px;display:flex;align-items:center;justify-content:center;}
.primrose-partner .partner-logo img{max-width:100%;max-height:100%;object-fit:contain;}
/*===================== Primrose Hill Ends =======================*/

/*===================== Agents Starts =======================*/
.agent-hero{position:relative;background:#16243E;padding:140px 0 100px;overflow:hidden;}
.agent-hero::before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40 Z' fill='none' stroke='%2397925B' stroke-width='0.75' opacity='0.22'/%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3C/svg%3E");background-size:80px 80px;opacity:.18;}
.agent-hero .agent-watermark{position:absolute;right:0;bottom:-20px;font-family:'Playfair Display',serif;font-size:18vw;line-height:1;color:rgba(255,255,255,.035);pointer-events:none;user-select:none;}
.agent-hero .agent-content{position:relative;z-index:2;}
.agent-hero .back-link{color:rgba(255,255,255,.5);text-decoration:none;font-size:14px;transition:.3s;}
.agent-hero .back-link:hover{color:#97925B;}
.agent-hero .agent-avatar{width:96px;height:96px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(151,146,91,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.agent-hero .agent-avatar span{font-family:'Playfair Display',serif;font-size:32px;color:#97925B;}
.agent-hero .agent-line{width:32px;height:1px;background:#97925B;}
.agent-hero .agent-location{color:#97925B;font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.agent-hero .agent-name{font-family:'Playfair Display',serif;font-size:60px;color:#fff;margin:.0 0 12px;line-height:1.1;}
.agent-hero .agent-position{color:#97925B;font-size:12px;letter-spacing:.25em;text-transform:uppercase;}

.agent-area {padding: 80px 0;}
.agent-area .about-line{width:32px;height:1px;background:#97925B;}
.agent-area .section-label{color:#97925B;font-size:12px;letter-spacing:.2em;text-transform:uppercase;}
.agent-area .about-content{margin-bottom:3rem;}
.agent-area .about-text{font-family:'Cormorant Garamond', serif;font-size:20px;line-height:1.8;color:rgba(26,26,26,.75);margin-bottom:1.5rem;}
.agent-area .testimonial-section{margin-top:3rem;padding-top:1rem;}
.agent-area .testimonial-box{border-left:2px solid #97925B;padding-left:24px;margin-bottom:3rem;}
.agent-area .testimonial-stars{color:#97925B;}
.agent-area .testimonial-rating{margin-left:.5rem;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(26,26,26,.35);}
.agent-area .testimonial-text{font-family:'Cormorant Garamond', serif;font-size:20px;line-height:1.8;color:rgba(26,26,26,.7);font-style:italic;margin-bottom:1rem;}
.agent-area .testimonial-author{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:rgba(26,26,26,.4);}

.agent-area .contact-card{background:#F8F7F4;padding:32px;}
.agent-area .card-label{font-family:'Inter',sans-serif;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:#97925B;margin-bottom:20px;}
.agent-area .contact-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:rgba(26,26,26,.7);transition:.3s; font-size: 14px;}
.agent-area .contact-link:hover{color:#97925B;}
.agent-area .contact-icon{color:#97925B;font-size:14px;}
.agent-area .office-card{border:1px solid rgba(22,36,62,.1);padding:32px;}
.agent-area .office-title{font-family:'Playfair Display',serif;font-size:24px;color:#16243E;margin-bottom:20px; font-size: 20px;}
.agent-area .office-locations{margin-bottom:20px;}
.agent-area .office-location{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:rgba(26,26,26,.6);font-size:14px;}
.agent-area .office-location i{color:#97925B;}
.agent-area .office-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#97925B;transition:.3s;}
.agent-area .office-link:hover{gap:12px;color:#97925B;}

.agent-properties{background:#F8F7F4;padding-top:80px;padding-bottom:80px;}
.agent-properties .section-line{width:32px;height:1px;background:#97925B;}
.agent-properties .section-label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#97925B;font-family:'Inter',sans-serif;}
.agent-properties .section-title{font-family:'Playfair Display',serif;font-size:36px;color:#16243E;margin:0;}
.agent-properties .agent-mar{ margin-bottom: 40px;}
.agent-properties .view-all-link{color:#97925B;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:22px;transition:.3s;}
.agent-properties .view-all-link:hover{color:#97925B;transform:translateX(5px);}
.agent-properties .property-card{background:#fff;border:1px solid rgba(22,36,62,.08);transition:.3s;overflow:hidden;}
.agent-properties .property-card:hover{border-color:rgba(151,146,91,.3);}
.agent-properties .property-image-wrap{position:relative;overflow:hidden;aspect-ratio:4/3;}
.agent-properties .property-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;}
.agent-properties .property-card:hover .property-image{transform:scale(1.05);}
.agent-properties .property-badge{position:absolute;top:16px;left:16px;background:#16243E;color:#fff;padding:8px 14px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-family:'Inter',sans-serif;}
.agent-properties .property-content{padding:24px;}
.agent-properties .property-area{color:#97925B;font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-family:'Inter',sans-serif;margin-bottom:8px;}
.agent-properties .property-title{color:#16243E;font-size:18px;font-family:'Playfair Display',serif;margin-bottom:4px;}
.agent-properties .property-location{color:rgba(26,26,26,.5);font-size:14px;margin-bottom:20px;font-family:'Inter',sans-serif;}
.agent-properties .property-price{color:#16243E;font-size:20px;font-family:'Playfair Display',serif;}
.agent-properties .property-meta{display:flex;gap:10px;color:rgba(26,26,26,.4);font-size:12px;}
.agent-properties .property-meta span{display:flex;align-items:center;gap:5px;}

.agent-cta{position:relative;background:#16243E;padding:70px 0;overflow:hidden;}
.agent-cta .cta-pattern{position:absolute;inset:0;pointer-events:none;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40 Z' fill='none' stroke='%2397925B' stroke-width='0.75' opacity='0.22'/%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='0' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='0' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3Ccircle cx='80' cy='80' r='1.5' fill='%2397925B' opacity='0.3'/%3E%3C/svg%3E");background-size:80px 80px;}
.agent-cta .cta-label{font-family:'Inter',sans-serif;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:#97925B;margin-bottom:12px;}
.agent-cta .cta-title{font-family:'Playfair Display',serif;font-size:30px;color:#fff;margin:0;}
.agent-cta .btn-appraisal{display:inline-block;padding:14px 32px;background:#97925B;color:#fff;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:18px;transition:.3s;}
.agent-cta .btn-appraisal:hover{background:#857f49;color:#fff;}
.agent-cta .btn-email{display:inline-block;padding:14px 32px;border:1px solid rgba(255,255,255,.3);color:#fff;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:18px;transition:.3s;}
.agent-cta .btn-email:hover{border-color:#97925B;color:#fff;}

.agent-membership{background:#fff;border-color:rgba(22,36,62,.08)!important; padding: 40px 0;}
.agent-membership .membership-title{color:#97925B;font-size:10px;letter-spacing:.25em;font-weight:500;margin-bottom:32px;}
.agent-membership .membership-card{border:1px solid rgba(22,36,62,.12);padding:16px 24px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .3s ease;}
.agent-membership .membership-card:hover{border-color:#97925B;transform:translateY(-2px);}
.agent-membership .membership-logo{max-height:32px;width:auto;object-fit:contain;}

.agent-fees{background:#ffffff;border-color:rgba(22,36,62,.10)!important;padding: 40px 0;}
.agent-fees .fees-title{font-family:'Inter',sans-serif;font-size:10px;letter-spacing:.25em;color:#97925B;margin-bottom:24px;font-weight:500;}
.agent-fees .fees-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border:1px solid rgba(22,36,62,.20);color:#16243E;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:1.125rem;letter-spacing:.03em;transition:all .3s ease;}
.agent-fees .fees-btn:hover{border-color:#97925B;color:#97925B;}

.agent-registered{background:#F8F7F4;border-top:1px solid rgba(22,36,62,.10);padding:40px 0;}
.agent-registered .custom-container{max-width:1440px;padding-left:56px;padding-right:56px;}
.agent-registered .registered-label{font-family:'Inter',sans-serif;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.25em;color:#97925B;margin-bottom:12px;}
.agent-registered .registered-text{font-family:'Inter',sans-serif;font-size:11px;line-height:1.8;color:rgba(26,26,26,.60);max-width:900px;margin-bottom:0;}
.agent-registered .privacy-btn{display:inline-block;padding:8px 20px;border:1px solid rgba(22,36,62,.20);color:#16243E;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:16px;letter-spacing:.03em;white-space:nowrap;transition:all .3s ease;}
.agent-registered .privacy-btn:hover{border-color:#97925B;color:#97925B;}
/*===================== Agents Ends =======================*/

/*===================== Blog Details Startss =======================*/
.blog-banner{position: relative;width: 100%;}
.blog-banner .banner-image{position: relative;overflow: hidden;aspect-ratio: 21 / 8;}
.blog-banner .banner-image img{width: 100%;height: 100%;object-fit: cover;display: block;}
.blog-banner .banner-overlay{position: absolute;inset: 0;background: linear-gradient(to bottom, transparent 0%, transparent 55%, rgba(22, 36, 62, .6) 100%);}

.journal-details{padding:64px 0;}
.journal-details .journal-wrapper{max-width:860px;margin:auto;padding: 0 56px;}
.journal-details .journal-back{margin-bottom:40px;}
.journal-details .journal-back a{display:inline-flex;align-items:center;text-decoration:none;color:#97925B;font-size:14px;font-weight:500;transition:.3s;}
.journal-details .journal-back a svg{margin-right:8px;}
.journal-details .journal-back a:hover{opacity:.8;}
.journal-details .journal-meta{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px;}
.journal-details .journal-meta>*{margin-right:20px;margin-bottom:10px;}
.journal-details .journal-category{background:#F8F7F4;color:#97925B;padding:6px 12px;font-size:10px;text-transform:uppercase;letter-spacing:2px;}
.journal-details .journal-date, .journal-details .journal-reading-time{color:rgba(26,26,26,.45);font-size:14px;}
.journal-details .journal-reading-time{display:flex;align-items:center;}
.journal-details .journal-reading-time svg{margin-right:6px;}
.journal-details .journal-title{font-size:48px;line-height:1.2;color:#16243E;margin-bottom:32px;font-family:'Playfair Display',serif;}
.journal-details .journal-author{display:flex;align-items:center;padding-bottom:40px;margin-bottom:45px;border-bottom:1px solid rgba(22,36,62,.08);}
.journal-details .author-avatar{width:44px;height:44px;border-radius:50%;background:#16243E;color:#97925B;display:flex;align-items:center;justify-content:center;margin-right:15px;font-family:'Playfair Display',serif; font-size:14px;}
.journal-details .author-info h5{margin:0;font-size:16px;color:#16243E;font-family:'Playfair Display',serif;}
.journal-details .author-info span{font-size:12px;color:rgba(26,26,26,.5);}
.journal-details .journal-content p{margin-bottom:28px;font-size:16px;line-height:1.9;color:rgba(26,26,26,.75);}
.journal-details .journal-content .lead-text{font-size:24px;line-height:1.5;color:#16243E;font-family:'Cormorant Garamond',serif;}
.journal-details .journal-cta{margin-top:64px;padding:32px;background:#F8F7F4;border-left:3px solid #97925B;}
.journal-details .cta-subtitle{display:block;margin-bottom:12px;color:#97925B;text-transform:uppercase;letter-spacing:2px;font-size:10px;}
.journal-details .journal-cta h3{margin-bottom:12px;color:#16243E;font-size:24px;font-family:'Playfair Display',serif;}
.journal-details .journal-cta p{margin-bottom:24px;color:rgba(26,26,26,.65);font-size:18px;line-height:1.8;font-family:'Cormorant Garamond',serif;}
.journal-details .cta-buttons a{margin-right:15px;margin-bottom:10px;}
.journal-details .btn-dark-custom{background:#16243E;color:#fff;padding:12px 28px;border-radius:0;font-family:'Cormorant Garamond',serif; font-size:18px;}
.journal-details .btn-dark-custom:hover{background:#051E45;color:#fff;}
.journal-details .btn-outline-custom{border:1px solid rgba(22,36,62,.2);color:#16243E;padding:14px 32px;border-radius:0;font-family: 'Cormorant Garamond', serif;font-size: 18px;}
.journal-details .btn-outline-custom:hover{border-color:#97925B;color:#16243E;}

.more-articles{padding:80px 0;background:#F8F7F4;}
.more-articles .more-articles .container{max-width:1440px;}
.more-articles .section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;}
.more-articles .sub-heading{display:flex;align-items:center;margin-bottom:15px;}
.more-articles .sub-heading .line{width:32px;height:1px;background:#97925B;margin-right:15px;}
.more-articles .sub-heading .text{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#97925B;}
.more-articles .section-heading h2{margin:0;font-size:30px;color:#16243E;font-family:'Playfair Display',serif;}
.more-articles .heading-right{margin:auto 0;}
.more-articles .heading-right a{display:inline-flex;align-items:center;color:#97925B;text-decoration:none;transition:.3s;font-family:'Cormorant Garamond',serif;}
.more-articles .heading-right a svg{margin-left:8px;}
.more-articles .heading-right a:hover{opacity:.8;}
.more-articles .journal-card{margin-bottom:40px;}
.more-articles .card-image{display:block;position:relative;overflow:hidden;aspect-ratio:16/10;}
.more-articles .card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.6s;}
.more-articles .journal-card:hover .card-image img{transform:scale(1.05);}
.more-articles .category{position:absolute;top:20px;left:20px;background:rgba(255,255,255,.9);color:#97925B;padding:6px 12px;font-size:10px;text-transform:uppercase;letter-spacing:1px;}
.more-articles .card-content{padding-top:22px;}
.more-articles .date{display:block;margin-bottom:8px;font-size:12px;color:rgba(26,26,26,.45);}
.more-articles .card-content h3{margin:0 0 8px;font-size:18px;line-height:1.4;}
.more-articles .card-content h3 a{color:#16243E;text-decoration:none;transition:.3s;font-family:'Playfair Display',serif;}
.more-articles .journal-card:hover h3 a{color:#97925B;}
.more-articles .read-more{display:inline-flex;align-items:center;color:#97925B;text-decoration:none;font-family:'Cormorant Garamond',serif;}
.more-articles .read-more svg{margin-left:6px;}
/*===================== Blog Details Ends =======================*/

/*===================== Terms & Conditions Starts =======================*/
.tc-banner{position:relative;background:#16243E;padding:112px 0 0;}
.tc-banner .page-side-line{position:fixed;top:0;left:0;bottom:0;width:1px;background:#97925B;z-index:40;}
.tc-banner .page-banner-content{padding:64px 0;}
.tc-banner  h1{margin:0 0 15px;font-family:'Playfair Display',serif;font-size:48px;font-weight:400;line-height:1.2;color:#fff;}
.tc-banner .update-date{margin:0;font-family:'Inter',sans-serif;font-size:14px;color:rgba(255,255,255,.45);}

.terms-content{padding:80px 0 32px;}
.terms-content .terms-wrapper{max-width:900px;margin:0 auto; padding:0 56px;}
.terms-content .terms-notice{padding:24px;margin-bottom:48px;background:#F8F7F4;border-left:2px solid #97925B; font-size:14px;}
.terms-content .terms-notice p{margin:0;font-family:'Inter',sans-serif;font-size:14px;line-height:1.8;color:rgba(26,26,26,.7);}
.terms-content .terms-section{margin-bottom:48px;}
.terms-content .terms-section h2{margin:0 0 16px;font-family:'Playfair Display',serif;font-size:24px;font-weight:400;color:#16243E;}
.terms-content .terms-text p{margin:0 0 16px;font-family:'Inter',sans-serif;font-size:14px;line-height:1.8;color:rgba(26,26,26,.7);}
.terms-content .terms-text p:last-child{margin-bottom:0;}
.terms-content .terms-text strong{font-weight:600;color:#16243E;}
.terms-content .terms-text ul{margin:0 0 15px; padding:0;}
.terms-content .terms-text li{margin:0 0 8px 25px;font-family:'Inter',sans-serif;font-size:14px;line-height:1.68;color:rgba(26,26,26,.7);}
.terms-content .terms-text ul li:last-child{margin-bottom:0;}
/*===================== Terms & Condition Ends =======================*/

/*===================== Complaints Starts =======================*/
.complaints-banner{position:relative;background:#16243E;padding:112px 0 0;}
.complaints-banner .page-side-line{position:fixed;top:0;left:0;bottom:0;width:1px;background:#97925B;z-index:40;}
.complaints-banner .page-banner-content{padding:64px 0;}
.complaints-banner  h1{margin:0 0 15px;font-family:'Playfair Display',serif;font-size:48px;font-weight:400;line-height:1.2;color:#fff;}
.complaints-banner .hero-subtitle {font-family: 'Cormorant Garamond', serif;font-size: 20px;line-height: 1.6;color: rgba(255,255,255,.65);max-width: 700px;}

.complaints-content{padding:80px 0;}
.complaints-content .complaints-wrapper{max-width:900px;margin:0 auto; padding:0 56px;}
.complaints-content .complaints-notice{padding:24px;margin-bottom:64px;background:#F8F7F4;border-left:2px solid #97925B; font-size:14px;}
.complaints-content .complaints-notice p{margin:0;font-family:'Inter',sans-serif;font-size:14px;line-height:1.8;color:rgba(26,26,26,.7);}

.complaints-process{margin-bottom:70px;}
.complaints-process h2{margin:0 0 32px;font-family:'Playfair Display',serif;font-size:24px;font-weight:400;color:#16243E;}
.complaints-process .process-item{position:relative;display:flex;padding-bottom:40px;}
.complaints-process .process-item.last{padding-bottom:0;}
.complaints-process .process-item:not(.last)::after{content:"";position:absolute;left:27px;top:56px;bottom:0;width:1px;background:rgba(22,36,62,.1);}
.complaints-process .process-number{width:56px;height:56px;background:#16243E;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.complaints-process .process-number span{font-family:'Inter',sans-serif;font-size:12px;letter-spacing:2px;color:#97925B;}
.complaints-process .process-content{padding-left:32px;padding-top:8px;}
.complaints-process .process-content h3{margin:0 0 8px;font-family:'Playfair Display',serif;font-size:20px;font-weight:400;color:#16243E;}
.complaints-process .process-content p{margin:0;font-family:'Inter',sans-serif;font-size:14px;line-height:1.8;color:rgba(26,26,26,.65);}
.complaints-process .process-content a{color:#97925B;text-decoration:none;}
.complaints-process .process-content a:hover{text-decoration:underline;}

.complaints-terms h2{margin:0 0 16px;font-family:'Playfair Display',serif;font-size:24px;font-weight:400;color:#16243E;}
.complaints-terms .timeframe-row{margin:0 0 48px;}
.complaints-terms .timeframe-box{height:100%;padding:20px;border:1px solid rgba(22,36,62,.08);}
.complaints-terms .timeframe-label{display:block;margin-bottom:8px;font-family:'Inter',sans-serif;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#97925B;}
.complaints-terms .timeframe-box h4{margin:0;font-family:'Playfair Display',serif;font-size:18px;font-weight:400;line-height:1.4;color:#16243E;}

.complaints-writing {margin:0 0 48px;}
.complaints-writing h2{margin:0 0 16px;font-family:'Playfair Display',serif;font-size:24px;font-weight:400;color:#16243E;}
.complaints-writing .terms-text p{margin:0 0 16px;font-family:'Inter',sans-serif;font-size:14px;line-height:1.8;color:rgba(26,26,26,.7);}
.complaints-writing .terms-text p:last-child{margin-bottom:0;}
.complaints-writing .terms-text strong{font-weight:600;color:#16243E;}
.complaints-writing .terms-text ul{margin:0 0 15px; padding:0;}
.complaints-writing .terms-text li{margin:0 0 8px 25px;font-family:'Inter',sans-serif;font-size:14px;line-height:1.68;color:rgba(26,26,26,.7);}
.complaints-writing .terms-text ul li:last-child{margin-bottom:0;}

.prs-section{padding:32px;margin-bottom:48px;background:#16243E;}
.prs-section .prs-heading{display:flex;align-items:center;margin-bottom:18px;}
.prs-section .heading-line{width:32px;height:1px;margin-right:15px;background:#97925B;}
.prs-section .heading-label{font-family:'Inter',sans-serif;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#97925B;}
.prs-section h3{margin:0 0 12px;font-family:'Playfair Display',serif;font-size:24px;font-weight:400;color:#fff;}
.prs-section p{margin:0 0 24px;font-family:'Inter',sans-serif;font-size:14px;line-height:1.8;color:rgba(255,255,255,.6);}
.prs-section .prs-buttons a{display:inline-flex;align-items:center;text-decoration:none;transition:.3s; padding:12px 24px;}
.prs-section .prs-buttons a:first-child{margin-right:15px;}
.prs-section .btn-prs{border:1px solid #97925B;font-family:'Cormorant Garamond',serif;color:#97925B; font-size:18px;}
.prs-section .btn-prs svg{margin-left:10px;}
.prs-section .btn-prs:hover{background:#97925B;color:#fff;}
.prs-section .btn-phone{border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7);font-size:14px;line-height:27px;}
.prs-section .btn-phone svg{margin-right:10px;}
.prs-section .btn-phone:hover{border-color:rgba(255,255,255,.5);color:#fff;}

.complaints-contact{padding:32px;border:1px solid rgba(22,36,62,.08);}
.complaints-contact h3{margin:0 0 8px;font-family:'Playfair Display',serif;font-size:20px;font-weight:400;color:#16243E;}
.complaints-contact p{margin:0 0 24px;font-family:'Inter',sans-serif;font-size:14px;line-height:1.8;color:rgba(26,26,26,.6);}
.complaints-contact .contact-links a{display:inline-flex;align-items:center;margin-right:30px;margin-bottom:12px;font-family:'Inter',sans-serif;font-size:14px;text-decoration:none;color:#16243E;transition:.3s;}
.complaints-contact .contact-links a:last-child{margin-right:0;}
.complaints-contact .contact-links a svg{margin-right:8px;color:#97925B;}
.complaints-contact .contact-links a:hover{color:#97925B;}
/*===================== Complaints Ends =======================*/

/*===================== Cookie Starts =======================*/
.cookie-list{margin-bottom:48px;}
.cookie-box{padding:16px;margin-bottom:24px;border:1px solid rgba(22,36,62,.08);}
.cookie-box:last-child{margin-bottom:0;}
.cookie-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;}
.cookie-header h3{margin:0;font-family:'Playfair Display',serif;font-size:18px;font-weight:400;color:#16243E;}
.cookie-status{padding:4px 12px;border:1px solid rgba(151,146,91,.4);font-family:'Inter',sans-serif;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#97925B;}
.cookie-status.active{background:#16243E;border-color:#16243E;color:#fff;}
.cookie-box p{margin:0 0 8px;font-family:'Inter',sans-serif;font-size:14px;line-height:1.8;color:rgba(26,26,26,.65);}
.cookie-box small{display:block;font-family:'Inter',sans-serif;font-size:12px;color:rgba(26,26,26,.45);}
.cookie-box small strong{text-transform:uppercase;letter-spacing:1px;color:#16243E;}
/*===================== Cookie Ends =======================*/


/*===============Responsive Starts===============*/
@media all and (min-width: 800px) {
}
@media (min-width:981px) and (max-width:1366px){
}

@media (min-width:768px) and (max-width:980px){
    .container{padding: 0 30px;}
    .navbar-custom{background: var(--primary); border-bottom: 1px solid rgba(255,255,255,0.1);}
    .hero-section .hero-title{ font-size:42px; }
    .feature-item{ border-right:none; border-bottom:1px solid rgba(255,255,255,.1); } 
    .hero-section{height: auto;}
    .hero-section .hero-content{padding-top: 128px;}
    .hero-section .search-tabs .nav-link{padding: 15px 10px;}
    .featured-section .property-content, .featured-section .small-card .property-content{padding: 20px;}
    .footer-section h5{margin: 20px 0 5px;}
    
    .custom-dropdown .dropdown-menu-custom{position: static;display: block;opacity: 1;visibility: visible;transform: none;box-shadow: none;background: transparent;padding: 0;margin: 0;width: 100%;border:none;}
    .custom-dropdown .dropdown-toggle::after, .custom-dropdown .dropdown-toggle svg{display: none;}
    .custom-dropdown .dropdown-item-custom{padding: 8px 20px;border: 0;}
    .custom-dropdown .item-subtitle, .custom-dropdown .arrow-icon{display: none;}
    .custom-dropdown .item-title{color:rgba(255,255,255,0.8); font-size:20px;font-family: 'Cormorant Garamond', serif; margin:0;}
    .custom-dropdown .dropdown-item-custom{padding:12px 0;border-bottom:1px solid rgba(255,255,255,0.1);background: transparent;}
    .custom-dropdown .dropdown-item-custom:last-child{border:none;}
    .navbar-custom .nav-link-custom{color:#97925b !important; text-transform:uppercase; padding:20px 0 8px !important; font-size:10px;font-family: Inter;pointer-events:none;}
    .navbar-custom .nav-link-custom svg{display:none;}
    .navbar-custom .navbar-collapse{max-height: calc(100vh - 80px);overflow-y: auto;}
    .navbar-custom .btn-gold{width:100%;}
    .navbar-custom .cust-menu{padding:12px 0 !important;font-size: 20px;font-family: 'Cormorant Garamond', serif;margin: 0;color:rgba(255,255,255,0.8) !important;border-top: 1px solid rgba(255, 255, 255, 0.1);}

    .why-areas .areas-grid{grid-template-columns: repeat(3, 1fr);}
    .why-areas .area-link{opacity: 1;}

    .pro-details-header .property-right{text-align: left;}
    .pro-details-header .property-meta{justify-content: flex-start;}
}

@media (max-width:767px){
    .container{padding: 0 30px;}
    .navbar-custom{background: var(--primary); border-bottom: 1px solid rgba(255,255,255,0.1);}
    .dropdown-menu-custom{width: 100%;}
    .hero-section .hero-title{font-size:42px; }
    .feature-item{ border-right:none; border-bottom:1px solid rgba(255,255,255,.1); } 
    .hero-section{height: auto;}
    .hero-section .hero-content{padding-top: 128px;}
    .hero-section .search-tabs .nav-link{padding: 15px 10px;}
    
    .custom-dropdown .dropdown-menu-custom{position: static;display: block;opacity: 1;visibility: visible;transform: none;box-shadow: none;background: transparent;padding: 0;margin: 0;width: 100%;border:none;}
    .custom-dropdown .dropdown-toggle::after, .custom-dropdown .dropdown-toggle svg{display: none;}
    .custom-dropdown .dropdown-item-custom{padding: 8px 20px;border: 0;}
    .custom-dropdown .item-subtitle, .custom-dropdown .arrow-icon{display: none;}
    .custom-dropdown .item-title{color:rgba(255,255,255,0.8); font-size:20px;font-family: 'Cormorant Garamond', serif; margin:0;}
    .custom-dropdown .dropdown-item-custom{padding:12px 0;border-bottom:1px solid rgba(255,255,255,0.1);background: transparent;}
    .custom-dropdown .dropdown-item-custom:last-child{border:none;}
    .navbar-custom .nav-link-custom{color:#97925b !important; text-transform:uppercase; padding:20px 0 8px !important; font-size:10px;font-family: Inter;pointer-events:none;}
    .navbar-custom .nav-link-custom svg{display:none;}
    .navbar-custom .navbar-collapse{max-height: calc(100vh - 80px);overflow-y: auto;}
    .navbar-custom .btn-gold{width:100%;}
    .navbar-custom .cust-menu{padding:12px 0 !important;font-size: 20px;font-family: 'Cormorant Garamond', serif;margin: 0;color:rgba(255,255,255,0.8) !important;border-top: 1px solid rgba(255, 255, 255, 0.1);}

    .services-section .section-title, .featured-section .section-title, .private-office-section .section-title, .property-section .property-title, .sale-section .page-title, .marketing-section .marketing-title, .rent-short-section .short-let-title, .landlord-section .title-main, .sell-property-why .section-title, .sell-property-marketing .section-title, .sell-property-present .marketing-title, .sell-property-process .process-title, .sell-property-valuation .valuation-title, .private-do-section .section-header h2, .private-process .section-header h2, .private-valuation .valuation-title, .let-property-landlord .title, .let-property-shortlet .shortlet-title, .let-property-appraisal .appraisal-title, .why-choose-section .main-title, .why-choose-section .main-title, .why-areas .section-title, .why-short-let .section-title, .why-cta .cta-title{font-size: 36px;}
    .services-section .service-card{padding: 40px;}
    .featured-section .property-grid, .featured-section .bottom-grid{display: block;}
    .featured-section .property-image.large, .featured-section .property-image.small{height: 180px;}
    .featured-section .property-content{padding: 20px;}
    .featured-section .bottom-grid.list-view .property-card{display:block;}
    .featured-section .bottom-grid.list-view .property-image{width:100%;height:180px;}
    .featured-section .property-footer{flex-wrap: wrap;}
    .featured-section .view-link{margin-top: 10px;}

    .private-office-section .image-wrapper{height: 400px;}

    .footer-section h5{margin: 20px 0 5px;}
    .marketing-section .marketing-card{padding: 20px;}
    .landlord-section .service-card{padding: 30px;}
    .landlord-section .btn-gold{padding: 16px 20px;}

    .sell-property-hero .hero-title{font-size: 48px;}
    .sell-property-present .marketing-card{padding: 20px 15px;}
    .marketing-card .d-flex{flex-wrap: wrap;}

    .private-hero .hero-title{font-size: 48px;}
    .private-who .custom-tabs li, .private-who .custom-tabs .nav-link{width: 100%;}
    .private-quote{height: 600px;}
    .private-quote .banner-content p{font-size: 26px;}

    .let-property-section .hero-title{font-size: 48px;}
    .let-property-landlord .service-card{padding: 20px;}

    .why-section .main-heading{font-size: 48px;}
    .why-choose-section .feature-box{padding: 20px;}
    .why-areas .areas-grid{grid-template-columns: repeat(1, 1fr);}
    .why-areas .area-link{opacity: 1;}

    .pro-details-gallery .main-slider .swiper-slide img{height:280px;}
    .pro-details-gallery .thumb-slider .swiper-slide{height:60px;}

    .pro-details-header .property-right{text-align: left;}
    .pro-details-header .property-meta{justify-content: flex-start;}
    .pro-details-area .virtual-tour-section{padding: 30px;}

    .primrose-hill-hero .hero-title{font-size: 48px;}
    .primrose-shortlet .shortlet-wrap{flex-wrap: wrap;}

    .agent-hero .agent-info{flex-wrap: wrap;}
    .agent-hero .agent-name{font-size: 48px;}
    .journal-details .journal-wrapper, .terms-content .terms-wrapper, .complaints-content .complaints-wrapper{max-width:100%; padding:0;}
    .journal-details .journal-title{font-size:24px;}
    .journal-details .btn-dark-custom, .journal-details .btn-outline-custom, .prs-section .prs-buttons a{padding:12px 10px; margin:5px 0;}
}
/*===============Responsive Ends===============*/



































