body {
    background:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

/* HEADER */
.sr-header {
    background:#05055f;
    color:#fff;
    padding:15px 0;
}
.sr-header h1 {
    font-weight:bold;
    margin:0;
}
.sr-header p {
    margin:0;
    font-size:24px;
}

/* MARQUEE */
marquee {
    font-size:14px;
    font-weight:bold;
}

/* COLOR BOXES */
.sr-box {
    color:#fff;
    padding:12px;
    font-weight:bold;
    border-radius:4px;
    font-size: 20px;
}

.bg1{background:#008000;}
.bg2{background:#0000ff;}
.bg3{background:#ff0000;}
.bg4{background:#ff8c00;}
.bg5{background:#800080;}
.bg6{background:#006666;}
.bg7{background:#333333;}
.bg8{background:#8b4513;}

/* SECTION */
.sr-title {
    background:#05055f;
    color:#fff;
    padding:8px;
    text-align:center;
    font-weight:bold;
    font-size: 22px;
}
.sr-content {
    background:#fff;
    padding:10px;
    border: 1px solid #000000;
}
.sr-content ul {
    list-style:disc;
    padding-left:18px;
}
.sr-content ul li {
    padding:4px 0;
}
.sr-content ul li a {
    color: #0000ef;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration-color: #000000;
    text-decoration-line: underline;
    text-decoration-color: blue;
}
.sr-content ul li a:hover {
    color:#b80000;
    text-decoration:underline;
}


/* MOBILE */
@media(max-width:768px){
    .sr-header h1{font-size:22px;}
    .sr-box{font-size:14px;}
}



/* ===== LATEST JOBS PAGE FIX ===== */

.sr-content {
    background: #fff;
    padding: 15px;
}

.sr-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.sr-list li {
    padding: 4px 0;
    font-size: 14px;
}

.sr-list li a {
    color: #000;
    text-decoration: none;
}

.sr-list li a:hover {
    color: #b80000;
    text-decoration: underline;
}

/* Mobile fix */
@media (max-width: 768px) {
    .sr-content {
        padding: 10px;
    }
}


/* ===== MENU COLOR CUSTOMIZATION ===== */

.sr-menu {
    background-color: #0090b1 !important;
}

/* Menu links */
.sr-menu .nav-link {
    color: #ffffff !important;
    font-weight: bold;
}

/* Menu link hover */
.sr-menu .nav-link:hover,
.sr-menu .nav-link:focus {
    color: #ffd700 !important; /* optional hover gold */
}

/* Active menu */
.sr-menu .nav-link.active {
    color: #00ffff !important;
}

/* Mobile toggle icon (white) */
.sr-menu .navbar-toggler {
    border-color: #ffffff;
}
.sr-menu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ===== SEARCH TOGGLE ===== */

.sr-search-toggle {
    position: relative;
    display: flex;
    align-items: center;
}

/* Search Icon Button */
#searchToggleBtn {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 8px;
}

/* Search Form (Hidden by default) */
#searchForm {
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    background: #ffffff;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 999;
}

/* Input */
#searchForm input {
    width: 200px;
    transition: all 0.3s ease;
}

#searchForm.active {
    display: block !important;
}

/* Mobile Fix */
@media (max-width: 991px) {
    #searchForm {
        position: static;
        width: 100%;
        margin-top: 8px;
    }

    #searchForm input {
        width: 100%;
    }
}


/* WhatsApp Button */
.join-whatsapp a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
}
.join-whatsapp img { width: 20px; height: 20px; }
.join-whatsapp a:hover { background: #1ebe5d; }

/* Telegram Button */
.join-telegram a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0088cc;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
}
.join-telegram img { width: 20px; height: 20px; }
.join-telegram a:hover { background: #0077b6; }

/* Optional: add spacing for smaller screens */
@media (max-width: 767px) {
    .d-flex.justify-content-center { gap: 15px; }
}



.sr-footer {
    background: #05055f; /* same as menu if needed */
    color: #ffffff;
    padding: 10px 0;
    font-size: 14px;
}

.sr-footer a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 3px;
}

.sr-footer a:hover {
    text-decoration: underline;
}

/* VIEW MORE BUTTON */
.btn-view-more {
    background-color: #05055f; /* same as menu */
    color: #ffffff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

.btn-view-more:hover {
    background-color: #03034f; /* slightly darker */
    color: #ffffff;
}


table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #000000;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #ddd;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.pagination {
    gap: 6px;
}

.pagination .page-link {
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 14px;
    color: #333;
}

.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link {
    color: #aaa;
    background-color: #f8f9fa;
}





