body 
{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #fdfdfd;
  color: #222;
  margin: 0;
  padding: 0;
}

h1, h2, h3 
{
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1 
{
  font-size: 2rem;
}

h2 
{
  font-size: 1.5rem;
}

a 
{
  text-decoration: underline;
  color: #0d6efd;
}

a:visited 
{
  color: #6610f2;
}

a:hover 
{
  color: #0a58ca;
} 

.logo 
{
  background-color: transparent;
  padding: 50px;
}

.nav-link.active 
{
  font-weight: bold;
  text-decoration: underline;
}

img 
{
  max-width: 100%;
  height: auto;
}

button, .btn 
{
  padding: 0.6em 1.2em;
  font-size: 1em;
  border-radius: 0.3em;
}

.btn-primary 
{
  color: #fff;
}

input[type="text"], input[type="email"], textarea 
{
  font-size: 1rem;
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
}

@media print 
{
  header, footer, nav, .btn 
  {
    display: none !important;
  }
  body 
  {
    background-color: #fff;
    color: #000;
  }
  img 
  {
    max-width: 50%;
  }
}

@media (max-width: 576px) 
{
  .container 
  {
    padding: 1em;
  }
}

@media (min-width: 577px) and (max-width: 992px) 
{
  .container 
  {
    padding: 2em;
  }
}

@media (min-width: 993px) 
{
  .container 
  {
    padding: 3em;
  }
  main 
  {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
}

.hero-text 
{
  padding: 2rem 1rem;
}

.hero-text h1 
{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-text p 
{
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 2rem;
}

@media (min-width: 992px) 
{
  .hero-text 
  {
    padding-right: 3rem;
  }
}

.btn-primary 
{
  color: #fff !important;
}

.btn-primary:hover 
{
  color: #fff !important;
}

.logo-img 
{
  height: 45px;
  max-height: 100%;
  width: auto;
}

.profil-kep 
{
  max-width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.modal-content img 
{
  max-height: 90vh;
  width: auto;
  margin: auto;
  display: block;
}

.high-contrast 
{
  background-color: #000 !important;
  color: #fff !important;
}

.high-contrast a 
{
  color: #00ffff !important;
  text-decoration: underline;
}

.high-contrast .btn 
{
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
}

.high-contrast input, .high-contrast textarea 
{
  background-color: #222 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.visually-hidden-focusable 
{
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.visually-hidden-focusable:focus 
{
  position: static;
  width: auto;
  height: auto;
  margin: 1em;
  background: #ffffcc;
  padding: 0.5em;
  border: 2px solid #333;
}
