/*--------------------------------------------------------------

# Brand One

--------------------------------------------------------------*/

.brand-one {

    position: relative;

    display: block;

    z-index: 1;

}



.brand-one__inner {

    position: relative;

    display: block;

    background-color: var(--crank-black);

    padding: 53px 0;

    border-radius: 20px;

}



.brand-one__carousel {

    position: relative;

    display: block;

}



.brand-one__single {

    position: relative;

    display: block;

    text-align: center;

}



.brand-one__img {

    position: relative;

    display: block;

}



.brand-one__img>img {

    width: auto !important;

    margin: 0 auto 0;

    transition: all 500ms linear;

    transition-delay: 0.1s;

    transform: scale(1);

}



.brand-one__single:hover .brand-one__img>img {

    transform: scale(.9);

}





/*--------------------------------------------------------------

# Brand Two

--------------------------------------------------------------*/

.brand-two {

    position: relative;

    display: block;

    padding: 0 0 120px;

    z-index: 1;

}



.brand-two__inner {

    position: relative;

    display: block;

    background-color: var(--crank-white);

    padding: 53px 0;

    border-radius: 20px;

}



.brand-two__carousel {

    position: relative;

    display: block;

}



.brand-two__single {

    position: relative;

    display: block;

    text-align: center;

}



.brand-two__img {

    position: relative;

    display: block;

}



.brand-two__img>img {

    width: auto !important;

    margin: 0 auto 0;

    transition: all 500ms linear;

    transition-delay: 0.1s;

    transform: scale(1);

}



.brand-two__single:hover .brand-two__img>img {

    transform: scale(.9);

}



/*--------------------------------------------------------------

# Brand Three

--------------------------------------------------------------*/

.brand-three {

    padding: 90px 0px 0px;

}



















/* The End */

.hero-action-card.ux-modern {
  position: fixed;
  right: 2.5vw;
  bottom: 2.5vw;
  top: auto;
  left: auto;
  margin: 0;
  z-index: 1002;
  /* Diğer modern stiller */
  background: rgba(255,255,255,0.85);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 1.5px 8px rgba(0,0,0,0.06);
  border-radius: 1.5rem;
  border: 1.5px solid rgba(200, 169, 126, 0.18);
  backdrop-filter: blur(12px) saturate(1.2);
  transition: box-shadow 0.3s, transform 0.3s;
  animation: fadeInUp 0.7s cubic-bezier(.23,1.01,.32,1) 1;
}
@media (max-width: 1024px) {
  .hero-action-card.ux-modern {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-action-card.ux-modern {
    display: none !important;
  }
}
.hero-action-card.ux-modern:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.18);
  transform: translateY(-6px) scale(1.03);
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px);}
  to { opacity: 1; transform: translateY(0);}
}
.btn-elegant.ux-animate {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #c8a97e 0%, #d4b896 100%);
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(200,169,126,0.08);
  transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
}
.btn-elegant.ux-animate:hover {
  background: linear-gradient(90deg, #d4b896 0%, #c8a97e 100%);
  box-shadow: 0 4px 16px rgba(200,169,126,0.16);
  transform: scale(1.04);
}
.ux-badge-gradient {
  background: linear-gradient(90deg, #f8e8d2 0%, #fff6e0 100%);
  color: #b08d57;
  border-radius: 1em;
  padding: 7px 16px;
  font-weight: 600;
  font-size: 0.95em;
  box-shadow: 0 1px 4px rgba(200,169,126,0.08);
  margin-right: 8px;
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}
.ux-badge-gradient i {
  font-size: 1em;
  margin-right: 4px;
}
.btn-elegant.ux-animate:active::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 120%; height: 120%;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  transform: translate(-50%,-50%) scale(0.7);
  animation: btnWave 0.4s;
  pointer-events: none;
}
@keyframes btnWave {
  to { opacity: 0; transform: translate(-50%,-50%) scale(1.5);}
}
.gallery-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: var(--space-md, 24px);
  width: auto;
  max-width: 95vw;
  padding: var(--space-xs, 8px);
  background: rgba(0,0,0,0.06);
  border-radius: 1.2em;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  z-index: 1001;
}
@media (max-width: 1024px) {
  .gallery-thumbs {
    position: static;
    left: auto;
    transform: none;
    margin: 0 auto 16px auto;
    justify-content: center;
  }
}
.feature-admin-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 2rem 0;
}
.feature-form-card, .feature-list-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  padding: 2rem;
  min-width: 320px;
  flex: 1 1 350px;
  max-width: 500px;
  animation: fadeInUp 0.7s cubic-bezier(.23,1.01,.32,1) 1;
}
.feature-form-card h2, .feature-list-card h2 {
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.feature-table-modern {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.feature-table-modern thead th {
  background: #f8f9fa;
  font-weight: 600;
  border: none;
  padding: 0.8em;
}
.feature-table-modern tbody tr {
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 2px 8px rgba(200,169,126,0.08);
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature-table-modern tbody tr:hover {
  box-shadow: 0 8px 24px rgba(200,169,126,0.16);
  transform: scale(1.01);
}
.status-badge {
  display: inline-block;
  padding: 0.4em 1em;
  border-radius: 1em;
  font-size: 0.95em;
  font-weight: 600;
  transition: background 0.2s;
}
.status-badge.active { background: linear-gradient(90deg,#c8a97e,#d4b896); color: #fff; }
.status-badge.inactive { background: #e0e0e0; color: #888; }
.action-btn {
  border: none;
  background: none;
  color: #b08d57;
  font-size: 1.1em;
  margin: 0 0.2em;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s, transform 0.1s;
  cursor: pointer;
  padding: 0.5em;
}
.action-btn.edit:hover { background: #f8e8d2; color: #a07c4e; }
.action-btn.delete:hover { background: #ffe0e0; color: #d9534f; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px);}
  to { opacity: 1; transform: translateY(0);}
}
.modern-form {
  padding: 0;
}
.modern-input {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
.modern-input:focus {
  border-color: #c8a97e;
  box-shadow: 0 0 0 0.2rem rgba(200, 169, 126, 0.25);
  background: #fff;
  outline: none;
}
.btn-modern {
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary-modern {
  background: linear-gradient(135deg, #c8a97e 0%, #d4b896 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(200, 169, 126, 0.3);
}
.btn-primary-modern:hover {
  background: linear-gradient(135deg, #d4b896 0%, #c8a97e 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 169, 126, 0.4);
  color: #fff;
}
.form-actions {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}
.nav-tabs .nav-link {
  border: none;
  border-radius: 8px 8px 0 0;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease;
}
.nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #c8a97e 0%, #d4b896 100%);
  color: #fff;
  border: none;
}
.nav-tabs .nav-link:hover {
  background: rgba(200, 169, 126, 0.1);
  color: #c8a97e;
}

