html,body{min-height:100vh;}
      body {

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #464646;
    background-color: #efefef;
}
#t3-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 1005;}
#t3-header .container-fluid{
    background-color: #fffa;
    box-shadow: 0px 3px 10px #333;
}
#t3-header .container.head {
    min-height: 36px;
    position: relative;
    display: flex;
    align-items: center;
}
#t3-header- .container:before {
    /*background: url(https://www.humery-sa.com/templates/tribu_t3/images/themes/humery/bg_header_repeat.png) left top repeat-x;*/
    height: 60px;
    position: absolute;
    content: " ";
    top: 0;
    width: 1000px;
    left: -1000px !important;
    background-color: #fffa;
    box-shadow: 0px 3px 10px #333;
}
#t3-header- .container:after {
    /*background: url(https://www.humery-sa.com/templates/tribu_t3/images/themes/humery/bg_header_repeat.png) left top repeat-x;*/
    height: 60px;
    position: absolute;
    content: " ";
    top: 0;
    width: 1000px;
    right: -1000px !important;
    background-color: #fffa;
    box-shadow: 0px 3px 10px #333;
}
#t3-mainnav .navbar-nav > li > a {
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 12px 8px 17px;
    position: relative;
    text-shadow: 1px 1px #fff;
}
.navbar-nav .nav-item > a{
    border-bottom: solid 3px #1110;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
 .navbar-nav .nav-item > a:hover, .navbar-nav .nav-item > a:focus {border-color: #df1425;}


 #verticalCarousel {
  height: 100vh;
  overflow: hidden;
}

#verticalCarousel .carousel-inner {
  height: 100%;
}

#verticalCarousel .carousel-item {
  transition: transform .6s ease-in-out;
}

#verticalCarousel .carousel-item-next,
#verticalCarousel .carousel-item-start.active {
  transform: translateY(100%);
}

#verticalCarousel .carousel-item-prev,
#verticalCarousel .carousel-item-end.active {
  transform: translateY(-100%);
}

#verticalCarousel .carousel-item-next.carousel-item-start,
#verticalCarousel .carousel-item-prev.carousel-item-end {
  transform: translateY(0);
}

.slide-box{
    position: relative;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:start;
  font-size:30px;
}


.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 3rem;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: end;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  padding: 0;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: 0;
  cursor: pointer;
  border: 3px solid transparent;
  opacity: .7;
  transition: opacity .6s ease;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
}


.carousel-indicators [data-bs-target] {
  text-indent: 0;
  cursor: pointer;
}

.slider-bg-1,.slider-bg-2,.slider-bg-3,.slider-bg-4,.slider-bg-5,.slider-bg-6{
  background-size: cover;
  background-position: center;
}
/* İç içe slide-box varsa bg-* renklerini iptal et, dıştaki inline background-image görünsün */
.slide-box .slide-box {
  background-color: transparent !important;
  background-image: none !important;
}
.carousel-indicators{opacity: 1}
.carousel-indicators button img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.carousel-indicators [data-bs-target] {
  text-indent: 0;
  cursor: pointer;
  opacity: 1;
}

.slider-conte-links{
    background-color: #fff;
    width: 300px;
    z-index: 99 !important;
    position: relative;
    display: flex;
    flex-direction: column;
}
.slider-conte-links a{
    display: block;
    padding: 6px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #464646;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.slider-conte-links a:hover{
    background-color: #e52a1b;
    color: #fff;
} 
.slider-conte{
    background-color: #fff;
    width: 300px;
    z-index: 99 !important;
  position: relative;
}
.slider-conte h3{
    background-color: #e52a1b;
     padding: 15px;
     color: #fff;
     font-size: 1.5rem;
     margin-bottom: 0;
}
.slider-conte p{
     padding: 15px;
    font-size: 13px;
}
.carousel-indicators {
  position: absolute;
  background-color: #fffa;
  right: 0;
  bottom: 0rem;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: end;
  margin-right: 0;
  margin-bottom: 0rem;
  margin-left: 0;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar{
    padding: 0;
}
.navbar-nav{
    align-items: center;
}
.navbar-nav .nav-item{
   padding: 0px 1px;
}
.logo{
    padding:2px 10px 2px 0px;
}
.carousel-indicators .active {
  border: 3px solid #e52a1b;
  border-radius: 50%;
  opacity: 1;
}
.dropdown-menu[data-bs-popper] {
  top: 80%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
  
}
.languageswitcherload {
    top: 45px;
    right: 40px;
}
div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.mod-languages ul.lang-inline li {
    display: inline;
}
.languageswitcherload div.mod-languages ul li {
    margin: 0 0px;
  background-color: #fffa;
  padding:2px 2px 4px 2px;
}
.languageswitcherload div.mod-languages ul li:first-child{
    padding-left: 10px;
    border-bottom-left-radius: 6px;
}
.languageswitcherload div.mod-languages ul li:last-child{
    padding-right: 10px;
    border-bottom-right-radius: 6px;
}
div.mod-languages ul li {
    list-style: none;
}
div.mod-languages a {
    text-decoration: none;
}
div.mod-languages img {
    border: none;
}

.nav-stacked > li {
    float: none;
    width: 100%;
}

.nav-pills > li {
    float: left;
}
.nav > li {
    position: relative;
    display: block;
}
ul li {
    list-style-type: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #df1425;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav a {
    text-decoration: none;
    color: #464646;
}
.red-dot-list{
  list-style: none;
  padding-left: 0;
}

.red-dot-list li{
  position: relative;
  padding-left: 0;
}

.red-dot-list li::before{
  display: none;
}
.md-center{}

footer h6{
    font-size: 13px;
}

.dropdown-item{
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #e52a1b;
}

.navbar-toggler {
      color: #fff;
      background-color: #e52a1b;
      border-radius: 0px;
      border: none;
    }
    .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
    .md-center{text-align: center !important;}
    #t3-header .container-fluid {
      background-color: #fffe;
      box-shadow: 0px 3px 10px #333;
    }
    #t3-header .container.head{
        padding: 10px 0px;
    }
    .slide-box {
      justify-content: center;
    }
    .slider-conte,
    .slider-conte-links {
      margin: auto;
      width: 90%;
    }
    .slide-box .container{
        margin-bottom: 0 !important;
    }
    .slide-box {
      align-items: center;
      justify-content: center;
    }
    .carousel-indicators {
      justify-content: center;
    }
    .dropdown-menu{
        border-radius: 0px;
        border:0px;
        background-color: transparent;
    }
    .navbar-nav .nav-item {
      padding: 3px 3px;
      flex-shrink: 0;
    }
    .navbar-nav .nav-item > a {
      text-align: center;
    }
    .carousel-indicators [data-bs-target] {
      width: 60px;
      height: 60px;
      margin-right: 3px;
      margin-left: 3px;
    }  
    .languageswitcherload div.mod-languages ul li {
      background-color: #fffe
    } 
    .languageswitcherload div.mod-languages ul li {
      margin: 0 0px;
      background-color: #fffa;
      padding: 2px 4px 9px 4px;
        padding-left: 4px;
    }
    div.mod-languages img {
      border: none;
      width: 20px;
    }
}
/*********************768**********************/
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .languageswitcherload {
        float: right;
        width: 100%;
    }
    .languageswitcherload .mod-languages {
        text-align: right;
    }
    #t3-header .container-fluid {
      background-color: #fffe;
      box-shadow: 0px 3px 10px #333;
    }
}
/*******************************************/

/*********************992**********************/
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    border-radius: 0px !important;
  }
}
/*******************************************/

/********************1200***********************/
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
/*******************************************/

/* Lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-overlay img {
  max-width: 85%;
  max-height: 85vh;
  border-radius: 12px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.5);
  object-fit: contain;
  background: #fff;
  padding: 20px;
}
.lightbox-close {
  position: fixed;
  top: 20px; right: 30px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
  font-weight: 300;
}
.lightbox-close:hover {
  color: #e52a1b;
}

.lightbox-prev, .lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  z-index: 10000;
  padding: 20px;
  user-select: none;
  transition: color 0.3s ease;
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}

.lightbox-prev:hover, .lightbox-next:hover {
  color: #e52a1b;
}

/* Product image grid */
.product-img-grid .col-md-4 img {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-img-grid .col-md-4 img:hover {
  box-shadow: 0 6px 25px rgba(229,42,27,0.18);
  transform: translateY(-3px);
}
/* References grid */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
.ref-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(229,42,27,0.08);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: box-shadow .2s, transform .2s;
}
.ref-item img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  padding: 15px;
  display: block;
}
.ref-item:hover {
  box-shadow: 0 6px 25px rgba(229,42,27,0.18);
  transform: translateY(-3px);
}
.ref-item .ref-label {
  text-align: center;
  padding: 8px 10px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  border-top: 1px solid #f0f0f0;
}
