.elementor-2363 .elementor-element.elementor-element-07f06b6{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2363 .elementor-element.elementor-element-07f06b6.e-con{--align-self:flex-start;}.elementor-2363 .elementor-element.elementor-element-d25e667{width:100%;max-width:100%;}.elementor-2363 .elementor-element.elementor-element-d25e667.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2363 .elementor-element.elementor-element-07f06b6{--width:100vw;}}/* Start custom CSS for container, class: .elementor-element-07f06b6 */.counsel-bg {
  width: 100%;
  min-height: 100vh;
  background-image: url('https://scbcok.org/wp-content/uploads/2025/06/counsel-bg-scaled.png');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 5vh;   
}

.biblical-counselling-wrapper {
  margin-top: 5vh; 
  width: 80vw;
  max-width: 80vw;
  z-index: 2;
}

.counsel-container, .counsel-bg, 
.biblical-counselling-wrapper {
   z-index: 1 !important;
  position: relative !important;
}

.biblical-counselling-section {
  width: 100%;
  background-color: rgba(253, 253, 252, 0.9);
  padding: 40px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  line-height: 1.8;
  font-size: 1.05rem;
  color: #333;
  border-left: 6px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-radius: 8px;
  box-sizing: border-box;
  max-height: none;
  max-width: 80vw;
  font-size: clamp(14px, 2vw, 18px);  
}


.biblical-counselling-section h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #4a4a4a;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-align: center; 
}

.biblical-counselling-section ul {
  margin-left: 20px;
  list-style-type: disc;
}

.biblical-counselling-section blockquote {
  margin: 20px 0;
  padding: 12px 20px;
  background-color: #f4f4f4;
  border-left: 4px solid #999;
  font-style: italic;
  color: #444;
}

.counselling-button-wrapper {
  margin-top: 20px;
  text-align: center;
}

.counselling-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #2c6e91;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.counselling-button:hover {
  background-color: #235b78;
  color: black;
}

.counsel-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.counsel-modal-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 800px;
  width: 90vw;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  position: relative;
  font-family: "Microsoft JhengHei", "Noto Serif TC", serif;
  animation: fadeIn 0.3s ease-in-out;
}

.counsel-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.counsel-modal-close:hover {
  color: #333;
}

.counsel-modal-box h3 {
  text-align: center;
  margin-top: 0;
}

.counsel-modal-box label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.counsel-modal-box form {
  margin-top: 20px;
  font-weight: bold;
}

.counsel-modal-box .form-button-wrapper {
  text-align: center;
  margin-top: 20px;
}


.counsel-modal-box form textarea {
  width: 100%;
  height: 400px;
  padding: 8px;
  margin-top: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.counsel-modal-box form button {
  margin-top: 20px;
  padding: 10px 24px;
  background-color: #2c6e91;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.counsel-modal-box form button:hover {
  background-color: #235b78;
}

@keyframes fadeIn {
  from { transform: scale(0.9); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}


@media (max-width: 768px) {
  .biblical-counselling-section {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: clamp(14px, 3vw, 17px);
  }

  .biblical-counselling-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .counsel-bg {
    overflow-x: hidden;  /* 強制清除橫向滾動條 */
  }

  html, body {
    overflow-x: hidden;
  }
}


.counsel-custom-modal-wrapper {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 5vh 0;
}

.counsel-custom-modal-wrapper.show {
  display: flex;
}

.counsel-modal-inner-box {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 90%;
  position: relative;
  z-index: 100000;
}

/* Cross Button */
.counsel-modal-close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  z-index: 100001;
}/* End custom CSS */