/* _content/demirsoyplast/Views/Shared/_Layout.cshtml.rz.scp.css */
body[b-4dnab4f68h] {
  font-family: 'Poppins', sans-serif !important;
}
.poppins-thin[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic[b-4dnab4f68h] {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.bg-warning[b-4dnab4f68h]{
  background-color: #FF9900 !important;
}
.text-warning[b-4dnab4f68h]{
  color: #FF9900 !important;
}
.btn-warning[b-4dnab4f68h]{
  background-color: #FF9900 !important;
}
.border-warning[b-4dnab4f68h]{
  border-color: #FF9900 !important;
  border-width: 2px !important;
  border-style: solid !important;
}

.bg-primary[b-4dnab4f68h]{
  background-color: #3333cc !important;
}
.text-primary[b-4dnab4f68h]{
  color: #3333cc !important;
}
.btn-primary[b-4dnab4f68h]{
  background-color: #3333cc !important;
}
.border-primary[b-4dnab4f68h]{
  border-color: #3333cc !important;
}


.navbar-custom[b-4dnab4f68h] {
  background-color: #f8f9fa;
}

.nav-link[b-4dnab4f68h] {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.nav-link:hover[b-4dnab4f68h],
.nav-link.active[b-4dnab4f68h] {
  color: #FF9900 !important;
}
/* Ortak stil */
.custom-toggler[b-4dnab4f68h] {
  background: none;
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  position: relative;
}

.custom-toggler:focus[b-4dnab4f68h],
.custom-toggler:active[b-4dnab4f68h] {
  outline: none !important;
  box-shadow: none !important;
}

.toggle-icon[b-4dnab4f68h] {
  font-size: 1.6rem;
  color: #FF9900;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Başlangıç durumu: sadece hamburger görünür */
[aria-expanded="false"] .icon-bars[b-4dnab4f68h] {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}

[aria-expanded="false"] .icon-xmark[b-4dnab4f68h] {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}

/* Menü açıkken: sadece çarpı görünür */
[aria-expanded="true"] .icon-bars[b-4dnab4f68h] {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

[aria-expanded="true"] .icon-xmark[b-4dnab4f68h] {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg);
}


.footer-dark[b-4dnab4f68h] {
  background-color: #111;
  font-family: 'Roboto', sans-serif;
}

.footer-logo[b-4dnab4f68h] {
  width: 30px;
  height: 30px;
  background-color: #66ff66;
  border-radius: 50%;
}
.social-icon[b-4dnab4f68h] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover[b-4dnab4f68h] {
  background-color: #FF9900;
  border-color: #FF9900;
  color: #000;
}
