 @import url('header.css');
 @import url('home.css');
 @import url('property-list.css');
 @import url('property-details.css');
 @import url('login.css');
 @import url('blog-details.css');
 @import url('other.css');
 @import url('footer.css');
 @import url('media.css');
 /* ══════════════════════════════════════════
   RESET & ROOT
══════════════════════════════════════════════ */
 
 *,
 *::before,
 *::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }
 
 :root {
     --navy: #0a2540;
     --blue: #035dac;
     --sky: #1a7fd4;
     --orange: #f26522;
     --amber: #f8a830;
     --cream: #faf8f4;
     --white: #ffffff;
     --text: #0a2540;
     --muted: #6b7a8d;
     --border: #e4eaf2;
     --shadow: 0 4px 32px rgba(10, 37, 64, .10);
     --shadow-lg: 0 16px 64px rgba(10, 37, 64, .16);
     --r: 14px;
     --r-lg: 20px;
     font-size: 16px;
 }
 
 :root {
     --est-cream: #F5F0E8;
     --est-warm-white: #FDFAF5;
     --est-charcoal: #1A1A1A;
     --est-mid: #4A4540;
     --est-muted: #9A9590;
     --est-gold: #B8935A;
     --est-gold-light: #D4B483;
     --est-border: #E0D8CC;
     --est-card-bg: #FFFFFF;
     --est-green: #3D8B5E;
     --est-shadow: 0 2px 20px rgba(26, 26, 26, 0.08);
     --est-shadow-md: 0 6px 30px rgba(26, 26, 26, 0.12);
     --est-shadow-hover: 0 12px 50px rgba(26, 26, 26, 0.16);
 }
 
 :root {
     --ink: #0F0E0C;
     --ink-soft: #2C2A26;
     --ink-mid: #6B6760;
     --ink-muted: #A8A49E;
     --parchment: #FAF7F2;
     --parchment-deep: #F2EDE4;
     --gold: #f6850e;
     --gold-bright: #E2B86A;
     --gold-pale: #F0DFB8;
     --surface: #FFFFFF;
     --border: #E8E2D8;
     --border-soft: #F0EBE2;
     --green: #2E6E4F;
     --shadow-sm: 0 1px 8px rgba(15, 14, 12, .06);
     --shadow-md: 0 4px 24px rgba(15, 14, 12, .10);
     --shadow-lg: 0 12px 48px rgba(15, 14, 12, .14);
     --r: 6px;
 }
 
 .tagify {
     --tags-disabled-bg: #F1F1F1;
     --tags-border-color: #DDD;
     --tags-hover-border-color: #CCC;
     --tags-focus-border-color: #3595f6;
     --tag-border-radius: 3px;
     --tag-bg: #fff3ec;
     --tag-hover: #D3E2E2;
     --tag-text-color: black;
     --tag-text-color--edit: black;
     --tag-pad: 0.3em 0.5em;
     --tag-inset-shadow-size: 1.2em;
     --tag-invalid-color: #D39494;
     --tag-invalid-bg: rgba(211, 148, 148, 0.5);
     --tag--min-width: 1ch;
     --tag--max-width: 100%;
     --tag-hide-transition: 0.3s;
     --tag-remove-bg: rgba(211, 148, 148, 0.3);
     --tag-remove-btn-color: black;
     --tag-remove-btn-bg: none;
     --tag-remove-btn-bg--hover: #c77777;
     --input-color: inherit;
     --placeholder-color: rgba(0, 0, 0, 0.4);
     --placeholder-color-focus: rgba(0, 0, 0, 0.25);
     --loader-size: .8em;
     --readonly-striped: 1;
     display: inline-flex;
     align-items: flex-start;
     align-content: baseline;
     flex-wrap: wrap;
     border: 1px solid var(--tags-border-color);
     padding: 0;
     line-height: 0;
     outline: 0;
     position: relative;
     box-sizing: border-box;
     transition: .1s
 }
 
 html {
     scroll-behavior: smooth;
 }
 
 body {
     font-family: 'DM Sans', sans-serif;
     background: var(--cream);
     color: var(--text);
     overflow-x: hidden;
 }
 
 body {
     font-family: 'Outfit', sans-serif;
     background: white;
     color: var(--ink);
     min-height: 100vh;
     -webkit-font-smoothing: antialiased;
 }
 
 body {
     font-family: 'DM Sans', sans-serif;
     background: white;
     color: var(--est-charcoal);
     line-height: 1.5;
 }
 
 body::before {
     content: '';
     position: fixed;
     inset: 0;
     background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
     pointer-events: none;
     z-index: 0;
     opacity: .4;
 }
 /*****************************************************************new update css*************************************/
 /* Hero Section */
 /* HERO */
 
 .about-hero {
     background: linear-gradient(135deg, #0a2540 0%, #0d3560 40%, #1a5fa0 100%);
     color: #fff;
     padding: 80px 0 100px;
     text-align: center;
     position: relative;
     overflow: hidden;
 }
 
 .about-hero::after {
     content: "";
     position: absolute;
     width: 200%;
     height: 200%;
     background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 10%);
     background-size: 50px 50px;
     animation: moveBg 20s linear infinite;
 }
 
 @keyframes moveBg {
     from {
         transform: translate(0, 0);
     }
     to {
         transform: translate(-50px, -50px);
     }
 }
 
 .about-hero h1 {
     font-size: 40px;
     font-weight: 700;
 }
 
 .about-hero p {
     opacity: 0.9;
 }
 /* CARD */
 
 .about-container {
     margin-top: -120px;
 }
 
 .about-card {
     background: rgba(255, 255, 255, 0.95);
     backdrop-filter: blur(12px);
     border-radius: 18px;
     padding: 40px;
     box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
 }
 /* SECTION */
 
 .about-block {
     padding: 10px 15px;
     border-radius: 12px;
     transition: all 0.3s ease;
 }
 
 .about-block:hover {
     background: #f4f7ff;
     transform: translateY(-4px);
 }
 /* HEADINGS */
 
 .about-block h2 {
     font-size: 22px;
     color: #0a2540;
     font-weight: 600;
 }
 /* TEXT */
 
 .about-card p {
     color: #555;
     line-height: 1.7;
 }
 /* FEATURE BOX */
 
 .about-feature {
     background: linear-gradient(135deg, #eef3ff, #f7f9ff);
     padding: 20px;
     border-radius: 12px;
     text-align: center;
     transition: 0.3s;
 }
 
 .about-feature:hover {
     transform: translateY(-5px);
 }
 /* MOBILE */
 
 @media(max-width:768px) {
     .about-hero h1 {
         font-size: 26px;
     }
     .about-card {
         padding: 20px;
     }
 }
 
 .hero-about {
     position: relative;
     background: url('assets/images/hero-bg.jpg') center/cover no-repeat;
     color: #fff;
     text-align: center;
     padding: 100px 20px;
 }
 
 .hero-about::after {
     content: '';
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.5);
 }
 
 .hero-about .container {
     position: relative;
     z-index: 2;
 }
 /* About Section */
 
 .about-us img {
     border-radius: 10px;
 }
 /* Mission/Vision/Values Section */
 
 .mission-vision .card {
     transition: transform 0.3s;
 }
 
 .mission-vision .card:hover {
     transform: translateY(-10px);
 }
 /* CTA Section */
 
 .cta {
     background-color: #007bff;
     color: #fff;
     padding: 80px 20px;
 }
 
 .cta .btn {
     font-weight: 600;
 }
 /* Team Section */
 
 .team-member img {
     border-radius: 50%;
     transition: transform 0.3s;
 }
 
 .team-member img:hover {
     transform: scale(1.05);
 }
 
 @media (max-width: 768px) {
     .hero-about {
         padding: 60px 20px;
     }
 }
 /* Mission/Vision/Values Section */
 
 .mission-vision .card {
     transition: transform 0.3s;
 }
 
 .mission-vision .card:hover {
     transform: translateY(-10px);
 }
 /************************************************privacy p***************************************/
 
 .tc-hero {
     background: linear-gradient(135deg, #0a2540 0%, #0d3560 40%, #1a5fa0 100%);
     color: #fff;
     padding: 80px 0 100px;
     text-align: center;
     position: relative;
     overflow: hidden;
 }
 
 .tc-container {
     margin-top: -120px;
     z-index: 999;
     position: relative;
 }
 
 .tc-card {
     background: rgba(255, 255, 255, 0.95);
     border-radius: 18px;
     padding: 40px;
     box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
 }
 
 .tc-block {
     padding: 10px 15px;
     border-radius: 12px;
 }
 
 .tc-block h2 {
     font-size: 20px;
     display: flex;
     align-items: center;
 }
 
 .tc-block h2 span {
     background: #f36523;
     color: #fff;
     width: 28px;
     height: 28px;
     border-radius: 50%;
     margin-right: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .tc-card p,
 .tc-card li {
     color: #555;
     line-height: 1.7;
 }
 
 .tc-contact {
     background: #f5f7ff;
     padding: 25px;
     border-radius: 12px;
     margin-top: 30px;
     text-align: center;
 }
 
 .terms-container {
     max-width: 900px;
     margin: 50px auto;
     /* padding: 20px; */
     font-family: 'Segoe UI', sans-serif;
     line-height: 1.8;
     color: #333;
 }
 
 .terms-container h2 {
     font-size: 22px;
     font-weight: 600;
     margin-top: 40px;
     display: flex;
     align-items: center;
 }
 
 .terms-container h2 i {
     color: #007bff;
     margin-right: 10px;
 }
 
 .terms-container hr {
     border-top: 1px solid #ddd;
     margin: 15px 0 25px;
 }
 
 .terms-container p,
 .terms-container ul {
     font-size: 16px;
 }
 
 .terms-container ul {
     list-style-type: none;
     padding-left: 0;
 }
 
 .terms-container ul li::before {
     content: "\2713";
     /* Check mark */
     color: #007bff;
     font-weight: bold;
     margin-right: 10px;
 }
 
 @media(max-width:768px) {
     .terms-container {
         padding: 15px;
         margin: 30px auto;
     }
     .terms-container h2 {
         font-size: 20px;
     }
     .terms-container p,
     .terms-container ul li {
         font-size: 14px;
     }
 }
 /**************************************************terms and condition***************************************************/
 
 .tc-hero {
     background: linear-gradient(135deg, #0a2540 0%, #0d3560 40%, #1a5fa0 100%);
     color: #fff;
     padding: 80px 0 100px;
     text-align: center;
     position: relative;
     overflow: hidden;
 }
 
 .tc-hero::after {
     content: "";
     position: absolute;
     width: 200%;
     height: 200%;
     background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 10%);
     background-size: 50px 50px;
     animation: moveBg 20s linear infinite;
 }
 
 @keyframes moveBg {
     from {
         transform: translate(0, 0);
     }
     to {
         transform: translate(-50px, -50px);
     }
 }
 
 .tc-container {
     margin-top: -120px;
     z-index: 999;
     position: relative;
 }
 
 .tc-card {
     background: rgba(255, 255, 255, 0.95);
     backdrop-filter: blur(12px);
     border-radius: 18px;
     padding: 40px;
     box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
 }
 
 .tc-block {
     padding: 10px 15px;
     border-radius: 12px;
     transition: all 0.3s ease;
 }
 
 .tc-block:hover {
     background: #f4f7ff;
     transform: translateY(-4px);
 }
 
 .tc-block h2 {
     font-size: 20px;
     color: #0a2540;
     font-weight: 600;
     display: flex;
     align-items: center;
 }
 
 .tc-block h2 span {
     background: #f36523;
     color: #fff;
     font-size: 14px;
     width: 28px;
     height: 28px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     margin-right: 10px;
 }
 
 .tc-card p,
 .tc-card li {
     color: #555;
     line-height: 1.7;
 }
 
 .tc-contact {
     background: linear-gradient(135deg, #e9f0ff, #f5f7ff);
     padding: 25px;
     border-radius: 12px;
     margin-top: 30px;
     text-align: center;
 }
 
 .terms-container {
     max-width: 900px;
     margin: 50px auto;
     /* padding: 20px; */
     font-family: 'Segoe UI', sans-serif;
     line-height: 1.6;
     /* Slightly tighter spacing */
     color: #333;
 }
 
 .terms-container h2 {
     font-size: 22px;
     font-weight: 600;
     margin-top: 25px;
     /* Less top gap */
     margin-bottom: 15px;
     /* Gap after heading */
     display: flex;
     align-items: center;
 }
 
 .terms-container h2 i {
     color: #007bff;
     margin-right: 10px;
 }
 
 .terms-container hr {
     border-top: 1px solid #000000;
     margin: 10px 0 20px;
     /* Reduced gaps */
 }
 
 .terms-container p {
     font-size: 16px;
     margin-bottom: 15px;
     /* Uniform gap between paragraphs */
 }
 
 .terms-container ul {
     list-style-type: none;
     padding-left: 0;
     margin-bottom: 15px;
     /* Gap after list */
 }
 
 .terms-container ul li::before {
     content: "\2713";
     /* Check mark */
     color: #007bff;
     font-weight: bold;
     margin-right: 10px;
 }
 
 .terms-container ul li {
     margin-bottom: 8px;
     /* Gap between list items */
 }
 
 @media(max-width:768px) {
     .terms-container {
         padding: 15px;
         margin: 30px auto;
     }
     .terms-container h2 {
         font-size: 20px;
         margin-top: 25px;
         margin-bottom: 10px;
     }
     .terms-container p,
     .terms-container ul li {
         font-size: 14px;
         margin-bottom: 12px;
     }
     .terms-container hr {
         margin: 8px 0 15px;
     }
 }
 /*********************************************************************contact***********************************/
 
 .contact-hero {
     background: linear-gradient(135deg, #0a2540 0%, #0d3560 40%, #1a5fa0 100%);
     color: #fff;
     padding: 80px 0 100px;
     text-align: center;
     position: relative;
 }
 
 .contact-hero h1 {
     font-size: 40px;
     font-weight: 700;
 }
 /* CARD */
 
 .contact-container {
     margin-top: -120px;
 }
 
 .contact-card {
     background: rgba(255, 255, 255, 0.95);
     backdrop-filter: blur(12px);
     border-radius: 18px;
     padding: 40px;
     box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
 }
 /* FORM */
 
 .contact-form input,
 .contact-form textarea {
     border-radius: 10px;
     border: 1px solid #ddd;
     padding: 12px;
 }
 
 .contact-form button {
     background: linear-gradient(135deg, #0d6efd, #6f42c1);
     color: #fff;
     border: none;
     padding: 12px;
     border-radius: 10px;
     font-weight: 600;
     transition: 0.3s;
 }
 
 .contact-form button:hover {
     transform: translateY(-2px);
 }
 /* INFO BOX */
 
 .contact-info {
     background: #f4f7ff;
     padding: 20px;
     border-radius: 12px;
     margin-bottom: 15px;
 }
 
 .contact-info h5 {
     margin-bottom: 5px;
 }
 /* MAP */
 
 .map iframe {
     width: 100%;
     height: 300px;
     border-radius: 12px;
     border: 0;
 }
 /* MOBILE */
 
 @media(max-width:768px) {
     .contact-hero h1 {
         font-size: 26px;
     }
     .contact-card {
         padding: 20px;
     }
 }
 /****************************************************************************************ready to move***************************************/
 /* RESET (optional but recommended) */
 /* HERO */
 
 .pk-hero {
     position: relative;
     background: url('https://images.unsplash.com/photo-1560448204-e02f11c3d0e2') center/cover no-repeat;
     height: 280px;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .pk-hero-overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.6);
 }
 
 .pk-hero-content {
     position: relative;
     color: #fff;
 }
 
 .pk-hero-title {
     font-size: 30px;
     font-weight: 600;
     letter-spacing: 1px;
 }
 /* SEARCH BAR */
 
 .pk-search {
     background: #f4f4f4;
     padding: 20px 0;
     border-bottom: 1px solid #e5e5e5;
 }
 
 .pk-search label {
     font-size: 13px;
     font-weight: 500;
     margin-bottom: 5px;
 }
 
 .pk-search .form-control {
     height: 45px;
     border-radius: 6px;
     border: 1px solid #ddd;
     font-size: 14px;
 }
 
 .pk-search-btn {
     height: 45px;
     border-radius: 6px;
     font-weight: 500;
 }
 /* RESULTS HEADER */
 
 .pk-results-header {
     background: #f1f1f1;
     padding: 12px 15px;
     border-radius: 6px;
     font-size: 14px;
 }
 /* CARD DESIGN */
 
 .pk-card {
     background: #fff;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
     transition: 0.3s ease;
     height: 100%;
     display: flex;
     flex-direction: column;
 }
 
 .pk-card:hover {
     transform: translateY(-6px);
 }
 /* IMAGE */
 
 .pk-card img {
     width: 100%;
     height: 210px;
     object-fit: cover;
 }
 /* BODY */
 
 .pk-card-body {
     padding: 15px;
     flex-grow: 1;
 }
 
 .pk-card-title {
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 5px;
 }
 
 .pk-location {
     font-size: 13px;
     color: #777;
     margin-bottom: 8px;
 }
 /* PRICE */
 
 .pk-price {
     font-weight: 600;
     font-size: 15px;
     margin-bottom: 8px;
 }
 
 .pk-price span {
     font-weight: 400;
     font-size: 13px;
     color: #666;
     margin-left: 8px;
 }
 /* TAGS */
 
 .pk-tags {
     margin-bottom: 10px;
 }
 
 .pk-tags span {
     font-size: 12px;
     background: #f1f1f1;
     padding: 4px 8px;
     margin-right: 5px;
     border-radius: 4px;
 }
 /* ACTION BUTTONS */
 
 .pk-actions {
     display: flex;
     gap: 8px;
     margin-bottom: 10px;
 }
 
 .pk-actions button {
     border: none;
     background: #0a2540;
     color: #fff;
     padding: 6px 10px;
     border-radius: 5px;
     transition: 0.3s;
 }
 
 .pk-actions button:hover {
     opacity: 0.8;
 }
 
 .pk-whatsapp {
     background: #25d366 !important;
 }
 /* VIEW BUTTON */
 
 .pk-card .btn {
     border-radius: 6px;
     font-size: 14px;
 }
 /* RESPONSIVE */
 
 @media (max-width: 992px) {
     .pk-hero {
         height: 240px;
     }
 }
 
 @media (max-width: 768px) {
     .pk-hero-title {
         font-size: 22px;
     }
     .pk-card img {
         height: 180px;
     }
     .pk-search {
         padding: 15px 0;
     }
 }
 
 @media (max-width: 576px) {
     .pk-hero {
         height: 200px;
     }
     .pk-hero-title {
         font-size: 18px;
     }
     .pk-card img {
         height: 160px;
     }
     .pk-search .row>div {
         width: 100%;
     }
 }
 /************************************************************signup**************************/
 /* SECTION BACKGROUND */
 /* SECTION */
 
 .register-section {
     min-height: 70vh;
     background: #eef1f7;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 20px;
 }
 /* MAIN CARD */
 
 .register-container {
     display: flex;
     max-width: 1000px;
     width: 100%;
     border-radius: 24px;
     overflow: hidden;
     background: #fff;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
 }
 /* LEFT SIDE - lavender gradient like image */
 
 .register-left {
     flex: 0 0 42%;
     background: linear-gradient(160deg, #0a2540 0%, #0a2540 40%, #0a2540 100%);
     color: #fff;
     padding: 40px 36px;
     position: relative;
     display: flex;
     flex-direction: column;
     overflow: hidden;
 }
 /* BLOB decorations */
 
 .register-left::before {
     content: "";
     position: absolute;
     width: 220px;
     height: 220px;
     background: rgba(255, 255, 255, 0.15);
     border-radius: 50%;
     top: -60px;
     left: -60px;
 }
 /* CURVE SHAPE on right */
 
 .register-left::after {
     content: "";
     position: absolute;
     right: -55px;
     top: 0;
     width: 110px;
     height: 100%;
     background: #fff;
     border-radius: 50%;
     z-index: 2;
 }
 /* LEFT CONTENT */
 
 .left-content {
     position: relative;
     z-index: 3;
     display: flex;
     flex-direction: column;
     height: 100%;
 }
 
 .left-content h2 {
     font-size: 26px;
     font-weight: 700;
     margin-bottom: 12px;
     line-height: 1.3;
     color: #fff;
 }
 
 .sub-text {
     font-size: 13px;
     opacity: 0.92;
     line-height: 1.6;
     margin-bottom: 14px;
 }
 
 .desc {
     list-style: none;
     padding: 0;
     margin: 0 0 20px;
     font-size: 13px;
     line-height: 2;
 }
 
 .desc li {
     display: flex;
     align-items: center;
     gap: 8px;
     opacity: 0.95;
 }
 
 .social-icons {
     margin-top: auto;
     font-size: 13px;
     display: flex;
     gap: 16px;
     opacity: 0.8;
 }
 /* RIGHT SIDE */
 
 .register-right {
     flex: 1;
     padding: 44px 42px 40px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 
 .register-right h3 {
     font-size: 26px;
     color: #2c3e50;
     font-weight: 700;
     margin-bottom: 4px;
 }
 
 .small-text {
     font-size: 13px;
     color: #888;
     margin-bottom: 20px;
     line-height: 1.5;
 }
 
 .small-text a {
     color: #8b9cf5;
     text-decoration: none;
     font-weight: 500;
 }
 /* USER TYPE BUTTONS */
 
 .user-type {
     display: flex;
     gap: 10px;
     margin-bottom: 22px;
 }
 
 .user-type button {
     flex: 1;
     padding: 10px 6px;
     border: 1.5px solid #ddd;
     background: #fff;
     cursor: pointer;
     border-radius: 8px;
     font-size: 13px;
     font-weight: 500;
     color: #444;
     transition: 0.25s;
 }
 
 .user-type button:hover,
 .user-type button.active {
     background: #f36422;
     border-color: #f36422;
     color: #fff;
 }
 /* FORM GRID */
 
 .form-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 16px;
 }
 
 .full-width {
     grid-column: span 2;
 }
 /* FORM GROUP - floating label */
 
 .form-group {
     position: relative;
 }
 
 .form-group input {
     width: 100%;
     height: 50px;
     padding: 18px 12px 4px;
     border: 1.5px solid #dde2eb;
     border-radius: 8px;
     outline: none;
     font-size: 14px;
     background: #fafbfd;
     color: #2c3e50;
     transition: 0.25s;
     box-sizing: border-box;
 }
 
 .form-group input:focus {
     border-color: #0a2540;
     background: #fff;
 }
 
 .form-group label {
     position: absolute;
     left: 13px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 13px;
     color: #aaa;
     transition: 0.22s;
     pointer-events: none;
     background: transparent;
     padding: 0 3px;
 }
 
 .form-group input:focus+label,
 .form-group input:not(:placeholder-shown)+label {
     top: 9px;
     transform: translateY(0);
     font-size: 10px;
     color: #0a2540;
     font-weight: 600;
     letter-spacing: 0.04em;
     text-transform: uppercase;
 }
 /* CHECKBOX */
 
 .checkbox {
     display: flex;
     align-items: center;
     gap: 9px;
     font-size: 13px;
     color: #555;
     line-height: 1.5;
     margin: 2px 0;
 }
 
 .checkbox input[type="checkbox"] {
     width: 15px;
     height: 15px;
     min-width: 15px;
     margin: 0;
     cursor: pointer;
     accent-color: #0a2540;
 }
 
 .checkbox label {
     margin: 0;
     font-size: 13px;
     color: #555;
     cursor: pointer;
 }
 
 .checkbox label a {
     color: #000000;
     text-decoration: none;
     font-weight: 500;
 }
 /* SIGN UP BUTTON */
 
 .register-btn {
     width: 100%;
     background: #f36422;
     color: #fff;
     border: none;
     padding: 14px;
     border-radius: 10px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     transition: 0.25s;
     margin-top: 4px;
 }
 
 .register-btn:hover {
     background: 0a2540;
     transform: translateY(-1px);
 }
 /* RESPONSIVE */
 
 @media (max-width: 768px) {
     .register-container {
         flex-direction: column;
     }
     .register-left {
         flex: none;
         padding: 30px 28px;
         min-height: 180px;
     }
     .register-left::after {
         display: none;
     }
     .register-right {
         padding: 30px 24px;
     }
     .form-grid {
         grid-template-columns: 1fr;
         gap: 14px;
     }
     .full-width {
         grid-column: span 1;
     }
     .user-type {
         flex-wrap: wrap;
     }
 }
 
 .search-headline {
     padding: 14px 18px;
     font-size: 14px;
     color: var(--muted);
     border-bottom: 2.5px solid transparent;
     transition: all .2s;
 }
 
 .lightbox-close {
     position: right;
     /* top: 15px; */
     left: 20px;
     z-index: 9999;
     background: rgba(0, 0, 0, 0.7);
     color: #fff;
     border: 2px solid #fff;
     border-radius: 50%;
     width: 42px;
     height: 42px;
     font-size: 24px;
     line-height: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: background 0.2s;
 }
 
 .ck-content {
     font-family: inherit;
     line-height: 1.6;
 }
 
 .ck-content ul {
     list-style: disc !important;
     padding-left: 20px;
 }
 
 .ck-content ol {
     list-style: decimal !important;
     padding-left: 20px;
 }
 
 .ck-content strong {
     font-weight: bold;
 }
 
 .ck-content em {
     font-style: italic;
 }
 
 .estate-header {
     display: flex;
     align-items: center;
     gap: -2px;
     /* space between logo & text */
     margin-bottom: 15px;
 }
 
 .estate-section .container {
     padding-left: 1px;
     padding-right: 1px;
 }
 
 @media (max-width: 768px) {
     .estate-section .container {
         padding-left: 10px;
         padding-right: 10px;
     }
 }
 
 .estate-header img {
     width: 200px;
     height: 75px;
     border-radius: 0;
     object-fit: contain;
     margin: 0 auto;
 }
 
 .estate-header h2 {
     margin: 0;
     font-size: 16px;
     font-weight: 700;
 }
 
 .estate-line {
     display: flex;
     align-items: center;
     gap: initial;
     justify-content: space-between;
     font-size: 20px;
     margin: 10px 0 0;
 }
 
 .estate-line h6 {
     margin: 0;
 }
 
 .dotted-line {
     border: none;
     border-top: 3px dotted #131212;
     margin: 15px 0;
 }
 
 hr.dotted {
     border: none;
     border-top: 2px dotted #000;
     margin: 6px 0px 25px;
 }
 
 p {
     margin-top: -5px;
     margin-bottom: 1rem;
 }
 
 .builders-panel .props-grid {
     grid-template-columns: repeat(4, 1fr);
 }
 /*******************************************************section h4**********************/
 
 @media (max-width: 768px) {
     .estate-line {
         font-size: 10px;
         margin: 5px 0 0;
     }
     .estate-content {
         font-size: 12px;
         text-align: justify;
     }
     .props-grid {
         margin-top: 0px;
     }
     hr.dotted {
         margin: 6px 0px 10px;
     }
     .builders-panel .props-grid {
         grid-template-columns: repeat(1, 1fr);
     }
 }