@charset "utf-8";

body {
        font-family: 'Arson Pro', sans-serif;
        padding: 0px;
        margin: 0px;
    }
    
    .container {
        width: 100%;
        margin: 0 auto;
    }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
}

.header {
    display: flex; 
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0,5rem 1rem;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
}

nav {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

nav a {
   margin: 20px;
    text-decoration: none;
    font-weight: 700;
    color: black;
}

nav a:hover {
    color: darkgrey;
    border-bottom: 0.5px solid #000000;
    text-align: center;
    display: block;
    transition: 0.3s;
}

.button {
    background-color: #13065E; 
    color: white;
    font-family: "Arson Pro", sans-serif;
    font-weight: 700;
    transition: 0.3s ease;
    padding: 20px;
    font-size: 13pt;
    border: none;
    margin-left: 15px;
}

button:hover {
    background-color: #7AA1EC;
}

/* Dropdown styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    padding: 16px;
    text-decoration: none;
    color: inherit;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	z-index: 1001; 
    margin-top: 0; 
    border-top: 2px solid transparent; 
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.footer-top {
    background-color: #13065e;
    color: white;
    padding: 30px 20px;
    font-family: 'Arson Pro', sans-serif;
}

.footeredit {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.footer-left {
    width: 20%;
}

.footer-right {
    width: 50%;
}

.footer-left h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer-left h2 {
    font-size: 1rem;
    margin-bottom: 20px;
}

.alamat p {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 1rem;
}

.footerbutton {
    padding: 12px 30px;
    font-family: 'Arson Pro', sans-serif;
    font-size: 1rem; 
    font-weight: 600;
    background-color: #2da127; 
    border: none; 
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s;
}

.footerbutton:hover {
    background-color: #525552;
}

.footer-right h3 {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
    font-size: 1rem;
    position: relative;
    padding-left: 20px;
}

.footer-links li:before {
    content: "•";
    color: #2da127;
    position: absolute;
    left: 0;
}

.footer {
    padding: 40px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400px;
}

.footersect:hover {
    color: gray; 
    transition: 0.5s; 
    cursor: pointer;
}

.socials {
    margin-left: -10px; 
    margin-top: -50px;
}

.socials:hover {
    cursor: pointer;
}
.foot {margin-left:-20px}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.overlay {
  background-image: url("../images/kumpulan.png"); 
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height:1000px;
  width: 100%;
  position: relative;
margin-bottom: 0
}

.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
  z-index: 0;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px 40px 20px;
	}

.section {
  margin-bottom: 50px;color: #FFFFFF
}

.section h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.column {font-weight: 200}
.section p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 200
}

.values {
  margin-top: 80px;
}

.value-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; 
  max-width: 900px; 
  margin: 40px auto 0;
}


.column {
  padding: 25px;
  border-radius: 8px; 
  text-align: center; 
}
.column h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.column p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.footer-right a {
  color: inherit ;
  text-decoration: none; 
}


.footer-right a:hover {
  color: gray;
  text-decoration: none;
}

@media (max-width: 767px) {
  .overlay {
    height: auto;
    min-height: 100vh;
    padding: 40px 20px;
    background-attachment: scroll;
  }
  
  .content-wrapper {
    padding: 20px;
  }
  
  .section {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .section h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .section p {
    font-size: 16px;
    text-align: center;
    max-width: 100%;
  }
  
  .value-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
  
  .column {
    padding: 20px;
    text-align: center;
  }
  
  .column h2 {
    font-size: 22px;
  }
  
  .column p {
    text-align: center;
    font-size: 15px;
  }
  
  /* Header fixes */
  .header {
    flex-direction: column;
    padding: 1rem;
  }
  
  .navbar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }
  
  nav a {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
  
  .button {
    padding: 15px;
    font-size: 0.9rem;
    margin-left: 0;
  }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .overlay {
    height: auto;
    padding: 60px 30px;
  }
  
  .content-wrapper {
    padding: 40px 30px;
  }
  
  .section p {
    max-width: 100%;
  }
  
  .value-columns {
    gap: 20px;
  }
  
  .column {
    padding: 20px;
  }
}

@media (max-width: 767px) {
 
  .footer-top {
    padding: 30px 20px !important;
  }
  
  .footeredit {
    display: flex !important;
    flex-direction: column;
    gap: 40px !important;
    max-width: 1200px !important;
  }
  
  .footer-left, 
  .footer-right {
    width: 100% !important;
  }
  
  .footer-left h3,
  .footer-right h3 {
    font-size: 1.2rem !important;
  }
  
  .footerbutton {
    padding: 12px 30px !important;
  }
  
  .socials {
    margin: 0 !important;
  }
  
  .footer {
    padding: 40px !important;
  }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .footeredit {
    gap: 40px !important;
  }
}


body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

* {
    box-sizing: border-box; /* Include padding/borders in width calculations */
}


.dropdown:focus-within .dropdown-content {
    display: block;
}

.dropbtn:focus + .dropdown-content {
    display: block;
}
