/* FAQ Page Styles */
.faq-page {
    margin-top: 30px;
}

.faq-page .section-title {
    margin-bottom: 25px;
}

.faq-page .section-title h2 {
    font-weight: 700;
}

.faq-page .faq-item {
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}

.faq-page .faq-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

.faq-page .faq-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    text-align: justify;
}

@media (max-width: 768px) {
    .faq-page .faq-item h3 {
        font-size: 16px;
    }
}
.faq-page .panel-title a {
    display: block;
    text-decoration: none;
    font-weight: 600;
}

.faq-page .panel-title a:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
}

.faq-page .panel-title a.collapsed:after {
    content: "\f105";
}

.faq-page .panel-body a {
    color: #337ab7;
    text-decoration: underline;
}
.wa-chat-box-poweredby{
    display: none;
  }
@media only screen and (max-width: 600px) {
  .display-mobile{
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .display-lap{
    display: none;
  }
}

.blog-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
}

.blog-image {
    height: 220px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 15px;
}

.blog-category {
    display: inline-block;
    background: #6fbf44;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.blog-title {
    font-size: 18px;
    margin: 8px 0;
}

.blog-title a {
    color: #222;
    text-decoration: none;
}

.blog-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-date {
    font-size: 12px;
    color: #999;
}