/* breadscrumb */
#tender .breadcrumb,
#statutory .breadcrumb {
    font-size: 16px;
    color: #666;
    margin-top: 50px;
    margin-bottom: 50px;
}

#tender .breadcrumb a,
#statutory .breadcrumb a {
    text-decoration: none;
    color: #86868b;
}

#tender .breadcrumb strong,
#statutory .breadcrumb strong {
    text-decoration: none;
    color: #23559b;
}

#tender .breadcrumb a:hover,
#statutory .breadcrumb a:hover {
    text-decoration: underline;
}

#tender .breadcrumb span,
#statutory .breadcrumb span {
    margin: 0 5px;
}

/* tab content */
#tenderTab {
    margin-bottom: 50px;
    /* display: flex; */
}

.clinical-inner {
    display: flex;
    gap: 50px;
}

#tenderTab .tab-heading {
  padding: 0;
  flex: 0.2;
}

#tenderTab .active[data-tab-content] {
  display: block;
  color: #000000;
}

#tenderTab .tab.active {
  white-space: nowrap;
  font-size: 18px;
  color: #23559b;
  font-weight: 600;
  border-color: #23559b;
  padding: 20px;
  cursor: pointer;
  /* background: #D0BB68; */
}

#tenderTab [data-tab-content] {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

#tenderTab .active[data-tab-content] {
  display: block;
  opacity: 1;
  height: 100%;
}

#tenderTab .common-tab {
  display: block;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#tenderTab .common-tab li {
  border-bottom: 2px solid #cfcfcf;
  padding: 20px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  line-height: 25px;
  font-weight: 400;
  color: #858687;
}

/* inner tab css */
.background-research {
    padding: 15px 0px;
    height: auto;
}

.tab-buttons .active,
.tab-buttons button {
    padding: 15px 40px !important;
}

.tab-buttons {
    display: flex !important;
    overflow-x: auto;
    white-space: nowrap;
}

.tab-buttons::-webkit-scrollbar {
    display: none;
}

.tab-buttons {
    display: inline-flex;
    gap: 30px;
    margin-bottom: 20px;
}

.tab-buttons button {
    font-family: 'Lato';
    width: 100%;
    text-align: center;
    padding: 20px 60px;
    cursor: pointer;
    background: none;
    font-size: 18px;
    color: #858687;
    font-weight: 400;
    border-bottom: 2px solid #cfcfcf;
    white-space: nowrap;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.tab-buttons .active {
    background-color: #d0bb68;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 60px;
    border-bottom: 2px solid #000;
}

.tab-content {
    display: none;
    padding: 15px;
}

.tab-content1 {
    display: none;
    padding: 15px;
}

.tab-content2 {
    display: none;
    padding: 15px;
}

.tab-content3 {
    display: none;
    padding: 15px;
}

.tab-content.active {
    display: flex !important;
    gap: 20px;
    align-items: flex-start;
}

.news-section__filter-button {
    background-color: transparent;
    border: 0;
    padding: 8px 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #86868b;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.tab-flex {
    display: flex;
    justify-content: space-between;
}

.width-ful {
    flex: 1;
}

/* cards */
.job-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 24px;
    max-width: 100%;
    margin: 0 0 25px 0;
}

.job-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.job-text {
    flex: 1;
    /* min-width: 250px; */
}

.job-text h3 {
    margin: 0;
    color: #23559b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.job-text p {
    color: #383939;
    margin: 0px 0px 20px;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.job-date {
    color: #134a9f;
    font-weight: bold;
    display: inline-block;
    margin-top: 0px;
}

.job-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.view-link {
    color: #23559b;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    text-underline-offset: 4px;
}

.apply-btn {
    background-color: #d0bb68;
    border: 1px solid #23559b;
    border-radius: 24px;
    padding: 10px 20px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* pagination style changes */
.pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px;
    justify-content: flex-end;
    margin-top: auto;
}

.page-btn {
    width: 48px;
    height: 48px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: white;
    color: #003b8e;
    /* Arrow color */
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.page-btn:hover {
    background-color: #e6ecff;
}

.page-btn.active {
    background-color: #1f56a6;
    color: white;
    border: none;
}

/* pagnatn ends */
.page-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
}

.page-numbers .page-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background-color: white;
    color: #003b8e;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.page-numbers .page-btn:hover {
    background-color: #e6ecff;
}

.page-numbers .page-btn.active {
    background-color: #1f56a6;
    color: white;
    border-color: #1f56a6;
}

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

.page-btn:disabled:hover {
    background-color: white;
}
/* pagination numbers ends */

/* Modal overlay */
#career-modal {
    display: none;
    /* This hides the modal by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to bottom right,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.65));
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
}

/* Modal Content */
#career-modal .modal-content {
    background: #fff;
    width: 800px;
    margin: auto;
    padding: 0px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

/* Close Button */
#career-modal .close-btn {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #003366;
    cursor: pointer;
}

/* Header */
.form-header {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f2f2f2;
    padding: 12px 16px;
    border-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-size: 16px;
    margin-bottom: 24px;
}

.form-header .role {
    font-weight: bold;
    color: #23559b;
}

/* Form Layout */
#career-modal {
    /* display: flex; */
    flex-direction: column;
    gap: 20px;

    /* Flexbox centering */
    justify-content: center;
    align-items: center;
    padding: 20px;
    /* for small screen spacing */
}

.form-row {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: nowrap;
}

.form-row-resume {
    margin-top: 10px;
    display: flex;
    gap: 0px;
    flex-wrap: nowrap;
}

.form-row.full-width {
    flex-direction: column;
}

.form-row-resume.full-width {
    flex-direction: column;
}

.form-row.center {
    justify-content: center;
}

.form-row-resume.center {
    justify-content: center;
}

.form-row div {
    flex: 1;
    /* min-width: 200px; */
}

#career-modal label {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

#career-modal input[type="text"],
#career-modal input[type="email"],
#career-modal input[type="tel"],
#career-modal input[type="file"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    border: 2px solid #cfcfcf;
    color: #757575;
    outline: none;
    appearance: none;
}

#career-modal input[type="text"]:focus,
#career-modal input[type="email"]:focus,
#career-modal input[type="tel"]:focus,
#career-modal input[type="file"]:focus {
    border-color: #23559b;
    outline: none;
}

#career-modal small {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
    display: block;
}

#career-modal button[type="submit"] {
    background-color: #d0bb68;
    color: #000;
    border: 1px solid #23559b;
    border-radius: 24px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

#career-modal button:hover {
    background-color: #c1a954;
}

#career-form {
    padding: 30px;
}

#career-modal .custom-file-upload {
    position: relative;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 20px;
}

#career-modal .custom-file-upload input[type="file"] {
    display: none;
}

#career-modal .custom-file-upload label {
    display: inline-block;
    padding: 12px 24px;
    background-color: #fff;
    color: #1d1d1d;
    border: 2px solid #cfcfcf;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    min-width: 140px;
}

#career-modal .custom-file-upload .upload-icon {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}

#career-modal .upload-wrapper small {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 6px;
    padding-left: 4px;
}

/* inst */
.courses-meta-inner {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.courses-meta-inner .news-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background: #d0bb68;
    color: #383939;
    padding: 10px 40px;
    font-weight: 600;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
    border: 1px solid #23559b;
    transition: color 0.3s ease-in-out;
    z-index: 1;
}

.inst-1 .img-inst {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.no-policies {
    flex-grow: 1;
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.no-policies h3 {
    color: #23559b;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.no-policies p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.no-tenders {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.no-tenders h3 {
    color: #23559b;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.no-tenders p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.no-tenders-card {
    width: 100%;
}

.tender-description {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    line-height: 1.6;
}

.tender-description p {
    margin-bottom: 15px;
}

.tender-description p:last-child {
    margin-bottom: 0;
}

.tender-attachment {
    margin-top: 30px;
    padding: 20px;
    background: #e8f4fd;
    border-radius: 8px;
    border-left: 4px solid #23559b;
}

.tender-attachment h3 {
    color: #23559b;
    margin-bottom: 15px;
    font-size: 18px;
}

.tender-not-found {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.tender-not-found h2 {
    color: #23559b;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.tender-not-found p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.courses-meta-inner {
    margin-top: 30px;
    text-align: center;
}

/* Background wipe effect */
.courses-meta-inner .news-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #23559b;
    transition: width 0.3s ease-in-out;
    border-radius: 25px;
    z-index: -1;
}

@media (max-width:1024px) {
    .slide-menu li a {
        width: 280px !important;
    }

    .sidebar-menu {
        width: auto !important;
    }
}

/* modal */
@media (max-width: 767px) {
    .job-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .clinical-inner {
        display: block;
    }

    #tenderTab .common-tab {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 20px;
        padding-bottom: 15px;
    }

    /* Chrome, Safari and newer Edge */
    #tenderTab .common-tab::-webkit-scrollbar {
        display: none;
    }

    #tenderTab .common-tab {
        white-space: nowrap;
    }

    #tender .breadcrumb {
        margin-left: 0px;
    }

    .tab-content {
        padding: 0px;
    }

    .slide-menu li a {
        width: 232px !important;
    }
}

/* statuory */
.tab-sidebar {
    display: flex;
    margin-left: auto;
    gap: 50px;
}

.main-tabs-sidebar {
    display: flex;
    gap: 15px;
    background-color: #f6f6f6;
    padding: 0;
}

.main-tab {
    width: 100%;
    padding: 12px 20px;
    background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #858687;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 2px solid #cfcfcf;
    white-space: nowrap;
}

.main-tab:hover {
    background-color: #e9ecef;
}

.main-tab.active {
    color: #000;
    font-weight: 600;
    background: #d0bb68;
    border-bottom-color: #000;
}

/* Content Area */
.content-area {
    flex: 1;
    overflow-x: auto;
    padding: 25px 0px;
}

.tab-content {
    display: none;
    padding: 0;
}

.tab-content.active {
    display: block;
}

/* sub */
.sub-tab-header {
    background-color: #f6f6f6;
    padding: 20px 0px;
    white-space: nowrap;
}

.sub-tabs {
    display: grid;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    /* overflow-x: auto; */
}

.sub-tab {
    padding: 0px 0px 5px 10px;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #858687;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #dee2e6;
    white-space: normal;
    min-width: 360px;
}

.sub-tab:hover {
    background-color: #e9ecef;
}

.sub-tab.active {
    background-color: #f6f6f6;
    color: #23559b;
    font-weight: 600;
    border-bottom: 2px solid #23559b;
}

/* Sub Content */
.sub-content {
    display: none;
    padding: 20px;
}

.sub-content.active {
    display: block;
    padding: 0px;
    width: 100%;
}

.sub-content h2 {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sub-content h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.sub-content p {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.sub-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.sub-content li {
    margin-bottom: 8px;
}

#myAccordion {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 600px;
    width: 100%;
    font-family: Arial, sans-serif;
}

#myAccordion .accordion-header {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    text-align: left;
    border: none;
    background-color: #f6f6f6;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#myAccordion .accordion-header:hover {
    background-color: #e0e0e0;
}

#myAccordion .accordion-content {
    display: none;
    padding: 16px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

#myAccordion .accordion-item.active .accordion-content {
    display: block;
}

.sidebar-menu {
    font-size: 90%;
    width: 355px;
}

.sidebar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-container {
    display: flex;
    gap: 30px;
    width: 100%;
}

/* content sidebar */
/* Slide Menu Tabs and Accordion Styles */
.slide-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #CFCFCF;
}

.slide-menu li:last-child a {
    border-bottom: none;
}

.slide-menu li.active>a {
    color: #000;
    border-bottom: none;
}

.slide-menu li a:hover {
    background-color: #23559B;
    color: #ffffff;
}

/* Sub-menu styles */
.sub-menu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.sub-menu li a {
    padding: 8px 15px;
    font-size: 0.9em;
}

/* Mark indicators for accordion */
.mark {
    float: right;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.mark.open {
    transform: rotate(0deg);
}

/* Tab content area styles */
.tab-content-wrapper h3 {
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
}

.tab-content-wrapper p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.details-table table,
.capacity-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.details-table td,
.capacity-table td,
.capacity-table th {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
}

.capacity-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* .btn {
            display: inline-block;
            padding: 8px 16px;
            text-decoration: none;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        } */

.btn-primary {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover {
    background-color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .slide-menu li a {
        padding: 12px 15px;
    }

    .sub-menu {
        padding-left: 15px;
    }

    #tab-content-area {
        padding: 15px;
    }

   
}
 .main-tabs-sidebar {
        overflow-x: auto;
    }
@media (max-width: 767px) {
    .slide-menu li a {
        width: 100% !important;
    }

    .content-container {
        display: block;
    }
}

/* CMC Vellore style statutory content */
.statutory-page-content {
    padding: 20px;
}

.statutory-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 20px;
}

.statutory-header h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.statutory-header h2 {
    color: #666;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}

.statutory-content {
    line-height: 1.6;
}

.statutory-content h3 {
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.statutory-content p {
    margin-bottom: 15px;
}

.document-links {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}

.document-links .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.main-content-stat,
.inst-1 {
    flex: 1;
}

/* h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

p {
    line-height: 24px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
} */



.inst-1 {
    padding:20px;
}

/* Remove the custom statutary-content styles and keep only the children-list styling */
.children-list {
    list-style: none;
    padding: 0;
}

.children-list li {
    background: #f8f9fa;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 4px solid #3498db;
}

/* Sub-menu styling with right alignment */
.slide-menu .sub-menu {
    margin-left: 20px;
    padding-left: 15px;
}

.slide-menu .sub-menu li {
    position: relative;
}

.slide-menu > ul > li.active {
    /* background: #D0BB68 !important; */
    color: #000;
}

.slide-menu > ul > li.active a {
    /* color: #fff; */
    font-weight:700;
    color:#23559B;
    border-bottom: 2px solid #23559B;
}

.slide-menu .sub-menu li.active {
    background: #23559B;

}

.slide-menu .sub-menu li.active a {
    color: #fff;
    font-weight: 700;
}

/* Plus/Minus button styling */
.slide-menu .mark {
    background: #EBF3FF;
    color: #86868B;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.has-sub-menu .slide-menu .mark {
    background: transparent;
}

.slide-menu .mark:hover {
    transform: scale(1.1);
}

.slide-menu > ul > li.active .mark {
    color: #fff;
    background-color: transparent;
}

/* Hover effects */
.slide-menu > ul > li:not(.active):hover {
    background: #f0f0f0;
    color: #fff;
}

.slide-menu .sub-menu li:not(.active):hover {
    background: #f8f8f8;
}

/* Menu item styling */
.slide-menu > ul > li {
    border-bottom: 1px solid #e8e8e8;
    transition: background-color 0.3s ease;
}

.slide-menu > ul > li:last-child {
    border-bottom: none;
}

.slide-menu > ul > li a {
    color: #333;
    text-decoration: none;
    padding: 12px 20px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.slide-menu .sub-menu a {
    color: #555;
    text-decoration: none;
    padding: 12px 20px;
    display: block;
    transition: all 0.3s ease;
    font-size: 14px;
    width: auto;
}

/* PDF Viewer Styling */
.courses-meta-inner iframe {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.courses-meta-inner iframe:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease;
}
/* ========================================= */
/* Custom active and hover styles for slide menu parent and child links */
/* Parent or active main menu link */
.slide-menu li.has-sub-menu:has(.sub-menu li.active) > a,
.slide-menu li.has-sub-menu.active > a,
.slide-menu > ul > li:not(.has-sub-menu).active > a {
    background: rgb(35, 85, 155);
    color: #fff;
}

/* Child submenu active link (font color only, no background) */
.slide-menu .sub-menu li.active > a {
    color:rgb(35, 85, 155);
    border-bottom: 1pc solid #23559b;
}


.slide-menu li.has-sub-menu:has(.sub-menu li.active) > a span {
    background: transparent;
}

/* Active child item styles */
.slide-menu .sub-menu li.active {
    background: transparent;
}

.slide-menu .sub-menu li.active > a {
    background: transparent;
    color: rgb(35, 85, 155);
    border-bottom: 2px solid rgb(35, 85, 155);
}

/* Child hover state */
.slide-menu .sub-menu li > a:hover {
    background: rgb(35, 85, 155);
    color: #fff;
}
/* ========================================= */
/* Ensure active child anchor keeps transparent style even on hover or focus */
.slide-menu .sub-menu li.active > a:hover,
.slide-menu .sub-menu li.active > a:focus {
    background: transparent;
    color: rgb(35, 85, 155);
    border-bottom: 2px solid rgb(35, 85, 155);
    outline: none;
}
/* ========================================= */
/* Remove background from arrow markers on all parent menu states */
.slide-menu li.has-sub-menu > .mark,
.slide-menu li.has-sub-menu > .mark:hover,
.slide-menu li.has-sub-menu > .mark:focus,
.slide-menu li.has-sub-menu.active > .mark {
    background: transparent !important;
}
/* ========================================= */