/*
Theme Name: Sybex 
Theme URI: https://wp.pureit.pw/sybex
Description: Sybex - Cyber Security WordPress Theme
Author: PureIT
Author URI: https://www.templatemonster.com/authors/pureit/
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: sybex
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
-------------------------------------------------------------------------------------
CSS index
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
:root {
    --pi-primary-color: #00FF99;
    --pi-heading-color: #fff;
    --pi-body-color: #666666;
    --pi-secondary-color: #f27821;
    --pi-grey-color: #f2f2f2;
    --pi-white-color: #ffffff;
    --pi-title-fonts: "Outfit", sans-serif;
    --pi-body-fonts: "Roboto", sans-serif;
}

/* Global rule: All green buttons should have black text */
a[style*="background: #00FF99"],
a[style*="background:#00FF99"],
a[style*="background-color: #00FF99"],
a[style*="background-color:#00FF99"],
button[style*="background: #00FF99"],
button[style*="background:#00FF99"],
.btn-primary,
[class*="btn"][style*="00FF99"],
*[style*="background: var(--pi-primary-color)"],
*[style*="background-color: var(--pi-primary-color)"] {
    color: #000 !important;
}

/* Ensure hover states also maintain black text */
a[style*="background: #00FF99"]:hover,
a[style*="background:#00FF99"]:hover,
a[style*="background-color: #00FF99"]:hover,
a[style*="background-color:#00FF99"]:hover,
button[style*="background: #00FF99"]:hover,
button[style*="background:#00FF99"]:hover,
.btn-primary:hover,
[class*="btn"][style*="00FF99"]:hover {
    color: #000 !important;
}

/* Header Topbar Area */
.pi__top__area {
    background: transparent;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pi__topbar__one__info {
    display: inline;
    color: var(--pi-white-color);
    font-size: 17px;
}

.pi__header__wrap {
    text-align: center;
}

.pi__topbar__one__left ul li {
    display: inline;
    margin-right: 40px;
    position: relative;
}

.pi__topbar__one__left ul li::before {
    position: absolute;
    content: "";
    top: 2px;
    right: -17px;
    background: var(--pi-white-color);
    width: 1px;
    height: 17px;
    opacity: 0.4;
}

.pi__topbar__one__left ul li:last-child::before {
    display: none;
}

.pi__topbar__one__right {
    float: right;
    margin-right: -16px;
}

.pi__topbar__one__info li i {
    display: inline-block;
    margin-right: 7px;
}

.pi__topbar__one__right ul li a i {
    display: inline-block;
    color: var(--pi-white-color);
    transition: .6s;
}

.pi__topbar__one__right ul li a i:hover {
    color: var(--pi-primary-color);
}

.pi__topbar__one__right ul li {
    display: inline;
    margin-left: 17px;
}

/* Header menu area */
.pi__sybex__header__area {
    margin-top: 0;
    background: transparent;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 30px;
}

.default-menu.pi__sybex__header__area {
    top: 10px;
}

.pi__header__wrap ul {
    display: inline-block;
    margin-top: 16px;
}

.pi__logo a img {
    width: auto;
    max-width: 600px;
    /* Increased to allow larger logo */
}

.pi__ts_logo a img {
    width: auto;
    max-width: 600px;
    /* Increased to allow larger logo */
}

.pi__header__wrap ul li {
    display: inline;
    margin-right: 40px;
    position: relative;
    padding-bottom: 35px;
}

.pi__header__wrap ul li.current-menu-item a {
    background: var(--pi-primary-color) !important;
    color: #000 !important;
    padding: 2px 20px;
    border-radius: 0;
}

.pi__header__wrap ul li a {
    font-size: 16px;
    transition: .5s;
    display: inline-block;
    color: var(--pi-white-color);
}

.pi__header__wrap ul li:hover a {
    color: var(--pi-primary-color);
}

.pi__header__right {
    display: inline-block;
    float: right;
}

.header-src-btn {
    display: inline-block;
}

.pi__header__btn {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    z-index: 1;
}

.pi__header__btn a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: var(--pi-heading-color);
    width: 100%;
    height: 0%;
    transition: .7s;
    z-index: -1;
}

.pi__header__btn a:hover:before {
    height: 100%;
}


.pi__header__btn a {
    display: inline-block;
    background: var(--pi-primary-color);
    color: #000 !important;
    font-size: 15px;
    z-index: 1;
    position: relative;
    font-weight: 500;
    border-radius: 50px;
    padding: 11px 29px;
    overflow: hidden;
}

.pi__header__btn a:hover {
    color: #000 !important;
}

.pi__header__btn a i {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
}

/* Sub Menu */
.pi__header__wrap ul li .sub-menu {
    position: absolute;
    width: 210px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    padding: 0;
    left: 0;
    top: 55px;
    transform: scaleY(0);
    visibility: hidden;
    transform-origin: 0 0 0;
    border-top: 1px solid var(--pi-primary-color);
    z-index: 2;
}

.pi__header__wrap ul li .sub-menu li:last-child a {
    border: none;
}

.pi__header__wrap ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    top: 55px;
}

.pi__header__wrap ul li .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
    padding-bottom: 0px;
}

.pi__header__wrap ul li .sub-menu li a {
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.pi__header__wrap ul li .sub-menu li:hover>a {
    background: var(--pi-primary-color);
    color: #000 !important;
}

.pi__header__wrap ul li a {
    font-weight: 400;
    position: relative;
}

.menu-item-has-children::after {
    content: "\2b";
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: -11px;
    top: -3px;
    color: #fff;
    font-size: 12px;
    transition: .5s;
    font-weight: 900;
}

.menu-item-has-children:hover::after {
    color: var(--pi-primary-color);
}

/******** Breadcumb Area *********/
.pi__breadcumb__area {
    padding: 130px 0 128px;
    position: relative;
    z-index: 1;
}

.pi__breadcumb__area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: -1;
}

.pi__breadcumb__content {
    text-align: center;
    margin-top: 100px;
}

.pi__breadcumb__title h2 {
    font-size: 45px;
    color: var(--pi-white-color);
    font-weight: 500;
    line-height: 1.3;
}

.pi__breadcumb__inner ul li a {
    color: var(--pi-white-color);
    display: inline-block;
}

.pi__breadcumb__inner ul li {
    color: var(--pi-white-color);
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    margin-top: 7px;
}

/* Contact__Form */
.contact__form__area {
    margin-top: 30px;
}

.st-form-control {
    padding-bottom: 10px;
}

.form-control {
    padding: 17px;
}

textarea.form-control {
    height: 130px;
}

.form-control::placeholder {
    font-size: 17px;
}

.contact__submit__btn input {
    padding: 15px 112px;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 700;
    border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

.form-control {
    padding: 17px;
    border: none;
}

.form-control:focus {
    border-color: var(--pi-primary-color);
    outline: 0;
    box-shadow: none;
}

.sybex-single-blog.sybex-lt .blog-page-title h2 a {
    color: #000;
}

.main-portfolio-details h6 {
    color: #000;
}

.portfolio-title h1 {
    padding-bottom: 40px;
    color: #000;
}

.sybex-single-blog.sybex-lt {
    margin-bottom: 30px;
}

.comment_field .form-control {
    padding: 15px 24px;
    border: 1px solid var(--pi-primary-color);
}
/* Additional button text color fixes for all green buttons across the site */
.sybex-wpro-btn a,
.sybex-cart-btn a,
.product-cart-btn a,
.sybex-wpro-wishlist-btn a,
button.btn-primary,
input[type="submit"],
.wpcf7-submit,
.contact__submit__btn input,
a.btn,
.btn-link {
    color: #000 !important;
}

.sybex-wpro-btn a:hover,
.sybex-cart-btn a:hover,
.product-cart-btn a:hover,
.sybex-wpro-wishlist-btn a:hover,
button.btn-primary:hover,
input[type="submit"]:hover,
.wpcf7-submit:hover,
.contact__submit__btn input:hover,
a.btn:hover,
.btn-link:hover {
    color: #000 !important;
}

/* Ensure all elements with green background have black text */
[style*="background: #00FF99"] *,
[style*="background:#00FF99"] *,
[style*="background-color: #00FF99"] *,
[style*="background-color:#00FF99"] * {
    color: #000 !important;
}
