.home-banner {
    position: relative;
    min-height: 588px;
    height: auto;
    margin-top: -64px;
}
.home-banner-info {
    position: absolute;
    top: 40%;
    line-height: 50px;
    width: 100%;
    /* padding-left: 62px; */
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 64px;
}
.home-banner-info h1 {
    position: relative;
    font-size: 44px;
    font-weight: 700;
    color: rgba(0, 65, 91, 1);
    width: 50%;
    margin: 0;
}
.home-banner-info h1::before {
    content: '';
    width: 80px;
    height: 6px;
    background: rgba(167, 201, 87, 1);
    position: absolute;
    top: -19px;
    border-radius: 6px;
}
.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-services-wrapper {
    padding: 64px 0 48px 0;
}
.featured-services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.featured-services-header .featured-services-filter-wrap {}
.featured-services-header .featured-services-filter-wrap h2 {
    font-family: "Arvo", serif;
    font-size: 36px;
    font-weight: 700;
    color: #00415B;
    line-height: normal;
    margin-bottom: 20px;
}
.featured-services-header .featured-services-filter-wrap .filters-services {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.featured-services-header .featured-services-filter-wrap .filters-services h4 {
    font-weight: 400;
    font-size: 16px;
    margin-right: 15px;
}
body:not(.home) .featured-services-wrapper .featured-services-filter-wrap .filters-services {
display: none !important;
 
}  
.filter-contect {
    position: relative;
}
.filter-contect .filter-select-dropdown {
    position: absolute;
    list-style: none;
    width: auto;
    min-width: 300px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #0A6588;
    border-radius: 5px;
    padding: 15px 0;
    height: 200px;
    overflow-y: auto;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    top: 106%;
    right: -6px;
    z-index: 1;
    margin-right: -100%;
  }
  .filter-contect .filter-select-dropdown li {
    cursor: pointer;
    font-size: 16px;
    color: #333;
    padding: 6px 15px;
    cursor: pointer;
    margin-bottom: 0;
  }

.filter-contect .filter-select-dropdown li:hover{
    background: rgba(57, 127, 142, 0.1);
}

.filter-contect .filter-select-dropdown li a {
    font-size: 16px;
    color: #333;
    padding: 6px 0;
    cursor: pointer;    
    text-decoration: none;
}

.featured-services-header .featured-services-filter-wrap .filters-services .filter-txt {
    border: 1px solid #0A6588;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 5px;
    cursor: pointer;
}
.featured-services-header .featured-services-filter-wrap .filters-services .filter-txt:hover {
    border: 1px solid #0A6588;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.featured-services-header .featured-services-filter-wrap .filters-services .filter-txt img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.featured-services-header .featured-services-filter-wrap .filters-services .filter-txt svg {
    margin-right: 7px;
}
.featured-services-header .featured-services-filter-wrap .filters-services .filter-txt:hover svg path {
    fill:rgba(167, 201, 87, 1);
}
.featured-services-header .featured-services-filter-wrap .filters-services .filter-txt span {
    width: 70px;
    display: inline-block;
    overflow: hidden;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
}
.custom-select.active .filter-select-dropdown {
    opacity: 1;
    visibility: visible;
}
.featured-services-header .featured-services-right-section {
    text-align: right;
}
.featured-services-header .featured-services-right-section .accessability-icon {
}
.featured-services-header .featured-services-right-section .accessability-icon img {
    width: 74px;
}
.featured-services-header .featured-services-right-section .pagination-services {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 20px 0;
}
.featured-services-wrapper .pagination-services.pagination-mobile-view {
        display: none;
}
.services-section {
    /* margin: 0 -15px; */
    display: flex;
    flex-wrap: wrap;
    width:100%;
    min-height: 390px;
}
.services-section .new {
    /* border: 2px solid #A7C957;
    border-radius: 8px;
    padding: 24px;
    width: 23%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 13px; */
    width:25%;
        height: fit-content;
    padding: 10px;
text-decoration: none;
cursor: pointer;
}
.services-section .services-box .inner-service-box-wrap {
    border: 2px solid #A7C957;
    border-radius: 8px;
    padding: 24px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-section .services-box img {
    margin-bottom: 20px;
    width: 50px;
    align-self: center;
}
.services-section .services-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0A6588;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
}
.services-section .services-box h3::before {
    content: '';
    width: 60px;
    height: 5px;
    background: #A7C957;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    transition: 0.6s;
}
.services-section .services-box p {
    text-align: left;
    word-wrap: break-word;
}
.services-section .services-box .align-inner-service-box {}
.services-section .services-box .load-more-btn {
    text-decoration: none;
    color: #0D3B66;
    display: inline-block;
    width: fit-content;
    align-self: end;
    font-size: 16px;
    font-weight: 500;
}
.services-section .services-box .load-more-btn img,
.services-section .services-box .load-more-btn svg {
    margin: 0;
    vertical-align: middle;
    margin-left: 10px;
    width: 14px;
    transition: 0.6s;
}
.see-more-btn {
    background: #0A6588;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    width: 650px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.6s;
}
.see-more-btn a {
    color: #fff !important;
    text-decoration: none;
}
.see-more-btn:hover {
    background: rgba(109, 46, 70, 1);
}
.services-section .services-box .inner-service-box-wrap:hover {
    border: 2px solid #0A6588;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.services-section .services-box:hover h3::before {
    width: 153px;
}
.services-section .services-box:hover .load-more-btn svg {
    width: 19px;
}
.services-section .services-box:hover .load-more-btn svg path {
    stroke:rgba(167, 201, 87, 1);
}

.service-section2 {
    /*background: linear-gradient(90deg, rgba(57, 127, 142, 0.1) 0%, rgba(109, 46, 70, 0.1) 100%);*/
    background-blend-mode: multiply;
    padding: 72px 0;
}
.service-section2 .services-box2 {
    flex: 1;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.15);
    margin: 16px;
    padding-bottom: 40px;
    border-radius: 8px;
    transition: 0.6s;
    border: 2px solid transparent;
    background: #fff;
}
.service-section2 .services-box2 img {
    width: 100%;
}
.service-section2 .services-box2 h3 {
    font-weight: 700;
    font-size: 24px;
    color: #0A6588;
    margin-bottom: 8px;
    padding: 0 24px;
    position: relative;
    margin-top: 30px;
}
.service-section2 .services-box2 h3::before {
    content: '';
    width: 60px;
    height: 5px;
    background: #A7C957;
    position: absolute;
    top: -15px;
    left: 24px;
    right: 0;
    margin-left: 0;
    border-radius: 5px;
    transition: 0.6s;
}
.service-section2 .services-box2 p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    padding: 0 24px;
    margin-bottom: 25px;
}
.service-section2 .services-box2 .load-more-btn {
    color:#0d3b66;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    padding: 0 24px;
    font-weight: 500;
    transition: 0.6s;
    text-align: left;
    width: 100%;
    display: block;
}
.service-section2 .services-box2 .load-more-btn img,
.service-section2 .services-box2 .load-more-btn svg {
    vertical-align: middle;
    margin-left: 10px;
    width: 24px;
    
}
.service-section2 .services-box2 {
    position: relative;
    padding-bottom: 40px; 
}
.service-section2 .services-box2 .load-more-btn {
    position: absolute; 
    bottom: 16px;       
    right: 16px;        
    width: auto;     
    text-align: right; 
    padding: 0;         
}
.service-section2 .services-box2:hover {
    border: 2px solid #0A6588;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.service-section2 .services-box2:hover h3::before {
    width: 153px;
}
.service-section2 .services-box2:hover .load-more-btn svg {
    width: 24px;
    height: 20px;
}
.service-section2 .services-box2:hover .load-more-btn svg path {
    stroke:rgba(167, 201, 87, 1);
}
.news-section {
    padding: 28px 0 48px 0;
}
.news-section .featured-services-header {
    align-items: end;
}
.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news-wrapper .news-box-align-wrapper {
    width:50%;
    padding: 12px;
}
.news-wrapper .news-box {
    width: 100%;
    height: 100%;
    /*flex: 1;*/
    /* margin: 12px; */
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    transition: 0.6s;
    border: 2px solid transparent;
}
.news-wrapper .news-box .align-blog-content {
    padding: 18px 24px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    flex:1
}
.news-wrapper .news-box .align-blog-content .align-txt {}
.news-wrapper .news-box .align-img {}
.news-wrapper .news-box img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}
.news-wrapper .news-box span {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.news-wrapper .news-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0A6588;
    line-height: 24px;
    margin-bottom: 20px;
}
.news-wrapper .news-box a {
    font-weight: 600;
    text-decoration: none;
    color: rgba(13, 59, 102, 1);
    cursor: pointer;
    display: inline-block;
    width: fit-content;
}
.news-wrapper .news-box a img,
.news-wrapper .news-box a svg {
    width: 24px;
    vertical-align: middle;
    margin-left: 10px;
    object-fit: contain;
}
.news-wrapper .news-box:hover {
    border: 2px solid #0A6588;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.news-wrapper .news-box:hover a svg {
    width: 24px;
    height: 20px;
}
.news-wrapper .news-box:hover a svg path {
    stroke:rgba(167, 201, 87, 1);
}
/* .news-wrapper .news-box:hover .align-blog-content {
    padding-left: 30px;
} */
.wp-block-details summary {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
    word-break: break-word;
    color: rgba(0, 0, 0, 1);
}
@media (min-width:1400px) {
    .services-section .new {
        width: 25%;
        height: fit-content;
    }
    .home-banner-info {
        width: 1400px;
    }
}
@media (max-width:992px) {
    .featured-services-header .featured-services-filter-wrap h2 {
        font-size: 24px;
    }
    .featured-services-header {
        align-items: baseline;
        flex-direction: column;
        padding: 0;
    }
    .featured-services-header .featured-services-filter-wrap {
        width: 100%;
    }
    .featured-services-header .featured-services-right-section {
        text-align: left;
        width: 100%;
    }
    .services-section {
        margin: 0 0px;
    }
    .services-section .new {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        /* margin: 13px 0; */
    }
    .see-more-btn {
        width:auto;
        margin-top: 20px;
    }
    .service-section2 .services-box2 {
        flex: none;
        width: 100%;
        margin: 16px 0;
    }
    .news-wrapper {
        flex-direction: column;
    }
    .news-wrapper .news-box-align-wrapper {
        width:100%;
        padding: 12px 0;
    }
    .news-wrapper .news-box {
        width: 100%;
        flex: 1;
        /* margin: 12px 0; */
    }
    .news-wrapper .news-box .align-img {
        flex: none;
    }
    .news-wrapper .news-box img {
        width: 140px;
        height: 100%;
        object-fit: cover;
    }
    .news-wrapper .news-box .align-blog-content {
        flex:1;
    }
    .featured-services-header .featured-services-filter-wrap .filters-services {
        display: block;
    }
    .featured-services-header .featured-services-filter-wrap .filters-services h4 {
        display: block;
    }
    .featured-services-header .featured-services-filter-wrap .filters-services .align-filter {
        display: inline-block;
        width: 50%;
        margin: 0 -5px;
    }
    .featured-services-header .featured-services-filter-wrap .filters-services .align-filter .filter-contect {
        width: 100%;
    }
    .filter-contect .filter-select-dropdown {
        right: auto;
        left: 5px;
    }
    .filter-contect.audience-dropdown .filter-select-dropdown {
        right: 102%;
        left: auto;
    }
    .home-banner-info h1 {
        position: relative;
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        line-height: 120%;
        width:100%;
        margin: 0;
    }
    .home-banner-info {
        padding-left: 30px;
        width: 100%;
        top: 80%;
        padding-right: 20px;
    }
    .home-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home-banner {
min-height:auto
        height: auto;
    }
    .featured-services-header .featured-services-right-section .pagination-services.pagination-desktop-view {
        display: none;
    }
    .featured-services-wrapper .pagination-services.pagination-mobile-view {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        padding: 10px 0;
        text-align: center;
        padding-bottom: 0;
    }
}
@media (max-width:400px) {
    /* .news-wrapper .news-box {
        display: block;
    }
    .news-wrapper .news-box .align-img {
        width: 100%;
    } */
}
/* Adding new css 10th dec */
.programs-services-wrapper .services-section .custom-row {
            flex-wrap: wrap !important;
            gap: 16px !important;
            align-items: stretch !important; /* Cards same height in same row */
        }
        
        /* Ensure each card container takes full height */
        .programs-services-wrapper .services-section .custom-row > .clickableDiv.new {
            display: flex !important;
            flex-direction: column !important;
            flex: 0 0 calc(33.333% - 11px) !important;
            max-width: calc(33.333% - 11px) !important;
            min-width: 280px !important;
            min-height: 320px !important; /* Ensure cards have minimum height even when alone */
        }
        
        /* Make services-box fill the full height */
        .programs-services-wrapper .services-section .custom-row .services-box {
            /*height: 100% !important;*/
            display: flex !important;
            flex-direction: column !important;
        }
        
        /* When exactly 2 items - each takes 50% */
        .programs-services-wrapper .services-section .custom-row > .clickableDiv.new:first-child:nth-last-child(2),
        .programs-services-wrapper .services-section .custom-row > .clickableDiv.new:first-child:nth-last-child(2) ~ .clickableDiv.new {
            flex: 0 0 calc(50% - 8px) !important;
            max-width: calc(50% - 8px) !important;
        }
        
        /* When only 1 item - center it */
        .programs-services-wrapper .services-section .custom-row > .clickableDiv.new:only-child {
            flex: 0 0 auto !important;
            max-width: 500px !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
        
        /* Responsive for spotlight */
        @media (max-width: 992px) {
            .programs-services-wrapper .services-section .custom-row > .clickableDiv.new {
                flex: 0 0 calc(50% - 8px) !important;
                max-width: calc(50% - 8px) !important;
            }
        }
        
        @media (max-width: 768px) {
            .programs-services-wrapper .services-section .custom-row > .clickableDiv.new {
                flex: 0 0 100% !important;
                max-width: 100% !important;
            }
        }
 
.services-section#services-list {
            align-items: stretch !important;
        }
        
        .services-section#services-list .new,
        .services-section#services-list .clickableDiv.new {
            display: flex !important;
            flex-direction: column !important;
            height: auto !important;
            min-height: 100% !important;
        }
        
        .services-section#services-list .services-box {
            width: 100% !important;
            height: 100% !important;
            min-height: 100% !important;
            display: flex !important;
            flex-direction: column !important;
        }
        
        .services-section#services-list .services-box .inner-service-box-wrap {
            width: 100% !important;
            height: 100% !important;
            min-height: 100% !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: space-between !important;
        }
        
        .services-section#services-list .services-box .align-inner-service-box {
            flex: 1 1 auto !important;
            display: flex !important;
            flex-direction: column !important;
            min-height: 0 !important;
        }
        
        .services-section#services-list .services-box .load-more-btn {
            margin-top: auto !important;
            flex-shrink: 0 !important;
        }
        
        /* Responsive for uniform height */
        @media (max-width: 992px) {
            .services-section#services-list .new,
            .services-section#services-list .clickableDiv.new {
                height: auto !important;
                min-height: 100% !important;
            }
        }
        /* =========================
   DESKTOP (2 cards per row)
   ========================= */
@media (min-width: 993px) {
 
    .service-section2 .custom-row {
        display: flex !important;
        flex-wrap: wrap !important;
       /* gap: 24px !important;*/
        align-items: stretch !important;
        cursor : pointer;
    }
 
    .service-section2 .custom-row > div {
        flex: 1 1 calc(25% - 12px) !important;
        max-width: calc(50% - 12px) !important;
        display: flex !important;
    }
 
    .service-section2 .custom-row .services-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}
 
 
/* =========================
   MOBILE (1 card per row)
   ========================= */
@media (max-width: 992px) {
 
   .service-section2 .custom-row {
        display: block !important;
    }
 
    .service-section2 .custom-row > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
    }
 
}
