@charset "UTF-8";
 body {
        font-family: 'Arson Pro', sans-serif;
        padding: 0px;
        margin: 0px;
    }
    
    .container {
        width: 100%;
        margin: 0 auto;
    }

.header {
    display: flex; 
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0,5rem 1rem;
}

nav {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
   
}
.navbar {
  display: flex;
  flex-wrap: wrap;
}
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;transition: 0.3s
}

/* 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;
}

.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}


body {
  font-family: 'Arson Pro', sans-serif;
  background-color: #fff;
  color: #000;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}

p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
}

.dropdown1 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.dropdown-button {
  background-color: #13065e;
  color: white;
  font-weight: bold;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  width: 270px;
  text-align: left;
  position: relative;
}

.arrow {
  position: absolute;
  right: 20px;
  top: 14px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 270px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  z-index: 1;
  border: 1px solid #ccc;
}

.dropdown-menu div {
  padding: 12px 16px;
  cursor: pointer;
}

.dropdown-menu div:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}

.contact-form {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
}

.form-left,
.form-right {
  flex: 1;
  min-width: 300px;
  font-family:'Arson Pro',sans-serif;
  
}


input,
textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 3px;
}

textarea {
  height: 200px;
  resize: none;
}

label {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

.submit-btn {
  background-color: #13065e;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  margin-bottom: 30px
}
.footer-right a {
  color: inherit ;
  text-decoration: none; 
}


.footer-right a:hover {
  color: gray;
  text-decoration: none;
}

@media (max-width: 767px) {
  .contact-container {
    padding: 0 20px;
  }
  
  h1 {
    font-size: 28px;
  }
  
  .dropdown1 {
    width: 100%;
  }
  
  .dropdown-button {
    width: 100%;
  }
  
  .dropdown-menu {
    min-width: 100%;
  }
  
  .contact-form {
    flex-direction: column;
    gap: 0;
  }
  
  .form-left,
  .form-right {
    min-width: 100%;
  }
  
  input,
  textarea {
    margin-bottom: 20px;
  }
  
  .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;
  }
  
  .footeredit {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-left, 
  .footer-right {
    width: 100%;
  }
  
  .socials {
    margin: 0 0 1rem 0;
  }
}

/* Tablet (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .contact-container {
    padding: 0 30px;
  }
  
  .contact-form {
    gap: 30px;
  }
  
  .form-left,
  .form-right {
    min-width: calc(50% - 15px);
  }
}



.dropdown1 {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.dropdown-button {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
}

.dropdown-button:hover {
  background-color: #f2f2f2;transition: 0.3s
}

.arrow {
  float: right;
}

.dropdown-menu {
  display: none; 
  position: absolute;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin-top: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-menu div {
  padding: 12px;
  cursor: pointer;
}

.dropdown-menu div:hover {
  background-color: #f2f2f2;transition: 0.3s
}








.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  min-width: 200px;
  z-index: 1000;
}

.dropdown-menu div {
  padding: 10px;
  cursor: pointer;
}

.dropdown-menu div:hover {
  background-color: #f2f2f2;transition: 0,3s
}

.dropdown-menu.show {
  display: block;
}


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;
}