:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --muted: #64748b;
  --text: #333333;
  --primary: #f75d23;
  --accent: #ec4899;
  --secondary: #4b5563;
  --success: #16a34a;
  --warning: #f59e0b;
  --danger: #dc2626;
}

* {
  color: var(--text);
}

.container {
  max-width: 1320px;
  /* padding: 0px 16px; */
}

html,
body {
  height: 100%;
  background: var(--bg) !important;
  color: var(--text) !important;
  font-family: "Roboto" !important;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--text) !important;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 30px;
}

h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  font-weight: 600;
}

h5,
h6 {
  font-size: 14px;
  font-weight: 600;
}

p {
  margin-bottom: 12px;
  font-size: 16px;
}

.navbar-default {
  background-color: #495557;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar-default .navbar-toggle:hover {
  background: none;
}

.navbar-toggle {
  float: left;
  width: auto;
  margin-left: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .navbar-default .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .navbar-default .navbar-header {
    float: none;
    display: none;
  }
  .navbar-default .navbar-collapse {
    padding: 0;
    flex-grow: 1;
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .navbar-default .navbar-nav {
    display: flex;
    flex-direction: row;
    margin: 0;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 1350px) {
  .navbar-default .container-fluid,
  .navbar-default .container {
    display: block !important;
  }
  .navbar-default .navbar-header {
    float: none !important;
    display: block !important;
  }
  .navbar-default .navbar-header.hidden-md.hidden-lg {
    display: block !important;
  }
  .navbar-default .navbar-toggle {
    display: block !important;
  }
  .navbar-default .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: none !important;
  }
  .navbar-default .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin: 7.5px 0 !important;
    display: block !important;
  }
  .navbar-default .navbar-nav > li {
    float: none !important;
    display: block !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    position: static !important;
    float: none !important;
    width: auto !important;
    margin-top: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
}

@media (max-width: 1350px) {
  .navbar .navbar-nav {
    margin: 7.5px 0;
  }
  .navbar .navbar-nav > li > a {
    padding: 12px 15px !important;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    padding: 12px 15px 12px 35px !important;
  }
}

.nav {
  background-color: transparent !important;
  border: none;
}

.navbar .navbar-nav > li > a {
  color: white !important;
  line-height: 30px;
  background: transparent !important;
  padding: 16px 0px;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.navbar .navbar-nav > li:hover {
  background: transparent;
}

/* .navbar .navbar-nav > li > a:hover {
  color: #ddd !important;
} */

.navbar {
  min-height: auto;
}

.icon-bar {
  background-color: #fff !important;
}

.navbar-header-full {
  width: 100%;
}

.navbar-toggle-white {
  border-color: #fff !important;
}

.navbar-collapse-centered {
  justify-content: center;
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.page-content-wrap {
  flex: 1;
  padding-bottom: 92px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.content-padding-top {
  /* padding-top: 52px; */
}

@media (max-width: 768px) {
  .page-content-wrap {
    padding-bottom: 40px;
  }
  .content-padding-top {
    /* padding-top: 40px !important; */
  }
}

.btn {
  border-radius: 4px !important;
  border: 1px solid transparent !important;
  padding: 12px 1rem !important;
  box-shadow: none !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  transition: all 0.2s ease-in-out !important;
  text-transform: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  width: auto;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
}

.btn-primary {
  background: var(--primary) !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 18px !important;
  line-height: 23px !important;
  /* padding: 19px 30px !important; */
}

.btn-default {
  background: transparent !important;
  color: var(--text) !important;
  border: 2px solid #e5e7eb !important;
}

.btn-default:hover {
  background: #f1f5f9 !important;
  border-color: var(--primary) !important;
  color: var(--primary) !important;
}

.btn-success,
.btn-danger,
.btn-warning,
.btn-info {
  color: #fff !important;
}

.btn-success {
  background: var(--success) !important;
}
.btn-success:hover {
  background: #15803d !important;
}

.btn-danger {
  background: var(--danger) !important;
}
.btn-danger:hover {
  background: #991b1b !important;
}

.btn-warning {
  background: var(--warning) !important;
}
.btn-warning:hover {
  background: #d97706 !important;
}

.btn-info {
  background: var(--secondary) !important;
}
.btn-info:hover {
  background: #0369a1 !important;
}

.panel,
.box,
.well,
.panel-default {
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
  border-radius: 0.3125rem !important;

  padding: 0 !important;
  transition: box-shadow 0.2s ease;
  margin-bottom: 1.5rem !important;
}

.panel-default {
  min-height: 0 !important;
}

.panel-heading,
.box-header {
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;

  font-weight: 500 !important;
  font-size: 1.125rem !important;

  border-radius: 0.3125rem 0.3125rem 0 0 !important;
}

.panel-body,
.box-body {
  padding: 1.5rem 2.5rem 2.5rem 2.5rem !important;
}

@media (max-width: 768px) {
  .panel-heading,
  .box-header {
    padding: 1.5rem 1.5rem 0 1.5rem !important;
  }

  .panel-body,
  .box-body {
    padding: 1.25rem 1.5rem 1.5rem 1.5rem !important;
  }

  .navbar-collapse {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  footer {
    padding: 20px 0px !important;
  }
}

.form-group {
  margin-bottom: 1.5rem !important;
  position: relative;
}

/* .form-group label,
label {
  display: inline-block !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #495057;
  margin-bottom: 0.5rem !important;

  vertical-align: top !important;
} */

.form-group label.required::after {
  content: " *";
  color: var(--danger) !important;
  font-weight: 400;
}

.form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.875rem 1.375rem !important;
  font-size: 0.8125rem !important;
  font-weight: 400 !important;

  color: #495057 !important;
  background-color: #ffffff !important;
  background-clip: padding-box !important;
  border: 1px solid #ebedf2 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out !important;
  height: auto !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control::placeholder {
  color: #c9c8c8 !important;
  font-weight: 400 !important;
}

.form-control:focus {
  border-color: var(--primary) !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #495057 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
  color: #6b6c7e !important;
  opacity: 1 !important;
  cursor: not-allowed;
  border-color: #ebedf2 !important;
}

select.form-control {
  padding-right: 2.5rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23495057' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 8px 10px !important;
}

.checkbox label,
.radio label {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #495057 !important;
  padding-left: 1.5rem !important;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  /* width: 1.25rem;
  height: 1.25rem; */
  accent-color: var(--primary);
  cursor: pointer;
  margin-right: 8px;
}

.form-row {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.form-col-half {
  flex: 1 1 calc(50% - 8px) !important;
  min-width: 160px !important;
}

.form-col-third {
  flex: 1 1 calc(33.33% - 11px) !important;
  min-width: 120px !important;
}

.form-col-full {
  flex: 1 1 100% !important;
}

.form-page-separator {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0;
  color: #6b6c7e;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.form-page-separator::before,
.form-page-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e9eaef;
}

.form-page-separator span {
  background: #f4f6f8;
  padding: 4px 14px;
  border: 1px solid #e9eaef;
  border-radius: 20px;
  white-space: nowrap;
}

.form-page-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #a7a9bc;
  margin-bottom: 8px;
  display: block;
}

.dropdown-menu {
  background-color: #495557 !important;
}

.caret {
  color: white !important;
}

/* .dropdown-menu > li > a {
  color: white !important;
  padding: 10px 20px !important;
} */

/* .dropdown-menu > li > a:hover {
  background: var(--primary);
}  */

footer {
  background-color: #fafafa;
  padding: 77px 0px 40px;
  text-align: center;
}

.footer-title {
  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.lower-footer p {
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
}

footer a {
  transition: color 0.2s ease;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

footer a:hover {
  color: var(--primary) !important;
  text-decoration: none;
}

.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--text) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary) !important;
  text-decoration: underline;
}

a:focus,
a:active {
  outline: none !important;
  text-decoration: none !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-white {
  color: #fff !important;
}

.badge,
.label {
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}

.badge-primary,
.label-primary {
  background: var(--primary);
  color: #fff;
}

.badge-accent {
  background: var(--accent);
  color: #fff;
}

.badge-success,
.label-success {
  background: var(--success);
  color: #fff;
}

.alert {
  border-radius: 8px;
  border-left: 4px solid var(--primary);
  padding: 12px;
}

.alert-info {
  background: rgba(2, 132, 199, 0.1);
  border-left-color: var(--secondary);
  color: #075985;
}

.alert-success {
  background: rgba(22, 163, 74, 0.1);
  border-left-color: var(--success);
  color: #166e35;
}

.alert-warning {
  background: rgba(245, 158, 11, 0.1);
  border-left-color: var(--warning);
  color: #a16207;
}

.alert-danger {
  background: rgba(220, 38, 38, 0.1);
  border-left-color: var(--danger);
  color: #991b1b;
}

.custom-ui-tabs {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  min-height: 180px;
}

.custom-ui-tabs .nav-tabs {
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  background: #fff;
  margin: 0;
  flex-wrap: wrap;
}

.custom-ui-tabs .nav-tabs > li {
  margin: 0;
}

.custom-ui-tabs .nav-tabs > li > a {
  background-color: #b2c5c8;
  color: #fff !important;
  border: none !important;
  border-radius: 0;
  padding: 8px 30px 4px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 30px;
}

.custom-ui-tabs .nav-tabs > li.active > a,
.custom-ui-tabs .nav-tabs > li.active > a:hover,
.custom-ui-tabs .nav-tabs > li.active > a:focus {
  background-color: #495557 !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
}

.custom-ui-tabs .tab-content {
  padding: 0;
  border: none;
  overflow: auto;
}

.tab-content > .active {
  border: none;
}

table {
  margin-bottom: 0 !important;
  border: none !important;
  background: #fff !important;
}

table tr th {
  background-color: #495557 !important;
  font-weight: 500;
  color: #ffffff !important;
  padding: 9px 0px 3px 21px !important;
  font-size: 16px;
  line-height: 30px !important;
}

table tr:first-of-type:not(:last-of-type) th {
  color: #ffffff;
}

table td {
  border: none !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-right: 1px solid #e5e7eb !important;
  padding: 10px 15px !important;
  font-size: 14px;
  vertical-align: middle !important;
}

table td:last-child {
  border-right: none !important;
}

table tbody {
  border: 1px solid #e5e7eb !important;
}

.table-responsive {
  margin: 20px 0;
}

/* 
.table-responsive-wrap {
  -webkit-overflow-scrolling: touch;
  width: 100%;
} */

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  p,
  .form-group label,
  label {
    font-size: 14px !important;
  }

  .btn {
    font-size: 14px !important;
    padding: 12px 20px !important;
  }

  .container {
    padding: 0px 16px;
  }

  form:not(.navbar-form) .form-control,
  .reg-form .form-control,
  .reg-form select,
  form:not(.navbar-form) textarea.form-control {
    padding: 12px 16px !important;
    height: 48px !important;
    font-size: 14px !important;
  }

  form:not(.navbar-form) > .form-group,
  .reg-form-group {
    margin-bottom: 16px !important;
  }

  .form-group {
    margin-bottom: 1rem !important;
  }

  .table-responsive,
  .table-responsive-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    display: block !important;
    width: 100%;
    margin: 20px 0;
  }

  table {
    min-width: 600px;
    width: 100%;
  }

  table td {
    padding: 8px 10px !important;
    display: table-cell !important;
    font-size: 13px !important;
  }

  table tr th {
    padding: 8px 10px !important;
    display: table-cell !important;
    white-space: nowrap;
    font-size: 14px !important;
  }

  .syllabus .custom-ui-tabs .nav-tabs > li {
    width: 100%;
  }
}

.cell-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  margin: 25px 0;
  flex-wrap: wrap;
}


.reg-form {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 47px;
  align-items: start;
  width: 100%;
}
.regs-form {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 47px;
  align-items: start;
  width: 100%;
}
.regss-form {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 47px;
  align-items: start;
  width: 100%;
}
.regs-forms {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 47px;
  align-items: start;
  width: 100%;
}

/* .reg-form-3col {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px 47px !important;
} */

@media (max-width: 991px) {
  form:not(.navbar-form),
  .reg-form {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 768px) {
  form:not(.navbar-form),
  .reg-form {
    grid-template-columns: 1fr !important;
  }

  .cell-container {
    flex-direction: column;
    gap: 10px;
    .Cell {
      width: 100%;
    }
  }
}

form:not(.navbar-form) > .form-group,
.reg-form-group {
  margin-bottom: 0 !important;
  width: 100% !important;
}

form:not(.navbar-form) .form-group label,
form:not(.navbar-form) label,
.reg-form label {
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 23px;
  color: var(--text-color);
  margin-bottom: 16px !important;
  display: block !important;
}

form:not(.navbar-form) .form-control,
.reg-form .form-control,
.reg-form select {
  border: 1px solid #767676 !important;
  border-radius: 2px !important;
  /* height: 61px !important; */
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 23px;
  background-color: #fff !important;
  color: #757575 !important;
  /* padding: 19px !important; */
  width: 100% !important;
}

form:not(.navbar-form) textarea.form-control {
  height: 61px !important;
  min-height: 45px !important;
  resize: vertical;
}

.btn-khalti:hover {
  background-color: #4f277d !important;
}

.btn-connectips:hover {
  background-color: #004691 !important;
}

.panel {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.panel-heading {
  font-weight: 700 !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 23px !important;
}

.panel-body {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.captcha,
.captcha input[type="text"] {
  width: 100%;
}
.captcha img {
  margin-bottom: 10px;
}

.reg-wrapper {
  background: #fff;
  margin: 0 auto;
}
.reg-title {
  margin-bottom: 23px;
  text-transform: uppercase;
}

.reg-form-group span,
.form-group label span,
.required {
  color: var(--primary) !important;
  font-size: 20px !important;
}
.reg-form-group.col-span-1,
.form-group.col-span-1 {
  grid-column: 1 / 2;
}
@media (max-width: 1350px) {
  .reg-form-group.col-span-1,
  .form-group.col-span-1 {
    grid-column: 1 / -1 !important;
  }
}

.reg-radio-group {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 45px;
}
.reg-radio-group label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.reg-form-submit {
  grid-column: 1 / 2;
}

.reg-form .captcha img {
  display: block;
}
.reg-form .captcha label {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #666 !important;
  margin-bottom: 17px !important;
}

.reg-form .captcha input[type="text"] {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.btn-khalti,
.btn-connectips {
  width: fit-content;
}

.btn-khalti {
  background-color: #5c2d91 !important;
}
.btn-connectips {
  background-color: #0056b3 !important;
}

body.popup-page {
  background-color: #f4f6f8 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.popup-page .popup-header {
  background-color: #f15d22;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.popup-page .popup-header h3 {
  margin: 0;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
}

.popup-page .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.popup-page form:not(.navbar-form) {
  gap: 15px 35px !important;
}

.popup-page .panel-body {
  padding: 20px !important;
}

.popup-page .panel-heading {
  padding: 15px 20px 0 20px !important;
}

header {
  background-color: #f15d22;
  color: #ffffff;
  padding-top: 9px;
  padding-bottom: 14px;
}

.custom-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.custom-top-brand {
  display: flex;
  align-items: center;
}

.custom-top-brand img {
  width: 72px;
  height: 70px;
  margin-right: 14px;
}

.custom-top-brand-text div {
  line-height: 1.2;
  color: #ffffff !important;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 15px;
}

.custom-top-contact {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px;
  font-weight: 500;
}

.custom-top-contact div {
  display: flex;
  align-items: center;
}

.custom-top-contact i {
  margin-right: 12px;
  color: #fff !important;
  width: 12px;
}

@media (max-width: 768px) {
  .custom-top-bar {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .custom-top-brand {
    flex-direction: row;
    gap: 8px;
  }
  .custom-top-brand img {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .custom-top-contact {
    justify-content: center;
    margin-top: 5px;
  }
  .custom-top-brand-text div:first-child {
    font-size: 17px !important;
  }
}

.contact-grid .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.contact-grid [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-card {
  background-color: #f4f6f8;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-height: 130px;
  height: calc(100% - 20px);
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.contact-icon {
  font-size: 32px;
  color: #4b5563;
  margin-right: 20px;
  width: 50px;
  text-align: center;
  flex-shrink: 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.contact-value {
  color: #334155;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.btn-orange {
  margin-top: 10px;
}

.btn-orange:hover {
  color: white !important;
}

/* .blink-white-red {
  font-size: 24px;
  font-weight: bold;
  animation: blinkColor 1s infinite;
}

@keyframes blinkColor {
  0%,
  100% {
    color: white;
  }
  50% {
    color: red;
  }
} */

.custom-stepper {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  width: 100%;
  gap: 0;
}
.custom-stepper .step {
  flex: 1;
  min-width: 140px;
  position: relative;
}
.custom-stepper .step-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.custom-stepper .step-circle {
  width: 46px;
  height: 44px;
  border-radius: 50%;
  background: #495557;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.custom-stepper .step.completed .step-circle {
  background: var(--primary);
}

.custom-stepper .step.completed .step-circle i {
  color: #fff !important;
  font-size: 20px;
}
.custom-stepper .step.active .step-circle {
  background: #fff;
  border: 2px solid #495557;
}
.custom-stepper .step.active .step-dot {
  width: 20px;
  height: 18px;
  background: #495557;
  border-radius: 50%;
}
.custom-stepper .step-line {
  flex: 1;
  height: 2px;
  background: #495557;
  /* margin-left: 10px;  */
  margin-right: 31px;
  position: relative;
  z-index: 1;
}
.custom-stepper .step:last-child .step-line {
  display: none;
}
.custom-stepper .step.completed .step-line {
  background: var(--primary);
}
.custom-stepper .step-label {
  color: #757575 !important;
  margin-bottom: 8px;
}
.custom-stepper .step-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.custom-stepper .step-status {
  color: #757575 !important;
}
.custom-stepper .step.completed .step-status {
  color: var(--primary) !important;
}
.custom-stepper .step a {
  text-decoration: none !important;
  display: block;
}
.custom-stepper .step a:hover .step-title {
  color: var(--primary);
  transition: 0.2s;
}

.home-hero-section {
  background-color: #ced5d7;
  padding: 92px 0 95px;
  text-align: center;
  margin-top: -1px;
}

.home-hero-section .hero-title {
  font-size: 30px;
  margin-bottom: 36px;
}

.home-hero-section .hero-subtitle {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 120px;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 16px;
}

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

@media (max-width: 768px) {
  .document-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .document-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.document-card {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 40px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.document-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.document-icon {
  width: 65px;
  height: 65px;
}

.document-icon svg,
.document-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.document-text {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .home-hero-section {
    padding: 40px 0px;
  }
  .home-hero-section .hero-title {
    font-size: 22px;
  }

  .home-hero-section .hero-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .document-card {
    min-width: calc(50% - 12px);
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .document-card {
    min-width: 100%;
  }
}

/* Bandwidth Toggle Button Styles */
.bandwidth-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  
  background: #fff !important;
  border: 1px solid #ffffff;
  padding: 7px 7px;
  border-radius:15px !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bandwidth-btn span,
.bandwidth-btn i {
  color: #000 !important;
}

.bandwidth-btn:hover span,
.bandwidth-btn:hover i {
  color: #000 !important;
}

.bandwidth-btn:hover {
  background: #f1f5f9 !important;
  border-color: #f1f5f9;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.bandwidth-btn i {
  font-size: 16px;
  margin: 0 !important;
}

.bandwidth-toggle-wrap{
   display: flex;
    gap: 10px;
}