.breadcrumb-tab.bg-yellow span {
    font-weight: 600;
    font-size: 14px;
}
div.dt-container .dt-paging .dt-paging-button {

    padding: 2px 10px;

}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: #ffffff !important;
    border-radius: 3px;
    border:     1px solid rgb(0 0 0 / 0%) !important;
    background-color: rgb(22 151 237);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgb(22 151 237)));
    background: -webkit-linear-gradient(top, rgb(22 151 237)0%, rgb(22 151 237) 100%) !important;
    background: -moz-linear-gradient(top, rgb(22 151 237)0%, rgb(22 151 237) 100%) !important;
    background: -ms-linear-gradient(top, rgb(22 151 237)0%, rgb(22 151 237) 100%) !important;
    background: -o-linear-gradient(top, rgb(22 151 237)0%, rgb(22 151 237) 100%) !important;
    background: linear-gradient(to bottom, rgb(22 151 237) 0%, rgb(22 151 237) 100%) !important;
}
    .container {
        max-width: 95% !important;
    }
.cirle_dot {
      height: 8px;
    width: 8px;
    background-color: aquamarine !important;
    display: block;
    border-radius: 22px;
}
.photo-gallery{
    height:350px;
}
.sub_menu {
    font-size: 15px;
}
.pagination_web{
        width: auto !important;
    padding: 0px 0px 4px;
}
.arrow-event{

    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.active-tab{
 background: #ffd421;
    border: 2px solid #ffd421;
}
.light-bg-bg{
    background-color:#1c1b1bf0 !important;
}
.menu_list:hover{
    color:#ffffff !important;
}
.photo-graphic-close{
position: absolute;
    z-index: 9;
    background: #b20606 !important;
    right: 25px;
    top: 26px;
    line-height: 0px;
    color: white !important;
    padding: 0px 2px 3px !important;
    outline: unset !important;
    opacity: 1 !important;
    height: 26px !important;
    width: 25px !important
}
.main_bg_light_or{
    background-color:#F8F7F0 !important;
}
.box-height {
    height: 300px;
}
  .tab-chip.nav-link{background:#E4E4E4 !important; color:#000 !important; font-weight:600; border-radius:.6rem;}
      .tab-chip.nav-link.active{background:#FFD421 !important; color:#000; box-shadow:0 0 6px rgba(0,0,0,.15)}
      .shadow-xxs{box-shadow:0 0 4px rgba(0,0,0,.25)}
      .dot-blue{display:inline-block;width:14px;height:14px;border-radius:50%;background:var(--brand-blue);margin-top:.25rem;margin-right:.5rem}
      .table thead th{background:var(--brand-table); color:#fff;}
      .btn-scholar{background:var(--brand-yellow); color:#181717;}
      .btn-rg{background:var(--brand-blue); color:#fff;}
.blog_box{
    min-height:550px;
}
.photo_campus{
      min-height:250px;
}
.video_container {
    height: 222px;
}
.search_bar_width{
    width:50%;
}
.dropdown-select{
    width:320px;
}
.light-green-color{
    background-color:#0AA594 !important;
}
.calender-border{
        border-right: 1px dashed #707070 !important;
    padding-right: 7px;
    margin-right: 4px;
}
        .pagination-section {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            padding-top: 1rem;
            margin-top: 1rem;
        }

        .pagination-section p {
            font-size: 0.875rem;
            margin: 0;
        }

        .pagination-controls {
            display: flex;
            align-items: center;
            gap: 0.375rem;
        }

        .pagination-btn {
            width: 2.25rem;
            height: 33px;
            border-radius: 30px;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.875rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .pagination-btn.arrow {
            background-color: #1697ED;
            color: white;
            width: 2.25rem;
        }

        .pagination-btn.arrow:hover:not(:disabled) {
            background-color: #0d7ec7;
        }

        .pagination-btn.arrow:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .pagination-btn.number {
            background-color: #fff;
            color: #181717;
        }

        .pagination-btn.number.active {
            background-color: #181717;
            color: #fff;
        }

        .pagination-btn.number:hover:not(.active) {
            background-color: #f3f3f3;
        }


        :root {
            --iitm-border: #D3D3D3;
            --iitm-dark: #181717;
            --white: #FFF;
            --lighter-yellow: #F8F7F0;
            --iitm-yellow: #FFD421;
            --iitm-gray: #978B90;
            --iitm-blue: #007DD1;
            --text-dark: #181717;
            --text-muted: #464646;
        }



        .container-max {
            max-width: 1740px;
            margin: 0 auto;
        }

        /* Job Card Styles */
        .job-card {
            border: 1px solid var(--iitm-border);
            border-radius: 8px;
            background-color: var(--white);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            margin-bottom: 10px;
        }

        /* Card Header */
        .job-card-header {
            padding: 1rem;
            border-bottom: 1px solid var(--iitm-border);
        }

        .job-adv-number {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-muted);
            margin-bottom: 0.25rem;
            line-height: 1;
        }

        .job-title {
            font-size: 16px;
            font-weight: 700;
            color: var(--iitm-dark);
            margin-bottom: 0;
            line-height: 1;
        }

        .btn-share-join {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.625rem;
            background-color: var(--iitm-dark);
            color: var(--white);
            border: none;
            border-radius: 8px;
            padding: 0.625rem 1.25rem;
            font-size: 14px;
            font-weight: 700;
            min-width: 111px;
            height: 40px;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .btn-share-join:hover {
            background-color: #2a2a2a;
            color: var(--white);
            text-decoration: none;
        }

        .btn-share-join i {
            font-size: 16px;
        }

        /* Card Body */
        .job-card-body {
            padding: 0.625rem 1rem;
        }

        .job-section {
            margin-bottom: 0.625rem;
        }

        .job-section-title {
            font-size: 14px;
            font-weight: 600;
            color: var(--iitm-dark);
            margin-bottom: 0.3125rem;
            line-height: 1;
        }

        .job-section-text {
            font-size: 14px;
            font-weight: 400;
            color: var(--iitm-dark);
            /* line-height: 1;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden; */
            line-height: 20px;
        }

        /* Card Footer */
        .job-card-footer {
            padding: 0.625rem 1rem;
            border-top: 1px solid var(--iitm-border);
        }

        .job-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            /* margin-bottom: 1rem; */
            font-size: 14px;
        }

        .job-meta-item {
            display: flex;
            align-items: center;
            gap: 0.3125rem;
            font-style: italic;
            line-height: 1.4;
        }

        .job-meta-label {
            font-weight: 700;
            color: var(--iitm-gray);
        }

        .job-meta-value {
            font-weight: 700;
            color: var(--iitm-dark);
        }

        .job-meta-divider {
            width: 1px;
            height: 40px;
            background-color: var(--iitm-border);
            display: none;
        }

        @media (min-width: 576px) {
            .job-meta-divider {
                display: block;
            }
        }

        .job-meta-time i {
            color: var(--iitm-gray);
            font-size: 18px;
        }

        /* Action Buttons */
        .job-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.625rem;
        }

        .btn-action-join {
            padding: 0.625rem ;
            border: none;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            min-height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.2s ease;
            white-space: nowrap;
        }

        .btn-view-ad {
            /* background-color: var(--lighter-yellow); */
            background-color: #F8F7F0;
            color: var(--iitm-dark);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
            min-width: 130px !important; 
        }

        .btn-view-ad:hover {
            background-color: #f0ede0;
            color: var(--iitm-dark);
            text-decoration: none;
        }

        .btn-apply {
            background-color: var(--iitm-yellow);
            color: var(--iitm-dark);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
            min-width: 143px;
            opacity: 0.3;
            cursor: not-allowed;
        }

        .btn-apply:hover {
            background-color: var(--iitm-yellow);
            color: var(--iitm-dark);
            text-decoration: none;
        }

        .btn-apply:disabled {
            opacity: 0.3;
        }

        .btn-result {
            background-color: var(--iitm-blue);
            color: var(--white);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
            min-width: 124px;
            border-radius: 6px;
            font-size: 14px;
        }

        .btn-result:hover {
            background-color: #0063a8;
            color: var(--white);
            text-decoration: none;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .job-card-header {
                padding: 1rem;
            }

            .job-card-body {
                padding: 0.625rem 1rem;
            }

            .job-card-footer {
                padding: 0.625rem 1rem;
            }

            .job-meta {
                gap: 0.5rem;
                font-size: 13px;
            }

            .btn-action-join {
                font-size: 11px;
                padding: 0.5rem 0.75rem;
                min-width: auto;
            }

            .btn-view-ad {
                min-width: auto;
                flex: 1;
                min-width: 140px;
            }

            .btn-apply {
                min-width: auto;
                flex: 1;
                min-width: 120px;
            }

            .btn-result {
                min-width: auto;
                flex: 1;
                min-width: 110px;
            }
        }

        @media (max-width: 576px) {
            body {
                /* padding: 1rem 0.5rem; */ /* troubling in navbar */
            }

            .job-card-header {
                padding: 1rem 0.75rem;
            }

            .job-card-body {
                padding: 0.5rem 0.75rem;
            }

            .job-card-footer {
                padding: 0.5rem 0.75rem;
            }

            .job-title {
                font-size: 15px;
            }

            .job-adv-number {
                font-size: 13px;
            }

            .job-meta {
                gap: 0.5rem;
                font-size: 12px;
                flex-direction: column;
            }

            .job-actions {
                flex-direction: column;
            }

            .btn-action-join {
                width: 100%;
                min-width: unset;
            }

            .btn-share-join {
                align-self: flex-start;
            }
        }
  /* Custom styles for the modal */
        .modal-header-custom {
            background-color: #3E3E42;
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: white;
            padding: 1.25rem;
        }

        .modal-body-custom {
            padding: 1.25rem;
            font-size: 0.875rem;
        }

        .iitm-header {
            display: flex;
            align-items: center;
            gap: 0.56rem;
        }

        .iitm-logo {
            width: 3rem;
            height: 3rem;
            flex-shrink: 0;
        }

        .iitm-text {
            color: white;
            font-weight: bold;
            font-size: 0.875rem;
            line-height: 1.125rem;
            text-transform: uppercase;
            max-width: 20.125rem;
        }

        .iitm-text-en {
            font-size: 0.875rem;
            font-weight: bold;
        }

        .iitm-text-hi {
            font-size: 0.875rem;
            font-weight: normal;
        }

        .btn-close-white {
            filter: invert(1);
        }

        .advertisement-header {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .advertisement-left {
            font-size: 0.875rem;
            font-weight: 600;
            line-height: 1.375rem;
        }

        .advertisement-left .text-muted {
            color: #978B90 !important;
        }

        .advertisement-left .text-dark {
            color: #3E3E42 !important;
        }

        .advertisement-right {
            text-align: right;
            font-size: 0.875rem;
        }

        .text-danger-custom {
            color: #E40D0D;
            font-weight: bold;
            line-height: 1.375rem;
        }

        .text-dark-custom {
            color: #181717;
            font-style: italic;
            font-weight: 600;
            line-height: 1.25rem;
        }

        .divider-custom {
            height: 1px;
            background-color: #D3D3D3;
            margin: 1rem 0;
        }

        .instructions-title {
            font-size: 1rem;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1.25rem;
            margin-bottom: 1rem;
        }

        .instructions-text {
            font-size: 0.875rem;
            line-height: 1.5625rem;
            color: #181717;
            margin-bottom: 1rem;
        }

        .instructions-text a {
            color: #1697ED;
            text-decoration: none;
        }

        .instructions-text a:hover {
            text-decoration: underline;
        }

        .instructions-text strong {
            font-weight: 700;
        }

        .checkbox-custom {
            width: 1.5rem;
            height: 1.5rem;
            background-color: #D9D9D9;
            border: 1px solid #D9D9D9;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 0.25rem;
            transition: background-color 0.2s;
        }

        .checkbox-custom:hover {
            background-color: #C9C9C9;
        }

        .checkbox-custom.checked {
            background-color: #00C8B3;
        }

        .checkbox-icon {
            display: none;
            width: 1.0625rem;
            height: 1.0625rem;
        }

        .checkbox-custom.checked .checkbox-icon {
            display: block;
        }

        .agreement-text {
            font-size: 0.875rem;
            line-height: 1.375rem;
            color: #000;
        }

        .btn-apply {
            width: 10.5rem;
            height: 2.625rem;
            padding: 0.625rem;
            background-color: #1697ED;
            color: white;
            font-weight: bold;
            font-size: 0.75rem;
            border: none;
            border-radius: 0.375rem;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .btn-apply:hover:not(:disabled) {
            background-color: rgba(22, 151, 237, 0.9);
            color: white;
        }

        .btn-apply:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .modal-content {
            border-radius: 0.625rem;
            border: none;
            max-height: 90vh;
            overflow-y: auto;
        }

        .modal-lg-custom {
            max-width: 91.25rem;
        }

        .modal-dialog-custom {
            margin: 1rem;
        }

        .page-content {
            min-height: 100vh;
            background: linear-gradient(to bottom right, #e2e8f0, #cbd5e1);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }

        .page-title {
            font-size: 2.25rem;
            font-weight: bold;
            color: #1e293b;
            margin-bottom: 1rem;
        }

        .page-subtitle {
            color: #475569;
            margin-bottom: 2rem;
            max-width: 28rem;
            margin-left: auto;
            margin-right: auto;
        }

        .btn-primary-custom {
            padding: 0.75rem 1.5rem;
            background-color: #1697ED;
            color: white;
            font-weight: 600;
            border: none;
            border-radius: 0.375rem;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .btn-primary-custom:hover {
            background-color: rgba(22, 151, 237, 0.9);
            color: white;
            text-decoration: none;
        }

        @media (max-width: 768px) {
            .advertisement-header {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .advertisement-right {
                text-align: left;
            }

            .modal-lg-custom {
                max-width: 100%;
            }

            .iitm-text {
                font-size: 0.75rem;
                line-height: 1rem;
            }

            .modal-header-custom {
                flex-wrap: wrap;
            }
        }
