/* Existing CSS */

.top-header,
ul.main-menu li:hover a,
.searchbox input[type='submit'],
.headline h2:after,
.service-item .more a,
.job1 .item:hover,
.testimonial-gallery .owl-dots .owl-dot.active,
.latest-pra a,
.newsletter-area .overlay,
.footer-social-link ul li a,
.scroll:before,
.faq-accordion dt.open,
.contact-form .btn-primary,
.search-result .item .left .apply a {
    background: #0C58FF!important;
}

ul.main-menu li a,
.job1 .item .icon i,
.footer-item ul li a:hover,
.copyright .right ul li a:hover,
.faq-accordion dt a,
.faq-area .faq-accordion dt a:after,
.single-blog-text ul li a,
.categories ul li:before,
.contact-text i,
.contact-text h3,
.search-result .item h2,
.search-result .item .right .part a {
    color: #0C58FF!important;
}

.job1 .item:hover,
.testimonial-photo,
.footer-social-link ul li a,
.form-group input:focus,
.form-group textarea:focus,
.contact-form .btn-primary {
    border-color: #0C58FF!important;
}

ul.main-menu li:hover a,
.job1 .item:hover .icon i,
.faq-accordion dt.open a,
.faq-area .faq-accordion dt.open a:after {
    color: #fff!important;
}

.searchbox input[type='submit']:hover,
.latest-pra a:hover,
.contact-form .btn-primary:hover,
.search-result .item .left .apply a:hover {
    background: #000!important;
}

.contact-form .btn-primary:hover {
    border-color: #000!important;
}

.footer-social-link ul li a:hover {
    background-color: transparent!important;
}

/* Style for Apply Now button */
.search-result .item .right .apply a {
    padding: 10px 20px 14px 20px;
    background: #0C58FF!important;
    color: #fff!important;
    margin-top: 20px;
    display: inline-block; /* Ensure the button behaves like a block-level element */
    text-decoration: none; /* Remove underline from link */
    border-radius: 4px; /* Optional: add border radius for rounded corners */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-result .item .right .apply a:hover {
    background: #000!important;
}

.search-result .item .see-more {
    color: #0C58FF;
    text-decoration: none;
    font-weight: bold;
}

.search-result .item .see-more:hover {
    text-decoration: underline;
}

/* Add spacing between "Share This" and "Comments" */
.space-between-share-comments {
    height: 30px;
}

/* Add spacing between reCAPTCHA and "Submit Comment" button */
.space-between-recaptcha-submit {
    height: 20px;
}

/* Custom share buttons styles */
.custom-share-buttons a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.custom-share-buttons .btn-primary {
    background-color: #0C58FF; /* Facebook color */
}

.custom-share-buttons .btn-info {
    background-color: #0C58FF; /* Twitter color */
}

.custom-share-buttons .btn-primary.linkedIn {
    background-color: #0C58FF; /* LinkedIn color */
}

.custom-share-buttons .btn-secondary {
    background-color: #0C58FF; /* Email color */
}

/* New CSS for post-meta and post-tags */
.post-meta {
    font-size: 14px;
    color: #333; /* Default text color */
    margin-bottom: 20px;
}

.post-meta a {
    color: #0C58FF; /* Default site color for links */
    text-decoration: none;
}

.post-meta a:hover {
    text-decoration: underline;
}

.post-meta span {
    color: #0C58FF; /* Default site color for text after the colon */
}

.post-tags {
    margin-top: 20px;
}

.post-tags h3 {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
}

.post-tags p {
    display: inline-block;
    color: #0C58FF; /* Default site color for tags */
}

/* Add some basic styles for mobile devices */
@media (max-width: 768px) {
    .latest-item .latest-text {
        padding: 15px;
    }
    .latest-item .latest-photo {
        height: 200px;
    }
    .latest-pra a.read-more-link {
        display: block;
        margin-top: 10px;
        background: #0C58FF;
        color: #fff;
        padding: 10px;
        text-align: center;
        border-radius: 4px;
        text-decoration: none;
    }
    .latest-pra a.read-more-link:hover {
        background: #000;
    }
}

.latest-item {
    position: relative;
    z-index: 1;
}

.latest-photo {
    position: relative;
    z-index: 1;
}

.latest-text {
    position: relative;
    z-index: 1;
}

.latest-pra a {
    position: relative;
    z-index: 1;
}

/* Categories */
.single-sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.single-sidebar .categories ul li a {
    text-decoration: none;
    color: #000;
}

.single-sidebar .categories ul li a:hover {
    text-decoration: underline;
}

/* Latest and Popular News Items */
.latest-news-item,
.popular-news-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.latest-news-photo,
.popular-news-photo {
    flex: 0 0 120px;
    height: 80px;
    margin-right: 10px;
    overflow: hidden;
}

.latest-news-photo img,
.popular-news-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news-text,
.popular-news-text {
    flex: 1;
}

.latest-news-text h4,
.popular-news-text h4 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.2;
}

.latest-news-meta,
.popular-news-meta {
    font-size: 12px;
    color: #888;
}

.latest-news-meta span,
.popular-news-meta span {
    display: block;
}

.latest-news-meta a,
.popular-news-meta a {
    color: #888;
}

.latest-news-meta a:hover,
.popular-news-meta a:hover {
    text-decoration: underline;
}

/* Top Header Social Links Styles */
.top-header {
    padding: 1px 0;
    background-color: #f8f8f8; /* Adjust as needed */
}

.top-header-left,
.top-header-right {
    display: inline-block;
    vertical-align: middle;
}

.top-header-left p,
.top-header-right ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

/* Header Social Links */
.header-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-social-links li {
    display: inline-block;
    margin-right: 5px;
}

.header-social-links li a {
    text-align: center;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #0C58FF;
    border: 1px solid #0C58FF;
    color: #fff;
    transition: all 0.4s;
    padding-left: 0;
}

.header-social-links li a:hover {
    background-color: transparent;
    color: #ccc;
}

.lb-loader {
    /* background: url('../img/loading.gif') no-repeat; */
}

.jobs-by-location .list-group a {
    display: inline-block;
    padding: 3px 0; /* Less padding for a cleaner look */
    margin-bottom: 3px; /* Small space between each link */
    font-size: 16px; /* Adjust the font size as needed */
    color: #000; /* Link color */
    text-decoration: none; /* Remove underline */
}

.jobs-by-location .list-group a:hover {
    color: #0A53F0;
    text-decoration: underline; /* Underline on hover for better interaction feedback */
}

.jobs-by-location .list-group {
    list-style-type: none; /* Remove list bullets */
    padding-left: 0; /* Remove padding from list */
}

.jobs-by-location h3 {
    margin-bottom: 10px; /* Space between the heading and the list */
    text-decoration: underline;
}

/* Overlay */
.slider-area .slider-item .overlay{
 background-color:rgba(12,88,255,0.9) !important;
 transform:translatex(0px) translatey(0px);
}

/* Input */
.searchbox form .col-md-2 input{
 background-color:#131315 !important;
 color:#ffffff;
}

/* Division */
.slider-area .slider-item .bg-3{
 background-color:rgba(12,88,255,0.9) !important;
 transform:translatex(0px) translatey(0px);
}

/* Paragraph */
.jobs-by-location .headline p{
 padding-top:18px;
}

/* Paragraph */
.job-company .headline p{
 padding-top:18px;
}

/* Paragraph */
.bg-gray .headline p{
 padding-top:18px;
}

/* Paragraph */
.partner .headline p{
 padding-top:18px;
}

/* Recaptcha */
.contact-form form .g-recaptcha{
 padding-bottom:12px;
}

/* Heading */
.slider-item .slider-text h2{
 background-color:rgba(255,255,255,0.8);
 background-position-y:0%;
 background-repeat:repeat-y;
 color:transparent;
 background-clip:text;
}