.help-page{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial}
.help-page .help-hero{text-align:center;padding:4.5rem 1rem 2.5rem;background:radial-gradient(ellipse at center,#f6fbff 0%,#f3f7fb 100%);overflow:visible}
.help-page .help-hero__icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px rgba(23,50,78,.05)}
.help-page .help-hero__title{font-weight:800;color:#213041;margin-bottom:.6rem;line-height:1.12;font-size:clamp(2.4rem,6vw,3.75rem)}
.help-page .help-hero__title .gradient-heading{background:linear-gradient(to right,#499BFF,#29ca72);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.help-page .help-hero__desc{max-width:720px;margin:0 auto 1.25rem;color:#64748b;font-size:1.05rem;line-height:1.6}
.help-page .help-search{max-width:640px;margin:0 auto;display:flex;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.06);overflow:hidden;box-shadow:0 6px 18px rgba(15,23,42,.04)}
.help-page .help-search__input{flex:1;border:0;padding:14px 16px;font-size:1rem;outline:none}
.help-page .help-search__btn{background:#499BFF;color:#fff;padding:0 22px;border:0;font-weight:600;cursor:pointer;transition:background .15s}
.help-page .help-search__btn:hover{background:#0b5ed7}
.help-page .nav-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:980px;margin:2.25rem auto 1.75rem;padding:8px;border-radius:12px;background:#f3f6f9;border:1px solid rgba(14,36,93,.03);box-shadow:inset 0 1px 0 rgba(255,255,255,.6);align-items:center}
.help-page .nav-tabs .nav-item{width:100%}
.help-page .nav-tabs .nav-link{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;border-radius:10px;border:none;background:transparent;color:#6b7280;font-weight:600;transition:transform .14s ease,box-shadow .14s ease,color .12s ease,background .12s ease;box-shadow:none}
.help-page .nav-tabs .nav-link .bi,.help-page .nav-tabs .nav-link .fa{font-size:1.05rem;color:#5f6b78}
.help-page .nav-tabs .nav-link:hover{color:#499BFF;transform:translateY(-2px)}
.help-page .nav-tabs .nav-link:focus{outline:3px solid rgba(73,155,255,.12);outline-offset:3px;box-shadow:0 6px 18px rgba(73,155,255,.06)}
.help-page .nav-tabs .nav-link.active{background:white;color:#1d4ed8;box-shadow:0 10px 24px rgba(73,155,255,.10);transform:translateY(-3px);border-color:rgba(73,155,255,.18)}
.help-page .categories-wrap {
    max-width: 1180px;
    margin: 1.75rem auto 3rem;
    padding: 22px;
    border-radius: 14px;
    
}
.help-page .categories-grid{display:grid;gap:22px;grid-template-columns:1fr 1fr;align-items:start}
.help-page .category-card {
    background: linear-gradient(180deg, #fff, #fff);
    border-radius: 12px;
    padding: 18px;
    border: 1px solid rgba(226, 236, 245, 0.9);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
    transition: transform .20s 
ease, box-shadow .20s 
ease, border-color .18s 
ease;
    position: relative;
    margin-bottom: 50px;
}
.help-page .category-card.featured{border:1px solid rgba(73,155,255,.12);box-shadow:0 18px 40px rgba(73,155,255,.06);background:linear-gradient(180deg,rgba(245,250,255,.98),#fff)}
.help-page .category-card:hover{transform:translateY(-6px);box-shadow:0 36px 80px rgba(23,50,78,.06);border-color:rgba(73,155,255,.14)}
.help-page .category-card-title{display:flex;align-items:center;gap:14px;font-size:1.125rem;font-weight:700;color:#223042;margin-bottom:18px}
.help-page .category-icon-wrapper{width:52px;height:52px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(73,155,255,.12),rgba(73,155,255,.03));color:#499BFF;font-size:1.25rem;box-shadow:0 12px 36px rgba(73,155,255,.04)}
.help-page .article-link{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;border-radius:10px;margin-bottom:12px;text-decoration:none;color:inherit;background:transparent;border:1px solid transparent;transition:background .16s ease,transform .12s ease,box-shadow .16s ease,border-color .16s ease}
.help-page .article-ico{width:36px;height:36px;min-width:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(73,155,255,.08),rgba(73,155,255,.03));box-shadow:0 6px 12px rgba(23,50,78,.03) inset}
.help-page .article-ico i,.help-page .article-ico svg{color:#499BFF;font-size:1rem}
.help-page .article-title{font-weight:700;color:#18222b;margin-bottom:4px}
.help-page .article-subtitle{font-size:.95rem;color:#6b7280;line-height:1.4}
.help-page .article-link:hover,.help-page .article-link:focus{background:#f7fbff;border-color:rgba(73,155,255,.14);transform:translateY(-4px);box-shadow:0 18px 38px rgba(23,50,78,.06);outline:none}
.help-page .category-card.featured .article-link:first-of-type{background:linear-gradient(180deg,rgba(245,250,255,.95),rgba(255,255,255,.98));border-color:rgba(73,155,255,.10);transform:translateY(0);box-shadow:none}
.help-page .category-card.featured .article-link:first-of-type:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(73,155,255,.06)}
@media (max-width:991px){.help-page .categories-grid{grid-template-columns:1fr}.help-page .category-card{padding:16px}.help-page .article-link{padding:12px}.help-page .category-icon-wrapper{width:44px;height:44px}}
.help-page .contact-grid{display:flex!important;flex-wrap:wrap!important;margin-left:-.75rem;margin-right:-.75rem;gap:24px;justify-content:center;align-items:stretch;width:100%;margin-left:auto;margin-right:auto}
.help-page .contact-grid>.col-lg-4,.help-page .contact-grid>.col-md-6,.help-page .contact-grid>.col-12{padding-left:.75rem;padding-right:.75rem;box-sizing:border-box;min-width:0!important;float:none!important}
@media (min-width:992px){.help-page .contact-grid>.col-lg-4{flex:0 0 33.333333%!important;max-width:33.333333%!important}}
@media (min-width:768px) and (max-width:991.98px){.help-page .contact-grid>.col-md-6{flex:0 0 50%!important;max-width:50%!important}}
@media (max-width:767.98px){.help-page .contact-grid>.col-12{flex:0 0 100%!important;max-width:100%!important}}
.help-page .contact-card{background:#fff;border-radius:12px;padding:28px 24px;border:2px solid #E5E8EB;box-shadow:0 8px 18px rgba(23,50,78,.03);transition:transform .22s ease,box-shadow .22s ease,border-color .18s ease,background .18s ease;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:320px}
.help-page .contact-card:hover{transform:translateY(-8px);box-shadow:0 36px 80px rgba(23,50,78,.06);border-color:rgba(73,155,255,.10)}
.help-page .contact-icon{width:72px;height:72px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(73,155,255,.06),rgba(73,155,255,.02));margin-bottom:18px;box-shadow:0 12px 36px rgba(73,155,255,.03);color:#499BFF;font-size:28px}
.help-page .contact-card .card-title{font-weight:700;color:#1f2b36;margin-bottom:8px;font-size:1.125rem}
.help-page .contact-card .card-desc{color:#6b7280;margin-bottom:14px}
.help-page .contact-card .availability{color:#6b7280;font-size:.92rem;margin-bottom:18px;display:flex;align-items:center;gap:8px}
.help-page .contact-card.btn-row{width:100%;display:flex;justify-content:center}
.help-page .contact-card .btn-full{width:100%;padding:.65rem .9rem;border-radius:10px;font-weight:600;border:none;cursor:pointer}
.help-page .contact-card.primary{background:linear-gradient(180deg,rgba(73,155,255,.06),rgba(255,255,255,.98));border:1px solid rgba(73,155,255,.14);box-shadow:0 36px 80px rgba(73,155,255,.06)}
.help-page .contact-card.primary .btn-full{background:linear-gradient(180deg,#2e86ff,#1b6ef0);color:#fff;box-shadow:0 10px 30px rgba(46,134,255,.18)}
.help-page .contact-card .btn-outline{background:transparent;border:1px solid rgba(14,36,93,.06);color:#0d6efd;padding:.55rem .75rem;border-radius:8px;font-weight:600;width:100%}
.help-page .contact-card:not(.primary) .contact-icon{background:linear-gradient(180deg,rgba(14,36,93,.03),rgba(14,36,93,.01));color:rgba(14,36,93,.35);box-shadow:none}
.help-page .contact-card.primary .contact-icon>i,.help-page .contact-card.primary .contact-icon svg{color:#499BFF}
@media (max-width:991px){.help-page .contact-grid{flex-direction:column;gap:18px;padding:0 12px}.help-page .contact-card{min-height:auto;padding:20px}.help-page .contact-card .contact-icon{width:56px;height:56px;font-size:22px;border-radius:10px}}
.help-page .contact-card:focus-within,.help-page .contact-card:focus{outline:3px solid rgba(73,155,255,.08);outline-offset:4px}
.help-page .contact-grid>.col-lg-4>.contact-card,.help-page .contact-grid>.col-md-6>.contact-card{height:100%;display:flex;flex-direction:column}
.br-10 {
	border-radius:10px;
}


 .faq-accordion-custom .accordion-item {
        border: 1px solid #e9ecef;
        border-radius: 15px; /* Updated border-radius */
        margin-bottom: 1rem;
        /* To prevent inner elements from overflowing the rounded corners */
        overflow: hidden;
        transition: all 0.2s ease-in-out; /* Added for smooth hover effect */
    }

    /* Added hover effect */
    .faq-accordion-custom .accordion-item:hover {
        border-color: #dee2e6;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .faq-accordion-custom .accordion-button {
        background-color: #fff;
        color: #212529;
        font-weight: 500;
        padding: 1rem 1.5rem;
    }

    .faq-accordion-custom .accordion-button:not(.collapsed) {
        color: #0d6efd; /* Bootstrap's primary blue */
        background-color: #fff;
        box-shadow: none;
    }

    .faq-accordion-custom .accordion-button:focus {
        z-index: 3;
        border-color: #86b7fe;
        outline: 0;
    }

    /* Override Bootstrap's default icon with a simpler chevron */
    .faq-accordion-custom .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform 0.2s ease-in-out;
    }

    .faq-accordion-custom .accordion-button:not(.collapsed)::after {
        /* Change color and rotate icon when expanded */
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

    .faq-accordion-custom .accordion-body {
        padding: 0 1.5rem 1.25rem;
    }

    /* Remove default top border from Bootstrap's accordion */
    .faq-accordion-custom .accordion-item + .accordion-item {
        border-top-width: 1px;
    }
	.stats-card {
        background: linear-gradient(100deg, #f3f7fe, #e8f1ff);
        border-radius: 15px;
        padding: 2.5rem 1rem;
        margin-bottom: 3.5rem;
        box-shadow: 0 4px 20px rgba(100, 150, 255, 0.1);
        border: 1px solid #dbe8ff;
    }

    .stat-number {
        font-size: 2.75rem;
        font-weight: 700;
        color: #0d6efd;
    }

    .stat-title {
        font-size: 1rem;
        font-weight: 500;
        color: #343a40;
    }

    .stat-desc {
        font-size: 0.9rem;
        color: #6c757d;
    }
.help-page .help-page-resources {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: #FAFBFB;
    border-bottom: 1px solid #e5e8eb;
}
.help-page .resources-title {
    font-size: 40px;
    font-weight: 700;
    color: #203040;
    margin-bottom: .25rem;
}
.help-page .resources-sub { max-width:820px; margin-left:auto; margin-right:auto; color:#6b7280 }

.help-page .resource-card {
  background:#fff;
  border-radius:12px;
  padding:28px 22px;
  border:1px solid rgba(226,236,245,.95);
  box-shadow:0 8px 18px rgba(23,50,78,.03);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  transition:transform .22s ease,box-shadow .22s ease,border-color .18s ease;
  width:100%;
  min-height:270px;
}

.help-page .resource-card:hover{
  transform:translateY(-8px);
  box-shadow:0 36px 80px rgba(23,50,78,.06);
  border-color: rgba(73,155,255,.08);
}

.help-page .resource-icon{
  width:68px;
  height:68px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,rgba(73,155,255,.06),rgba(73,155,255,.02));
  color:#499BFF;
  font-size:28px;
  margin-bottom:18px;
  box-shadow:0 12px 36px rgba(73,155,255,.03);
}

.help-page .resource-icon--green{ background:linear-gradient(180deg,rgba(29,201,148,.08),rgba(29,201,148,.02)); color:#29ca72; box-shadow:0 12px 36px rgba(41,202,114,.03) }
.help-page .resource-icon--purple{ background:linear-gradient(180deg,rgba(174,129,255,.08),rgba(174,129,255,.02)); color:#9b6bff; box-shadow:0 12px 36px rgba(155,107,255,.03) }
.help-page .resource-icon--amber{ background:linear-gradient(180deg,rgba(255,195,102,.08),rgba(255,195,102,.02)); color:#f59e0b; box-shadow:0 12px 36px rgba(245,158,11,.03) }

.help-page .resource-title{ font-weight:700; color:#1f2b36; margin-bottom:8px; font-size:1.05rem }
.help-page .resource-desc{ color:#6b7280; font-size:.95rem; line-height:1.5; margin-bottom:18px; max-width:260px }

.help-page .resource-cta{ width:100%; margin-top:auto }
.help-page .btn-resource{
  width:100%;
  padding:.6rem .9rem;
  border-radius:8px;
  font-weight:600;
  border:none;
  color:#fff;
  background:linear-gradient(180deg,#2e86ff,#1b6ef0);
  box-shadow:0 10px 30px rgba(46,134,255,.16);
}
.help-page .btn-outline-resource{
  width:100%;
  padding:.55rem .8rem;
  border-radius:8px;
  font-weight:600;
  border:1px solid rgba(14,36,93,.06);
  background:#fff;
  color:#0d6efd;
}

/* responsive tweaks */
@media (max-width:991.98px){
  .help-page .resource-card{min-height:240px;padding:22px}
  .help-page .resource-desc{max-width:320px}
}
@media (max-width:575.98px){
  .help-page .resource-card{padding:18px;min-height:auto}
  .help-page .resource-desc{max-width:100%}
}