/* Reset styles */
*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #4C4D4F;
  font-family: "Indosat-Heavy";
  font-size: 16px;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb) ;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Indosat-Heavy";
  src: url("fonts/IndosatBold-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IndosatRegular-Regular";
  src: url("fonts/IndosatRegular-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IndosatMedium-Medium";
  src: url("fonts/IndosatMedium-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Indosat-Bold";
  src: url("fonts/IndosatSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 
404 page css
*/
body {
  background: #FFFFFF;
  font-family: "IndosatRegular-Regular", Arial, Helvetica, sans-serif;
}

.container {
  max-width: 1140px;
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
}

.section-404 {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.section-404 .sec-left {
  width: 60%;
}
.section-404 .sec-left label {
  color: #ED1C24;
  font-family: "Indosat-Bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  text-transform: uppercase;
}
.section-404 .sec-left p {
  color: #403D3E;
  /* Paragraph - Noto/Text - base */
  font-family: "IndosatRegular-Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  margin-bottom: 40px;
}
.section-404 .sec-left h1 {
  font-family: "Indosat-Heavy", Arial, Helvetica, sans-serif;
  font-size: 48px;
  margin-bottom: 24px;
}
.section-404 .sec-right {
  width: 40%;
}
.section-404 .sec-right .img-404 {
  width: 100%;
}
.section-404 .btn {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Indosat-Heavy", Arial, Helvetica, sans-serif;
  height: 40px;
  transition: all 300ms;
  text-decoration: none;
  width: auto;
}
.section-404 .btn:disabled {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
  cursor: auto;
  color: #b9b9b9;
}
.section-404 .btn:hover {
  gap: 16px;
}
.section-404 .btn-primary {
  background: #ED1C24;
  border-color: #ED1C24;
  color: #FFFFFF;
}
.section-404 .btn-primary:hover, .section-404 .btn-primary:active, .section-404 .btn-primary:focus, .section-404 .btn-primary:focus-visible, .section-404 .btn-primary:first-child:active {
  background: #ED1C24;
  border-color: #ED1C24;
  color: #FFFFFF;
}
.section-404 :not(.btn-check) + .btn-primary:active {
  background: #ED1C24;
  border-color: #ED1C24;
  color: #FFFFFF;
}

.section-404 .btn-secondary {
  border: 2px solid #ED1C24;
  color: #4C4D4F;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}
.section-404 .btn-secondary:hover {
  background-color: #ED1C24;
  color: #fff;
}

@media (max-width: 768px) {
  .section-404 {
    padding: 24px 0;
  }
  .section-404 .sec-left label {
    font-size: 20px;
  }
  .section-404 .sec-left h1 {
    font-size: 34px;
  }
  .section-404 .sec-left p {
    font-size: 14px;
  }
  .section-404 .sec-right .img-404 {
    max-width: 300px;
    margin: 0 auto;
  }
  .section-404 .btn {
    margin: 8px auto; /* Center buttons with spacing */
    width: auto; /* Allow buttons to adjust width naturally */
    padding: 10px 20px; /* Adjust padding for smaller screens */
    font-size: 12px; /* Slightly smaller font for better fit */
  }
}
@media (max-width: 575.98px) {
  .section-404 {
    flex-direction: column-reverse;
    padding: 48px 0;
  }
  .section-404 .sec-left,
  .section-404 .sec-right {
    width: 100%;
    text-align: center;
  }
  .section-404 .sec-left {
    text-align: center;
  }
  .section-404 .sec-left label {
    font-size: 20px;
  }
  .section-404 .sec-left h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section-404 .sec-left p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 32px;
  }
  .section-404 .sec-right .img-404 {
    max-width: 300px;
    margin: 0 auto;
  }
  .section-404 .btn {
    display: block;
    margin: 8px auto;
    width: 90%; /* Increase button width for better touch experience */
    max-width: 300px; /* Restrict max width to maintain readability */
    padding: 12px 20px; /* Slightly larger padding for touch-friendly design */
    font-size: 14px; /* Readjust font size for clarity */
  }
  .section-404 .btn-secondary {
    margin-top: 12px; /* Add spacing between secondary buttons */
  }
}/*# sourceMappingURL=404.css.map */