
body {
    font-family: "Lato", sans-serif;
    background-color: #fff;
    color: #222;
  }
  
  .hqi-top-bar {
    background-color: #700003;
    padding: 15px 0;
    color: white;
  }
  
  .hqi-logo {
    font-weight: bold;
    font-size: 24px;
  }
  
  .hqi-breadcrumb-bar {
    background-color: #5e0407;
    padding: 10px 0;
  }
  
  .hqi-breadcrumb-bar .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
    font-size: 14px;
    color: #fff;
  }
  
  .hqi-main-container {
    max-width: 629px;
    margin: 52px auto;
    padding: 0 15px;
  }
  
  .hqi-tag {
    background-color: #700003;
    color: white;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: 500;
  }
  
  .hqi-date {
    font-size: 16px;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 6px 0px;
    font-weight: 700;
  }
  .hqi-blog-title {
    margin: 0 0 37px;
    font-size: 39px;
    font-weight: 600;
  }
  .hqi-author-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .hqi-blog-main-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  .hqi-blog-content p {
    margin-top: 15px;
    line-height: 1.8;
    color: #555;
  }
  
  .hqi-blog-content strong {
    color: #222;
  }
  
  .hqi-tags {
    margin-top: 60px;
  }
  
  .hqi-tags .btn {
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #fff;
    color: #00000079;
    border: 1px solid #e1e1e1;
  }
  
  .hqi-comments-title {
    font-weight: 600;
  }
  
  .hqi-comment-box {
    margin-top: 30px;
  }
  
  .hqi-comment {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 20px;
  }
  
  .hqi-comment:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
  }
  
  .hqi-comment .hqi-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .hqi-comment-body {
    flex-grow: 1;
  }
  
  .hqi-comment-body .hqi-name {
    font-weight: 600;
    color: #333;
  }
  
  .hqi-comment-body .hqi-text {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
  }
  
  .hqi-reply {
    font-size: 13px;
    color: #007bff;
    cursor: pointer;
    margin-top: 5px;
  }
  
  .hqi-comment-input textarea {
    flex: 1;
    border: none;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    resize: none;
    outline: none;
    box-shadow: none;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  
  .hqi-comment-input textarea::placeholder {
    color: #999;
    font-style: italic;
  }
  
  .hqi-comment-input textarea:focus {
    outline: none;
    box-shadow: none;
  }
  
  .hqi-comment-input button {
    background-color: #700003;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    align-self: flex-start;
    margin-top: 0;
    z-index: 10;
    top: -55px;
    right: -5px;
    border-radius: 8px;
    padding: 8px 20px;
    position: absolute;
  }
  .hqi-action-icons {
    opacity: 0.6;
    font-size: 14px;
  }
  
  .hqi-action-icons i:hover {
    opacity: 1;
  }
  
  .hqi-small-imgs {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  
  .hqi-small-imgs img {
    width: 100%;
    max-width: 48%;
    border-radius: 0px;
  }
  
  .hqi-top-bar .btn-warning {
    background: #fadc65 !important;
    border-radius: 4px !important;
    padding: 9.5px 30px;
    font-size: 16px;
    font-weight: 600;
  }
  
  .hqi-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0.45;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }
  .hqi-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .hqi-comment-write-btn {
    background: #d9d9d9;
    color: #0000008a;
    border-radius: 50px;
    padding: 4px 12px;
  }
  
  /* Mobile Side Drawer Styles */
  .hqi-mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    padding: 5px;
  }
  
  .hqi-side-drawer {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1050;
    padding: 20px;
  }
  
  .hqi-side-drawer.open {
    right: 0;
  }
  
  .hqi-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  
  .hqi-drawer-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
  }
  
  .hqi-drawer-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
  }
  
  .hqi-drawer-item:hover {
    background-color: #f8f9fa;
    color: #333;
  }
  
  .hqi-drawer-item i {
    font-size: 20px;
    width: 25px;
    text-align: center;
  }
  
  .hqi-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
  }
  
  .hqi-drawer-overlay.show {
    display: block;
  }
  
  .hqi-footer {
    background: #700003;
    padding: 52px 0 68px;
  }
  
  .hqi-footer h5 {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .hqi-footer ul {
    list-style: none;
    padding: 0;
  }
  
  .hqi-footer ul li {
    margin-bottom: 10px;
  }
  
  .hqi-footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
  }
  
  .hqi-footer-logo {
    margin-bottom: 20px;
  }
  
  .hqi-footer-bottom {
    background: #fadc65;
    padding: 7px 0;
  }
  
  .hqi-footer-bottom p {
    margin: 0;
    font-size: 16px;
  }
  
  .hqi-blog-banner {
    padding: 60px 0 30px;
  }
  
  .hqi-blog-cards {
    padding: 30px 0 143px;
  }
  
  .hqi-blog-title-bar {
    padding: 120px 0;
    background: url(images/banner-bg.png) no-repeat center center;
    background-size: cover;
  }
  
  .hqi-blog-title-bar h1 {
    color: white;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .hqi-blog-banner-img img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
  
  .hqi-blog-banner .row {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(
      to right,
      rgba(253, 232, 184, 0.41) 0%,
      rgba(93, 4, 7, 0.44) 100%
    );
  }
  
  .hqi-blog-banner-content {
    padding: 65px;
  }
  
  .hqi-blog-banner-content h1 {
    padding: 40px 0;
    font-size: 39px;
    font-weight: 500;
  }
  
  a.hqi-view-more-link {
    background: #fadc65;
    color: black;
    padding: 18px 44px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
  }
  
  .hqi-blog-card img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/0.8;
    margin-bottom: 20px;
  }
  
  p.hqi-blog-tag {
    font-size: 14px;
    color: #700003;
  }
  
  .hqi-blog-title {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
  }
  
  .hqi-blog-desc {
    font-size: 16px;
    color: #000;
  }
  
  .hqi-blog-link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
  }
  
  @media (max-width: 576px) {
    .hqi-small-imgs {
      flex-direction: column;
    }
  
    .hqi-small-imgs img {
      max-width: 100%;
    }
  
    .hqi-main-container {
      margin: 20px auto;
      padding: 0 10px;
    }
  
    .hqi-blog-title {
      font-size: 24px;
      margin-bottom: 20px;
    }
  
    .hqi-top-bar {
      padding: 10px 0;
    }
  
    .hqi-logo {
      font-size: 18px;
    }
  
    .hqi-top-bar .btn-warning {
      padding: 6px 15px;
      font-size: 14px;
    }
  
    .hqi-comment {
      flex-direction: column;
      gap: 10px;
    }
  
    .hqi-comment .hqi-avatar {
      width: 35px;
      height: 35px;
    }
  
    .hqi-comment-input {
      flex-direction: column;
      gap: 10px;
    }
  
    .hqi-comment-input textarea {
      width: 100%;
      max-width: none;
    }
  
    .hqi-comment-input button {
      position: static;
      margin-top: 10px;
      align-self: flex-end;
    }
  
    .hqi-tags .btn {
      margin-bottom: 10px;
      font-size: 11px;
      padding: 5px 12px;
    }
  
    .hqi-author-img {
      width: 40px;
      height: 40px;
    }
  
    .hqi-icons {
      gap: 10px;
    }
  
    .hqi-mobile-menu-btn {
      display: block;
    }
  
    .hqi-side-drawer {
      width: 280px;
    }
  }
  
  @media (max-width: 767px) {
    .hqi-main-container {
      margin: 30px auto;
      padding: 0 15px;
    }
  
    .hqi-blog-title {
      font-size: 28px;
    }
  
    .hqi-top-bar .container {
      padding: 0 15px;
    }
  
    .hqi-breadcrumb-bar .container {
      padding: 0 15px;
    }
  
    .hqi-comment-input button {
      top: 0px;
      right: 0;
      position: relative;
      margin-top: 20px;
    }
  
    .hqi-tags {
      margin-top: 40px;
    }
  
    .hqi-tags .btn {
      margin-right: 8px;
      margin-bottom: 8px;
    }
  
    .hqi-footer .row {
      gap: 10px;
    }
  
    .hqi-footer ul li a,
    .hqi-footer-bottom p {
      font-size: 14px;
    }
    .hqi-footer ul li {
      margin-bottom: 0;
    }
  
    .hqi-footer h5 {
      margin-bottom: 5px;
    }
  
    .hqi-footer ul li a img {
      margin-bottom: 10px;
    }
  
    .hqi-footer {
      background: #700003;
      padding: 30px 0;
    }
  
    .hqi-blog-title-bar {
      padding: 50px 0;
    }
    .hqi-blog-banner {
      padding: 30px 15px 0px;
    }
    .hqi-blog-banner-content {
      padding: 25px;
    }
    .hqi-blog-banner-content h1 {
      padding: 25px 0;
      font-size: 25px;
    }
    .hqi-blog-cards {
      padding: 30px 0 50px;
    }
  }
  