.about-us {
    padding-block: 0 50px;
}

.breadcrumb {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.breadcrumb a {
    text-decoration: none;
    color: #86868b;
}

.breadcrumb strong {
    text-decoration: none;
    color: #23559b;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    margin: 0 5px;
}
.prospectus-title{
    font-size: 28px;
    font-weight: 600;
    color: #23559B;
    margin-bottom: 40px;
}
#common-blue-banner .our-story-section {
    background-color: #23559b;
    padding: 24px 80px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
}

#visionMision .active[data-tab-content] {
    display: block;
    color: #000000;
}

#visionMision .tab.active {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    border-color: #000;
    padding: 20px;
    cursor: pointer;
    background-color: #d0bb68;
}

#visionMision [data-tab-content] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
}

#visionMision .active[data-tab-content] {
    visibility: visible;
    opacity: 1;
    height: auto;
}

#visionMision .common-tab {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#visionMision .common-tab li {
    border-bottom: 2px solid #cfcfcf;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    color: #858687;
}

.content-column {
    width: 100%;
}

.vision-card {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
}

.vision-title {
    font-size: 20px;
    font-weight: 600;
    color: #23559B;
    margin-bottom: 40px;
}

.vision-description {
    color: #2d2525;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}


.vision-div {
    display: grid;
    gap: 40px;
    background-color: #fffae800;
    border-radius: 20px;
    grid-template-columns: 0.5fr 1fr;
    align-items: flex-start;
}

.vision-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.vision-image {
    width: -webkit-fill-available;
}

.vision-para p {
    font-size: 16px;
    margin-bottom: 16px;
}

p {
    line-height: 28px;
}

.vision-image h3 {
    margin-top: 36px;
    font-size: 20px;
}

.vision-image p {
    font-size: 16px;
    color: #6C89B2;
    width: max-content;
}


.prospectus-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 24px;
    max-width: 100%;
    margin: 25px 0 auto;
    display: flex;
}

.prospectus-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.prospectus-text {
    flex: 1;
}

.prospectus-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.view-link {
    color: #23559B;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    text-underline-offset: 4px;
}

.apply-btn {
    background-color: #D0BB68;
    border: 1px solid #23559B;
    border-radius: 24px;
    padding: 10px 20px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.prospectus-text h3 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.prospectus-text p {
    color: #383939;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prospectus-date {
    color: #134a9f;
    display: inline-block;
    text-decoration: underline;
}

.vision-card-prospectus {
    margin-top: 50px;
}

.prospectus-text {
    max-width: 80%;
}

@media (max-width: 1199px) {
    #common-blue-banner .our-story-section {
        padding: 24px 35px;
    }
}

@media (max-width: 991px) {
    #common-blue-banner .our-story-section {
        padding: 24px 78px;
    }
}

@media (max-width: 767px) {
    #common-blue-banner .our-story-section {
        padding: 20px 30px !important;
        gap: 16px;
    }

    .prospectus-text {
        max-width: 100%;
    }

    #common-blue-banner .title {
        font-size: 28px;
    }

    .vision-div {
        flex-direction: column;
        gap: 12px;
    }

    .vision-div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    #common-blue-banner .our-story-section {
        padding: 16px 20px;
        gap: 12px;
    }

    #common-blue-banner .title {
        font-size: 24px;
    }
}

.pdf-embed {
    display: block;
}

.pdf-link {
    display: none;
}

@media (max-width: 767px) {
    .pdf-embed {
        display: none;
    }

    .pdf-link {
        display: block;
        margin-top: 1rem;
    }
}

object {
    height: 80vh;
}

/* pagination css */
.pagination-controls {
    margin-top: 20px;
    justify-content: right;
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .pagination-controls button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
 
  .a-backevents{
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
    color: #2a2e6d;
    text-decoration: none;
  }
  .mt-10{
    margin-top: 50px;
  }
/*  */

/* pagination style changes */
.pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px;
  justify-content: flex-end;
}

.page-btn {
  width: 48px;
  height: 48px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: white;
  color: #003B8E;
  /* Arrow color */
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-btn:hover {
  background-color: #e6ecff;
}

.page-btn.active {
  background-color: #1f56a6;
  color: white;
  border: none;
}
.page-btn {
    width: 48px;
    height: 48px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: white;
    color: #003B8E;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}