.objective-card-horizontal {
     display: flex;
     gap: 25px;
     background: #fff;
     border-radius: 15px;
     padding: 30px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
     margin-bottom: 30px;
}

.primary-card {
     border-left: 5px solid #2a4173 ;
}

.secondary-card {
     border-left: 5px solid #ffc107;
}

.card-icon {
     width: 70px;
     height: 70px;
     min-width: 70px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
}

.primary-card .card-icon {
     background: rgba(25, 135, 84, .1);
     color: #2a4173 ;
}

.secondary-card .card-icon {
     background: rgba(255, 193, 7, .15);
     color: #ffc107;
}

.card-content h3 {
     font-size: 26px;
     font-weight: 700;
     margin-bottom: 20px;
}

.card-content ul {
     margin: 0;
     padding-left: 20px;
}

.card-content ul li {
     margin-bottom: 10px;
     line-height: 1.7;
}

@media (max-width: 768px) {
     .objective-card-horizontal {
          flex-direction: column;
     }
}

.cms-section {
     background: #f8fafc;
}

.cms-card {
     background: #fff;
     border-radius: 20px;
     padding: 40px;
     box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
     animation: fadeUp .7s ease;
     border-top: 5px solid #2a4173;
}

.cms-header {
     display: flex;
}

/* brief */

.history-section {
     background: #f8fafc;
}

.history-card {
     background: #fff;
     padding: 40px;
     border-radius: 20px;
     border-left: 6px solid #2a4173;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.history-header {
     display: flex;
     align-items: center;
     gap: 20px;
     margin-bottom: 30px;
}

.history-icon {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     background: rgba(11, 110, 79, .12);
     color: #2a4173;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 34px;
}

.history-tag {
     color: #2a4173 ;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
}

.history-header h2 {
     margin: 5px 0 0;
     font-size: 32px;
     font-weight: 700;
}

.history-content {
     line-height: 1.9;
     color: #444;
}

.history-content p {
     margin-bottom: 20px;
}

.history-content img {
     max-width: 100%;
     height: auto;
     border-radius: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
     color: #fff;
}

@media(max-width:768px) {

     .history-card {
          padding: 25px;
     }

     .history-header {
          flex-direction: column;
          text-align: center;
     }

     .history-header h2 {
          font-size: 26px;
     }


}

/* background */

.background-section {
     /* background: #f8fafc; */
}

.background-card {
     background: #fff;
     padding: 40px;
     border-radius: 20px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
     border-top: 5px solid #2a4173;
}

.section-heading {
     display: flex;
     align-items: center;
     gap: 20px;
     margin-bottom: 35px;
}

.heading-icon {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     background: rgba(11, 110, 79, .12);
     color: #2a4173;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 32px;
}

.section-heading span {
     color: #2a4173 ;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
}

.section-heading h2 {
     margin: 5px 0 0;
     font-size: 34px;
     font-weight: 700;
}

.background-content {
     line-height: 1.9;
     color: #444;
}

.background-content h3 {
     color: #2a4173;
     font-size: 28px;
     margin-top: 35px;
     margin-bottom: 20px;
     font-weight: 700;
}

.background-content p {
     margin-bottom: 20px;
}

.background-content img {
     max-width: 100%;
     border-radius: 12px;
}

.background-content ul {
     padding-left: 20px;
}

.background-content li {
     margin-bottom: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
     color: #fff;
}

@media(max-width:768px) {

     .background-card {
          padding: 25px;
     }

     .section-heading {
          flex-direction: column;
          text-align: center;
     }

     .section-heading h2 {
          font-size: 28px;
     }

}

/* scientist page */
.scientists-intro-card {
     background: #fff;
     padding: 40px;
     border-radius: 20px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.scientist-card {
     background: #fff;
     border-radius: 18px;
     overflow: hidden;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
     transition: .35s;
     height: 100%;
}

.scientist-card:hover {
     transform: translateY(-8px);
}

.scientist-image {
     height: 280px;
     overflow: hidden;
}

.scientist-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.scientist-info {
     padding: 20px;
     text-align: center;
}

.scientist-info h5 {
     font-weight: 700;
     margin-bottom: 8px;
}

.designation {
     color: #2a4173 ;
     font-weight: 600;
}

/* paginations */
.custom-pagination-wrapper {
     display: flex;
     justify-content: center;
}

.custom-pagination-wrapper .pagination {
     gap: 10px;
}

.custom-pagination-wrapper .page-link {
     border: none;
     min-width: 45px;
     height: 45px;
     border-radius: 12px !important;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 600;
     color: #2a4173;
     background: #fff;
     box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
     transition: all .3s ease;
}

.custom-pagination-wrapper .page-link:hover {
     background: #2a4173;
     color: #fff;
     transform: translateY(-3px);
}

.custom-pagination-wrapper .page-item.active .page-link {
     background: linear-gradient(135deg, #2a4173, #1B998B);
     color: #fff;
     border: none;
}

.custom-pagination-wrapper .page-item.disabled .page-link {
     opacity: .5;
     box-shadow: none;
}



.news-card-main {
     background: #fff;
     border-radius: 24px;
     padding: 30px;
     box-shadow: 0 15px 50px rgba(0, 0, 0, .08);
}

.news-tabs .nav-link {
     border: none;
     border-radius: 50px;
     padding: 12px 24px;
     font-weight: 600;
     color: #444;
}

.news-tabs .nav-link.active {
     background: #2a4173;
     color: #fff;
}

.release-card {
     display: flex;
     gap: 20px;
     align-items: center;
     padding: 20px;
     background: #fff;
     border: 1px solid #edf2f7;
     border-radius: 18px;
     margin-bottom: 20px;
     transition: .4s;
}

.release-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.release-image {
     width: 180px;
     flex-shrink: 0;
}

.release-image img {
     width: 100%;
     height: 120px;
     object-fit: cover;
     border-radius: 12px;
}

.release-content {
     flex: 1;
}

.release-content h5 {
     font-size: 18px;
     font-weight: 700;
}

.release-footer {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 15px;
}

.pdf-card {
     padding: 25px;
}

.pdf-icon {
     width: 70px;
     height: 70px;
     border-radius: 16px;
     background: #fff1f1;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #dc2626;
     font-size: 32px;
}

.release-action a {
     background: #2a4173;
     color: #fff;
     padding: 10px 18px;
     border-radius: 10px;
     text-decoration: none;
}

.background-card {
     height: 100%;
     min-height: 650px;
     position: relative;
     overflow: hidden;
     border-radius: 24px;
}

.background-card img {
     /* width: 100%; */
     height: 100%;
     object-fit: cover;
}

.background-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg,
               rgba(0, 0, 0, .2),
               rgba(0, 0, 0, .85));
     padding: 40px;
     color: #fff;
     display: flex;
     flex-direction: column;
     justify-content: end;
}

.background-overlay h3 {
     font-size: 34px;
     font-weight: 700;
}

.background-overlay p {
     line-height: 1.9;
}

.mini-title {
     color: #ffc107;
     text-transform: uppercase;
     letter-spacing: 2px;
}

.background-card {
     position: relative;
     overflow: hidden;
     border-radius: 24px;
     min-height: 750px;
     height: 100%;
     box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
}

.background-card img {
     /* position: absolute; */
     inset: 0;
     /* width: 100%; */
     height: 100%;
     object-fit: cover;
     transition: all .8s ease;
}

.background-card:hover img {
     transform: scale(1.08);
}

.background-overlay {
     position: absolute;
     inset: 0;
     background:
          linear-gradient(180deg,
               rgba(0, 0, 0, .15) 0%,
               rgba(0, 0, 0, .45) 30%,
               rgba(0, 0, 0, .92) 100%);
     padding: 40px;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     color: #fff;
}

.mini-title {
     display: inline-block;
     margin-bottom: 12px;
     color: #ffb703;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 3px;
}

.background-overlay h3 {
     font-size: 34px;
     font-weight: 800;
     line-height: 1.2;
     margin-bottom: 20px;
     color: #fff;
}

.background-text {
     font-size: 15px;
     line-height: 1.9;
     color: rgba(255, 255, 255, .92);
}

.background-text p {
     margin-bottom: 15px;
}

.background-stats {
     display: flex;
     gap: 15px;
     margin-top: 25px;
     margin-bottom: 25px;
}

.stat-item {
     flex: 1;
     text-align: center;
     padding: 15px 10px;
     background: rgba(255, 255, 255, .12);
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, .15);
     border-radius: 15px;
}

.stat-item h4 {
     margin: 0;
     color: #ffb703;
     font-size: 24px;
     font-weight: 800;
}

.stat-item span {
     display: block;
     margin-top: 5px;
     font-size: 12px;
     color: #fff;
}

.discover-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     width: max-content;
     padding: 14px 28px;
     background: #ffb703;
     color: #111;
     font-weight: 700;
     border-radius: 50px;
     text-decoration: none;
     transition: .35s;
}

.discover-btn:hover {
     transform: translateY(-4px);
     color: #111;
     box-shadow: 0 15px 35px rgba(255, 183, 3, .35);
}

@media(max-width:991px) {

     .background-card {
          min-height: 600px;
          margin-top: 30px;
     }

     .background-overlay {
          padding: 25px;
     }

     .background-stats {
          flex-direction: column;
     }

     .background-overlay h3 {
          font-size: 28px;
     }
}

#checklistpdf {
     position: relative;
     inset: 0;
     width: 10%;
     height: 10%;
     object-fit: cover;
     transition: all .8s ease;
}