.banner-section {
    background-image: url(/wp-content/uploads/2026/01/search-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 126px 0px;
}

.img-cont
.breadcrumb-area .container {
    padding: 0px;
}

.page-title-heading {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-title-heading h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}


.page-title-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}


.scholar-under-head h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    color: #323232;
}

.scholar-under-head p {
    font-size: 16px;
    font-weight: 600;
    color: #323232;
}

.scholar-under-fold {
    margin-bottom: 30px;
}

/* Search Result Left Side */


.program-item {
     margin-bottom: 20px;
    display: flex;
    position: relative;
}

.img-cont {
    height: 177px !important;
    width: 200px;
    overflow: hidden;
}

.img-cont img {
    height: 100%;
    width: 100%;
    border-radius: 10px !important;
    object-fit: cover;
}

.program-item .txt-cont {
    width: 100%;
    padding: 20px 20px 0px !important;
    box-shadow: unset !important;
    border-bottom-left-radius: none;
    border-bottom-right-radius: none;
}

.scholar-program {
    border-radius: 20px;
    border: 1px solid #dee2e6;
    margin-bottom: 40px;
}

/* .program-item {
    box-shadow: 0px 0px 15px 0px #CFD7DD;
   border-radius: 20px;
} */

.txt-cont {
    position: relative;
}

.program-type {
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 0px 20px 0px 0px;
    width: fit-content;
    padding: 12px 36px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.scholar-feat-wrap {
    padding: 20px 20px 0px;
}

.program-title-cont h3 {
    width: 75%;
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.uni-cont {
    margin: 10px 0px 10px 0px;
}

.match-item {
    background-color: #0089352e;
    color: #008935;
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

.match-view {
    margin-bottom: 10px;
}

.degree-cont {
    margin: 0px 0px 8px 0px;
}

.degree-item {
    width: fit-content;
    padding: 9px 16px;
}


.match-item h6 {
    color: #008935;
}

.publish-item-cont {
    background-color: transparent;
}

.match-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.schol-card-content {
    padding: 0px 20px 20px 20px;
}

.deadline-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.deadline-item h6 {
    font-size: 16px;
    color: #173E79;
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-item h6 {
    font-size: 16px;
    color: #323232;
    display: flex;
    align-items: center;
    gap: 20px;
}

.locat-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.schol-card-content p {
    font-size: 16px;
    color: #323232;
    font-weight: 400;
}

.button-cont-view {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #173E79;
    font-size: 16px;
    padding: 10px 24px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 10px;
}

.button-cont-view a,
.button-cont-save a {
    text-decoration: none;
    color: #fff;
}

.button-cont-save a {
    color: #173E79 !important;
}

.button-cont-save {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #173E79;
    font-size: 16px;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;

}

.expire-cont {
    justify-content: end;
    gap: 25px;
    margin-bottom: 0px;
}

/* Right Side Recent Blog */

.right-sidebar h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}


.recent-pst-card {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.recent-post-side {
    padding: 32px 16px;
    box-shadow: 0 0 15px rgba(207, 215, 221, 0.6);
    border-radius: 16px;
    margin-bottom: 80px;
}

.recent-post-wrapper a {
    color: unset;
    text-decoration: none;
}

.recent-pst-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0px 10px;
}

.recent-feature-image {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.recent-feature-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.recent-post-side h5 {
    border-bottom: 2px solid #173E79;
}

.search-side h5 {
    border-bottom: none !important;
}

.recent-pst-content h3 {
    font-size: 16px;
    color: #323232;
    font-weight: 700;
}

.recent-pst-content p {
    margin-bottom: 0px;
}

.recent-pst-content a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #1e3a8a;
    font-weight: 400;
}

.recent-pst-view {
    display: flex;
    justify-content: end;
}

.recent-pst-view .button-cont-view {
    padding: 16px 32px;
    text-align: center;
}

.recent-pst-view .button-cont-view:hover {
    color: #F7F7F7 !important;
}

/* Right Side Recent Blog End*/



/* Filter Side Start*/
.filter-box {
    margin-bottom: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #ffffff;
    padding: 16px 16px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.filter-box select {
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    color: #173E79;
    cursor: pointer;
}

.filter-box select::-ms-expand {
    display: none;
}

.filters-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 16px;
}

.filter-tags img {
    width: 10px !important;
    height: 10px;
}

.filter-tags {
    padding: 10px 16px;
    width: fit-content !important;
}

.degree-item.filter-tags a {
    width: unset !important;
}

.search-side-btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.search-side-btn a {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}


div#dest-tags {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

div#deg-tags {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
div#sub-tags {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
div#fund-tags {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.claer-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #173E79;
    font-size: 16px;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    justify-content: center;
}


.claer-btn a {
    color: #323232;
    text-decoration: none;
    text-align: center;
}

.claer-btn a:hover {
    color: #173E79 !important;
}

/* Filter Side End */


/* Pagination Start */
/* Pagination Start */
.pagination {

    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
}

.pagination button {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    width: 60px;
    height: 60px;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
}

.pagination button:hover {
    border-color: #1e3a8a;
    color: #1e3a8a;
}

.pagination button.active {
    background: #1e3a8a;
    color: #fff;
    border-color: #1e3a8a;
}

.pagination span.dots {
    padding: 0 8px;
    color: #1e3a8a;
    font-weight: bold;
}

/* Mobile */

.mobile-pagination-btn {
    display: none !important;
}

button.view-blog-btn {
    background: #1e3a8a;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}


/* Pagination End */



/* Other program Section Start */
.other-program {
    background-color: #F7F7F7;
    box-shadow: none;
    border-radius: 16px;

}

.other-program h5 {
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.other-program-card {
    border: 1px solid #dee2e6;
    border-radius: 16px;
    padding-bottom: 10px;
    min-height: 330px;
}

.other-feature-image {
    width: 100%;
    height: 139px;
    overflow: hidden;
}

.other-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.other-feat-side {
    margin-bottom: 20px;

}

.other-pst-cont h3 {
    margin-bottom: 0px;
}

.other-pst-cont {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.other-pst-cont p {
    font-size: 16;
    color: #323232;
    font-weight: 400;
}

.other-pst-cont span {
    font-size: 16;
    color: #173E79;
    font-weight: 400;

}

.other-program-wrap {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .col-custom-5 {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/* Other Program End */


/* Special Cta Section Start */

.special-cta h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #323232;
}

.special-cta-section {
    padding: 60px 24px;
    box-shadow: 0 0 15px rgba(207, 215, 221, 0.6);
    border-radius: 16px;
    margin-bottom: 80px;
}

.special-agr-list ul {
    padding: 0px;
}

.special-agr-list ul li {
    list-style: none;
    margin-bottom: 16px;
}

.special-agr-list ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #173E79;
}

.special-agr-section .container {
    max-width: 1400px;
}

.scnd-lis ul li {
    text-align: center;
}

.thrd-lis ul li {
    text-align: end;
}

.special-agr-list {
    margin-bottom: 25px;
}

.recent-blg-pst-section {
    margin-bottom: 0px !important;
}


/*  Special Cta Section End */


.other-post-mobile {
    display: none;
}


@media (min-width:1440px) {
    .page-title-heading h1 {
        width: 76%;
    }
}


@media (min-width:1200px) and (max-width:1366px) {
    .recent-pst-card {
        gap: 15px
    }

    .recent-feature-image {
        width: 105px;
        height: 105px;
    }

    .page-title-heading h1 {
        width: 80%;
    }

    /* Scholar Search Cards start */
    .scholar-under-head h2 {
        font-size: 38px;
        line-height: 48px;
    }


    .scholar-feat-wrap {
        padding: 15px 15px 0px;
    }

    .program-title-cont h3 {
        font-size: 20px;
        width: 63%;
    }

    .program-type {
        padding: 12px 30px;

    }

    .img-cont {
        height: 190px;
    }

    .program-item .txt-cont {
        padding: 15px 15px 0px !important;
    }

    /* Scholar Search Cards End */

}


@media (min-width:992px) and (max-width:1199px) {

    .recent-feature-image {
        width: 99px;
        height: 99px;
    }

    .recent-pst-card {
        gap: 8px;
    }

    .recent-pst-content h3 {
        font-size: 14px;
    }

    .pagination button {
        width: 50px;
        height: 50px;
    }


    /* Scholar Search Cards start */
    .scholar-under-head h2 {
        font-size: 38px;
        line-height: 48px;
    }


    .scholar-feat-wrap {
        padding: 15px 15px 0px;
    }

    .program-title-cont h3 {
        font-size: 20px;
        width: 63%;
    }

    .program-type {
        padding: 12px 20px;
        font-size: 12px;
    }

    .img-cont {
        height: 190px;
    }

       .program-item .txt-cont {
        padding: 15px 6px 0px !important;
    }

    .deadline-item h6 {
        font-size: 13px;
    }

    .deadline-item {
        gap: 20px;
    }

    .review-item h6 {
        font-size: 13px;
    }

    .button-cont-view {
        font-size: 15px;
    }
    /* Scholar Search Cards End */

   /* Recent Scholar Section */
.recent-scholar-section {
    background-color: #CFE2FF;
    padding: 40px 0px;
}

.recen-schol-cont h3 {
    font-size: 26px;
}
.recen-schol-cont p {
    font-size: 17px; 
}

.schol-feature-image {
    width: 100%;
    height: auto; 
}

.schol-feature-image {
    width: 100%;
    height: auto; 
}
  /* Recent Scholar Section End */



}

@media (min-width:768px) and (max-width:991px) {


     /* Scholar Search Cards start */
       .scholar-under-head h2 {
        font-size: 32px;
        line-height: 40px;
    }


    .scholar-feat-wrap {
        padding: 15px 15px 0px;
    }

      .program-title-cont h3 {
        font-size: 22px;
        width: 80%;
    }

    .program-type {
        padding: 12px 20px;
        font-size: 12px;
    }

    .img-cont {
        height: 190px;
    }

       .program-item .txt-cont {
        padding: 15px 6px 0px !important;
    }

    .deadline-item h6 {
        font-size: 13px;
    }

    .deadline-item {
        gap: 20px;
    }

    .review-item h6 {
        font-size: 13px;
    }

    .button-cont-view {
        font-size: 15px;
    }
    /* Scholar Search Cards End */

  


}


@media (max-width:991px) {

    .page-title-heading {
        width: 100%;
    }

    .special-btn {
        width: unset !important;
    }

    .scnd-lis ul li {
        text-align: left;
    }

    .thrd-lis ul li {
        text-align: left;
    }

    .special-agr-list {
        margin-bottom: 10px;
    }

    .thrd-lis {
        margin-bottom: 43px;
    }

    .special-cta h2 {
        text-align: left;
    }

    .special-cta-section {
        padding: 40px 10px;
    }


 

}

@media (max-width:767px) {

.recent-post-side {
    height:auto;
}

    .banner-section {
        background-image: url(/wp-content/uploads/2026/01/mobileresult-banner.png);
        padding: 90px 0px 90px;
        background-position: center right;
    }

    .signin-cont h6 {
        color: white;
    }


    .program-item {
        flex-wrap: wrap;
    }

    .deadline-item {
        flex-wrap: wrap;
    }

.scholar-under-head h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .scholar-feat-wrap {
        width: 100%;
    }

    .img-cont {
        height: 200px;
        width: 100%;
    }

    .program-title-cont h3 {
        width: 100%;
        font-size: 20px; 
    }

    .uni-cont h6 {
        font-size: 16px;
    }

    .uni-cont {
        margin: 13px 0px 13px 0px;
    }



    .match-view {
        margin-bottom: 16px;
    }


    .degree-cont {
        margin: 0px 0px 16px 0px;
    }

    .locat-review {
        flex-wrap: wrap;
    }

    .deadline-item {
        gap: 16px;
    }

    .locat-review {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .expire-cont {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .button-cont-view {
        width: 100%;
        text-align: center;
    }

    .button-cont-save {
        width: 100%;
        justify-content: center;
    }

      .days-left-col {
        width: 100%;
        padding: 20px 24px;
        text-align: center;
        justify-content: center;
    }

.button-cont-view {
   padding: 20px 24px;
}

    .pagination button {
        width: 40px;
        height: 40px;
    }

    .pagination {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    button.prev,
    button.next {
        display: flex;
    }

    .right-sidebar {
        display: none;
    }


    .other-program-card {
        min-height: 300px;
    }

    .other-pst-cont {
        gap: 10px;
    }

    .recent-scholar-section {
        display: none;
    }

    .other-post-desktop {
        display: none;
    }

    .other-feature-image img {
        width: 100% !important;
    }

    .other-post-mobile {
        display: block;
    }

    .other-program h5 {
        font-weight: 700;
        padding-bottom: 8px;
        margin-bottom: 102px;
    }
.recent-pst-view.blog-btn-desk {
    display: none;
}


}


@media (max-width:374px) {
    .recent-pst-card {
        gap: 14px;
    }
.program-carousel {
    margin-bottom:0px !important;
}
    .recent-pst-content h3 {
        font-size: 15px;
    }

    .recent-feature-image {
        width: 100px;
        height: 100px;
    }


}