.style-2 a {
    color: #9ca0a3 !important;
}
.style-2 button {
    color: #9ca0a3 !important;
}
.header-inside {
    height: 196px;
    width: 100%;
    background-image: url('../../../../../20230522162055im_/https_/enes.az/assets/header.png');
}

@media only screen and (max-width: 767px) {
        .services-section {
            display: block !important;
        }
        .product-item {
            display: none !important;
        }
        .product-item.active {
            display: flex !important;
            flex-direction: column !important;
        }
        .product-item .col-md-6 {
            width: 100% !important;
            margin-bottom: 20px !important;
        }
        .product-item .product-content {
            height: auto !important;
            min-height: 370px !important;
        }
        .product-item .no-m-bottom {
            margin-bottom: 20px !important;
        }
        .product-item .product-content ul {
            margin-left: 10px !important;
        }
        .product-item .product-content ul li {
            font-size: 14px !important;
        }
        .product-item .product-content div {
            font-size: 14px !important;
        }
    }

    .product-content ul li {
            list-style: none;
            margin-bottom: 5px;
        }
        .product-content ul li::before {
            content: "\2022";  
            color: #fd912a; 
            font-weight: bold; 
            display: inline-block; 
            width: 1.5em; 
            margin-left: -1.5em; 
        }


        .product-content ul {
            margin-left: 15px;
        }

        .product-item:hover .product-content {
            background-color: #fd912a !important;
            color: #fff !important;
        }

        .text-desc-p {
            color: #7f8a99;
            font-weight: 300;
            font-size: 13px;
            text-align: center;
            margin-bottom: 30px;
        }

        .product--cats a {
            color: #7f8a99 !important;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .product--cats a.active--cat {
            color: white !important;
        }
         /* Loader Optimizasyonu */
    #page-loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .loader {
        width: 32px;
        height: 32px;
        border: 3px solid #f3f3f3;
        border-top: 3px solid #fd912a;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    
    .content-wrapper {
        opacity: 0;
        transition: opacity 0.3s ease-in;
    }
    
    .content-wrapper.loaded {
        opacity: 1;
    }
    
    .panel-heading:hover {
  border: 1px solid #da7d26 !important;
}

.panel {
  border: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0 !important;
}

.job-form input {
    width: 49%;
    height: 60px;
    padding-left: 15px;
    background-color: #f4f4f4;
    border: 0;
    border-radius: 10px;
    color: black;
}

.submit {
    background-color: rgb(255,145,13) !important;
    width: 80px !important;
    height: 40px !important;
    margin-top: 10px !important;
    color: #fff !important;
    border: 3px !important;
   
    border-radius: 15px !important;
    font-weight: 600 !important;
}
