.custom-navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0;
}

.logo-img {
  height: 100px;
}

.brand-title {
  font-size: 20px;
  font-weight: 600;
  color: #0b1c66;
  line-height: 1.2;
}

.brand-subtitle {
  font-size: 14px;
  color: #000;
}

.navbar-nav .nav-link {
  color: #0b1c66;
  font-weight: 500;
  margin-left: 18px;
  position: relative;
  padding-bottom: 6px;
}

.navbar-nav .nav-link:hover {
  color: #0b1c66;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #2ecc71; /* green underline */
}

.hero-section {
  background-image: url("../images/Header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 0;
  color: #ffffff;
  text-align: left;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.hero-buttons .btn-success {
  background: #00b050;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
}

.hero-buttons .btn-outline-primary {
  border: 2px solid #1e90ff;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 30px;
}

.hero-buttons .btn-outline-primary:hover {
  background: #1e90ff;
  color: #ffffff;
}

.hero-image img {
  max-width: 95%;
}


.qjif-section {
  padding: 60px 0;
  background: #ffffff;
}

/* Title */
.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1f4e79;
}

.title-underline {
  width: 320px;
  height: 2px;
  background: #2ecc71;
  margin: 10px auto 0;
}

/* Sidebar */
.sidebar-box {
  border: 1px solid #999;
  padding: 15px;
  font-size: 13px;
}

.sidebar-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0b1c66;
}

.journal-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.journal-list li {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  font-size: 13px;
}

.journal-list li:last-child {
  border-bottom: none;
}

/* Content */
.content-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  text-align: justify;
  margin-bottom: 15px;
}


.search-box {
  border: 2px solid #1f4e79;
  border-radius: 8px;
}

.pagination-box button {
  min-width: 40px;
}

.sidebar-box {
  border: 1px solid #999;
  padding: 15px;
  font-size: 13px;
}

.form-box {
  background: #f5f6f7;
  padding: 20px;
  border-radius: 6px;
}

.form-box label {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}

.form-control {
  margin-bottom: 10px;
}

.error-msg {
  color: red;
  font-size: 12px;
}

.restriction-text {
  color: red;
  font-weight: 600;
}


.contact-section {
  background: linear-gradient(#f5f5f5, #ffffff);
  padding: 80px 0;
}

.contact-box {
  background: #f2f2f2;
  padding: 30px 40px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contact-title img {
  width: 32px;
  margin-right: 10px;
}

.contact-title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #2c2c2c;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 13px;
  font-weight: 500;
  color: #444;
}

.form-control {
  border-radius: 3px;
  height: 36px;
}

.message-box {
  height: auto;
}

.submit-area {
  text-align: start;
  margin-top: 25px;
}

.submit-btn {
  background: #1f4e79;
  color: #fff;
  padding: 8px 40px;
  font-weight: 600;
  border-radius: 4px;
}

.submit-btn:hover {
  background: #163b5f;
}

/* FAQ */
.faq-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
  background: #f9f9f9;
  font-weight: 600;
  font-size: 14px;
}

.faq-arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.7;
  background: #ffffff;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

/* Sidebar reused */
.sidebar-box {
  border: 1px solid #999;
  padding: 15px;
  font-size: 13px;
}


.qjif-section {
  padding: 60px 0;
}

/* Title */
.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1f4e79;
}

.title-underline {
  width: 320px;
  height: 2px;
  background: #2ecc71;
  margin: 10px auto 0;
}

/* Sidebar */
.sidebar-box {
  border: 1px solid #999;
  padding: 15px;
  font-size: 13px;
}

.sidebar-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.journal-list {
  list-style: none;
  padding-left: 0;
}

.journal-list li {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}

/* Content */
.content-box h5 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}

.content-box p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 12px;
}


/* footer */
.main-footer {
  background: #f5f5f5;
  padding: 18px 0;
  font-size: 14px;
  color: #555;
}

.footer-logo {
  height: 45px;
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #0b1c66;
}

.footer-subtitle {
  font-size: 14px;
  color: #000;
}

.footer-desc {
  font-size: 13px;
  color: #666;
  border-left: 1px solid #cdcdcd;
}

.footer-links a {
  display: inline-block;
  font-size: 16px;
  padding: 5px 20px;
  color: #0b1c66;
  text-decoration: none;
  margin-bottom: 4px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Bottom Bar */
.footer-bottom {
  background: #1f252c;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
