

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #07162d;
  background: #ffffff;
}

a {
  text-decoration: none;
}

.fee-container {
  width: min(100% - 64px, 1480px);
  margin: 0 auto;
}

/* Common */

.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e69d00;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-label span {
  width: 42px;
  height: 2px;
  background: #e69d00;
}

.section-label.center {
  justify-content: center;
}

.light-label {
  color: #f7b51c;
}

.light-label span {
  background: #f7b51c;
}

.section-title-center {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-title-center h2 {
  color: #07162d;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 12px;
}

.section-title-center h2 strong {
  color: #e69d00;
}

.section-title-center p {
  color: #465066;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

/* Hero */

.fee-hero-section {
  padding: 20px 0;
  background:
    radial-gradient(circle at top right, rgba(247, 181, 28, 0.12), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fd 100%);
}

.fee-hero-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 60px;
  align-items: center;
}

.fee-hero-content h1 {
  color: #07162d;
 /* font-size: clamp(42px, 4.5vw, 70px);*/
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -1.8px;
  margin: 0 0 22px;
}

.fee-hero-content h1 strong {
  display: block;
  color: #e69d00;
}

.fee-hero-content p {
  color: #465066;
  font-size: 17px;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 0 32px;
}

.fee-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.primary-btn,
.outline-btn {
  min-width: 180px;
  height: 54px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 900;
}

.primary-btn {
  background: #06142c;
  color: #ffffff;
  padding:20px;
}

.primary-btn:hover {
  background: #f7b51c;
  color: #06142c;
}

.outline-btn {
  border: 1px solid #06142c;
  color: #06142c;
  background: #ffffff;
}

.outline-btn:hover {
  background: #06142c;
  color: #ffffff;
}

.fee-highlight-card {
  background: #06142c;
  color: #ffffff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 24px 70px rgba(7, 22, 45, 0.18);
}

.fee-highlight-card span {
  color: #f7b51c;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fee-highlight-card h2 {
  color: #f7b51c;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  margin: 18px 0 10px;
}

.fee-highlight-card p {
  color: rgba(255,255,255,0.8);
  margin: 0 0 24px;
}

.fee-highlight-list {
  display: grid;
  gap: 14px;
}

.fee-highlight-list div {
  display: flex;
  gap: 10px;
  color: rgba(255,255,255,0.86);
  font-weight: 700;
}

.fee-highlight-list i {
  color: #f7b51c;
}

/* Overview */

.fee-overview-section {
  margin-top: -40px;
  position: relative;
  z-index: 5;
}

.fee-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fee-overview-card {
  background: #ffffff;
  border: 1px solid rgba(7,22,45,0.09);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(7,22,45,0.08);
}

.fee-overview-card i {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #06142c;
  color: #f7b51c;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 18px;
}

.fee-overview-card span {
  color: #e69d00;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.fee-overview-card h3 {
  color: #07162d;
  font-size: 28px;
  font-weight: 900;
  margin: 8px 0;
}

.fee-overview-card p {
  color: #465066;
  line-height: 1.55;
  margin: 0;
}

/* Installment */

.tuition-breakdown-section {
  padding: 20px 0;
  background: #ffffff;
}

.installment-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
}

.installment-calculator-card,
.installment-table-card,
.other-fee-card,
.hostel-table-card,
.guideline-card {
  background: #ffffff;
  border: 1px solid rgba(7,22,45,0.09);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 16px 45px rgba(7,22,45,0.08);
}

.installment-calculator-card h3 {
  color: #07162d;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 12px;
}

.installment-calculator-card p {
  color: #465066;
  line-height: 1.6;
  margin-bottom: 24px;
}

.calculator-form {
  display: grid;
  gap: 14px;
}

.calculator-form label {
  color: #07162d;
  font-size: 14px;
  font-weight: 900;
}

.calculator-form input,
.calculator-form select {
  height: 52px;
  border: 1px solid rgba(7,22,45,0.14);
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14px;
  color: #07162d;
  outline: none;
}

.calculator-form input:focus,
.calculator-form select:focus {
  border-color: #f7b51c;
  box-shadow: 0 0 0 4px rgba(247,181,28,0.12);
}

.calculator-form button {
  height: 54px;
  border: none;
  border-radius: 8px;
  background: #f7b51c;
  color: #06142c;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.calculator-form button:hover {
  background: #06142c;
  color: #ffffff;
}

.fee-note-box,
.hostel-note {
  margin-top: 20px;
  background: #fff8e7;
  border: 1px solid rgba(230,157,0,0.18);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  gap: 12px;
}

.fee-note-box i,
.hostel-note i {
  color: #e69d00;
  font-size: 22px;
}

.fee-note-box p,
.hostel-note p {
  color: #465066;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Tables */

.table-responsive {
  overflow-x: auto;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.fee-table th {
  background: #06142c;
  color: #ffffff;
  padding: 16px;
  text-align: left;
  font-size: 14px;
}

.fee-table td {
  border-bottom: 1px solid rgba(7,22,45,0.10);
  padding: 16px;
  color: #07162d;
  font-weight: 800;
  vertical-align: top;
}

.fee-table td small {
  display: block;
  color: #667085;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}

.status-badge {
  display: inline-flex;
  border-radius: 50px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
}

.status-badge.paid {
  background: rgba(247,181,28,0.18);
  color: #b77a00;
}

.status-badge.pending {
  background: #eef4ff;
  color: #175cd3;
}

.total-fee-strip {
  margin-top: 24px;
  background: #f7f9fd;
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.total-fee-strip span {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.total-fee-strip strong {
  color: #07162d;
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin-top: 4px;
}

/* Other Fees */

.other-fee-section {
  padding: 20px 0;
  background: #fbfcff;
}

.other-fee-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.other-fee-card i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #06142c;
  color: #f7b51c;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 18px;
}

.other-fee-card h3 {
  color: #07162d;
  font-size: 23px;
  font-weight: 900;
  margin: 0 0 10px;
}

.other-fee-card p {
  color: #465066;
  line-height: 1.6;
}

.other-fee-card strong {
  color: #e69d00;
  font-size: 18px;
  font-weight: 900;
}

/* Hostel */

.hostel-fee-section {
  padding: 20px 0;
  background: #ffffff;
}

.hostel-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: center;
}

.hostel-content h2,
.guideline-card h2 {
  color: #07162d;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 16px;
}

.hostel-content h2 strong {
  color: #e69d00;
}

.hostel-content p,
.guideline-card p {
  color: #465066;
  line-height: 1.65;
  font-size: 16px;
}

/* Guidelines */

.payment-guideline-section {
  padding: 20px 0;
  background: #fbfcff;
}

.guideline-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}

.guideline-card.dark {
  background: #06142c;
  color: #ffffff;
}

.guideline-card.dark h2 {
  color: #ffffff;
}

.guideline-card.dark ul {
  color: rgba(255,255,255,0.8);
  line-height: 1.9;
  padding-left: 20px;
}

/* Responsive */

@media (max-width: 1199px) {
  .fee-hero-grid,
  .installment-layout,
  .hostel-layout,
  .guideline-grid {
    grid-template-columns: 1fr;
  }

  .fee-overview-grid,
  .other-fee-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .fee-container {
    width: min(100% - 40px, 820px);
  }

  .fee-hero-section,
  .tuition-breakdown-section,
  .other-fee-section,
  .hostel-fee-section,
  .payment-guideline-section {
    padding: 65px 0;
  }

  .fee-overview-section {
    margin-top: 0;
  }

  .section-title-center h2,
  .hostel-content h2,
  .guideline-card h2 {
    font-size: 34px;
  }

  .total-fee-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fee-overview-grid,
  .other-fee-grid {
    grid-template-columns: 1fr;
  }

  .fee-hero-content h1 {
    font-size: 36px;
  }

  .fee-hero-actions {
    flex-direction: column;
  }

  .primary-btn,
  .outline-btn {
    width: 100%;
  }

  .fee-highlight-card h2 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .fee-container {
    width: calc(100% - 26px);
  }

  .installment-calculator-card,
  .installment-table-card,
  .other-fee-card,
  .hostel-table-card,
  .guideline-card,
  .fee-highlight-card {
    padding: 24px;
  }
}

/* Full Width Installment Card */

.full-width-card {
  max-width: 100%;
}

.fee-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.fee-summary-strip div {
  background: #f7f9fd;
  border: 1px solid rgba(7, 22, 45, 0.08);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.fee-summary-strip i {
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #06142c;
  color: #f7b51c;
  display: grid;
  place-items: center;
  font-size: 25px;
}

.fee-summary-strip span {
  display: block;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.fee-summary-strip strong {
  display: block;
  color: #07162d;
  font-size: 24px;
  font-weight: 900;
  margin-top: 4px;
}

.status-badge.mandatory {
  background: #fff8e7;
  color: #b77a00;
}

.installment-note,
.fee-disclaimer-box {
  margin-top: 22px;
  background: #fff8e7;
  border: 1px solid rgba(230, 157, 0, 0.18);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.installment-note i,
.fee-disclaimer-box i {
  color: #e69d00;
  font-size: 22px;
}

.installment-note p,
.fee-disclaimer-box p {
  color: #465066;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* Hostel Improved Layout */

.hostel-fee-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.hostel-card {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.09);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(7, 22, 45, 0.08);
}

.hostel-card.premium {
  border-top: 5px solid #e69d00;
}

.hostel-card.standard {
  border-top: 5px solid #06142c;
}

.hostel-card.food {
  border-top: 5px solid #2f9e44;
}

.hostel-card-top {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.hostel-card-top i {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #06142c;
  color: #f7b51c;
  display: grid;
  place-items: center;
  font-size: 28px;
}

.hostel-card-top span {
  color: #e69d00;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hostel-card-top h3 {
  color: #07162d;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  margin: 6px 0 0;
}

.hostel-price-list {
  display: grid;
  gap: 12px;
}

.hostel-price-list div,
.hostel-advance {
  background: #f7f9fd;
  border: 1px solid rgba(7, 22, 45, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.hostel-price-list span,
.hostel-advance span {
  color: #465066;
  font-size: 14px;
  font-weight: 800;
}

.hostel-price-list strong,
.hostel-advance strong {
  color: #07162d;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.hostel-advance {
  background: #06142c;
  margin-top: 18px;
}

.hostel-advance span {
  color: rgba(255, 255, 255, 0.78);
}

.hostel-advance strong {
  color: #f7b51c;
}

.improved-table {
  margin-top: 20px;
}

/* Support Contact Box */

.support-contact-box {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.support-contact-box div {
  background: #f7f9fd;
  border: 1px solid rgba(7, 22, 45, 0.08);
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.support-contact-box i {
  color: #e69d00;
  font-size: 22px;
}

.support-contact-box span {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.support-contact-box strong {
  color: #07162d;
  font-size: 18px;
  font-weight: 900;
}

/* Responsive */

@media (max-width: 1199px) {
  .fee-summary-strip,
  .hostel-fee-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .fee-summary-strip,
  .hostel-fee-layout {
    grid-template-columns: 1fr;
  }

  .fee-summary-strip div {
    align-items: flex-start;
  }

  .hostel-price-list div,
  .hostel-advance {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Amenities */

.hostel-amenities-section {
  padding: 20px 50px;
  background: #fbfcff;
}

.amenities-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 45px;
  align-items: start;
}

.amenities-content h2,
.safety-card h2,
.food-card h2,
.guideline-card h2,
.hostel-enquiry-card h2 {
  color: #07162d;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 16px;
}

.amenities-content h2 strong {
  color: #e69d00;
}

.amenities-content p,
.food-card p,
.hostel-enquiry-card p {
  color: #465066;
  font-size: 16px;
  line-height: 1.65;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.amenity-card {
  background: #ffffff;
  border: 1px solid rgba(7,22,45,0.09);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(7,22,45,0.07);
  transition: 0.3s ease;
}

.amenity-card:hover {
  background: #06142c;
  transform: translateY(-5px);
}

.amenity-card i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #06142c;
  color: #f7b51c;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.amenity-card:hover i {
  background: #ffffff;
  color: #06142c;
}

.amenity-card h3 {
  color: #07162d;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 8px;
}

.amenity-card p {
  color: #465066;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.amenity-card:hover h3 {
  color: #ffffff;
}

.amenity-card:hover p {
  color: rgba(255,255,255,0.74);
}

/* Safety Food */

.safety-food-section {
  padding: 20px 50px;
  background: #fbfcff;
}

.safety-food-grid,
.guideline-enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.safety-card,
.guideline-card {
  background:
    radial-gradient(circle at right, rgba(247,181,28,0.16), transparent 35%),
    #06142c;
  color: #ffffff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 22px 60px rgba(7,22,45,0.14);
}

.safety-card h2,
.guideline-card h2 {
  color: #ffffff;
}

.safety-list,
.food-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.safety-list div {
  color: rgba(255,255,255,0.84);
  font-weight: 800;
}

.safety-list i {
  color: #f7b51c;
  margin-right: 8px;
}

.food-card,
.hostel-enquiry-card {
  background: #ffffff;
  border: 1px solid rgba(7,22,45,0.09);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 16px 45px rgba(7,22,45,0.08);
}

.food-points div {
  color: #07162d;
  font-weight: 800;
}

.food-points i {
  color: #e69d00;
  margin-right: 8px;
}

/* Responsive */

@media (max-width: 1199px) {
  .hostel-hero-grid,
  .amenities-layout,
  .safety-food-grid,
  .guideline-enquiry-grid {
    grid-template-columns: 1fr;
  }

  .hostel-option-grid,
  .hostel-fee-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-nav-inner {
    display: flex;
    overflow-x: auto;
  }

  .page-nav-inner a {
    min-width: 160px;
  }
}

@media (max-width: 991px) {
  .hostel-container {
    width: min(100% - 40px, 820px);
  }

  .hostel-hero-section,
  .hostel-options-section,
  .hostel-amenities-section,
  .hostel-fee-section,
  .safety-food-section,
  .hostel-gallery-section,
  .hostel-guidelines-section {
    padding: 65px 0;
  }

  .hostel-hero-image {
    height: 420px;
  }

  .hostel-quick-strip {
    grid-template-columns: 1fr;
  }

  .hostel-quick-strip div {
    border-right: none;
    border-bottom: 1px solid rgba(7,22,45,0.10);
  }

  .section-title-center h2,
  .amenities-content h2,
  .safety-card h2,
  .food-card h2,
  .guideline-card h2,
  .hostel-enquiry-card h2 {
    font-size: 34px;
  }

  .hostel-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gallery-large,
  .gallery-small {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .hostel-option-grid,
  .hostel-fee-grid,
  .amenities-grid {
    grid-template-columns: 1fr;
  }

  .hostel-hero-content h1 {
    font-size: 36px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-btn,
  .outline-btn {
    width: 100%;
  }

  .fee-list div,
  .advance-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .hostel-floating-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 575px) {
  .hostel-container {
    width: calc(100% - 26px);
  }

  .hostel-hero-image {
    height: 360px;
  }

  .option-content,
  .hostel-fee-card,
  .hostel-table-card,
  .safety-card,
  .food-card,
  .guideline-card,
  .hostel-enquiry-card {
    padding: 24px;
  }

  .hostel-floating-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
