
body{
 background: #f2f5ff;
         font-family: "Segoe UI", sans-serif;
         }
         /* Card Box */
         .service-card {
         background: #fff;
         border-radius: 16px;
         padding: 25px 15px;
         text-align: center;
         box-shadow: 0 4px 12px rgba(0,0,0,0.05);
         height: 100%;
         transition: 0.3s;
         }
         .service-card:hover {
         transform: translateY(-5px);
         }
         .faq-search {
         margin-top: 15px;
         width: 320px;
         max-width: 100%;
         padding: 10px 18px;
         border-radius: 25px;
         border: none;
         outline: none;
         font-size: 14px;
         }
         .service-card.active {
         border: 2px solid var(--primary-color-theme);
         background-color: var(--primary-color-theme-light);
         transform: translateY(-4px);
         transition: all 0.3s ease;
         }
         .service-card.active h5 {
         color: var(--primary-color-theme);
         }
         .service-card.active .btn-custom {
         background-color: var(--primary-color-theme);
         border-color: var(--primary-color-theme);
         color: #fff;
         }
         .service-card i {
         color: #000;
         }
         .service-card h5 {
         color: #2c3cff;
         font-weight: 600;
         }
         .service-card p {
         font-size: 14px;
         color: #777;
         margin-bottom: 15px;
         }
         .btn-custom {
         background: #3f51ff;
         color: #fff;
         border-radius: 20px;
         padding: 6px 18px;
         font-size: 14px;
         }
         .btn-custom:hover {
         background: #2c3cff;
         color: #fff;
         }
         /* FAQ Section */
         .faq-box {
         margin-top: 30px;
         padding: 30px;
         }
         .faq-title {
         color: #2c3cff;
         font-weight: 600;
         margin-bottom: 20px;
         }
         .accordion-button {
         font-weight: 500;
         background: #fff;
         }
         .accordion-body img {
         border-radius: 10px;
         margin-top: 10px;
         box-shadow: 0 4px 10px rgba(0,0,0,0.08);
         }
         .accordion-body {
         font-size: 16px;
         color: #444;
         background: #fafbff;
         }
         .accordion-button:not(.collapsed) {
         background: #f5f7ff;
         color: #4b5fe6;
         font-size: 16px;
         box-shadow: none;
         }
         .accordion-button::after {
         transform: scale(0.8);
         }
         .accordion-button {
         padding: 14px 16px;
         font-size: 14px;
         background: #fff;
         }
         .accordion-item {
         border-radius: 10px;
         overflow: hidden;
         margin-bottom: 10px;
         border: 1px solid #e6e9f5;
         }
         .card-icon {
         width: 45px;
         height: 45px;
         }
         .header-actions .header-login-btn {
         background: var(--primary);
         border-radius: 12px;
         color: white;
         border: none;
         }
         .faq-top-header h1 {
         font-size: 30px;
         font-weight: 600;
         color: var(--white);
         margin-top: 0px;
         margin-bottom: 10px;
         }
         .search-container {
         margin-top: 25px;
         }
         .search-box {
         background: #ffffff;
         width: 420px;
         padding: 12px 18px;
         border-radius: 50px;
         display: flex;
         align-items: center;
         box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
         }
         .search-box input {
         border: none;
         outline: none;
         background: transparent;
         width: 100%;
         font-size: 16px;
         color: #000 !important;
         }
         .faq-section {
         display: block;
         margin-top: 25px;
         padding: 28px;
         border-radius: 16px;
         background: white;
         box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
         }
         /* FAQ BLUE HEADER */
         .faq-hero {
         background: var(--primary-color-theme);
         position: relative;
         border-radius: 18px;
         padding: 45px 20px;
         text-align: center;
         color: #fff;
         margin: 0 auto 35px;     /* center */
         /* 👈 CONTROL WIDTH */
         }
         .language-buttons button {
         padding: 6px 14px;
         border-radius: 20px;
         border: 1px solid #fff;
         background: transparent;
         color: #fff;
         font-size: 13px;
         cursor: pointer;
         transition: all 0.3s ease;
         }
         /* Active button */
         .language-buttons button.active {
         background: #fff;
         color: #3f51ff;
         font-weight: 600;
         }
         /* Hover effect */
         .language-buttons button:hover {
         background: rgba(255,255,255,0.2);
         }
         /* Heading */
         .faq-hero h1 {
         font-size: 32px;
         font-weight: 600;
         margin-bottom: 8px;
         color: #fff;
         }
         /* Sub text */
         .faq-hero p {
         font-size: 15px;
         opacity: 0.95;
         }
         /* Search container */
         .search-container {
         margin-top: 25px;
         display: flex;
         justify-content: center;
         }
         /* Search box */
         .search-box {
         background: #fff;
         width: 420px;
         max-width: 90%;
         padding: 12px 18px;
         border-radius: 50px;
         display: flex;
         align-items: center;
         gap: 10px;
         box-shadow: 0 6px 20px rgba(0,0,0,0.15);
         }
         /* Search input */
         .search-box input {
         border: none;
         outline: none;
         width: 100%;
         font-size: 15px;
         background: transparent;
         color: #000;
         }
         /* Search icon */
         .search-box i {
         color: #3f51ff;
         font-size: 16px;
         }
         
/* Common offcanvas width */
.custom-offcanvas {
    width: 52% !important;
}

/* Mobile pe full width (Govt UX standard) */
@media (max-width: 768px) {
    .custom-offcanvas {
        width: 100% !important;
    }
}


.govt-tabs {
  border-bottom: 0px solid #dee2e6;
}

.govt-tabs .nav-link {
  font-weight: 600;
  color: #555;
  border: none;
  border-bottom: 3px solid transparent;
}

.govt-tabs .nav-link:hover {
  color: #0d6efd;
}

.govt-tabs .nav-link.active {
  color: var(--primary-color-theme);
  background: transparent;
  border-bottom: 3px solid var(--primary-color-theme);
}
