/*!
Theme Name: Bitdefender
Theme URI: https://bitdefender.com.tr
Author: Belerima
Author URI: https://www.belerima.com/
Description: This theme is a registered product of the <code>Bitdefender</code> brand.
Version: 1.2.0
Tested up to: 8.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bitdefender
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


section.sticky-nav {
    opacity: 1!important;
}














input#cookie_geolocation {
    display: none;
}

/* Content Image Styles */
.tw-container img {
    border-radius: 15px;
}
/* Form Styles */
.content .wpcf7-form {
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.content .wpcf7-form input[type="text"],
.content .wpcf7-form input[type="email"],
.content .wpcf7-form input[type="tel"],
.content .wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 15px;
    background-color: #fafafa;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.content .wpcf7-form input[type="text"]:focus,
.content .wpcf7-form input[type="email"]:focus,
.content .wpcf7-form input[type="tel"]:focus,
.content .wpcf7-form textarea:focus {
    border-color: #006eff;
    outline: none;
    box-shadow: 0 0 5px rgba(0,110,255,0.5);
}

.content .wpcf7-form input[type="submit"] {
    background-color: #006eff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s ease, box-shadow .3s ease;
}

.content .wpcf7-form input[type="submit"]:hover {
    background-color: #005f8d;
    box-shadow: 0 2px 5px rgba(0,95,141,0.3);
}

.content .wpcf7-form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #000;
}

.content .wpcf7-form .wpcf7-not-valid-tip {
    color: #eb0000;
    font-size: 12px;
    margin-bottom: 10px;
}

.content .wpcf7-form .wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.content .wpcf7-form .wpcf7-mail-sent-ok {
    color: #2cb43d;
    background-color: #ecf9f1;
    border: 1px solid #d1e8df;
}

.content .wpcf7-form .wpcf7-mail-sent-ng {
    color: #eb0000;
    background-color: #f9e3e3;
    border: 1px solid #e0b4b4;
}

.content .wpcf7-form input[type="checkbox"] {
    margin-right: 10px;
}

.content .wpcf7-form .checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.content .wpcf7-form .checkbox-container label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.content .wpcf7-form .custom-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background-color: #fafafa;
    cursor: pointer;
    transition: border-color .3s ease, background-color .3s ease;
}

.content .wpcf7-form .custom-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}

.content .wpcf7-form .custom-checkbox:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.content .wpcf7-form .custom-checkbox input:checked + .custom-checkbox:after {
    display: block;
}

.content .wpcf7-form .custom-checkbox input:checked + .custom-checkbox {
    background-color: #006eff;
    border-color: #006eff;
}

.content span.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 .screen-reader-response,
.wpcf7 form .wpcf7-response-output,
.use-floating-validation-tip .wpcf7-not-valid-tip,
.wpcf7-spinner {
    border: none!important;
}

.wpcf7-spinner::before {
    border: none!important;
}

.form-button-red input,
.form-button-red button {
    background: #d80100!important;
    cursor: pointer!important;
    color: #FFF!important;
}

/* Popup Styles */
#popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    cursor: pointer;
}

#popupContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    max-height: 90%;
    background-color: transparent;
    overflow: auto;
}

#popupContent img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.close-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    #popupContent {
        width: 95%;
        max-width: 400px;
    }
}

/* Header and Menu Styles */
.blogHeaderImage {
    width: 100%!important;
    height: 333px!important;
}

@media screen and (max-width: 1200px) {
    .blogHeaderImage {
        display: none!important;
    }
    .blogHeader {
        margin-top: 100px!important;
    }
}

@media screen and (max-width: 991px) {
    .blogHeader {
        margin-top: 50px!important;
    }
    li#Company\ Link {
        display: none;
    }
}

/* Filter Menu Styles */
.filter-menu-new {
    padding: 1px 24px 2px;
    margin-top: -1px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.08);
}

@media(min-width: 768px) {
    .filter-menu-new {
        display: block!important;
    }
}

@media(max-width: 767px) {
    .filter-menu-new {
        padding: 1px 20px 2px;
        margin-top: 0;
        border-radius: 0 0 8px 8px;
        display: none;
    }
}

.filter-menu-new ul {
    padding-left: 0;
}

.filter-menu-new a {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    margin: 3px 0;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    padding: 10px 0;
}

.filter-menu-new a:before {
    display: none;
}

.filter-menu-new a:last-child {
    border-bottom: none;
}

.filter-menu-new {
    margin: 0;
    border-bottom: 1px solid #dedede;
    padding: 10px 0 13.5px;
    height: auto;
}

/* Miscellaneous */
.display-none {
    display: none!important;
}

.full-width > .bg-img-blog,
.bg-blue > .bg-img-blog,
.bg-black > .bg-img-blog {
    display: none!important;
}

.logo-slider__image-grid-item img {
    -webkit-filter: inherit!important;
    filter: inherit!important;
}

div#ETBIS {
    margin-top: 2.25em;
}

@media only screen and (max-width: 992px) {
    div#ETBIS {
    margin-left: 20px;
    }
}