/*
Theme Name:    	paradip-child
Description:    Paradip Port
Author:         Paradip
Template:       accesspress-parallax

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* Inner banner Start*/


section.breadcrumb-banner {
    /* min-height: 450px; */
    background: #012;
    color: #fff;
    /* display: flex; */
    align-items: end;
    padding-bottom: 0px;
    position: relative;
    margin-top: 110px;
}


section.breadcrumb-banner figure {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    margin: 0;
}


section.breadcrumb-banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.breadcrumb-banner .content {
    width: 100%;
    position: absolute;
    /* background: linear-gradient(194deg, rgb(28 107 189) 0%, rgb(19 33 62) 100%); */
    min-height: 40px;
    display: flex;
    align-items: center;
    bottom: 0;
    background: linear-gradient(45deg, #ffffff8f 45%, transparent 66%);
}

section.breadcrumb-banner .content .container {
    position: relative;
}

ul#crumbs {
    padding: 0;
    display: inline-flex;
    gap: 20px;
    text-transform: uppercase;
    margin: 0;
}

ul#crumbs li {
    text-decoration: none;
    position: relative;
    list-style: none;
    color: #000;
    font-size: 14px;
    padding: 0 8px;
}

ul#crumbs li a {
    color: #000;
    text-decoration: none;

}

ul#crumbs li:before {
    content: "\f178";
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}

ul#crumbs li:last-child:before {
    display: none;
}

ul#crumbs li:last-child {
    cursor: none;
    color: #922630;
    font-weight: 600;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Inner banner End*/

/* Datatable Start*/

section.datatable_sec {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: white;
}

thead tr th {
    background: transparent;
    color: #8f262f !important;
    vertical-align: middle;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500 !important;
}

.table>:not(caption)>*>* {
    background: transparent;
}

/* .dataTables_wrapper {
    margin-bottom: 0px;
    background: whitesmoke;
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
} */
.dataTables_wrapper {
    margin-bottom: 0px;
    background: whitesmoke;
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    overflow: scroll;
}

table.dataTable>tbody>tr,
.tablepress tbody tr,
table>tbody>tr {
    background-color: #ffffff9c;
    box-shadow: 0 0 3px 0 #8f8f8fcc;
    border-radius: 5px;
}

.tablepress {
    border-spacing: 0 10px !important;
    border-collapse: separate !important;
    padding: 0 4px;
}

table.dataTable,
table {
    border-spacing: 0px 10px;
    border-collapse: separate;
}

.small {
    font-size: 12px;
    color: black;
}

table.dataTable td,
table.dataTable th {
    vertical-align: middle;
    border: none;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    padding-bottom: 4px;
    color: #434343;
    display: inline-block;
    /* width: 200px; */
    float: right;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button:hover {
    background: #912630;
    color: #fff !important;
}

.dataTables_paginate .paginate_button:first-child,
.dataTables_paginate .paginate_button:last-child {
    padding: 0 11px;
    width: auto;
}

.dataTables_paginate .paginate_button,
.dt-container .dt-paging .dt-paging-button {
    width: 30px;
    height: 30px !important;
    text-align: center;
    background: #dfdfdf;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 5px !important;
    margin: 2px;
    box-shadow: 0 0 4px 0 #00000085;
    font-size: 14px;
    color: black;
}

.dataTables_paginate .paginate_button.disabled {
    color: #000 !important;
    cursor: pointer;
    background: #e5d9db !important;
}

span.page-numbers.current,
.dt-container .dt-paging .dt-paging-button.current,
.dt-container .dt-paging .dt-paging-button:hover {
    background: #912630;
    color: white !important;
    border: none !important;
}

.page-numbers {
    background: #e5d9db;
    padding: 7px 12px;
    margin: 0 2px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 0 4px 0 #00000085;
    border-radius: 5px;
}

div#data_length {
    display: inline-block;
}

div#data_info {
    display: inline-block;
}

div#data_paginate {
    display: inline;
    float: right;
    padding-top: 10px;
}

/* .entry_content {
    width: 100%;
    float: left;
    padding: 60px 0 100px;
} */
.entry_content {
    width: 100%;
    float: left;
    padding: 60px 0 100px;
    /* margin-bottom: 100%; */
    background: #ffff;
}

.entry_content p {
    text-align: justify;
}

.tablepress>:where(thead, tfoot)>tr>* {
    background: transparent !important;
    font-weight: 500;
}

.tablepress tbody td {
    color: #000000 !important;
    border: 1px solid #ccc !important;
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255 / 22%);
}

tr.odd td:first-child,
.tablepress tbody tr td:first-child,
table tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

tr.odd td:last-child,
.tablepress tbody tr td:last-child,
table tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Datatable End*/

/* Vertical tab  start */

/* MAIN WRAPPER */
/* .vertical-tab {
    background: #f1f1f1;
    padding: 20px 0;
} */
.vertical-tab .tab-content {
    background: #ffffff;
    padding: 25px;
    border: 1px solid #c43a3a;
    /* red border */
}

/* NAV LINK BASE */
.vertical-tab .nav-pills .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 20px 25px 40px;
    margin-bottom: 15px;
    background: #d9d9d9;
    color: #222;
    font-weight: 500;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: none;
    width: 100%;
    justify-content: center;
}

.vertical-tab .nav-pills .nav-link.simpl {
    padding: 20px;
    justify-content: left;
}

.col-md-10.vertical-tab-righttcon {
    padding-left: 0px;
}

/* LEFT SMALL CURVE EFFECT */


/* ICON CIRCLE */
.tab-icon {
    position: absolute;
    left: -23px;
    width: 60px;
    height: 60px;
    background: #b52b30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
}

.tab-icon img {
    width: 35px;
}

/* DEFAULT ICON COLOR BACKGROUND */
.vertical-tab .nav-link:not(.active) .tab-icon {
    background: #e6e6e6;
    border: 2px solid #fff;
}

/* ACTIVE TAB */
.vertical-tab .nav-pills .nav-link.active {
    background: #9e2a2f;
    color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.vertical-tab .nav-pills .nav-link.active img {
    filter: invert(1);
}

/* ACTIVE RIGHT ARROW */
.vertical-tab .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);

    width: 22px;
    height: 22px;
    background: #ffffff;
    /* same as tab-content bg */
    transform: translateY(-50%) rotate(45deg);
}


/* Vertical tab  End */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #234284;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #912630;
}

.triangle-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.triangle-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

.triangle-list li::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #8b1a1a;
    margin-top: 4px;
    flex-shrink: 0;
}

ul.list-1 {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

ul.list-1 li {
    position: relative;
    padding-left: 17px;
}

ul.list-1 li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #268bc4;
    top: 8px;
    left: 0;
}

a.hyperlink {
    text-decoration: underline;
    text-transform: uppercase;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    position: relative;
    padding-left: 75px;
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    align-items: center;

}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px dashed #9bb6d6;
    background-color: #f4f8fd;
    box-shadow: 0 0 0px 4px white;
    background-image: url("images/ship-list.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
}

ul.feature-list.border-less li:before {
    border: none;
    top: 0;
    transform: unset;
    background-color: #e4f0ff;
    box-shadow: 0 0 4px 0 #d1d1d1;
    left: 1px;
}

ul.feature-list.double-col {
    display: flex;
    flex-wrap: wrap;
}

ul.feature-list.double-col li {
    width: 50%;
    /* display: unset; */
    padding-right: 15px;
}

ul.feature-list.side {
    display: flex;
    gap: 10px;
}

.archieve_in {
    text-align: right;
    padding-top: 10px;
}

.archieve_in a {
    background: whitesmoke;
    color: #912630;
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 7px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid;
    font-size: 14px;
}

.archieve_in a:hover {
    background: #902630;
    color: white;
}

section.datatable_sec .filter-box .form-control:focus {
    color: #0d3f4c !important;
    background-color: var(--bs-body-bg);
    border-color: unset !important;
    outline: 0;
    box-shadow: none !important;
}

section.datatable_sec .filter-box .form-control {

    /* border: 2px solid #c5c5c5 !important; */
    /* color: #0d3f4c !important; */
    color: #000 !important;
    font-size: 14px;
    background-color: whitesmoke;
}

.tablepress tr td,
.tablepress .thead tr th,
.tablepress>:where(thead, tfoot)>tr>* {
    border: none !important;
}

a {
    text-decoration: none;
}

/**/
nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top #onetap-language-list {
    display: none !important;
}

nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info {
    min-height: 175px !important;
    padding-top: 20px !important;
    padding-bottom: 20px;
}

.onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-title {
    display: none !important;
}

.onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information p {
    display: none !important;
}

header.onetap-header-top:before {
    background: unset;
}

nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-site-container .onetap-site-info .onetap-information .onetap-hide-toolbar {
    display: none;
}

/**/

/* Event Calendar */
.em.em-list-widget ul {
    list-style: none !important;
    margin: 0 !important;
}

h2.widget-title {
    font-size: 22px;
}

/* .calendar-wrap {
    box-shadow: 0 0 5px 0 #919191;
    border-radius: 10px;
    padding: 10px;
} */
.em-item-name {
    font-weight: 600;
}

.em.em-modal .em-modal-popup.active .em-modal-content {
    position: relative;
    top: 50px;
}

.em.em-list-widget .em-item .em-item-image.has-placeholder .em-item-image-placeholder {
    max-width: 50px;
}

/* Custom calendar */
.calendar-wrapper {
    box-shadow: 0 0 5px 0 #0000004a;
    border-radius: 10px;
    padding: 15px 20px;
    background: white;
    /* height: 460px; */
    /* overflow: hidden; */
}

.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    /* margin-bottom: 24px; */
    /* padding-bottom: 3px; */
    /* border-bottom: 2px solid #606060; */
    /* background: #9fcae3; */
    /* padding-top: 10px; */
    /* border-radius: 10px; */
}

.calendar-header .nav-controls {
    display: flex;
    gap: 5px;
    align-items: center;
}

.calendar-header button {
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    cursor: pointer;
    /* font-weight: 500; */
    transition: all 0.2s;
    /* font-size: 16px; */
}

.calendar-header button:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.calendar-header .title {
    font-weight: 600;
    font-size: 16px;
    /* color: #fff; */
    margin: 0 15px;
}

.calendar-header .selectors {
    display: flex;
    gap: 5px;
    align-items: center;
}

.calendar-header select {
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    cursor: pointer;
    /* font-weight: 500; */
}

/* Weekday names */
.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    /* background: #e9e9e9; */
    margin: 5px 0;
    position: relative;
    /* border-radius: 0px 0px 10px 10px; */
}

.weekday {
    text-align: center;
    font-weight: 600;
    padding: 6px 4px;
    color: #64748b;
    /* font-size: 0.875rem; */
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* .weekdays:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 20px;
    left: 15px;
    top: -13px;
    /* background: red; 
    border-left: 4px solid #707070;
    border-right: 4px solid #707070;
    border-radius: 4px;
}

.weekdays:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 20px;
    right: 15px;
    top: -13px;
    /* background: red; 
    border-left: 4px solid #707070;
    border-right: 4px solid #707070;
    border-radius: 4px;
} */

/* Dates grid - EXACT same structure as weekdays */
.dates-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.date-cell {
    padding: 0px;
    border-radius: 2px;
    /* border: 1px solid #e7e7e7; */
    flex-direction: column;
    /* overflow: hidden; */
    /* background: #0f9cbb1a; */
    /* aspect-ratio: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s;
    border: 1px solid transparent;
    height: 26px;
}

.date-cell.event-day {
    position: relative;
}

.date-cell:hover {
    border-color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2);
}

.date-cell[aria-hidden="true"] {
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.date-cell[aria-hidden="true"]:hover {
    transform: none;
    box-shadow: none;
}

.date-number {
    font-weight: 700;
    font-size: 14px;
    color: #0f172a;
    text-align: center;
    margin-bottom: 4px;
}

.event-tooltip {
    position: absolute;
    bottom: 107%;
    /* left: 0; */
    /* transform: translateX(-50%); */
    background: #505050;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 38;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: none;
}

.date-cell:hover .event-tooltip {
    display: block;
}

/* Today highlight */
.date-cell.today {
    background: #44b9716b;
    border-color: #999999;
}

/* .date-cell.today .date-number {
    color: #fff;
} */

/* Has events */
.date-cell.event-day,
.date-cell.event-day.weekend {
    background: linear-gradient(135deg, #FFA500, #FFCC33);
    border-color: #ffc023;
}

.date-cell.event-day .date-number {
    color: #000;
}

/* .date-cell.weekend {
    background: #fbe8e8;
    border: 1px solid #ffffff;
} */

.date-cell.weekend .date-number {
    color: #b91c1c;
}

/* Selected */
.date-cell.selected {
    background: #3b82f6;
    border-color: #2563eb;
    box-shadow: 0 8px 16px -4px rgba(59, 130, 246, 0.4);
}

.date-cell.weekend.selected,
.today.weekend {
    background: #912630;
    border-color: #912630;
}

.date-cell.weekend.selected .date-number,
.date-cell.today.weekend .date-number {
    color: #ffffff;
}

.date-cell.selected .date-number {
    color: #ffffff;
}

.date-cell.event-day.selected {
    background: #665e00;
    color: white;
    border-color: #665e00;
}

/* Event details */
.event-details {
    margin-top: 10px;
    padding: 10px;
    background: #f8fafc00;
    /* border: 2px solid #e2e8f0; */
    border-radius: 12px;
    min-height: unset;
}

.event-details p {
    margin: 0;
}

.event-details h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.event-item {
    /* background: #ffffff; */
    /* padding: 16px; */
    /* border-radius: 8px; */
    margin-bottom: 5px;
    /* border-left: 4px solid #3b82f6; */
}

.event-item:last-child {
    margin-bottom: 0;
}

.event-item h4 {
    margin: 0 0 0 14px;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    position: relative;
}

.event-item h4:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: #912630;
    left: -14px;
    top: 6px;
    border-radius: 25px;
}

.event-item p {
    margin: 0;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.5;
}

.muted {
    color: #464646;
    font-style: italic;
}

/* Fancybox caption */
.f-caption {
    font-size: 26px !important;
    font-weight: 600;
    color: #dd9b00;
}

li.lang-item {
    margin: 0 !important;
}

li.lang-item a {
    padding: 0 !important;
}

.hover-image {
    /* width: 100%;
    max-width: 400px;
    height: 400px;
    object-fit: cover; */
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    margin: 0 auto;
    border: 5px solid #912630;
    margin-bottom: 20px;
}

section.sec-top-title {
    padding: 10px 0;
    background: #F0F0F0;
}

section.sec-top-title .heading-3,
section.sec-top-title .heading-3 h4,
section.sec-top-title .lastmodified p {
    margin: 0;
}

section.sec-top-title .heading-3 h4 {
    text-transform: uppercase;
    color: #222222;
    font-size: 22px;
}

/* Responsive */
@media (max-width: 992px) {
    section.breadcrumb-banner {
        margin-top: 104px;
    }
}

@media (max-width: 768px) {
    .calendar-container {
        padding: 16px;
    }

    .calendar-header {
        flex-direction: column;
        align-items: stretch;
    }

    .calendar-header .title {
        font-size: 1.25rem;
        text-align: center;
        margin: 0 0 8px 0;
    }

    .calendar-header .nav-controls,
    .calendar-header .selectors {
        justify-content: center;
    }

    .weekday {
        font-size: 0.75rem;
        padding: 8px 2px;
    }

    .date-number {
        font-size: 0.875rem;
    }

    .event-dot {
        width: 4px;
        height: 4px;
    }

    .event-details {
        padding: 16px;
    }

    .event-item {
        padding: 12px;
    }

    .heading-3.inner-heading h2 {
        position: relative;
        display: inline-block;
        padding: 0 15px 0 0 !important;
        color: #912630;
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }

    .feature-list li {
        display: flow;
    }

    .feature-list li::before {
        width: 42px;
        height: 42px;
    }

    section.sec-top-title .heading-3 h4 {
        font-size: 16px;
    }

    .lastmodified {
        font-size: 12px;
    }

    ul#crumbs li {
        font-size: 12px;
    }
}

@media (max-width:576px) {
    section.breadcrumb-banner {
        height: 105px;
    }

    li.gst-badge {
        display: flex;
        align-items: center;
        gap: 10px;
        width: unset;
    }
}

@media (max-width: 480px) {
    .calendar-container {
        padding: 12px;
    }

    .calendar-header button {
        padding: 6px 12px;
        font-size: 0.875rem;
    }

    .calendar-header select {
        padding: 6px 8px;
        font-size: 0.875rem;
    }

    .date-number {
        font-size: 0.75rem;
    }

    .date-cell {
        padding: 4px;
    }

    .lastmodified {
        top: 0;
        font-size: 12px;
    }

    .connectivity-wrapper ul.nav.nav-tabs.mb-4 {
        justify-content: center;
    }

    .connectivity-wrapper .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        /* color: var(--bs-nav-tabs-link-active-color); */
        background-color: unset;
        /* border-color: var(--bs-nav-tabs-link-active-border-color); */
    }

    .connectivity-wrapper .nav-link.active::before,
    .connectivity-wrapper .nav-link:focus::before,
    .connectivity-wrapper .nav-link:hover::before {
        left: -20px;
        background-image: url('<?php echo get_site_url(); ?>/wp-content/themes/paradip-child/images/bg-curve-left.png');
        position: absolute;
        content: '';
        width: 20px;
        top: -1px;
        height: 100%;
        background-repeat: no-repeat;
        z-index: 111111;
        background-size: 100%;
        transition: all ease-in-out 0.5s;
        display: none;
    }

    .connectivity-wrapper .nav-link.active::after,
    .connectivity-wrapper .nav-link:focus::after,
    .connectivity-wrapper .nav-link:hover::after {
        right: -19px;
        background-image: url('<?php echo get_site_url(); ?>/wp-content/themes/paradip-child/images/bg-curve-right.png');
        position: absolute;
        content: '';
        width: 20px;
        top: -2px;
        height: 100%;
        background-repeat: no-repeat;
        z-index: 111111;
        background-size: 100%;
        transition: all ease-in-out 0.5s;
        display: none;
    }


    /* section.breadcrumb-banner figure img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */

}

@media (max-width:420px) {
    /* section.breadcrumb-banner {
        margin-top: 0 !important;
    } */

    .header-1 a {
        font-size: 9px;
    }

    ul#crumbs li {
        font-size: 10px;
        padding: 0;
    }

    section.sec-top-title .heading-3 h4 {
        font-size: 12px;
    }

    .lastmodified {
        font-size: 10px;
    }


}

@media (max-width: 360px) {
    .connectivity-con .heading-3.inner-heading h2 {
        text-align: left;
    }

    .connectivity-con .heading-3.inner-heading h2:before {
        position: absolute;
        left: 45% !important;
        width: 70px;
        height: 2px;
        content: '';
        top: 22px;
        bottom: 0px;
        margin: auto;
        background: #912630;
        display: none;
    }
}

.heading-3 {
    position: relative;
    margin-bottom: 20px;
}

.heading-3.inner-heading h2 {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
    color: #912630;
    font-size: 24px;
    margin-bottom: 5px;
}

a.hyperlink {
    color: #8f262f;
    position: relative;
    display: inline-block;
    padding-right: 25px;
}

a.hyperlink:before {
    position: absolute;
    content: '\f08e';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    right: 0;
}

a.hyperlink:hover {
    color: #092356;
}

.heading-3.inner-heading h2:before {
    position: absolute;
    left: 100%;
    width: 70px;
    height: 2px;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    background: #912630;
}

.heading-3.inner-heading h3 {
    color: #282828;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    font-size: 14px;
}

/* .heading-3.inner-heading h2:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background: #8f8f8f;
    bottom: 0px;
}

.heading-3.inner-heading h2:after {
    position: absolute;
    width: 25px;
    height: 5px;
    border-radius: 2px;
    left: 0;
    background: #912630;
    bottom: -2px;
    content: '';
    animation: headinanim infinite 20s;
}

@keyframes headinanim {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 25px);
    }
} */
/* ===============================
   UNIVERSAL COMMON CARD DESIGN
================================= */

.common-card {
    background: #f3f3f3;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.common-card:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 15px 35px rgba(0,0,0,0.12); */
}

.common-card figure,
.common-card .media-box {
    margin: 0;
    height: 250px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 #bebebe;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.common-card figure img,
.common-card .media-box img,
.common-card .media-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Remove old shadow from image */
.common-card figure a {
    display: block;
    height: 100%;
    width: 100%;
    box-shadow: 0 4px 4px 0 #bebebe;
}

/* ===== CONTENT SECTION ===== */

.common-card .content,
.common-card .card-content {
    padding: 22px;
    position: relative;
    /* background: #f3f3f3; */
}

/* TITLE */
.common-card h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* DATE */
.common-card .date-1 span,
.common-card .date {
    color: #c62828;
    font-weight: 500;
    font-size: 14px;
}

/* ===== ROUND BUTTON ===== */

.common-card .round-btn,
.common-card .round-arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 42px;
    height: 42px;
    background: #8b0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.common-card .round-btn:hover,
.common-card .round-arrow:hover {
    background: #a50000;
    transform: scale(1.1);
}