/* Temel Sıfırlama */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
    text-decoration: none;
}

:root {
    --text-color: #f5f5f5;
    --hover-color: #0fb0b6;
    --bg-color: #000000;
    --secon-bg-color: #ffffff;

    --neon-box-shadow: 0 0 .5rem #0fb0b6;
}

body {
    font-family: "Poppins", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
}

/* Paket Grubu (Türkiye / Avrupa / Bayi) ana konteyner */
.package-group {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 5%;
}

.package-group.active {
  display: flex !important;
}

/* Tek Paket Kutusu (4'lü grid için) */
.package-group .table {
  flex: 0 1 23%;
  max-width: 23%;
  min-width: 220px;
  background-color: #000;
  border: 2px solid #0fb0b6;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  margin-bottom: 20px;
}

.package-group .table:hover {
  transform: translateY(-8px);
  background: linear-gradient(145deg, #076e72, var(--hover-color), #033638);
  border-color: var(--secon-bg-color);
}

.package-group .table h4 {
  font-size: 24px;
  font-weight: 700;
}

.package-group .table h2 {
  font-size: 48px;
  margin-top: 20px;
  color: var(--hover-color);
}

.package-group .table .border {
  border-top: 1px solid #fff;
  width: 80%;
  margin: 20px 0;
}

.package-group .table ul p {
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0;
}

.package-group .table i {
  color: var(--hover-color);
  margin-right: 10px;
}

.package-group .btn-box {
  margin-top: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}

.package-group .btn-box .btn {
  margin-top: 20px;
  background: var(--hover-color);
  color: var(--bg-color);
  padding: 10px 20px;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}

.package-group .btn-box .btn:hover {
  background: #0a8c91;
}

/* 📱 Tablet için: 2'li görünüm */
@media (max-width: 1024px) {
  .package-group .table {
    flex: 0 1 48%;
    max-width: 48%;
  }
}

/* 📱 Mobil için: 1'li görünüm */
@media (max-width: 600px) {
  .package-group .table {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

* {

    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
    text-decoration: none;
}

:root {
    --text-color: #f5f5f5;
    --hover-color: #0fb0b6;
    --bg-color: #000000;
    --secon-bg-color: #ffffff;

    --neon-box-shadow: 0 0 .5rem #0fb0b6;

    --font-neon-text-shadow: 0 0 10px rgba(18, 174, 255, 0.3),
        0 0 20px rgba(18, 174, 255, 0.3),
        0 0 30px rgba(18, 174, 255, 0.3),
        0 0 40px rgba(18, 174, 255, 0.3),
        0 0 70px rgba(18, 174, 255, 0.3),
        0 0 80px rgba(18, 174, 255, 0.3),
        0 0 100px rgba(18, 174, 255, 0.3),
        0 0 150px rgba(18, 174, 255, 0.3);
}

body {
    font-family: "Poppins", serif;
    background-color: var(--bg-color);
    color: var(--text-color);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: var(--bg-color);
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 10%;
    height: 80px;
}

header.sticky {
    background: var(--bg-color);
    border-bottom: 1px solid var(--secon-bg-color);
}

.logo {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 700;
}

span {
    color: var(--hover-color);
}

.navlist {
    display: flex;
}

.navlist a {
    color: var(--text-color);
    font-weight: 500;
    padding: 10px 20px;
}

.navlist a:hover {
    color: var(--hover-color);
    text-shadow: 0 0 10px rgba(18, 174, 255, 0.6),
        0 0 20px rgba(18, 174, 255, 0.6),
        0 0 30px rgba(18, 174, 255, 0.6),
        0 0 40px rgba(18, 174, 255, 0.6),
        0 0 70px rgba(18, 174, 255, 0.6),
        0 0 80px rgba(18, 174, 255, 0.6),
        0 0 100px rgba(18, 174, 255, 0.6),
        0 0 150px rgba(18, 174, 255, 0.6);
}

.navlist a.active {
    color: var(--hover-color);
}

#menu-icon {
    font-size: 1.5rem;
    z-index: 10001;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 25px;
    background: var(--hover-color);
    border-radius: 3px;
    color: var(--secon-bg-color);
    display: none;
}

section {
    padding: 80px 10%;
}

.home {
    min-height: 90vh;

    width: 100%;
    background-image: url(poster/family1.webp);
    background-attachment: fixed;
    background-size: 100% 100%;
}

.home .content {
    padding: 40px 0px;
    width: 60%;

}

.content h1 {
    font-size: 60px;
    font-weight: 700;
}

.content p {
    font-size: 23px;
    padding: 20px 0px;
}

.btn-box {
    display: flex;
    justify-content: space-between;
    width: 315px;
    height: 45px;
}

.btn-box .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 100%;
    background: var(--hover-color);
    color: var(--bg-color);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .6s;
    box-shadow: var(--neon-box-shadow);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid var(--hover-color);
}

.btn:hover {
    color: var(--hover-color);
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bg-color);
    height: 100%;
    width: 0;
    z-index: -1;
    transition: .4s;
}

.btn:hover::before {
    width: 100%;
}

.btn:nth-child(2) {
    background: var(--bg-color);
    color: var(--hover-color);
}

.btn:nth-child(2):hover {
    color: var(--bg-color);
}

.btn:nth-child(2)::before {
    background: var(--hover-color);
}

.whatsapp {
    width: 80px;
    height: 80px;

    color: rgb(17, 206, 74);
    border-radius: 50%;
    text-align: center;
    font-size: 72px;
    font-weight: 900;

    position: fixed;
    z-index: 8;
    bottom: 150px;
    right: 48px;

    transition: .5s all;
}
.whatsapp:hover{
    color: white;
  
}

.fixed {
    width: 60px;
    height: 60px;
    border: 4px solid var(--hover-color);
    box-shadow: var(--neon-box-shadow);
    background: var(--bg-color);
    ;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding-top: 10px;
    position: fixed;
    z-index: 4;
    bottom: 30px;
    right: 50px;
    display: none;
    transition: .5s all;
}

.fixed:hover {
    background: var(--hover-color);
    color: #000;
}

::-webkit-scrollbar {
    height: 0;
    width: 0.5rem;
}

::-webkit-scrollbar-track {
    background: var(--bg-color);
}

::-webkit-scrollbar-thumb {
    background: var(--hover-color);
    border-radius: 5rem;
}



.box img {
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease-in-out;
}




.box:hover img {
    transform: scale(1.2);
}

.box::after {
    background: linear-gradient(180deg, #076e72, #fc004d);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.5s linear;
    /* Add transition effect */
}

.box:hover::after {
    opacity: 0.8;
    /* Show on hover */
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    /* border:3px solid red */
}

.page {
    width: 48%;
    height: 370px;
    border-radius: 20px;
    border: 4px solid var(--hover-color);
    box-shadow: var(--neon-box-shadow);
    margin-bottom: 40px;
    overflow: hidden;
    transition: .9s all;
    position: relative; /* EKLE */
}



.page1 {
    background-image: url(poster/movies.jpg);
    background-size: cover; /* GÜNCELLE */
    background-position: center; /* EKLE */
}


.page2 {
    background-image: url(poster/sport.jpg);
        background-size: cover; /* GÜNCELLE */
    background-position: center; /* EKLE */
}

.page3 {
    background-image: url(poster/DOCUMENTRY1.jpg);
        background-size: cover; /* GÜNCELLE */
    background-position: center; /* EKLE */
}

.page4 {
    background-image: url(poster/new.jpg);
        background-size: cover; /* GÜNCELLE */
    background-position: center; /* EKLE */
}

.page1:hover {
    transform: skew(-10deg);
}

.page2:hover {
    transform: skew(-10deg);
}

.page3:hover {
    transform: skew(10deg);
}

.page4:hover {
    transform: skew(10deg);
}

.page-content {
    position: absolute;  /* EKLE */
    bottom: 0;            /* EKLE */
    left: 0;              /* EKLE */
    width: 100%;          /* EKLE */
    z-index: 2;           /* EKLE */
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.55); /* arka planı biraz koyulaştır */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #fff;
}



.page-content h2 {
    font-size: 35px;
    padding: 25px 0px;
}

.page-content p {
    font-size: 18px;
}

.page-content .btn {
    margin-top: 30px;
    align-self: center; /* ortala */
}


.benefit-box {
    width: 49%;
    height: 230px;
    border-radius: 20px;
    border: 4px solid var(--hover-color);
    box-shadow: var(--neon-box-shadow);
    margin-bottom: 30px;
    background-color: #000000;
    transition: .15s all;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    /* padding: 0px 30px; */
}

.left-box {
    width: 10%;
    font-size: 80px;
    color: var(--hover-color);
}

.right-box {
    width: 60%;
    color: white;
    padding-left: 20px;
}

.right-box h2 {
    font-size: 30px;
    font-weight: 300;
}
.whatsapp:hover,
.benefit-box:hover {
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}








.border {

    border-top: 0.5px solid rgb(255, 255, 255);
    width: 80%;

}













/* Tablet görünüm: 2'li */
@media (max-width: 1024px) {
}

/* Mobil görünüm: tekli */
@media (max-width: 600px) {
}



@media (max-width: 992px) {
}

@media (max-width: 600px) {
}





.contact {
    width: 100%;

}

.contact form {
    text-align: center;
    max-width: 50rem;
    margin: 1rem auto;
    margin-top: 3rem;
}

.contact form input,
.contact form textarea {
    width: 100%;
    color: var(--text-color);
    background: transparent;
    border-radius: 10px;
    border: 4px solid var(--hover-color);
    box-shadow: var(--neon-box-shadow);
    margin-bottom: .8rem;
    outline: none;

    padding: .9rem;
}

::placeholder {
    color: white;
}

.contact form textarea {
    height: 180px;
    resize: none;
}

.formbtn {
    display: flex;
    width: 100%;
    justify-content: center;

}

.formbtn .btn {
    cursor: pointer;
    font-size: 1rem;
}

.footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* border-top:1px solid white; */
    border-bottom:1px solid white;
    padding: 20px 10%;
}
.footer .logo{
    font-size: 53px;
}
.footer ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
   
 

}
.footer ul li{
    padding: 2px 10px;
    font-size: 18px;
    border-right: 1px solid white;
    color: white;
    height:30px;
    padding-right: 20px;
}
.footer ul li a{
    text-decoration: none;
    color: white;

}
.footer ul li:hover a{
    color: var(--hover-color);
}
.copy{
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 18px;
    text-transform: capitalize;
}
@media(max-width:1120px) {

    header,
    header.sticky {
        padding: 15px 5%;
    }

    footer {
        padding: 15px 5%;
    }

    section {
        padding: 50px 5%;
    }

    .navlist a {
        padding: 8px 15px;
    }

    :root {

        --neon-box-shadow: 0 0 .8rem #0fb0b6;

    }

    .home {
        min-height: 60vh;
        background-size: 100% 100%;
    }




}




@media(max-width:982px) {
    #menu-icon {
        display: block;
        transition: all .4s ease;
    }

    #menu-icon.fa-xmark {
        transform: rotate(-180deg);
    }

    .navlist {
        display: flex;
        position: absolute;
        top: -1000px;
        right: 0;
        left: 0;
        flex-direction: column;
        background: var(--bg-color);
        text-align: left;
        padding: 0.5%;
        padding-left: 34px;
        transition: all .45s ease;
    }

    .navlist a {
        display: block;
        padding-bottom: 1rem;
        font-size: 1rem;
    }

    .navlist.open {
        top: 100%;
    }

    :root {
        --big-font: 2rem;
    }

    .home {
        min-height: 60vh;
        background-size: 100% 100%;
    }

    .home .content {
        padding: 30px 0px;
        width: 90%;

    }

    .content h1 {
        font-size: 40px;
        font-weight: 600;
    }

    .content p {
        font-size: 20px;
        padding: 15px 0px;
    }

    .fixed {
        width: 50px;
        height: 50px;
        bottom: 10px;
        right: 20px;
        padding-top: 5px;

    }

    .whatsapp {
        position: fixed;
        z-index: 8;
        bottom: 90px;
        right: 15px;
        font-size: 82px;

    }

    .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;

    }

    .page {
        width: 85%;
        height: 350px;
        margin-bottom: 30px;
    }

    .page-content h2 {

        padding: 15px 0px;
    }

    .main-text h2 {
        font-weight: 600;
        font-size: 30px;
        color: var(--text-color);
    }

    .main-text span {

        font-size: 18px;
        font-weight: 200;
        text-transform: uppercase;

    }

    .benefit-box {
        width: 90%;
        height: 230px;

    }

    .right-box {

        padding-left: 30px;
    }

    .footer ul li{
        padding: 2px 10px;
        font-size: 15px;
        border-right: 1px solid white;
        color: white;
        height:30px;
        padding-right: 20px;
    }
    .footer .logo{
        font-size: 25px;
    }
}
@media(max-width:800px){
    .footer{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

}

@media(max-width: 768px) {
  .page-content {
    padding: 30px 15px;
  }
}

@media(max-width:500px) {
    .content h1 {
        font-size: 35px;
        font-weight: 500;
    }

    .content p {
        font-size: 18px;
        padding: 5px 0px;
    }

    .fixed {
        width: 30px;
        height: 30px;
        bottom: 15px;
        right: 20px;
        border: 2px solid var(--hover-color);
        padding-top: 5px;
        font-size: 10px;

    }

    .page {

        width: 99%;
        height: 280px;
        margin-bottom: 30px;
    }

    .page-content {

        padding: 18px 0px;
    }

    .page-content h2 {
        font-size: 22px;
        padding: 8px 0px;
    }

    .page-content p {
        font-size: 15px;
    }

    .benefit-box {
        width: 99%;
        height: 300px;
        margin-bottom: 30px;

    }

    .benefit-box {
        width: 99%;
        height: 340px;
        margin-bottom: 33px;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* padding: 0px 30px; */
    }

    .left-box {
        width: 90%;
        font-size: 100px;
        text-align: center;

    }

    .right-box {
        width: 90%;
        color: white;
        text-align: center;
    }

    .right-box h2 {
        font-size: 20px;
        font-weight: 600;

    }

    .whatsapp {
        width: 80px;
        height: 80px;
        bottom: 50px;
        right: 4px;
        font-size: 52px;
}
}




.scroll-scale {
    opacity: 1; /* eskiden 0’dı */
    transform: scale(1); /* normal boyut */
    transition: all 2s;
}

.scroll-bottom{
    opacity: 0;
    transform: translateY(300px);
    transition: 3s;
}
.scroll-top{
    opacity: 0;
    transform: translateY(-300px);
    transition: 3s;
}
.show-items{
    opacity:1;
    transform: translateX(0);
}


.swiper-slide img {
  width: 100%;
  border-radius: 8px;
}

.movie-title {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif;
}

.reseller-section {
  padding: 60px 20px;
  background-color: #000;
  text-align: center;
  color: #fff;
}

.reseller-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 sütun */
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .reseller-grid {
    grid-template-columns: 1fr; /* Mobilde tek sütun */
  }
}


.reseller-box {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #0fb0b6;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 24px rgba(0, 255, 255, 0.08);
  transition: 0.3s ease;
}

.reseller-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px #0fb0b6;
}

.reseller-box i {
  font-size: 36px;
  color: #0fb0b6;
  margin-bottom: 15px;
}

.reseller-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.reseller-box p {
  font-size: 14px;
  color: #ccc;
  min-height: 60px;
}

.reseller-btn {
  display: inline-block;
  margin-top: 16px;
  background-color: #25d366;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  font-size: 14px;
}

.reseller-btn:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
}

.package-toggle {
  text-align: center;
  margin-bottom: 30px;
}

.package-toggle button {
  background-color: #0b0b0b;
  color: white;
  padding: 12px 24px;
  margin: 0 10px;
  border: 2px solid #0fb0b6;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(15, 176, 182, 0.4);
}

.package-toggle button:hover {
  background-color: #0fb0b6;
  color: black;
  box-shadow: 0 0 12px rgba(15, 176, 182, 0.8);
}

.package-toggle button.active {
  background-color: #0fb0b6;
  color: black;
  box-shadow: 0 0 15px #0fb0b6;
}

.logo-highlight {
  color: #0fb0b6; /* MIRA rengi: turkuaz */
}

.logo-plain {
  color: #ffffff; /* IPTV rengi: beyaz */
}

.paketler {
  width: 100%;
  height: 100vh; /* Tüm ekran yüksekliği */
  background-image: url(../images/iptv-paketler.webp);
  background-size: cover; /* Görsel orantılı şekilde kapsasın */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* Mobilde sorun çıkmaması için fixed yerine scroll */
  padding-top: 100px; /* Menü altında kalmasın */
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .paketler {
    padding-top: 140px; /* Menü yüksekliğine göre arttırılabilir */
    height: auto; /* Mobilde sabit yükseklik gerekmezse */
    min-height: 100vh;
  }
}


.bayilik {
  height: 100vh; /* Tüm ekran yüksekliği */
  width: 100%;
  background-image: url(../images/iptv-bayilik.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; /* mobile uyum için fixed değil */
  display: flex;
  align-items: center;
  justify-content: left;
  padding-top: 120px; /* Menü altında kalmaması için */
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .bayilik {
    padding-top: 100px;
    margin-top: 70px;
  }
}

.kurulumanlatimi {
    width: 100%;
    height: auto;
    background-image: url(../images/iptv-kurulum-anlatimi.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* fixed kaldırıldı */
    aspect-ratio: 3 / 2; /* 1536x1024 oranı = 1.5 yani 3:2 */
    position: relative;
	padding-top: 80px;
	margin-top: 70px;
}

@media (max-width: 768px) {
  .kurulumanlatimi {
    padding-top: 100px; /* Mobilde daha yüksek menü varsa */
  }
}



.faq-section {
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 40px 10%;
  background-color: #121212;
  border-radius: 20px;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.05);
}

.faq-section h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #00d6d6;
  margin-bottom: 30px;
}

/* Tüm kutular tam genişlik kullanır */
.faq-section details {
  width: 100%;
  box-sizing: border-box;
  background-color: #1e1e1e;
  margin-bottom: 18px;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #00d6d6;
  transition: all 0.3s ease;
}

.faq-section summary {
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
}

.faq-section details[open] {
  background-color: #202a2a;
}

.faq-section details p {
  margin-top: 10px;
  color: #dddddd;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 25px 15px;
  }
}


/* Platform logoları */
.platforms {
  padding: 60px 0;
  text-align: center;
  background-color: #000;
}

.platform-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 24px;
  justify-items: center;
  align-items: center;
  margin-top: 40px;
  padding: 0 20px;
}

.platform-logos img {
  max-width: 100px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  filter: brightness(1) contrast(1.1);
  border-radius: 14px; /* ✅ Köşe yumuşatma */
  box-shadow: 0 0 6px rgba(0, 255, 255, 0.05);
}

.platform-logos img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(15, 176, 182, 0.4); /* ✅ Hover efekti */
}

@media (max-width: 768px) {
  .platform-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .platform-logos img {
    max-width: 90px;
  }
}

@media (max-width: 480px) {
  .platform-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .platform-logos img {
    max-width: 80px;
  }
}

/* WhatsApp Sipariş Kutusu */
.whatsapp-order-widget {
  margin-top: 30px;
  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: 'Poppins', sans-serif;
}

.whatsapp-order-widget h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.whatsapp-order-widget p {
  margin-bottom: 16px;
  font-size: 14px;
  color: #ccc;
}

.whatsapp-order-widget label {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  color: #eee;
}

.whatsapp-order-widget select {
  padding: 10px 12px;
  font-size: 16px;
  width: 100%;
  border-radius: 6px;
  border: none;
  background: #fff;
  color: #000;
}

.whatsapp-order-widget .btn {
  display: inline-block;
  margin-top: 16px;
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 16px;
}

.whatsapp-order-widget .btn i {
  margin-right: 8px;
  font-size: 18px;
}

.whatsapp-order-widget .btn:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .home {
    padding-top: 140px !important; /* Header + boşluk kadar */
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
  }

  .home .content {
    width: 90% !important;
    padding-top: 0 !important;
  }

  header {
    height: 100px !important;
  }
}

