.header-logo .logo-link {
  display: flex;
  align-items: center;
  
  text-decoration: none;
  color: inherit; /* Keeps text color consistent */
}

.header-logo .logo-img {
  width: 100px;
  margin-right: 10px;
}

.header-logo .logo-text {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color:#000;
}

.mobilewala .logo-img {
  width: 60px;
  margin-right: 10px;
}
.mobilewala .logo-text {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 700;
   color:#000;
}

.header-logo
{
    padding: 0px;
}
.header-info
{
    padding:0px !important;
}


.header-layout1 .search-form input 
{
    max-height: 50px;
    width: 250px;
    
}

.header-layout1 .search-form button
{
    top:10px;
}


.header-layout1 .menu-area
{
    padding: 0px !important;
}

.header-layout1 .main-menu>ul>li>a
 {
    padding: 4px 0px;
 }


 .hero-style1
 {
    padding: 180px 0px 100px 0px;
 }









 .noticeboardsec {
  background: #f9f9f9; /* Light background */
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin: 20px 0;
}

.noticeboardsec h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c3e50;
  text-align: center;
}

.noticeboardsec table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.noticeboardsec table th,
.noticeboardsec table td {
  padding: 4px 6px;
  border: 1px solid #ddd;
  text-align: left;
  color: #000;
  font-size: 0.8rem;
}

.noticeboardsec table th {
  background: #2c3e50;
  color: #fff;
  font-weight: 600;
}

.noticeboardsec table tr:nth-child(even) {
  background: #f4f6f9;
}

.noticeboardsec table tr:hover {
  background: #e8f0fe;
  transition: background 0.3s ease;
}



.core-attributes {
    
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  }

  .core-attributes .container {
    max-width: 1100px;
    margin: 0 auto;
  }

  .core-attributes h2 {
    font-size: 1.75rem;
    margin: 0 0 6px;
    color: #102a43;
    text-align: center;
  }

  .core-attributes .lead {
    color: #334e68;
    text-align: center;
    margin-bottom: 28px;
    font-size: 0.98rem;
  }

  /* Grid */
  .attributes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  /* Card */
  .attr-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(16, 42, 67, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
    border: 1px solid rgba(16, 42, 67, 0.04);
  }

  .attr-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(16, 42, 67, 0.10);
  }

  .attr-card .icon {
    flex: 0 0 48px;
    height: 48px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(16,42,67,0.06), rgba(16,42,67,0.02));
    color: #0b486b;
  }

  .attr-card h3 {
    font-size: 1.03rem;
    margin: 0 0 6px;
    color: #102a43;
  }

  .attr-card p {
    margin: 0;
    color: #485e73;
    font-size: 0.92rem;
    line-height: 1.35;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .attributes-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 560px) {
    .attributes-grid {
      grid-template-columns: 1fr;
    }

    .core-attributes {
      padding: 28px 12px;
    }

    .attr-card {
      padding: 14px;
      gap: 12px;
    }

    .attr-card .icon {
      flex-basis: 44px;
      height: 44px;
    }
  }


  .header-layout1 .main-menu>ul>li>a
  {
    font-size: 0.9rem;
  }


  @media (max-width: 1299px) {
    .main-menu>ul>li {
        margin: 0px 8px !important;
    }
  }

  @media (max-width: 767px) {


    .th-container2
    {
      padding: 0px !important;
    }

    .logo-img
    {
      width: 40px !important;
    }

   .mobilewala .logo-text 
    {
      font-size: 11px !important;
    }

    .header-layout1 .th-menu-toggle {
        width: 40px;
        height: 40px;
        line-height: 39px;
        margin-right: 10px;
    }
  }



  .main-menu ul.sub-menu li a:before
  {
    display: none;
  }



  .breadcumb-wrapper .breadcumb-content {
    --space: 80px;
    padding: var(--space) 0;
    position: relative;
    z-index: 1;
}


.attHeading
{
  background-color: rgb(255, 8, 0) !important;
  color: #fff !important;
  border-radius: 4px;
}