/* Start custom CSS for html, class: .elementor-element-175cfe7 */.hero{

position:relative;

padding:120px 0;

background:#111827;

overflow:hidden;

}

.hero-overlay{

position:absolute;

width:100%;

height:100%;

left:0;

top:0;

background:linear-gradient(90deg,#111827 35%,rgba(17,24,39,.70));

z-index:1;

}

.hero-container{

display:flex;

align-items:center;

justify-content:space-between;

position:relative;

z-index:2;

}

.hero-left{

width:55%;

color:white;

}

.hero-right{

width:40%;

text-align:right;

}

.hero-right img{

width:100%;

animation:float 4s ease-in-out infinite;

}

.hero-badge{

display:inline-block;

background:#F97316;

padding:10px 18px;

border-radius:30px;

font-weight:700;

margin-bottom:25px;

}

.hero h1{

font-size:58px;

line-height:1.2;

margin-bottom:25px;

font-weight:800;

}

.hero p{

font-size:18px;

line-height:1.9;

color:#d1d5db;

margin-bottom:35px;

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:40px;

}

.btn{

padding:18px 32px;

border-radius:12px;

font-weight:700;

text-decoration:none;

transition:.35s;

display:inline-flex;

align-items:center;

gap:10px;

}

.btn-green{

background:#25D366;

color:#fff;

}

.btn-orange{

background:#F97316;

color:#fff;

}

.btn:hover{

transform:translateY(-5px);

box-shadow:0 20px 35px rgba(0,0,0,.25);

}

.hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

font-weight:600;

}

.hero-features div{

background:rgba(255,255,255,.08);

padding:18px;

border-radius:12px;

backdrop-filter:blur(10px);

}

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}

@media(max-width:991px){

.hero{

padding:70px 0;

}

.hero-container{

flex-direction:column;

}

.hero-left,

.hero-right{

width:100%;

text-align:center;

}

.hero h1{

font-size:36px;

}

.hero-buttons{

justify-content:center;

flex-wrap:wrap;

}

.hero-features{

grid-template-columns:1fr;

margin-top:30px;

}

.hero-right{

margin-top:50px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cb86f0 *//*==========================================
GÜNCEL HURDA FİYATLARI
==========================================*/

.price-section{
    padding:100px 0;
    background:#f8fafc;
}

.section-title{
    text-align:center;
    max-width:750px;
    margin:auto;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    padding:10px 18px;
    background:#fff3e8;
    color:#f97316;
    font-weight:700;
    border-radius:50px;
    letter-spacing:.5px;
    font-size:14px;
    margin-bottom:18px;
}

.section-title h2{
    font-size:46px;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
}

.section-title p{
    color:#6b7280;
    line-height:1.9;
    font-size:17px;
}

.price-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* Kart */

.price-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    position:relative;

    transition:.40s;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

}

.price-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(0,0,0,.14);

}

/* Turuncu üst çizgi */

.price-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:0;

    height:5px;

    background:#F97316;

    transition:.35s;

}

.price-card:hover:before{

    width:100%;

}

/* Rozet */

.badge{

    position:absolute;

    top:18px;

    right:18px;

    background:#22c55e;

    color:white;

    padding:8px 15px;

    font-size:12px;

    border-radius:40px;

    font-weight:700;

    z-index:5;

}

/* Resim */

.price-card img{

    width:100%;

    height:240px;

    object-fit:cover;

    transition:.45s;

}

.price-card:hover img{

    transform:scale(1.08);

}

/* Başlık */

.price-card h3{

    padding:28px 30px 10px;

    font-size:27px;

    font-weight:800;

    color:#111827;

}

/* Fiyat */

.price{

    padding:0 30px;

    font-size:42px;

    color:#F97316;

    font-weight:800;

    transition:.35s;

}

.price span{

    font-size:17px;

    color:#6b7280;

}

.price-card:hover .price{

    transform:scale(1.05);

}

/* Açıklama */

.price-card p{

    padding:20px 30px;

    color:#6b7280;

    line-height:1.8;

    min-height:95px;

}

/* Buton */

.price-card a{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    margin:0 30px 30px;

    height:55px;

    border-radius:12px;

    text-decoration:none;

    font-weight:700;

    background:#111827;

    color:white;

    transition:.35s;

}

.price-card:hover a{

    background:#F97316;

}

/* Alt Buton */

.price-button{

    text-align:center;

    margin-top:60px;

}

.price-button a{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 45px;

    border-radius:14px;

    background:#F97316;

    color:white;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.price-button a:hover{

    background:#111827;

    transform:translateY(-4px);

}

/* Responsive */

@media(max-width:992px){

.price-grid{

grid-template-columns:repeat(2,1fr);

}

.section-title h2{

font-size:36px;

}

}

@media(max-width:768px){

.price-grid{

grid-template-columns:1fr;

}

.price-card img{

height:220px;

}

.section-title h2{

font-size:30px;

}

.price{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9418227 *//*=====================================
 HURDA KATEGORİLERİ
======================================*/

.scrap-categories{
    padding:110px 0;
    background:#f5f7fa;
}

.section-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.section-heading span{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#fff4ea;
    color:#f97316;
    font-weight:700;
    font-size:14px;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.section-heading h2{
    font-size:46px;
    color:#111827;
    line-height:1.25;
    font-weight:800;
    margin-bottom:20px;
}

.section-heading p{
    font-size:17px;
    color:#6b7280;
    line-height:1.9;
}

.category-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.category-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.07);

    position:relative;

}

.category-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 65px rgba(0,0,0,.16);

}

.category-image{

    position:relative;

    overflow:hidden;

}

.category-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.category-card:hover img{

    transform:scale(1.12);

}

.category-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(to top,rgba(0,0,0,.55),transparent);

    opacity:0;

    transition:.35s;

}

.category-card:hover .category-image::after{

    opacity:1;

}

.category-badge{

    position:absolute;

    top:18px;

    left:18px;

    background:#f97316;

    color:#fff;

    padding:8px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    z-index:5;

}

.category-content{

    padding:30px;

}

.category-content h3{

    font-size:28px;

    color:#111827;

    margin-bottom:15px;

    font-weight:800;

}

.category-content p{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:20px;

}

.category-content ul{

    list-style:none;

    padding:0;

    margin:0 0 25px;

}

.category-content ul li{

    padding:8px 0;

    color:#374151;

    border-bottom:1px solid #eef2f7;

    font-size:15px;

}

.category-content ul li:last-child{

    border:none;

}

.category-content a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#f97316;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.category-content a:hover{

    gap:18px;

}

.category-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:4px;

    height:0;

    background:#f97316;

    transition:.35s;

}

.category-card:hover::before{

    height:100%;

}

@media(max-width:1100px){

.category-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.scrap-categories{

padding:70px 0;

}

.section-heading h2{

font-size:32px;

}

.category-grid{

grid-template-columns:1fr;

}

.category-image img{

height:220px;

}

.category-content{

padding:24px;

}

.category-content h3{

font-size:24px;

}

}/* End custom CSS */