   .hed1 {
  padding: 15px 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  /* margin-top: 180px; */
}
 .hed1 h1 {
  margin: 0;
  font-size: 26px;
  color: #101010;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
text-align: center;
}
 /* Breadcrumb */
    .breadcrumb {
      /* margin-top: 200px; */
      font-size: 17px;
      padding: 10px 20px;
      margin-left: 50px;
      color: #555;
    }

    .breadcrumb a {
      text-decoration: none;
      color: #006666;
      font-size: 17px;
      font-weight: 600px;
    }


.tabs-wrapper1{
  margin-left: 100px;
    display:flex;
    gap:14px;
    justify-content:center;
    padding:30px 0;
 
}

.tab{
    padding:10px 22px;
    border-radius:25px;
    /* border:1.5px solid #dbe7ff; */
    background:black;
    color:#ffebeb;
    font-size:18px;
    cursor:pointer;
    transition:0.3s;
}

.tab:hover{
    background:#e3edff;
}

/* Active Tab */
.tab.active{
    background:#1f2937;
    color:#fff;
    border-color:#1f2937;
}
    .container1 {
      display: flex;
      max-width: 1300px;
      margin: 20px auto;
      gap: 20px;
      margin-bottom: 30px;
    }

    /* Main content */
    .news-listing {
      flex: 3;
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
    }

    .blog-section {
      flex: 3;
          margin-top: 0px;
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    .blog-section h2 {
      color: #003366;
      margin-bottom: 15px;
    }

    .blog-post {
      display: flex;
      margin-bottom: 25px;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
    }

    .blog-post img {
      width: 220px;
      height: 150px;
      object-fit: cover;
      border-radius: 5px;
      margin-right: 20px;
    }

    .blog-content h3 {
      color: #006666;
      margin-bottom: 5px;
    }

    .blog-meta {
      font-size: 15px;
      color: #777;
      margin-bottom: 8px;
    }

    .blog-content p {
      font-size: 14px;
      color: #444;
      line-height: 1.5;
    }

    .read-more {
      color: #006666;
      text-decoration: none;
      font-weight: bold;
    }

    /* Sidebar */
    .sidebar {
      flex: 1;
      background-color: #ffffff;
      padding: 20px;
      border-radius: 8px;
      height: fit-content;
    }

    .sidebar h3 {
      margin-top: 0;
      color: #d32f2f;
      font-size: 25px;
      text-align: center;
    }

    .sidebar .tag-list span {
      display: inline-block;
      /* background-color: #4a90e2; */
      background:linear-gradient(135deg,#0f2a44,#0b1f35);
      color: #fff;
      font-size: 15px;
      padding: 12px 15px;
      margin: 10px 15px 0 0;
      border-radius: 4px;
    }

.ads-box{
background:white;
margin-top:30px;
padding:15px;
border-radius:8px;
box-shadow:0 3px 10px rgba(0,0,0,0.1);
text-align:center;
}

.ads-box h4{
margin-top:10px;
font-size:16px;
}

.ads-box img{
width:100%;
border-radius:5px;
}