/*      URUNLER     */
.urun-row {
    display: flex;
    flex-wrap: wrap; /* satır taşmasını engeller */
    gap: 20px; /* sütun arası boşluk */
}

.urun-div {
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
    box-sizing: border-box; /* padding ve border dahil edilerek genişlik hesaplanır */
    flex: 0 0 calc(33.333% - 20px); /* 3 sütun için genişlik, gap ile uyumlu */
}

/* Hover efekti ile biraz hareket ve gölge */
.urun-div:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/*      URUNLER SAYFASI TABLOSU İÇİN */
.table.table-bordered thead th {
    color: #111 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}
/*  .table.table-bordered İLE BOZULDUYSA ==> .table YAP DÜZELİR */
.table.table-bordered {
    table-layout: fixed !important; 
    width: 100% !important;
}
.table.table-bordered th, .table.table-bordered td {
    color: #1b1b1bff !important;
    word-break: break-word !important; /* uzun kelimeleri kırar */
    white-space: normal !important;
}

  @media (max-width: 767px) { 
    .avantaj-kullanim-nav-tabs {
        flex-direction: column !important;
    }
    .avantaj-kullanim-nav-tabs .nav-link {
        margin-bottom: 10px !important;
    }
  }

.pdf-btn{
    padding: 5px 25px;
}
/*      URUNLER     */


/*      ANASAYFA        */
.full-bg {
    width: 100%;
}
/* .referans-div {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #000; 
  padding: 10px;
  width: calc(16.66% - 10px);
}*/
.referans-div {
  box-sizing: border-box;
  border: 1px solid #272727ff;
  padding: 10px;
  margin-bottom: 10px;
}
.referans-div img {
  width: 100%;
  height: auto;
  display: block;
}
/*  REFERANSLAR SAYFASI */
.referans-img {
  box-sizing: border-box;
  border: 2px solid #272727ff;
  padding: 5px;
}


.footer-widget img {
    width: 100%;
}


/*      Footer.php: 'den    */
  @media (max-width: 767px) { 
    .btn-subscribe{
      padding-right: calc(var(--bs-gutter-x) / 2) !important;
      padding-left: calc(var(--bs-gutter-x) / 2) !important;
    }
  }
  @media (min-width: 767px) { 
    .btn-subscribe {
      padding: 0.85rem 0.5rem;
    }
  }

  .form-control{
    padding: .94rem 0.5rem  !important;
  }

/*      Header.php: 'den        */
.site-header {
    position: fixed; 
    top: 0;
    width: 100%;
    z-index: 999;
    background: #FFF !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* yumuşak gölge */
}
body{
  padding-top: 100px !important;
}





/*      1920x1080   CONTAINER    için */
@media (min-width:992px){
    .container, .container-sm, .container-md, .container-lg, .container-xl{
        max-width: 992px !important;
    }
}
@media (min-width:1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl{
        max-width: 1200px !important;
    }
}
@media (min-width:1440px){
    .container, .container-sm, .container-md, .container-lg, .container-xl{
        max-width: 1200px !important;
    }
}
@media (min-width:1600px){
    .container, .container-sm, .container-md, .container-lg, .container-xl{
        max-width: 1440px !important;
    }
}
@media (min-width:1800px){
    .container, .container-sm, .container-md, .container-lg, .container-xl{
        max-width: 1600px !important;
    }
}

/*     HEADER KÖTÜ      LOGO EKLEYEMİYORUM  */
.site-header .navbar{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.logo-header{
    width: 200px !important;
    height: 66px !important;
    max-width: none !important;
}


/*      COOKIE  CSS     */
     
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #21252d;
    padding: 15px;
    text-align: center;
    color: #fff;
    z-index: 1000;
    display: none;
}
.cookie-banner p {
    margin: 0;
    display: inline-block;
    margin-right: 15px;
}
.cookie-banner a {
    color: #fff;
    text-decoration: underline;
}
#accept-cookie {
    background-color: #00b5fe;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 12px;
}


/*      SLİDER      */
.carousel-item {
    overflow: hidden;
    height: 400px;
}

@media (min-width: 768px) {
    .carousel-item {
        height: 600px;
    }
}

@media (min-width: 992px) {
    .carousel-item {
        height: 80vh;
        max-height: 800px;
    }
}

.carousel-item img, .carousel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-caption {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.carousel-control-prev-icon,  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: 75% 75% !important;
}
 @media (max-width: 767px) {
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 40px;
    height: 40px;
  }
 }
.carousel-indicators .active {
    background-color: #ffc107;
}
/*      SLİDER      */



/*      PONÇİKLER     */

.fixed-menu {
    position: fixed;
    bottom: 50px;
    transform: translateY(-50px);
    left: -155px;
    width: 200px;
    z-index: 1000;
}

.fixed-menu ul {
    display: flex;
    flex-direction: column
}

.fixed-menu ul li {
    margin-bottom: 3px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    border: 2px solid #fff;
    border-left: unset;
    padding: 0 10px;
    transition: margin-right .2s ease-in-out
}

.fixed-menu ul li:first-child {
    background: linear-gradient(45deg, #f58529, #feda77, #dd2a7b, #8134af, #515bd4);
    /* background:  #833AB4; */
}

.fixed-menu ul li:nth-child(2) {
    background: linear-gradient(45deg, #1877F2, #145dbf);
}

/* .fixed-menu ul li:nth-child(3) {background: #1DA1F2} */

.fixed-menu ul li:nth-child(3) {
    background: linear-gradient(45deg, #FF0000, #CC0000);
}

.fixed-menu ul li:nth-child(4) {
    background: linear-gradient(45deg, #69C9D0, #EE1D52, #000000);
}

/*.fixed-menu ul li:nth-child(5) {
    background: #D66000
}*/
.fixed-menu ul li:nth-child(5) {
    background: #D66000
}

.fixed-menu ul li:hover {
    margin-right: -120px
}

.fixed-menu ul li a {
    color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
	font-size: 15px;
}

.fixed-menu ul li img {
    transition: all .5s ease-in-out
}

.fixed-menu ul li:hover img {
    animation: titreme .7s ease-in-out infinite
}

@keyframes titreme {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(8deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-8deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.fixed-menu ul li {
    animation: fadeInUp .5s ease forwards;
    opacity: 0
}

.fixed-menu ul li:nth-child(1) {
    animation-delay: .1s
}

.fixed-menu ul li:nth-child(2) {
    animation-delay: .25s
}

/*.fixed-menu ul li:nth-child(3) {animation-delay: .4s}*/

.fixed-menu ul li:nth-child(3) {
    animation-delay: .55s
}

.fixed-menu ul li:nth-child(4) {
    animation-delay: 0.85s;
}

/*.fixed-menu ul li:nth-child(5) {
    animation-delay: .7s
}*/

.fixed-menu ul li:nth-child(5) {
    animation-delay: .7s
}


@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.image-slider-next-arrow {
    right: 13px
}

.image-slider-previous-arrow {
    left: 13px
}


.back-to-top{
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}
/*    WhatsApp - Phone - Youtube Button   */
.mail-button {
  position: fixed;
  bottom: 190px; 
  right: 30px;
  width: 50px;
  height: 50px;
  /* background-color: #6f42c1;  */
  background: linear-gradient(45deg, #6f42c1, #EA4335, #4285F4);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s, transform 0.3s;
}
.mail-button:hover {
  transform: scale(1.1);
}
.mail-button i {
  margin: 0;
}

.phone-button {
  position: fixed;
  bottom: 120px; 
  right: 30px;
  width: 50px;
  height: 50px;
  /* background-color: #007BFF;  */
  background: linear-gradient(45deg, #007BFF, #00C6FF);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s, transform 0.3s;
}
.phone-button:hover {
  transform: scale(1.1);
}
.phone-button i {
  margin: 0;
}

.whatsapp-button {
  position: fixed;
  bottom: 50px; 
  right: 30px;
  width: 50px;
  height: 50px;
  /* background-color: #25D366; */
  background: linear-gradient(45deg, #25D366, #128C7E);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s, transform 0.3s;
}
.whatsapp-button:hover {
  transform: scale(1.1);
}
.whatsapp-button i {
  margin: 0;
}

@media (max-width: 768px) {
    .whatsapp-button { bottom: 90px; } 
    .phone-button { bottom: 150px;  }
    .mail-button { bottom: 210px;  }
}

.footer-logo{
    width: 240px !important; height: 80px !important;
}
         @media only screen and (max-width: 576px) {
            .footer-logo{
                width: 200px !important; height: 60px !important;
            }
        }
