body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Banner sare ee website-ka */
.updi {
  background-color: #61a8c8;
  padding: 10px 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.moha {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.moha a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.moha a:hover {
  text-decoration: underline;
}

.barre {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.icon {
  width: 30px;
  height: 30px;
  background-color: white;
  color: #61a8c8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

/* Link-yada hoose */
.weedh {
  background-color: #eee;
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.weedh a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.weedh a:hover {
  text-decoration: underline;
}
.news-container {
    max-width: 1100px;
    margin: 20px;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.news-image {
    width: 70%;
    height: auto;
    display: block;
}

.news-text {
    background-color: #1a1a1a;
    color: white;
    padding: 25px;
    position: relative;
    border: 20px solid black;
   
    
}

.news-text h2 {
    font-size: 22px;
    margin-bottom: 12px;

}
   

.news-text p {    
    color: #ccc;
    font-size: 16px;
    margin: 0px;

}
.sawiro {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.warar{
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.warar img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.warar p {
  padding: 10px;
  font-size: 14px;
}
.main-container {
  display: flex;
  padding: 20px;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.news-section {
  flex: 2;
}

.news-card {
  position: relative;
  margin-bottom: 20px;
}

.news-image {
  width: 100%;
  height: auto;
  display: block;
}

.news-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  width: 50%;
  padding: 10px;
}

.bookmark {
  font-size: 12px;
  color: red;
  margin-top: 10px;
}

.news-row {
  display: flex;
  gap: 10px;
}

.news-row img {
  width: 48%;
  height: auto;
  display: block;
}

.ads-section {
  flex: 1;
}

.ad-box {
  background: white;
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  text-align: center;
}

.ad-box img {
  width: 100%;
  height: auto;
}

.ad-box button {
  margin-top: 10px;
  padding: 6px 10px;
  background-color: #1a73e8;
  color: white;
  border: none;
  cursor: pointer;
}

.sponsored {
  font-size: 12px;
  color: gray;
  text-align: center;
}

.container {
  display: flex;
  max-width: 1200px;
  margin: 30px auto;
  gap: 20px;
  padding: 0 20px;
}

.main-news {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-card {
  background: white;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.news-card img {
  width: 100%;
  height: auto;
}

.news-card h3 {
  font-size: 18px;
  margin: 10px 0;
}

.info-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: gray;
}

.bookmark {
  color: red;
}

.sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-item {
  background: white;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.sidebar-item img {
  width: 100%;
  height: auto;
}

.sidebar-item p {
  font-size: 14px;
  margin: 10px 0;
}

.footer {
  background-color: #111;
  color: #ccc;
  padding: 20px;
  text-align: center;
}

.footer-top {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-section {
  font-weight: bold;
}

.footer-social {
  margin: 15px 0;
}

.footer-social p {
  margin-bottom: 10px;
  font-weight: bold;
}

.icon {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}

.footer-bottom {
  font-size: 12px;
  color: #888;
  margin-top: 10px;}

