/*GENEL AYARLAR*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}


/*GENEL AYARLAR*/

/*EN ÜST BİLGİ ALANI*/
:root {
  --primary-color: #ff0000;
  --white: #ffffff;
  --facebook: #1877f2;
  --instagram: #e4405f;
  --youtube: #ff0000;
  --tiktok: #000000;
  --linkedin: #0077b5;
}

.top-header {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 10px 0;
  
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.free-shipping {
  font-weight: 500;
  font-size: 14px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.social-media {
  display: flex;
  gap: 15px;
  align-items: center;
}

.social-media a {
  color: var(--white);
  font-size: 18px;
  transition: transform 0.3s ease;
}

.social-media a:hover {
  transform: translateY(-3px);
}

.social-media .fa-facebook:hover {
  color: var(--facebook);
}

.social-media .fa-instagram:hover {
  color: var(--instagram);
}

.social-media .fa-youtube:hover {
  color: var(--youtube);
}

.social-media .fa-tiktok:hover {
  color: var(--tiktok);
}

.social-media .fa-linkedin:hover {
  color: var(--linkedin);
}

.contact {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.contact:hover {
  opacity: 0.8;
}

.contact i {
  font-size: 20px;
  color: #25d366;
}

/*EN ÜST BİLGİ ALANI BİTİŞ*/

/*HEADER ALANI*/
.header {
  border: 2px solid #f7f7f7;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 0px;
  /* width: 100%;
  height: 100%; */
}
/*HEADER ALANI*/

/*LOGO ALANI*/
.logo {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 0px;
  width: 300px;
  height: 70px;
}

.header-logo{
  display: flex;
  justify-content: center;
  z-index: 1;
}

.logo-web {
  pointer-events: none;
}

.logo-mobil {
  display: none;
}

#mobil-logo {
  display: none;
}

.nav-menu-mobil-logo {
  display: none;
}

/*LOGO ALANI*/

/*ÜYE GİRİŞ KAYIT ALANI*/
.header-top {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}

.menu-text {
  margin-left: 6px;
  /* İkon ile yazı arasına 6px boşluk */
}

/*ÜYE GİRİŞ KAYIT ALANI*/

/* Menü Başlıkları */
.main-menu {
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 0 #ececec;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 12px 0;
  overflow-x: auto;   /* yatay kaydırma */
  white-space: nowrap; /* satır kırılmasını engeller */

}

.main-menu::-webkit-scrollbar {
  display: none; /* İsteğe bağlı: scroll bar gizle */
}

.main-menu a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.2s;
}

.main-menu a:hover {
  color: #e31e24;
}

/* Mobil Görünüm */
@media screen and (max-width: 768px) {

  @media screen and (min-width: 320px) and  (max-width: 768px) {
    .adoption-header{
      font-weight: bold;
    }

    .adoption-list{
      margin: 20px auto;
    }
  }
  
  @media screen and (min-width: 320px) and  (max-width: 768px){
  .btn-primary{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  }


  @media screen and (min-width: 320px) and  (max-width: 768px){
  .homepage-section-footer-copyright{
    max-width: 95% !important;
    margin: 5px auto;
    background: none !important;
  }
  }


  @media screen and (min-width: 320px) and  (max-width: 768px){
  .category-grid-mobil{
    max-width: 95% !important;
    
  }
  }



  @media screen and (min-width: 320px) and  (max-width: 768px){
  .homepage-section-footer-company-alert{
    max-width: 95% !important;
    background: none !important;
  }
  }


  @media screen and (min-width: 320px) and  (max-width: 768px){
  .homepage-section-footer-customer-service{
    max-width: 95% !important;
  }
  }


   @media screen and (min-width: 320px) and  (max-width: 768px){
  .homepage-section-footer-social-media{
    max-width: 95% !important;
  }
  }


  @media screen and (min-width: 320px) and  (max-width: 768px){
  .homepage-section-container-footer{
    max-width: 95% !important;
    background: none !important;
  }
  }

  @media screen and (min-width: 320px) and  (max-width: 768px){
  .homepage-section-footer-sosyal-forum{
    max-width: 95% !important;
    background: none !important; 
  }
  }

@media screen and (min-width: 320px) and  (max-width: 768px){
  .ask-new-question-header-container{
    display: block;
    justify-content: center;
    padding: 11px 18px 0px;
    max-width: 95% !important;
    margin: 0 auto;
    margin-top: 12px;
    padding-bottom: 1%;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
    background: none !important; 
  }  
}


  .category-grid-mobil {
        display: grid !important;
        grid-template-columns: 1fr 1fr!important;
        gap: 12px !important;
        margin-left: 2%;
        /* max-width: 370px !important; */
        /* margin: 18px auto; */
        /* margin-top: 85px; */
    }


  .category-item-mobil {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
        padding: 10px 18px;
        font-size: 10px;
        font-weight: 500;
        color: #444;
        transition: box-shadow 0.2s;
        cursor: pointer;
        margin-left: 6px!important;
        width: 90%!important;
    }


  .main-menu-container {
    display: none;
  }

  .logo-web {
  pointer-events: none;
}

  .logo-mobil {
       display: flex;
        justify-content: center;
        width: 100%;
        margin-left: 0px;
        margin-top: 6px;
    }

  .logo {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 0px;
  width: 300px;
  height: 70px;
}

.header-logo{
  display: flex;
  justify-content: center;
  z-index: 1;
}

.logo-web {
  pointer-events: none;
}



#mobil-logo {
  display: none;
}

.nav-menu-mobil-logo {
  display: none;
}

 
  .header{
  display: flex;
  justify-content: center;
  width: 100%;
 }
 
  .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .social-media {
    order: 2;
  }

  .free-shipping {
    order: 1;
    font-size: 12px;
  }

  .contact {
    order: 3;
    font-size: 12px;
  }

  .social-media a {
    font-size: 16px;
  }

  /* Menü Başlıkları */
.main-menu {
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 0 #ececec;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 12px 0;
  overflow-x: auto;   /* yatay kaydırma */
  white-space: nowrap; /* satır kırılmasını engeller */

}

.main-menu::-webkit-scrollbar {
  display: none; /* İsteğe bağlı: scroll bar gizle */
}

.main-menu a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.2s;
}

.main-menu a:hover {
  color: #e31e24;
}

.nav-menu-mobil {
    position: fixed;
    top: 0;
    right: -100%;
    /* Menü başlangıçta gizli */
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    transition: right 0.3s ease;
    overflow-y: auto;
  }

  .nav-menu-mobil.active {
    right: 0;
    /* Menü açıldığında sağdan gelsin */
  }

  .nav-menu-mobil-icon-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }


  .menu-button {
        border: none;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        width: 35%;
        background: #e31e24;
        border-radius: 20px;
        color: white;
        padding: 9px;
        margin-left: 9px;
        gap: 6px;
        align-items: center;
        height: 42px;
  }

  .close-btn {
    text-align: right;
    padding: 10px;
  }

  .nav-menu-mobil-category-header {
    font-weight: bold;
    margin: 20px 0 10px 20px;
  }

  .nav-menu-mobil-category-list ul,
  .nav-menu-mobil-footer-list ul {
    list-style: none;
    padding: 0 20px;
  }

  .nav-menu-mobil-category-list li,
  .nav-menu-mobil-footer-list li {
    margin: 10px 0;
    display: flex;
    align-items: center;
  }

  .nav-menu-mobil-category-list i,
  .nav-menu-mobil-footer-list i {
    margin-right: 10px;
  }

  .nav-menu-mobil-category-list a,
  .nav-menu-mobil-footer-list a {
    text-decoration: none;
    color: #333;
  }

  .close-btn {
    margin-right: -81%;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .nav-menu-mobil-logo {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: -6%;
    width: 57%;
    height: 100%;
    margin-right: 23%;
  }

  .nav-menu-mobil-category-header {
    font-weight: bold;
    margin: 20px 17px 11px 15px;
    font-size: 18px;
  }

  .nav-menu-mobil-category-header-1 {
    background-color: #25d366;
  }

  /* MOBİL AÇILIR MENU KATEGORİLERİN CSS GÖRÜNTÜSÜ*/
  .nav-menu-mobil-category-list ul {
    padding: 0;
    margin: 0;
  }

  .nav-menu-mobil-category-list li {
    list-style: none;
    margin-bottom: 12px;
  }

  .nav-menu-mobil-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    /* Arka plan rengi */
    border-radius: 12px;
    /* Köşeleri yuvarlat */
    padding: 12px 16px;
    /* İç boşluk */
    text-decoration: none;
    color: #222;
    font-weight: 500;
    transition: background 0.2s;
    width: 98%;
    margin: 2px;
  }

  #nav-menu-mobil-icon {
    margin-right: 0%;
    margin-left: auto;
    color: #bbb;
    font-size: 18px;
  }

  .nav-menu-mobil-category-list a:hover {
    background: #ececec;
    /* Üzerine gelince renk */
  }

  .nav-menu-mobil-category-list i {
    margin-right: 10px;
    font-size: 18px;
  }

  .nav-menu-mobil-category-list a i.fa-chevron-right {
    margin-right: 0;
    margin-left: auto;
    color: #bbb;
    font-size: 18px;
  }

  /* MOBİL AÇILIR MENU KATEGORİLERİN CSS GÖRÜNTÜSÜ*/

}

/* WEB YUVA ARAYANLAR START */

@media screen and (min-width: 769px) {
  
    .adoption-list{
    margin: 30px auto;
    width: 100%;
    max-width: 1200px;
    
  }

  .form-control{
    width: 80%;
    max-width: 1200px;
  }


  .control-label{
    font-weight: 500;
  }

  .adoption-header{
      font-weight: 500;
    }

  label {
    font-weight: 500;
  }  

  /*MASAÜSTÜ SORU SOR GENEL TASARIM*/
  .ask-new-question-header-container{
    border: 1px solid #dddddd;
        border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        padding: 11px 18px 0px;
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 12px;
        padding-bottom: 1%;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);

  }

  .form-control{
    font-weight: 600 !important;
  }

  .ask-new-question-header{
        display: flex;
        justify-content: center;
        margin: 0 auto;
  }

  #form-header-select{
    display: flex;
        justify-content: center;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    border: var(--bs-border-width) solid #c9c8c8;
  }

  #question-answer-border{
    border: 1px solid #9f9b9b;
  }

  #question-answer-preview{
    background-color: #000000;
    border: none;
  }

  #col-md-11{
    flex: 1 0 auto;
  }
  
  /*MASAÜSTÜ SORU SOR GENEL TASARIM*/

  
  /*START MASAÜSTÜ BREADCRUMP*/
  .breadcrump-link {
    text-decoration: none;
    color: #424040;
  }

  #question-answer-breadcrump-icon {
    margin-left: -17%;
    color: #424040;
  }

  .breadcrump-item {
    margin: 0px 11px 0;
  }

  .question-answer-breadcrump {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -63%;
    list-style: none;
  }

  .breadcrumb-line {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #question-answer-breadcrump-icon-new-question-icon {
    margin-left: -32px;
  }

  /*FİNİSH MASAÜSTÜ BREADCRUMP*/
 
  /*START Yardım kısmı popup tasarımı*/
  /*Start Canlı yardım İndirimli Ürünler ve Para Puan Kazanımı iconlarına özellik kazandırır.*/
  .menu-icon {
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
  }

  .menu-item-help-popup:hover {
    color: #28a745;
  }

  /*Start Alt kenar çizgisini yok eder.*/
  .menu-item-help-popup:last-child {
    border-bottom: none;
  }

  /*Start Canlı yardım İndirimli Ürünler ve Para Puan Kazanımı bölümüne özellik kazandırır. */
  .menu-item-help-popup {
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s ease;
  }

  /*Start Popup içerisindeki saatleri ayarlar*/
  .working-hours {
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    /*alt boşluk verir*/
  }

  /*Start popup içerisindeki telefon numarasına özellik verdi*/
  .phone-number {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    /*alt boşluk verir*/
  }

  /*Start popup içerisindeki a ve div'lere kenarlık verdi */
  .popup-content {
    padding: 15px;
    /*Kenar Boşluk verir*/
  }

  /*Start popup başlığı arka planı ayarlar*/
  .popup-header {
    background-color: #28a745;
    color: white;
    padding: 12px 15px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: bold;
  }

  /*Finish popup başlığı arka planı ayarlar*/

  /*Start Uyarı Bu kod bir popup yapımında kullanıldı*/
  .help-container:hover .help-popup {
    opacity: 1;
    /*görünürlüğü aktif ediyor*/
    visibility: visible;
    /*görünürlüğü aktif ediyor*/
    transform: translateY(0);
    /* .help-popup css kodundaki transform: translateY(-10px); kodunu yukarı kaldırıyor*/
  }

  .help-popup {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 250px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 5px;
  }

  /*Finish Uyarı Bu kod bir popup yapımında kullanıldı*/

  .help-container {
    position: relative;
    display: inline-block;
  }

  /*Yukarıdaki Tüm kodlar Yardım menüsündeki web görünümlü popup için yazıldı*/
  /*FİNİSH Yardım kısmı popup tasarımı*/


  /*START HESABIM kısmı popup tasarımı*/

  /*Hesabım header iconları özelleştirir*/
  #popup-header-user-name-icon-renk {
    color: #ffffff;
    position: relative;
    align-items: center;
    margin-right: 18px;
    left: 38%;

  }

  /*Start Canlı yardım İndirimli Ürünler ve Para Puan Kazanımı iconlarına özellik kazandırır.*/
  .menu-icon {
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
  }

  .menu-item-myaccount-popup:hover {
    color: #28a745;
  }

  /*Start Alt kenar çizgisini yok eder.*/
  .menu-item-myaccount-popup:last-child {
    border-bottom: none;
  }


  /*Start Canlı yardım İndirimli Ürünler ve Para Puan Kazanımı bölümüne özellik kazandırır. */
  .menu-item-myaccount-popup {
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s ease;
  }

  /*Start popup içerisindeki a ve div'lere kenarlık verdi */
  .popup-content {
    padding: 15px;
    /*Kenar Boşluk verir*/
  }

  /*Start popup başlığı arka planı ayarlar*/
  .popup-header {
    background-color: #28a745;
    color: white;
    padding: 12px 15px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: bold;
  }

  /*Finish popup başlığı arka planı ayarlar*/


  /*Start Uyarı Bu kod bir popup yapımında kullanıldı*/
  .myaccount-container:hover .myaccount-popup {
    opacity: 1;
    /*görünürlüğü aktif ediyor*/
    visibility: visible;
    /*görünürlüğü aktif ediyor*/
    transform: translateY(0);
    /* .help-popup css kodundaki transform: translateY(-10px); kodunu yukarı kaldırıyor*/
  }

  .myaccount-popup {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 250px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 5px;
  }

  /*Finish Uyarı Bu kod bir popup yapımında kullanıldı*/

  .myaccount-container {
    position: relative;
    display: inline-block;
  }

  /*START SEPET kısmı popup tasarımı*/
  .popup-basket-total-price{
    padding: 5px;
  }

  #basket-total-price{
    color: #28a745;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  /*Start Sepet Sepete git butonuna özellik verir*/
  .popup-basket {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 13px;
    padding: 2px;
  }

  .popup-basket-button {
    color: white;
    background-color: red;
    padding: 12px 63px;
    border-radius: 39px;
    border: 0px;
  }

  /*Start popup içerisindeki a ve div'lere kenarlık verdi */
  .popup-content {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    margin-left: 6px;
    /*Kenar Boşluk verir*/
  }

  /*Start popup başlığı arka planı ayarlar*/
  .basket-alert{
    display: flex;
    justify-content: center;
  }
  .popup-header {
    background-color: #28a745;
    color: white;
    padding: 12px 15px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    font-weight: bold;
  }

  /*Finish popup başlığı arka planı ayarlar*/

  /*Start Uyarı Bu kod bir popup yapımında kullanıldı*/
  .basket-container:hover .basket-popup {
    opacity: 1;
    /*görünürlüğü aktif ediyor*/
    visibility: visible;
    /*görünürlüğü aktif ediyor*/
    transform: translateY(0);
    /* .help-popup css kodundaki transform: translateY(-10px); kodunu yukarı kaldırıyor*/
  }

  .basket-popup {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 250px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 5px;
  }

  /*Finish Uyarı Bu kod bir popup yapımında kullanıldı*/

  .basket-container {
    position: relative;
    display: inline-block;
  }

  /*Finish SEPET kısmı popup tasarımı*/

  

  /* Soru Cevap ve Şampiyonlar Alanı */
  .page-main-content {
    display: flex;
    gap: 32px;
    max-width: 1200px;
    margin: 32px auto 0 auto;
    align-items: flex-start;
  }


  /* Responsive */
  @media (max-width: 1100px) {
    .page-main-content {
      flex-direction: column;
      align-items: stretch;
      gap: 24px;
      padding: 0 8px;
    }


}



/* Login Container - Web Görünümü */
.search-box-container-web-design {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 1200px;
        margin: 0 auto; 
        box-sizing: border-box;
        min-height: 82px;
}






/* Arama Kutusu */
.search-box-main {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 24px;
  padding: 0 18px;
  width: 420px;
  max-width: 100%;
  height: 44px;
  margin: 0 48px 0 0;
  z-index: 9999;
}

.search-box-main input {
  border: none;
  background: transparent;
  font-size: 18px;
  outline: none;
  width: 100%;
  padding: 0 8px;
}

.search-box-main button {
  background: none;
  border: none;
  font-size: 22px;
  color: #888;
  cursor: pointer;
}

/* Sağdaki Menü */
.login-actions {
  display: flex;
  align-items: center;
}

.login-action {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #222;
  text-decoration: none;
  font-weight: 500;
  background: #f5f5f5;
  border-radius: 22px;
  padding: 7px 18px;
  transition: background 0.2s;
}

.login-action:hover {
  background: #ececec;
}

.login-action i {
  font-size: 20px;
}

}

@media screen and (min-width: 769px) {
  .login-container {
    display: none;
  }

  .nav-menu-mobil-icon-container {
    display: none;
  }

  .category-grid-mobil {
    display: none;
  }
}



