#navbarNav {
  transition: all 0.3s ease-in-out;
}

#menuIcon {
  transition: opacity 0.3s ease, background-image 0.3s ease;
}

/* Default hamburger icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}



/* Cross icon */
.close-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l14 14M15 1L1 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  display: inline-block;
}

.hero-section {
  background: url('https://via.placeholder.com/1500x500?text=Header+Background') no-repeat center center;
  background-size: cover;
  position: relative;
  color: white;
  padding: 8rem 0;
}


.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.faculty-banner {
  background: url('https://via.placeholder.com/1200x400?text=Faculty+Banner') no-repeat center center;
  background-size: cover;
  position: relative;
  color: white;
  padding: 6rem 0;
  min-height: 400px;
}

.faculty-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.faculty-quote {
  position: relative;
  z-index: 2;
}

.admissions-section {
  background: url('./assets/images/day-shoot.jpeg') no-repeat center center;
  background-size: cover;
  position: relative;
  color: white;
  aspect-ratio: 16 / 9;
  padding: 4rem 0;
  align-items: center;
  justify-content: center;
  display: flex;
  /* height: 1024px; */
}


/* .admissions-section {
    aspect-ratio: 16 / 9;
    background: url('./assets/images/admissions-bg.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
  } */

.admissions-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.admissions-content {
  position: absolute;
  top: 0;
  /* transform: translateX(-30%); */
  z-index: 2;
  display: flex;
  align-items: center;
}

.rsj-facts .container {
  max-width: 100%;
}

.rsj-facts .fact-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.highlight-item {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlight-item img {
  max-height: 150px;
  object-fit: cover;
  width: 100%;
}

.guest-item img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.masterclass-item {
  min-height: 150px;
  border-radius: 0.5rem;
  /* Bootstrap's default is often .375rem */
}

.purple-bg {
  background-color: #6a0dad;
  color: white;
}

.red-box {
  background: linear-gradient(135deg, #e60000, #ff4d4d);
  color: white;
}

.purple-box {
  background: linear-gradient(135deg, #6a0dad, #9370db);
  color: white;
}

/* Ensure carousel images take full width */
.carousel-inner img {
  width: 100%;
  object-fit: cover;
  /* Adjust as needed */
}

.form-logo {
  /* background-color: #dc3545; 
     color: white;
     padding: 0.5rem 1rem;
     font-size: 1.5rem;
     font-weight: bold;
     display: inline-block;
     margin-bottom: 1rem; */
}

.accordion-button::after {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="red" xmlns="http://www.w3.org/2000/svg"><path d="M8 1v14M1 8h14" stroke="red" stroke-width="2"/></svg>');
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="red" xmlns="http://www.w3.org/2000/svg"><path d="M1 8h14" stroke="red" stroke-width="2"/></svg>');
}

.footer-apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-button {
  /* Ensure it's a solid button */
  background-color: #dc3545;
  /* Bootstrap's danger red */
  border-color: #dc3545;
  /* Matching border color */
  color: white;
  /* White text for contrast */
  border-radius: 0.25rem;
  /* Standard Bootstrap button rounded corners */

  display: flex;
  /* Use flexbox for alignment */
  align-items: center;
  /* Vertically center content */
  justify-content: center;
  /* Horizontally center content */
  padding: 0.5rem 1rem;
  /* Consistent padding */
  font-size: 1rem;
  /* Consistent font size */
  white-space: nowrap;
  /* Prevent text wrapping */
  text-decoration: none;
  /* Remove underline from link */
}

.login-button:hover {
  background-color: #c82333;
  /* Darker red on hover */
  border-color: #bd2130;
  color: white;
}

.tagline-line {
  font-family: 'NeueHaasDisplayBold';
  color: #ffd600;
  letter-spacing: 4px;
  font-weight: bolder;

}

.apply-rsj-button {
  letter-spacing: 4px;
  font-weight: bolder;
}

.youtube-video {
  position: relative;
  background: linear-gradient(to right, #5a54d3, #b111cb);
}

.youtube-video::before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 200%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(-66deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05) -134px,
      transparent 70px,
      transparent 70px)
}

.youtube-video-container {
  overflow: hidden;
  border-radius: 25px;
}

.rsj-fee-container {}

.rsj-fee-container p {
  margin: 0 0 1rem 0;
}

/* Introduction Section */
.fee-intro {
  font-size: 1.125rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem !important;
}

.fee-highlight {
  display: block;
  font-weight: 800;
  margin-top: 0.5rem;
  letter-spacing: -0.02em;
  color: #bc0012
}

/* Instalment Timeline */
.instalment-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.instalment-item {
  border-left: 2px solid #000;
  padding-left: 1.5rem;
}

.instalment-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.25rem;
}

.instalment-title {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.instalment-amount {
  font-size: 1.25rem;
  font-weight: 600;
}

.instalment-due {
  font-size: 0.95rem;
  margin-bottom: 0 !important;
}

/* Bank Details Box */
.bank-details {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border: 1px solid #000;
}

.bank-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 1rem !important;
}

.bank-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.5rem 1.5rem;
  font-size: 0.9rem;
}

.bank-label {
  font-weight: 600;
}

.bank-value {
  text-align: left;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* Footer Section */
.fee-footer {
  font-size: 0.9rem;
  padding-top: 1.5rem;
  border-top: 1px solid #000;
  color: #222;
  margin-bottom: 0 !important;
}



@media (min-width: 992px) {

  /* For large screens and up */
  .menubarMobile .apply {
    display: flex;
    /* Use flexbox for the apply container */
    align-items: center;
    /* Align items vertically */
    margin-left: auto;
    /* Push the apply container to the right */
  }

  .menubarMobile .apply .login-button {
    margin-left: 15px;
    /* Add some left margin to separate from nav items */
  }
}

@media (max-width: 991.98px) {

  /* For small screens (Bootstrap's lg breakpoint) */
  .login-button {
    margin-left: 0;
    /* Reset margin for smaller screens */
    width: 100%;
    /* Make it full width */
    text-align: center;
    /* Center the text */
    margin-top: 10px;
    /* Add some top margin */
  }
}



.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.5;
  margin: 0 6px;
  border: none;
  transition: all 0.3s ease;
  border: 1px solid white;
  /* White outline */
  background-color: transparent;
  /* Transparent background */
  position: relative;
}


@media screen and (max-width: 768px) {
  .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 2px;
  }
}




.carousel-indicators .active {
  opacity: 1;
  background-color: white;
  transform: scale(1.2);
  /* Slight zoom effect */
}

.caption-text {
  width: fit-content !important;
  position: absolute;
  left: 50px;
}






.asia-photo-gallery {

  position: absolute;
  width: 472px;
  left: 50px;
  top: 100px;
  text-align: initial;
}

.asia-photo-gallery h2 {

  color: white;
  font-weight: 700;
  font-size: 64px;

}

.asia-photo-gallery span {

  color: white;

}

.career-text {
  line-height: 38px;
  font-family: NeueHaasDisplayRoman;
  font-weight: 450;
  font-size: 28px;
  /* line-height: 140%; */
  letter-spacing: -2%;
  /* text-transform: capitalize; */
}


.career-heading {
  font-family: NeueHaasDisplayRoman;
}

.carousel-inner {
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
}

.carousel-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.read-more-btn {
  color: #d10014;
  background: none;
  border: none;
  font-weight: 800;
  font-size: 1.5rem;
}

.read-more-btn:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  cursor: pointer;
}

.read-more-btn i {
  margin-left: 5px;
}


@media screen and (min-width: 768px) {
  .container.about_rsj {
    max-width: 100%;
  }

  .program-highlights .container {
    max-width: 100%;
  }

  .admissions-section {
    height: 100%;
    width: auto;
  }

  .faculty-details .dedicated-card {
    border-right: 1px solid #dee2e6;
  }

  .faculty-details .dedicated-card:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .footer-apply {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .d-block.d-md-none {
    padding: 0;
  }

  .carousel-indicators [data-bs-target] {
    justify-content: start;
    height: 2px;
    width: 2px;
  }

  .career-text {
    line-height: 125%;
    font-family: NeueHaasDisplayRoman;
    font-weight: 450;
    font-size: 18px;
    /* line-height: 140%; */
    /* text-transform: capitalize; */
  }



}

/* 
font-family:'NeueHaasDisplayMedium';
font-weight: 500;
font-size: 18px;
line-height: 125%;
letter-spacing: 0%;







   */



.otp-send {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: var(--bs-border-radius);
  color: blue;
  font-size: small;
}


:root {
  --ink: #0F172A;
  --paper: #EEF2F1;
  --core: #114B3F;
  /* deep pine — main FAB */
  --core-light: #1B6B57;
  --whatsapp: #25D366;
  --whatsapp-dark: #128C4A;
  --inquiry: #C77B3E;
  /* warm clay — inquiry accent */
  --inquiry-dark: #A5602A;
  --ring: rgba(17, 75, 63, 0.18);
}

* {
  box-sizing: border-box;
}



.stage-note {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 10000000000;
  transform: translateX(-50%);
  color: rgba(238, 242, 241, 0.55);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------- FAB CLUSTER ---------- */
.fab-cluster {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10000000000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.satellite {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: translateY(14px) scale(0.7);
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(.34, 1.56, .64, 1),
    transform 0.45s cubic-bezier(.34, 1.56, .64, 1);
}

.fab-cluster.active .satellite {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.fab-cluster.active .satellite.wa {
  transition-delay: 0.06s;
}

.fab-cluster.active .satellite.inq {
  transition-delay: 0.14s;
}

.satellite-label {
  background: rgba(15, 23, 42, 0.85);
  color: #EEF2F1;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}

.satellite-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.satellite-btn svg {
  width: 24px;
  height: 24px;
}

.satellite-btn:hover {
  transform: scale(1.12) rotate(-4deg);
  filter: brightness(1.08);
}

.satellite-btn:active {
  transform: scale(0.96);
}

.wa .satellite-btn {
  background: linear-gradient(145deg, var(--whatsapp), var(--whatsapp-dark));
}

.inq .satellite-btn {
  background: linear-gradient(145deg, var(--inquiry), var(--inquiry-dark));
}

/* ---------- MAIN FAB ---------- */
.fab-main {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: linear-gradient(150deg, var(--core-light), var(--core));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 0 0 var(--ring);
  transition: transform 0.3s cubic-bezier(.34, 1.56, .64, 1), box-shadow 0.3s ease;
}

.fab-main::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(238, 242, 241, 0.25);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fab-cluster.active .fab-main::before {
  opacity: 1;
  transform: scale(1);
}

.fab-cluster:not(.active) .fab-main {
  animation: pulse 2.6s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 0 0 var(--ring);
  }

  50% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 0 12px rgba(17, 75, 63, 0);
  }
}

.fab-main svg {
  width: 26px;
  height: 26px;
  color: #EEF2F1;
  transition: transform 0.35s cubic-bezier(.34, 1.56, .64, 1), opacity 0.2s ease;
}

.icon-plus {
  position: absolute;
  z-index: 10000000000;

}

.icon-close {
  position: absolute;
  z-index: 10000000000;

  opacity: 0;
  transform: rotate(-90deg) scale(0.6);
}

.fab-cluster.active .icon-plus {
  opacity: 0;
  transform: rotate(90deg) scale(0.6);
}

.fab-cluster.active .icon-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.fab-main:hover {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {

  .fab-main,
  .satellite,
  .satellite-btn,
  .fab-main svg {
    transition: none !important;
    animation: none !important;
  }
}