.elementor-3803 .elementor-element.elementor-element-312c9f2{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:2px 2px 2px 2px;--margin-top:45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3803 .elementor-element.elementor-element-312c9f2{--content-width:1162px;}}/* Start custom CSS for html, class: .elementor-element-0ac1fe0 */<style>

/* GENEL BÖLÜM */
.model-section{
margin-top:50px;
}

/* ANA BAŞLIK */
.model-title{
font-size:24px;
font-weight:700;
margin-bottom:25px;
color:#ffffff !important;
border-bottom:2px solid #e3b505;
padding-bottom:10px;
letter-spacing:0.5px;
}

/* ALT BAŞLIKLAR */
.model-subtitle{
margin-top:35px;
margin-bottom:15px;
font-size:15px;
font-weight:600;
color:#e3b505 !important;
letter-spacing:0.3px;
}

/* GRID */
.model-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(170px,1fr));
gap:12px;
}

/* MODEL KUTULARI */
.model-item{
display:flex;
justify-content:space-between;
align-items:center;
background:#1c1c1c !important;
padding:9px 12px;
border-radius:6px;
transition:all .2s ease;
border:1px solid #2a2a2a;
}

/* HOVER */
.model-item:hover{
background:#2a2a2a !important;
border-color:#e3b505;
transform:translateY(-2px);
}

/* MODEL İSİM */
.model-item a{
color:#ffffff !important;
text-decoration:none;
font-weight:500;
font-size:13px;
}

/* MODEL SAYISI */
.model-count{
background:#e3b505 !important;
color:#000 !important;
font-size:11px;
padding:3px 7px;
border-radius:4px;
font-weight:700;
min-width:28px;
text-align:center;
}

/* MOBİL */
@media(max-width:768px){

.model-grid{
grid-template-columns:repeat(2,1fr);
gap:10px;
}

.model-item{
padding:8px 10px;
}

.model-item a{
font-size:12px;
}

}

/* BÜYÜK EKRAN */
@media(min-width:1400px){

.model-grid{
grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
}

}

</style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-312c9f2 */.sancop-model-system{
max-width:1200px;
margin:auto;
}

.model-group{
margin-bottom:40px;
border-top:1px solid #3a4b60;
padding-top:20px;
}

.model-group h3{
color:#fff;
font-size:18px;
margin-bottom:15px;
}

.model-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
gap:10px;
}

.model-box{
display:flex;
justify-content:space-between;
align-items:center;
background:#1c2735;
padding:8px 12px;
border-radius:4px;
text-decoration:none;
color:#fff;
font-size:13px;
transition:0.2s;
}

.model-box:hover{
background:#2e3f55;
}

.model-count{
background:#0f1824;
padding:2px 6px;
font-size:11px;
border-radius:3px;
}/* End custom CSS */