/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.3.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.8.2
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/


/*------------- custom css---------------  */


/* Contact Form 7 - Custom Professional Design */

.custom-contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    margin: 0 auto;
}

.custom-contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

.custom-contact-form .form-control,
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.3s ease;
    background: #fafafa;
}

.custom-contact-form .form-control:focus,
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #0073e6;
    box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.15);
    outline: none;
    background: #fff;
}

.custom-contact-form textarea {
    resize: none;
    min-height: 120px;
}

.custom-contact-form input[type="submit"] {
    background: #0073e6;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    background-color: #FF6E01 !important;
}

.custom-contact-form input[type="submit"]:hover {
    background: #005bb5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 115, 230, 0.25);
}

.sjb-page .sjb-detail .list-data form#sjb-application-form {
    display: none !important;
}

.sjb-page .sjb-detail {
    margin: 50px 100PX !important;
}

.latest-tender-section-home {
    margin: 20px 0;
}

.latest-tender-section-home .latest-job-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.latest-tender-section-home .job-posted-date {
    font-size: 0.9em;
    color: #666;
    padding: 10px 0;
}

.latest-tender-section-home .job-title a {
    text-decoration: none;
    color: #0073aa;
}

.latest-tender-section-home .job-title a:hover {
    color: #00a0d2;
}

.sjb-page {
    padding: unset !important;
}


/* 24.09.2025 */

.customTable {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
}

.customTable table {
    min-width: 900px;
}


/* 25.09.2025 */

.tech-issue-indus {
    width: 100%;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
	 padding: 60px 100px;
}

.tech-issue-indus form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.tech-issue-indus form p {
    margin-bottom: 0 !important;
}

.tech-issue-indus form p:last-child {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-issue-indus form input,
.tech-issue-indus form textarea {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    outline: none;
    resize: none;
    border: 1px solid #efa268;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tech-issue-indus form textarea {
    height: 100px;
}

.tech-issue-indus form p button[type="submit"] {
    background: #FF6E01 !important;
    padding: 10px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

@media (max-width: 1100px) {
    .tech-issue-indus {
        padding: 60px;
    }
}

@media (max-width: 992px) {
    .tech-issue-indus {
        padding: 30px;
    }
    .tech-issue-indus form p:nth-last-of-type(2),
   .tech-issue-indus form p:nth-last-of-type(3) {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 767px) {
    .tech-issue-indus form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .sjb-page .sjb-detail {
        margin: 30px 10px !important;
    }
}

@media (min-width: 421px) and (max-width: 678px) {
    .sjb-page .sjb-detail {
        margin: 30px 20px !important;
    }
}

#anspress .ap-filters,
article.question.type-question .question-title,
article #anspress #ap-single .ap-question-meta,
article #anspress #ap-single .ap-post-footer, #anspress #ap-lists .ap-list-head, #anspress #ap-lists .ap-questions .ap-questions-summery span.views {
    display: none !important;
}
