.nt-banner {
   filter: drop-shadow(0 5px 10px rgba(0, 66, 208, .05)) drop-shadow(0 10px 20px rgba(0, 66, 208, .05)); 
}
.sup-small{
	display:none;
}
a {
    text-decoration: none !important;
}
header{
	margin-block-start:0 !important;
	margin-block-end:0 !important;
}
header a:hover{
    color:#fff !important;
}
header.wp-block-template-part.sticky-element-original.element-is-sticky {
   filter: drop-shadow(0 5px 10px rgba(0, 66, 208, .05)) drop-shadow(0 10px 20px rgba(0, 66, 208, .05)); 
}

figure.wp-block-image.size-medium.ftr-logo img {
    width: 250px;
}

.d-none{
	display:none;
}
html .d-height{
	width:0 !important;
}

/* Active top-level menu item */
.current-menu-item > a,
.current-menu-ancestor > a {
    color: #fff !important;
    background-color: #000 !important;
}

/* Active dropdown menu item */
.current-menu-item .wp-block-navigation-sub-menu a,
.current-menu-ancestor .wp-block-navigation-sub-menu a {
    color: #fff !important;
    background-color: #000 !important;
}

/*******************************/

/* Single Team Member Styles */
.team-single-member {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Detailed Layout */
.team-single-detailed .team-single-header {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
    margin-bottom: 0px;
    align-items: start;
}

.team-single-image {
    text-align: center;
}

.team-single-photo {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.team-single-name {
    font-size: 1.4em;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 700;
}

.team-single-position {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}

.team-single-categories {
    margin-bottom: 30px;
}

.team-single-back {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.back-to-team {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    background: #000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.back-to-team:hover {
    background: #000;
    transform: translateY(-2px);
}
/* Responsive Design for Single Page */
@media (max-width: 768px) {
    .team-single-detailed .team-single-header {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .team-single-image {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .team-single-name {
        font-size: 2em;
    }
    
}

@media (max-width: 480px) {
    .team-single-member {
        padding: 10px;
    }
    
    .team-single-name {
        font-size: 1.6em;
    }
	.coll-views .coll-view {
    display:flex;
    flex-direction:column;
}
	.contact-sidebar{
		display:none;
	}
	footer.wp-block-template-part {
    text-align: center;
}

footer.wp-block-template-part  ul{
    display: inline-flex;
    padding:10px 0;
}

.wp-container-core-group-is-layout-bf928e0b {
    justify-content: center;
}
	.has-modal-open header {
    height:100vh;
}
		.collaborations h2 {
  			text-align:center;
			}
		.sup-lrg{
			display:none;
		}
		.sup-small{
			display:block;
		}
}

/* Team Member Not Found */
.team-member-not-found {
    text-align: center;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 10px;
    color: #000;
}
/*******************************/

.program-single {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px;
    }
    
    .program-single-header {
        margin-bottom: 30px;
    }

   .program-single-header a, .cat-title a,.coll-title a {
     color: #94a265;
		 text-decoration:none;
    }

.program-single-header a:hover,.coll-title a:hover{
	color: #000;
}
.cat-title{
	color: #fff;
	text-decoration:none;
	text-align: center;
}

.cat-title:hover{
	color: #000;
}
    
    .program-single-title {
        font-size: 1.5em;
        color: #94a265;
        margin: 0 0 20px 0;
        line-height: 1.2;
			  text-align:center;
			  /*text-transform: capitalize;*/
    }
    
    .program-single-image {
        margin: 0 auto 40px auto;
        text-align: center;
    }
    
    .program-single-photo {
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    
    .program-single-content {
        margin: 0 auto;
        line-height: 1.8;
        font-size: 1.1em;
        color: #333;
    }
    
    .program-single-content h2 {
        color: #000;
        margin: 40px 0 20px 0;
        font-size: 1em;
			  /*text-transform: capitalize;*/
    }
    
    .program-single-content h3 {
        color: #000;
        margin: 30px 0 15px 0;
        font-size: 1em;
			  /*text-transform: capitalize;*/
    }
    
    .program-single-content p {
        margin-bottom: 20px;
    }
    
    .program-single-content ul,
    .program-single-content ol {
        margin-bottom: 20px;
        padding-left: 20px;
    }
    
    .program-single-content li {
        margin-bottom: 8px;
    }
    
    @media (max-width: 768px) {
        .program-single {
            padding: 0px;
        }
        
        .program-single-title {
            font-size: 2em;
        }
        
        .program-single-image {
            margin-bottom: 30px;
        }
        
        .program-single-content {
            font-size: 1em;
        }
			.has-modal-open header {
    height:100vh;
}
			.contact-sidebar{
				display:none;
			}
			.collaborations h2, .program-title a {
  			text-align:center;
			}
    }

/***************************/

.programs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.program-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.program-image {
    height: 200px;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.05);
}

.program-content {
    padding: 25px;
}

.program-title {
    margin: 0 0 15px 0;
    font-size: 1.3em;
    line-height: 1.3;
	  text-align:center;
    margin: 0;
    text-transform: capitalize;
}

.program-title a {
    color: #94a265;
    text-decoration: none;
    transition: color 0.3s ease;
}

.program-title a:hover {
    color: #000;
}

.program-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95em;
}

.program-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9em;
    border: 2px solid #000;
}

.pdf-download-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.program-read-more {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9em;
    border: 2px solid #000;
}

.program-read-more:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .programs-grid {
        grid-template-columns: 1fr;
    }
    
    .program-content {
        padding: 20px;
    }
    
    .program-meta {
        flex-direction: column;
        gap: 10px;
    }
}

/************************/

.programs-list {
    max-width: 100%;
}

.program-list-item {
    padding: 25px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
}

.program-list-item:hover {
    background-color: #f8f9fa;
}

.program-list-item:last-child {
    border-bottom: none;
}

.program-list-title {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.program-list-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.program-list-title a:hover {
    color: #000;
}

.program-list-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.program-list-meta {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.program-list-pdf {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.85em;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.program-list-pdf:hover {
    background: #fff;
    color: #000;
}

.program-list-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.85em;
    border: 2px solid #000;
}

.program-list-link:hover {
    background: #fff;
    color: #000;
}
/*******************************/

.collaborations {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    border: 1px solid #e0e0e0;
    padding:25px;
    margin-bottom:30px
}
.collaborations:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.collaborations:last {
    margin-bottom:0px
}

.collaborations h2 {
    margin: 0 0 15px 0;
    font-size: 1.3em;
    line-height: 1.3;
    margin: 0;
    text-transform: capitalize;
	  text-align: center;
}

.collaborations h2 a {
    color: #94a265;
    text-decoration: none;
    transition: color 0.3s 
ease;
}

.collaborations h2 a:hover {
    color: #000;
}