html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    background: #d3d3d3;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.main-content {
    flex: 1; 
    padding-bottom: 30px; 
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.program-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #2c3e50;
    border-bottom: 2px solid #2c3e50;
    display: inline-block;
    padding-bottom: 10px;
}

.program-section{
    font-size: 14px;
    color: #555;
}

.text-gray-600 {
  color: var(--bs-gray-600) !important;
}
.text-center {
  text-align: center !important;
}
.text-center {
  text-align: center !important;
}
p {
  line-height: 1.625;
  font-weight: 300;
}

.pt-3 {
  padding-top: 1rem !important;
}


@media (min-width: 768px) {
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}
.mt-n6 {
  margin-top: 2rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

@media (min-width: 768px) {
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.5rem;
    padding: 1.5rem;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Stronger shadow */
}

.card .card-header {
  padding: 0.5rem;
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}


.card:hover {
    transform: translateY(-4px); /* Slight lift on hover */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); /* Even deeper shadow on hover */
}

.btn{

    text-decoration: none !important;
    border-radius: 6px;
    padding: 8px 16px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
}

.btn-primary:hover{
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn:not([class*="btn-outline-"]) {
    border: inherit !important;
}

a.btn {
    text-decoration: none !important;
    border-radius: 6px;
    padding: 8px 16px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

a.btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
}

a.btn-light {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;
}

a.btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.shadow-blur {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.blur {
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.btn {
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4 {
  letter-spacing: inherit;
}
h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3 {
  font-weight: inherit;
  font-family: inherit;
}
h1, .h1, .h1 {
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: inherit;
  }
}
h1, .h1 {
  font-size: inherit;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

.table tbody tr:last-child td {
  border-width: 1px;
}