body {
  background-color: #fff;
  overflow-x: hidden;
}

.main-container {
  margin-top: 30px;
}

.test-buttons .btn {
  margin-bottom: 10px;
  height: 50px;
  font-weight: 500;
  width: 90%;
  max-width: 400px;
}

.price-label {
  background-color: #d9edf7;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 15px;
  text-align: center;
}

.btn-pay {
  background-color: #0dcaf0;
  border: none;
  font-weight: bold;
  height: 50px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.form-section input {
  margin-bottom: 10px;
}

.card-section {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-card {
  background-color: white;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-card h5 {
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #0d6efd;
  margin-bottom: 10px;
}

.product-link {
  font-size: 0.95rem;
  color: #333;
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
}

.product-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-row .col {
  flex: 1;
  min-width: 45%;
}

.product-footer {
  font-size: 0.95rem;
  color: #333;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

/* Maintain same height for both columns */
.test-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60px;
  /* Match to left content height */
}

@media (max-width: 768px) {
  .product-row {
    flex-direction: column;
  }

  .test-col {
    text-align: center;
    align-items: center;
    min-height: unset;
  }
}

.placeholder-message {
  color: #0d6efd;
  font-size: 0.95rem;
  font-weight: 500;
  background-color: #f8fbff;
  padding: 30px 15px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.custom-divider {
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 10px 0;
}

.ccl-total-highlight {
  /* background-color: #f0f6ff; */
  /* lighter soft blue */
  padding: 10px 15px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #d6e9ff;
}

.summary-line {
  font-size: 0.95rem;
  font-weight: 500;
  color: #0d6efd;
}



@media (max-width: 768px) {
  .placeholder-message {
    font-size: 0.9rem;
    padding: 20px 12px;
    min-height: 90px;
  }
}




.access-info-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  font-weight: 500;
  color: #333;
}

.access-info-tooltip .tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  /* Show above */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.access-info-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  /* Position below tooltip box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}

.access-info-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}



.category-title {
  font-weight: bold;
  margin-top: 20px;
  padding-left: 10px;
  border-left: 5px solid #0d6efd;
  margin-bottom: 18px;
}

.category-coaching {
  font-weight: bold;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 5px solid #0d6efd;
  margin-bottom: 12px;

}

.category-handing {
  font-size: larger;
  font-style: inherit;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 10px;
  border-left: 5px solid #0d6efd;
}

.form-title {
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #0d6efd;
  padding-left: 10px;
  margin-bottom: 20px;
}

.sub-link {
  font-size: 0.95rem;
  display: block;
  color: #333;
  margin-bottom: 6px;
  margin-top: 3px;
  padding-top: 5px;
}

.sub-link.core {
  color: #0dcaf0;
}

.terms-box {
  background-color: #e6f7fc;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px;
}

.site-header {
  width: 100%;
  overflow-x: hidden;
  /* Prevent horizontal scrollbar */
  background-color: #076b8a;
  padding-right: 20px;
  padding-left: 20px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* Allows wrapping on smaller screens */
  max-width: 100%;
  /* Prevents overflow */
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0d4364;
}

.nav-links a {
  margin-left: 25px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: rgb(255, 255, 255);
}

.login-btn {
  padding: 5px 14px;
  border: 1px solid #d3dfeb;
  border-radius: 4px;
  color: #007BFF;
  font-weight: bold;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  /* allow items to wrap */
  /* justify-content: center; */
  /* center items */
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.nav-a {
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  background-color: #f8f8f8;
  transition: all 0.3s ease;
}

.nav-a:hover {
  background-color: #076b8a;
  color: white;
}

.nav-a.active {
  background-color: #076b8a;
  color: white;
  border-bottom: 2px solid #076b8a;
  margin-bottom: -2px;
}

.highlight-core {
  color: #FFD700;
  /* Bright gold for high contrast */
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  /* Enhances readability on dark/light backgrounds */
}

.underline-text {
  text-decoration: underline;
  text-decoration-color: #000;
  /* Change color if needed */
  text-decoration-thickness: 1px;
  /* Thicker underline */
  text-underline-offset: 3px;
  /* Spacing between text and underline */
}

.custom-footer {
  background-color: #ffffff;
  margin-top: 50px;
}

.site-footer {
  background: #f8f9fa;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  border-top: 1px solid #ddd;

}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 220px;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0d4364;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
}

.footer-section ul li a:hover {
  color: #076b8a;
}

.footer-social a {
  font-size: 18px;
  color: #333;
  margin-right: 10px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #076b8a;
}

.footer-apps img {
  height: 40px;
  margin: 10px 10px 0 0;
}

.footer-logo {
  height: 50px;
  margin-bottom: 10px;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.footer-policy-links a {
  color: #444;
  margin: 0 8px;
  text-decoration: none;
  font-size: 13px;
}

.footer-policy-links a:hover {
  color: #076b8a;
}

.thick-top-border {
  border-top: 1px solid #2c2020;
  /* Change color as needed */
}

.contact-register-wrapper {
  margin-top: 20px;
  padding: 5px;
}

.contact-row,
.register-row {
  gap: 5px;
}

.contact-icon img,
.register-icon img {
  vertical-align: middle;
}

/* General button styling */
.contact-btn button,
.register-btn button {
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #fff;
}

/* Contact Now Button - Bold Blue */
.contact-btn button {
  background-color: #007bff;
  /* Bootstrap Blue */
  border: none;
}

.contact-btn button:hover {
  background-color: #0056b3;
  /* Darker Blue */
}

/* Register Now Button - Fresh Cyan */
.register-btn button {
  background-color: #17d4f0;
  /* Custom Cyan */
}

.register-btn button:hover {
  background-color: #0ca9c4;
  /* Slightly darker Cyan */
  color: #fff;
}



@media (max-width: 767px) {
  .main-container .col-md-4 {
    margin-bottom: 30px;
  }
}

.sub-link a.test-link {
  text-decoration: none !important;
  color: black !important;
  /* Optional */
}



.dropdown-section {
  /* border-bottom: 1px solid #eee; */
  padding-bottom: 5px;
}

.dropdown-toggle {
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: inherit;
  margin-top: 10px;
}

.dropdown-toggle:hover {
  color: #0066cc;
}


.dropdown-content ul,
.dropdown-content ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

/* Add to your existing CSS */
.scoring-table {
  font-size: 0.9rem;
}

.scoring-table th {
  font-weight: 600;
}

.passing-rules {
  border-left: 4px solid #0d6efd;
}

.passing-rules h6 {
  font-weight: 600;
  color: #0a58ca;
}

.passing-rules li {
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .scoring-table {
    font-size: 0.85rem;
  }
}



.category-title2 {
  font-weight: bold;
  margin-top: 20px;
  padding-left: 10px;
  border-left: 5px solid #0d6efd;
  /* margin-top: 67px; */
}

.category-title3 {
  font-weight: bold;
  margin-top: 20px;
  padding-left: 10px;
  border-left: 5px solid #0d6efd;
  /* margin-top: 70px; */
}

/* Add to your existing CSS */
.dropdown-content h6 {
  color: #2c3e50;
  font-weight: 600;
  /* border-bottom: 1px solid #eee; */
  padding-bottom: 5px;
  margin-top: 15px;
}

.dropdown-content h6:first-child {
  margin-top: 0;
}

.alert-info {
  background-color: #e7f4ff;
  border-color: #b6e0fe;
  color: #0c5460;
}

/* Add to your existing CSS */
.section-header {
  color: #2c3e50;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.format-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.format-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.format-icon {
  color: #3498db;
  font-size: 1.1rem;
  margin-top: 2px;
}

.format-content h6 {
  font-weight: 600;
  margin-bottom: 2px;
  color: #2c3e50;
}

.format-content p {
  margin: 0;
  color: #495057;
  font-size: 0.9rem;
}

.additional-info {
  border-left: 3px solid #3498db;
}

.examiner-comments ul {
  padding-left: 1rem;
}

.examiner-comments h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}


.custom-button-wrapper {
  background-color: #fff;
  /* Light blue background */
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.custom-button {
  background-color: #076b8a;
  /* Bootstrap Primary */
  color: white;
  border: none;
  padding: 6px 16px;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.custom-button:hover {
  background-color: #3173d6;
  /* Darker blue on hover */
  text-decoration: none;
  color: white;
}

.module-title {
  color: #076b8a;
  font-weight: 600;
  font-size: 16px;
  ;
  /* base text color */
}

.module-type {
  background-color: #006b8f;
  /* Tab-style dark blue */
  color: #FFD700;
  /* Golden yellow text */
  padding: 2px 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 650;
  /* Ensures bold font */
  font-size: 15px;
  margin-left: 6px;
  display: inline-block;
}


@media (max-width: 768px) {
  .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    /* Adds spacing between items */
    padding: 10px 5px;
  }

  .nav-a {
    flex: 1 1 45%;
    /* Makes each tab roughly half-width */
    text-align: center;
    margin: 0;
    font-size: 0.85rem;
    /* Optional: smaller font for better fit */
  }
}




/* Responsive tweaks */
@media (max-width: 767.98px) {
  .custom-footer .text-md-start {
    text-align: center !important;
  }

  .custom-footer .justify-content-md-start {
    justify-content: center !important;
  }

  .custom-footer h6 {
    margin-top: 20px;
  }
}








/* Responsive styles */
@media (max-width: 768px) {
  .header-container {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    width: 100%;
    flex-direction: column;
    display: none;
    gap: 10px;
    margin-top: 10px;
  }

  .nav-links.active {
    display: flex;
  }



  .login-form {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .login-form input,
  .login-form button {
    width: 100%;
  }

  .forgot-link {
    align-self: flex-start;
  }
}


.contact-link {
  color: black;
  text-decoration: none;
  /* Removes underline */
}


/* Base styles for the label container */
/* .language-option {
  display: flex;
  align-items: center;
  padding: 8px 25px;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: #fff;
  /* border: 1px solid #000; */
/* width: 250px; */
/* Red border */
/* box-shadow: 0 4px 10px rgba(92, 88, 88, 0.3);
  Subtle red shadow
  transition: all 0.3s ease;
} */

/* Radio button styles */
input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  accent-color: #388db4;
  /* Red radio button */
}

.feedback-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 350px;
  /* Set to 350px */
  margin: auto;
}

.feedback-box h2 {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #333;
}

.feedback-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.column {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 10px;
}

.column h3 {
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2px;
}

.column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.column ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}


.watch-video {
  color: #0066cc;
  cursor: pointer;
  margin-top: 5px;
}

.video-container iframe {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  border: none;
}

@media (max-width: 768px) {
  .video-container iframe {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .video-container iframe {
    height: 180px;
  }
}

.offer-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #fff;
  /* border: 1px solid #eee; */
}

.offer-icon {
  width: 27px;
  height: 35px;
  object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .offer-item {
    padding: 0.5rem;
  }
}


/* css of coaching page  */
.section-box {
  background-color: #f4f9ff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.main-heading {
  font-size: 18px;
  font-weight: bold;
  background-color: #007399;
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.sub-icon {
  font-size: 18px;
}

.offer-item,
.teach-sub {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
}

.offer-item i,
.teach-sub i {
  color: #007399;
  font-size: 20px;
  min-width: 24px;
}

.teach-sub h6 {
  font-weight: bold;
  color: #007399;
  margin-bottom: 5px;
}

.btn-theme {
  background-color: #007399;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 14px;
  margin-top: 12px;
  transition: background-color 0.3s ease;
}

.btn-theme:hover {
  background-color: #005f73;
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 16px;
  }

  .offer-item,
  .teach-sub {
    font-size: 14px;
  }

  .teach-sub h6 {
    font-size: 15px;
  }
}

.about-container {
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  /* border-left: 3px solid #076b8a; */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
}

.about-container a {
  color: #076b8a;
  font-weight: bold;
  text-decoration: none;
  font-size: 23px;
}

.about-container h3 {
  color: #076b8a;
  /* margin-top: 10px; */
  margin-bottom: 15px;
}

.about-container ol {
  padding-left: 20px;
  color: #333;
}

.about-container li {
  margin-bottom: 10px;
  line-height: 1.5;
}