:root {
  --white: white;
  --black: black;
  --text-blue: #1a2933;
  --dark-text: #3d3d3d;

  --dark-blue: #003a6f;
  --blue: #005daa;

  --light-grey: #f5f7fa;
  --dark-grey: #aaaaaa;

  --red: #ce3832;
  --green: #75ab42;
}

.inner-page {
  padding: 80px 0 0;
  background-color: var(--light-grey);
}
.inner-page.contact-us .main-title {
  color: var(--text-black, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  padding-bottom: 22px;
  margin-bottom: 0;
}
.inner-page.contact-us .text-muted {
  color: var(--text-black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  padding-bottom: 22px;
  margin-bottom: 0;
}
.inner-page.contact-us .nav-pills .nav-link {
  display: flex;
  width: 164px;
  height: 56px;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--text-dark-gray, #3d3d3d)!important;
  font-size: 20px !important;
  font-style: normal;
  border-radius: 160px !important;
  border: 1px solid var(--text-dark-gray, #3d3d3d) !important;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.inner-page.contact-us .nav-pills .nav-link.active {
  background: var(--blue, #005daa) !important;
  color: #fff !important;
}
.inner-page.contact-us .nav-pills {
  padding-bottom: 48px;
  gap: 14px;
}
.inner-page.contact-us .form-control {
  display: flex;
  height: 50px;
  padding: 15px 22px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.inner-page.contact-us .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.inner-page.contact-us .form-label {
  color: var(--text-dark-gray, #3d3d3d);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  padding-bottom: 10px;
}
.inner-page.contact-us .form-label .star-icon {
  color: #ce3832;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
}
.inner-page.contact-us .btn-primary {
  border-radius: 160px !important;
  background: var(--blue, #005daa);
  color: #fff;
  border: 1px solid var(--blue, #005daa);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  transition: all 0.3s ease-in-out;
  margin-top: 42px;
  display: flex;
  width: 275px;
  height: 56px;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.inner-page.contact-us .btn-primary:hover {
  background-color: transparent;
  color: #005daa;
}
.inner-page.contact-us .tab-content {
  margin-bottom: 48px;
}
.textarea-control {
  height: auto !important;
}
.inner-page.contact-us h3 {
  color: var(--dark-blue, #003a6f);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  padding-bottom: 18px;
  margin-bottom: 0;
}
.sidebar-info {
  display: flex;
  padding: 24px 28px;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 0 20px;
  background: #fff;
}
.info-item {
  display: flex;
  margin-bottom: 32px;
  gap: 12px;
  align-items: baseline;
}
.info-item strong {
  color: var(--text-black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 140%; /* 28px */
  margin-bottom: 0;
}
.info-item p {
  color: var(--text-black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 140%; /* 28px */
}
.inner-page.contact-us .form-group {
  margin-bottom: 24px;
}
.page-header {
  background: url("../img/Rectangle\ 2.png") center/cover;
  height: 219px;
  position: relative;
}

.page-header .overlay {
  background: rgba(26, 41, 51, 0.55);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

/* Tabs Styling */
.inner-page.contact-us .nav-pills .nav-link {

  transition: all 0.3s;
}
 
.inner-page.contact-us  .nav-pills .nav-link.active,
.inner-page.contact-us  .nav-pills .nav-link:hover {
  background-color: var(--blue, #005DAA)!important;
  color: white !important;
}

.info-sidebar {
  background: linear-gradient(145deg, #ffffff, #e6efff);
}

/* Map Branch Overlay */
.branches-overlay {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 365px;
  z-index: 100;
  padding: 0;
}

.list-group-item.active-branch {
  background-color: #f0f7ff;
  border-right: 4px solid var(--primary-blue);
  font-weight: bold;
}

.branches-overlay .bg-primary {
  border-radius: 20px 20px 0 0;
  background-color: var(--dark-blue, #003a6f) !important;
  color: var(--White, #fff);
  text-align: start;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.branches-overlay .bg-primary .white-divider {
  width: 69px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin-top: 3px;
}
.inner-page.contact-us .list-group-item.active-branch {
  background-color: #f0f7ff;
  border-right: 4px solid var(--primary-blue);
  font-weight: bold;
  position: relative;
}
.inner-page.contact-us .list-group-item:after {
  position: absolute;
  content: "";
  background-color: var(--Black, #252424);
  width: 5px;
  height: 5px;
  display: block;
  left: 5px;
  top: 50%;
}
.inner-page.contact-us .list-group-flush {
  border-radius: 20px;
  overflow-y: scroll;
  height: 290px;
  padding: 25px;
}
.inner-page.contact-us .list-group-flush > .list-group-item {
  text-align: start;
  color: var(--Black, #252424);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding: 16px;
  line-height: 120%; /* 24px */
}
.inner-page.contact-us iframe {
  border-radius: 20px;
}
@media (max-width: 992px) {
  .branches-overlay {
    position: static;
width: calc(100% - 20px);
        margin: 0 auto 40px;  }

  .inner-page.contact-us .nav-pills .nav-item,
  .inner-page.contact-us .nav-pills .nav-link {
    width: 100%;
  }
  .inner-page.contact-us .form-control {
    margin-bottom: 20px;
  }
  .inner-page.contact-us .form-group {
    margin-bottom: 0;
  }
  .map-container iframe {
    height: 400px;
  }
  .map-container {
    overflow: initial !important;
    height: 100% !important;
  }
  .info-item strong {
    font-size: 18px;
  }
  .info-item p,
  .inner-page.contact-us .list-group-flush > .list-group-item,
  .inner-page.contact-us .text-muted {
    font-size: 16px;
  }
  .inner-page.contact-us .nav-pills .nav-link,
  .inner-page.contact-us .btn-primary {
    height: 45px;
    font-size: 16px !important;
  }
  .inner-page.contact-us .btn-primary {
    margin: 20px 0 40px !important;
  }
  .sidebar-info {
    padding: 14px;
  }
  .sidebar-info .info-item {
    margin-bottom: 16px;
  }
  .inner-page.contact-us h3,
  .branches-overlay .bg-primary {
    font-size: 20px;
  }
  .branches-overlay .bg-primary .white-divider {
    width: 55px;
  }
  .inner-page.contact-us {
    padding: 40px 0;
  }
  .inner-page.contact-us .main-title {
    font-size: 22px;
  }
  #footer {
    margin-top: 45px;
  }
}

.service-card {
  background-color: var(--bg-card);
  border: none;
  border-radius: 0 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  min-height: 232px;
}

.service-card:hover {
  transform: translateY(-5px);
  border-radius: 0 20px;

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* For the specific item highlighted in your image with dashed border */
.border-dashed {
  border: 2px dashed var(--primary-blue) !important;
}

.icon-wrapper {
  margin-bottom: 0;
  height: 60px;
  display: flex;
  width: 60px;
}

.card-service-title {
  color: var(--text-blue, #1a2933);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}

.btn-custom {
  border-radius: 49.42px;
  border: 1.5px solid var(--blue, #005daa);
  display: flex;
  width: 176px;
  height: 58px;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--blue, #005daa);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  transition: all 0.2s ease;
}

.btn-custom:hover {
  background-color: var(--blue, #005daa);
  border-color: var(--blue, #005daa);
  color: #fff;
}

/* Adjustments for RTL spacing */
[dir="rtl"] .btn-custom {
  letter-spacing: 0;
}
.form-group .form-check .form-check-label{
  cursor: pointer;
}
/* .form-check {
    display: flex;
    align-items: center;
    gap: 10px;} */
@media (max-width: 1300px) {
  .card-service-title {
    font-size: 18px;
  }
  .btn-custom {
    font-size: 18px;
    height: 45px;
  }
}
@media (max-width: 992px) {
  .card-service-title,
  .card-title {
    font-size: 18px;
  }
  .btn-custom {
    font-size: 16px;
    height: 45px;
  }
}
.salary-item {
  margin-bottom: 42px;
}
.salary-item h3 {
  color: var(--text-black, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
}
.salary-item p {
  color: var(--text-dark-gray, #3d3d3d);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
}
.salary-item.social-items h3 {
  color: var(--text-dark-gray, #3d3d3d);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: capitalize;
}
.salary-item.social-items {
  display: flex;
  gap: 8px;
  align-items: center;
}
.salary-item.social-items ul {
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
}
.salary-item.social-items ul li a img {
  transition: all 0.3s ease-in-out;
}
.salary-item.social-items ul li a:hover img {
  transform: translateY(-5px);
}

/* Search Area */
.search-input {
  display: flex;
  height: 70px;
  padding: 12px 8px 12px 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  width: 95%;
  background: var(--white, #fff);
}
.search-input input {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding-inline-start: 32px;
  outline: none;
  color: var(--text-black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.search-input input::placeholder {
  color: var(--text-black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.form-control:focus {
  box-shadow: none;
}
.search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.date-btn {
  display: flex;
  width: 70px;
  height: 70px;
  padding: 11px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: var(--white, #fff);
  transition: all 0.3s ease-in-out;
}
.date-btn:hover {
  border: 1px solid #000;
}
.search-btn {
  border-radius: 40px;
  background: var(--blue, #005daa);
  display: flex;
  width: 111px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--white, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--blue, #005daa);
}
.search-btn:hover {
  background-color: transparent;
  color: var(--blue, #005daa);
}
.search-header {
  display: flex;
  justify-content: space-between;
  gap: 23px;
}
/* Doc Rows */
.doc-row {
  transition: all 0.2s ease;
  border: 1px solid transparent;
  padding: 12px 50px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: #fff;
}

.doc-row:hover {
  transform: scale(1.005);
  border-color: #e0e0e0;
}

.doc-title {
  color: var(--text-dark-gray, #3d3d3d);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  padding-inline-start: 22px;
}
.doc-title-main {
  flex: 0 0 50%; /* Fixed 50% width */
}
.doc-date {
  color: var(--text-dark-gray, #3d3d3d);

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  flex: 0 0 25%; /* Fixed 50% width */
  line-height: 120%; /* 24px */
}

.download-btn {
  display: flex;
  height: 55px;
  width: 165px;
  padding: 10px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--blue, #005daa);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  transition: all 0.3s ease-in-out;
}

.download-btn:hover {
  background-color: var(--blue, #005daa);
  color: white;
}
.download-btn img {
  transition: all 0.3s ease-in-out;
}
.download-btn:hover img {
  filter: brightness(0) invert(1);
}
/* RTL Adjustment for jQuery UI */
.ui-datepicker {
  font-family: inherit;
  z-index: 9999 !important;
}
.calendar-btn {
  height: 70px;
}
@media (max-width: 992px) {
  .search-header {
    gap: 10px;
  }
  .doc-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
    padding: 12px 20px;
  }
  .doc-title {
    font-size: 18px;
    padding-inline-start: 12px;
  }
  .doc-date {
    font-size: 14px;
  }
  .download-btn {
    height: 45px;
    font-size: 16px;
  }
  .search-btn {
    width: 69px;
    font-size: 16px;
  }
  .search-input input {
    width: 100%;
    font-size: 14px;
  }
  .search-input input::placeholder{
    font-size: 14px;
  }
  .date-btn {
    width: 50px;
  }
  .date-btn img {
    width: 30px;
    height: 30px;
  }
}

.bg-info-custom {
  background-color: #005dab !important;
  padding: 10px 20px;
  font-size: 0.85rem;
}

.section-title {
  color: #1a1a1a;
  border: 2px solid #005dab;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
}

/* Accordion Styling */
.custom-accordion .accordion-item {
  border: 1px solid #eee !important;
}

.custom-accordion .accordion-button {
  background-color: white;
  color: #333;
  padding: 20px;
  box-shadow: none;
  border-radius: 8px !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #005dab;
  box-shadow: none;
}

/* Custom indicator (replacing default arrow) */
.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005dab'%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");
  margin-right: auto;
  margin-left: 0;
}

/* Background tints for the bodies */
.bg-success-light {
  background-color: #f0fdf4;
}
.bg-danger-light {
  background-color: #fef2f2;
}
.bg-primary-light {
  background-color: #f0f7ff;
}

.line-height-lg {
  line-height: 2;
}

.list-unstyled li {
  padding-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.list-unstyled li i {
  margin-top: 8px;
  font-size: 0.5rem;
  color: #888;
}

/* Badge Header */
.info-badge {
  background-color: var(--brand-blue);
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 6px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
}

/* Segmented Control Styling */
.custom-segmented-control {
  border: 0;
  flex-wrap: nowrap;
}
.custom-segmented-control .nav-item {
  margin: 0;

}



/* Tab Inner Content */
.access-page .inner-content-box {
  border-radius: 16px;
border: 2px solid var(--blue, #005DAA)!important;
background: var(--white, #FFF);
padding: 34px;

gap: 24px;
}

.status-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.bg-success-light {
  background-color: #e9f5e9;
}

/* Grid Cards */
.category-card {
border-radius: 14px;
border: 1px solid rgba(153, 190, 221, 0.30);
background: var(--white, #FFF);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.category-card h6{
  color: var(--text-blue, #1A2933)!important;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 28px */
}
.category-card p{
  color: var(--text-dark-gray, #3D3D3D)!important;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.category-card:hover {
  border-color: var(--brand-blue) !important;
  transform: translateY(-2px);
}

.icon-box {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.smallest {
  font-size: 0.75rem;
}

/* Footer Notice */
.footer-notice {
  background-color: #fff;
  border: 1px solid #dae5ed !important;
}

.btn-primary {
  background-color: var(--brand-blue);
  border: none;
  transition: background 0.2s;
}

.btn-primary:hover {
  background-color: #004a89;
}

.footer-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .footer-notice {
    flex-direction: column-reverse;
    text-align: center !important;
  }
  .footer-notice .text-end {
    text-align: center !important;
    flex-direction: column;
  }
  .footer-notice i {
    margin: 0 0 10px 0 !important;
  }
}

.access-section {
  background-color: #fff;
}

/* Illustration Styling */
.illustration-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-button {
  background-color: var(--primary-blue);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: var(--dark-blue);
}

/* Stats Styling */
.stats-row {
  display: flex;
  margin-top: 40px;
border-top: 1px solid #D1D5DC;
  padding-top: 32px;
  justify-content: center;
}

.stat-item {
  text-align: center;
  width:33%
}

.stat-value {
  display: block;
color: var(--text-blue, #1A2933);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
}

.stat-label {
color: var(--text-dark-gray, #3D3D3D);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.search-content h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  padding-bottom: 56px;
}
@media (max-width: 991.98px) {
  .search-content h1 {
    padding-bottom: 20px;
    font-size: 30px;
  }
}
.search-content h1 span {
  color: var(--blue, #004784);
}
.search-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-content ul li {
  
  margin-bottom: 28px;
  border-radius: 12px;
  transition: all .3s ease-in-out;
  background: #fff;
}
.search-content ul li a {
  text-decoration: none;
    transition: all 0.3s ease-in-out;
min-height: 104px;
  padding: 32px;

}
@media (max-width: 991.98px) {
  .search-content ul li {
    margin-bottom: 18px;
    padding: 15px;
    height: fit-content;

  }
}
.search-content ul li a {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap:10px
}
.search-content ul li a img {
  transition: all 0.3s ease-in-out;
}
.search-content ul li a:hover span {
  color: var(--blue);
}
.search-content ul li a:hover img {
  filter: invert(14%) sepia(81%) saturate(3120%) hue-rotate(194deg)
    brightness(98%) contrast(103%);
}
.search-content ul li span {
  color: var(--black, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .search-content ul li span {
    font-size: 16px;
  }
  .search-content ul li a{
    padding:10px
  }
}
.no-head-table thead {
  display: none;
}
.green-btn {
  background: rgba(117, 171, 66, 0.1);
  color: #75ab42;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  display: flex;
  height: 55px;
  width: 165px;
  padding: 10px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(117, 171, 66, 0.1);
}
.green-btn:hover {
  background: #75ab42;
  border: 0;
}
.red-btn {
  background: rgba(206, 56, 50, 0.1);
  color: #ce3832;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  display: flex;
  height: 55px;
  width: 165px;
  padding: 10px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(117, 171, 66, 0.1);
}
.red-btn:hover {
  background: #ce3832;
  border: 0;
}
.revert-btn {
  background: rgba(0, 93, 170, 0.1);
  color: var(--blue, #005daa);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  display: flex;
  height: 55px;
  width: 165px;
  padding: 10px 39px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(117, 171, 66, 0.1);
}
.revert-btn:hover {
  background: var(--blue, #005daa);
  border: 0;
}

.empty-state-section .empty-state-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.empty-state-body {
  text-align: center;
}
.empty-state-body h2 {
  font-size: var(--fs-h2);
  color: var(--text-black, #000);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
}
.empty-state-body p {
  color: var(--dark-gray, #414141);
  text-align: center;
  font-size: var(--fs-description-1);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.empty-state-icon img {
  min-width: 120px;
  min-height: 120px;
}
.empty-state-icon {
  margin-bottom: 24px;
}
.empty-state-header h4 {
  color: var(--text-dark-gray, #3d3d3d);
  font-size: var(--fs-h4);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
}
.empty-state-header h4 span {
  color: var(--blue, #005daa);
}
.empty-state-header {
  margin-bottom: 48px;
}
.pafn-modal .modal-body {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
    gap: 18px;
    flex-direction: column;
}
.pafn-modal  .btn.btn-primary {
    display: flex;
    width: 105px;
    height: 56px;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
   border-radius: 160px;
background: var(--blue, #005DAA);
    border: 1px solid var(--blue, #005DAA);
    color: var(--white, #fff);
    text-align: center;
font-size: 20px;
font-style: normal;
margin: auto;
font-weight: 600;
line-height: 120%; /* 24px */
}
.pafn-modal  .btn.btn-primary:hoveR{
  background: transparent;
    border: 1px solid var(--blue, #005DAA);
    color: var(--blue, #005DAA);
}
.pafn-modal .modal-body p{
  color: var(--dark-gray, #414141);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */
margin-bottom: 28px;
}
.pafn-modal .modal-body h1{
  color: #000;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */}
.pafn-modal .modal-content{
  padding: 50px;
}
.text-danger{
  margin-top: 13px;
}
.background-overlay {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    /* Replace with your image path */
    background: linear-gradient(rgba(0, 58, 111, 0.4), rgba(26, 41, 51, .4)), 
                url('../img/icons/login-bg.png') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.login-card {
    background: white;
    width: 100%;
    max-width: 747px;
    padding: 40px;
    height: fit-content;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.login-card .logo {
    max-width: 300px;
    margin-bottom: 32px;
}



.login-card .input-group {
    text-align: right;
    margin-bottom: 20px;
}

.login-card label {
    display: block;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #333;
}

.login-card .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.login-card .input-wrapper input {
    width: 100%;
    padding: 12px 15px;
    padding-left: 45px; /* Space for left icon */
    padding-right: 45px; /* Space for right icon */
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    outline: none;
}

/* Icons inside inputs */
.login-card .input-wrapper i {
    position: absolute;
    color: #888;
}

.input-wrapper i:last-child {
    right: 15px; /* Building/User/Lock icons */
}

.login-card .show-pass {
    left: 15px; /* Eye icon */
    cursor: pointer;
}

/* Error State */
  .login-card .input-pill.error {
    border: 1px solid #CE3832;
}

.login-card .error-message {
  color: #CE3832;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
text-transform: capitalize;
    margin-top: 5px;
    display: block;
}

/* Button */
 .login-card  .login-btn {
    width: 100%;
    padding: 15px;
    background-color: #b3b3b3; /* Disabled look in image */
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 1.1rem;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
}

.login-card .login-btn:hover {
    background-color: #999;
}
.login-card .input-icon img {
    width: 20px;
    height: 20px;
}
.login-card .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    opacity: 0.9;
}
.login-card .input-pill {
  border-radius: 16px;
border: 1px solid #E3E3E3;
background: var(--white, #FFF);
    padding: 8px 12px 8px 35px;
    position: relative;
}
.login-card .input-pill .form-control {
border: 0;
}
.login-card h4{
  font-size: var(--fs-h4);
  color: var(--dark-blue, #003A6F);
font-style: normal;
font-weight: 700;
line-height: 120%; /* 33.6px */
margin-bottom: 28px;
}
.login-card label {
color: var(--text-dark-gray, #3D3D3D);
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 16.8px */
text-transform: capitalize;
}
.login-card .base-btn{
  border-radius: 100px;
background: var(--blue, #005DAA);
width: 100%;
border: 1px solid var(--blue, #005DAA);
display: flex;
padding: 16px 24px;
justify-content: center;
align-items: center;
gap: 10px;
color: var(--white, #FFF);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 24px */
transition: all 0.3s ease-in-out;
margin-top: 23px;
}
.login-card .base-btn:hoveR{
  background-color: transparent;
  color: var(--blue, #005DAA);
}

@media (max-width: 1200px) {
  .inner-page.contact-us .btn-primary {
    margin-bottom: 40px;
  }
  .login-card {
    background: white;
    width: 90%;
    max-width: 747px;
    padding: 20px;}
  .green-btn,
  .red-btn,
  .revert-btn {
    font-size: 16px;
    height: 40px;
    width: 150px;
  }
  /* div.dt-container{
    overflow: auto;
} */
  .custom-table tbody tr td {
    font-size: 14px;
  }
}

#signout .btn.btn-primary {
    display: flex;
    width: 170px;
    height: 46px;
    margin: 0;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 25px;
    border: 1px solid var(--red, #ae161b);
    background-color: transparent;
    color: var(--red, #ae161b);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.3s ease-in-out;
}
#signout .btn.btn-primary:hover{
  background-color:  var(--red, #ae161b);
  color: #fff;
}
.pafn-modal .modal-footer {
    justify-content: center;
    align-items: center;
    border-top: 0;
    padding-top: 0;
    gap: 5px;
    padding: 0;
}
#signout .btn.btn-secondary {
    display: flex;
    width: 128px;
    height: 46px;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 25px;
    background: var(--blue, #004784);
    color: var(--white, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    border: 1px solid var(--blue, #004784);
}
#signout .btn.btn-secondary:hover{
  background-color: transparent;
  color: var(--blue, #004784);
}


.main-card {
    min-height: fit-content;
}

/* Sidebar Styling */
.inner-page.contact-us  .nav-pills .nav-link {
color: var(--text-dark-gray, #3D3D3D);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 24px */    background-color: transparent;
    margin-bottom: 0;
border-radius: 160px;
    padding: 14px 32px;
    transition: all 0.3s ease;
    border: none;
    height: 56px;
}

/* Active State - Blue background from image */
.privacy-page .nav-pills .nav-link.active {
    background-color: #0056b3 !important;
    color: white !important;
}

.privacy-page .nav-pills .nav-link:hover:not(.active) {
    background-color: #e9ecef;
}

/* Content Area Styling */
.privacy-page .section-title {
    color: #0056b3;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.privacy-page .tab-pane {
    line-height: 1.8;
    text-align: justify;
}

/* Border separation for sidebar */
.privacy-page .border-start {
    border-color: #eee !important;
}

@media (max-width: 768px) {
 .privacy-page   .border-start {
        border-start: none !important;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.privacy-page .nav-pills .nav-link{
  border-radius: 0 20px;
background: #F3F1F0;
display: flex;
padding: 20px 16px;
align-items: flex-start;
gap: 8px;
text-align: start;
align-self: stretch;
color: var(--text-dark-gray, #3D3D3D);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 24px */
}
.privacy-page .nav-pills .nav-link.active {
    background-color: #0056b3 !important;
    color: white !important;


}
.privacy-page .section-title{
  border: 0;
  color: var(--dark-blue, #003A6F);
font-size: 28px;
font-style: normal;
font-weight: 700;
padding: 0;
line-height: 120%; /* 33.6px */
}
.privacy-page .tab-content p {
color: var(--text-dark-gray, #3D3D3D);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 30.8px */
}
.privacy-page .bg-white{
  border-radius: 14px;
background: #FFF;
padding: 48px;
}
.tabs-list{
  padding: 20px!important;
  height: fit-content;
}
.form-desc{
  font-size: var(--fs-description-1);
  color:  var(--dark-text);
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */
}
.track-form .form-group .wrapper-input .select2-container,.track-form .form-group .wrapper-input input{
  min-width: 526px

}


    :root {
        --primary-blue: #0056b3;
        --light-blue: #f0f7ff;
        --text-color: #333;
        --border-color: #e1e8f0;
    }

    .sitemap-container {
        padding: 40px 20px;
        background-color: var(--light-blue);
        font-family: sans-serif;
    }

    /* Main Blue Header */
    .sitemap-main-header {
        background-color: var(--primary-blue);
        color: white;
        text-align: center;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 30px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Grid Layout */
    .sitemap-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 25px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Card Styling */
    .sitemap-card {
        background: transparent;
    }

    .card-title {
        background-color: var(--primary-blue);
        color: white;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .card-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .card-links li {
        margin-bottom: 8px;
        background: white;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        transition: transform 0.2s;
        /* Line on the side logic */
        border-inline-start: 4px solid #3498db; 
    }

    .card-links li:hover {
        transform: translateY(-2px);
    }

    .card-links a {
        display: block;
        padding: 12px;
        color: var(--text-color);
        text-decoration: none;
        font-size: 14px;
        text-align: center;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .sitemap-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

     /* Container for the entire chart */
        .sitemap-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 1200px;
        }

        /* The single top-level box */
        .top-level {
            background-color: var(--blue);
            color: var(--white);
          display: flex;
height: 70px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
flex-shrink: 0;
align-self: stretch;
            border-radius: 12px;
          width: 100%;
          margin-bottom: 40px;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 28px */
        }

        /* Grid for the columns */
        .columns-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            width: 100%;
            row-gap: 48px;
        }

        /* Vertical column lists */
        .column-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 10px; /* Space between sibling items */
        }

        /* List Items */
        .column-list li {
            position: relative; /* Base for positioning dashed lines */
            max-width: 234px;
        }

        /* Column Header Boxes (blue) */
        .column-header {
            background-color: var(--blue);
            color: var(--white);
            display: flex;
height: 70px;
margin-bottom: 22px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 8px;
flex-shrink: 0;
align-self: stretch;
border-radius: 12px;

            border: 2px solid transparent; /* Required to prevent layout shifts on focus */
        }
        .column-header a{
          color: var(--white, #FFF);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 21.6px */
text-decoration: none;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;

        }

        /* Child items (white boxes) */
        .child-item {
            background-color: var(--white);
            padding: 12px;
            border-radius: 12px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
                        height: 70px;
                    
min-width: 234px;
transition: all 0.3s ease-in-out;


        }
        .child-item a{
              color: var(--text-black, #000);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 21.6px */
transition: all 0.3s ease-in-out;
text-decoration: none;
width: 100%;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 100%;
        }
                .child-item:hover{
            background-color: var(--blue);
            color: var(--white);
                }
                                .child-item:hover a{
                                              color: var(--white);

                                }

        /* --- Specific Items from Image --- */

        /* Blue highlight around WT/O notification box */
        #wto-box .child-item {
            border: 2px solid var(--highlight-blue);
            box-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
        }

        /* Text color for special items */
        #e-services .child-item {
            color: var(--highlight-blue);
            font-weight: 600;
        }

        /* The blue "T" icon in the Electronic Library column */
        .blue-icon-t {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 32px;
            height: 32px;
            border-radius: 5px;
            background-color: var(--highlight-blue);
            color: white;
            font-weight: bold;
            font-size: 18px;
            margin-right: 10px; /* Spacing from text */
        }
        
        /* Flex wrapper for items with icons */
        .child-item.with-icon {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 10px; /* Adjust left padding for icon */
        }

        /* --- The Lines (CSS Psuedo-elements) --- */

        /* Horizontal connections (connect children to parent) */
        .column-list > li::before {
            content: '';
            position: absolute;
            top: 25px; /* Aligns with middle of header */
            right: -10px; /* Extend into the column gap */
            width: 10px;
            height: 2px;
            border-top: 1px dashed var(--blue);
        }

        /* Vertical tree structure lines */
        .column-list ul::before {
            content: '';
    position: absolute;
    top: -68px;
    right: -10px;
    height: calc(100% - -22px);
            width: 2px;
            border-right: 1px dashed var(--blue);
        }

        /* Horizontal connecting lines for list items */
        .column-list ul li::before {
            content: '';
            position: absolute;
            top: 25px; /* Vertically align with box middle */
            right: -10px;
            width: 10px;
            height: 2px;
            border-top: 1px dashed var(--blue);
        }

        /* Nested List Styling (to create the vertical structure) */
        .column-list ul {
            list-style: none;
            padding: 0; /* Offset the nested level */
            margin: 0;
            margin-right: 0; /* Offset the list items back */
            display: flex;
            flex-direction: column;
            gap: 10px;
            position: relative; /* For nested lines */
        }

        /* Small margin adjustment for the list starting after the header */
        .column-list li > ul {
            margin-top: 10px;
        }

        /* Adjust lines for long list items like E-Services in column 2 */
        #e-services ul li::before {
            top: 25px;
        }
@media (max-width:1400px) {
  .columns-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:992px) {
  .columns-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:768px) {
  .columns-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .column-list{
    align-items: center;
  }
}
.general-form{
  border-radius: 14px;
background: var(--white, #FFF);
display: flex;
padding: 28px 50px;

gap: 10px;
}



.faq-main .faq-title {
  text-align: center;
  color: var(--black, #1E1E1E);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 150% */
  text-transform: capitalize;
}
.faq-main .faq-btn {
  display: flex;
  width: 329px;
  padding: 8px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  background: var(--blue, #004784);
  color: var(--white, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin: 48px auto 0 auto;
}
.faq-main .faq-btn:hover {
  background-color: transparent;
  border: 1px solid #004784;
  color: #004784;
}
.faq-main .accordion {
  padding-top: 56px;
}
.faq-main .accordion .accordion-item {
  border: 0;
  border-radius: 12px;
background: var(--white, #FFF);
  margin-bottom: 20px;
  display: flex;
padding:32px;
flex-direction: column;
gap: 16px;
}
.faq-main .accordion .accordion-item .accordion-button {
   color: var(--dark-blue, #003A6F);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 28.8px */
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  /* show plus when collapsed */
  /* show minus when expanded */
}

.faq-main .accordion-body{
  padding: 0;
  color: var(--text-dark-gray, #3D3D3D);

font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 30.8px */
}
.accordion {
    --bs-accordion-border-color: transparent;}
@media (max-width: 991.98px) {
  .faq-main .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.faq-main .accordion .accordion-item .accordion-button .acc-icon {
  margin-left: auto;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #004784;
  font-size: 35px;
  transition: transform 0.15s ease, color 0.15s ease;
}
.faq-main .accordion .accordion-item .accordion-button.collapsed {
  color: #000 !important;
}
.faq-main .accordion .accordion-item .accordion-button.collapsed .acc-icon::before {
  display: none;
}
.faq-main .accordion .accordion-item .accordion-button:not(.collapsed) .acc-icon::before {
  display: none;
}
.faq-main .accordion .accordion-item .accordion-button::after {
  display: block !important;
  background-image: url(../img/icons/arrow-circle-up.svg) !important;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.faq-main .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/arrow-circle-up.svg) !important;
  filter: invert(14%) sepia(81%) saturate(3120%) hue-rotate(194deg) brightness(98%) contrast(103%);
}
.faq-tabs{
    display: grid;
    border-bottom: 0;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;

}

/* @media (max-width:768px) {
  .faq-tabs{
        grid-template-columns: repeat(1, 1fr);

  }
} */
.faq-tabs li .nav-link{
  width: 100%;
  height: 100%;
  padding: 14px;
  border-radius: 160px;
border: 1px solid var(--text-dark-gray, #3D3D3D);
display: flex;
height: 56px;
justify-content: center;
align-items: center;
gap: 10px;
color: var(--text-dark-gray, #3D3D3D);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 24px */
}
.faq-tabs li .nav-link.active,
.faq-tabs li .nav-link:hover{
background: var(--blue, #005DAA);
color: var(--white);
border: 1px solid var(--text-dark-gray, #3D3D3D);
}
.access-section .cta-button{
  margin: 40px 0 0;
}
@media (max-width:1600px) {
  .faq-tabs{
        grid-template-columns: repeat(5, 1fr);

  }
}
@media (max-width:1400px) {
  .faq-tabs{
        grid-template-columns: repeat(4, 1fr);

  }
}
@media (max-width:1200px) {
  .faq-tabs{
        grid-template-columns: repeat(2, 1fr);

  }
  .general-form{
    padding: 15px;
  }
  .faq-main .accordion-body{
    font-size: 16px;
  }
  .faq-tabs li .nav-link{
    font-size: 16px;
  }
  .faq-main .accordion .accordion-item{
    padding: 15px;
  }
}
@media (max-width:420px) {
  .faq-tabs{
        grid-template-columns: repeat(1, 1fr);

  }
      .faq-main .accordion .accordion-item .accordion-button {
        font-size: 18px;
      }

}
.wrapper-form.general-form .row-form{
  align-items: center;
}
.wrapper-form.general-form .submit-form{
margin-top: 19px;
}
.notes-text{
  display: inline-block;
  padding-top: 15px;
}
.access-page .our-goals{
  background: var(--light-grey, #F5F7FA);
}
.access-page .our-goals .custom-header-section,
.access-page .access-details .custom-header-section,
.access-page .access-information .custom-header-section{
  text-align: center;
  justify-content: center;
}
.access-page .access-information{
  padding-top:80px
}
.access-page .our-goals .custom-header-section .header-left-side,
.access-page .access-details .custom-header-section .header-left-side ,
.access-page .access-information .custom-header-section .header-left-side {
    justify-content: center;
    align-items: center;
}
.access-page .our-goals .container .wrapper-goals .goal-card .header-card{
  background-color: var(--white);
}
.access-page .our-goals .goal-card h3{
  color: var(--text-black, #000);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 28.8px */
}
.access-page .our-goals .goal-card p{
  color: var(--text-dark-gray, #3D3D3D);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 21.6px */
}
.access-page .our-goals .container{
  gap: 58px;
}
.access-page .access-details{
  background-color: var(--white);
  padding: 58px 0;
}
.access-page .accordion-item {
  border-radius: 14px!important;
border: 1px solid rgba(153, 190, 221, 0.30)!important;
background: var(--white, #FFF);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
display: flex;
padding: 25px;
flex-direction: column;
align-items: flex-start;
gap: 12px;
}

.access-page .accordion-item .accordion-header span{
  color: var(--text-blue, #1A2933);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 28.8px */
padding-inline-start: 16px;
display: inline-block;
}
.access-page .accordion .accordion-item .accordion-button::after {
  display: block !important;
  background-image: url(../img/right-access/arrow-circle-up-blue.svg)!important;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.access-page .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../img/right-access/arrow-circle-up-blue.svg) !important;
  filter: invert(14%) sepia(81%) saturate(3120%) hue-rotate(194deg) brightness(98%) contrast(103%);
}

.access-page .accordion-header{
  width: 100%;
}
.access-page .accordion-collapse {
  width: 100%;
}
.access-page .accordion-collapse .bg-success-light{
  border-radius: 14px;
background: rgba(117, 171, 66, 0.10);
display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.access-information{
  background-color: var(--light-grey);
}
.access-information .nav-pills .nav-link{
  display: flex;
padding: 16px;
justify-content: center;
align-items: center;
gap: 10px;
background-color:#fff;
border: 1px solid rgba(0, 0, 0, 0.00);
  color: var(--black);
  border-radius: 14px;

}
.access-information .nav-pills .nav-link.active{
  border-radius: 14px;
border: 1px solid rgba(0, 0, 0, 0.00);
background: var(--blue) ;
color: white;
}

.access-page .footer-notice{
  border-radius: 14px;
border: 2px solid var(--blue, #005DAA)!important;
background: var(--white, #FFF);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10)!important;
display: flex;
padding: 25px;
justify-content: center;
align-items: center;
gap: 12px;
}
.access-page .footer-notice p{
  color: var(--text-blue, #1A2933)!important;
font-size: 20px;
font-style: normal;
font-weight: 700!important;
line-height: 140%; /* 28px */}
.access-page .footer-notice a{
  text-decoration: none;
}
.access-page .footer-notice img{
  margin-inline-end: 16px;
}
.access-page .nav-pills,
.access-page .info-section-wrapper{
  margin-top:58px
}
.access-page .nav-pills{
  background: var(--white);
  border-radius:14px;
  padding: 0 !important;
}
.access-information .nav-pills .nav-link img{
  filter: brightness(0);
}
.access-information .nav-pills .nav-link.active img{
  filter: brightness(100%) invert(1);
}
.access-information .nav-pills .nav-link.read-info.active img{
  filter: none;

}
.status-info-title{
  padding-bottom: 24px;

}
.status-info-title p{
  color: var(--text-dark-gray, #3D3D3D);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.status-info-title h5{
  color: var(--text-blue, #1A2933);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 28.8px */
}
.access-page .icon-box{
  border-radius: 10px;
background: rgba(153, 190, 221, 0.30);
}
.access-page .icon-box img{
  width: 24px;
  height: 24px;
}
@media (max-width:992px) {
  .laptop-box{
    padding: 40px 0 0;
  }
  .access-information .nav-pills .nav-link.non-read-info{
    border-radius: 14px 14px 0 0;
  }
  .access-information .nav-pills .nav-link.read-info{
    border-radius: 0 0 14px 14px;

  }
.custom-segmented-control {
  flex-wrap: wrap;
}
.custom-segmented-control .nav-item{
  width: 100%;
}
.access-page .accordion-item .accordion-header span {
font-size: 18px;
}
.wrapper-content .category-content{
  flex-wrap: wrap;
}
.access-page .footer-notice p {
  font-size: 16px;
}
.status-info-title h5 {
  font-size: 20px;
}
.status-info-title p{
  font-size: 14px;
}
.pafn-modal .modal-content{
  padding: 20px;
}

}
.access-information .nav-pills .nav-link.non-read-info{
  margin-bottom: 0;
}
.access-information .nav-pills .nav-link.non-read-info.active{
background: #CE3832;}
@media (max-width:768px) {
.column-list li,
.column-list{
  width: 100%;
  max-width:100%
}
    .category-card{
    flex-direction: column;
    gap: 10px;
    align-items: center!important;
    text-align: center;
  }
  
}
@media (max-width:575px) {
    #signout .btn.btn-secondary,
#signout .btn.btn-primary{
  width: 100%;
}
.pafn-modal .modal-body p{
  font-size: 16px;
}
.pafn-modal .modal-body h1{
  font-size: 22px;
}
.pafn-modal .modal-body{
  gap: 10px;
}
}
.access-page .accordion-body ul{
  list-style-type: square;
}
.access-page .accordion-body ul li{
color: var(--text-dark-gray, #3D3D3D);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
padding-bottom: 5px;/* 21.6px */
}
@media (min-width:992px) and (max-width:1400px) {
  .access-page .footer-notice p{
    font-size: 16px;
  }

}
.custom-table thead th:last-child{
  white-space: nowrap;
}
.search-content ul li:hover,
.faq-main .accordion-item:hover{


    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.18);}
     .privacy-page .tabs-list{
      width: 23%;
    }
    .privacy-page .main-card{
      display: flex;
      justify-content: space-between;
      gap: 18px;
    }
    .privacy-page .main-card .tabs-list .nav {
      gap: 12px;

    }
     @media (max-width:1400px) {
       .privacy-page .nav-pills .nav-link{
      font-size:16px
    }
    .privacy-page .tab-content p {
font-size: 20px;
}

 .privacy-page .section-title{
      font-size: 26px;
    }
    }
    @media (max-width:1200px) {
        .privacy-page .tabs-list{
      width: 100%;
    }
    .track-form .form-group .wrapper-input .select2-container, .track-form .form-group .wrapper-input input{
  min-width: 100%!important;
}
    .privacy-page .section-title{
      font-size: 24px;
    }
    .privacy-page .main-card{
      flex-direction: column;
    }
        .privacy-page .tab-content p {
font-size: 18px;
}
   
    }
     @media (min-width:1200px)  {
        .privacy-page .tabs-list{
      width: 23%;
    }
    .privacy-main-content{
      width: 78%;
    }
   
    }
 .salary-item p img{
  padding-inline-end:10px
 }
  .share-via .list-social a .custom-icon {
    width: 20px;
}
/* 1. Hide the default checkbox */
input[type="checkbox"] {
  display: none;
}

/* 2. Create the custom box container */
.checkbox-box {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* 3. Style for when the checkbox is checked (The Background) */
input[type="checkbox"]:checked + .custom-label .checkbox-box {
  background-color:  var(--blue, #005DAA);
  border-color:  var(--blue, #005DAA);
}
.form-check{
  padding-left:0
}
/* 4. Create the custom tick (The "Checkmark") */
.checkbox-box::after {
  content: "";
  position: absolute;
  display: none;
  
  /* This creates a white L-shape rotated to look like a tick */
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 5. Show the tick only when checked */
input[type="checkbox"]:checked + .custom-label .checkbox-box::after {
  display: block;
}
@media (min-width:992px) and (max-width:1300px){
  .select-group .base-select-label .option-text {
    font-size:15px
  }
}
.inner-page.contact-us .form-group{
  flex-direction: row;
}
/****calendar****/
:root {
  --primary-blue: #005eb8;
  --bg-gray: #f0f2f5;
  --text-main: #333;
}

.calendar-wrapper { position: relative; font-family: sans-serif; }

.calendar-btn {
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
}

.calendar-modal {
  position: absolute;
  top: 60px;
  right: 0;
  width: 320px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 100;
}

.hidden { display: none; }

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.day {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0.9rem;
  transition: 0.2s;
}

.day:hover { background: var(--bg-gray); }

.day.selected {
  background: var(--blue) !important;
  color: white;
}

.day.empty { color: #ccc; cursor: default; }

.apply-btn {
  width: 100%;
  background: var(--blue);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 25px;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
  transition:all .3s ease-out
}
.apply-btn:hover{
  background-color: transparent;
  border: 1px solid var(--blue);
  color: var(--blue);
  
}
.calendar-header button{
  border:0;
  background:transparent
}
.calendar-header h3{
  text-align: center;
}