/**
 * Consolidated Style CSS
 * This file combines styles from style.css, style3.css, and headhesive.css
 * with fixes for the login button positioning
 */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700,900");

/* Base styles */
body,
html {
  overflow-x: hidden;
  margin: 0;
  color: #444;
  background-color: #efefef;
}

/* Common utility classes */
.bigbr {
  display: inherit;
}

@media (max-width: 1399px) {
  .bigbr {
    display: none;
  }
}

.respond {
  max-width: 100%;
}

.arrowdown {
  width: 40px;
  margin-left: 20px;
}

.arrowdown2 {
  width: 80px;
}

.padbot {
  padding-bottom: 60px;
}

.impadtop {
  margin-top: 20px;
}

/* Login button styles - Fixed positioning */
.loginbut {
  display: block !important;
  position: absolute !important;
  padding: 1rem !important;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  margin-top: 40px !important;
  margin-left: 1226px !important; /* Use margin-left instead of right for original positioning */
  background: #404a9a !important;
  color: #fff !important;
  z-index: 9999 !important;
  text-decoration: none !important;
  visibility: visible !important;
}

.loginbut:hover {
  background: #232e83 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.loginbut1 {
  display: none !important;
  color: #fff !important;
  position: fixed !important;
  padding: 1rem !important;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  width: 100% !important;
  z-index: 9999 !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  background: #404a9a !important;
  color: #fff !important;
  visibility: visible !important;
  text-decoration: none !important;
}

@media (max-width: 1399px) {
  .loginbut {
    display: none !important;
  }

  .loginbut1 {
    display: block !important;
    color: #fff !important;
    position: fixed !important;
    padding: 1rem !important;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    width: 100% !important;
    z-index: 99999 !important; /* Increased z-index to ensure visibility above all other elements */
    text-align: center !important;
    letter-spacing: 1px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    background: #404a9a !important;
    color: #fff !important;
    visibility: visible !important;
    text-decoration: none !important;
  }
}

/* Removed Headhesive (sticky header) styles as they are not needed */
/* The header should not be sticky, only the login button on mobile */

/* Dropdown styles */
.dropbtn {
  background-color: #fff;
  color: #666;
  padding: 16px;
  font-size: 14px;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  min-width: 500px;
  cursor: pointer;
  text-align: left;
}

@media (max-width: 1019px) {
  .dropbtn {
    display: none;
  }
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #f5f5f5;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 56px;
  margin-left: -40px;
}

.dropdown-content {
  display: none;
  font-family: "Noto Sans KR", sans-serif;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #999;
  border-top: none;
}

.dropdown-content a {
  color: #666 !important;
  font-size: 14px;
  padding: 16px;
  text-decoration: none;
  display: block;
  background-color: #fff;
}

.dropdown-content a:hover {
  background-color: #f5f5f5;
}

.show {
  display: block;
}

/* Add any additional styles from style3.css that are needed */

/* Text decoration overrides with increased specificity */
.elementor-nav-menu .nav-menu .menu-link,
.elementor-nav-menu .menu-link,
.nav-menu .menu-link {
  text-decoration: none !important;
}

.elementor-widget-button .button.button--aylen,
.button.button--aylen {
  text-decoration: none !important;
}

.elementor-widget-text-editor p.white a,
footer p.white a,
p.white a {
  text-decoration: none !important;
}
