
:root {
    --ka-primary: #0098da;
    --ka-secondary: #e2b804;
}

.content {
    flex: 1;
    margin-left: 20px;
}

.content h2 {
    margin-bottom: 10px;
}

.content p {
    text-align: justify;
    margin-bottom: 20px;
}

.content .summary,
.content .highlights,
.content .insights {
    margin-bottom: 20px;
}

.field {
    margin-bottom: 10px;
}

#subscribe-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.subscribe-btn {
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.subscribe-btn:hover {
    background-color: #cc0000;
}

.content ul li {
    margin: 7px 0;
}

.fade.show {
    background-color: rgb(0 0 0 / 70%) !important;
}

.border5px {
    border-left: 3px solid var(--ka-primary);
}

#blgctn ul {
    padding-left: 15px;
}

#blgctn ul li,
#blgctn ol li {
    margin: 7px 0 7px 30px;
}

.example {
    background: #e9ecef;
    border-left: 5px solid var(--ka-primary);
    padding: 10px;
    margin: 10px 0;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--ka-primary);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.splh2 h2 {
    font-size: 32px;
}

.tns-controls [data-controls] {
    line-height: 11px;
}

.btn,
.card-header button {
    white-space: normal;
}

.ka_thm_bg {
    background-color: var(--ka-primary);
}

#toc ::marker {
    color: #f1f1f1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--ka-secondary);
}

.btn-arrow {
    background-color: var(--ka-secondary);
    padding: 5px;
    color: #fff;
}

.btn-pink2 {
    color: #333 !important;
}

.card-header {
    padding: 1px 10px;
}

.btn-link {
    color: var(--ka-primary);
}

.backgroundOverlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85;
    z-index: 101;
    display: none;
}

.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 350px;
    height: 330px;
    bottom: 3%;
    left: 3%;
    background-color: #ededed;
    z-index: 102;
    padding: 10px 20px;
}

#btnClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #bcbcbc;
}

#btnClose:hover {
    color: var(--ka-secondary);
}

#delayedPopup > div.formDescription {
    float: left;
    display: block;
    width: 44%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left;
}

#delayedPopup > div.formDescription h2 {
    color: #444;
    font-size: 36px;
    line-height: 40px;
}

#delayedPopup #mc_embed_signup {
    float: left;
    width: 47%;
    padding: 1%;
    display: block;
    font-size: 16px;
    color: #666;
    margin-left: 1%;
}

#delayedPopup #mc-embedded-subscribe-form input {
    width: 95%;
    height: 30px;
    font-size: 18px;
    padding: 3px;
    margin-bottom: 5px;
}

#delayedPopup #mc-embedded-subscribe-form input:hover,
#delayedPopup #mc-embedded-subscribe-form input:focus {
    border: 2px solid #40c348;
}

#delayedPopup #mc-embedded-subscribe-form input:hover {
    box-shadow: 0 1px 3px #aaa;
}

#delayedPopup #mc-embedded-subscribe-form input:focus {
    box-shadow: none;
}

#delayedPopup #mc-embedded-subscribe {
    width: 100% !important;
    height: 40px !important;
    margin: 10px auto 0;
    background: #5d9e62;
    border: none;
    color: #fff;
}

#delayedPopup #mc-embedded-subscribe:hover {
    background: #40c348;
    color: #fff;
    box-shadow: none !important;
    cursor: pointer;
}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.linkedin {
    background: #0077b5;
}

.reddit {
    background: #ff4500;
}

.tumblr {
    background: #000;
}

.pinterest {
    background: #cb2027;
}

.whatsapp-bg {
    background: #00a884;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

audio {
    width: 100%;
    height: 54px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: var(--ka-primary);
}

.stickybn {
    position: sticky;
    top: 20px;
}

.fact {
    margin: 15px 0;
    padding: 10px;
    background: #e9ecef;
    border-left: 5px solid #007bff;
    border-radius: 4px;
}

.fact h2 {
    margin-top: 0;
    color: #007bff;
}

.fact p {
    margin: 5px 0;
    color: #555;
}

.b_li ol li {
    margin: .1rem !important;
}

@media (max-width: 767.98px) {
    .delayedPopupWindow {
        max-width: 330px;
        height: 350px;
        bottom: 20%;
        left: 3%;
    }

    #blgctn ul {
        padding-left: 5px;
    }

    h1 {
        font-size: 1.2rem;
    }

    .breadcrumb {
        font-size: 8px;
    }
}

@media (max-width: 576px) {
    .table td,
    .table th {
        white-space: normal;
        font-size: 12px;
    }
}

.comments-section {
    max-width: 950px;
    margin: 30px auto;
    background: #fff;
    border-radius: 16px;
    padding: 28px;
  }

  .comment-title {
    font-size: 22px;
    font-weight: 600;
    color: #5f6670;
    margin-bottom: 18px;
  }

  .main-comment-form .form-control,
  .reply-form .form-control {
    border: 1px solid #d8dee6;
    border-radius: 18px;
    padding: 12px 18px;
    font-size: 15px;
    background: #fff;
  }

  .main-comment-form textarea {
    min-height: 135px;
    border-radius: 16px !important;
  }

  .btn-ka {
    background: #079bd8;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 700;
  }

  .comments-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 28px 0 20px;
  }

  .comments-count {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }

  .sort-btn {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
  }

  .comment-item {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
  }

  .comment-item.reply-child {
    margin-left: 60px;
  }

  .avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }

  .comment-body {
    flex: 1;
    min-width: 0;
  }

  .comment-meta {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .comment-name {
    font-weight: 700;
    color: #111827;
  }

  .comment-time {
    color: #6b7280;
    margin-left: 5px;
    font-size: 12px;
  }

  .comment-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
  }

  .comment-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
  }

  .action-btn {
    border: 0;
    background: transparent;
    padding: 0;
    color: #606060;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .view-replies {
    border: 0;
    background: transparent;
    color: #065fd4;
    font-weight: 700;
    font-size: 14px;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
  }

  .replies,
  .reply-form {
    display: none;
  }

  .replies.show,
  .reply-form.show {
    display: block;
  }

  .reply-form {
    border: 1px solid #d8dee6;
    border-radius: 6px;
    padding: 14px;
    background: #fff;
    margin: 14px 0;
  }

  .reply-form textarea {
    min-height: 78px;
    border-radius: 6px !important;
  }

  .btn-reply-submit {
    background: #079bd8;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 5px 36px;
    font-weight: 700;
    line-height: 1.1;
  }

  .cancel-reply {
    border: 0;
    background: transparent;
    color: #000;
    margin-left: 20px;
  }

  @media (max-width: 767px) {
    .comments-section {
      padding: 18px;
    }

    .comment-item.reply-child {
      margin-left: 20px;
    }

    .avatar {
      width: 34px;
      height: 34px;
      min-width: 34px;
    }
  }