/*
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:before {
    position: absolute;
    content: '';
   /* background: url(images/section-2-bg-1.png);*/
    width: 500px;
    height: 100px;
    bottom: -2px;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: bottom right;
}

section.breadcrumb-banner figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
}

section.breadcrumb-banner figure::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    /*background: linear-gradient(360deg, black, transparent);*/
    bottom: 0;
}

section.breadcrumb-banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.breadcrumb-banner .content {
    width: 100%;
    position: relative;
  /*  background: linear-gradient(194deg, rgb(28 107 189) 0%, rgb(19 33 62) 100%);*/
    min-height: 40px;
    
    display: flex;
    align-items: center;
}

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: #fff;
	font-size:11px;
}

ul#crumbs li a {
    color: #fff;
    text-decoration: none;

}

ul#crumbs li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #ffffff80;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(25deg);
}

ul#crumbs li:last-child:before {
    display: none;
}

ul#crumbs li:last-child {
    cursor: none;
}

/* Inner banner End*/

/* Datatable Start*/

section.datatable_sec {
    padding: 60px 0;
    background: url(images/datablebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.7; */
    position: relative;
    /* margin-bottom: 100%; */
}

thead tr th {
    background: #234284 !important;
    color: white !important;
    vertical-align: middle;
}

.dataTables_wrapper {
    margin-bottom: 0px;
}

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: #207db0;
    color: #fff !important;
}

.dataTables_paginate .paginate_button:first-child,
.dataTables_paginate .paginate_button:last-child {
    padding: 0 11px;
    width: auto;
}

.dataTables_paginate .paginate_button {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #dfdfdf;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 25px;
    margin: 2px;
    box-shadow: 0 0 4px 0 #00000085;
}

.dataTables_paginate .paginate_button.disabled {
    color: #0d3f4c !important;
    cursor: pointer;
    background: #e5d9db !important;
}

span.page-numbers.current {
    background: #207db0;
    color: white;
}

.page-numbers {
    background: #e5d9db;
    padding: 7px 12px;
    margin: 0 2px;
    color: #0d3f4c;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 0 4px 0 #00000085;
    border-radius: 25px;
}

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: #234284 !important;
    color: #fff !important;
    border: 1px solid #ccc !important;
}

.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(36 68 136 / 9%);
}

/* Datatable End*/

/* Vertical tab  start */

.vertical-tab {
    /* padding: 30px 0 10px; */
    box-shadow: 0 0 3px 0 #909090;
}

.vertical-tab-leftcon {
    display: flex;
    padding-right: 0;
}

.vertical-tab-left {
    border-right: 5px solid #1586a3;
    max-width: 100%;
    width: 100%;
    margin-right: 0 !important;
    border-top: 1px dotted #ccc;
}

.vertical-tab-leftcon .nav-wrap {
    background: #f7f7f7;
    width: 100%;
}

.vertical-tab .nav-pills .nav-link.active {
    background: #106980;
    color: #fff;
}

.vertical-tab .nav-pills .nav-link {
    text-align: left;
    padding: 15px 10px;
    border-radius: 0;
    color: #000;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    line-height: 17px;
}

.vertical-tab-righttcon {
    padding-left: 0;
}

.vertical-tab .tab-content {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 4px 1px 10px #e5e5e5;
}

.vertical-tab h3 {
    font-size: 22px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
    position: relative;
}

.vertical-tab h3::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 107px;
    left: 9px;
    bottom: 1px;
    /* top: -2px; */
    background: #3c98af;
}

.vertical-tab .scroll-bar-2 {
    overflow-y: scroll;
    padding: 0 10px 10px 0;
    margin: 0 0 10px 0;
    max-height: 590px;
    overflow-x: clip;
}

.vertical-tab-new {
    background: url(images/vertical-bg.jpg);
    background-repeat: repeat;
    position: relative;

}

.vertical-tab-new .container {
    position: relative;
}

/* 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;
}

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;
}

.archieve_in {
    text-align: right;
    padding-top: 10px;
}

.archieve_in a {
    background: #646363;
    color: #fff;
    text-decoration: none;
    padding: 10px 45px;
    border-radius: 30px;
    font-weight: 600;
}

.archieve_in a:hover {
    background: #902630;
}

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;
}
.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: 1px 8px;
    border-radius: 8px;
    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: 700;
    font-size: 18px;
    color: #fff;
    margin: 0 15px;
}

.calendar-header .selectors {
    display: flex;
    gap: 5px;
    align-items: center;
}

.calendar-header select {
    padding: 4px 5px;
    border-radius: 8px;
    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-bottom: 5px;
    position: relative;
	border-radius:0px 0px 10px 10px;
}

.weekday {
    text-align: center;
    font-weight: 700;
    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 {
    aspect-ratio: 1;
    padding: 0px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s;
    /* overflow: hidden; */
    align-items: center;
    justify-content: center;
    background: #0f9cbb1a;
}

.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: 1rem;
    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: #44b971;
    border-color: #3e3e3e;
}

.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: #f8fafc; */
    /* border: 2px solid #e2e8f0; */
    /* border-radius: 12px; */
    /* min-height: 100px; */
}

.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;
}

/* Responsive */
@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;
    }
}

@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: -40px;
    }
}

.heading-3.inner-heading h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.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);
    }
}