/* **************************************Home page css *************************************** */
/* General Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}
.table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
thead tr {
    background-color: #0b2c53;
    color: #ffffff;
    text-align: left;
}

thead th,
tbody td {
    padding: 5px 10px;
    border: 1px solid #dddddd;
}

/* Zebra striping for rows */
tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

/* Responsive Design */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table th,
table td {
    white-space: nowrap;
    /* Prevent cell content from wrapping */
}


@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-sm-block {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .d-lg-block {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

.side_box {
    width: 100%;
    z-index: 100;
    border: 2px solid #0b2c53;
    padding: 10px;
    border-radius: 5px;
}

.side_box.fixed {
    /* position: fixed;
    top: 10px; */
    /* Fixed at 10px from the top */
}

.side_box.absolute {
    position: absolute;
    bottom: 0;
    /* Align to the bottom of the row container */
}

.box_content,.list-single-main-item_content{
    text-align: justify!important;
}
.box_content ul,.box_content ol{
    list-style: revert;
    padding: 0 1.5rem;
    font-size: 16px;
}
.box_content p{
    padding-bottom: 5px;
    text-align: justify;
}
.box_content a{
    color: #dca227;
    font-weight: bold;
}
.fee_act_btn {
    padding: 5px 10px !important;
    margin: 0 10px 0 0 !important;
}

.page_sec_btn {
    position: absolute;
    top: 10px;
    right: 0;
}

.card-info-content .geodir-category-location {
    padding: 0;
}

.sec_btn {
    padding: 5px 15px;
    float: inline-end;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}
.px-1{
    padding: 0 10px !important;
}
.my-2 {
    margin: 20px 0;
}

.d-none {
    display: none;
}

.text-center {
    text-align: center;
}

.listing-item .geodir-category-location {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* effect css */
.hs_trans:hover {
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.5);
    top: -5px;
}

/* Category Sec Css */
.category-item {
    background: #fff;
    padding: 0.5rem;
    border-radius: 4px;
    transition: all 300ms linear;
    margin-bottom: 0;
    align-items: center;
    box-shadow: 0 0 3px 1px #bfbfbf59;
    border: 1px solid #0b2c5366;
}

.category-img {
    width: 3rem;
    border-radius: 10%;
    height: 3rem;
    box-shadow: 0 0 3px 1px #bfbfbf59;
    padding: 0.5rem;
    left: -5%;
    border: 1px solid #0b2c5366;
}

.category-dt {
    padding: 0 0.6rem;
    text-align: justify;
}

.category-item a {
    text-wrap: nowrap;
    overflow: hidden;
    display: flex;
    padding: 2px;
}

.category-item p {
    padding-bottom: 0;
    line-height: 0.5;
    font-size: 13px;
}

.category-item h2 {
    font-weight: normal;
    padding-bottom: 6px;
}

.category-item img {
    width: auto;
    height: 100%;
    border-radius: 10%;
}

/* courses choose sec css */
.tag {
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: 0 0 3px 1px #bfbfbf59;
    margin: 0.5rem;
    font-size: 16px;
    color: #0b2c53;
    background: #fff;
}

.tags {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.option-block {
    display: none;
}

/* Top colleges sec css */

.top_clg_sec .tab_one-item {
    width: 25%;
}

.geodir-category-footer .clg_card_btn {
    padding: 5px 15px;
    float: inline-end;
    margin-right: 5px;
}

.geodir-category-footer .gcf-company {
    border-right: 1px solid #cecece;
    padding-right: 1rem;
}

.listing-filters a.tab_one-filter-active {
    color: #fff;
    background: #0b2c53;
}

.tab_one-item {
    width: 20%;
    position: relative;
    float: left;
    padding: 2px;
}

.gisp .tab_one-item {
    padding: 8px 10px 8px 0;
}

.gisp .tab_one-item .listing-item {
    padding: 0;
    margin-bottom: 0;
}

.tab_one-item-second,
.grid-sizer-second {
    width: 66.6%;
}

.four-column .tab_one-item {
    width: 25%;
}

.four-column .tab_one-item.tab_one-item-second {
    width: 50%;
}

.list-single-main-media .tab_one-item img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.tab_one-item .gal-link {
    top: 50%;
    right: 50%;
    margin: -20px -20px 0 0;
}

.list-single-main-item .tab_one-items .tab_one-item {
    overflow: hidden;
}

.tab_one-item .box-item {
    border-radius: 0;
}

.tab_one-item .listing-item {
    width: 100%;
    margin-bottom: 30px
}

.top_programs>.listing-item{
    width: 25% !important;
}
/* top colleges sec css */
.rt_block {
    display: none;
}

/* small-nav-bar */
#wrapper .sticky-top {
    position: sticky;
    top: 60px;
    z-index: 1000;
    white-space: nowrap;
}

.nav-single-main-item {
    box-shadow: 0 0 3px 1px #bfbfbf59;
    padding: 0;
    z-index: 1;
    margin: 10px 0;
    background: #fff;
}

.left-btn {
    left: 0px;
    z-index: 99;
}

.right-btn {
    right: 0;
    z-index: 99;
}

.scroll-btn {
    background: #0b2c53;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
}

.scroll-container {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 710px) {
    .scroll-container {
        padding: 0 30px;
    }
    .top_programs>.listing-item {
        width: 100% !important;
    }
    
}
.d-flex-scrollable {
    display: flex;
    overflow-x: scroll;
    list-style: none;
    padding: 0.3rem;
    gap: 20px;
    white-space: nowrap;
    scrollbar-width: none;
}

.d-flex-scrollable::-webkit-scrollbar {
    display: none;
    /* Hides scrollbar in Chrome, Edge, Safari */
}

.d-flex-scrollable li {
    padding: 0.3rem;
    border-radius: 5px;
    cursor: pointer;    
}
.d-flex-scrollable li a{
    font-size: 16px;
}
/* .d-flex-scrollable li:hover {
    border-bottom: 3px solid #0b2c53;
    box-shadow: 0 0 3px 1px #bfbfbf59;
    padding: 0.3rem;
    background: #fff;
    border-radius: 5px;
    color: #dca227;
} */
 
.d-flex-scrollable li a:hover {
    border-bottom: 3px solid #0b2c53;
    box-shadow: 0 0 3px 1px #bfbfbf59;
    padding: 0.3rem;
    background: #fff;
    border-radius: 5px;
    color: #dca227;
}



.d-flex-scrollable .active {
    border-bottom: 3px solid #0b2c53;
    box-shadow: 0 0 3px 1px #bfbfbf59;
    padding: 0.3rem;
    background: #fff;
    border-radius: 5px;
    color: #dca227;
}

.scroll-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* small-nav-bar end*/

/* news sec css */
.news_card {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.news_card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news_card .image {
    height: 150px;
    overflow: hidden;
}

.news_card img {
    width: 100%;
    vertical-align: top;
    position: relative;
}

.news_card figcaption {
    margin: -40px 15px 0;
    padding: 15px;
    position: relative;
    background-color: #ffffff;
    border-radius: 1rem;
}

.news_card .date {
    background-color: #0b2c53;
    top: 15px;
    color: #fff;
    left: 15px;
    min-height: 48px;
    min-width: 48px;
    position: absolute;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.news_card .date span {
    display: block;
    line-height: 24px;
}

.news_card .date .month {
    background-color: #dca227;
}

.news_card h1,
.news_card p {
    margin: 0;
    padding: 0;
}

.news_card h1 {
    margin-bottom: 1rem;
    margin-left: 55px;
    font-size: 1em;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

.news_card p {
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

.news_card a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.news_card:hover img,
.news_card.hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/* why choose us sec css */
.why-choose-us {}

.why-choose-us .ct-btn {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 60px;
    position: absolute;
    top: 70%;
    right: 25%;
}

.why-choose-us .ct-btn::before {
    content: "";
    height: 85px;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0b2c53;
    border-radius: 50%;
    animation: choose 1.6s ease-out infinite;
}

@keyframes choose {

    0%,
    30% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: .7;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.why-choose-us .ct-btn a {
    font-size: 30px;
    top: -15px;

}

.why-choose-us .feature-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 0 3px 1px #bfbfbf59;
    border-radius: 1rem;
}

.why-choose-us .feature-box:hover {
    transform: translateY(-10px);
}

.why-choose-us .feature-box:hover .fbc-btn {
    color: #fff;
    background: #dca227;
}

.why-choose-us .feature-box:hover .fbc-btn i {
    color: #fff;
}

/* .why-choose-us .feature-box:hover .fbc-btn {
    background: #dca227;
    color: #fff;
    background-color: #000;
} */

.why-choose-us .feature-box:hover::before {
    background: #0b2c53;
}

.why-choose-us .feature-box::before {
    content: "";
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 70%;
    background: #e7f2ff;
    border-radius: 50%;
}

.why-choose-us .fbc-btn {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    position: relative;
    transition: .4s;
}

.feature-box_content h3 {
    font-size: 18px;
    font-weight: 600;
}

.feature-box_content p {
    text-align: justify;
}

.why-choose-us .finix-text {
    position: relative;
}

.fbc-btn i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #0b2c53;
}

.fbc-btn i :hover {
    font-size: 2rem;
    margin-bottom: 10px;
    background: linear-gradient(132deg, #fff 14.58%, #fff 65.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* blog sec css */


.blog_card {
    margin-bottom: 1rem;
}

.blog_card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}


.blog_card-inner {
    position: relative;
    height: 100%;
    border-radius: 25px 25px 0 25px;
    overflow: hidden;
    border: none;
}

.blog_card-inner .blog_box .blog_img-box {
    inset: 0;
    transition: 0.3s all linear;
}

.blog_card-inner .blog_box .blog_img-box:hover {
    transform: scale(1.1);
}

.blog_card-inner .blog_box .blog_img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-top-left-radius: 50px;
    padding: 12px;
    background-color: white;
}


.blog_icon span {
    transform: rotate(-40deg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: white;
    transition: 0.3s all linear;
}

.blog_icon span {
    background-color: #dca227;
}

.blog_icon i {
    color: white;
    font-size: 24px;
}

.blog_icon:hover span {
    cursor: pointer;
    transform: scale(1.1);
}

.blog_content h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    text-wrap-mode: nowrap;
    overflow: hidden;
}




/* *********************************************************************************************
**********************************Header CSS **************************************************
**********************************************************************************************/


    /* Mega Menu Styling */
    .mega-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        flex-wrap: nowrap;
        justify-content: flex-start;
        height: 75vh;
        text-align: left;
    }

    /* Show Mega Menu on Hover */
    .nav>li:hover .mega-menu {
        display: flex;
    }

    /* Categories Sidebar */
    .categories-names {
        width: 15%;
        background: #f9f9f9;
        border-right: 1px solid #ddd;
        height: auto;
        overflow-y: scroll;
    }

    .categories-names ul {
        padding: 0;
        margin: 0;
    }



    .categories-names ul li a {
        display: block;
        padding: 8px 10px;
        font-weight: bold;
        color: #333;
        transition: background 0.3s;
        font-size: medium;
    }

    .categories-names ul li a:hover,
    .categories-names ul li.active {
        background: #0b2c53;
        clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0 100%);
        color: #ffffff;
    }

    /* Categories Data */
    .categories-data {
        width: 85%;
        overflow-y: scroll;
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
    }

    /* Category Block */
    .category-block {
        display: none;
    }

    .category-block.active {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .category-block .col3 {
        width: 33.333%;
        padding: 10px;
    }

    .category-block .col3 h4 {
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        color: #0b2c53;
        border-bottom: 2px solid #dca227;
        font-size: medium;
    }

    .category-block .col3 ul {
        padding: 0;
        margin: 0;
    }

    .category-block .col3 ul li {
        margin-bottom: 5px;
    }

    .category-block .col3 ul li a {
        color: #333;
        transition: color 0.3s;
        font-size: medium;
    }

    .blurDiv {
        top: 50px;
        bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .2);
        z-index: 1;
        backdrop-filter: blur(10px);
        display: none;
    }
