*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

body{
    background:#f5f8fb;
    color:#08233c;
}

.ust-menu{
    height:110px;
    background:white;
    display:flex;
    align-items:center;
    padding:0 7%;
    box-shadow:0 2px 15px rgba(0,0,0,0.12);
    position:sticky;
    top:0;
    z-index:1000;
}

.logo{
    padding-bottom:10px;
}

.logo img{
    width:135px;
}

nav{
    margin-left:auto;
}

nav a{
    text-decoration:none;
    color:#08233c;
    font-size:16px;
    font-weight:800;
    margin-left:40px;
    padding-bottom:16px;
    transition:.3s;
}

nav a:hover{
    color:#1fa53e;
}

nav a.aktif{
    border-bottom:4px solid #1fa53e;
}

.slider{
    width:100%;
    height:480px;
    position:relative;
    overflow:hidden;
    background:#05131f;
}

.slide{
    width:100%;
    height:480px;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    display:flex;
    align-items:center;
    padding:45px 8%;
    transition:1s;
}

.slide-resim{
    position:absolute;
    top:0;
    right:0;
    width:65%;
    height:100%;
    z-index:1;
}

.slide-resim img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        #02101b 0%,
        #041b2d 25%,
        rgba(4,27,45,.96) 40%,
        rgba(4,27,45,.83) 50%,
        rgba(4,27,45,.45) 65%,
        rgba(4,27,45,.10) 100%
    );
    z-index:2;
}

.slide::after{
    content:"";
    position:absolute;
    left:-5%;
    right:-5%;
    bottom:-45px;
    height:95px;
    background:white;
    border-radius:50% 50% 0 0;
    z-index:5;
}

.slide-yazi{
    width:43%;
    position:relative;
    z-index:4;
    color:white;
}

.etiket{
    display:inline-block;
    background:#39b54a;
    color:white;
    padding:9px 18px;
    border-radius:30px;
    font-size:15px;
    font-weight:800;
    margin-bottom:22px;
}

.slide-yazi h1{
    font-size:54px;
    font-weight:900;
    line-height:1.1;
    margin-bottom:20px;
}

.slide-yazi p{
    font-size:21px;
    line-height:1.5;
    font-weight:700;
    margin-bottom:28px;
}

.slide-yazi a{
    display:inline-block;
    background:linear-gradient(#5dd44b,#1b9136);
    color:white;
    text-decoration:none;
    padding:13px 38px;
    border-radius:7px;
    font-size:17px;
    font-weight:900;
    box-shadow:0 5px 15px rgba(0,0,0,.35);
}

.slide1{
    animation:slide1 12s infinite;
}

.slide2{
    animation:slide2 12s infinite;
}

.slide3{
    animation:slide3 12s infinite;
}

@keyframes slide1{
    0%,30%{
        opacity:1;
        visibility:visible;
    }

    33%,100%{
        opacity:0;
        visibility:hidden;
    }
}

@keyframes slide2{
    0%,30%{
        opacity:0;
        visibility:hidden;
    }

    33%,63%{
        opacity:1;
        visibility:visible;
    }

    66%,100%{
        opacity:0;
        visibility:hidden;
    }
}

@keyframes slide3{
    0%,63%{
        opacity:0;
        visibility:hidden;
    }

    66%,96%{
        opacity:1;
        visibility:visible;
    }

    100%{
        opacity:0;
        visibility:hidden;
    }
}

.tanitim{
    background:white;
    padding:55px 7%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    align-items:center;
}

.tanitim-yazi span{
    color:#168c33;
    font-weight:900;
}

.tanitim-yazi h2{
    font-size:36px;
    margin:12px 0;
}

.tanitim-yazi p{
    font-size:18px;
    line-height:1.7;
    color:#51606c;
}

.tanitim-kutular{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.mini-kutu{
    background:#f5f8fb;
    padding:22px;
    border-radius:10px;
    border:1px solid #dce3ea;
    text-align:center;
}

.mini-kutu h3{
    color:#168c33;
    margin-bottom:8px;
}

.urun-alani,
.kategori-alani,
.kampanya-alani,
.iletisim-alani{
    background:white;
    padding:45px 7% 30px;
}

.baslik{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    text-align:center;
    margin-bottom:30px;
}

.baslik span{
    width:70px;
    height:3px;
    background:#148837;
}

.baslik h2{
    font-size:36px;
    color:#08233c;
    font-weight:900;
}

.baslik p{
    font-size:16px;
    font-weight:700;
    color:#51606c;
}

.urunler{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}



.kategori-yazi{
    display:inline-block;
    background:#e8f6eb;
    color:#168c33;
    padding:6px 15px;
    border-radius:20px;
    font-size:13px;
    font-weight:800;
    margin-bottom:15px;
}

.incele-btn{
    display:inline-block;
    background:linear-gradient(#44bd45,#168c33);
    color:white;
    text-decoration:none;
    padding:11px 24px;
    border-radius:5px;
    font-size:15px;
    font-weight:900;
}

.kategoriler{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.kategori-kart{
    background:white;
    border:1px solid #dce3ea;
    border-radius:8px;
    padding:15px;
    text-align:center;
    box-shadow:0 4px 14px rgba(0,0,0,.13);
    transition:.3s;

    height:250px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.kategori-kart:hover{
    transform:translateY(-5px);
}

.kategori-kart img{
    width:100%;
    height:120px;
    object-fit:contain;
}

.kategori-kart h3{
    margin-top:8px;
    color:#08233c;
    font-size:18px;
    font-weight:900;

    min-height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.sayfa-banner{
    background:linear-gradient(90deg,#061b2b,#168c33);
    color:white;
    padding:80px 7%;
    text-align:center;
}

.sayfa-banner h1{
    font-size:46px;
    margin-bottom:15px;
}

.sayfa-banner p{
    font-size:19px;
}

.kampanya-banner{
    background:linear-gradient(90deg,#061b2b,#e84b00);
}

.kampanya-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.kampanya-kart{
    background:white;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 4px 14px rgba(0,0,0,.13);
    border:1px solid #dce3ea;
}

.kampanya-resim{
    height:210px;
    position:relative;
    background:#f5f8fb;
}

.kampanya-resim img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:15px;
}

.kampanya-resim span{
    position:absolute;
    top:15px;
    left:15px;
    background:#e84b00;
    color:white;
    padding:7px 16px;
    border-radius:20px;
    font-weight:900;
}

.kampanya-bilgi{
    padding:20px;
}

.kampanya-bilgi h3{
    font-size:22px;
    margin-bottom:10px;
}

.kampanya-bilgi p{
    color:#51606c;
    line-height:1.5;
    margin-bottom:15px;
}

.kampanya-fiyat{
    margin-bottom:18px;
}

.kampanya-fiyat strong{
    color:#e84b00;
    font-size:24px;
}

.kampanya-fiyat del{
    color:#999;
    margin-left:8px;
}

.kampanya-bilgi a{
    display:inline-block;
    background:#168c33;
    color:white;
    text-decoration:none;
    padding:10px 22px;
    border-radius:5px;
    font-weight:900;
}

.iletisim-alani{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px;
}

.iletisim-bilgi,
.iletisim-form{
    background:white;
    border:1px solid #dce3ea;
    box-shadow:0 4px 14px rgba(0,0,0,.10);
    border-radius:10px;
    padding:30px;
}

.iletisim-bilgi h2,
.iletisim-form h2{
    font-size:30px;
    margin-bottom:15px;
}

.iletisim-bilgi > p{
    color:#51606c;
    line-height:1.6;
    margin-bottom:20px;
}

.bilgi-kutu{
    background:#f5f8fb;
    padding:18px;
    border-radius:8px;
    margin-bottom:15px;
}

.bilgi-kutu h3{
    color:#168c33;
    margin-bottom:5px;
}

.iletisim-form input,
.iletisim-form textarea{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:1px solid #dce3ea;
    border-radius:7px;
    font-size:15px;
}

.iletisim-form button{
    width:100%;
    border:none;
    background:linear-gradient(#44bd45,#168c33);
    color:white;
    padding:14px;
    border-radius:7px;
    font-size:17px;
    font-weight:900;
}

footer{
    margin-top:35px;
    background:#101d27;
    color:white;
    padding:35px 7%;
}

.footer-baslik{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-bottom:28px;
}

.footer-baslik span{
    width:140px;
    height:3px;
    background:white;
}

.footer-baslik h2{
    font-size:36px;
    font-weight:900;
}

.footer-icerik{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    font-size:20px;
    font-weight:800;
}

.sosyal a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#39b54a;
    color:white;
    text-decoration:none;
    font-size:26px;
    font-weight:900;
    margin-left:12px;
}

.sosyal a:nth-child(1){
    background:#2766b2;
}

.sosyal a:nth-child(2){
    background:#e4408f;
}

.sosyal a:nth-child(3){
    background:#60c94e;
}

.sosyal a:nth-child(4){
    background:#65cc4e;
}

@media(max-width:900px){

    .ust-menu{
        height:auto;
        flex-direction:column;
        padding:20px;
    }

    nav{
        margin-left:0;
        text-align:center;
        margin-top:15px;
    }

    nav a{
        display:inline-block;
        margin:8px;
    }

    .slider,
    .slide{
        height:600px;
    }

    .slide{
        flex-direction:column;
        justify-content:center;
        text-align:center;
    }

    .slide-yazi{
        width:100%;
    }

    .slide-yazi h1{
        font-size:42px;
    }

    .slide-yazi p{
        font-size:18px;
    }

    .slide-resim{
        position:relative;
        width:100%;
        height:220px;
        margin-top:20px;
    }

    .tanitim,
    .iletisim-alani{
        grid-template-columns:1fr;
    }

    .tanitim-kutular,
    .urunler,
    .kategoriler,
    .kampanya-grid{
        grid-template-columns:repeat(2,1fr);
    }

    footer{
    background:#25225f;
    color:white;
    padding:65px 7% 40px;
    margin-top:35px;
}

.footer-icerik{
    display:grid;
    grid-template-columns:1fr 1fr 2fr;
    gap:70px;
    align-items:start;
}

.footer-kolon h3{
    font-size:24px;
    letter-spacing:8px;
    font-weight:500;
    margin-bottom:35px;
}

.footer-kolon h3::after{
    content:"";
    display:block;
    width:160px;
    height:1px;
    background:rgba(255,255,255,.25);
    margin-top:30px;
}

.footer-kolon a,
.footer-kolon p{
    display:block;
    color:white;
    text-decoration:none;
    font-size:20px;
    margin-bottom:20px;
    line-height:1.6;
}

.ebulten p{
    font-size:20px;
    line-height:2;
    margin-bottom:28px;
}

.ebulten-form{
    display:flex;
    width:100%;
    max-width:720px;
}

.ebulten-form input{
    flex:1;
    background:transparent;
    border:1px solid rgba(255,255,255,.5);
    color:white;
    padding:18px;
    font-size:20px;
    outline:none;
}

.ebulten-form input::placeholder{
    color:rgba(255,255,255,.65);
}

.ebulten-form button{
    background:#ff641f;
    color:white;
    border:none;
    padding:0 35px;
    font-size:18px;
    cursor:pointer;
}

@media(max-width:900px){
    .footer-icerik{
        grid-template-columns:1fr;
        gap:35px;
    }

    .ebulten-form{
        flex-direction:column;
    }

    .ebulten-form button{
        padding:16px;
    }
}
}
.dropdown{
    position:relative;
    display:inline-block;
}

.dropdown-menu{
    display:none;
    position:absolute;
    top:40px;
    left:20px;
    min-width:250px;
    background:white;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    z-index:9999;
    overflow:hidden;
}

.dropdown-menu a{
    display:block;
    margin:0;
    padding:14px 18px;
    color:#08233c;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    border-bottom:1px solid #eee;
}

.dropdown-menu a:hover{
    background:#e8f6eb;
    color:#168c33;
}

.dropdown:hover .dropdown-menu{
    display:block;
}
.kategori-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

.kategori-link:hover{
    text-decoration:none;
}
.firsat-kart{
    background:white;
    border:1px solid #dce3ea;
    border-radius:12px;
    padding:20px;
    text-align:center;
    box-shadow:0 4px 14px rgba(0,0,0,.13);
    transition:.3s;
}

.firsat-kart:hover{
    transform:translateY(-6px);
}

.firsat-kart img{
    width:100%;
    height:190px;
    object-fit:contain;
    margin-bottom:15px;
}

.firsat-kart h3{
    font-size:22px;
    color:#08233c;
    margin-bottom:14px;
    font-weight:900;
}

.firsat-kart strong{
    display:inline-block;
    background:#168c33;
    color:white;
    padding:9px 22px;
    border-radius:7px;
    font-size:18px;
}
.urunler-devami{
    display:flex;
    justify-content:flex-end;
    margin-top:25px;
    width:100%;
}

.urunler-devami a{
    background:#1ca53a;
    color:white;
    padding:12px 24px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.urunler-devami a:hover{
    background:#14852e;
}
.urun-detay-sayfa{
    max-width:1100px;
    margin:70px auto;
    background:white;
    border-radius:22px;
    padding:35px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:45px;
    align-items:center;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.urun-resim img{
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:18px;
}

.urun-bilgi h1{
    font-size:42px;
    color:#08233c;
    margin-bottom:18px;
}

.urun-bilgi p{
    font-size:20px;
    line-height:1.7;
    color:#51606c;
    margin-bottom:25px;
}

.fiyat-kutu{
    display:inline-block;
    background:#e8f6eb;
    color:#168c33;
    padding:14px 30px;
    border-radius:12px;
    font-size:28px;
    font-weight:900;
}
.urun-link{
    text-decoration:none !important;
    color:inherit;
    display:block;
}

.urun-link h3{
    text-decoration:none !important;
}

.urun-link:hover{
    text-decoration:none !important;
}
.urun-kart{
    height:380px !important;
    padding:18px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
}

.urun-kart img{
    width:100% !important;
    height:170px !important;
    object-fit:cover !important;
    border-radius:8px;
}

.urun-kart h3{
    height:35px !important;
    margin:14px 0 8px !important;
    font-size:20px !important;
}

.urun-kart .urun-detay{
    height:75px !important;
    overflow:hidden !important;
    font-size:15px !important;
    line-height:1.5 !important;
}

.urun-kart strong{
    margin-top:auto !important;
    font-size:22px !important;
    color:#168c33 !important;
}
.urun-kart{
    background:#fff !important;
    border-radius:15px !important;
    box-shadow:0 5px 15px rgba(0,0,0,0.08) !important;
    border:1px solid #e5e5e5 !important;

    padding:20px !important;
    height:380px !important;

    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
}

.urun-kart:hover{
    transform:translateY(-5px);
    transition:0.3s;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}
.urun-kart{
    background:#fff !important;
    border:1px solid #e5e5e5 !important;
    border-radius:16px !important;
    padding:20px !important;
    text-align:center !important;
    box-shadow:0 5px 18px rgba(0,0,0,.08) !important;
    height:auto !important;
}

.urun-kart img{
    width:100% !important;
    height:190px !important;
    object-fit:cover !important;
    border-radius:10px !important;
}

.urun-kart h3{
    font-size:22px !important;
    margin:12px 0 8px !important;
}

.urun-kart strong{
    display:block !important;
    font-size:24px !important;
    color:#168c33 !important;
    margin-top:0 !important;
}
.site-footer {
    background: #1f2933;
    color: white;
    margin-top: 60px;
    padding-top: 40px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.footer-kutu h3 {
    color: #facc15;
    margin-bottom: 15px;
}

.footer-kutu p {
    color: #d1d5db;
    line-height: 1.7;
}

.footer-kutu a {
    display: block;
    color: #d1d5db;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-kutu a:hover {
    color: #facc15;
    padding-left: 5px;
}

.footer-alt {
    text-align: center;
    background: #111827;
    margin-top: 35px;
    padding: 15px;
    color: #d1d5db;
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
.kampanya-urunleri {
    margin-top: 18px;
    background: #f8fafc;
    border-radius: 14px;
    padding: 15px;
}

.kampanya-urunleri h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1f2937;
}

.kampanya-urunleri ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kampanya-urunleri li {
    font-size: 15px;
    color: #374151;
    margin-bottom: 8px;
}
.kampanya-kart {
    cursor: pointer;
}

.kampanya-ac-btn {
    margin-top: 20px;
    background: #15943a;
    color: white;
    border: none;
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.kampanya-ac-btn:hover {
    background: #0f7a2f;
}

.kampanya-urunleri {
    display: none;
    margin-top: 22px;
    background: #f8fafc;
    border-radius: 18px;
    padding: 24px;
}

.kampanya-urunleri.aktif {
    display: block;
}

.kampanya-urunleri h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #0f172a;
}

.kampanya-urunleri ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kampanya-urunleri li {
    font-size: 20px;
    color: #1f2937;
    margin-bottom: 12px;
}

.kampanya-yok {
    text-align: center;
    padding: 70px 20px;
    width: 100%;
}

.kampanya-yok h3 {
    font-size: 28px;
    color: #0f172a;
}

.kampanya-yok p {
    color: #64748b;
    font-size: 18px;
}
.kampanya-kart{
    display:flex;
    flex-direction:column;
    height:100%;
}

.kampanya-bilgi{
    display:flex;
    flex-direction:column;
    flex:1;
}

.kampanya-ac-btn{
    margin-top:auto;
}
.kampanya-slider {
    width: 100%;
    max-width: 1200px;
    height: 530px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.kampanya-slide {
    display: none;
    width: 100%;
    height: 100%;
}

.kampanya-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kampanya-slide:first-child {
    display: block;
}
.ana-kampanya-baslik{
    text-align:center;
    padding:30px 20px 10px;
}

.ana-kampanya-baslik h2{
    font-size:42px;
    color:#0f172a;
    margin-bottom:10px;
}

.ana-kampanya-baslik p{
    color:#64748b;
    font-size:18px;
}
.hakkimizda-alani{
    max-width:1200px;
    margin:60px auto;
    padding:0 20px;
}

.hakkimizda-kutu{
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.hakkimizda-kutu h2{
    color:#0f172a;
    font-size:42px;
    margin-bottom:25px;
}

.hakkimizda-kutu p{
    font-size:19px;
    line-height:1.9;
    color:#475569;
    margin-bottom:20px;
}

.neden-biz{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin-top:40px;
}

.neden-kart{
    background:#f8fafc;
    padding:25px;
    border-radius:15px;
    border-left:5px solid #16a34a;
}

.neden-kart h3{
    color:#0f172a;
    margin-bottom:10px;
}

.neden-kart p{
    margin:0;
    font-size:16px;
}
.whatsapp-btn {
    display: inline-block;
    margin-top: 25px;
    background: #25D366;
    color: white;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
}