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


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

.page-title-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.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-fold {
    margin-bottom: 30px;
}


/*  View Single country Fun Fact start */

.single-uni-facts {
    padding: 16px 6px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.first-fact {
    background-color: #DFF3FE;
}

.fact-icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.fact-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.single-uni-facts h4 {
    font-size: 20px;
    font-weight: 600;
    color: #173E79;
    margin: 0px;
}

.single-uni-facts p {
    font-size: 20px;
    font-weight: 400;
    color: #173E79;
    margin: 0px;
}

.fact-cont {
    text-align: center;
}

.scnd-fact {
    background-color: #FDDFDF;
}

.scnd-fact h4,
.scnd-fact p {
    color: #CD0C0C;
}

.thrd-fact {
    background-color: #FDF7DF;
}

.thrd-fact h4,
.thrd-fact p {
    color: #9D7F07;
}

.frth-fact {
    background-color: #F1DEFE;
}

.frth-fact h4,
.frth-fact p {
    color: #7B00CF;
}


.fvth-fact {
    background-color: #DFFDE1;
}

.fvth-fact h4,
.fvth-fact p {
    color: #008209;
}


.single-fun-fact {
    margin-bottom: 24px;
}


/*  View Single country Fun Fact End */


/* Search Result Left Side */


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

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

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

.program-item .txt-cont {
    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;
    width: 100%;
}


.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;
}

.deadline-item h6 a {
    color: unset;
    text-decoration: none;
}

.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 {
    background-color: #173E79;
    font-size: 16px;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content:center;
}

.button-cont-view {
    background-color: #173E79;
    font-size: 16px;
    padding: 10px 24px;
    color: #fff;
    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;
}

.button-cont-save a:hover {
    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;
}






/* 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;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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


.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 */



/* Right Sidebar */
.quick-link-side li {
    margin-bottom: 16px;
    background-color: #FBFBFB;
    padding: 9px;
}

.right-sidebar {
    padding-left: 44px;
}

.right-top-uni {
    width: 26%;
}


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

.right-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-sidebar li {
    margin-bottom: 30px;
}

.right-sidebar li a {
    display: flex;
    align-items: center;
    gap: 20px;

    font-size: 18px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
}

.right-sidebar li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}


.quick-link-side li a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #323232;
    text-decoration: none;
}
.Top-uni-section {
    margin-bottom: 90px;
}

.quick-link-side li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.quick-link-side li {
    margin-bottom: 16px;
}

.top-uni-side {
    margin-bottom: 50px;
}

/* Right Sidebar End*/
.recent-pst-view {
    display: flex;
    justify-content: end;
}





@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;
}

.other-program h5 {
    display: none;
}


/* MObile Filter */
.filters-row {
  display: none;
}



.mobile-keyword .filter-box {
  padding: 0px;
  border: none;
   display: flex;
    justify-content: center;
    gap: 11px;
}

.mobile-keyword .filter-box input[type="text"] {
  height: 50px;
  width: 83%;
  border: 1px solid #e0e0e0;
  outline: none;
  border-radius: 8px;
  padding: 17px;
}

.mobile-keyword .filter-box input[type="text"]::placeholder {
  color: #173E79;
}


.filter-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* MObile-Filter End */

@media (min-width:1440px) {
    .page-title-heading h1 {
        width: 70%;
        margin: 0 auto;
    }
}


@media (min-width:1200px) and (max-width:1366px) {



    .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 */
    /* Fun Fact  */
    .single-uni-facts h4 {
        font-size: 16px;
    }

    .single-uni-facts p {
        font-size: 16px;
    }
}


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


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

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

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

.pagination .next {
     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 */

    .right-sidebar {
        padding-left: 14px;
    }

    /* Fun Fact  */
    .single-uni-facts h4 {
        font-size: 14px;
    }

    .single-uni-facts p {
        font-size: 14px;
    }


    .right-sidebar li a {
        font-size: 16px;
    }

    .quick-link-side li a {
        font-size: 20px;
    }


}

@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 */
    .single-uni-facts h4 {
        font-size: 17px;
    }

}


@media (max-width:991px) {
    .right-sidebar {
        margin-top: 50px;
        padding-left: 14px;
    }

    .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-schol {
        margin-bottom: 128px;
    }

    .banner-section {
        background-image: url(/wp-content/uploads/2026/01/mobile-banner.png);
                padding: 108px 0px 108px;

        background-position: center right;
    }


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


    .signin-cont h6 {
        color: white;
    }

    .site-header {
        padding: 16px 0px;
    }

    .page-title-heading h1 {
        font-size: 32px;
        line-height: 42px;
    }

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

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

    .scholar-under-head h2 {
        font-size: 32px;
        line-height: 38px;
    }

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

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

    .program-title-cont h3 {
        width: 100%;
    }

    .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;
    }

    .recent-pst-view.special-btn .button-cont-view {
        width: unset !important;
    }

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

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

      .days-left-col {
        width: 100%;
        padding: 16px 24px;
    }

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

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

     .prev, .next {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .blog-btn-desk {
        display: none;
    }

    .browse-by-subject {
        display: none;
    }

    .single-uni-facts {
        margin-bottom: 20px;
    }

    .filters-row {
        display: block;
        margin-bottom: 30px;
    }
.breadcrumb-area .container {
    padding: unset;
}

}


@media (max-width:374px) {
    /* .recent-pst-card {
        gap: 14px;
    }

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

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

    .recent-post-side {
        height: 560px;
    } */

}