/* ===== General Styling ===== */
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    /*background-image: url('img/NYCEI-BG.png');*/
}

/* ===== Backgrounds & Banners ===== */
.course {
    width: 100%;
    height: auto;
    background-image: url('../img/white_pix.png');
}

.big {
    font-size: 39px;
    padding: 14px 0;
    font-weight: bold;
    font-family: cursive;
    box-shadow: 0px 2px 0px #0000002b;
    color: #0163a6;
}

.Notice {
    background-color: #4C992C;
    color: #FFFFFF;
    font-weight: bold;
}

/* Header Start */

.top-header-bottom-text {
    background-color: #ffa200;
    color: white;
    font-weight: bold;
    padding: 2px;
}

/* Header End */

.slider-header {
    margin-top: -56px;
}

/* ===== Menu & Navigation Bar ===== */
.menu-bar {
    background-color: #00344b !important;
}

.menu-bar .nav-item .nav-link {
    color: #FFFFFF;
    padding: 15px 22px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
    margin: -1px;
}

.menu-bar .nav-item:hover {
    background-color: #efa706 !important;
    transition: 0.3s;
    border-radius: 0px;
    margin: 0px;
    font-weight: bold;
}

.mactive {
    background-color: #e44348 !important;
    color: #FFFFFF !important;
}

/* ===== Navbar Hover & Dropdown ===== */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #FFFFFF !important;
}

.dropdown-menu {
    background-color: #0076B6;
    border: none;
}

.dropdown-item {
    color: #FFFFFF !important;
}

.dropdown-item:hover {
    background-color: #4C992C;
    color: #FFFFFF !important;
}

/* ===== Tables ===== */
th {
    background-color: #0076B6;
    color: #FFFFFF;
}

tr:hover {
    color: #001131;
    background-color: #82C34166 !important;
    font-weight: bold;
    cursor: pointer;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #0076B6;
}

/* Affiliation Page Table */
#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #82C34133;
}

#customers th {
    padding: 12px 8px;
    text-align: left;
    background-color: #4C992C;
    color: #FFFFFF;
}

/* ===== Footer ===== */
.footer {
    background-color: #0076B6;
    padding-top: 10px;
    color: #FFFFFF;
}

.footer li a,
.footer li h5,
.footer a li,
.footer .container .row .col-sm-3n h5 {
    color: #FFFFFF;
}

.footer h5 {
    color: white!important;
}

/* ===== Cards ===== */
.card-icon {
    font-size: 36px;
    background-color: #FFFFFF;
    padding: 7px;
    border-radius: 100%;
}

.card-icon:hover {
    background-color: #4C992C;
    color: #FFFFFF;
}

.card-stat {
    width: 100%;
    background-color: #0076B6;
    color: #FFFFFF;
    font-size: 20px;
    padding: 7px;
    text-align: center;
}

.std-card {
    height: 450px;
    overflow: hidden;
}

/* ===== Buttons ===== */
.btn-success {
    color: #FFFFFF;
    background-color: #4C992C !important;
    border-color: #82C341 !important;
}

/* ===== Contact ===== */
.con_txt {
    font-size: 27px;
}

.footer-visitor-counter {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .top-header-bottom-text, .scrolling marquee {
    font-size: 14px;
  }
}

.downloads-card {
    border-radius: 1rem;
    transition: transform 0.2s ease-in-out;
    background: #ffffffc7;
    box-shadow: 0px 0px 3px 0px #0000004a;
}
.downloads-card:hover {
    transform: translateY(-5px);
}
.downloads-preview {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.downloads-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.downloads-doc-icon {
    background-color: #f0f4ff;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    height: 100%;
}
.downloads-doc-icon i {
    font-size: 48px;
    color: #0062cc;
}
.downloads-title-text {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}
.downloads-btn {
    background-color: #0062cc;
    color: #fff;
    border: none;
    padding: 6px 20px;
}
.downloads-btn:hover {
    background-color: #004a9c;
    color: #fff;
}

.downloads-doc-icon {
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    height: 100%;
    min-height: 160px;
}

/* Modern gallery styles */
.gallery-wrapper .gallery-item {
  height: 230px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  text-decoration: none !important;
}

.gallery-wrapper .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.gallery-wrapper .gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.gallery-wrapper .gallery-item:hover .gallery-thumb {
  transform: scale(1.1);
}




.fade-in {
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}


.anubit-best-center {
  background: linear-gradient(to right, #f3f9ff14, #eef3f936);
    padding: 60px 15px;
    display: flex;
    justify-content: center;
}

.anubit-center-container {
  max-width: 1269px;
  width: 100%;
}

.anubit-center-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.anubit-center-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.anubit-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.anubit-month {
    font-size: 1.5rem;
    color: #fd8928;
    margin-bottom: 25px;
    font-weight: bold;
}

.anubit-image-wrapper {
  position: relative;
  display: inline-block;
}

.anubit-center-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.anubit-center-card:hover .anubit-center-image {
  transform: scale(1.08);
  box-shadow: 0 12px 25px rgba(0, 123, 255, 0.3);
}

.anubit-badge {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  background: #ffffff;
  padding: 6px 16px;
  font-size: 0.85rem;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  color: #ff7b00;
  font-weight: 600;
  opacity: 0;
  transition: all 0.4s ease;
}

.anubit-center-card:hover .anubit-badge {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.anubit-center-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 30px;
  color: #222;
}

.anubit-director {
  color: #555;
  font-size: 1.1rem;
  margin-top: 8px;
}

.anubit-center-card {
  animation: fadeInUp 0.9s ease both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.aff_preview_img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    padding: 4px;
}


/* JOB Portion */

.job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 25px;
}

.job-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.job-card:hover {
  transform: translateY(-5px);
}

.job-title {
  font-size: 20px;
  font-weight: 700;
  color: #072d72;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.job-description {
  font-size: 15.5px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
}

.btn-apply {
  align-self: flex-start;
  padding: 10px 22px;
  background: #28a745;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-apply:hover {
  background-color: #1e7e34;
}

.page-title {
  font-size: 32px;
  letter-spacing: 0.5px;
}
