*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
}
.header{
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: static;
    top: 0;
    z-index: 100;
}
.top-bar{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 1rem;
            border-bottom: 1px solid #eee;
}
.email-info {
    color: #d6d1d1;
    font-size: 0.9rem;
}
.top-icons {
    display: flex;
    gap: 1rem; align-items: center;
}
.top-icons .icon {
    cursor: pointer;
    font-size: 1.1rem;
    color: #666;
}
.top-icons .icon:hover {
    color: #FF8C42;
}
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
}
.logo{
    display: flex;
    align-items: center;
    gap:0.5rem;
}
.logo img{
    width: 120px;
    height: auto;
}
.nav-menu{
    display: flex;
    list-style: none;
    gap:30px;
    align-items: center;
}
.nav-menu a {
     text-decoration: none;
    color: #333;
    font-weight: 500;     
}
.nav-menu a:hover{
    color: #FF8C42;
}
.nav-and-signin {
     display: flex;
     align-items: center;
    gap: 2rem;
}
.nav-and-signin {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.sign-in-btn {
    background: #354d79;
    color: white;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
}
.sign-in-btn:hover {
    background: #253e68;
}
.hero {
     background: url("home.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(219, 211, 211);
    position: relative;
}
.hero-content {
    text-align: center;
    z-index: 2;
    position: relative;
}
.hero h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
}
.content-tabs {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
}
.tab-nav {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 2rem;
}
.tab-btn {
    background: none;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    cursor: pointer;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    margin-left: 300px;
}
.tab-btn:hover {
    color: #FF8C42;
    border-bottom-color: #FF8C42;
}

/* footer */
.footer{
    background: #e2dede;
    padding: 3rem 0 2rem;
    margin-top: 4rem;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.footer-section h3 {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1.1rem;
}
.footer-section ul {
    list-style: none;
}
.footer-section ul li {
    margin-bottom: 0.5rem;
}
.footer-section ul li a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s;
}
.footer-section ul li a:hover {
    color: #FF8C42;
}
.company-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.company-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.social-icons img{
    width: 30px;
}
.company-logo img{
    width: 120px;
}
img{
    width: 60px;
}
.company-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.9rem;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid orange;
    padding-top: 10px;
    margin-top: 20px;
}

.footer-bottom .copyright {
    margin: 0;
    flex: 1;
    text-align: left;
}

.footer-bottom .social-icons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex: 1;
}
.social-links a {
    color: #666;
    font-size: 1.2rem;
    transition: color 0.3s;
}
.social-links a:hover {
    color: #FF8C42;
}
.fab {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: #FF8C42;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 140, 66, 0.3);
    transition: transform 0.3s;
}
.fab:hover {
    transform: scale(1.1);
}
.add-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: orange;
  color: white;
  font-size: 32px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
   margin-left: 90%;
  bottom: 100px;
  right: 20px;
  z-index: 1000;
}

.add-btn:hover {
  background-color: darkorange;
}
.tab-content{
    display: flex;
}
.post-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  width: 400px;
  transition: transform 0.2s ease;
}

.post-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
   transform: translateY(-5px);
}

.post-card h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.post-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.5;
}

.post-image {
  width: 100%;
  max-height: 300px;
  width: 300px;
    height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

.post-actions {
  display: flex;
  gap: 10px;
}

.post-actions button {
  background-color: #f0f0f0;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: background-color 0.2s ease;
}

.post-actions button:hover {
  background-color: #ddd;
}

.sign-in-btn a{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
