@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px;
    }
}

a {
    text-decoration: none !important;
}

.color-a {
    color: #ab241b;
}

.color-b {
    color: #3b75a59d;
}

.color-c {
    color: #0096879f;
}

.color-d {
    color: #df950079;
}

.color-e {
    color: #ada7a7;
}

.color-f {
    color: #ff9800;
}

.color-g {
    color: #ffffff !important;
}

/* innerpage css  */

.top-heading {
    border-radius: 6px;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.section_padding {
    padding: 100px 0px;
}

.form-control:focus,
.form-control:visited {
    outline: none;
    box-shadow: none;
}

.form-select:focus,
.form-select:focus-visible {
    outline: none;
    box-shadow: none;
}

.txt-white {
    color: #fff;
}

/* Top Banner css */
#brade_crum {
    background: url("../images/inner-top-banner.svg") center center / cover
        no-repeat;
    width: 100%;
    height: 50vh;
    display: grid;
    place-items: center;
}

.brade_crum p,
.brade_crum p a,
.brade_crum2 p,
.brade_crum2 p a {
    color: #fff;
    text-decoration: none;
}

.brade_crum p a:hover,
.brade_crum2 p a:hover {
    color: var(--its-primary-color);
}

.brade_crum h2,
.brade_crum2 h2 {
    color: #fff;
    letter-spacing: 0.5px;
    display: none;
}

/* ===============================
   Dynamic Inner Banner
================================= */
#brade_crum2 {
    width: 100%;
    height: 500px;
    min-height: 420px;
    position: relative;
    overflow: hidden;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f5f5f5;

    display: flex;
    align-items: flex-end;
}

/* Overlay for text visibility */
#brade_crum2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.15)
    );
    z-index: 1;
}

/* Breadcrumb Box */
.brade_crum2 {
    position: relative;
    z-index: 2;
    width: auto;
    background: rgba(14, 14, 14, 0.65);

    padding: 14px 5%;

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.brade_crum2 p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

/* ===============================
   Mobile Responsive
================================= */
@media (max-width: 768px) {
    #brade_crum2 {
        height: 300px;
        min-height: 260px;
        background-position: center;
    }

    .brade_crum2 {
        padding: 12px 20px;
    }

    .brade_crum2 p {
        font-size: 14px;
    }
}

.pt-5 {
    padding-top: 50px;
}

.pb-5 {
    padding-bottom: 50px;
}

.txtbx .ch-namebx {
    background: var(--its-primary-color);
    padding: 30px 40px;
    width: 125%;
    z-index: 9;
    color: #fff;
}

.txtbx p {
    padding: 30px 40px;
}

.txtbx h2 {
    color: #fff;
}

.campusbx {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

.campusbx:hover img {
    transform: scale(1.1);
}

.c_txt {
    background: #393939;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.c_txt h5 {
    color: #fff;
}

.c_txt a {
    color: var(--its-secondry-color);
    text-decoration: none;
}
.back-btn {
    border: none !important;
    padding: 0.625rem 1.25rem !important;
    background-color: #eea62b !important;
    color: #5f111e !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    border-radius: 0.75rem !important;
    box-shadow:
        0 2px 15px -3px hsla(350, 25%, 15%, 0.08),
        0 4px 6px -4px hsla(350, 25%, 15%, 0.05);
}
.back-btn:hover {
    background-color: #eccb93 !important;
    color: #5f111e !important;
}
@media (max-width: 600px) {
    .txtbx .ch-namebx {
        width: 100%;
    }
    #brade_crum2 {
        height: 300px;
        background-position: unset;
    }
    figure.table {
        overflow-x: scroll;
        width: auto;
    }
    .page-link i {
        border: none !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }
    .pagination .page-item .page-link {
        min-width: 20px !important;
        height: 20px !important;
        padding: 15px !important;
        border-radius: 10px !important;
        font-size: 13px !important;
    }
    .pagination {
        padding: 10px 0 !important;
    }
}

/* C */
.select_bx {
    background: var(--its-primary-color);
    border-radius: 10px;
}

.select_bx select.form-select:hover,
.select_bx select.form-select:focus,
.select_bx select.form-select:visited {
    box-shadow: none !important;
    outline: none;
    border: 1px solid #fff !important;
}

.select_bx select.form-select {
    background: transparent;
    color: #fff;
}

.select_bx option {
    background: var(--its-primary-color);
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
}

table.affliations_table {
    border: 1px solid var(--bs-border-color);
}
.affliations_table tr td a img {
    text-align: center;
    margin: auto;
}

.affliations_table tr:hover td {
    background-color: #f5f5f5;
    transition: all 0.25s ease;
}

.affliations_table tr td {
    font-weight: 600;
    vertical-align: baseline;
    padding: 8px 15px;
}

.affliations_table tr:nth-child(odd) td {
    background: var(--color-bg3);
}

.affliations_table thead tr th {
    background: #d3d3cb !important;
    padding: 10px;
}

.affliations_table thead tr th:last-child,
.affliations_table tr td:last-child {
    text-align: right;
}

.accord button.accordion-button {
    /* background: var(--its-primary-color); */
    background: var(--color-bg1);
    color: var(--its-secondary-color);
    /* font-size: var(--its-h5-fontsize); */
    font-weight: 500;

    /* color: #fff; */
    border-bottom: 1px solid #fff;
}

.accord .accordion-item {
    border: none;
}

.nested_accordion button.accordion-button {
    background: #d3d3cb;
    color: #393939;
    border-bottom: 1px solid #0000002b;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button::after {
    color: #fff !important;
}

.side_accord button.accordion-button {
    background-color: #363636;
    color: #fff;
}

.side_accord .accordion-body {
    background-color: #363636;
    color: #fff;
}

.listbx li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.listbx li a:hover {
    color: var(--its-secondry-color);
}

.accordion-button a {
    display: flex;
    text-decoration: none;
    color: #fff;
}

.listbx li a i {
    margin-right: 10px;
}

/* TAB CONTAINER */
.nav-tabs {
    border-bottom: none;
    gap: 3px;
}

/* TAB BUTTON */
.nav-tabs .nav-link {
    border: none;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 400;
    color: #555;
    background: #f1f1f1;
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.nav-tabs .nav-link:hover {
    background: #e0e0e0;
    color: #000;
}

/* ACTIVE TAB 🔥 */
.nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #ffb300, #ff6f00);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

/* REMOVE BLUE OUTLINE */
.nav-tabs .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.CSR_ctivities .nav-tabs .nav-item.show .nav-link {
    background: var(--its-primary-color);
    /* font-size: var(--its-h5-fontsize); */
    font-weight: 500;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.CSR_ctivities ul li.nav-item button {
    background: #dbdbdb;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    /* margin-left: 2px; */
}

#myTab {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: none;
}

#myTab .nav-item {
    margin: 0;
}

#myTab .nav-link {
    font-size: 14px; /* smaller text */
    font-weight: 500;
    border-radius: 10px;
    white-space: nowrap; /* prevent text break */
    min-width: auto;
}
#myTabContent .tab-pane {
    padding-left: 40px;
    padding-right: 40px;
}

.accordion-button img {
    margin-right: 20px;
}

.downlaodbx {
    position: absolute;
    right: 30px;
}

.downlaodbx a {
    color: var(--its-primary-color);
    font-weight: 700;
    text-decoration: none;
}

.downlaodbx a i {
    font-size: 20px;
    padding: 0px 10px;
}

/* Change the arrow color for collapsed state */
.accordion-button.collapsed::after {
    color: #fff !important;
}

/* Change the arrow color for expanded state if needed */
.accordion-button:not(.collapsed)::after {
    color: #fff !important;
}

/* Seminars css */

/* .datebx {
    display: grid;
    align-items: center;
    place-content: center;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    height: auto;
}

.semi_bx {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #e8e8e800;
    position: relative;
}

.samidata p {
    padding-bottom: 0;
    margin-bottom: 0;
} */

/* Main Card */
.semi_bx {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.semi_bx:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
    border-color: #ff9800;
}

/* Date Box */
.datebx {
    min-width: 95px;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff8ef, #ffe7c2);
    border: 1px solid #ffd8a8;
    text-align: center;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.12);
}

.datebx h6 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #b30000;
    letter-spacing: 0.5px;
}

.datebx h6 span {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #ff9800;
    margin-top: 4px;
    text-transform: uppercase;
}

.empty-state-box {
    text-align: center;
    padding: 50px 25px;
    border-radius: 14px;
    background: #fff8f0;
    border: 1px dashed #ffcc80;
    color: #777;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.empty-state-box h5 {
    font-size: 20px;
    font-weight: 600;
    color: #b30000;
    margin-bottom: 10px;
}

.empty-state-box p {
    margin: 0;
    font-size: 15px;
    color: #666;
}
/* Content */
.samidata {
    flex: 1;
}

.samidata p {
    margin-bottom: 8px;
    padding-bottom: 0;
    line-height: 1.7;
    color: #555;
    font-size: 15px;
}

.samidata p b {
    display: block;
    font-size: 18px;
    color: #111;
    margin-bottom: 8px;
}

/* Read More */
.viewDetails {
    display: inline-block;
    margin-left: 6px;
    font-weight: 600;
    color: #ff9800;
    text-decoration: none;
    transition: 0.3s ease;
}

.viewDetails:hover {
    color: #b30000;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .semi_bx {
        flex-direction: column;
        align-items: flex-start;
    }

    .datebx {
        width: 100%;
        min-height: auto;
        padding: 12px;
    }
}

/* Faculty page css */

.facultybx {
    padding: 20px;
    border: 1px solid #d3d3cb;
    border-radius: 10px;
    text-align: center;
}

.fac_img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

.fac_img img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #bababa;
}

.factxt h3 {
    font-size: 18px;
    color: var(--its-primary-color);
    padding-top: 10px;
    margin: 0px;
}

.factxt h4 {
    font-size: 16px;
    color: var(--its-txt-primary-color);
}

.factxt a {
    text-decoration: none;
    color: var(--its-txt-primary-color);
}

/* Career csss */
.select_bx label {
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
}

.career_bx ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.career_bx ul li p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.c_btn {
    background: #ab241b;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}

.career_bx {
    border: 1px solid #aaa;
    border-radius: 10px;
    margin: 20px 0px;
    padding: 20px;
}

/* Contact page css */

#contact-us .form-group lable {
    font-weight: 600;
    line-height: 40px;
}

#contact-us .form-control:focus,
#contact-us .form-control:visited {
    outline: none;
    box-shadow: none;
    border-color: #ab241b;
}

#contact-us .form-select:focus,
#contact-us .form-select:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: #ab241b;
}

#contact-us input::placeholder {
    font-size: 14px;
}

#contact-us .form-select {
    font-size: 14px;
}

#contact-us .form-group label {
    font-weight: 600;
}

textarea.form-control::placeholder {
    color: #000;
}

#our_laoction {
    background: #393939;
}

.addbx h6 {
    color: #ffffffd9;
}

.addbx {
    display: flex;
    align-items: flex-start;
    padding: 5px 0px;
}

.addbx i {
    color: #fff;
    font-size: 20px;
}

.con_area h2,
.con_area p {
    color: #fff;
}

.addtxtbx {
    padding: 0px 20px;
}

.addtxtbx p {
    text-align: left;
    font-size: 12px;
    color: #c7c6c6;
}

.add_area h5 {
    color: #fff !important;
}

hr {
    background: #fff !important;
    width: 5px;
    color: #fff;
    width: 100%;
}

/* Current Publications  Page*/
.current_publications li {
    list-style: disc;
    list-style-position: outside;
    line-height: 25px;
}

ul.current_publications {
    padding-left: 15px;
}

/* course page css */

.course_bx ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.course_bx .h5 {
    font-weight: 800;
}

.course_bx ul li p {
    margin-bottom: 0px;
}

.course_bx ul li a i {
    font-size: 30px;
    color: #ab241b;
}

/* .course_bx {
    border-bottom: 1px solid #aaa;
    padding: 20px 0PX;
} */

.course_bx strong {
    font-weight: 600;
}

.course-info-box {
    background: #fdf2dd;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.course-title {
    font-size: 32px;
    font-weight: 700;
    color: #8b0000;
    margin-bottom: 25px;
}

.course-meta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 25px;
}

.meta-row {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.meta-label {
    font-weight: 700;
    min-width: 140px;
    color: #111;
}

.meta-value {
    color: #444;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.feature-badge {
    background: linear-gradient(135deg, #ff9800, #ff6f00);
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(255, 152, 0, 0.25);
}

.course-description {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
}

/* Course Details page */
.back_btn.btn {
    width: 100px;
    background: #ff9800;
    padding: 10px;
    color: #fff;
    border: none;
}

.back_btn.btn:hover {
    width: 100px;
    background: #ff9800;
    padding: 10px;
    color: #fff;
    border: none;
}

.back_btn1.btn {
    width: 100px;
    background: #aa241b;
    padding: 10px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.back_btn1.btn:hover {
    width: 100px;
    background: #aa241b;
    padding: 10px;
    color: #ffffff;
    border: none;
}

.outline_btn {
    border: 1px solid #ab241b;
    color: #aa241b;
    font-weight: 500;
    border-radius: 5px;
}

.outline_btn:hover {
    border: 1px solid #ab241b;
    background-color: #aa241b;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.non-bg-table tr {
    border-bottom: transparent;
}

.non-bg-table th,
.non-bg-table td {
    background: transparent;
}

.disk-list li {
    list-style: disc;
    line-height: 20px;
    padding-bottom: 15px;
    margin-left: 15px;
}

/* Admission Brochures */
.admission-bro ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #ff000014;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.admission-bro ul li p {
    margin-bottom: 0px;
}

/* Contact Admission Cell */
.admi_cell tr th {
    background: #f0f0f0;
}

/* Admission Open 2024 */
.admi_bx a {
    text-decoration: none;
    font-weight: 700;
    padding: 0px 30px;
}

/* placement css */
.feat_bx {
    display: grid;
    align-items: center;
    place-content: center;
    margin: auto;
    text-align: center;
    min-height: 150px;
    gap: 20px;
}

.feat_bx img {
    margin: auto;
}

.feachredbx {
    margin: 20px 0px;
}

.feat_bx {
    margin: 10px 0px;
}

.feachredbx .box1 {
    border: 1px solid var(--its-primary-color);
    color: var(--its-primary-color);
    border-radius: 10px;
}

.feachredbx .box2 {
    border: 1px solid #01c0d1;
    color: #01c0d1;
    border-radius: 10px;
}

.feachredbx .box3 {
    border: 1px solid #009688;
    color: #009688;
    border-radius: 10px;
}

.feachredbx .box4 {
    border: 1px solid #1a83a8;
    color: #1a83a8;
    border-radius: 10px;
}

.feachredbx .box5 {
    border: 1px solid #789d4a;
    color: #789d4a;
    border-radius: 10px;
}

.feachredbx .box6 {
    border: 1px solid #ff9800;
    color: #ff9800;
    border-radius: 10px;
}

/* Vice chairmen */

.vice-cha {
    position: relative;
}

.v_txt {
    background: var(--its-primary-color);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.v_txt h5 {
    margin-bottom: 0px;
}

/* Gallery */

.photobx img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    /* height: 200px; */
}

.photobx p,
.videobx p,
.viewbx_360 p {
    padding: 15px 0px;
}

@media (min-width: 600px) {
    img#modalImage {
        width: 90%;
        object-fit: cover;
    }
}

/* for all top heading */
.top_hdeadin {
    /* background: #ab241b;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff; */
    margin-bottom: 20px;
    border-bottom: 1px solid;
}

/* shining-it-sians css */
.shiningbx {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 20px;
    background: #3939390f;
    padding: 20px;
}

@media (max-width: 600px) {
    .shiningbx {
        display: block;
        flex-wrap: wrap;
    }
}

.shiningbx img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.shinin_txtbx p {
    margin-bottom: 5px;
}

/* Bullet List */
.list_box ul li {
    list-style: disc;
    list-style-position: inside;
    margin-left: 10px;
}

/* border-table */
.table {
    width: 100%;
    border-collapse: collapse;
}

.bordr-table .table tr {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 8px;
}

.bordr-table .table tr:first-child td {
    border-top: 1px solid #dee2e6;
}

.bordr-table .table tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.bordr-table .table td:first-child {
    white-space: nowrap;
}

/*  */

.usp_img {
    background: #aaaaaa30;
    margin-bottom: 20px;
    padding: 20px;
}

.usp_img img {
    margin: auto;
    min-width: 160px;
}

/* Awards & Ranking */

.awardsbx {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #3939390f;
    padding: 20px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .awardsbx {
        display: block;
        flex-wrap: wrap;
    }
}

.awardsbx img {
    min-width: 200px;
    height: 100px;
    object-fit: cover;
}

.awards_txtbx p {
    margin-bottom: 5px;
}

/* Testmonials */
.testibox {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #39393930;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .testibox {
        display: block;
        flex-wrap: wrap;
    }
}

.testibox img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #39393930;
}

.testibox p {
    margin-bottom: 5px;
}

p.subtxt {
    font-size: 13px;
}

.pagination {
    background: #f5f5f5;
    margin-bottom: 0;
    padding: 10px;
}

.pagination .page-link {
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    background: transparent;
    padding: 15px;
    padding-bottom: 10px;
}

.page-link i {
    border: 1px solid #aaa;
    padding: 10px;
    margin-top: -10px;
}

.page-link i:hover {
    color: white !important;
    background: #ab241b;
}

.page-item a,
.page-item span {
    margin: 0px 5px;
}

.page-item a:hover {
    color: white !important;
    background: #ab241b;
}

.page-item.active > a,
.page-item.active > span {
    color: white !important;
    background: #ab241b;
}

/* More images blur CSS */

.placeholder a {
    position: relative;
}

.placeholder span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #848484;
    color: #fff;
    display: inline;
    padding: 10px;
    font-size: 15px;
    width: 100px;
}

.placeholder > span:hover {
    background-color: #ab241b;
    color: #fff;
}

.placeholder img {
    filter: blur(3px);
    border: none;
    box-shadow: none;
}

.placeholder img:hover {
    filter: blur(0px);
}

.modal-body > .img-fluid {
    width: 100%;
    height: auto;
}

/* Aqar Date Slider */
.aqar_bx {
    overflow-x: hidden;
    width: 94%;
    position: relative;
    display: flex;
    /* height: 40px; */
    flex-direction: row;
    flex-wrap: nowrap;
    /* border-bottom: 1px solid #202020 !important; */
    margin: auto !important;
}

.aqar_bx {
    -webkit-scrollbar {
        display: none;
    }
}

.aqar_bx ul::-webkit-scrollbar {
    display: none;
}

.aqar_bx {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.aqar_bx li {
    width: 148px;
    display: flex;
}

.aqar_bx li.nav-item button {
    width: 160px;
}

.aqar_date_slider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aqar_date_slider ul li.nav-item button {
    padding: 8px 7px;
}
.aqar_date_slider ul li.nav-item button.active {
    border-radius: 6px;
}

.arrow-icon i {
    background: #ab241b;
    color: #fff;
    width: 20px;
    height: 40px;
    font-size: 20px;
    padding: 10px 8px;
}

/* Ashok added css */
.aqar_bx ul {
    gap: 7px;
}

.aqar_bx li.nav-item button {
    width: 160px;
}

.aqar_bx li {
    max-width: 214px;
    display: flex;
    flex-flow: nowrap;
}

.aqar_bx li.nav-item button {
    padding: 4px 7px;
}

a.arrow-icon.right,
a.arrow-icon.left {
    margin: 5px;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
}

.arrow-icon i {
    background: #ab241b;
    color: #fff;
    width: 36px;
    /* height: 36px; */
    font-size: 20px;
    padding: 10px 8px;
}

/* Contact CRC thead */
.table_head thead tr th {
    background: #d3d3cb !important;
    padding: 15px;
}

.feeTable th {
    background: #363636;
    color: #fff;
}

/* Reach US */
.loc-link a {
    width: 100%;
    background: #ab241b;
    border-radius: 5px;
    margin: 15px 0px;
    display: block;
    padding: 10px;
    color: #fff;
}

.trending-events .listbx li a {
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.trending-events .listbx span {
    font-size: 12px;
    color: var(--its-primary-color);
    display: block;
}

/* Director PR  */

.strip {
    background: #ab241b;
    padding: 20px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Wrapper spacing */
.pagination {
    gap: 8px;
    flex-wrap: wrap;
}

/* Page Item */
.pagination .page-item .page-link {
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    border: none;
    background: #f8f9fa;
    color: #444;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

/* Hover */
.pagination .page-item .page-link:hover {
    background: #ff9800;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(255, 152, 0, 0.25);
}

/* Active */
.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #ff9800, #ff6f00);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 152, 0, 0.35);
}

/* Disabled */
.pagination .page-item.disabled .page-link {
    background: #eee;
    color: #aaa;
    cursor: not-allowed;
    box-shadow: none;
}

/* Prev/Next Icon */
.pagination .page-link i {
    font-size: 13px;
}
