    body {
      font-family: Arial, sans-serif;
    }

    .navbar-top {
      padding: 10px 20px;
    }
/* First line (Logo background) */
.navbar-top {
  background-color: #8B4513; /* Dark Brown */
}

/* Second line (Menu background) */
.navbar-bottom {
  background-color: #D2B48C; /* Light Brown */
}

.container a{
color: #8B4513 !important;
font-weight: 700;
}

    .navbar-brand {
      color: white;
      font-weight: 600;
      font-size: 22px;
      text-decoration: none;
    }

    .navbar-brand span {
      color: #c4efc4;
    }

    .navbar-brand small {
      font-size: 12px;
      color: #d4ebd4;
      font-weight: normal;
      margin-left: 6px;
    }

    .search-box input {
      border-radius: 20px;
      font-size: 14px;
      height: 32px;
      padding: 0 12px;
    }

    .search-box button {
      background: transparent;
      border: none;
      color: #fff;
      position: absolute;
      right: 12px;
      top: 6px;
    }

    .search-container {
      position: relative;
      width: 100%;
      max-width: 250px;
    }

    .nav-link {
      color: white !important;
      font-size: 15px;
      font-weight: 500;
      padding: 10px 16px;
    }

    .nav-link:hover,
    .dropdown:hover > .nav-link {
      color: #cdeccc !important;
    }

    .dropdown:hover .dropdown-menu {
      display: block;
    }

    .dropdown-menu {
      background-color: white;
      border-radius: 0;
      border: 1px solid #ddd;
    }

    .dropdown-menu .dropdown-item {
      padding: 10px 16px;
      font-size: 14px;
    }

    .dropdown-menu .dropdown-item:hover {
      background-color: #f0f0f0;
    }

    .sub-text {
      font-size: 13px;
      background-color: #f5f5f5;
      color: #333;
      padding: 10px 20px;
      text-align: center;
    }

    .sub-text a {
      color: #1e88e5;
      text-decoration: none;
    }

    .sub-text a:hover {
      text-decoration: underline;
    }

    @media (max-width: 767.98px) {
      .navbar-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .search-container {
        width: 100%;
      }

      .navbar-bottom .navbar-collapse {
        padding-top: 10px;
      }

      .navbar-nav {
        text-align: left;
      }
    }






      .section-title {
      font-size: 24px;
      font-weight: 700;
    }

    .section-subtitle a {
      color: #1e88e5;
      text-decoration: none;
      font-size: 14px;
    }

    .section-subtitle a:hover {
      text-decoration: underline;
    }

    .audio-card img {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #eee;
    }

    .audio-card {
      border: 1px solid #eee;
      margin-bottom: 20px;
      transition: box-shadow 0.3s ease;
      background-color: #fff;
    }

    .audio-card:hover {
      box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    }

    .audio-card-title {
      font-weight: 600;
      font-size: 16px;
      padding: 12px;
      margin: 0;
    }











   .popular-list a {
      color: #1e88e5;
      text-decoration: none;
      display: block;
      margin-bottom: 6px;
      font-size: 15px;
    }

    .popular-list a:hover {
      text-decoration: underline;
    }

    .popular-list h5 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 12px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 6px;
    }

    .review-section h6 {
      font-size: 13px;
      color: #1e88e5;
      font-weight: 600;
      margin-bottom: 6px;
      text-transform: uppercase;
    }

    .review-section h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .review-section p {
      font-size: 15px;
      color: #333;
    }

    .main-image {
      width: 100%;
      height: auto;
      border: 1px solid #eee;
      margin-bottom: 16px;
    }

    @media (max-width: 767px) {
      .review-content {
        margin-top: 20px;
      }
    }






