html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: white;
    color: #222;
    font-size: 18px;
    line-height: 1.7;
}

/* NAVBAR */
header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #0b4db8;
    padding: 15px 30px;
}

/* Navbar logo fix */
.navbar-brand img,
.logo img {
    height: 60px;          /* Increase logo size */
    width: auto;           /* Keep aspect ratio */
    max-height: 70px;
    display: block;
    object-fit: contain;
}

/* Navbar brand container */
.navbar-brand,
.logo {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

/* Optional: hide tiny text under logo if unreadable */
.navbar-brand span,
.logo span {
    display: none;
}

/* Navbar height adjustment */
.navbar {
    min-height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Ensure logo stands out on blue background */
.navbar-brand img,
.logo img {
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.6));
}

nav {
  position: Center;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
   background: #003bff;
  display: flex;
  justify-content: space-between;
  align-items: Center;
  padding: 15px 30px;
  z-index: 1000;
  box-sizing: border-box;
}



.nav-title {
    color: white;
    font-size: 40px;
    font-weight: 100;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8); /* dark shadow for contrast */
    letter-spacing: 1px;
    text-align: center;
}

.logo img {
  height: 90px;      /* Adjust as needed */
  width: auto;
  display: block;
    object-fit: contain;
}
.navbar-brand,
.logo {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.navbar-brand span,
.logo span {
    display: none;
}
.navbar {
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand img,
.logo img {
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.6));
}

.nav-links {
  display: flex;
justify-content: flex-end;
  gap: 25px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

nav a hover {
  opacity: 0.8;
}{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

/* HERO */
.hero-content {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=1600&auto=format&fit=crop')
    center center / cover no-repeat;
background-size:cover;
background-position:center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}


.hero-text {
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.45);
    padding: 40px;
    border-radius: 12px;
    max-width: 900px;
}

.hero-text h1 {
    font-size: 48px;
    margin: 0 0 20px;
}

.hero-text p {
    font-size: 22px;
    margin: 0;
}

.btn {
  display: inline-block;
  background: #66cc33;
  color: white;
  padding: 14px 28px;
  margin: 10px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
 transition: .3s;
}

.btn:hover {
 background: #1c4d1c;
}


/* CONTENT SECTIONS */
.content {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.info-section {
    max-width: 900px;
    margin: auto;
    padding: 80px 20px;
}

.info-section h2 {
    color: #0b4db8;
    font-size: 36px;
    margin-bottom: 20px;
}

.info-section p,
.info-section li {
    font-size: 20px;
}

.info-section ul {
    padding-left: 25px;
}

/* SECTION */
.contact-section {
  padding: 60px 20px;
  background: #f7f4ef;
  display: flex;
  justify-content: center;
}

/* BLUE BORDER BOX */

/* FORM */
.contact-box {
  background: #0a4db3;          /* blue background */
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* HEADING */
.contact-box h2 {
  color: white;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: bold;
}

/* FORM LAYOUT */
.contact-box form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* INPUTS */
.contact-box input,
.contact-box textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}


/* TEXTAREA */
.contact-box textarea {
  min-height: 120px;
  resize: vertical;
}

/* BUTTON */
.contact-box button {
    background: #66cc33;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}


.contact-box button:hover {
    background: #55aa22;
}


/* FOOTER */
.full-footer
{background-size:cover;
background-position:center;
width:1000%;
min-height:5vh;
background:black;
color:grey;
padding:1px 1px;
margin:0;
}

.footer-content{
max-width:550px;
margin:0;
text-color:white;
text-align:right;
}

<p>
© 2026 SellMyHouseByMe.com
</p>
<p>
Powered by Angels 4 Funds
</p>
<p>
This website provides educational information only and does not constitute legal, tax, or real estate brokerage services.
</p>

</footer>
body{
    margin:0;
    padding:0;
}
</body>
</html>
