@charset "UTF-8";
/* CSS Document */





.hero-banner {
    background: url('images/banner.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    padding: 60px 20px;
  }

.parent-container { 
    display: flex;
    justify-content: center;
    align-items: center; 
}





 body {
  margin-bottom: 30px;
}


.copyright {
  color: black;
  font-size: 10px;
}

.navbar-gray {
  transition: box-shadow 0.3s ease;
  font-weight: 100;
  color: #373737;
}

.footer-nav {
 font-size: 10px;
 box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);

  font-weight: 100;
  color: #373737;
}





/* img-thumbnail */
.img-thumbnail {
  width: 72%;      
  height: 80px;   
  object-fit: cover;
  cursor: pointer;
  margin-bottom: 5px;
}

/* gallery */
#galleryRow > .col-6,
#galleryRow > .col-md-3 {
  padding-left: 5px; 
  padding-right: 5px;
}


.img-thumbnail {
    width: 90%;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.2s ease;
    margin-bottom: 5px;
}

.img-thumbnail:hover {
  transform: scale(1.03);
}

    /*  Modal whole screen no whiteborder*/
 .modal-dialog {
  max-width: 90%;
  margin: 30px auto;
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.85); 
  border-radius: 10px;
  border: none;
  padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.modal-body {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh; 
}

#modalImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

/* end gallery */


/* pagination*/

.custom-pagination {
  margin-top: 15px;
  display: flex;
  
  justify-content: center;
  align-items: center;
  gap: 6px; /* button-spce */
  font-size: 14px;
}

/* button */
.custom-pagination button {
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.custom-pagination button:hover {
  background-color: #e2e6ea;
}

/* pange number font bold*/
.custom-pagination span {
  font-weight: bold;
  padding: 0 6px;
}


/*policy*/
h7, h7{
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    
}

.policy{
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-weight: 200;
    line-height: 1.2;
    padding-bottom: 10px;
}

.policy_date{
    font-size: 0.7rem;
    margin-bottom: 4rem;
    font-weight: 200;
    line-height: 1;
    text-align: right;
       
}

/*video*/
video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: black;
  transition: all 0.3s ease;
  max-height: 600px;
}

@media (max-width: 991.98px) {
  video { height: 200px; }
}
@media (max-width: 767.98px) {
  video { height: 180px; }
}
@media (max-width: 575.98px) {
  video { height: 160px; }
}

    


    
    
    
/*button-login*/
.btn-login {
  color: #fff !important;
  background-color: #54575A !important;
  border-color: #54575A !important;
    border-radius: 4px;
}

.btn-login:hover {
  color: #fff;
  background-color: #8f9396 !important;
  border-color: #8f9396 !important;
}

.btn-login:focus, .btn-login.focus {
  color: #fff;
  background-color: #54575A!important;
  border-color: #54575A!important;
  box-shadow: 0 0 0 0.2rem rgba(84, 87, 90, 0.5);
}

.btn-login.disabled, .btn-login:disabled {
  color: #fff;
  background-color: #54575A;
  border-color: #54575A;
}


.btn-login:not(:disabled):not(.disabled):active, .btn-login:not(:disabled):not(.disabled).active,
.show > .btn-login.dropdown-toggle {
  color: #fff;
  background-color: #8f9396;
  border-color: #8f9396;
      
}

.btn-login:not(:disabled):not(.disabled):active:focus, .btn-login:not(:disabled):not(.disabled).active:focus,
.show > .btn-login.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 87, 90, 0.5);
}







.card {
  background: #fff;
  border-radius: 8px;
  border: none; /* Removes border */
  box-shadow: none; /* Removes shadow that may look like a border */
  margin-top: 0;
  margin-bottom: 0;
}

/*Option card*/
.card_1 {
  background: #fff;
  border-radius: 8px;
  border: none; /* Remove border only */
  box-shadow: 0 1px 2px rgba(60,64,67,.1), 0 2px 6px rgba(60,64,67,.15);
  margin-top: 0;
  margin-bottom: 0;
}


    



.btn-primary {
  color: #fff !important; 
  background-color: #54575a !important;
  border-color: #54575a !important;
  border-radius: 4px !important;
    

}

.btn-primary:hover {
  background-color: #8f9396 !important;
  border-color: #8f9396 !important;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: #54575a !important;
  border-color: #54575a !important;
  box-shadow: 0 0 0 0.2rem rgba(84, 87, 90, 0.5)!important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #54575a !important;
  border-color: #54575a !important;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #8f9396 !important;
  border-color: #8f9396 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 87, 90, 0.5) !important;
}

/* keep */
.card-large {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .login-card {
    flex-direction: column !important;
  }
  .left-image {
    min-height: 200px !important;
  }
}

/* forgetpassword */
.custom-modal-sm {
  max-width: 480px;
}
.modal-dialog {
  display: flex;
  align-items: center; 
  min-height: calc(100vh - 1rem);
}
.custom-modal-content {
  max-height: 400px;
  overflow-y: auto;
}
    
    
    .form-group {
  margin-bottom: 1rem;
}



/*button*/
@media (max-width: 991.98px) {
  #navbarNav {
    position: absolute;
    top: 60px;
    right: 15px;
    background-color: #fff;
    padding: 1rem;
    z-index: 1050;
    border-radius: 0.25rem;
    width:350px;
      background-color: rgba(255, 255, 255, 0.90); /* 黑色 + 85% 不透明 */
    
  }

    
    
.eye-btn {
  position: relative;
  width: 24px;       /* match your eye icon width */
  height: 24px;      /* match your eye icon height */
  border: none;
  background: transparent;
  padding: 0;        /* remove default button padding */
  margin: 0;         /* remove any margin */
  cursor: pointer;
  vertical-align: middle; /* aligns well with input */
  display: inline-flex;    /* prevents extra spaces */
  align-items: center;
  justify-content: center;
}


/* Eye outline */
.eye-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 12px;
  border: 2px solid #333;
  border-radius: 12px / 6px;
  transform: translateY(-50%);
  box-sizing: border-box;
}

/* Eye pupil */
.eye-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

/* Closed eye state: hide pupil, change outline color, add diagonal line */
.eye-btn.closed::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background: #999;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 1px;
  opacity: 1;
}

.eye-btn.closed::before {
  border-color: #999;
}

.eye-btn.closed::after {
  /* Hide the pupil circle */
  opacity: 0;
}


@media (max-width: 576px) {
  iframe {
    height: 250px;
  }
}