/* 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;
}

.ad-full {
display: flex;
justify-content: center; /* Centers the child elements horizontally */
width: 100%;
}

.ad-full iframe {
max-width: 100%; /* Ensures the ad does not overflow its container */
height: auto;
}

.ad-full img {
max-width: 100%; /* Ensures the ad does not overflow its container */
height: auto;
}