#teklifModal .modal-content{
    background:#111827;
    color:#fff;
    border:1px solid rgba(255,255,255,.08);
}

#teklifModal .modal-header{
    border-bottom:1px solid rgba(255,255,255,.08);
}

#teklifModal .modal-footer{
    border-top:1px solid rgba(255,255,255,.08);
}

#teklifModal .form-label,
#teklifModal .modal-title{
    color:#fff;
}

#teklifModal .form-control,
#teklifModal .form-select,
#teklifModal textarea{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.16);
    color:#fff;
}

#teklifModal .form-control::placeholder,
#teklifModal textarea::placeholder{
    color:rgba(255,255,255,.65);
}

#teklifModal .form-control:focus,
#teklifModal .form-select:focus,
#teklifModal textarea:focus{
    background:rgba(255,255,255,.09);
    color:#fff;
    border-color:rgba(255,255,255,.35);
    box-shadow:none;
}

#teklifModal .form-select option{
    background:#111827;
    color:#fff;
}

#teklifModal input:-webkit-autofill,
#teklifModal input:-webkit-autofill:hover,
#teklifModal input:-webkit-autofill:focus,
#teklifModal textarea:-webkit-autofill,
#teklifModal textarea:-webkit-autofill:hover,
#teklifModal textarea:-webkit-autofill:focus,
#teklifModal select:-webkit-autofill,
#teklifModal select:-webkit-autofill:hover,
#teklifModal select:-webkit-autofill:focus{
    -webkit-text-fill-color:#fff;
    -webkit-box-shadow:0 0 0px 1000px #1f2937 inset;
    transition:background-color 9999s ease-in-out 0s;
}

/* Category */

/* Category */

.oz-titlebar-bg{
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.oz-empty-box{
    padding:28px;
    border:1px solid #eee;
    border-radius:12px;
    background:#fff;
}

.oz-category-content{
    margin-bottom:30px;
}

.oz-gallery-grid img{
    width:100%;
    border-radius:12px;
    display:block;
}

.contact-hp-wrap{
    position:absolute !important;
    left:-9999px !important;
    opacity:0 !important;
    pointer-events:none !important;
}

.contact-form-error{
    color:#d63636;
    font-size:13px;
    margin-top:6px;
}

.pbmit-content-wrapper .pbminfotech-box-desc{
    min-height:48px;
}

.contact-page-map iframe{
    width:100%;
    min-height:450px;
    border:0;
}

.oz-doc-card{
    background:#fff;
    border-radius:14px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    display:flex;
    align-items:center;
    transition:transform .3s ease;
    text-decoration:none;
    color:#111;
    height:100%;
}

.oz-doc-card:hover{
    transform:translateY(-5px);
    color:#111;
}

.oz-doc-icon{
    width:48px;
    height:48px;
    background:rgba(227, 9, 23, 0.1);
    color:#E30917;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    flex-shrink:0;
}

.oz-doc-icon svg{
    width:24px;
    height:24px;
    fill:currentColor;
}

.oz-doc-info{
    flex-grow:1;
}

.oz-doc-title{
    display:block;
    font-weight:600;
    font-size:15px;
    margin-bottom:4px;
}

.oz-doc-size{
    font-size:13px;
    color:#777;
}

/* Contact */

.fade-section{
    padding:100px 0;
}

.contact-us-section{
    padding:120px 0 80px;
}

.contact-form.left-box{
    background:#fff;
    padding:32px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    height:100%;
}

.contact-us-section .contact-form.left-box .form-control{
    min-height:52px;
    padding:10px 20px;
    border-radius:10px;
    margin-bottom:0;
}

.contact-us-section .contact-form.left-box .form-control::placeholder{
    color:rgba(var(--pbmit-blackish-color-rgb), .5);
}

.contact-us-section .contact-form.left-box textarea.form-control{
    min-height:210px;
    height:210px;
    padding-top:20px;
    resize:vertical;
}

.contact-form-right-box{
    margin-left:20px;
    padding:45px 10px 10px;
    border-radius:10px;
    height:100%;
    background-image:url(../images/bg/contact-bg-img.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.contact-form-right-box > .pbminfotech-gap-20px{
    padding:0 50px;
}

.contact-form-right-box .pbmit-heading-desc,
.contact-form-right-box .pbmit-heading-desc a{
    white-space:normal;
    word-break:normal;
    overflow-wrap:break-word;
}

.contact-form-right-box .pbmit-heading-desc a{
    color:#fff;
}

.oz-contact-top-content{
    color:inherit;
}

.oz-contact-top-content .wysiwyg{
    background:#fff;
    padding:24px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.oz-contact-left-content{
    max-width:820px;
}

.oz-contact-left-content p:last-child{
    margin-bottom:0;
}

.oz-contact-check .form-check-label,
.oz-contact-check .form-check-label a{
    font-size:14px;
    line-height:1.6;
}

.oz-contact-check .form-check-label a{
    text-decoration:underline;
}

.message-status{
    font-size:14px;
}

/* Responsive */

@media (max-width:1199.98px){
    .full-width-1200{
        margin-bottom:24px;
    }

    .contact-form-right-box{
        margin-left:0;
    }
}

@media (max-width:991.98px){
    .contact-form-right-box > .pbminfotech-gap-20px{
        padding:0 20px;
    }
}

@media (max-width:767.98px){
    .fade-section{
        padding:70px 0;
    }

    .contact-form.left-box,
    .contact-form-right-box{
        padding:22px;
    }

    .contact-form-right-box > .pbminfotech-gap-20px{
        padding:0;
    }
}

/* Article Detail */

.oz-titlebar-bg{ background-position:center center; background-size:cover; background-repeat:no-repeat; }
.oz-empty-box{ padding:28px; border:1px solid #eee; border-radius:12px; background:#fff; }
.oz-article-box, .oz-contact-form-wrap, .oz-info-card{ background:#fff; border-radius:14px; padding:24px; box-shadow:0 10px 30px rgba(0,0,0,.06); }
.oz-gallery-grid img, .product-gal img{ width:100%; border-radius:12px; display:block; }
.oz-spec-table{ width:100%; border-collapse:collapse; }
.oz-spec-table td{ padding:12px 14px; border-bottom:1px solid #eee; vertical-align:top; }
.oz-spec-table td:first-child{ width:42%; font-weight:700; }
.oz-video-card{ position:relative; display:block; }
.oz-video-card svg{ position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:50px; height:50px; fill:#fff; filter:drop-shadow(0 4px 10px rgba(0,0,0,.35)); }
.oz-product-featured{ border-radius:14px; overflow:hidden; background:#fff; box-shadow:0 10px 30px rgba(0,0,0,.06); }
.oz-product-featured img{ width:100%; display:block; }
.oz-product-code{ background:#fff; padding:18px 22px; border-radius:14px; box-shadow:0 10px 30px rgba(0,0,0,.06); margin-bottom:20px; }
.oz-contact-form-wrap .form-control{ min-height:48px; border-radius:10px; }
.oz-contact-form-wrap textarea.form-control{ min-height:160px; }
.contact-hp-wrap{ position:absolute !important; left:-9999px !important; opacity:0 !important; pointer-events:none !important; }
.contact-form-error{ color:#d63636; font-size:13px; margin-top:6px; }
.oz-icon-list div{ margin-bottom:12px; }
.oz-about-image{ min-height:520px; background-position:center; background-size:cover; background-repeat:no-repeat; border-radius:14px; }
.oz-about-side-card{ background:#fff; border-radius:14px; padding:18px; box-shadow:0 10px 30px rgba(0,0,0,.06); margin-bottom:18px; height:100%; }
.oz-about-side-card img{ width:100%; border-radius:10px; display:block; }
.oz-corporate-icon-box{ background:#fff; border-radius:14px; padding:18px; box-shadow:0 10px 30px rgba(0,0,0,.06); margin-bottom:18px; }
.oz-corporate-icon-box svg{ width:55px; height:55px; margin-bottom:12px; }
.oz-doc-card { background: #fff; border-radius: 14px; padding: 20px; box-shadow: 0 10px 30px rgba(0,0,0,.06); display: flex; align-items: center; transition: transform 0.3s ease; text-decoration: none; color: #111; height: 100%; }
.oz-doc-card:hover { transform: translateY(-5px); color: #111; }
.oz-doc-icon { width: 48px; height: 48px; background: rgba(227, 9, 23, 0.1); color: #E30917; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; }
.oz-doc-icon svg { width: 24px; height: 24px; fill: currentColor; }
.oz-doc-info { flex-grow: 1; }
.oz-doc-title { font-weight: 600; margin-bottom: 4px; font-size: 15px; display: block; }
.oz-doc-size { font-size: 13px; color: #777; }

.fair-detail-section .fair-detail-row{
    align-items: flex-start;
}

.fair-detail-section .fair-image-col,
.fair-detail-section .fair-content-col{
    position: relative;
}

.fair-detail-section .fair-content-col{
    padding-left: 28px;
}

.fair-detail-section .fair-content-wrap{
    position: static;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
    z-index: 1;
}

.fair-detail-section .fair-main-image{
    min-height: 520px;
    width: 100%;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.fair-detail-section .fair-wysiwyg{
    margin-top: 18px;
}

.fair-detail-section .oz-gallery-grid img,
.fair-detail-section .oz-video-card img{
    width: 100%;
    display: block;
    border-radius: 14px;
}

.fair-detail-section .oz-video-card{
    position: relative;
    display: block;
}

.fair-detail-section .oz-video-card svg{
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}

@media (max-width: 1199px){
    .fair-detail-section .fair-content-col{
        padding-left: 12px;
        margin-top: 30px;
    }

    .fair-detail-section .fair-main-image{
        min-height: 360px;
    }
}

/* Kategori ve article kartlarını eşitle */
.pbmit-element-posts-wrapper > .pbmit-blog-style-1{
    display:flex;
    margin-bottom:30px;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .post-item{
    width:100%;
    height:100%;
    display:flex;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbminfotech-box-content{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
}

/* Görsel alanı her kartta aynı oran */
.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-featured-container{
    flex:0 0 auto;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-featured-container-inner{
    position:relative;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-featured-img-wrapper{
    width:100%;
    aspect-ratio: 16 / 10;
    overflow:hidden;
    background:#f4f4f4;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-featured-wrapper{
    width:100%;
    height:100%;
    background: #fff;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-featured-wrapper img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

/* İçerik alanı esnesin, buton aşağı yapışsın */
.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-content-wrapper{
    flex:1 1 auto;
    display:flex;
    flex-direction:column;
    height:100%;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-post-title{
    min-height:56px;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbminfotech-box-desc{
    flex:1 1 auto;
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-blog-btn{
    margin-top:auto;
    padding-top:16px;
}

/* Görsel yoksa da kart düzeni bozulmasın */
.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-content-wrapper:first-child{
    padding-top:0;
}

@media (max-width: 991px){
    .pbmit-element-posts-wrapper > .pbmit-blog-style-1 .pbmit-featured-img-wrapper{
        aspect-ratio: 16 / 11;
    }
}

@media (max-width: 575px){
    .pbmit-element-posts-wrapper > .pbmit-blog-style-1{
        margin-bottom:20px;
    }
}

.pbmit-element-posts-wrapper > .pbmit-blog-style-1 .post-item{
    border:1px solid #eee;
    background:#fff;
}

.urun-resim-blm{
    text-align: center;
}
.urun-resim-blm img{    
    height: 600px;
    object-fit: contain;
}