@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
html {
  scroll-behavior: smooth; }

@font-face {
  font-display: swap; }
* {
  box-sizing: border-box; }

.red-hat-display, body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Red Hat Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.red-hat-text, body {
  font-family: 'Red Hat Text', sans-serif !important;
  font-weight: 500;
  font-style: normal; }

.playfair-display, .banner-sec-title h1 span {
  font-family: 'Playfair Display', sans-serif !important;
  font-weight: 400;
  font-style: normal; }

.fw-600 {
  font-weight: 600 !important; }

.text-dark {
  color: #000; }

.text-black {
  color: #000; }

.text-white, .social-links a {
  color: #fff; }

.text-purple {
  color: #5C0F8B; }

.primary-purple {
  color: #5C0F8B; }

.text-gray {
  color: #6D6F70; }

.text-lightblack-color {
  color: #6D6F70 !important; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.primary-bgpurple, .cmn-button-3 {
  background-color: #5C0F8B !important; }

.primary-bgorange {
  background-color: #FF5100; }

.primary-bggray {
  background-color: #6D6F70; }

.primary-bggold {
  background-color: #C0966B; }

.primary-bgmagenta {
  background-color: #EB0D8C; }

.primary-bgcyan {
  background-color: #0099A8; }

.secondary-bgpurple {
  background-color: #A389BA; }

.secondary-bgorange {
  background-color: #F9A77E; }

.secondary-bggray {
  background-color: #D8D7D7; }

.secondary-bggold {
  background-color: #DCC4AA; }

.secondary-bgmagenta {
  background-color: #F29ABF; }

.secondary-bgcyan {
  background-color: #7BC3CC; }

.tertiary-bgpurple {
  background-color: #d4c9e24d; }

.tertiary-bgorange {
  background-color: #FDD9C4; }

.tertiary-bggray {
  background-color: #f5f5f5; }

.tertiary-bggold {
  background-color: #EFE6D9; }

.tertiary-bgmagenta {
  background-color: #FAD7E6; }

.tertiary-bgcyan {
  background-color: #C9E4E9; }

.border-gradient {
  background: linear-gradient(to right, #fafafa, #ece7ef);
  background-clip: padding-box;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  position: relative; }
  .border-gradient::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(90deg, #5C0F8B 63%, #FF5100 100%);
    z-index: -1;
    border-radius: 20px; }

.bg-purple-light, .swiper-button-prev,
.swiper-rtl .swiper-button-next, .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.773) 25%, #d4c9e24d 100%);
  z-index: 0; }

.bg-purple-dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.269) 31%, #5c0f8b 100%);
  z-index: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  background-color: #fff; }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.1rem; } }
  body p,
  body li {
    font-weight: 400;
    list-style: none;
    line-height: 1.6;
    color: #000; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #5C0F8B; }
  body a {
    color: #fff; }
    body a:hover {
      color: #FF5100; }
  body h5 {
    color: #000;
    margin-bottom: .9rem; }
    @media screen and (min-width: 1601px) {
      body h5 {
        font-size: 1.5rem;
        font-weight: 600; } }

/* ----------------------------------------------------------
:: // before-after other common scss
---------------------------------------------------------- */
.before-after, .circle-gradient::before, .circle-gradient-1::before, .circle-gradient-4::before, .circle-gradient-2::before, .circle-gradient-3::before, .bg-half-color-curv::after, header .navbar .main-navbar .dropdown-menu .row .col::after, .campus-safty-sec .atm-card .atm-card-img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute, .bg-img-1::before, .bg-img-1::after, header .navbar {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.verticle-middle, .placement-hilight-sec .bg-purple {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: space-evenly; }

/* ----------------------------------------------------------
:: section padding
---------------------------------------------------------- */
.section-xs {
  padding: 20px 0;
  background-color: #FFF; }

.section-sm {
  padding: 30px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 15px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 15px 0; } }

.section-lg {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (min-width: 1601px) {
    .section-lg {
      padding: 100px 0; } }

a {
  text-decoration: none;
  color: #6D6F70; }
  a:hover {
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

button:focus:not(:focus-visible) {
  box-shadow: none; }

@media (min-width: 1601px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1495px; } }
.bg-img-1::before {
  content: "";
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/ghrce.webp);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1; }
.bg-img-1::after {
  content: "";
  background-color: #5C0F8B;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1; }

.box-content img {
  width: 50px;
  padding-bottom: 1.5rem; }

/* ----------------------------------------------------------
:: listing
---------------------------------------------------------- */
.list-circle li {
  padding-left: 1rem;
  position: relative;
  line-height: 1.7;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .list-circle li {
      line-height: 1.5;
      margin-bottom: 0.5rem; } }
  .list-circle li::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    content: "";
    background-color: #5C0F8B;
    border-radius: 50%; }
    @media screen and (min-width: 1601px) {
      .list-circle li::before {
        width: 7px;
        height: 7px;
        top: 12px; } }
  @media screen and (max-width: 767px) {
    .list-circle li {
      margin-bottom: 0.4rem; } }
  @media screen and (min-width: 1401px) {
    .list-circle li {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    .list-circle li {
      font-size: 1.2rem; } }

.list-circle-mb-0 li {
  margin-bottom: 0;
  line-height: 1.5; }

.list-count {
  column-count: 2; }

/* ----------------------------------------------------------
// cirlce gredient
---------------------------------------------------------- */
.circle-gradient {
  position: relative; }
  .circle-gradient::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(110deg, white 10%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%); }

.circle-gradient-1 {
  position: relative; }
  .circle-gradient-1::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(27deg, white 0%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%, #fbfbfb 23%); }

.circle-gradient-4 {
  position: relative; }
  .circle-gradient-4::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(27deg, white 0%, #fbfbfb 23%, #f8f6f9 60%, #e5dce9 100%, #fbfbfb 23%); }

.circle-gradient-2 {
  position: relative; }
  .circle-gradient-2::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(175deg, #fdfdfd 7%, #fbfbfb 18%, #fafafb 25%, #fbfbfc 0%, #fa895414 100%); }

.circle-gradient-3 {
  position: relative; }
  .circle-gradient-3::before {
    right: 0;
    z-index: -1;
    background: #fff;
    background: linear-gradient(13deg, #f8f6f9 0%, #f9f7f9 0%, #f8f7f9 80%, #e6ddea 100%); }

.bg-half-color-curv {
  position: relative;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .bg-half-color-curv {
      margin-top: 0px; } }
  .bg-half-color-curv::after {
    width: calc(96% - 70px);
    right: 200px;
    margin: auto;
    background-color: #fff;
    z-index: -1;
    border-radius: 0 200px 0 0; }
    @media screen and (max-width: 1025px) {
      .bg-half-color-curv::after {
        width: calc(100% - 70px);
        border-radius: 0 130px 0 0; } }
    @media screen and (max-width: 767px) {
      .bg-half-color-curv::after {
        width: calc(100% + 21px);
        left: -10px;
        border-radius: 0 125px 0 0; } }
    @media screen and (min-width: 1601px) {
      .bg-half-color-curv::after {
        width: calc(92% - 70px); } }
  @media screen and (min-width: 1601px) {
    .bg-half-color-curv {
      margin-top: 5rem; } }

.img-border {
  border-radius: 20px; }

.min-h-75, .circle-gradient-1 {
  min-height: 100vh; }
  @media only screen and (min-width: 414px) and (max-width: 815px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 90vh; } }
  @media screen and (max-width: 767px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 50vh; } }
  @media screen and (max-width: 1025px) and (min-width: 768px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 60vh; } }
  @media screen and (min-width: 1400px) {
    .min-h-75, .circle-gradient-1 {
      min-height: 60vh; } }

.material-symbols-outlined {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  vertical-align: middle; }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.border-btm-line {
  border-bottom: 1px solid #000; }

.banner-sec-title h1 {
  font-size: 2.7rem;
  color: #5C0F8B;
  margin-bottom: 0; }
  .banner-sec-title h1 span {
    background: #5C0F8B;
    background: linear-gradient(144deg, #5c0f8b 63%, #ff5100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900; }
    @media screen and (max-width: 767px) {
      .banner-sec-title h1 span {
        background: linear-gradient(144deg, #5c0f8b 60%, #ff5100 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; } }
  @media screen and (max-width: 767px) {
    .banner-sec-title h1 {
      font-size: 1.8rem !important; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .banner-sec-title h1 {
      font-size: 2rem !important; } }
  @media screen and (min-width: 1601px) {
    .banner-sec-title h1 {
      font-size: 3.1rem; } }
.banner-sec-title a {
  margin: 1.5rem 0; }
@media screen and (max-width: 767px) {
  .banner-sec-title {
    margin-bottom: 1rem; }
    .banner-sec-title h2 {
      font-size: 1.3rem !important; } }
.banner-sec-title p {
  color: #fff; }
  @media screen and (min-width: 1601px) {
    .banner-sec-title p {
      font-size: 1.1rem; } }

.sec-title {
  margin-bottom: 0rem !important; }
  .sec-title h2 {
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 1rem; }
    .sec-title h2 span {
      font-weight: 700;
      background: #5C0F8B;
      background: linear-gradient(144deg, #5c0f8b 63%, #ff5100 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media screen and (max-width: 767px) {
      .sec-title h2 {
        font-size: 1.3rem !important; } }
    @media screen and (min-width: 768px) and (max-width: 1025px) {
      .sec-title h2 {
        font-size: 2rem !important; } }
    @media screen and (min-width: 1601px) {
      .sec-title h2 {
        font-size: 2.5rem !important; } }
  @media screen and (max-width: 767px) {
    .sec-title {
      margin-bottom: 1.5rem; }
      .sec-title h2 {
        font-size: 1.3rem !important; } }
  .sec-title p {
    color: #000;
    font-weight: 500; }
    @media screen and (min-width: 1601px) {
      .sec-title p {
        font-size: 1.25rem; } }

@media screen and (max-width: 767px) {
  .sec-subtitle p {
    text-align: center; } }
.sec-subtitle h2 {
  font-weight: 400;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .sec-subtitle h2 {
      font-size: 1.3rem;
      text-align: center; } }
  @media screen and (min-width: 768px) and (max-width: 1025px) {
    .sec-subtitle h2 {
      font-size: 2rem !important; } }
  @media screen and (min-width: 1601px) {
    .sec-subtitle h2 {
      font-size: 2.1rem !important; } }

@media screen and (max-width: 767px) {
  .spl-title {
    padding-top: 5rem !important;
    text-align: center; }
    .spl-title .sec-title h1 {
      font-size: 1.5rem; } }

/* ----------------------------------------------------------
:: form
---------------------------------------------------------- */
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important; }
@media screen and (max-width: 767px) {
  input,
  select {
    font-size: 0.7rem; } }

/* ----------------------------------------------------------
:: swiper
---------------------------------------------------------- */
.swiper {
  width: 100%;
  height: 100%; }

@media (max-width: 760px) {
  .swiper-button-next {
    right: 20px; }

  .swiper-button-prev {
    left: 20px; } }
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #000;
  position: absolute;
  bottom: -100px;
  font-weight: bold;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  left: -50px;
  right: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #5C0F8B; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #000;
  position: absolute;
  bottom: -100px;
  font-weight: bold;
  line-height: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  left: 0;
  right: -50px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #5C0F8B; }

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 0.95rem; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #fff !important; }

.swiper-placement-highlight .swiper-button-prev, .testi-swiper .swiper-button-prev {
  background: none !important;
  left: -10px;
  right: auto;
  bottom: 50%;
  border: none; }
.swiper-placement-highlight .swiper-button-next, .testi-swiper .swiper-button-next {
  background: none !important;
  left: auto;
  right: -10px;
  bottom: 50%;
  border: none; }

/* ----------------------------------------------------------
// google icon
---------------------------------------------------------- */
.material-symbols-outlined {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle; }

.cmn-button, .cmn-button-1, .cmn-button-2, .cmn-button-3 {
  border-radius: 20px;
  border: 1px solid #5C0F8B;
  text-align: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  background-color: transparent;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  color: #000;
  font-size: 0.8rem; }
  .cmn-button:hover, .cmn-button-1:hover, .cmn-button-2:hover, .cmn-button-3:hover {
    color: #5C0F8B; }
  @media screen and (max-width: 767px) {
    .cmn-button, .cmn-button-1, .cmn-button-2, .cmn-button-3 {
      padding: 0.4rem 0.5rem; } }
  @media screen and (min-width: 1601px) {
    .cmn-button, .cmn-button-1, .cmn-button-2, .cmn-button-3 {
      border-radius: 35px;
      font-size: 1.1rem;
      padding: 0.5rem 1.5rem; } }

.cmn-button-1 {
  margin-top: 1rem;
  font-size: 0.8rem; }
  @media screen and (min-width: 1601px) {
    .cmn-button-1 {
      font-size: 1rem; } }

.cmn-button-2 {
  margin-top: 1.5rem; }
  .cmn-button-2:hover {
    transform: translateX(-0.5rem); }

.cmn-button-3 {
  color: #fff;
  margin-top: 1rem;
  padding: 0.2rem 0.8rem; }
  @media screen and (max-width: 767px) {
    .cmn-button-3 {
      font-size: 0.85rem;
      padding: 0.4rem 0.5rem; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .cmn-button-3 {
      padding: 7px;
      font-size: 0.6rem; } }
  @media screen and (min-width: 1400px) {
    .cmn-button-3 {
      font-size: 1rem; } }
  @media screen and (min-width: 1601px) {
    .cmn-button-3 {
      font-size: 1.05rem;
      margin-top: 1rem;
      padding: 0.5rem 1.5rem; } }
  .cmn-button-3:hover {
    color: #FF5100;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px); }

hr {
  margin: 2rem 0; }

/* Style the select2 container */
.select2-container {
  font-size: 1rem;
  /* Main selection box */
  /* Hover effect */
  /* Dropdown menu */
  /* Dropdown items */
  /* Dropdown open state → change arrow */ }
  @media screen and (min-width: 1601px) {
    .select2-container {
      font-size: 1.2rem; } }
  .select2-container .select2-selection--single {
    font-size: 0.85rem;
    height: 35px;
    padding: 0px 12px;
    border: 1px solid #d8d7d7;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.3s ease;
    /* Rendered text inside select */
    /* Arrow customization */ }
    @media screen and (min-width: 1601px) {
      .select2-container .select2-selection--single {
        height: 40px; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 30px !important; }
      @media screen and (min-width: 1601px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          line-height: 40px !important; } }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 50px;
      width: 50px;
      border-radius: 5px;
      top: 0;
      right: 0;
      background: transparent;
      /* Hide default triangle */
      /* Add custom FontAwesome arrow */ }
      @media screen and (min-width: 1601px) {
        .select2-container .select2-selection--single .select2-selection__arrow {
          height: 60px;
          width: 60px; } }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .select2-container .select2-selection--single .select2-selection__arrow::after {
        font-family: "Font Awesome 7 Free";
        font-weight: 600;
        content: "\f107";
        color: #D8D7D7;
        font-size: 14px;
        position: absolute;
        top: 39%;
        right: 18px;
        transform: translateY(-50%);
        transition: transform 0.2s ease-in-out; }
  .select2-container .select2-selection--single:hover {
    border: 1px solid #FF5100; }
  .select2-container .select2-dropdown {
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 5px 0; }
  .select2-container .select2-search--dropdown .select2-search__field {
    padding: 0px; }
  .select2-container .select2-results__option {
    padding: 4px 15px;
    font-size: 12px;
    color: #333; }
    .select2-container .select2-results__option--highlighted {
      background-color: #5C0F8B !important;
      color: #fff; }
    .select2-container .select2-results__option--selected {
      background-color: #D8D7D7; }
  .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    content: "\f106"; }

/* Focus style */
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single.select2-selection--focus {
  border-color: #5C0F8B;
  outline: none;
  box-shadow: none; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #5C0F8B; }

/* Disabled input fix */
.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1; }

.select2-container .select2-container--default .select2-container--open {
  z-index: 1 !important; }

.select2-container--open .select2-dropdown {
  z-index: 1 !important; }

.select2-container .select2-search--inline .select2-search__field {
  margin-left: 15px;
  height: 22px;
  font-size: 0.9rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 13px;
  font-size: 0.7rem;
  margin-top: 0;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #5C0F8B 1px;
  outline: 0; }

.select2-container--default .select2-selection--multiple {
  padding-bottom: 6px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: -7px; }

.scroll-btn {
  position: fixed;
  bottom: 50px;
  right: 80px;
  height: 40px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #5C0F8B;
  background: #f5f5f5;
  color: #FF5100;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform .4s ease;
  z-index: 1000; }
  @media (max-width: 767px) {
    .scroll-btn {
      right: 25px;
      bottom: 90PX; } }
  .scroll-btn i {
    font-size: 20px;
    transition: transform .4s ease; }
  .scroll-btn:hover {
    transform: scale(1.1); }

.list-circle li {
  margin-bottom: 0.7rem; }
  .list-circle li .list-dash {
    list-style: none;
    /* remove default bullets */
    padding-left: 20px;
    /* indent */ }
  .list-circle li .list-dash li::marker {
    content: "–  ";
    /* dash */
    color: #000;
    /* optional */ }
  @media screen and (min-width: 1601px) {
    .list-circle li {
      font-size: 1.1rem; } }

@media screen and (max-width: 767px) {
  .list-count {
    column-count: 1; } }

.min-ht-250 {
  min-height: 240px !important; }

header {
  position: relative; }
  header .navbar {
    background: #000000;
    background: linear-gradient(180deg, #000000 20%, #00000000 100%);
    height: auto;
    z-index: 999;
    top: 0; }
    @media screen and (max-width: 1024px) {
      header .navbar .navbar-toggler span {
        color: #fff; } }
    @media screen and (max-width: 767px) {
      header .navbar {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem; } }
    @media screen and (max-width: 1024px) {
      header .navbar .navbar-toggler {
        background-color: #fff;
        position: absolute;
        width: 50px;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0; }
        header .navbar .navbar-toggler span {
          color: #000; }
      header .navbar .navbar-toggler.collapsed {
        background-color: transparent; }
        header .navbar .navbar-toggler.collapsed span {
          color: #fff; }
      header .navbar .cmn-white-button,
      header .navbar .cmn-button,
      header .navbar .cmn-button-1,
      header .navbar .cmn-button-2,
      header .navbar .cmn-button-3 {
        padding: 6px 7px !important; } }
    header .navbar .navbar-brand {
      bottom: calc(0% + 90px); }
      header .navbar .navbar-brand img {
        filter: brightness(0) invert(1);
        width: 130px; }
      @media screen and (max-width: 1024px) {
        header .navbar .navbar-brand {
          padding: 0 0.5rem;
          margin-left: 1rem; }
          header .navbar .navbar-brand img {
            width: 110px; } }
      @media screen and (max-width: 767px) {
        header .navbar .navbar-brand {
          margin-left: 4rem; } }
      @media screen and (max-width: 350px) {
        header .navbar .navbar-brand img {
          width: 90px; } }
    @media screen and (min-width: 1601px) {
      header .navbar {
        padding: 1rem 0; }
        header .navbar .navbar-brand img {
          width: 160px; } }
    header .navbar .main-navbar .nav-item {
      padding: 0 0.8rem !important; }
      header .navbar .main-navbar .nav-item .nav-link,
      header .navbar .main-navbar .nav-item .dropdown-toggle {
        color: #fff;
        font-size: 0.9rem;
        padding: 0rem 0rem;
        font-weight: 500;
        display: inline-block; }
        @media screen and (max-width: 991px) {
          header .navbar .main-navbar .nav-item .nav-link,
          header .navbar .main-navbar .nav-item .dropdown-toggle {
            color: #000;
            font-size: 0.85rem;
            padding: 1rem 0.5rem;
            display: block;
            border-bottom: 1px solid #d9d9d9; } }
        @media screen and (max-width: 1024px) {
          header .navbar .main-navbar .nav-item .nav-link,
          header .navbar .main-navbar .nav-item .dropdown-toggle {
            font-size: 0.85rem;
            padding: 1rem 0.5rem;
            display: block; } }
        @media screen and (min-width: 1401px) {
          header .navbar .main-navbar .nav-item .nav-link,
          header .navbar .main-navbar .nav-item .dropdown-toggle {
            font-size: 1rem; } }
        @media screen and (min-width: 1601px) {
          header .navbar .main-navbar .nav-item .nav-link,
          header .navbar .main-navbar .nav-item .dropdown-toggle {
            font-size: 1.15rem; } }
    @media screen and (max-width: 1023px) {
      header .navbar .main-navbar {
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        top: 50px;
        left: 0;
        box-shadow: 0px 6px 10px #0000001a;
        max-height: 75vh;
        overflow-y: scroll; } }
    header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
      max-width: max-content;
      left: 0;
      right: 0;
      margin: auto;
      padding: 1rem; }
      @media screen and (max-width: 1024px) {
        header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
          width: 100%;
          padding: 0.5rem 0; } }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu {
          right: 200px; } }
    header .navbar .main-navbar .nav-item.dropdown.dropdown-mega .dropdown-menu-1 {
      min-width: 45rem; }
    header .navbar .main-navbar .navbar-toggler {
      border: none;
      padding: 0;
      outline: none; }
      header .navbar .main-navbar .navbar-toggler:focus {
        box-shadow: none; }
      @media screen and (max-width: 767px) {
        header .navbar .main-navbar .navbar-toggler {
          position: absolute;
          color: #fff;
          font-size: 1.5rem; } }
    header .navbar .main-navbar .dropdown-toggle::after {
      content: unset; }
    header .navbar .main-navbar .dropdown-menu {
      min-width: 14rem;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      border: none;
      border-radius: 10px 0 10px 0;
      padding: 0;
      overflow: hidden; }
      @media screen and (min-width: 1601px) {
        header .navbar .main-navbar .dropdown-menu {
          min-width: 17rem; } }
      header .navbar .main-navbar .dropdown-menu .row .col {
        position: relative; }
        header .navbar .main-navbar .dropdown-menu .row .col::after {
          width: 1px;
          background-color: #5C0F8B;
          left: 1rem;
          left: auto; }
          @media screen and (max-width: 1023px) {
            header .navbar .main-navbar .dropdown-menu .row .col::after {
              content: unset; } }
        header .navbar .main-navbar .dropdown-menu .row .col:first-child::after {
          content: unset; }
      header .navbar .main-navbar .dropdown-menu ul {
        list-style: none;
        padding: 0; }
      header .navbar .main-navbar .dropdown-menu li .dropdown-item {
        color: #000;
        padding: 0.6rem 1.5rem 0.6rem 1.5rem;
        font-size: 0.8rem;
        line-height: 1.6;
        white-space: normal;
        font-weight: 500; }
        @media screen and (max-width: 1023px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 0.75rem;
            padding: 0.3rem 1rem;
            border-bottom: 0;
            color: #6D6F70; } }
        header .navbar .main-navbar .dropdown-menu li .dropdown-item:hover {
          color: #5C0F8B;
          background-color: #d4c9e24d; }
        @media screen and (min-width: 1401px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 0.85rem; } }
        @media screen and (min-width: 1601px) {
          header .navbar .main-navbar .dropdown-menu li .dropdown-item {
            font-size: 1rem; } }
      header .navbar .main-navbar .dropdown-menu li a {
        color: #000;
        padding: 0.5em 1em; }
    @media only screen and (max-width: 992px) {
      header .navbar .main-navbar .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll; } }
    @media only screen and (min-width: 992px) and (max-width: 1140px) {
      header .navbar .main-navbar .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap; } }
    @media screen and (min-width: 993px) {
      header .navbar .main-navbar .dropdown:hover .dropdown-menu {
        display: block; } }
    @media screen and (max-width: 992px) {
      header .navbar .main-navbar .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
        border-radius: 0;
        margin-top: 0;
        overflow-x: hidden; } }
    header .navbar .main-navbar .active {
      font-weight: 600 !important;
      border-bottom: 2px solid #ff5100 !important; }
      @media screen and (max-width: 991px) {
        header .navbar .main-navbar .active {
          color: #000 !important; } }
    header .navbar .main-navbar .dropdown-menu li .dropdown-item.active,
    header .navbar .main-navbar .dropdown-menu li .dropdown-item:active {
      color: #fff !important;
      text-decoration: none;
      background-color: #5C0F8B; }
      header .navbar .main-navbar .dropdown-menu li .dropdown-item.active:hover,
      header .navbar .main-navbar .dropdown-menu li .dropdown-item:active:hover {
        color: #fff !important; }
    header .navbar .mega-content h6 {
      padding-left: 1.5rem;
      font-weight: 700; }
      @media screen and (max-width: 1023px) {
        header .navbar .mega-content h6 {
          padding-left: 1rem; } }

@media screen and (max-width: 767px) {
  .dropdown-menu .sec-thirdtitle h5 {
    font-size: 1.2rem; } }

@media (min-width: 992px) {
  .navbar-nav .bar-line {
    left: -186px; } }
@media screen and (min-width: 1300px) {
  .humbergar-menu[data-bs-popper] {
    left: -186px; } }
@media screen and (min-width: 1601px) {
  .humbergar-menu[data-bs-popper] {
    left: -190px !important; } }
@media screen and (min-width: 993px) {
  header .navbar .main-navbar .dropdown:hover .bar-line {
    display: block;
    left: auto;
    right: 0; } }
.fixed-top {
  position: fixed;
  box-shadow: 0px 0px 10px #00000029; }
  @media screen and (max-width: 1024px) {
    .fixed-top .navbar .navbar-toggler span {
      color: #000; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .navbar-brand {
      filter: brightness(0) invert(1); } }
  @media screen and (min-width: 1601px) {
    .fixed-top .navbar {
      padding: 0.5rem 0; } }
  @media screen and (max-width: 1024px) {
    .fixed-top .navbar .nav-item a {
      font-size: 1.1rem;
      padding: 0.5rem 0.8rem; } }
  @media screen and (max-width: 767px) {
    .fixed-top .navbar .nav-item a {
      color: #000; } }

/* ----------------------------------------------------------
:: course-sec
---------------------------------------------------------- */
.course-sec .course-item .course-card {
  box-shadow: 0 0 10px #D8D7D7;
  text-align: center;
  border-radius: 10px;
  min-height: 305px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .course-sec .course-item .course-card {
      min-height: 200px;
      border-radius: 15px; } }
  @media screen and (min-width: 1601px) {
    .course-sec .course-item .course-card {
      min-height: 430px; } }
  .course-sec .course-item .course-card img {
    border-radius: 20px;
    padding: 1rem; }
    @media screen and (max-width: 767px) {
      .course-sec .course-item .course-card img {
        padding: 0.5rem;
        border-radius: 15px; } }
    @media screen and (min-width: 1601px) {
      .course-sec .course-item .course-card img {
        padding: 1.5rem; } }
  .course-sec .course-item .course-card h6 {
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .course-sec .course-item .course-card h6 {
        padding: 0 0.5rem; } }
    @media screen and (min-width: 1601px) {
      .course-sec .course-item .course-card h6 {
        font-size: 1.3rem; } }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.footer-responsive .grid-container {
  display: grid;
  grid-template-columns: 25% 15% 25% 20%;
  gap: 0.8rem;
  justify-content: end; }
  @media screen and (min-width: 1400px) {
    .footer-responsive .grid-container {
      grid-template-columns: 20% 20% 22% 20%; } }
  @media screen and (min-width: 1601px) {
    .footer-responsive .grid-container {
      grid-template-columns: 24% 15% 25% 20%; } }
  @media screen and (max-width: 1028px) {
    .footer-responsive .grid-container {
      grid-template-columns: 50% 50%;
      gap: 0.5rem; } }
  @media screen and (max-width: 767px) {
    .footer-responsive .grid-container {
      justify-content: start;
      grid-template-columns: 100%; } }
.footer-responsive .footer-dom-container {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 50% 30%;
  gap: 5rem;
  align-items: center; }
  .footer-responsive .footer-dom-container .footer-dom-item {
    margin-top: 2rem; }
  @media screen and (max-width: 767px) {
    .footer-responsive .footer-dom-container {
      display: flex;
      flex-direction: column-reverse;
      gap: 0; }
      .footer-responsive .footer-dom-container .footer-dom-item {
        margin: 1rem 0; } }
  @media screen and (max-width: 1600px) and (min-width: 1400px) {
    .footer-responsive .footer-dom-container {
      gap: 16rem; } }
.footer-responsive .footer-btm-container {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: auto auto;
  gap: 10rem; }
  .footer-responsive .footer-btm-container .footer-btm-item {
    margin-top: 2rem; }
    .footer-responsive .footer-btm-container .footer-btm-item p {
      color: #d4c9e24d !important; }
  @media screen and (max-width: 767px) {
    .footer-responsive .footer-btm-container {
      grid-template-columns: 100%;
      gap: 0rem; }
      .footer-responsive .footer-btm-container .footer-btm-item {
        margin-top: 0.5rem;
        text-align: center; } }
  @media screen and (max-width: 1600px) and (min-width: 1400px) {
    .footer-responsive .footer-btm-container {
      gap: 15rem; } }
  @media screen and (min-width: 1601px) {
    .footer-responsive .footer-btm-container {
      gap: 20rem; } }

.social-links a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px 2px 3px 0px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #FF5100;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  transition: all 500ms ease; }

/* ----------------------------------------------------------
    :: institute list (horizontal-tabs)
    ---------------------------------------------------------- */
.horizontal-tabs .nav-pills .nav-link {
  background-color: #fff;
  border: 1px solid #5C0F8B;
  color: #5C0F8B;
  border-radius: 10px 0;
  margin-right: 2rem; }
  @media screen and (max-width: 767px) {
    .horizontal-tabs .nav-pills .nav-link {
      padding: 0.3rem 0.9rem;
      margin-right: 0.3rem;
      margin-bottom: 0.3rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .horizontal-tabs .nav-pills .nav-link {
      margin-right: 1rem;
      margin-top: 0.5rem; } }
.horizontal-tabs .nav-pills .nav-link.active {
  background-color: #5C0F8B;
  color: #fff; }

button {
  margin-top: 0.5rem; }

.table th {
  color: #000;
  font-weight: 600;
  border: 1px solid #5C0F8B;
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
  text-align: center; }
.table td {
  border: 1px solid #5C0F8B;
  border-collapse: collapse;
  vertical-align: middle; }
  @media screen and (min-width: 1601px) {
    .table td {
      font-size: 1rem; } }
  .table td:first-child {
    text-align: start;
    padding-left: 8px; }
.table span {
  font-size: 1.5rem;
  background: #5C0F8B;
  background: linear-gradient(144deg, #5C0F8B 19%, #FF5100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* ----------------------------------------------------------
:: border-gradient-1
---------------------------------------------------------- */
.border-gradient-1 .content-course {
  background-color: #fff;
  border: 1px solid #A389BA;
  padding: 1.5rem;
  box-shadow: 1px 1px 5px #40404036;
  border-radius: 20px;
  min-height: 35vh; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .border-gradient-1 .content-course {
      min-height: 30vh; } }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
    .border-gradient-1 .content-course {
      min-height: 20vh; } }
  .border-gradient-1 .content-course p {
    font-size: 1.1rem; }
  @media screen and (min-width: 1601px) {
    .border-gradient-1 .content-course {
      padding: 2rem;
      min-height: 21vh; } }
  .border-gradient-1 .content-course:nth-child(2) {
    min-height: 46vh; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .border-gradient-1 .content-course:nth-child(2) {
        min-height: 30vh; } }
    @media screen and (max-width: 1024px) and (min-width: 992px) {
      .border-gradient-1 .content-course:nth-child(2) {
        min-height: 20vh; } }
    @media screen and (min-width: 1601px) {
      .border-gradient-1 .content-course:nth-child(2) {
        min-height: 32vh; } }

/* ----------------------------------------------------------
:: mba-showcase
---------------------------------------------------------- */
.mba-showcase .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .mba-showcase .content .pdf-box {
    flex: 1 1 420px;
    max-width: 600px;
    width: 100%; }
    .mba-showcase .content .pdf-box iframe {
      width: 100%;
      min-height: 300px;
      height: calc(100vh - 210px);
      max-height: 500px;
      border: none;
      border-radius: 1rem;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
      @media screen and (min-width: 1601px) {
        .mba-showcase .content .pdf-box iframe {
          height: calc(100vh - 300px); } }
    .mba-showcase .content .pdf-box .actions {
      margin-top: 1rem;
      display: flex;
      gap: 1rem;
      justify-content: center;
      flex-wrap: wrap; }
      .mba-showcase .content .pdf-box .actions .btn {
        display: inline-block;
        background: #5C0F8B;
        color: #fff;
        padding: 0.6rem 1.2rem;
        border-radius: 0.5rem;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease; }
        .mba-showcase .content .pdf-box .actions .btn:hover {
          background: #440b66; }
        .mba-showcase .content .pdf-box .actions .btn.btn-outline {
          background: transparent;
          color: #5C0F8B;
          border: 2px solid #5C0F8B; }
          .mba-showcase .content .pdf-box .actions .btn.btn-outline:hover {
            background: #5C0F8B;
            color: #fff; }

.layout {
  display: flex;
  gap: 25px;
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .layout {
      flex-direction: row;
      padding: 12px; } }

.fixed-top {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background: #ffffff33;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid #ffffff4d;
  transition: all 0.3s ease; }

/* ----------------------------------------------------------
:: field-scroll
---------------------------------------------------------- */
.field-scroll {
  height: 63vh;
  overflow-y: auto;
  overflow-x: hidden; }
  @media screen and (min-width: 1601px) {
    .field-scroll {
      height: 50vh; } }

/* scrollbar style */
.field-scroll::-webkit-scrollbar,
.filters::-webkit-scrollbar {
  width: 4px; }

.field-scroll::-webkit-scrollbar-thumb,
.filters::-webkit-scrollbar-thumb {
  background: #5C0F8B;
  border-radius: 3px; }

/* Make Left Filter Panel Scrollable */
.filters {
  width: 300px;
  background: #fff;
  border: 1px solid #5C0F8B;
  border-radius: 10px;
  padding: 15px 15px 0 20px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.04);
  position: sticky;
  top: 55px;
  align-self: flex-start;
  max-height: calc(100vh - 56px);
  overflow: hidden;
  height: 100vh; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .filters {
      height: 60vh; } }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
    .filters {
      height: 45vh; } }
  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    .filters {
      height: 87vh; } }
  @media screen and (min-width: 1601px) {
    .filters {
      top: 90px;
      height: 70vh; } }
  .filters h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800; }
  .filters .hint {
    font-size: 13px;
    margin-bottom: 0px; }
  .filters .form-row {
    margin-bottom: 10px;
    margin-right: 0.5rem; }
  .filters label {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    color: #000; }
  .filters select {
    width: 100%;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #D8D7D7;
    background: #fff;
    appearance: none; }
  .filters .selected-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0; }
    .filters .selected-tags .tag {
      display: inline-flex;
      gap: 5px;
      align-items: center;
      padding: 4px 10px;
      background: #f7edff;
      color: #000;
      font-size: 0.75rem;
      border-radius: 999px;
      border: 1px solid transparent; }
      .filters .selected-tags .tag button {
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
        font-size: 13px;
        color: #FF5100; }
  @media (min-width: 768px) and (max-width: 991px) {
    .filters {
      width: 45%;
      position: sticky;
      order: 0; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .filters {
      width: 40%;
      position: sticky;
      order: 0; } }

.controls {
  text-align: center; }
  .controls button {
    padding: 5px 20px;
    border-radius: 8px;
    border: 1px solid #5C0F8B;
    background: #fff;
    cursor: pointer; }
    .controls button.primary {
      background: #5C0F8B;
      color: #fff;
      border-color: transparent; }
    .controls button:disabled {
      opacity: 0.55;
      cursor: not-allowed; }
  .controls .reset {
    background: transparent;
    color: #FF5100;
    border: 1px dashed #FF5100; }

.fixed-top ~ .content .toolbar {
  backdrop-filter: blur(12px) saturate(160%);
  background: #ffffff40;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  box-shadow: 0 4px 12px #00000026;
  transition: all 0.3s ease; }

.course-container {
  justify-content: start;
  display: flex;
  flex-direction: column;
  text-align: start; }

.content {
  flex: 1;
  min-height: 40vh;
  overflow: visible;
  text-align: center;
  /* glassmorphism state applied only after scrolling */
  /* Optional: slightly more blur on fixed header */
  /* Optional mobile optimization */ }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .content {
      min-height: 30vh; } }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
    .content {
      min-height: 20vh; } }
  @media screen and (min-width: 1601px) {
    .content {
      min-height: 30vh; } }
  .content .toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: sticky;
    top: 65px;
    z-index: 9;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, border-radius 0.35s ease; }
  .content h5 {
    border-radius: 20px;
    font-weight: 200;
    font-size: 0.95rem;
    border: 1px solid #000 !important;
    padding: 0.4rem 1rem;
    margin-bottom: 0; }
  .content .hint {
    padding: 0.3rem 1rem;
    background: transparent;
    border-radius: 40px;
    border: 1px solid #000; }
  .content .search-wrap .search-box {
    width: 222px; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .content .search-wrap .search-box {
        width: 105px; } }
    .content .search-wrap .search-box button,
    .content .search-wrap .search-box input,
    .content .search-wrap .search-box optgroup,
    .content .search-wrap .search-box select,
    .content .search-wrap .search-box textarea {
      margin: 0;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      border-radius: 20px;
      font-weight: 200;
      font-size: 0.95rem;
      border: 1px solid #000 !important;
      padding: 0.3rem 0.35rem 0.3rem 2.1rem;
      margin-bottom: 0; }
    .content .search-wrap .search-box i {
      position: absolute;
      top: 11px;
      left: 12px;
      color: #FF5100; }
      @media screen and (max-width: 767px) {
        .content .search-wrap .search-box i {
          left: 30px; } }
      @media screen and (min-width: 1601px) {
        .content .search-wrap .search-box i {
          top: 10px;
          font-size: 0.9rem; } }
    .content .search-wrap .search-box .search-input {
      width: 100%;
      background: transparent;
      font-size: 0.88rem; }
      @media screen and (max-width: 767px) {
        .content .search-wrap .search-box .search-input {
          width: 90%; } }
  .content .toolbar--glass {
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 10px 0px; }
  .content .search-input::placeholder {
    color: #6D6F70;
    /* your orange variable */ }
  .content header.fixed-top ~ .content .toolbar.toolbar--glass {
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(18px) saturate(170%);
    padding: 10px 20px; }
  .content .toolbar--glass h5.text-class {
    border: 1px solid transparent !important;
    font-weight: 500; }
  .content .toolbar--glass i.icon {
    top: 22px;
    left: 30px; }
    @media screen and (max-width: 767px) {
      .content .toolbar--glass i.icon {
        top: 12px; } }
  .content .toolbar--glass input::placeholder {
    color: #000;
    font-weight: 500; }
  .content .toolbar--glass input.place {
    margin-left: 16px; }
    @media screen and (max-width: 767px) {
      .content .toolbar--glass input.place {
        margin-left: 0px; } }
  .content .toolbar--glass button.filter-btn {
    border: 1px solid transparent !important;
    font-weight: 500; }
  @media (max-width: 767px) {
    .content .toolbar--glass {
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      background: rgba(255, 255, 255, 0.14);
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06); } }
  .content .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 14px; }
    .content .cards .no-results {
      font-size: 1.5rem;
      font-weight: 600;
      margin-top: 5rem;
      display: grid;
      grid-template-columns: auto;
      align-items: center;
      justify-content: center;
      color: #FF5100; }
    @media screen and (min-width: 1601px) {
      .content .cards {
        grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
        gap: 25px; } }
    .content .cards .card {
      box-shadow: 0 0 10px #d8d7d759;
      background: #fff;
      padding: 14px;
      border: 1px solid #f5f5f5;
      border-radius: 10px;
      transition: 0.6s;
      -webkit-transition: 0.6s; }
      .content .cards .card:hover {
        box-shadow: 0 4px 15px #74329c73; }
      @media screen and (max-width: 767px) {
        .content .cards .card {
          border-radius: 15px; } }
      .content .cards .card h4 {
        margin: 12px 0;
        line-height: 0.9; }
        .content .cards .card h4 span {
          font-size: 1.11rem;
          padding: unset;
          background: #5C0F8B;
          background: linear-gradient(165deg, #5C0F8B 0%, #5C0F8B 55%, #FF5100 89%, #FF5100 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            .content .cards .card h4 span {
              padding: 0 0.5rem; } }
          @media screen and (min-width: 1601px) {
            .content .cards .card h4 span {
              font-size: 1.5rem; } }
        @media screen and (min-width: 1601px) {
          .content .cards .card h4 {
            line-height: 1.1;
            margin: 15px 0; } }
      .content .cards .card .meta {
        font-size: 0.9rem;
        color: #D8D7D7;
        margin-bottom: 8px; }
      .content .cards .card .details {
        font-size: 0.75rem;
        margin: 5px 0 10px;
        line-height: 1.3; }
        @media screen and (min-width: 1601px) {
          .content .cards .card .details {
            font-size: 0.95rem; } }
        .content .cards .card .details span {
          font-weight: 500;
          font-size: 0.63rem; }
          @media screen and (min-width: 1400px) {
            .content .cards .card .details span {
              font-size: 0.7rem; } }
          @media screen and (min-width: 1601px) {
            .content .cards .card .details span {
              font-size: 0.9rem; } }
      .content .cards .card .badge {
        display: inline-block;
        padding: 6px 8px;
        border-radius: 6px;
        background: #f5f5f5;
        font-size: 0.75rem;
        margin-right: 6px;
        color: #000;
        font-weight: 500; }
        @media screen and (min-width: 1601px) {
          .content .cards .card .badge {
            font-size: 0.9rem; } }
        .content .cards .card .badge i {
          font-size: 0.75rem;
          font-size: 0.8rem;
          color: #FF5100; }
      .content .cards .card .location-grid {
        display: flex;
        flex-direction: column;
        gap: 4px; }
      .content .cards .card .loc-row {
        display: grid;
        grid-template-columns: 47% auto 1fr;
        align-items: center;
        column-gap: 11px; }
        @media screen and (min-width: 1601px) {
          .content .cards .card .loc-row {
            grid-template-columns: 40% auto 1fr;
            column-gap: 35px; } }
      .content .cards .card .loc-cell {
        display: inline-block;
        line-height: 1.4;
        white-space: nowrap; }
      .content .cards .card .loc-divider {
        text-align: center;
        min-width: 8px;
        color: #FF5100; }
      .content .cards .card .loc-row.single {
        grid-template-columns: 1fr !important; }
      .content .cards .card .loc-inline {
        margin-left: 4px;
        white-space: nowrap; }

/* Default: hide second item */
.course-container .item:nth-child(2) {
  display: none !important; }

/* When popup applied → show */
.course-container .item:nth-child(2) .show-middle {
  display: block !important; }

.hidden-option {
  display: none; }

/* ----------------------------------------------------------
:: filter-btn
---------------------------------------------------------- */
.filter-btn {
  border: 1px solid #000 !important;
  color: #000;
  border: none;
  border-radius: 40px;
  padding: 5px 16px;
  cursor: pointer;
  gap: 8px;
  font-size: 0.95rem;
  background: transparent;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease; }

.filter-btn:hover {
  background: #5C0F8B;
  border: 1px solid #5C0F8B !important;
  color: #fff;
  transform: scale(1.05); }

.apply-btn {
  margin-top: 10px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  background: #5C0F8B;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s; }

.apply-btn:hover {
  background: #A389BA; }

.close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer; }

.controls {
  display: none; }

/* -------------------------------------
::filter-popup
------------------------------------ */
.filter-popup {
  position: fixed;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s;
  z-index: 1000;
  pointer-events: none;
  /* don't block clicks when closed */ }

.filter-popup-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s;
  z-index: 1005;
  pointer-events: none; }

.filter-popup-content {
  position: absolute;
  top: 0;
  right: -400px;
  width: 350px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 14px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  transition: right 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
  border-radius: 8px 0 0 8px;
  overflow: visible;
  /* allow dropdowns to overflow */
  z-index: 1010;
  /* ensure above backdrop */
  pointer-events: auto; }

/* Header */
.filter-popup-header {
  background: #5C0F8B;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 0; }

.filter-popup-header h5 {
  margin: 0;
  color: #fff;
  font-size: 16px; }

.close-btn {
  background: none;
  border: none;
  color: inherit;
  font-size: 22px;
  cursor: pointer; }

/* Body */
.filter-popup-body {
  padding: 16px;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .filter-popup-body label {
    color: #000;
    font-size: 0.95rem; }

/* Buttons row (use within popup body/footer) */
.popup-controls {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding-top: 10px; }

/* Active/open state for popup and backdrop */
.filter-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.filter-popup.active .filter-popup-content {
  right: 0;
  /* slide in to visible position */ }

.filter-popup-backdrop.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* Mobile: full width bottom-up feel (optional) */
@media (max-width: 600px) {
  .filter-popup-content {
    width: 100%;
    right: -100%;
    border-radius: 0; }

  .filter-popup.active .filter-popup-content {
    right: 0; } }
/* ===== Select2 / dropdown visibility fixes =====
   Keeps dropdowns above popup and prevents clipping.
   These rules are intentionally specific to avoid global conflicts.
*/
#advancedFilter .filter-popup-content {
  overflow: visible !important;
  z-index: 1010; }

.select2-container--open {
  z-index: 20020 !important;
  /* very high to ensure visibility */ }

/* If any ancestor uses overflow: hidden, prefer visible for popup direct parent */
#advancedFilter,
#advancedFilter .filter-popup-content {
  overflow: visible !important; }

.sec-placement .side-border {
  border-right: 1px solid #938d8d;
  height: 164px; }

.sec-placement .placement-inner {
  background: linear-gradient(to right, #fafafa, #ece7ef);
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  position: relative; }
  .sec-placement .placement-inner::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: #5C0F8B;
    background: linear-gradient(90deg, #5C0F8B 63%, #FF5100 100%);
    z-index: -1;
    border-radius: 20px; }

.course-content {
  padding: 50px;
  box-shadow: 1px 1px 5px #40404036;
  border-radius: 20px;
  width: 100%;
  height: 245px;
  background: #fff;
  position: relative; }
  .course-content h6 {
    text-align: center;
    margin-bottom: 15px;
    color: #5C0F8B;
    font-size: 1.5rem;
    font-weight: 500; }
  .course-content ul li {
    list-style: disc;
    color: #4d4b4b;
    font-size: 1rem;
    font-weight: 400;
    margin: 0px 25px; }

/* ----------------------------------------------------------
:: video play using poster
---------------------------------------------------------- */
.video-grid {
  display: grid;
  row-gap: 30px;
  column-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
  @media screen and (min-width: 1601px) {
    .video-grid {
      grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); } }

/* ---- video box ---- */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 1rem;
  aspect-ratio: 12 / 9;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08); }
  @supports not (aspect-ratio: 1/1) {
    .video-box {
      height: 0;
      padding-bottom: 56.25%; }
      .video-box .poster-img,
      .video-box .video-embed,
      .video-box .video-poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .video-box > * {
    pointer-events: none; }
  .video-box .poster-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
    pointer-events: none; }
  .video-box .video-poster {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto; }
  .video-box .play-btn {
    position: relative;
    z-index: 11;
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    pointer-events: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35); }
    .video-box .play-btn svg {
      width: 36px;
      height: 36px;
      display: block; }
  .video-box .video-pause {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto; }
  .video-box .video-pause.hidden-pause {
    display: none; }
  .video-box .video-embed {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: none;
    background: transparent;
    pointer-events: auto; }
  .video-box.playing .video-embed {
    display: block; }
  .video-box.playing .video-poster {
    display: none; }
  .video-box.playing .video-pause.hidden-pause {
    display: none; }
  .video-box .video-poster[aria-hidden='true'] {
    visibility: hidden; }
  @media (max-width: 480px) {
    .video-box .play-btn {
      width: 52px;
      height: 52px; }
      .video-box .play-btn svg {
        width: 26px;
        height: 26px; }
    .video-box .video-pause {
      top: 8px;
      right: 8px;
      font-size: 14px;
      padding: 5px 7px; } }

/* small debug badge (remove for production) */
#debugLog {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  pointer-events: none; }

.links {
  display: inline-block; }

.fixed-thead {
  position: fixed;
  top: 65px;
  /* change to 124px if needed */
  left: 0;
  z-index: 9;
  display: none;
  /* hidden by default */
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.fixed-thead table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0; }

.fa-circle {
  color: #FF5100;
  font-size: 0.25rem;
  padding-right: 0.4rem;
  vertical-align: middle; }
  @media screen and (min-width: 1601px) {
    .fa-circle {
      padding-right: 0.6rem; } }

/* ----------------------------------------------------------
:: overview-sec
---------------------------------------------------------- */
.overview-sec .numbs-container {
  display: grid;
  grid-template-columns: 16% 15% 17% 20% 16% 15%;
  border: 1px solid #FF5100;
  padding: 2rem;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 3rem;
  justify-content: center;
  justify-items: center; }
  .overview-sec .numbs-container .numbs-item h6 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #5C0F8B; }
    @media screen and (min-width: 1601px) {
      .overview-sec .numbs-container .numbs-item h6 {
        font-size: 2rem; } }
  .overview-sec .numbs-container .numbs-item p {
    font-weight: 600;
    margin-bottom: 0; }
.overview-sec .view-container {
  display: grid;
  gap: 4rem;
  grid-template-columns: 45% auto; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .overview-sec .view-container {
      gap: 1.5rem;
      grid-template-columns: 40% auto; } }
  @media screen and (min-width: 1601px) {
    .overview-sec .view-container {
      gap: 7rem; } }
  @media screen and (max-width: 767px) {
    .overview-sec .view-container .view-item img {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .overview-sec .view-container .view-item {
      position: relative; } }
  .overview-sec .view-container .view-item img {
    border-radius: 20px; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .overview-sec .view-container .view-item img:nth-child(1) {
      display: none; } }
  .overview-sec .view-container .view-item img:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 50%; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .overview-sec .view-container .view-item img:nth-child(2) {
        width: 45%;
        right: auto; } }

/* ----------------------------------------------------------
:: vision-mission-sec
---------------------------------------------------------- */
.vision-mission-sec .vis-mis-container {
  display: grid;
  grid-template-columns: 35% auto;
  gap: 2rem; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .vision-mission-sec .vis-mis-container {
      grid-template-columns: 35% auto; } }
  .vision-mission-sec .vis-mis-container .vis-mis-item {
    border: 1px solid #FF5100;
    padding: 3rem;
    border-radius: 20px;
    position: relative; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .vision-mission-sec .vis-mis-container .vis-mis-item {
        padding: 1.5rem; } }
    @media screen and (min-width: 1601px) {
      .vision-mission-sec .vis-mis-container .vis-mis-item {
        padding: 4rem; } }

/* ----------------------------------------------------------
:: accre-affili-sec
---------------------------------------------------------- */
.accre-affili-sec .accrediation-card {
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
  border: 1px solid #FF5100;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  flex-direction: column; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .accre-affili-sec .accrediation-card {
      min-height: 28vh; } }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
    .accre-affili-sec .accrediation-card {
      min-height: 23vh; } }
  @media screen and (min-width: 1601px) {
    .accre-affili-sec .accrediation-card {
      min-height: 35vh; } }
  .accre-affili-sec .accrediation-card h5 {
    margin-top: 1rem; }

/* ----------------------------------------------------------
:: key-highlight-sec
---------------------------------------------------------- */
.key-highlight-sec {
  position: relative; }
  .key-highlight-sec .key-card {
    border: 1px solid #FF5100;
    border-radius: 20px;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center; }
  .key-highlight-sec p {
    margin-bottom: 0;
    font-size: 0.73rem;
    font-weight: 600; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .key-highlight-sec p {
        font-size: 0.65rem; } }
    @media screen and (min-width: 1601px) {
      .key-highlight-sec p {
        font-size: 1.05rem; } }
  .key-highlight-sec img {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      .key-highlight-sec img {
        width: 40%; } }
    @media screen and (min-width: 1400px) {
      .key-highlight-sec img {
        width: 35%; } }
  .key-highlight-sec .list-circle li {
    margin-bottom: 0.3rem; }

/* ----------------------------------------------------------
:: leadership-sec
---------------------------------------------------------- */
.leadership-sec .leadership-container, .leadership-sec .leadership-container-3 {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  gap: 0.5rem; }
  @media screen and (min-width: 1601px) {
    .leadership-sec .leadership-container, .leadership-sec .leadership-container-3 {
      grid-template-columns: 19% 19% 19% 19% 19%; } }
  .leadership-sec .leadership-container .leadership-item, .leadership-sec .leadership-container-3 .leadership-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 17px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
    height: 100%;
    transition: transform 0.3s ease;
    border: 1px solid #0000000f; }
    .leadership-sec .leadership-container .leadership-item .leadership-number, .leadership-sec .leadership-container-3 .leadership-item .leadership-number {
      display: inline-block;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.06em;
      color: transparent;
      -webkit-text-stroke: 1px #FF5100;
      text-stroke: 1px #cbd5e1;
      margin-bottom: 14px; }
    .leadership-sec .leadership-container .leadership-item:hover, .leadership-sec .leadership-container-3 .leadership-item:hover {
      transform: translateY(-4px); }
    .leadership-sec .leadership-container .leadership-item p, .leadership-sec .leadership-container-3 .leadership-item p {
      margin: 0;
      font-size: 0.8rem;
      font-weight: 500; }
      @media screen and (min-width: 1601px) {
        .leadership-sec .leadership-container .leadership-item p, .leadership-sec .leadership-container-3 .leadership-item p {
          font-size: 1.05rem; } }
.leadership-sec .leadership-container-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1rem;
  row-gap: 1rem; }
  .leadership-sec .leadership-container-1 .leadership-item {
    background: #ffffff;
    padding: 1.5rem;
    min-height: 15vh;
    border-radius: 10px;
    border: 1px solid #FF5100;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    flex: 0 0 300px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 1601px) {
      .leadership-sec .leadership-container-1 .leadership-item {
        flex: 0 0 280px; } }
    .leadership-sec .leadership-container-1 .leadership-item img {
      border-radius: 10px; }
    .leadership-sec .leadership-container-1 .leadership-item h6 {
      font-weight: 700;
      margin-top: 1rem;
      margin-bottom: 0; }
    .leadership-sec .leadership-container-1 .leadership-item p {
      margin: 0;
      font-size: 15px;
      font-weight: 500; }
    .leadership-sec .leadership-container-1 .leadership-item .leadership-number {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.08em;
      border: 1px solid #cbd5e1; }
.leadership-sec .leadership-container-2 {
  position: relative;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px; }
  .leadership-sec .leadership-container-2 .leadership-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid #000;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04); }
    .leadership-sec .leadership-container-2 .leadership-item .leadership-number {
      position: relative;
      flex: 0 0 32px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.06em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #FF5100;
      color: #ffffff; }
    .leadership-sec .leadership-container-2 .leadership-item p {
      margin-bottom: 0; }
.leadership-sec .leadership-container-3 {
  grid-template-columns: 50% 50% !important; }
  .leadership-sec .leadership-container-3 h5 {
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    padding-top: 1rem;
    margin-bottom: 0; }

/* ----------------------------------------------------------
::life-at-raisoni
------------------------------------ */
.life-at-raisoni {
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  box-shadow: 0 0 10px #00000021; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .life-at-raisoni {
      min-height: 30vh; } }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
    .life-at-raisoni {
      min-height: 25vh; } }
  @media screen and (min-width: 1601px) {
    .life-at-raisoni {
      min-height: 40vh; } }
  .life-at-raisoni h5 {
    margin-top: 1rem; }

/* -------------------------------------
::social-links
------------------------------------ */
.social-links {
  padding-left: 8.3rem; }
  @media screen and (max-width: 767px) {
    .social-links {
      padding-left: 32px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .social-links {
      padding-left: 5rem; } }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .social-links {
      padding-left: 7rem; } }
  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    .social-links {
      padding-left: 10rem; } }
  @media screen and (min-width: 1601px) {
    .social-links {
      padding-left: 11rem; } }

/* ----------------------------------------------
Vertical tabs
---------------------------------------------- */
.vertical-tabs .nav {
  position: sticky !important;
  top: 65px; }
  @media screen and (min-width: 1601px) {
    .vertical-tabs .nav {
      top: 150px; } }
.vertical-tabs .nav-pills .nav-link {
  border: 1px solid #5C0F8B;
  border-radius: 6px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding: 0.4rem 0.7rem; }
.vertical-tabs .nav-pills .nav-link.active {
  background: #5C0F8B;
  border: 1px solid #5C0F8B;
  color: #fff;
  box-shadow: 0 4px 15px #00000026; }
.vertical-tabs .accordion-button {
  font-weight: 600;
  color: #5C0F8B; }
.vertical-tabs .accordion-item {
  margin: 0.5rem 0;
  border: 1px solid #FF5100; }
.vertical-tabs .accordion-button:not(.collapsed) {
  color: #fff !important;
  background: #5c0f8b;
  background: linear-gradient(253deg, rgba(92, 15, 139, 0.8) 59%, rgba(255, 81, 0, 0.85) 98%);
  box-shadow: 0 4px 15px #00000026; }

.scroll-box {
  height: 500px;
  min-height: 500px;
  overflow-y: scroll; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .scroll-box {
      min-height: 35vh; } }
  @media screen and (min-width: 1400px) {
    .scroll-box {
      min-height: 55vh; } }
  @media screen and (min-width: 1601px) {
    .scroll-box {
      min-height: 50vh; } }
  .scroll-box::-webkit-scrollbar {
    width: 0.4em;
    overflow: visible;
    border-radius: 4px;
    background: #6D6F70; }
  .scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
    background: #f5f5f5; }

.card-box {
  padding: 2rem;
  color: #5C0F8B;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #5C0F8B;
  min-height: 200px;
  transition: 0.6s; }
  .card-box .bg-icon {
    width: 50px;
    height: 50px;
    line-height: 35px;
    font-size: 1.5rem;
    text-align: center;
    margin-right: 1.5rem;
    color: #FF5100;
    transition: 0.6s; }
    .card-box .bg-icon i {
      transform: rotate(-45deg);
      transition: 0.3s; }
  .card-box .card-content {
    width: calc(100% - 100px); }
    .card-box .card-content h5 {
      color: #5C0F8B;
      font-weight: bold; }
    .card-box .card-content p {
      margin-bottom: 0; }
  .card-box:hover {
    border: 1px solid #FF5100;
    background-color: #fff; }
    .card-box:hover .bg-icon {
      transform: scale(1.05); }
  @media screen and (max-width: 767px) {
    .card-box {
      padding: 1rem;
      min-height: auto; } }

/* ----------------------------------------------
Vertical tabs -end
---------------------------------------------- */
.placement-stat {
  border: 1px solid #FF5100;
  border-radius: 10px;
  padding: 1rem; }

.placement-hilight-sec .sec-title-1 h2 {
  font-size: 3.5rem !important; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .placement-hilight-sec .sec-title-1 h2 {
      font-size: 2.2rem !important; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .sec-title-1 h2 {
      font-size: 4.8rem !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .placement-hilight-sec .overview-sec .view-container .view-item img:nth-child(2) {
    width: 35%; } }
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .placement-hilight-sec .overview-sec .view-container .view-item img:nth-child(2) {
    right: 0; } }

.placement-key .box-content {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 4px 4px 16px #00000040;
  border-radius: 10px;
  min-height: 200px; }
  @media screen and (max-width: 1024px) and (min-width: 992px) {
    .placement-key .box-content {
      padding: 0.5rem; } }
  @media screen and (min-width: 1601px) {
    .placement-key .box-content {
      min-height: 260px; } }

/* -------------------------------------
::copy-msg
------------------------------------ */
.copy-msg {
  display: none;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FF5100; }

.copy-btn.copied .copy-msg {
  display: inline-block; }

/* -------------------------------------
::fixed-thead
------------------------------------ */
.fixed-thead {
  position: fixed;
  z-index: 999;
  display: none;
  overflow: hidden;
  pointer-events: none;
  background: transparent; }

.fixed-thead table thead th {
  background: white;
  /* किंवा जे background तुम्हाला हवा */
  pointer-events: auto;
  /* जर तुम्हाला header वर क्लिक/hover हवे असतील तर */ }

/* ============================================
   Global mobile / tablet responsiveness
   ============================================ */
/* 1) Up to tablets (phones + small tablets) */
@media screen and (max-width: 767px) {
  /* Overall layout */
  .layout {
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0 12px 18px; }

  /* Left filters – full width, non-sticky */
  .filters {
    width: 100%;
    position: relative;
    top: auto;
    align-self: auto;
    max-height: none;
    height: auto;
    margin-bottom: 8px;
    padding: 12px 12px 8px 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06); }

  .field-scroll {
    height: auto;
    max-height: 55vh; }

  /* Toolbar */
  .content {
    min-height: auto; }
    .content .toolbar {
      position: static;
      top: auto;
      margin-bottom: 14px;
      flex-direction: column;
      align-items: stretch;
      gap: 10px; }
    .content .toolbar h5 {
      width: 100%;
      text-align: center; }
    .content .search-wrap .search-box {
      width: 100%;
      position: relative; }

  /* Cards grid */
  .content .cards {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px; }

  .content .cards .card {
    padding: 12px; }

  /* Video grid */
  .video-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 18px; }

  /* Course content box */
  .course-content {
    padding: 1.5rem;
    height: auto; }

  /* Table wrapper – allow scroll */
  .table {
    display: block;
    width: 100%;
    overflow-x: auto; }

  .table th,
  .table td {
    font-size: 0.9rem;
    padding: 6px; }

  /* floating clone header disable on mobile / small tablet */
  .fixed-thead {
    display: none !important; }

  /* Vertical tabs nav not too sticky on small screens */
  .vertical-tabs .nav {
    top: 100px; } }
/* 2) Phones (<= 767px) */
@media screen and (max-width: 767px) {
  /* Layout / filters */
  .layout {
    padding: 0 10px 16px; }

  .filters {
    padding: 10px 10px 4px;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.05); }

  .controls {
    display: none;
    /* तू JS ने वेगळं control दाखवतोस तर ठेवू शकतोस */ }

  /* Course cards */
  .course-sec .course-item .course-card {
    min-height: auto;
    padding-bottom: 0.75rem; }

  .course-sec .course-item .course-card h6 {
    font-size: 1rem; }

  /* Footer grids */
  .footer-responsive .grid-container {
    grid-template-columns: 100%;
    gap: 0.6rem;
    justify-content: flex-start; }
  .footer-responsive .footer-dom-container {
    gap: 0rem; }

  .social-links {
    padding-left: 0;
    text-align: center; }
    .social-links a {
      margin: 0 3px 6px; }

  /* USP */
  .usp-sec .inner-text {
    margin: 20px 8px;
    min-height: auto;
    padding: 12px; }
    .usp-sec .inner-text .inner-icon {
      position: static;
      margin: 16px auto 0;
      width: 70px;
      height: 70px; }
      .usp-sec .inner-text .inner-icon img {
        position: static;
        width: 40px;
        margin: auto; }

  /* Overview numbers */
  .overview-sec {
    /* reverse items */ }
    .overview-sec .numbs-container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 1.2rem;
      padding: 1.5rem; }
    .overview-sec .view-container {
      grid-template-columns: 1fr;
      gap: 2rem; }
    .overview-sec .view-container > :nth-child(1) {
      order: 2; }
    .overview-sec .view-container > :nth-child(2) {
      order: 1; }

  /* Vision & Mission */
  .vision-mission-sec .vis-mis-container {
    grid-template-columns: 1fr;
    gap: 1.2rem; }
  .vision-mission-sec .vis-mis-item {
    padding: 1rem !important; }
    .vision-mission-sec .vis-mis-item img {
      width: 50px; }

  /* Accreditation */
  .accre-affili-sec .accrediation-card {
    min-height: 25vh;
    padding: 1rem;
    margin-bottom: 0.5rem; }

  /* Key highlights */
  .key-highlight-sec .key-card {
    padding: 0.5rem;
    min-height: 15vh;
    text-align: center; }
    .key-highlight-sec .key-card h5 {
      font-size: 0.95rem;
      margin-bottom: 0.3rem; }
  .key-highlight-sec img {
    position: static;
    width: 60%;
    display: block;
    margin: 1.2rem auto 0; }

  /* Leadership grids */
  .leadership-sec .leadership-container, .leadership-sec .leadership-container-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem; }
  .leadership-sec .leadership-container .leadership-item, .leadership-sec .leadership-container-3 .leadership-item {
    padding: 16px 12px; }
  .leadership-sec .leadership-container-1 .leadership-item {
    flex: 0 0 195px;
    max-width: 100%;
    min-height: auto;
    padding: 0.5rem; }
  .leadership-sec .leadership-container-2 {
    padding-left: 12px;
    gap: 12px; }
    .leadership-sec .leadership-container-2 .leadership-item {
      padding: 10px 12px; }

  /* Life at Raisoni */
  .life-at-raisoni {
    padding: 1.5rem 1rem;
    min-height: auto; }

  /* Vertical tabs → horizontal scroll */
  .vertical-tabs .nav {
    position: static !important;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px; }
  .vertical-tabs .nav-pills .nav-link {
    min-width: 170px;
    font-size: 0.9rem;
    padding: 0.7rem; }

  .scroll-box {
    min-height: 40vh; }

  /* Placement */
  .sec-placement .placement-inner {
    padding: 1.6rem; }
  .sec-placement .side-border {
    display: none; }

  .placement-stat {
    padding: 0.9rem; }

  .placement-hilight-sec .sec-title-1 h2 {
    font-size: 1.2rem !important; }

  .placement-key .box-content {
    min-height: 20vh;
    padding: 1.2rem; }

  /* Breadcrumb */
  .breadcrumb-top-section {
    padding: 120px 0 50px 0;
    background-position: center; }
    .breadcrumb-top-section .breadcrumb-top-title h1 {
      font-size: 1.15rem; }
    .breadcrumb-top-section .breadcrumb-bottom-img {
      width: 70px;
      left: 18px; }

  /* Cards inside listing */
  .content .cards .card h4 span {
    font-size: 1rem; }

  .content .cards .details {
    font-size: 0.78rem; }

  /* Video grid – single column on phones */
  .video-grid {
    grid-template-columns: 1fr; }

  .video-box .video-pause {
    font-size: 13px;
    padding: 4px 7px; }

  .course-container .item:nth-child(2) {
    /* ज्या logic ने use करतोस ते राहू दे, फक्त mobile वर spacing नीट राहील */
    margin-top: 6px; } }
/* 3) Extra small phones (<= 400px) */
@media screen and (max-width: 400px) {
  .layout {
    padding: 0 8px 14px; }

  .content .toolbar h5,
  .content .search-wrap .search-box input {
    font-size: 0.8rem; }

  .filters {
    padding: 8px; }

  .course-content h6 {
    font-size: 1.2rem; }

  .video-box .video-pause {
    font-size: 12px;
    padding: 4px 6px; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .placement-hilight-sec .placement-sec .placement-img {
    margin-top: 0rem; } }
/* -------------------------------------
::select2-selection
------------------------------------ */
.select2-selection__rendered:empty::before {
  content: attr(data-placeholder);
  color: #999; }

.select-wrap {
  position: relative; }

.fake-placeholder {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none; }

.select2-selection__choice + .select2-search {
  display: inline-block; }

@media screen and (max-width: 1024px) {
  header .navbar .navbar-toggler {
    border: 0; } }
/* -------------------------------------
::location-popup
------------------------------------ */
.view-location-btn {
  display: none; }

.location-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999; }

.popup-inner {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 95%;
  max-height: 85vh;
  overflow: auto; }
  @media screen and (min-width: 1601px) {
    .popup-inner {
      padding: 30px; } }

.popup-close {
  border: 0;
  cursor: pointer;
  float: right;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  width: 40px;
  background: #5C0F8B;
  height: 40px;
  border-radius: 50%; }

.popup-table-block {
  border-bottom: 1px solid #eee;
  padding-bottom: 16px; }

.popup-table-block:last-child {
  border-bottom: none; }

.popup-table-block table {
  width: 100%; }

#locationPopup table {
  width: 100%;
  border-collapse: collapse; }

#locationPopup {
  overflow: auto; }

#locationPopup .popup-inner {
  max-height: 85vh;
  overflow-y: auto; }

.popup-table {
  width: 100%; }
  .popup-table .contact-line {
    padding: 5px;
    border-bottom: 1px solid #5C0F8B; }
  .popup-table tr td {
    text-align: center !important;
    font-size: 0.8rem; }
    @media screen and (min-width: 1601px) {
      .popup-table tr td {
        font-size: 0.95rem; } }
  .popup-table .contact-line:last-child {
    border-bottom: none; }
  .popup-table td:nth-last-child(1),
  .popup-table td:nth-last-child(2) {
    padding: 0; }

.popup-table th {
  text-align: center;
  vertical-align: middle;
  padding: 5px 15px; }
  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    .popup-table th {
      padding: 5px 15px; } }

.popup-table td {
  text-align: center;
  word-break: auto-phrase;
  vertical-align: middle; }

.popup-table thead th {
  background: #673091;
  color: #fff; }

.popup-table tbody tr:hover {
  background: #f5f3fa; }

.table-responsive {
  overflow-x: auto; }

.modal-dialog {
  max-width: 100% !important;
  width: 100%; }

.modal-dialog {
  max-width: 1400px !important; }

#previewPopup .modal-dialog {
  max-width: 550px !important; }
  @media screen and (min-width: 1601px) {
    #previewPopup .modal-dialog {
      max-width: 800px !important; } }

/* -------------------------------------
::why-raisoni-section
------------------------------------ */
.why-raisoni-section .why-card {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease; }
  .why-raisoni-section .why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); }
  .why-raisoni-section .why-card .why-icon {
    width: 100px;
    height: 100px;
    background: #f1e8f6;
    box-shadow: 0 0 10px #00000014;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px; }
  .why-raisoni-section .why-card h5 {
    font-weight: 600;
    margin-bottom: 15px; }

/* -------------------------------------
::call-link
------------------------------------ */
.call-link {
  color: #FF5100;
  text-decoration: none;
  font-weight: 600;
  transition: 0.5s;
  -webkit-transition: 0.5s; }

.call-link:hover {
  text-decoration: underline;
  color: #5C0F8B; }

/* -------------------------------------
::excellence-industry-section
------------------------------------ */
.excellence-industry-section .info-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border-left: 6px solid #5C0F8B; }
  .excellence-industry-section .info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.15); }
.excellence-industry-section .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  .excellence-industry-section .card-header img {
    width: 40px;
    margin-right: 15px; }
.excellence-industry-section .info-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px; }
  .excellence-industry-section .info-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #FF5100;
    font-weight: 700; }

/* -------------------------------------
::raisoni-institutionS
------------------------------------ */
.raisoni-institutions .institution-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid #FF5100; }
  .raisoni-institutions .institution-card:hover {
    transform: translateY(-6px); }
  .raisoni-institutions .institution-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #5C0F8B; }

/* -------------------------------------
::infrastructure-section
------------------------------------ */
.infrastructure-section .infra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px; }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .infrastructure-section .infra-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    .infrastructure-section .infra-grid {
      grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); } }
  @media screen and (min-width: 1601px) {
    .infrastructure-section .infra-grid {
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } }
.infrastructure-section .infra-card {
  background: #fff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative; }
  .infrastructure-section .infra-card .infra-inner {
    display: grid;
    gap: 0;
    grid-template-columns: 15% 85%;
    align-items: center; }
    @media screen and (min-width: 1601px) {
      .infrastructure-section .infra-card .infra-inner {
        grid-template-columns: 20% 80%; } }
    .infrastructure-section .infra-card .infra-inner .number {
      width: 35px;
      height: 35px;
      text-align: center;
      display: flex;
      align-items: center;
      align-self: center;
      justify-content: center;
      background: #FF5100;
      border-radius: 50%;
      margin-right: 0.5rem;
      font-weight: bold;
      color: #fff; }
      @media screen and (min-width: 1601px) {
        .infrastructure-section .infra-card .infra-inner .number {
          width: 45px;
          height: 45px; } }
    .infrastructure-section .infra-card .infra-inner h5 {
      margin-bottom: 0rem; }
  .infrastructure-section .infra-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12); }
  .infrastructure-section .infra-card .sub-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px; }

/* Mobile optimization */
@media (max-width: 576px) {
  .infrastructure-section {
    padding: 50px 15px; }
    .infrastructure-section .section-title h2 {
      font-size: 26px; } }
/* -------------------------------------
:: CET CELL - page
------------------------------------ */
.cap-process {
  padding: 3rem 1rem;
  background: #f9fafb; }
  .cap-process .cap-steps {
    counter-reset: step;
    list-style: none;
    padding: 0;
    margin: 0; }
    .cap-process .cap-steps .list-numb {
      background: #ffffff;
      border-radius: 12px;
      padding: 1.5rem 1.75rem;
      margin-bottom: 2.5rem;
      position: relative;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); }
      .cap-process .cap-steps .list-numb::before {
        counter-increment: step;
        content: counter(step);
        position: absolute;
        top: -14px;
        left: -14px;
        width: 36px;
        height: 36px;
        background: #5C0F8B;
        color: #ffffff;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%; }
  .cap-process .documents {
    margin-top: 4rem;
    background: #ffffff;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08); }
  .cap-process .note {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6b7280; }
  @media (max-width: 767px) {
    .cap-process .cap-steps .list-numb {
      padding: 1.25rem 1.25rem 1.5rem;
      margin: 1rem 1.5rem 2.5rem; } }

/* -------------------------------------
:: datatable
------------------------------------ */
div.dt-container div.dt-layout-row {
  display: flex;
  clear: both;
  width: 100%;
  align-items: center;
  justify-content: space-between; }

label {
  font-weight: 600;
  color: #000; }

.dt-length label {
  margin-left: 0.5rem; }

div.dt-container .dt-input {
  border: 1px solid #5C0F8B;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit; }

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: #5C0F8B; }

div.dt-container .dt-search input {
  border: 1px solid #5C0F8B; }

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  text-align: center; }

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid #5c0f8b;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.3em 0.8rem;
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, #5c0f8b 100%); }
  @media screen and (max-width: 767px) {
    div.dt-container .dt-paging .dt-paging-button.current,
    div.dt-container .dt-paging .dt-paging-button.current:hover {
      padding: 0 0.5em; } }

div.dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid #5c0f8b;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: linear-gradient(to bottom, #5c0f8b 0%, #ff5100 100%); }

.display span {
  font-size: 1rem;
  background: #000000;
  /* background: linear-gradient(144deg, #5C0F8B 19%, #FF5100 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

div.dt-container .dt-paging .dt-paging-button {
  padding: 0.3em 0.8em; }
  @media screen and (max-width: 767px) {
    div.dt-container .dt-paging .dt-paging-button {
      padding: 0 0.5em; } }

.dataTables_length select:hover {
  background: linear-gradient(135deg, #67309110, #17a2b820);
  transform: scale(1.05); }

@media screen and (max-width: 767px) {
  .dt-length label {
    display: none; } }

tr td a {
  color: #000;
  transition: 0.6s;
  -webkit-transition: 0.6s; }
  tr td a:hover {
    color: #FF5100; }

/* -------------------------------------
:: how-to-apply-sec
------------------------------------ */
.how-to-apply-sec {
  /* --------------------------
     Responsive
  -------------------------- */ }
  .how-to-apply-sec .blog-img img {
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease; }
  .how-to-apply-sec .blog-img img:hover {
    transform: scale(1.02); }
  @media (max-width: 992px) {
    .how-to-apply-sec .blog-inner {
      padding: 35px; }
    .how-to-apply-sec h2 {
      font-size: 24px; } }
  @media (max-width: 768px) {
    .how-to-apply-sec {
      padding: 50px 0; }
      .how-to-apply-sec .blog-inner {
        padding: 25px; }
      .how-to-apply-sec .row {
        flex-direction: column-reverse; }
      .how-to-apply-sec img {
        margin-bottom: 20px; }
      .how-to-apply-sec h2 {
        font-size: 22px; } }

/* -------------------------------------
::placements-sec
------------------------------------ */
.placements-sec .grid-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr; }
  @media screen and (max-width: 767px) {
    .placements-sec .grid-container {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .placements-sec .grid-container:nth-child(2n) {
        display: none; } }
@media screen and (max-width: 1025px) and (min-width: 320px) and (max-width: 767px) {
  .placements-sec .placmnt-sec .wrapper {
    bottom: 0px; } }

.placements-sec .placement-icon img {
  margin-right: 1rem; }
@media screen and (min-width: 1601px) {
  .placements-sec .placement-details p {
    font-size: 1.25rem;
    line-height: 1.5; } }
.placements-sec .place-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .placements-sec .place-img {
      background-position: top center; } }
.placements-sec .recruters-list img {
  width: 90px;
  box-shadow: 0 0 10px #00000012;
  padding: 0.5rem;
  background-color: #fff; }
  @media screen and (min-width: 1401px) {
    .placements-sec .recruters-list img {
      width: 100px; } }
.placements-sec .recruters-card {
  padding: 0.6rem 1rem; }
  @media screen and (max-width: 767px) {
    .placements-sec .recruters-card {
      padding: 0.6rem; } }
.placements-sec .placement-card {
  position: relative;
  padding: 3rem 1rem 1rem;
  min-height: 220px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  text-align: start; }
  @media screen and (min-width: 1400px) {
    .placements-sec .placement-card {
      min-height: 230px; } }
  @media screen and (min-width: 1601px) {
    .placements-sec .placement-card {
      min-height: 280px; } }
  .placements-sec .placement-card h6 {
    font-size: 1rem;
    font-weight: 600; }
    @media screen and (min-width: 1601px) {
      .placements-sec .placement-card h6 {
        font-size: 1.2rem; } }
  .placements-sec .placement-card p {
    font-size: 0.8rem;
    line-height: 1.3; }
    @media screen and (min-width: 1601px) {
      .placements-sec .placement-card p {
        font-size: 0.9rem; } }
  .placements-sec .placement-card .focus-icon-left {
    position: absolute;
    left: -25px;
    top: calc(25% - 10px);
    transform: rotate(180deg); }
    .placements-sec .placement-card .focus-icon-left img {
      width: 26px; }
  .placements-sec .placement-card .focus-icon-right {
    position: absolute;
    right: -25px;
    left: auto;
    top: calc(25% - 10px);
    transform: rotate(0deg); }
    .placements-sec .placement-card .focus-icon-right img {
      width: 26px; }

.swiper-recruiters img {
  width: 100%; }

/* -------------------------------------
:: marquee
------------------------------------ */
.swiper-recruiters img {
  width: 100%; }

:root {
  --gap: calc(100px / 20); }

.marquee {
  display: flex;
  overflow: hidden;
  justify-content: space-evenly;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right), rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0)); }

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  animation: scroll-x 70s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused; } }
@keyframes scroll-x {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(calc(-100% - var(--gap))); } }
/* -------------------------------------
::campus-safty-sec
------------------------------------ */
.campus-safty-sec .event-btn-next {
  left: 60px;
  line-height: 2.2;
  right: auto;
  width: 50px;
  height: 50px; }
  @media screen and (max-width: 767px) {
    .campus-safty-sec .event-btn-next {
      left: 40px !important;
      line-height: 2.4;
      right: 0;
      width: 30px;
      bottom: -175px;
      height: 30px;
      display: block; } }
.campus-safty-sec .event-btn-prev {
  left: 0;
  line-height: 2.2;
  width: 50px;
  height: 50px;
  right: auto; }
  @media screen and (max-width: 767px) {
    .campus-safty-sec .event-btn-prev {
      left: -35px !important;
      bottom: -175px;
      line-height: 2.2;
      width: 30px;
      height: 30px;
      right: 0;
      display: block; } }
.campus-safty-sec .campus-safaty {
  padding: 1.5rem 0 2.5rem 1.5rem; }
  @media screen and (max-width: 767px) {
    .campus-safty-sec .campus-safaty {
      padding: 0 0 0 0.5rem; } }
  @media screen and (min-width: 1601px) {
    .campus-safty-sec .campus-safaty {
      padding: 2rem 0 4.5rem 2rem; } }
  .campus-safty-sec .campus-safaty .program-box {
    padding: 1rem 1.5rem; }
    @media screen and (max-width: 767px) {
      .campus-safty-sec .campus-safaty .program-box {
        padding: 1rem 1rem 0rem; }
        .campus-safty-sec .campus-safaty .program-box h5 {
          font-size: 0.8rem;
          margin-bottom: 0; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .campus-safty-sec .campus-safaty .program-box {
        padding: 2rem 1.5rem 1rem; } }
    @media screen and (min-width: 1601px) {
      .campus-safty-sec .campus-safaty .program-box {
        min-height: 440px;
        padding: 2rem 1.5rem; } }
    .campus-safty-sec .campus-safaty .program-box img {
      width: 40px; }
      @media screen and (max-width: 767px) {
        .campus-safty-sec .campus-safaty .program-box img {
          width: 45px;
          padding: 0 .5rem;
          border-radius: 0; } }
      @media screen and (min-width: 1601px) {
        .campus-safty-sec .campus-safaty .program-box img {
          width: 60px; } }
.campus-safty-sec .transport-img {
  position: relative; }
  @media screen and (max-width: 767px) {
    .campus-safty-sec .transport-img img {
      width: 100%;
      margin-bottom: 0; } }
  .campus-safty-sec .transport-img h6 {
    position: absolute;
    top: 70%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 35%;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .campus-safty-sec .transport-img h6 {
        font-size: 0.7rem;
        top: 65%;
        width: 75%; } }
    @media screen and (min-width: 1601px) {
      .campus-safty-sec .transport-img h6 {
        width: 32%;
        top: 72%; } }
.campus-safty-sec .atm-card {
  margin-bottom: 1rem; }
  @media screen and (min-width: 1601px) {
    .campus-safty-sec .atm-card {
      margin-bottom: 2.5rem; } }
  .campus-safty-sec .atm-card .atm-card-details {
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    @media screen and (max-width: 767px) {
      .campus-safty-sec .atm-card .atm-card-details h5 {
        font-size: 0.7rem; } }
  .campus-safty-sec .atm-card .atm-card-img {
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    margin-right: 2rem;
    border-radius: 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .campus-safty-sec .atm-card .atm-card-img {
        height: 40px;
        width: 40px;
        line-height: 38px;
        margin-right: 1rem; } }
    .campus-safty-sec .atm-card .atm-card-img img {
      width: 30px; }
      @media screen and (max-width: 767px) {
        .campus-safty-sec .atm-card .atm-card-img img {
          width: 25px; } }
    .campus-safty-sec .atm-card .atm-card-img::before {
      border: 1px dashed #fff;
      transform: rotate(90deg);
      width: 100px;
      top: 90px;
      left: -26px;
      z-index: 0 !important;
      height: 2px; }
      @media screen and (max-width: 767px) {
        .campus-safty-sec .atm-card .atm-card-img::before {
          left: -30px !important; } }
      @media screen and (min-width: 1601px) {
        .campus-safty-sec .atm-card .atm-card-img::before {
          width: 200px;
          top: 120px;
          left: -75px;
          z-index: -1;
          height: 2px; } }
  .campus-safty-sec .atm-card:nth-child(4) .atm-card-img::before {
    display: none; }
  .campus-safty-sec .atm-card:nth-child(5) .atm-card-img::before {
    display: none; }
  .campus-safty-sec .atm-card:nth-child(10) .atm-card-img::before {
    display: none; }

.swiper-button-lock {
  display: block; }

@media screen and (max-width: 767px) {
  .placement-hilight-sec .swiper {
    overflow: hidden;
    padding: 0rem 1rem; }
  .placement-hilight-sec .cmn-button, .placement-hilight-sec .cmn-button-1, .placement-hilight-sec .cmn-button-2, .placement-hilight-sec .cmn-button-3,
  .placement-hilight-sec .cmn-white-button {
    padding: 5px; } }
.placement-hilight-sec .placement-sec .border-bottom-orange {
  border-bottom: 1px solid #FF5100;
  width: 70%;
  margin-top: 1rem; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .placement-sec .border-bottom-orange {
      margin-top: 0.5rem; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec .placement-sec .amz img {
    width: 60px; } }
.placement-hilight-sec .placement-sec .placement-img {
  margin-top: 4rem; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .placement-sec .placement-img {
      margin-top: 0rem; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .placement-sec .placement-img {
      margin-top: 3rem; } }
  .placement-hilight-sec .placement-sec .placement-img img {
    width: 100px; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .placement-sec .placement-img img {
        width: 55px; } }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .placement-sec .placement-img img {
        width: 130px; } }
  .placement-hilight-sec .placement-sec .placement-img .cmn-button, .placement-hilight-sec .placement-sec .placement-img .cmn-button-1, .placement-hilight-sec .placement-sec .placement-img .cmn-button-2, .placement-hilight-sec .placement-sec .placement-img .cmn-button-3 {
    width: 100%;
    margin-top: 0; }
    .placement-hilight-sec .placement-sec .placement-img .cmn-button h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-1 h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-2 h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-3 h5 {
      font-size: 0.9rem; }
      @media screen and (max-width: 767px) {
        .placement-hilight-sec .placement-sec .placement-img .cmn-button h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-1 h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-2 h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-3 h5 {
          font-size: 0.61rem;
          padding: 0px 0px; } }
      @media screen and (min-width: 1601px) {
        .placement-hilight-sec .placement-sec .placement-img .cmn-button h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-1 h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-2 h5, .placement-hilight-sec .placement-sec .placement-img .cmn-button-3 h5 {
          font-size: 1.15rem; } }
  .placement-hilight-sec .placement-sec .placement-img h6 {
    font-size: 0.8rem; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .placement-sec .placement-img h6 {
        font-size: 0.55rem;
        margin-top: 0.2rem; } }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .placement-sec .placement-img h6 {
        font-size: 0.95rem; } }
  .placement-hilight-sec .placement-sec .placement-img p {
    margin-bottom: 0;
    font-size: 0.55rem; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .placement-sec .placement-img p {
        font-size: 0.54rem; } }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .placement-sec .placement-img p {
        font-size: 0.9rem; } }
  .placement-hilight-sec .placement-sec .placement-img .logo img {
    width: 40px; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .placement-sec .placement-img .logo img {
        width: 30px; } }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .placement-sec .placement-img .logo img {
        width: 50px; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec .recruters-list img {
    width: 60px; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec .mt-120 {
    margin-top: 120px !important; } }
@media screen and (min-width: 1601px) {
  .placement-hilight-sec h5 {
    font-size: 2rem; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec h5 {
    font-size: 0.9rem; } }
@media screen and (max-width: 767px) {
  .placement-hilight-sec .bg-purple img {
    width: 40px; } }
.placement-hilight-sec .bg-purple p {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .bg-purple p {
      font-size: 0.5rem; } }
.placement-hilight-sec .box-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .placement-hilight-sec .box-content {
      padding: 2.5rem 2rem 2rem; } }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .box-content {
      min-height: 185px;
      padding: 1rem; } }
  .placement-hilight-sec .box-content h6 {
    font-size: 0.9rem;
    color: #000; }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .box-content h6 {
        font-size: 0.8rem; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .box-content {
      min-height: 341px;
      padding: 3.5rem 3.5rem 3rem; }
      .placement-hilight-sec .box-content h6 {
        font-size: 1.3rem; } }
.placement-hilight-sec .recruters-list img {
  padding: 0.7rem;
  width: 100px; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .recruters-list img {
      width: 60px; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .recruters-list img {
      padding: 0.7rem 1.7rem;
      width: 150px; } }
.placement-hilight-sec .career-role {
  text-align: center;
  margin-top: 2rem; }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .career-role {
      margin-top: 3rem; } }
  .placement-hilight-sec .career-role span {
    border: 1px solid #6D6F70;
    color: #6D6F70;
    border-radius: 40px;
    display: inline-block;
    margin: 0.4rem;
    background-color: transparent;
    padding: 0.5rem 2rem;
    transition: 0.6s;
    -webkit-transition: 0.6s; }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .career-role span {
        padding: 0.7rem 2rem; } }
    .placement-hilight-sec .career-role span:hover {
      background-color: #FF5100;
      color: #fff;
      border: 1px solid #FF5100; }
.placement-hilight-sec .text-img {
  position: relative; }
  .placement-hilight-sec .text-img div > span {
    position: absolute;
    border: 1px solid #6D6F70;
    color: #6D6F70;
    border-radius: 25px;
    padding: 0.4rem 1.5rem;
    margin: 0.5rem;
    background-color: #ffffffa3;
    animation: zoomInOut 4s ease-in-out infinite; }
    .placement-hilight-sec .text-img div > span:nth-child(1) {
      top: 10px;
      left: 35px; }
    .placement-hilight-sec .text-img div > span:nth-child(2) {
      top: 35%;
      right: -25px; }
      @media screen and (max-width: 767px) {
        .placement-hilight-sec .text-img div > span:nth-child(2) {
          right: -15px; } }
    .placement-hilight-sec .text-img div > span:nth-child(3) {
      top: 44%;
      right: 50%; }
    .placement-hilight-sec .text-img div > span:nth-child(4) {
      bottom: 21%;
      left: 18%; }
    .placement-hilight-sec .text-img div > span:nth-child(5) {
      bottom: 5%;
      left: -21px; }
      @media screen and (max-width: 767px) {
        .placement-hilight-sec .text-img div > span:nth-child(5) {
          left: -15px; } }
.placement-hilight-sec .sec-title-1 h2 {
  font-size: 3.5rem; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .sec-title-1 h2 {
      font-size: 1.05rem !important;
      font-weight: 900; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .placement-hilight-sec .sec-title-1 h2 {
      font-size: 2.1rem; } }
  @media screen and (min-width: 1601px) {
    .placement-hilight-sec .sec-title-1 h2 {
      font-size: 4.8rem; } }
.placement-hilight-sec .recruitment-process-sec .swiper {
  padding: 0 2rem; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .recruitment-process-sec .swiper {
      padding: 0; } }
  .placement-hilight-sec .recruitment-process-sec .swiper .swiper-button-next.swiper-button-disabled,
  .placement-hilight-sec .recruitment-process-sec .swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1; }
.placement-hilight-sec .recruitment-process-sec .recruitment-process-card {
  background-color: #5C0F8B;
  border-radius: 20px; }
  @media screen and (max-width: 767px) {
    .placement-hilight-sec .recruitment-process-sec .recruitment-process-card {
      padding: 0; } }
  .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline {
    display: grid;
    grid-template-columns: 21% 26% 26% 26%;
    padding: 1.5rem 0 1.5rem 1rem; }
    @media screen and (min-width: 1601px) {
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline {
        padding: 2rem 0 2rem 1rem; } }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .col {
        padding-right: 0; } }
    .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step {
      padding: 1rem 1rem 0; }
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle {
        border: 1px solid #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        text-align: center;
        padding: 1.5rem;
        margin-bottom: 1rem;
        background: #5C0F8B;
        color: #fff;
        position: relative; }
        @media screen and (max-width: 767px) {
          .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle {
            width: 55px;
            height: 55px;
            padding: 0.5rem; }
            .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle p {
              margin-bottom: 0; } }
        .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle::before {
          content: "";
          position: absolute;
          width: 174px;
          left: 99px;
          height: 1px;
          top: 50%;
          background-color: #fff; }
          @media screen and (max-width: 767px) {
            .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle::before {
              left: 45px;
              z-index: -1; } }
          @media screen and (min-width: 1400px) and (max-width: 1600px) {
            .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle::before {
              width: 215px; } }
          @media screen and (min-width: 1601px) {
            .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle::before {
              width: 275px;
              left: 112px; } }
        @media screen and (min-width: 1601px) {
          .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline .step .circle {
            width: 115px;
            height: 115px; } }
    @media screen and (max-width: 767px) {
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline p {
        line-height: 1.1; } }
    @media screen and (min-width: 992px) {
      .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline p {
        margin-bottom: 0; } }
    .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline p,
    .placement-hilight-sec .recruitment-process-sec .recruitment-process-card .timeline h3 {
      color: #fff; }
@media screen and (min-width: 1601px) {
  .placement-hilight-sec .counter-sec h3 {
    font-size: 3rem;
    font-weight: 700; } }

.sticky-top {
  background-color: #fff;
  transition: background-color 0.3s ease;
  padding: 1rem;
  z-index: 1;
  box-shadow: none; }

.key-activity .box-content {
  padding: 1.5rem 2rem 1rem; }
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .key-activity .box-content {
      padding: 1.5rem 1rem 1rem; } }
  @media screen and (min-width: 1601px) {
    .key-activity .box-content {
      padding: 2.2rem 2rem 1rem; } }

/* -------------------------------------
::loader
------------------------------------ */
.page-loader {
  position: fixed;
  inset: 0;
  background: #5C0F8B;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; }
  .page-loader .loader-content .loader-img img {
    width: 50%; }
  .page-loader .loader-content .dots-loader {
    display: flex;
    margin: 0 auto 0.5rem;
    justify-content: space-evenly;
    width: 60%;
    gap: 0px; }
    .page-loader .loader-content .dots-loader span {
      width: 12px;
      height: 12px;
      margin: auto;
      background: #FF5100;
      border-radius: 50%;
      animation: bounce 0.6s infinite alternate; }
      .page-loader .loader-content .dots-loader span:nth-child(2) {
        animation-delay: 0.2s; }
      .page-loader .loader-content .dots-loader span:nth-child(3) {
        animation-delay: 0.4s; }

@keyframes bounce {
  from {
    transform: translateY(0);
    opacity: 0.5; }
  to {
    transform: translateY(-50px);
    opacity: 1; } }
#pageLoader {
  transition: opacity 1.9s ease; }

#pageLoader.hide {
  opacity: 0;
  pointer-events: none; }

table {
  width: 100%; }

th,
td {
  padding: 8px;
  word-break: break-word;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    th,
    td {
      word-break: normal; } }

table.dataTable {
  width: 100% !important;
  table-layout: fixed; }

table.dataTable th,
table.dataTable td {
  word-break: break-word; }

.scroll-box-1 {
  min-height: 500px;
  overflow-y: scroll; }

/*# sourceMappingURL=style.css.map */
