@charset "utf-8";

/* CSS Document */
/* RD_Kinarni_1*/
body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background-color: whitesmoke;
  color: #111012;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #1E6FFF;
  padding: 0%;
}

a:hover {
  color: #fff;
  background: #ffb81e;
  text-decoration: none;
}

h1, h2, h3, h4, h5, p {
  padding: 0;
  margin: 10px 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Navigation styles */
nav {
  width: 100%;
}

nav ul {
  margin: 0;
  padding: 0;
  background-color: #444;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

ul li {
  flex-grow: 1;
}

nav li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  border-bottom: 1px solid #393434;
}

nav ul li a {
  display: block; 
  padding: 12px 15px; 
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
}

nav ul li a:hover, a:active {
  background-color: #ffb81e; 
}

/* Base Wrapper Blueprint */
#wrapper {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
  min-height: 100vh;
}

header {
  padding: 15px 0;
  text-align: center;
}

/* Section block parameters */
section {
  padding: 15px;
  margin: 15px auto;
  box-sizing: border-box;
  width: 100%;
}

/* --- Grouped Section Sizing Fixes (Equal Width Integration) --- */
#one, #two, #three, #three_2, #BSCtxt_toggle, #six, #six_2 {
  max-width: 900px;
  width: 100%;
  margin: 15px auto;
  box-sizing: border-box;
}

/* Custom Uniform Colors Mapping */
#one, #two, #three, #three_2 {
  background: #e0e0ad;
}

#BSCtxt_toggle {
  background: #f5f5f5;  
  border-radius: 8px;
}

#BSCtxt_toggle .step { display: none; }
#BSCtxt_toggle .step.active { display: block; }
#BSCtxt_toggle #progress { width: 100%; }

#four { 
  max-width: 900px;
  width: 100%;
  margin: 15px auto;
}

#six {
  background: #c5e7ff;
}

#six_2 {
  background: rgb(241, 225, 255);
  text-align: center;
}

/* Custom Image Frame Controls */
.custom-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid #3498db;
  border-radius: 15px;
  display: block;
  margin: 20px auto;
}

/* Page Canvas Background Fixed Settings */
html, body {
  min-height: 100%;
  margin: 0;
}

.customizable_pgbkgr_image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("https://picsum.photos");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

header h1 {
  color: hsla(105, 22%, 11%, 0.814);
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Fluid Video Box Scalers */
.youtube-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
}

#five {
  width: 100%;
}

footer {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ccc;
}

/* Media Breakpoint Query parameters */
@media screen and (max-width: 768px) {
  #wrapper {
    padding: 10px;
  }
  
  nav ul {
    flex-direction: column;
  }

  nav li {
    font-size: 1.1em;
    border-bottom: 1px solid #555;
  }
}

@media screen and (max-width: 480px) {
  header h2 {
    font-size: 1.4em;
  }

  .headingtext {
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
  }

  section {
    padding: 10px;
  }
}
