:root {
  --blue: #1e68ff;
  --yellow: #f6bf3e;
  --yellow-100: #fff6bf;
  --yellow-700: #ffb800;
  --text: #0f172a;
  --pb-yellow: #9e0909;
  --pb-orange: #ff5733;
  --pb-blue: #c5480e;
  --pb-pink: #9e0909;
  --pb-speed: 6s; /* animation duration */
  --pb-weight: 3px; /* border thickness */
  --pb-radius: 10px;
}

body {
  background: #fff;
  color: var(--text);
}

.page-header {
  background-image: url("../../images/banner.jpg");
  background-size: cover;
}
.dataTables_length {
  display: none;
}
.dataTables_wrapper .dataTables_filter {
  float: left !important;
  text-align: left !important;
  margin: 20px 0px;
}
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-logo img {
  height: 120px;
  width: auto;
}
.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;
}

.logo-row img {
  height: 135px;
  width: auto;
  object-fit: contain;
  /* filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .08)); */
  background: #fff;
  padding: 0.35rem 0.5rem;
}
.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;
  /* padding-right: 10px;
  margin-right: 10px; */
}
/* 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: 478px;
  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;
}
.my-portal {
  position: relative;
  float: right;
  right: 0;
  color: #000;
  font-size: 18px;
}

.my-portal-1 {
  display: inline-block;
  position: relative;
  padding: 12px 22px 5px;
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
  border: var(--pb-weight) solid transparent;
  border-radius: var(--pb-radius);
  background-clip: padding-box;
  margin-top: -41px;

  /* Gradient text */
  background-image: linear-gradient(
    90deg,
    var(--pb-yellow),
    var(--pb-orange),
    var(--pb-blue),
    var(--pb-pink),
    var(--pb-yellow)
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: transform 0.2s ease;
  z-index: 1;
}

/* Gradient border ring */
/* .my-portal::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--pb-radius);
  padding: var(--pb-weight);
  background: linear-gradient(
    90deg,
    var(--pb-yellow),
    var(--pb-orange),
    var(--pb-blue),
    var(--pb-pink),
    var(--pb-yellow)
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
} */

/* Moving “road” bottom border */
.my-portal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 6px;
  border-radius: 2px;
  background: repeating-linear-gradient(90deg, #000 0 20px, #fff 20px 40px);
  background-size: 40px 100%;
  animation: roadRun 1s linear infinite;
}

/* Animations */
@keyframes pb-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes roadRun {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

.my-portal,
.my-portal::before {
  animation: pb-move var(--pb-speed) linear infinite;
}

.my-portal:hover {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .my-portal,
  .my-portal::before,
  .my-portal::after {
    animation: none;
  }
}

/* Css 29-08-2025 */
.my-shape {
  margin-top: -95px;
}
.my-height {
  height: 98px;
}
