  /* ========================================= */
/* NEWS ARCHIVE */
/* ========================================= */
.custom-container .custom-row a,.container.press-single a{
    text-decoration: underline;
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0 40px;
}

.page-numbers {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers a,
.page-numbers span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.page-numbers a:hover {
    background: #0E483D;
    color: #fff;
    border-color: #0E483D;
}

.page-numbers .current {
    background: #0E483D;
    color: #fff;
    border-color:#0E483D;
    font-weight: 600;
}

.page-numbers .prev,
.page-numbers .next {
    font-weight: 500;
}
#jgi-news-archive{
    padding:40px 0;
}
#jgi-news-archive *{
    box-sizing:border-box;
}

.jgi-news-filter-wrapper{
    margin-bottom:70px;
}

/* SEARCH */

.jgi-news-search{
    display:flex;
    align-items:center;
    border:1px solid #d9d9d9;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:25px;
    background:#fff;
}

.jgi-news-search input{
    width:100%;
    border:none !important;
    padding:16px 18px;
    font-size:15px;
    outline:none;
}

.jgi-news-search button{
    width:60px;
    border:none;
    background:#fff;
    cursor:pointer;
    color:#1f3b2d;
}

/* FILTERS */

.jgi-news-filters{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.jgi-news-filters button{
    border:1px solid #d8d8d8;
    background:#fff;
    padding:12px 18px;
    border-radius:6px;
    cursor:pointer;
    font-size:14px;
    font-weight:500;
    transition:.3s ease;
	color:#0E473D;
	font-family: "proxima-nova", Sans-serif;
    font-weight: 600;
}

.jgi-news-filters button:hover{
    background:#17351f;
    color:#fff;
    border-color:#17351f;
}

.jgi-news-filters button.active{
    background:#17351f;
    color:#fff;
    border-color:#17351f;
}

/* CATEGORY BLOCK */

.jgi-news-category-block{
    margin-bottom:80px;
}

.jgi-news-category-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:35px;
    border-bottom:1px solid #e6e6e6;
    padding-bottom:18px;
}

.jgi-news-category-header h2 {
    line-height: 1.1;
    margin: 0;
    font-family: "jaf-lapture-display", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: var(--e-global-color-ceb7b20);
}
.jgi-news-category-header a:hover{
	color:#2b2b2b;
}
.jgi-news-category-header a{
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
    color:#2B2B2B;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: "proxima-nova", Sans-serif;
    justify-content: flex-end;
    transition:.3s ease;
	text-decoration:none !important;
}
button#banner-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9665C;
}
button#banner-btn:hover{
	background:#D9665C;
	transition:.3s ease;
	
}


/* GRID */

.jgi-news-post-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:24px;
}

/* CARD */

.jgi-news-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    overflow:hidden;
    transition:.35s ease;
}

.jgi-news-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.jgi-news-card a{
    text-decoration:none !important;
    color:inherit;
    display:block;
    height:100%;
}

.jgi-news-card-image{
    position:relative;
    overflow:hidden;
    aspect-ratio: 1 / .75;
}

.jgi-news-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s ease;
}

.jgi-news-card:hover img{
    transform:scale(1.05);
}

.jgi-news-card-content{
    padding:20px;
}

.jgi-news-date{
    display:block;
    margin-bottom:14px;
    font-size:15px;
    color:#0E473D;
	font-weight:400;
	font-family: "proxima-nova", Sans-serif;
}

.jgi-news-card-content h3{
    line-height:auto;
    margin:0 0 22px;
    color:#2B2B2B;
    font-weight:400;
	font-family: "proxima-nova", Sans-serif;
    font-size: 18px;
	text-decoration:none !important;
}

.jgi-news-arrow {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}
.jgi-news-arrow img {
    width: 35px;
    height: 35px;
}
#press-room-container h1.category-title {
    text-align: center;
    padding: 60px 0 40px;
    font-size: 56px;
	color:#0E473D;
}
/* ========================================= */
/* RESPONSIVE */
/* ========================================= */

@media(max-width:1400px){

    .jgi-news-post-grid{
        grid-template-columns:repeat(4, 1fr);
    }

}

@media(max-width:1100px){

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

    .jgi-news-category-header h2{
        font-size:34px;
    }

}

@media(max-width:767px){
	#press-room-container h1.category-title{
	 padding: 30px 20px 30px !important;	
	}
.posts-grid .press-card {
    padding: 20px;
}
    #jgi-news-archive{
        padding:60px 0;
    }

    .jgi-news-filter-wrapper{
        margin-bottom:50px;
    }

    .jgi-news-category-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .jgi-news-category-header h2{
        font-size:30px;
    }

    .jgi-news-post-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .jgi-news-filters{
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:10px;
    }

    .jgi-news-filters::-webkit-scrollbar{
        height:5px;
    }

    .jgi-news-filters button{
        white-space:nowrap;
    }

}

.featured-post .hero-card__overlay p.mini__text {
    color: #fff;
    font-size: 18px;
    line-height: 125%;
    max-width: 420px;
    font-family: "proxima-nova", Sans-serif;
    min-height: 45px;
	font-weight:400;
	margin-top:15px;
}
.acb-hero {
    padding: 60px 20px;
    background: #f4f4f4;
    text-align: center;
}

.acb-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* custom css */
/* * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
} */
/* * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
} */

/* global color */
:root {
    --heading-font: "jaf-lapture-display", Sans-serif;
    --description-font: "proxima-nova", Sans-serif;
    --description-color: #181818;
    --haeding-color: #03473D;
}

/* POST DETAILS */
.custom-container {
    background-color: #FAF8F2;
    padding-top: 80px;
   
}

.custom-container .custom-row {
    width:1000px;
    margin: 0 auto;
}

.custom-container .custom-row h2 {
    font-size: 99px;
    line-height: 90%;
    font-family: "jaf-lapture-display", Sans-serif;
    font-weight: 400;
    color: #03473D;
}

.custom-container .custom-row p {
    font-family: "jaf-lapture-display", Sans-serif;
    font-weight: 400;
    color: #03473D;
    font-size: 40px;
    font-style: italic;
    line-height: 123%;
    padding-top: 40px;
}

.custom-container .custom-row .authored-by {
    background-color: #fff;
    padding: 45px;
    margin-top: 45px;
}

.custom-container .custom-row .authored-by h3 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 0;
}

.custom-container .custom-row .authored-by .authored-by-row {
    display: flex;
    gap: 30px;
    width: 100%;
    padding-top: 50px;
}

.custom-container .custom-row .authored-by .authored-by-row .custom-box {
    width: 33%;
    display: flex;
    gap: 20px;
    align-items: center;
}

.custom-container .custom-row .authored-by .authored-by-row .custom-box img {
    width: 30%;
}

.custom-container .custom-row .authored-by .authored-by-row .custom-box h4 {
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 400;
    font-family: "proxima-nova", Sans-serif;
    line-height: 125%;
    padding-top: 0;
}

.custom-container .custom-row .download-pdf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: "proxima-nova", Sans-serif;
    font-weight: 600;
    line-height: 150%;
    border-bottom: 1px solid #2B2B2B;
    margin-bottom: 40px;
}

.custom-container .custom-row .download-pdf .left h5 {
    font-size: 15px;
    color: #2B2B2B;
}

.custom-container .custom-row .download-pdf .middle {
    display: flex;
    align-items: center;
    gap: 30px;
}

.custom-container .custom-row .download-pdf .right button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    gap: 15px;
    font-size: 14px;
    color: #2B2B2B;
}

.custom-container .custom-row .download-pdf .middle a {
    display: flex;
    align-items: center;
}

.custom-container .custom-row .textdesc,
div#news-details .custom-container .custom-row .textdesc p {
    color: #2B2B2B;
    font-size: 19.5px;
    line-height: 165%;
    font-weight: 400;
    font-family: "proxima-nova", Sans-serif;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 15px;
}

.custom-container .custom-row h3 {
    color: #2B2B2B;
    font-size: 70px;
    font-family: "jaf-lapture-display", Sans-serif;
    font-weight: 400;
    line-height: 102%;
    padding-top: 55px;
}

.custom-container .custom-row .quote {
    font-size: 40px;
    line-height: 123%;
    font-style: italic;
    border-top: 1px solid #03473D;
    border-bottom: 1px solid #03473D;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
}

.custom-container .custom-row h4,
.custom-container .custom-row h5,
.custom-container .custom-row h6 {
    font-weight: 400;
    font-family: "jaf-lapture-display", Sans-serif;
    padding-top: 50px;
}

.custom-container .custom-row h4 {
    font-size: 40px;
    line-height: 123%;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.play-video .play-button {
    position: absolute;
    top: 80%;
    left: 85%;
    transform: translate(-50%, -50%);
    color: #2B2B2B;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "proxima-nova", Sans-serif;
}

.play-video .play-button img {
    width: 10px;
    object-fit: contain;
    margin-right: 10px;
}

/* Lightbox */
.play-video .lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.play-video .lightbox-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.play-video .lightbox video {
    width: 100%;
}

.play-video .close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.custom-container .custom-row .small-desc {
    font-size: 13px;
    color: #2B2B2B;
    font-weight: 400;
    font-family: "proxima-nova", Sans-serif;
    line-height: 165%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #2B2B2B;
    font-style: normal;
}

.custom-container .custom-row h5 {
    font-size: 32px;
    line-height: 126%;
}

.custom-container .custom-row .image-text-box {
    display: flex;
    width: 100%;
    gap: 30px;
    padding-top: 30px;
}

.custom-container .custom-row .image-text-box .left,
.custom-container .custom-row .image-text-box .right {
    width: 50%;
}

.custom-container .custom-row h6 {
    font-size: 27px;
    line-height: 129%;
}

.custom-container .custom-row .small-h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.custom-container .custom-row .bullet-list ul {
    padding-left: 30px;
    padding-top: 10px;
}

.custom-container .custom-row .bullet-list ul li {
    font-weight: 400;
    font-size: 19.5px;
    line-height: 165%;
    color: #2B2B2B;
}

.custom-container .custom-row .button-arrow {
    padding-top: 20px;
}

.custom-container .custom-row .button-arrow button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    gap: 15px;
    font-size: 14px;
    color: #2B2B2B;
}


/* POST ARCHIEVE */
#custom-all-news-blogs .custom-row h2 {
    text-align: center;
	padding-bottom:50px;
	padding-top:0;
}
#custom-all-news-blogs .custom-row .filter-option-inner {
    width: 70%;
    margin: 0 auto;
}
.custom-archieve-container {
    background-color: #FAF8F2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.custom-archieve-container .custom-row {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.custom-archieve-container .custom-row h2 {
    font-size: 70px;
    font-weight: 400;
    font-family: "jaf-lapture-display", Sans-serif;
    line-height: 102%;
    color: #03473D;
}

.custom-archieve-container .custom-row .filter-option-inner {
    display: flex;
    gap: 30px;
    width: 100%;
}

   .custom-archieve-container .custom-row .filter-option-inner .left label,
 .custom-archieve-container .custom-row .filter-option-inner .right label{
 color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
font-family: "proxima-nova", Sans-serif;
	 letter-spacing:6%;
}
.custom-archieve-container .custom-row .filter-option-inner .right #clear-filter {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    color: #000;
font-family: "proxima-nova", Sans-serif;
	text-decoration:underline;
}
   .custom-archieve-container .custom-row .filter-option-inner .right  .search-box{
display: flex;
    align-items: center;
}

.custom-archieve-container .custom-row .filter-option-inner .right  .search-box #news-search-btn{
background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    gap: 9px;
color:#000;
font-family: "proxima-nova", Sans-serif;
	letter-spacing:6%;
}
.custom-archieve-container .custom-row .filter-option-inner .right .search-box input{
width: 100%;
font-family: "proxima-nova", Sans-serif;
    border: none;
    background: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    padding-left: 0;
}
   .custom-archieve-container .custom-row .filter-option-inner .left .dropdown-content label{
 display: flex;
    gap: 3px;
    font-size: 14px;
    font-family: "proxima-nova", Sans-serif;
    font-weight: 400;
    margin-right: 20px;
    margin-bottom: 20px;
}
.custom-archieve-container .custom-row .filter-option-inner .left,
.custom-archieve-container .custom-row .filter-option-inner .right {
    width: 50%;
    text-align: left;
}

.custom-archieve-container .custom-row .filter-option {
    width: 960px;
    margin: 0 auto;
    padding-top: 60px;

}


.custom-archieve-container .custom-row .filter-option label,
.custom-archieve-container .custom-row .filter-option .right label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
	letter-spacing:6%;
}

.custom-archieve-container .custom-row .filter-option .dropdown-btn {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #2B2B2B;
    font-family: "proxima-nova", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
    padding-left: 0;
}

.custom-archieve-container .custom-row .filter-option .dropdown-btn span {
    color: #D9665C;
    font-size: 13px;
}

.custom-archieve-container .custom-row .filter-option .dropdown-content {
    margin-top: 15px;
    background-color: #fff;
    font-family: "proxima-nova", Sans-serif;
    padding: 15px;
    border-radius: 10px;
    display: none;

}

/* Show when active */
.custom-archieve-container .custom-row .filter-option .dropdown-content.show {
    display: block;
}

.custom-archieve-container .custom-row .filter-option .dropdown-content label {
    display: block;
    padding: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    text-transform: inherit;
}

.custom-archieve-container .custom-row .filter-option .dropdown-content label:hover {
    background: #f1f1f1;
}

.custom-archieve-container .custom-row .filter-option-inner .left #result {
    text-align: left;
    display: flex;
    flex-wrap: wrap;

}

.custom-archieve-container .custom-row .filter-option-inner .left #result .tag {
    display: flex;
    gap: 3px;
    font-size: 14px;
    font-family: "proxima-nova", Sans-serif;
    font-weight: 400;
    margin-right: 20px;
    margin-bottom: 20px;
}

.custom-archieve-container .custom-row .filter-option-inner .left #result .tag .remove {
    margin-left: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-weight: 200;
    background-color: #2B2B2B;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 1px;
}

.custom-archieve-container .custom-row .filter-option .filter-option-inner .right .search-box input {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    padding-left: 0;
}

.custom-archieve-container .custom-row .filter-option .filter-option-inner .right .search-box input:focus-visible {
    outline: none;
}

.custom-archieve-container .custom-row .filter-option .filter-option-inner .right .search-box button {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    gap: 9px;
	
}

.custom-archieve-container .custom-row .filter-option .filter-option-inner .right .search-box {
    display: flex;
    align-items: center;
}

.custom-archieve-container .custom-row .filter-option-inner .clear-all {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.custom-archieve-container .custom-row .filter-option-inner .clear-all button {
    background-color: transparent;
    border: none;
    font-weight: 600;
    display: flex;
    gap: 9px;
    text-transform: capitalize;
    border-bottom: 1px solid #D9665C;
}
.custom-archieve-container .filter-data .featured .overlay h2{
padding-bottom:0 !important;
}

div#news-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


/* Grid Layout */
.custom-archieve-container .filter-data {
    text-align: left;
    padding-top: 90px;
}

.custom-archieve-container .filter-data .grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 45px;
    margin-bottom: 80px;
}

/* Card Grid */
.custom-archieve-container .filter-data .card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}

.custom-archieve-container .filter-data .card-grid .card .img-box {
    overflow: hidden;
}
/* Cards */
.custom-archieve-container .filter-data .card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
transition: transform 0.4s ease-in-out;
}
.custom-archieve-container .filter-data .card-grid .card:hover img {
    transform: scale(1.1);
}
.custom-archieve-container .filter-data .card-body {
    padding-top: 16px;
    color: #2B2B2B;
}

.custom-archieve-container .filter-data .meta {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
    font-family: "proxima-nova", Sans-serif;
    color:#2B2B2B;
}

.custom-archieve-container .filter-data .card h3 {
    font-family: "jaf-lapture-display", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

/* Featured */
.custom-archieve-container .filter-data .featured {
    position: relative;
    overflow: hidden;
}

.custom-archieve-container .filter-data .featured::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}


.custom-archieve-container .filter-data .featured img {
    width: 100%;
    transition: transform 0.4s ease-in-out;
    height: 100%;
    min-height: 550px;
    object-fit: cover;
    display: block;
}
.custom-archieve-container .filter-data .featured.large:hover img {
    transform: scale(1.1);
}
.custom-archieve-container .filter-data .overlay {
    position: absolute;
    bottom: 40px;
    color: white;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
}

.custom-archieve-container .filter-data .overlay .meta {
    color: #fff;
    margin-bottom: 15px;
}

.custom-archieve-container .filter-data .overlay h2 {
    font-family: "jaf-lapture-display", Sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

/* Scroll More */
.custom-archieve-container .load-more-wrapper {
    text-align: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-archieve-container .load-more-wrapper button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2B2B2B;
    margin-right: 15px;
    text-transform: uppercase;
    font-family: "proxima-nova", Sans-serif;
}

.custom-archieve-container .filter-data button {
    background-color: transparent;
    border: none;
}

.custom-archieve-container .filter-data .circle:hover {
    background: #c8a27a;
    color: white;
}
#our-programs .featured-post .mini__title a {
    text-decoration: auto;
}
.featured-post .newsletter a.button {
    display: flex;
    align-items: center;
    column-gap: 20px;
    color:#2B2B2B;
}
/* Responsive */
@media (max-width: 1000px) {
    .custom-archieve-container .filter-data .grid {
        grid-template-columns: 1fr;
    }

    .custom-archieve-container .filter-data .card-grid {
        grid-template-columns: 1fr;
    }

    .custom-archieve-container .filter-data .featured img {
        min-height: 400px;
    }
}

/* related-post css start */
/* -----------------------------------------
       SECTION 2: CB12 - Small Related Posts
    ----------------------------------------- */
.small-related-post {
    position: relative;
    padding: 60px 0 80px 0;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FAF8F2;
}

.small-related-post .wrap {
    position: relative;
    z-index: 2;
    width: 93%;
    margin: 0 auto;
}

#first-post {
    background-color: #FAF8F2;
}

.small-related-post .related__head {
    text-align: center;
    margin: 18px 0 48px 0;
}

.small-related-post .related__title {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    color: #03473D;
    font-size: 70px;
    line-height: 102%;
    letter-spacing: -.02em;
}

.small-related-post .related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
    align-items: start;
}

.small-related-post .overlay-card {
    position: relative;
    border: 1px solid var(--card-border);
    overflow: hidden;
    background: #ddd;
}

.small-related-post .overlay-card__media {
    height: 490px;
overflow: hidden;
    /* similar card height in mock */
}

.small-related-post .overlay-card__media img {
    height: 490px;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    object-fit: cover;
}
.small-related-post .overlay-card:hover .overlay-card__media img {
    transform: scale(1.1); /* 10% zoom */
}
.small-related-post .overlay-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .15) 45%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.small-related-post .overlay-card__content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    color: #fff;
}

.small-related-post .overlay-card__label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 6%;
    line-height: 150%;
    text-transform: uppercase;
    opacity: .85;
    margin-bottom: 10px;
    font-family: "proxima-nova", Sans-serif;
}

.small-related-post .overlay-card__title {
    margin: 0;
    font-family: "jaf-lapture-display", Sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 123%;
}

/*background at bottom */
.small-related-post:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 230px;
    background-image: url("./pattern.png");
    background-repeat: repeat-x;
    background-size: 1600px 260px;
    pointer-events: none;
}

#second-post .small-related-post {
    background-color: #BAE5D4;
}

#second-post .small-related-post {
    background-color: #BAE5D4;
}

#third-post .small-related-post {
    background-color: #FFD9BD;
}

/* related-post css end */

/* ============================== */

/* Featured Posts  css start */

/* -----------------------------------------
       SECTION 1: CB17 - Featured Posts
    ----------------------------------------- */
.featured-post {
    padding: 80px 0;
    background-color: #FAF8F2;
}

.featured-post .wrap {
   max-width: 1300px;
    margin: 0 auto;
	padding-left:15px;
padding-right:15px;
}

.featured-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.featured-post .featured__top {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 55px;
    align-items: flex-end;
    width: 100%;
}

.featured-post .featured__top .featured__top-heading {
    width: 65%;
}

.featured-post .newsletter {
    width: 35%;
}

.featured-post .featured__title {
    margin: 0;
    font-family: "jaf-lapture-display", Sans-serif;
    font-weight: 500;
    color: #03473D;
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -.02em;
}

.featured-post .featured__lede {
    margin: 14px 0 0 0;
    color: #2B2B2B;
    font-size: 19.5px;
    line-height: 165%;
    font-family: "proxima-nova", Sans-serif;
}

.featured-post .newsletter {
    margin-top: 74px;
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: "proxima-nova", Sans-serif;
    justify-content: flex-end;
}

.featured-post .newsletter__btn {
    background: transparent;
    cursor: pointer;
	border:none;
}
.featured-post .newsletter #banner-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-post .newsletter #banner-btn:hover{
	background-color:#D9665C;
}
.featured-post .featured__grid {
    display: grid;
    grid-template-columns: 2.15fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px 48px;
    align-items: start;
}

/* Big left card */
.featured-post .hero-card {
    grid-column: 1;
    grid-row: 1 / span 2;
    position: relative;
    border: 1px solid var(--card-border);
    background: #fff0;
    position: relative;
    overflow: hidden;
}
.featured-post .hero-card__media img{
	transition: transform 0.4s ease-in-out;
}
.featured-post .hero-card__media:hover img {
    transform: scale(1.1);
}
.featured-post .hero-card__media {
    height: 460px;
    overflow: hidden;
    background: #ddd;
}

.featured-post .hero-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 26px 26px 26px;
    color: #fff;
    font-family: "jaf-lapture-display", Sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 123%;
    background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}
.featured-post .hero-card__overlay a{
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
}

.featured-post .stack {
    display: flex;
    flex-direction: column;
    gap: 58px;
    position: relative;
}
.mini__title a,.featured-post .hero-card__overlay a {
  text-decoration: none;
}

.mini:hover .mini__title a,.featured-post .hero-card:hover .hero-card__overlay a{
  text-decoration: underline;
text-underline-offset: 4px;  
 text-decoration-thickness: 1px;
text-decoration-color:#D9665C;	
}
/* .mini__title a,.featured-post .hero-card__overlay a {
  position: relative;
  text-decoration: none;
}

.mini__title a::after,.featured-post .hero-card__overlay a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.mini__title a:hover::after ,.featured-post .hero-card__overlay a:hover::after{
  width: 100%;
}
 */
.featured-post .stack--right:before {
    content: "";
    position: absolute;
    left: -24px;
    top: -6px;
    bottom: -6px;
    width: 1px;
    background: var(--divider);
}

div#news-sec .featured-post .mini {
   display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 450px;
    align-content: baseline;

}
.featured-post .mini{
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.featured-post .mini__media {
    height: 220px;
    border: 1px solid var(--card-border);
    overflow: hidden;
    background: #ddd;
}
.featured-post .mini__media .img-box {
    overflow: hidden;
}
.featured-post .mini__media .img-box img
 {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
}
.featured-post .mini__media .img-box:hover img {
    transform: scale(1.1);
}
.featured-post .mini__title {
    margin: 2px 0 0 0;
    font-family: "jaf-lapture-display", Sans-serif;
    color: #2B2B2B;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.25;
	text-transform:capitalize;
}
.featured-post .mini__title a{
	color: #2B2B2B;
}

.featured-post .mini__text {
    margin: 0;
    color: #2B2B2B;
    font-size: 18px;
    line-height: 125%;
    max-width: 290px;
    font-family: "proxima-nova", Sans-serif;
	min-height:45px;
}

#our-programs .featured__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2.2fr;
    gap: 40px 48px;
}

#our-programs .hero-card {
    grid-column: 3;
    grid-row: 1 / span 2;
    position: relative;
}

/* Featured Posts  css end */

/* EVENT DETAILS  */
.custom-container .custom-row .table {
    margin-top: 80px;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    display: flex;
    gap: 40px;
}

.custom-container .custom-row .table .left {
    width: 50%;
}

.custom-container .custom-row .table .right {
    width: 50%;
}

.custom-container .custom-row .table .left .box,
.custom-container .custom-row .table .right .box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-container .custom-row .table .left .box.event-tag p a {
    text-decoration: underline;
}

.custom-container .custom-row .table .left .box h6,
.custom-container .custom-row .table .right .box h6 {
    padding-top: 0;
    font-size: 15px;
    font-family: "proxima-nova", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #2B2B2B;
    line-height: 1.2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.custom-container .custom-row .table .left .box p,
.custom-container .custom-row .table .right .box p,
.custom-container .custom-row .table .right .box p a {
    padding-top: 0;
    font-family: "proxima-nova", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.custom-container .related-post,
.custom-container .related-news {
    background-color: #EBFCC4;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 80px;
    margin: 0 auto;
    margin-top: 60px;
}

.custom-container .related-post .related-post-inner,
.custom-container .related-news .related-news-inner {
    width: 95%;
    margin: 0 auto;
    border-top: 1px solid #0000005c;
    padding-top: 30px;
}
.custom-container .related-post .related-post-inner .all-post .post .img-box{
	overflow: hidden;
}
.custom-container .related-post .related-post-inner .all-post .post .img-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
}
.custom-container .related-post .related-post-inner .all-post .post:hover img
 {
    transform: scale(1.1);
}
.custom-container .related-post .related-post-inner h3,
.custom-container .related-news .related-news-inner h3 {
    font-size: 40px;
    font-weight: 400;
    font-family: "jaf-lapture-display", Sans-serif;
    margin-bottom: 30px;
}

.custom-container .related-post .related-post-inner .all-post,
.custom-container .related-news .related-news-inner .all-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;

}
.custom-container .related-post .related-post-inner .all-post .post{
	overflow: hidden;
}
.custom-container .related-post .related-post-inner .all-post .post .img-box img,
.custom-container .related-news .related-news-inner .all-news .news img {
    width: 100%;
    height: 330px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}



.custom-container .related-post .related-post-inner .all-post .post img{
	 height: 330px;
    object-fit: cover;
}
.custom-container .related-post .related-post-inner .all-post .post h2{
    line-height: 1;
}
.custom-container .related-post .related-post-inner .all-post .post h2 a,
.custom-container .related-news .related-news-inner .all-news .news h2 a {
    font-size: 25px;
    font-family: "jaf-lapture-display", Sans-serif;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 12px;
    color: #2B2B2B;
}

.custom-container .related-post .related-post-inner .all-post .post p,
.custom-container .related-news .related-news-inner .all-news .news p {
    font-family: "proxima-nova", Sans-serif;
    color: #2B2B2B;
    font-size: 18px;
    font-size: 400;
    line-height: 125%;
}

/* OUR PROGRAMS */
#our-programs .featured-post {
    background-color: #BAE5D4;
}

/* NEWS DETAILS */
#news-details .custom-container .custom-row h2 {
    padding-bottom: 0;
    margin-bottom: 0;
	margin-top:0px;

}

#news-details .custom-container .custom-row p {
    margin-top: 0;
    font-size: 18px;
}

@media (max-width: 600px) {
.small-related-post .overlay-card__media img,
.small-related-post .overlay-card__media {
    height: 450px;
}
.custom-archieve-container .filter-data .grid {
    margin-bottom: 30px;
}
.gs-gallery-slider .gs-gallery-slider__copy::before {
    height: 100%;
}
.gs-gallery-slider .gs-gallery-slider__copy::before {
    height: 100%;
}
.gs-gallery-slider .gs-gallery-slider__nav--prev {
        left: 22px !important;
    }
.gs-gallery-slider .gs-gallery-slider__nav {
        top: calc(clamp(470px, 45vw, 230px) - 40px);
}
div#our-programs .featured-post .featured__grid {
        display: block;
    }
div#our-programs .featured-post .mini__media .img-box img,
div#our-programs .featured-post .mini__media,
div#our-programs .featured-post .hero-card__media img,
div#our-programs .featured-post .hero-card__media {
    height: 350px;
}
#custom-all-news-blogs .custom-row .filter-option-inner {
  width: 100%;
}
    .custom-container .custom-row {
        padding: 30px 15px;
    }
	.custom-container .related-news{
		padding-left:15px;
		padding-right:15px;
	}

    .custom-container .custom-row h2 {
        font-size: 65px;
    }

    .custom-container .custom-row {
        width: 100%;
    }

    .custom-container .custom-row img {
        width: 100%;
    }

    .custom-container .custom-row .table {
        display: block;
    }

    .custom-container .custom-row h2 {
        line-height: 110%;
		font-size:50px !important;

    }

    .custom-container .related-post .related-post-inner .all-post,
    .custom-container .related-news .related-news-inner .all-news {
        display: block;
    }

    .custom-container .custom-row .button-arrow {
        width: 100%;
    }

    .custom-container .custom-row .button-arrow button {
        width: 100%;
    }

    .custom-container .custom-row .button-arrow img {
        width: 10%;
    }

    .small-related-post .related__title {
        font-size: 50px;
    }

    .small-related-post .related__grid {
        display: block;
    }

    .small-related-post .overlay-card {
        margin-bottom: 30px;
    }

    #post-details .custom-container .custom-row h2 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .custom-container .custom-row p {
        padding-top: 0px;
        font-size: 35px;
    }
.related-news .related-news-inner .all-news .news {
    margin-top: 30px;
}
    .custom-container .custom-row .authored-by .authored-by-row {
        padding-top: 50px;
        display: block;
    }

    .custom-container .custom-row .authored-by .authored-by-row .custom-box {
        width: 100%;
    }

    .custom-container .custom-row .authored-by {
        padding: 45px 15px;
    }

    .custom-container .custom-row .authored-by .authored-by-row .custom-box {
        margin-bottom: 20px;
    }

    .custom-container .custom-row .download-pdf {
        display: block;
        text-align: center;
    }

    .custom-container .custom-row .download-pdf .middle {
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .custom-container .custom-row .download-pdf .right {
        display: flex;
        justify-content: center;
    }

    .custom-container .custom-row .download-pdf .left h5 {
        margin-bottom: 0;
        padding-top: 0;
    }

    .custom-container .custom-row .download-pdf .right img {
        width: 40px;
    }

    .custom-container .custom-row .textdesc {
        font-size: 17px;
    }

    .custom-container .custom-row h3 {
        padding-top: 0px;
        margin-bottom: 0;
        font-size: 50px;
    }

    .custom-container .custom-row .quote {
        font-size: 38px;
    }

    .custom-container .custom-row h4,
    .custom-container .custom-row h5,
    .custom-container .custom-row h6 {
        padding-top: 0px;
        margin-bottom: 0;
    }

    .custom-container .custom-row .play-video .play-button img {
        width: 10%;
    }

    .play-video .play-button {
        width: 70px;
        height: 70px;
        font-size: 12px;
    }

    .custom-container .custom-row .image-text-box {
        display: block;
    }

    .custom-container .custom-row .image-text-box .left,
    .custom-container .custom-row .image-text-box .right {
        width: 100%;
    }

    .custom-archieve-container .custom-row h2 {
        font-size: 50px;
    }

    .custom-archieve-container .custom-row .filter-option {
        width: auto;
    }

    .custom-archieve-container .custom-row .filter-option-inner {
        display: block;
    }

    .custom-archieve-container .custom-row .filter-option-inner .left,
    .custom-archieve-container .custom-row .filter-option-inner .right {
        width: 100%;
        text-align: left;
    }

    .custom-archieve-container .filter-data {
        padding-top: 30px;
    }

    .custom-archieve-container .filter-data .overlay h2 {
        margin-bottom: 0;
    }

    .custom-archieve-container .filter-data .card img {
        height: 360px;

    }

    .featured-post .featured__top {
        display: block;
    }

    .featured-post .featured__top .featured__top-heading,
    .featured-post .newsletter {
        width: 100%;
    }

    .featured-post .featured__grid {
        display: block;
    }

    .featured-post .featured__title {
        font-size: 50px;
    }

    .featured-post .hero-card {
        margin-bottom: 30px;
    }

    .featured-post .stack {
        gap: 0px;
    }

    .featured-post .mini {
        margin-bottom: 30px;
    }

    div#news-sec .featured-post .mini{
        min-height: auto;
    }

    .featured-post .newsletter {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .featured-post .mini__text {
        font-size: 16px;
        max-width: 100%;
    }
	.featured-post {
    padding: 50px 20px;
}
	.featured-post .featured-post .wrap{
		width:100%;
	}
	.featured-post .wrap {
		padding:0px;
		
}
	div#news-details .custom-container{
		padding-top:40px;
	}	
}
@media (min-width: 600px) and (max-width:992px) {
.small-related-post .related__grid {
    grid-template-columns: repeat(2, 1fr);
}
.small-related-post .overlay-card__media img,
.small-related-post .overlay-card__media {
    height: 400px;
}
    .custom-archieve-container .filter-data .card-grid
 {
        grid-template-columns: 1fr 1fr;
    }
#our-programs .featured-post .newsletter {
    justify-content: flex-start;
font-size: 17px;
margin-top: 34px;
}
#custom-all-news-blogs .custom-row .filter-option-inner {
    width: 100%;
}
 .featured-post .featured__top {
    display: block;
}
 .featured-post .featured__top .featured__top-heading {
    width: 100%;
}
 .featured-post .newsletter {
    justify-content: flex-start;
font-size: 17px;
margin-top: 34px;
}
 .featured__grid {
    grid-template-columns: 1fr 1fr !important;
}
.hero-card {
    grid-column: 1 / -1 !important;
}
  .custom-container .custom-row {
        width: 90%;
    }
    .container.press-single {
    padding: 40px 20px !important;
}
}