:root {
  --blue: #1e68ff;
  --yellow: #f6bf3e;
  --yellow-100: #fff6bf;
  --yellow-700: #ffb800;
  --text: #0f172a;
}
.dataTables_length {
  display: none;
}
a {
  text-decoration: none;
}
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  color: var(--text);
  overflow-x: hidden;
}
ul {
  padding-left: 0px !important;
}
/* Custom scoped styles */
.custom-navbar {
  background-color: transparent;
  /* border: 1px solid #f2bd3c; */
  z-index: 999;
}
.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
  color: #ffc107 !important;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link:focus {
  /* text-decoration: underline; */
  color: #ffffff !important;
}
.custom-toggler {
  border-color: #000;
}
.custom-toggler .navbar-toggler-icon {
  filter: invert(1) grayscale(1);
}
/* Menu css end */
.page-header {
  background-image: url("../../images/banner.jpg");
  background-size: cover;
  height: 350px;
  position: relative;
  margin-top: -90px;
}
.page-header__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-header__inner h2 {
  font-size: 45px;
}
header.header-wrap {
  position: relative;
  overflow: hidden;
}

.shap-image {
  position: absolute;
  top: 18%;
}

.shap-image img {
  height: 297px;
  width: auto;
}

/* Left column content */
.brand-stack {
  position: relative;
  text-align: center;
}

.brand-stack h5 {
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: clamp(1.1rem, 1rem + 1.1vw, 1.8rem);
  margin-bottom: 1rem;
  text-decoration: underline;
}

.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.my-to {
  height: 80px !important;
  width: auto;
}
.logo-row img {
  height: 110px;
  width: auto;
  object-fit: contain;
  /* filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .08)); */
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.35rem 0.5rem;
}

/* Decorative layered shapes at bottom-left of the left column */
.brand-stack {
  padding-top: 40px;
}

.image-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* clip-path: circle(57.0% at 68% 35%);   */
}

.image-frame::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: var(--yellow);
  /* bottom: -28px; */
  /* left: 94px; */
  z-index: 1;
  /* top: -103px;**/
}

/* .image-frame::before {
    content: "";
    position: absolute;
    width: 402px;
    height: 394px;
    border-radius: 51%;
    background-color: var(--yellow);
    bottom: -11px;
    left: 89px;
    z-index: 1;
  } */

.library-img {
  width: min(520px, 100%);
  height: auto;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  /* object-fit: cover; */
  position: relative;
  z-index: 1;
  /* clip-path: circle(48.5% at 68% 35%); */
  clip-path: circle(50% at 50% 50%);
  /* height: 522px; */
  /* width: auto; */
  border-radius: 50%;
}

/* Spacing tweaks for larger screens */
@media (min-width: 768px) {
  /* header.header-wrap{ padding-block:3rem; } */
  .brand-stack {
    text-align: left;
  }
}

/* Top sec */
.top-sec {
  background-color: #0c0e62;
  position: relative;
  /* top: -120px; */
  padding: 70px 0px;
  margin-bottom: -45px;
}

.section-title__title {
  font-size: 40px !important;
  color: #fff;
}

.strong-text {
  font-size: 18px;
  color: #f2bd3c;
  font-weight: 600;
}

.my-box {
  border: 2px solid #f2bd3c;
  border-radius: 15px;
  padding: 10px;
  margin-top: 40px;
  color: #fff;
}

.point ul li span {
  display: inline-flex;
}

.point ul span img {
  height: 20px;
  padding-right: 15px;
}

.point ul li {
  display: flex;
  padding-bottom: 10px;
  display: flex;
  /* put icon + text in one row */
  align-items: flex-start;
}

.box-title h4 {
  font-size: 20px;
  color: #f2bd3c;
  font-weight: 600;
  padding-bottom: 20px;
}

.left-side {
  position: absolute;
  top: -13%;
  left: 66%;
}

.my-logo {
  background-color: #fff;
  border-radius: 50%;
  border: 20px solid #f2bd3c;
  position: absolute;
  height: 300px;
  width: 300px;
  top: 58%;
  z-index: 99;
  left: 11%;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.my-logo img {
  height: 210px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-61%, -50%);
}

.info-box {
  max-width: 302px;
  background: #f2bd3c;
  padding: 183px 20px 20px 20px;
  border-bottom-left-radius: 43%;
  border-bottom-right-radius: 43%;
  top: 90%;
  position: absolute;
  left: 11%;
  width: 100%;
  height: 511px;
  border-radius: 0px 0px 158px 158px;
}

.inner-box {
  margin-bottom: 20px;
}

.inner-box h5 {
  font-size: 18px;
  color: #0c0e62;
  font-weight: 600;
}

.date-box {
  font-size: 15px;
}

.about-One__btn {
  background: #db6704;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
}

.thm-btn span {
  background: #db6704;
}

.my-footer {
  background-color: #f2bd3c;
  padding: 10px 0px;
}

.contact-details a {
  color: #000;
}

/* For tabs */
/* Custom styling to avoid conflicts */
.custom-tabs {
  border: 1px solid #f2bd3c;
  border-radius: 6px;
  margin-top: 50px;
}
.custom-tabs-nav {
  border-bottom: 1px solid #f2bd3c;
  background-color: #f2bd3c;
}
.custom-tab-btn {
  border: none;
  background: #fccc55;
  padding: 10px 18px;
  font-weight: 600;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 22px;
}
.custom-tab-btn.active {
  background-color: #0c0e62; /* slightly darker on active */
  color: #fff;
  border-radius: 22px;
}
.custom-tab-content {
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  max-height: 0;
  opacity: 0;
}
.custom-tab-content.show {
  max-height: 600px; /* enough to fit content */
  opacity: 1;
  overflow-y: scroll;
}
/* Table */
table.dataTable {
  /* border-collapse: collapse !important; */
  width: 100% !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #333;
}

/* Table Header */
table.dataTable thead th {
  background: #0d0f5c;
  color: #fff;
  font-weight: bold;
  padding: 12px 10px;
  text-align: left;
  border-bottom: 2px solid #ddd;
}

/* Table Rows */
table.dataTable tbody td {
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
  color: #333;
}

/* Hover Effect */
table.dataTable tbody tr:hover {
  background-color: #f1f7ff;
  transition: 0.2s;
}

/* Responsive */
.my-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2049;
  padding-bottom: 10px;
}
.dataTables_length,
.dataTables_length {
  padding-bottom: 20px !important;
}

/* For Faq */
.faq-section {
  padding: 50px 0;
}

.nav-tabs .nav-link {
  background: #fff;
  border: 1px solid #1c1d8d;
  color: #1c1d8d;
  font-weight: 500;
  border-radius: 8px;
  margin-right: 10px;
  transition: 0.3s;
}

.nav-tabs .nav-link.active {
  background: #1c1d8d;
  color: #fff;
}
.accordion-button {
  background: #fff;
  color: #343434;
  font-weight: 500;
  border-radius: 6px !important;
  box-shadow: none;
  font-size: 18px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.accordion-item {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  border-radius: 6px;
}
.accordion-button:not(.collapsed) {
  color: #1c1c30;
}
.accordion-button::after {
  content: "\f067";
  /* plus icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  /* minus icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.accordion-button::after {
  background: none !important;
}
/* Progress bar */
.footer {
  background-color: #0c0e61;
  padding-top: 30px;
}
.barometer {
  /* background: #1e1e1e; */
  padding-bottom: 30px;
  border-radius: 10px;
}

/* wrapper allows labels to sit above without being clipped */
.progress-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
  /* important so labels above are visible */
  margin-top: 10px;
}

/* the actual bar */
.progress {
  height: 36px;
  position: relative;
  background: #ddd;
  border-radius: 18px;
  overflow: hidden;

  /* keep bar content clipped */
}

/* animated bar */
.progress-bar {
  height: 100%;
  width: 0%;
  /* start from zero */
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  transition: width 4s cubic-bezier(0.2, 0.9, 0.2, 1);
  /* slower, smooth */
  white-space: nowrap;
  color: black;
  background-color: #f4a431;
}

/* labels container above the bar */
.progress-breakpoints {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  /* label area above the bar */
  pointer-events: none;
}

/* each label */
.progress-breakpoints span {
  position: absolute;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

/* tick/line inside the bar */
.progress-break-lines {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.progress-break-lines .break-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
}

.progress-container {
  position: relative;
  height: 40px;
  max-width: 100%;
}

/* Break marks */
.break-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #000;
  opacity: 0.4;
}

/* Label styling */
.break-label {
  position: absolute;
  top: 42px;
  transform: translateX(-50%);
  font-size: clamp(10px, 1.5vw, 12px);
  /* responsive font size */
  white-space: nowrap;
  color: #333;
}

.copyright {
  background-color: #0c0e61;
  padding: 5px 0px 1px;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: #f4a431 !important;
  color: #333;
}
.custom-tab-btn a {
  font-size: 16px;
  /* width: 100%; */
  /* margin-bottom: 10px; */
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border-radius: 22px;
}
.custom-tab-btn.active a {
  background-color: #0c0e62;
  color: #fff;
  border-radius: 22px;
}

.my-tab-btn {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  background: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  overflow: hidden;
}

.my-tab-btn a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

/* Gradient border effect */
.my-tab-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 3px; /* thickness of the border */
  background: linear-gradient(90deg, #f2bd3c, #ff5733, #4a90e2, #f2bd3c);
  background-size: 300% 100%;
  animation: moveBorder 5s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}

/* Button content stays above the border */
.my-tab-btn a {
  position: relative;
  z-index: 1;
}

@keyframes moveBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.my-link {
  background: #f2bd3c;
  padding: 10px 15px;
  color: #000 !important;
  border-radius: 22px;
  margin-top: 20px !important;
}

/* Gallery */
.gallery img {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery img:hover {
  transform: scale(1.05);
}
.modal-content {
  background: transparent;
  border: none;
}
.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: scale(0.8);
}
.modal.show .modal-dialog {
  transform: scale(1);
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 1056;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
}
.gallery-nav:hover {
  background: rgba(0, 0, 0, 0.8);
}
.gallery-prev {
  left: 20px;
}
.gallery-next {
  right: 20px;
}
/* Close Button */
.gallery-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 1057;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 50%;
  line-height: 1;
}
.gallery-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Gallery End */
.my-btn {
  width: 100%;
  background-color: #0c0e61;
  color: #fff;
}
.my-btn:hover {
  background-color: #f6bf3e;
}
::placeholder {
  color: #19191a !important;
}
.btn-check:checked + .btn {
  background-color: #0c0e62;
}
.form-section .section-title {
  font-size: 18px;
  color: #000;
}

/* Nitish 29-08-2025 */
.logo-row img:nth-child(1),
.logo-row img:nth-child(2),
.logo-row img:nth-child(3),
.logo-row img:nth-child(4) {
  border-right: 2px solid #000;
  border-radius: 0px;
}

.my-shape {
  margin-top: -95px;
}
