/* ===========================================================
                    GHARRENT.ONLINE STYLESHEET
-------------------------------------------------------------
Project : GharRent.online
Version : 1.0
Author  : Amol Shivbhagat

This file contains:
01. Reset
02. Global
03. Navbar
04. Hero
05. Hero Split Layout
06. Hero Search
07. Filters
08. Property Cards
09. Post Section
10. Modals
11. Gallery
12. Section Headers & Timeline
13. Contact
14. Footer
15. Responsive
16. MY LISTINGS DASHBOARD
17. Dashboard Stats
18. Dashboard button
19.listing-status
20. why gharrent 
21. About Page
22. about Vision Section
=========================================================== */


/* ===================================================
   01. RESET
=================================================== */

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}



/* ===================================================
   02. GLOBAL
=================================================== */

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #F8F9FA;
    color: #1e293b;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
    border: none;
}

/* ===================================================
   03. NAVBAR
=================================================== */

nav {
    position:sticky;
    top:0;
    background:#ffffff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 60px;
    box-shadow:0 8px 20px rgba(15,23,42,.06);
    z-index:999;
}

.logo {
    font-size:28px;
    font-weight:bold;
    color:#2563EB;
}

.nav-right {
    display:flex;
    align-items:center;
    gap:20px;
}

.nav-links {
    display:flex;
    gap:25px;
}

.nav-links a {
    color:#444;
    font-size:16px;
    font-weight: 600;
    transition:.3s;
}

.nav-links a:hover {
    color:#2563EB;
}

.user-badge {
    font-weight:600;
}

.login-btn {
    background:#2563EB;
    color:white;
    padding:10px 18px;
    border-radius:8px;
}

.logout-btn {
    background:#ef4444;
    color:white;
    padding:10px 18px;
    border-radius:8px;
}

.post-nav-btn {
    background:#16a34a;
    color:white;
    padding:10px 18px;
    border-radius:8px;
}



/* ===================================================
   04. HERO
=================================================== */

.hero {
    background:
        linear-gradient(
            135deg,
       rgba(37, 99, 235, 0.25),
       rgba(30, 64, 175, 0.30)
        ),
        url("../images/hero-house.png.png");

    background-color: #1E40AF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: white;
    padding: 35px 20px 22px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(37,99,235,.15);
}

.hero h1,
.hero p {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-section{
    background:linear-gradient(135deg,#2563EB,#1D4ED8);
}



.hero-title {
    margin-bottom:8px;
    line-height:1.15;
}

.hero h1 {
    font-size:52px;
    margin-bottom:8px;
}

.hero p {
    font-size:20px;
    opacity:.95;
    margin-bottom:40px;
}

.hero-subtitle {
    max-width:700px;
    margin:20px auto 0;
    line-height:1.8;
    font-size:17px;
    color:rgba(255,255,255,.9);


}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items:stretch;
}

.hero-badge {
    display:inline-block;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
    font-size:13px;
    font-weight:700;
    padding:7px 18px;
    border-radius:30px;
    margin-bottom:18px;
    letter-spacing:.3px;
}

.hero-stats {
    display:flex;
    justify-content:center;
    gap:50px;
    max-width:700px;
    margin:0 auto 30px;
}

.hero-stat {
    text-align:center;
    color:#fff;
}

.hero-stat strong {
    display:block;
    font-size:28px;
    font-weight:800;
}

.hero-stat span {
    font-size:13px;
    opacity:.85;
}

.hero-actions {
    display:flex;
    justify-content:center;
    gap:15px;
    margin:25px 0;
    flex-wrap:wrap;
}

.hero-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:200px;
    height:56px;
    padding:0 30px;
    border-radius:14px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
    box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.hero-buttons {
    display:flex;
    justify-content:center;
    gap:16px;
    margin:15px 0;
    flex-wrap:wrap;
}

.hero-btn:hover {
    transform:translateY(-4px);
}

.find-btn {
    background:#fff;
    color:#2563EB;
}

.find-btn:hover {
    background:#f3f4f6;
    transform:translateY(-4px);
}

.post-btn {
    background:#16A34A;
    color:#fff;
}

.post-btn:hover {
    background:#15803D;
    transform:translateY(-4px);
}

.search-title {
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
    opacity:0;
    transform:translateY(-10px);
    transition:all .35s ease;
}

.search-subtitle {
    color:rgba(255,255,255,.85);
    font-size:17px;
    text-align:center;
    margin-bottom:22px;
}



/* ===================================================
   05. HERO SPLIT LAYOUT
=================================================== */

.hero-split {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    max-width:1200px;
    margin:0 auto;
    text-align:left;
}

.hero-split .hero-content {
    flex:1;
    min-width:320px;
}

.hero-split .search-label {
    margin-left:0;
    margin-right:0;
    max-width:100%;
}

.hero-split .property-chip-group,
.hero-split .search-box,
.hero-split .popular-cities {
    margin-left:0;
    margin-right:0;
    max-width:600px;
    justify-content:flex-start;
}

.hero-visual {
    position:relative;
    flex:1;
    min-width:320px;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:380px;
}

.hero-card {
    width:340px;
    height:340px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.35);
    border-radius:28px;
    backdrop-filter:blur(6px);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:18px;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.hero-card-icon {
    font-size:90px;
}

.hero-card-lines {
    width:70%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.hcl {
    height:10px;
    border-radius:10px;
    background:rgba(255,255,255,.35);
}

.hcl-1 {
    width:100%;
}

.hcl-2 {
    width:65%;
}

.hero-float {
    position:absolute;
    background:#fff;
    color:#1f2937;
    border-radius:14px;
    padding:12px 16px;
    display:flex;
    align-items:center;
    gap:10px;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    font-size:13px;
}

.hero-float strong {
    display:block;
    font-size:16px;
    color:#1E40AF;
}

.hf-icon {
    font-size:20px;
}

.hero-float-1 {
    top:10px;
    left:-10px;
}

.hero-float-2 {
    bottom:60px;
    right:-20px;
}

.hero-float-3 {
    bottom:-10px;
    left:30px;
}



/* ===================================================
   06. HERO SEARCH
=================================================== */

.search-box {
    width:100%;
    max-width:760px;
    height:64px;
    margin:25px auto;
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:50px;
    padding:6px 20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    transition:.35s;
}

.search-box:hover {
    transform:translateY(-3px);
    box-shadow:0 24px 60px rgba(0,0,0,.22);
}

.search-icon {
    font-size:26px;
    color:#2563EB;
    margin-right:10px;
}

.search-box button {
    width:50px;
    height:50px;
    border:none;
    background:transparent;
    color:#2563EB;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
    border-radius:50%;
}

.search-box button:hover {
    background:#eef4ff;
}

.search-box input {
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    padding:0 15px;
    font-size:18px;
    font-weight:500;
    color:#111827;
}

.search-box input::placeholder {
    color:#9ca3af;
}

#searchBudget {
    width:100%;
    max-width:600px;
    padding:14px 16px;
    border-radius:12px;
    border:none;
    font-size:16px;
    margin-top:15px;
}

.search-section {
    max-width:700px;
    margin:60px auto 40px;
    text-align:center;
}

.search-section h2 {
    margin-bottom:25px;
    font-size:32px;
    color:#1f2937;
}

.search-label {
    display:block;
    color:#fff;
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
    text-align:left;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

.property-select {
    width:700px;
    max-width:100%;
    padding:15px;
    border:none;
    border-radius:12px;
    margin:0 auto 15px;
    display:block;
    font-size:16px;
    outline:none;
}

#propertyType {
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
    margin-bottom:15px;
    font-size:15px;
    background:#fff;
}

.hero-search {
    margin:15px 0 10px;
}

.property-chip-group {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    max-width:700px;
    margin:0 auto 18px;
}

.property-chip {
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.45);
    color:#fff;
    padding:11px 20px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.property-chip:hover {
    background:rgba(255,255,255,.25);
    transform:translateY(-2px);
}

.property-chip.active {
    background:#fff;
    color:#1E40AF;
    border-color:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.popular-cities {
    margin-top:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
}

.popular-tags {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top:10px;
    flex-wrap:wrap;
}

.popular-label {
    color:#fff;
    font-weight:600;
    font-size:14px;
}

.city-chip {
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.35);
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.city-chip:hover {
    background:#fff;
    color:#2563EB;
    transform:translateY(-2px);
}
.city-chip.active{

    background:#2563EB;
    color:#fff;
    border-color:#2563EB;
    box-shadow:0 8px 20px rgba(37,99,235,.25);

}

.listing-search {
    max-width:700px;
    margin:50px auto;
    text-align:center;
}

.listing-search h2 {
    font-size:42px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:10px;
}

.listing-search p {
    color:#6b7280;
    font-size:18px;
    margin-bottom:25px;
}
.listing-count{

    text-align:center;

    margin:20px 0;

    color:#6b7280;

    font-size:15px;

    font-weight:600;

}



/* ===================================================
   07. FILTERS
=================================================== */

.filters {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    margin:50px auto;
}

.filter-btn {
    background:#fff;
    border:1px solid #ddd;
    padding:12px 20px;
    border-radius:30px;
    font-size:15px;
    transition:.3s;
    cursor:pointer;
}

.filter-btn:hover {
    transform:translateY(-2px);
    box-shadow:0 6px 15px rgba(0,0,0,.10);
}

.filter-btn.active {
    background:#2563EB;
    color:#fff;
    border-color:#2563EB;
}



/* ===================================================
   08. PROPERTY CARDS
=================================================== */

.container {
    max-width:1200px;
    margin: auto;
    padding:0 25px;
}

.rooms-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
    margin-bottom:60px;
}

.loading-state {
    grid-column:1/-1;
    text-align:center;
    padding:60px;
    color:#777;
}

.room-card {
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
     transition:.30s ease;
    border:1px solid #eee;
}

.room-card:hover {
     transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.room-thumb {
    height:220px;
    background:#eef3ff;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

.thumb-bg {
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    
}
.room-thumb img,
.thumb-bg{
    transition:.35s;
}

.room-card:hover .thumb-bg {
    transform:scale(1.05);
}

.thumb-emoji {
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:70px;
}

.room-body {
    padding:20px;
}

.room-tag {
    display:inline-block;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.verified-badge {
    display:inline-block;
    margin-bottom:10px;
    margin-right:8px;
    background:#16a34a;
    color:#fff;
    padding:4px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.tag-give{
    background:#2563eb;
    color:#fff;
}

.tag-rent{
    background:#f97316;
    color:#fff;
}

.room-title {
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
    color:#1F2937;
     margin:12px 0 8px;
    line-height:1.4;
}

.room-loc {
    color:#555;
    font-size:16px;
    font-weight:500;
    margin-bottom:18px;
}

.room-footer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
}

.room-price{
    font-size:26px;
    font-weight:700;
    color:#2563eb;
}

.room-price span {
    font-size:14px;
    color:#666;
}

.room-actions {
    display:flex;
    gap:10px;
}

.photos-btn{
    height:44px;
    padding:0 18px;
    border-radius:10px;
    font-weight:600;
}

.photos-btn:hover {
    background:#E5E7EB;
}
.contact-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-width:160px;
    height:44px;
    padding:0 18px;
    border:none;
    border-radius:12px;
    background:#2563eb;
    color:#fff;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:.25s;
}

.contact-btn:hover{
    background:#1d4ed8;
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(37,99,235,.30);
}

.thumb-lock {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    gap: 8px;
    opacity: 0;
    transition: .3s;
}

.room-thumb:hover .thumb-lock {
    opacity: 1;
}

.lock-icon {
    font-size: 32px;
}

.photo-count-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.room-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}
/* ----------08/01 Loading State ---------- */

.loading-state{

    grid-column:1/-1;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    padding:60px 20px;

    color:#6b7280;

}

.loading-spinner{

    width:42px;

    height:42px;

    border:4px solid #e5e7eb;

    border-top:4px solid #2563EB;

    border-radius:50%;

    animation:spin .8s linear infinite;

    margin-bottom:15px;

}

@keyframes spin{

    to{

        transform:rotate(360deg);

    }

}



/* ===================================================
   09. POST SECTION
=================================================== */

.post-section {
    background:#2563EB;
    color:#fff;
    border-radius:20px;
    padding:40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin:60px 0;
}

.post-text h3 {
    font-size:30px;
    margin-bottom:10px;
}

.post-text p {
    opacity:.9;
}

.post-big-btn {
    background:#16A34A;
    color:#fff;
    padding:16px 28px;
    border:none;
    border-radius:10px;
    font-size:18px;
    cursor:pointer;
}

.post-big-btn:hover {
    background:#15803d;
}



/* ===================================================
   10. MODALS
=================================================== */

.modal-overlay {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    display:none;
    justify-content:center;
    align-items:flex-start;
    overflow-y:auto;
    padding:20px;
    z-index:9999;
}

.modal-overlay.open {
    display:flex;
}

.modal {
    background:#fff;
    width:95%;
    max-width:520px;
    max-height:90vh;
    overflow-y:auto;
    border-radius:16px;
    padding:25px;
    position:relative;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.close-modal {
    position:absolute;
    right:15px;
    top:15px;
    border:none;
    background:none;
    font-size:24px;
    cursor:pointer;
}

.auth-tabs {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
}

.auth-tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    transition: .3s;
}

.auth-tab.active {
    color: #2563EB;
    border-bottom: 3px solid #2563EB;
}

.modal h2 {
    font-size: 24px;
    margin-bottom: 6px;
}

.modal-sub {
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;px;
}

.modal label {
    display: block;
    font-weight: 600;
    margin: 14px 0 6px;
    font-size: 15px;px;
}

.modal input,
.modal select,
.modal textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: .3s;
}

.modal input:focus,
.modal select:focus,
.modal textarea:focus {
    border-color: #2563EB;
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 20px;
}

.btn-cancel {
    background: #f3f4f6;
    color: #444;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-submit {
    background: #2563EB;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-submit:hover {
    background: #1d4ed8;
}

.msg-error {
    color: #ef4444;
    font-size: 15px;px;
    margin-top: 8px;
    display: none;
}

.msg-success {
    color: #16a34a;
    font-size: 15px;px;
    margin-top: 8px;
    display: none;
}

.show-password {
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:14px;
}

.show-password input {
    width:16px;
    height:16px;
    cursor:pointer;
}

.show-password label {
    cursor:pointer;
    user-select:none;
}

.forgot-password {
    text-align:right;
    margin-bottom:15px;
}

.forgot-password a {
    color:#2563EB;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.forgot-password a:hover {
    text-decoration:underline;
}



/* ===================================================
   11. GALLERY
=================================================== */

.gallery-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.92);
    z-index: 99999;
    flex-direction: column;
}

.gallery-overlay.open {
    display: flex;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    color: #fff;
}

.gallery-header h3 {
    font-size: 20px;
}

.gallery-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.gallery-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gallery-nav {
    background: rgba(255,255,255,.15);
    border: none;
    color: #fff;
    font-size: 48px;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 8px;
    transition: .3s;
}

.gallery-nav:hover {
    background: rgba(255,255,255,.3);
}

.gallery-photo-wrap {
    position: relative;
}

.gallery-photo-bg {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.gallery-watermark {
    position: absolute;
    bottom: 12px;
    right: 16px;
    color: rgba(255,255,255,.6);
    font-size: 13px;
    pointer-events: none;
    white-space: pre;
}

.gallery-blocker {
    position: absolute;
    inset: 0;
    z-index: 10;
}

.gallery-video-wrap video {
    max-width: 70vw;
    max-height: 60vh;
    border-radius: 10px;
}

.gallery-footer {
    text-align: center;
    padding: 16px;
    color: rgba(255,255,255,.6);
    font-size: 13px;
}

.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.gallery-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    cursor: pointer;
    transition: .3s;
}

.gallery-dot.active {
    background: #fff;
}



/* ===================================================
   12. SECTION HEADERS & TIMELINE
=================================================== */

.how-section {
    background:#f8fafc;
}

.timeline {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.step {
    width:220px;
    text-align:center;
    opacity:0;
    transform:translateY(60px);
    transition:1s;
}

.step.show {
    opacity:1;
    transform:translateY(0);
}

.circle {
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#0d6efd;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    box-shadow:0 10px 25px rgba(13,110,253,.3);
    transition:.4s;
}

.circle:hover {
    transform:translateY(-10px) scale(1.08) rotate(8deg);
}

.line {
    width:70px;
    height:4px;
    background:#d9d9d9;
    position:relative;
    overflow:hidden;
}

.line::after {
    content:"";
    position:absolute;
    left:-100%;
    top:0;
    height:100%;
    width:100%;
    background:#0d6efd;
    animation:flow 3s infinite;
}

@keyframes flow {
    100% {
        left:100%;
    }
}

.step h5 {
    margin-top:18px;
    font-weight:700;
}

.step p {
    font-size:15px;
    color:#666;
}

.section-title {
    text-align:center;
    margin-top:50px;
    margin-bottom:30px;
}

.mini-title {
    display:inline-block;
    padding:8px 18px;
    border:2px solid #dbeafe;
    border-radius:50px;
    color:#2563eb;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    background:#f8fbff;
}

.section-title h2 {
    font-size:52px;
    font-weight:800;
    margin:20px 0 15px;
    color:#111827;
}

.section-title p {
    font-size:20px;
    color:#6b7280;
    max-width:650px;
    margin:auto;
}

.title-line {
    width:90px;
    height:5px;
    background:#2563eb;
    border-radius:30px;
    margin:30px auto 0;
    position:relative;
}



/* ===================================================
   13. CONTACT
=================================================== */


.contact-card {
    background:white;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.contact-card:hover {
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.contact-card .icon {
    font-size:45px;
    margin-bottom:18px;
}

.contact-card h4 {
    font-size:16px;
    font-weight:700;
    margin-bottom:8px;
    color:#1f2937;
}

.contact-card h5 {
    font-weight:700;
    margin-bottom:12px;
}

.contact-card p {
    color:#666;
    font-size:15px;
    margin:0;
}
@media (max-width: 768px) {

    .contact-page {
        width: calc(100% - 28px);
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }

}


/* ===================================================
   14. FOOTER
=================================================== */

.footer {
    background:#111827;
    color:#fff;
    text-align:center;
    padding:35px 20px;
}

.footer-links {
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

.footer-links a {
    color:#d1d5db;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover {
    color:#ffffff;
}



/* ===================================================
   15. RESPONSIVE
=================================================== */

@media(max-width:768px) {
    nav {
        flex-direction:column;
        padding:15px;
    }

    .nav-right {
        flex-direction:column;
        width:100%;
    }

    .nav-links {
        flex-direction:column;
        text-align:center;
    }
}

@media(max-width:900px) {
    .hero-split {
        flex-direction:column;
        text-align:center;
    }

    .hero-split .hero-content {
        text-align:center;
    }

    .hero-split .property-chip-group,
        .hero-split .search-box,
        .hero-split .popular-cities {
        justify-content:center;
        margin:0 auto;
    }

    .hero-visual {
        margin-top:30px;
    }
}

@media(max-width:768px) {
    .hero-stats {
        gap:26px;
    }

    .hero-stat strong {
        font-size:21px;
    }
}

@media(max-width:768px) {
    .timeline {
        flex-direction:column;
    }

    .line {
        width:4px;
        height:60px;
    }
}
@media (max-width: 768px) {

    .hero {
       padding: 105px 16px 35px;
        background-size: auto 100%;
        background-position: center center;
        min-height: 620px;
    }

    .hero h1,
    .hero-title {
        font-size: 36px;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .hero p,
    .hero-subtitle {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 22px;
    }

}
/* ==========================================================
        16. MY LISTINGS DASHBOARD
========================================================== */

/* ---------- Dashboard Header ---------- */

.dashboard-header{

    text-align:center;

    margin:25px 0;

}

.dashboard-header h1{

    font-size:34px;

    color:#1f2937;

    margin-bottom:8px;

}

.dashboard-header h2{

    font-size:26px;

    color:#2563EB;

    margin-bottom:10px;

}

.dashboard-header p{

    color:#6b7280;

    font-size:16px;

}
/* ---------- 17. Dashboard Stats ---------- */

.stats{

    display:flex;
    justify-content:center;
    align-items:stretch;
    gap:20px;
    flex-wrap:wrap;
    margin:35px 0 45px;

}

.stat-card{

    background:#fff;

    width:200px;
    min-height:130px;

    border-radius:18px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    transition:.3s;

}

.stat-card:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(37,99,235,.15);
}

.stat-card h3{

    font-size:38px;

    font-weight:700;

    color:#2563EB;

    margin:0 0 8px;

    line-height:1;

}

.stat-card p{

    color:#6b7280;

    font-size:14px;

    font-weight:600;

    margin:0;

}
.empty-dashboard{

    max-width:520px;

    margin:50px auto;

    background:#fff;

    padding:40px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

/* ---------- 18. Dashboard button ---------- */

.dashboard-post-btn{

    display:inline-block;

    background:#16a34a;

    color:#fff;

    padding:12px 22px;

    border-radius:10px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.dashboard-post-btn:hover{

    background:#15803d;

    transform:translateY(-2px);

}
.btn{

    transition:.25s;

}

.btn:hover{

    transform:translateY(-2px);

}
/* ----------  19. listing-status   ---------- */

.listing-status{

    display:inline-block;

    background:#dcfce7;

    color:#15803d;

    padding:6px 14px;

    border-radius:20px;

    font-size:13px;

    font-weight:700;

}

.posted-date{

    color:#6b7280;

    margin-top:8px;

}

.card{

    border-top:4px solid #2563EB;
    transition:.3s;

}

.card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(37,99,235,.15);
}
.card-actions{

    display:flex;

    gap:12px;

}

.card-actions .btn{

    flex:1;

    text-align:center;

}
.rent{

    font-size:26px;

    font-weight:700;

}
/* ---------- 20. WHY GHARRENT ---------- */

.trust-section {
    position: relative;
    margin: 90px 0;
    padding: 90px 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

/* Decorative background circles */
.trust-section::before,
.trust-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: trustFloat 7s ease-in-out infinite;
}

.trust-section::before {
    width: 260px;
    height: 260px;
    background: rgba(37, 99, 235, 0.08);
    top: -100px;
    left: -80px;
}

.trust-section::after {
    width: 220px;
    height: 220px;
    background: rgba(59, 130, 246, 0.07);
    bottom: -90px;
    right: -70px;
    animation-delay: 2s;
}

/* Heading */
.trust-section .section-badge {
    display: block;
    width: fit-content;
    margin: 0 auto 15px;
     padding: 12px 24px;
    border-radius: 30px;
    background: #e8f0ff;
    color: #2563eb;
    font-size: 15px;px;
    font-weight: 700;
    letter-spacing: .5px;
    
    
}

.trust-section h2 {
    position: relative;
    display: inline-block;
    font-size: 36px;
    font-weight: 800;
    color: #102a56;
    margin-bottom: 14px;
}

.trust-section h2::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 10px;
    background: #2563eb;
    animation: lineGrow 1.5s ease-out;
}

.trust-section .section-subtitle {
    max-width: 650px;
    margin: 0 auto 50px;
    color: #64748b;
    line-height: 1.7;
    font-size: 15px;
}

/* Cards */
.trust-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: auto;
}

.trust-card {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 34px 25px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
    overflow: hidden;
}

/* Top blue line */
.trust-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: #2563eb;
    transform: translateX(-50%);
    transition: width .35s ease;
}

/* Card hover */
.trust-card:hover {
    transform: translateY(-12px);
    border-color: #bfdbfe;
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.15);
}

.trust-card:hover::before {
    width: 100%;
}

/* Icons */
.trust-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f6ff;
    font-size: 38px;
    transition: transform .35s ease;
    animation: iconFloat 4s ease-in-out infinite;
}

.trust-card:nth-child(2) .trust-icon {
    animation-delay: .5s;
}

.trust-card:nth-child(3) .trust-icon {
    animation-delay: 1s;
}

.trust-card:nth-child(4) .trust-icon {
    animation-delay: 1.5s;
}

.trust-card:hover .trust-icon {
    transform: scale(1.12) rotate(5deg);
}

.trust-card h3 {
    color: #102a56;
    font-size: 18px;
    font-weight: 750;
    margin-bottom: 10px;
}

.trust-card p {
    color: #64748b;
    font-size: 15px;px;
    line-height: 1.65;
    margin: 0;
}

/* Animations */

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes trustFloat {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -15px);
    }
}



@keyframes lineGrow {
    from {
        width: 0;
    }

    to {
        width: 65px;
    }
}

/* Tablet */
@media (max-width: 900px) {

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-section h2 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .trust-section {
        margin: 60px 0;
        padding: 65px 15px;
    }

    .trust-section h2 {
        font-size: 27px;
    }

    .trust-section .section-subtitle {
        font-size: 15px;px;
        margin-bottom: 35px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .trust-card {
        padding: 28px 22px;
    }
}

/* ===== 21. ABOUT PAGE ===== */

.about-content,
.why-section,
.values-section,
.vision-section,
.about-cta {
    margin: 70px 0;
}

/* Our Story */
.about-content {
    max-width: 760px;
    margin: 70px auto;
    line-height: 1.8;
    background: #ffffff;
    padding: 45px 50px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(15,23,42,.06);
}

.about-content h2,
.why-section h2,
.values-section h2,
.vision-section h2,
.about-cta h2 {
    font-size: 30px;
    font-weight: 700;
     text-align: center;
}

/* Why GharRent */
.why-grid,
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.why-card {
    padding: 28px 24px;
    text-align: center;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(15,23,42,.06);
    transition: all .3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(15,23,42,.12);
}

.why-card .icon {
    font-size: 42px;
    margin-bottom: 14px;
}

.why-card h3 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
}

.why-card p {
    margin: 0;
    line-height: 1.6;
}

/* Values */
.value-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15,23,42,.06);
    transition: all .3s ease;
    border: 1px solid #e2e8f0;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(15,23,42,.12);
}

.value-card .icon {
    font-size: 42px;
    margin-bottom: 14px;
}

.value-card h4 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}

/* Vision */
.vision-section {
    background: #ffffff;
    padding: 40px 45px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15,23,42,.06);
    border: 1px solid #e2e8f0;
    transition: all .3s ease;
}

.vision-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(15,23,42,.10);
}

.vision-icon {
    font-size: 50px;
    margin-bottom: 12px;
}

.vision-section h2 {
    margin-bottom: 10px;
}

.vision-section p {
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.7;
}

/* CTA */
.about-cta {
    text-align: center;
    padding: 60px 30px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(37,99,235,.20);
}

.about-cta h2 {
    margin-bottom: 8px;
}

.cta-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    border: none;
    outline: none;
}

.btn-primary {
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 8px 18px rgba(37,99,235,.18);
}

.btn-primary:hover {
    background: #f8fafc;
    color: #2563eb;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,.15);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,.8);
}

.btn-secondary:hover {
    background: #ffffff;
    color: #2563eb;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,.15);
}

/* Mobile */
@media (max-width: 768px) {

    .hero h1 {
        font-size: 38px;
    }

    .about-content {
        padding: 30px 22px;
        margin: 50px auto;
    }

    .about-content h2,
    .why-section h2,
    .values-section h2,
    .vision-section h2,
    .about-cta h2 {
        font-size: 28px;
    }

    .vision-section {
        padding: 35px 22px;
    }

    .about-cta {
        padding: 50px 20px;
    }

    .btn-primary,
    .btn-secondary {
        min-width: 160px;
    }
}
.values-section h2 {
    text-align: center;
}
/* ===== 2. CONTACT PAGE===== */
.contact-hero{
    padding:110px 20px;
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
    text-align:center;
    border-radius:20px;
    box-shadow:0 12px 35px rgba(37,99,235,.15);
}
.contact-hero h1{
    font-size:56px;
    margin-bottom:20px;
}
.contact-hero p{
    max-width:700px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
    color:rgba(255,255,255,.9);
}
.contact-form-section{
    max-width:800px;
    margin:80px auto;
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    text-align:center;
}

.contact-form-section h2{
    font-size:36px;
    margin-bottom:15px;
}

.contact-form-section p{
    color:#666;
    margin-bottom:35px;
}

.contact-form{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:16px;
    border:1px solid #dbe4ee;
    border-radius:12px;
    font-size:16px;
    outline:none;
    transition:.3s;
}

.contact-form input:focus,
.contact-form textarea:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.12);
}

.contact-form button{
    width:220px;
    margin:auto;
}    
/* ====FAQ SECTION ===== */

.faq-section{
    max-width:900px;
    margin:80px auto;
    text-align:center;
}

.faq-section h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:40px;
}

.faq-card{
    background:#fff;
    padding:22px 30px;
    margin-bottom:20px;
    border-radius:16px;
    border:1px solid #e2e8f0;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:all .3s ease;
}

.faq-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(15,23,42,.12);
    border-color:#2563eb;
}

/* ===== 3. TRUST SECTION ===== */


.trust-section{
    padding:90px 20px;
    background:#F8F9FA;
    text-align:center;
}
.trust-section h2{
    max-width:700px;
    margin:0 auto 18px;
    font-size:48px;
    line-height:1.2;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;

 padding:60px 20px 80px;
    border-radius:999px;

   background:#EEF4FF;
color:#2563EB;

    font-size:14px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;

    margin-bottom:22px;
}

.section-subtitle{
    max-width:700px;
    margin:0 auto 55px;
    font-size:18px;
    line-height:1.7;
    color:#6B7280;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.trust-card{
    background:#fff;
    padding:35px 20px;
   transition:.3s;
     border:1px solid #E5E7EB;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.trust-card:hover{
     transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(37,99,235,.12);
}

.trust-icon{
     font-size:52px;
    margin-bottom:20px;
}
@media (max-width: 768px) {

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-page {
        margin-left: 14px;
        margin-right: 14px;
        border-radius: 20px;
    }

    .contact-form-section,
    .faq-section,
    .about-cta {
        width: calc(100% - 28px);
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }

}
/*=============== toast =================*/

.toast-message {
    position: fixed;
    top: 80px;
     left: 50%;
    background: #16a34a;
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all .3s ease;
    z-index: 9999;
}

.toast-message.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* ---------- GHARRENT LAUNCH STATE ---------- */

.launch-section {
    position: relative;
    padding: 90px 20px;
    margin: 20px 0 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f7faff, #eef5ff);
}

.launch-section::before,
.launch-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.launch-section::before {
    width: 280px;
    height: 280px;
    background: rgba(37, 99, 235, 0.07);
    top: -120px;
    left: -100px;
}

.launch-section::after {
    width: 240px;
    height: 240px;
    background: rgba(37, 99, 235, 0.06);
    bottom: -100px;
    right: -80px;
}

.launch-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.launch-badge {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background: #e5efff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.launch-container h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #102a56;
    margin: 0 0 15px;
    font-weight: 800;
}

.launch-container h2 span {
    color: #2563eb;
}

.launch-subtitle {
    max-width: 620px;
    margin: 0 auto 45px;
    color: #64748b;
    line-height: 1.7;
    font-size: 16px;
}

.launch-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 820px;
    margin: auto;
}

.launch-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 35px 30px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
    transition: .3s ease;
}

.launch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.13);
}

.launch-icon {
    font-size: 45px;
    margin-bottom: 18px;
}

.launch-card h3 {
    color: #102a56;
    font-size: 21px;
    margin-bottom: 10px;
}

.launch-card p {
    color: #64748b;
    line-height: 1.6;
    min-height: 52px;
}

.launch-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    transition: .25s ease;
}

.launch-btn.primary {
    border: none;
    background: #2563eb;
    color: white;
}

.launch-btn.primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.launch-btn.secondary {
    border: 1px solid #2563eb;
    background: white;
    color: #2563eb;
}

.launch-btn.secondary:hover {
    background: #eff6ff;
}

.launch-note {
    margin-top: 38px;
    color: #64748b;
    font-size: 15px;px;
    font-weight: 600;
}

.launch-note span {
    margin-right: 5px;
}

@media (max-width: 700px) {

    .launch-section {
        padding: 65px 15px;
    }

    .launch-container h2 {
        font-size: 29px;
    }

    .launch-subtitle {
        font-size: 15px;px;
    }

    .launch-cards {
        grid-template-columns: 1fr;
    }

    .launch-card {
        padding: 30px 22px;
    }
}
/* ===================================================
   MOBILE NAVIGATION
=================================================== */

.mobile-menu-btn {
    display: none;
    background: transparent;
    color: #1e293b;
    font-size: 26px;
    padding: 5px 8px;
    border: none;
}


/* Mobile */
@media (max-width: 768px) {

    nav {
        position: sticky;
        top: 0;
        padding: 14px 20px;
        min-height: 58px;
    }

    .logo {
        font-size: 24px;
    }

    .mobile-menu-btn {
        display: block;
        margin-left: auto;
    }

    .nav-right {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;

        background: #ffffff;
        padding: 18px 20px;

        flex-direction: column;
        align-items: stretch;
        gap: 18px;

        box-shadow: 0 10px 20px rgba(15,23,42,.10);
        border-top: 1px solid #e2e8f0;
    }

    .nav-right.mobile-open {
        display: flex;
    }

    .nav-links {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .nav-links a {
        display: block;
        padding: 12px 5px;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #f1f5f9;
    }

    #navGuest {
        width: 100%;
    }

    #navGuest .login-btn {
        width: 100%;
    }

    #navUser {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100%;
    }

    #navUser .user-badge {
        padding: 10px 5px;
    }

    #navUser .post-nav-btn,
    #navUser .logout-btn {
        width: 100%;
    }
}
/* How GharRent Works - Mobile */

@media (max-width: 768px) {

    .how-section .section-title h2 {
        font-size: 38px;
        line-height: 1.2;
        padding: 0 15px;
        word-break: normal;
        overflow-wrap: normal;
    }

    .how-section .section-title p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 10px;
    }
}
/* ===================================================
   LEGAL PAGES
=================================================== */

.legal-page {
    background: #f8f9fc;
    padding: 70px 20px;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(15,23,42,.06);
}

.legal-content h2 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 12px;
    color: #0f172a;
}

.legal-content p,
.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.legal-content ul {
    padding-left: 25px;
}

.legal-updated {
    color: #64748b !important;
    font-size: 14px !important;
}

@media (max-width: 768px) {

    .legal-page {
        padding: 30px 14px;
    }

    .legal-content {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .legal-content h2 {
        font-size: 21px;
    }

    .legal-content p,
    .legal-content li {
        font-size: 16px;
        line-height: 1.75;
    }

}