.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html {
  overflow-x: hidden;
}

.container-fluid {
  max-width: 1620px;
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1075px;
  padding-left: 0;
  padding-right: 0;
}

.opNactive .OpeningMenuArea {
  left: 0;
}

.OpeningMenuArea {
  position: fixed;
  width: 100%;
  height: 710px;
  left: -100%;
  background-color: #B4191D;
  z-index: 10000;
  color: white;
  display: flex;
  align-items: center;
  transition: 0.5s all;
}

.OpeningMenuArea .nvb-dsdsd {
  background-color: transparent;
  filter: invert(1);
  position: absolute;
  border: 0;
  top: 50px;
  left: 10%;
}

.OpeningMenuArea .nvb-dsdsd img {
  max-width: 35px;
  height: auto;
}

.OpeningMenuArea .sssassa a {
  text-decoration: none;
  color: white;
  margin-bottom: 15px;
}

.OpeningMenuArea .color-a {
  width: 315px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
}

.OpeningMenuArea .color-a a {
  text-decoration: none;
  color: white;
  margin-right: 35px;
  position: relative;
}

.OpeningMenuArea .color-a .acit::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background-color: white;
  bottom: -17px;
}

.scrolled .navbar {
  background: linear-gradient(180deg, rgba(40, 40, 40, 0.82) 0%, rgba(40, 40, 40, 0.74) 45%, rgba(40, 40, 40, 0) 100%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.navbar-solid .navbar {
  background: linear-gradient(180deg, rgba(40, 40, 40, 0.82) 0%, rgba(40, 40, 40, 0.74) 45%, rgba(40, 40, 40, 0) 100%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.navbar-solid .navbar .nav-link {
  color: white;
  position: relative;
  display: inline-block;
}

.navbar-solid .navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  background: white;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
  opacity: 0.75;
}

.navbar-solid .navbar .nav-link:hover::after,
.navbar-solid .navbar .nav-link:focus-visible::after {
  transform: scaleX(1);
}

.navbar-solid .navbar .dropdown-menu {
  background-color: rgba(28, 28, 28, 0.9);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.navbar-solid .navbar .dropdown-item {
  color: white;
}

.navbar-solid .navbar .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.navbar-solid .navbar .navbar-brand img {
  filter: brightness(0) invert(1);
}

html:not(.navbar-solid):not(.scrolled) .navbar {
  background: linear-gradient(180deg, rgba(40, 40, 40, 0.82) 0%, rgba(40, 40, 40, 0.74) 45%, rgba(40, 40, 40, 0) 100%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.navbar {
  padding: 0;
  z-index: 10;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
}

.navbar>.container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.navbar .navbar-button {
  height: 88px;
  width: 88px;
  background-color: #B4191D;
  border: 1px solid #B4191D;
}

.navbar .navbar-brand {
  margin-left: 10px;
  margin-right: 25px;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}

.navbar .main-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 32px;
  text-transform: uppercase;
}

.navbar .main-nav .nav-link {
  color: white;
  font-size: 15px;
  letter-spacing: 0.15em;
  padding: 0 10px;
  position: relative;
  display: inline-block;
}

.navbar .main-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  background: white;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
  opacity: 0.75;
}

.navbar .main-nav .nav-link:hover::after,
.navbar .main-nav .nav-link:focus-visible::after {
  transform: scaleX(1);
}

.navbar .main-nav .dropdown-toggle::after {
  margin-left: 6px;
}

.navbar .main-nav .dropdown-menu {
  background-color: rgba(10, 10, 10, 0.78);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
  border-radius: 0;
  padding: 12px 0;
  min-width: 220px;
}

.navbar .main-nav .dropdown-item {
  color: white;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 8px 22px;
}

.navbar .main-nav .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.navbar .main-nav .dropdown-menu.dropdown-menu-image-grid {
  display: none;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding: 20px 24px;
  min-width: 520px;
}

.navbar .main-nav .dropdown-menu.dropdown-menu-image-grid.show {
  display: flex;
}

.navbar .main-nav .dropdown-menu.dropdown-menu-image-grid>li {
  flex: 1 1 220px;
}

.navbar .main-nav .dropdown-menu.dropdown-menu-image-grid .dropdown-item-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.navbar .main-nav .dropdown-menu.dropdown-menu-image-grid .dropdown-item-card:hover {
  background-color: transparent;
}

.navbar .main-nav .dropdown-menu.dropdown-menu-image-grid .dropdown-item-card__image {
  width: 180px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
}

.navbar .main-nav .dropdown-menu.dropdown-menu-image-grid .dropdown-item-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.navbar .main-nav .dropdown-menu.dropdown-menu-image-grid .dropdown-item-card__label {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.navbar .language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 13px;
  margin-left: 24px;
  margin-right: 16px;
  padding-right: 8px;
}

.navbar .language-switcher .language-link {
  color: inherit;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.navbar .language-switcher .language-link.active,
.navbar .language-switcher .language-link:hover {
  opacity: 1;
}

.navbar .language-switcher span {
  opacity: 0.35;
}

#navbarText .nav-item .nav-link {
  color: white;
}

.heading-underline {
  position: relative;
  display: inline-block;
  -webkit-animation: fadeSlideIn 0.4s ease;
  animation: fadeSlideIn 0.4s ease;
}

.heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 48px;
  background: #b4191d;
  transition: width 0.2s ease;
  opacity: 0.85;
}

.heading-underline:hover::after {
  width: 72px;
}

@-webkit-keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-divider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 24px 0 12px;
  opacity: 0.9;
  -webkit-animation: fadeSlideIn 0.4s ease;
  animation: fadeSlideIn 0.4s ease;
}

.section-divider::before,
.section-divider::after {
  content: "";
  width: 68px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(56, 56, 56, 0.25) 100%);
}

.section-divider::after {
  background: linear-gradient(90deg, rgba(56, 56, 56, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}

.section-divider span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b4191d;
  box-shadow: 0 0 0 6px rgba(180, 25, 29, 0.12);
  -webkit-animation: pulseDot 3s ease-in-out infinite;
  animation: pulseDot 3s ease-in-out infinite;
}

@-webkit-keyframes pulseDot {

  0%,
  100% {
    transform: scale(0.96);
    box-shadow: 0 0 0 6px rgba(180, 25, 29, 0.12);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 0 0 10px rgba(180, 25, 29, 0.08);
  }
}

@keyframes pulseDot {

  0%,
  100% {
    transform: scale(0.96);
    box-shadow: 0 0 0 6px rgba(180, 25, 29, 0.12);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 0 0 10px rgba(180, 25, 29, 0.08);
  }
}

.page-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.page-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: clamp(2.25rem, 3vw + 1rem, 3.2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2f3337;
  line-height: 1.1;
  -webkit-animation: fadeSlideIn 0.4s ease;
  animation: fadeSlideIn 0.4s ease;
}

.page-underline {
  height: 2px;
  width: 72px;
  max-width: 180px;
  background: #b4191d;
  border-radius: 999px;
  transition: width 0.25s ease;
  box-shadow: 0 1px 6px rgba(180, 25, 29, 0.25);
}

.page-underline.is-active {
  width: 128px;
}

.slider {
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  width: 100%;
  z-index: 1;
}

#homeSliderCarousel,
#homeSliderCarousel .carousel-inner,
#homeSliderCarousel .carousel-item {
  min-height: 100vh;
  min-height: 100dvh;
}

#homeSliderCarousel .carousel-item>.slider {
  min-height: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown:hover>.dropdown-menu.dropdown-menu-image-grid {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .navbar .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-right: 0;
  }

  .navbar .main-nav .nav-link {
    padding: 10px 0;
    letter-spacing: 0.08em;
  }

  .navbar .main-nav .dropdown-menu.dropdown-menu-image-grid {
    min-width: 100%;
    width: 100%;
    padding: 16px;
    gap: 16px;
  }

  .navbar .main-nav .dropdown-menu.dropdown-menu-image-grid>li {
    flex: 1 1 100%;
  }

  .navbar .main-nav .dropdown-menu.dropdown-menu-image-grid .dropdown-item-card__image {
    width: 140px;
    height: 140px;
  }

  .navbar .language-switcher {
    margin-top: 12px;
    letter-spacing: 0.08em;
    margin-left: 0;
  }
}

.btn-item {
  margin-top: 120px;
  padding: 10px 15px !important;
  border-radius: 5px;
  border: 1px solid #383838;
  font-size: 16px !important;
  text-align: center !important;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  color: #383838 !important;
  text-decoration: none !important;
}

.btn-item:hover {
  color: #383838 !important;
  text-decoration: none !important;
}

.tab-area {
  margin-top: 65px;
}

.tab-area .titlskawwla {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tab-area .slsTime {
  width: -moz-fit-content;
  width: fit-content;
}

.tab-area .urunler-nav {
  color: #383838;
}

.tab-area .urunler-nav .mgtl-urunler {
  margin-bottom: 40px;
}

.tab-area .urunler-nav button {
  background-color: transparent;
  color: #383838;
  text-align: start;
  padding-left: 0;
  font-size: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.tab-area .urunler-nav .active {
  background-color: transparent !important;
  color: #383838 !important;
}

.tab-area .ntNav .active {
  display: flex !important;
}

.tab-area .ntNav .tab-pane {
  padding-left: 55px;
}

.tab-area .ntNav .tab-pane .item-card {
  width: 390px;
  height: 490px;
  border-radius: 5px;
  padding: 30px;
  background-color: #EDDFDF;
  margin-left: 15px;
}

.tab-area .ntNav .tab-pane .item-card .srrmk {
  font-size: 20px !important;
  margin-top: 25px;
}

.tab-area .ntNav .tab-pane .item-card .btn-item {
  margin-top: 15px;
}

.tab-area .ntNav .tab-pane .itemTabImg {
  border-radius: 5px;
  height: 495px;
  width: 390px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-area {
  margin-top: 85px;
}

.list-area img {
  border-radius: 5px;
}

.list-area h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-area .btn-item {
  margin-top: 15px;
}

.item-list-bath {
  margin-top: 125px;
}

.item-list-bath .tarratesb {
  position: relative;
}

.item-list-bath .tarratesb .terra-text {
  position: relative;
  z-index: 10;
  margin-top: 35px;
  justify-content: space-between;
}

.item-list-bath .tarratesb .terra-text .colorB {
  color: #938B8C;
}

.item-list-bath .tarratesb .terra-text h2 {
  margin-bottom: 0;
}

.item-list-bath .tarratesb .terra-text p {
  margin-bottom: 0;
}

.item-list-bath .tarratesb img {
  position: relative;
  z-index: 10;
}

.item-list-bath .tarratesb::before {
  content: "";
  position: absolute;
  width: calc(9999px + 55%);
  height: 700px;
  background-color: #EDDFDF;
  left: -9999px;
  z-index: -1;
  margin-top: -50px;
}

.ctr-llm {
  margin-top: 125px;
}

.ctr-llm .text {
  position: relative;
  z-index: 10;
}

.ctr-llm .text p {
  font-size: 14px;
}

.ctr-llm::before {
  content: "";
  position: absolute;
  width: 1020px;
  height: 570px;
  background-color: #EDDFDF;
  right: 0;
  z-index: 0;
  margin-top: -50px;
  z-index: 0;
}

.ctr-llm .form-group .form-control {
  border: 1px solid #383838 !important;
  color: #383838 !important;
  background-color: transparent !important;
  font-size: 16px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ctr-llm .form-group .form-control ::-moz-placeholder {
  font-size: 16px;
}

.ctr-llm .form-group .form-control ::placeholder {
  font-size: 16px;
}

.ctr-llm .itemCol img {
  position: relative;
  z-index: 10;
}

.footer {
  background-color: #383838;
  z-index: 10;
  position: relative;
  margin-top: 125px;
  padding-top: 55px;
  padding-bottom: 55px;
  color: white;
}

.footer .container-fluid {
  max-width: none;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}

.footer .color-a {
  width: 315px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
}

.footer .color-a a {
  text-decoration: none;
  color: white;
  margin-right: 35px;
  position: relative;
}

.footer .color-a .acit::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background-color: white;
  bottom: -17px;
}

.footer .color-b {
  padding-bottom: 15px;
  margin-top: 15px;
}

.footer .color-b a {
  text-decoration: none;
  color: white;
  margin-right: 35px;
  position: relative;
  font-size: 15px;
}

.footer .social-icons {
  position: relative;
  z-index: 10;
}

.footer .social-icons a {
  width: 48px;
  height: auto;
  color: white;
}

.footer .social-icons a img {
  width: 100%;
  height: auto;
  filter: invert(1);
}

.footer .sssassa a {
  text-decoration: none;
  color: white;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991.98px) {
  #navbarText {
    display: none !important;
  }

  .navbar .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-area .areaImgTam {
    width: 100%;
    height: auto;
  }

  .OpeningMenuArea .nvb-dsdsd {
    top: 25px;
    left: 25px;
  }
}

@media only screen and (max-width: 1090px) {
  .item-list-bath .tarratesb::before {
    content: "";
    width: 100%;
  }

  .OpeningMenuArea {
    height: 100%;
  }

  .OpeningMenuArea .sabajib {
    padding-left: 35px;
  }

  .ctr-llm::before {
    content: "";
    position: absolute;
    width: 100%;
  }

  .footer .color-b {
    display: none !important;
  }

  .tab-area .ntNav .tab-pane {
    padding-left: 0;
  }

  .tab-area .ntNav .tab-pane .itemTabImg {
    display: none;
  }

  .tab-area .ntNav .tab-pane .item-card {
    width: 100%;
  }

  .tab-area .ntNav .tab-pane .item-card img {
    width: 100% !important;
  }

  .tab-area .urunler-nav button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .ntNav {
    width: 60%;
    margin-left: auto;
  }

  .ntNav .tab-pane .item-card .srrmk {
    font-size: 17px !important;
    margin-top: 10px;
  }

  .slider {
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
  }

  .navbar-brand img {
    max-height: 50px !important;
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .navbar .main-nav {
    gap: 8px;
  }

  .navbar .main-nav .nav-link {
    font-size: 13px;
    letter-spacing: .12em;
    padding: 0 6px;
  }

  .navbar .language-switcher {
    font-size: 12px;
    letter-spacing: .12em;
    gap: 6px;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
  .navbar .main-nav {
    gap: 6px;
  }

  .navbar .main-nav .nav-link {
    font-size: 12px;
    letter-spacing: .08em;
    padding: 0 4px;
  }

  .navbar .language-switcher {
    font-size: 11px;
    letter-spacing: .08em;
    gap: 4px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar .navbar-button {
    height: 60px;
    width: 60px;
  }

  .footer .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .terra-text {
    display: flex;
    flex-direction: column;
  }

  .item-list-bath .tarratesb img {
    height: 380px;
  }

  .ctr-llm .itemCol>img {
    max-height: 300px;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .ctr-llm::before {
    height: 640px;
  }

  .footer .color-a {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
  }

  .tab-area .urunler-nav {
    display: none;
  }

  .tab-area .ntNav .tab-pane .item-card {
    margin-left: 0;
  }

  .ntNav {
    width: 100%;
    margin-left: auto;
  }
}

/* ?leti?im Sayfas? Stilleri */
.iletisim-hero {
  height: 450px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.iletisim-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(180, 25, 29, 0.85) 0%, rgba(56, 56, 56, 0.75) 100%);
  z-index: 1;
}

.iletisim-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.iletisim-hero .hero-overlay .container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1075px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.iletisim-hero .hero-overlay .hero-title {
  color: white;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  position: relative;
  z-index: 4;
}

.iletisim-hero .hero-overlay .hero-subtitle {
  color: white;
  font-size: 22px;
  text-align: center;
  opacity: 0.95;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  position: relative;
  z-index: 4;
}

.iletisim-section {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0 15px;
}

.iletisim-card {
  background-color: white;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}

.iletisim-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.iletisim-card .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #383838;
  position: relative;
  padding-bottom: 15px;
}

.iletisim-card .section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #B4191D;
  border-radius: 2px;
}

.contact-form .form-label {
  font-weight: 500;
  color: #383838;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-form .form-control {
  border: 1px solid #383838;
  color: #383838;
  background-color: white;
  font-size: 16px;
  padding: 12px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #B4191D;
  box-shadow: 0 0 0 0.2rem rgba(180, 25, 29, 0.25);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: #999;
}

.contact-form .form-check {
  margin-bottom: 20px;
}

.contact-form .form-check .form-check-input {
  margin-top: 0.3em;
  cursor: pointer;
}

.contact-form .form-check .form-check-input:checked {
  background-color: #B4191D;
  border-color: #B4191D;
}

.contact-form .form-check .form-check-label {
  font-size: 13px;
  line-height: 1.6;
  color: #383838;
  cursor: pointer;
}

.contact-form .form-check .form-check-label .text-link {
  color: #B4191D;
  text-decoration: underline;
}

.contact-form .form-check .form-check-label .text-link:hover {
  text-decoration: none;
}

.contact-form .btn-submit {
  background-color: #B4191D;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-form .btn-submit:hover {
  background-color: #8f1417;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(180, 25, 29, 0.3);
}

.contact-form .btn-submit:active {
  transform: translateY(0);
}

.contact-form .btn-submit .btn-loader {
  position: absolute;
}

.contact-form .form-message {
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.contact-form .form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.contact-form .form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.service-info .service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service-info .service-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: rgba(180, 25, 29, 0.2);
}

.service-info .service-item .service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #B4191D 0%, #8f1417 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
  color: white;
  box-shadow: 0 4px 15px rgba(180, 25, 29, 0.3);
  transition: all 0.3s ease;
}

.service-info .service-item .service-icon svg {
  width: 28px;
  height: 28px;
}

.service-info .service-item:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(180, 25, 29, 0.4);
}

.service-info .service-item .service-content {
  flex: 1;
}

.service-info .service-item .service-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 12px;
}

.service-info .service-item .service-content .service-link {
  font-size: 28px;
  font-weight: 700;
  color: #B4191D;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.service-info .service-item .service-content .service-link:hover {
  color: #8f1417;
  transform: scale(1.05);
}

.service-info .service-item .service-content .service-desc {
  font-size: 15px;
  color: #555;
  margin-top: 12px;
  line-height: 1.7;
}

.satis-noktalari-section {
  background-color: #ffffff;
  padding: 30px 0;
  margin-top: 0;
}

.satis-noktalari-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.satis-noktalari-section .section-header .section-title-large {
  font-size: 42px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.satis-noktalari-section .section-header .section-title-large::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #B4191D;
  border-radius: 2px;
}

.satis-noktalari-section .section-header .section-subtitle {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}

.satis-tabs .nav-pills {
  justify-content: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0;
}

.satis-tabs .nav-pills .nav-item {
  margin: 0 10px;
}

.satis-tabs .nav-pills .nav-item .nav-link {
  background-color: transparent;
  color: #383838;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 0;
}

.satis-tabs .nav-pills .nav-item .nav-link:hover {
  color: #B4191D;
  background-color: transparent;
}

.satis-tabs .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #B4191D;
  border-bottom-color: #B4191D;
}

.satis-tabs .filter-section {
  background-color: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.satis-tabs .filter-section .form-label {
  font-weight: 600;
  color: #383838;
  margin-bottom: 10px;
  font-size: 15px;
}

.satis-tabs .filter-section .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.satis-tabs .filter-section .form-control:focus {
  border-color: #B4191D;
  box-shadow: 0 0 0 0.2rem rgba(180, 25, 29, 0.15);
}

.satis-tabs .filter-section .btn-find-location {
  background: linear-gradient(135deg, #B4191D 0%, #8f1417 100%);
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(180, 25, 29, 0.3);
}

.satis-tabs .filter-section .btn-find-location:hover {
  background: linear-gradient(135deg, #8f1417 0%, #6d0f12 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(180, 25, 29, 0.4);
}

.satis-tabs .filter-section .btn-find-location:active {
  transform: translateY(-1px);
}

.satis-tabs .filter-section .btn-find-location svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.satis-table {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.satis-table thead {
  background: linear-gradient(135deg, #383838 0%, #2d2d2d 100%);
  color: white;
}

.satis-table thead th {
  padding: 18px 15px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 3px solid #B4191D;
}

.satis-table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.satis-table tbody tr:last-child {
  border-bottom: none;
}

.satis-table tbody tr:hover {
  background-color: #f8f9fa;
  transform: scale(1.005);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.satis-table tbody tr td {
  padding: 18px 15px;
  font-size: 15px;
  color: #383838;
  vertical-align: middle;
}

.satis-table tbody tr td a {
  color: #B4191D;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.satis-table tbody tr td a:hover {
  color: #8f1417;
  text-decoration: underline;
}

.satis-table .badge {
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.satis-table .badge.badge-satis {
  background: linear-gradient(135deg, #28a745 0%, #218838 100%);
  color: white;
}

.satis-table .badge.badge-servis {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
}

.no-results {
  text-align: center;
  padding: 40px;
  background-color: white;
  border-radius: 8px;
  color: #666;
}

.no-results p {
  font-size: 16px;
  margin: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.8s ease-out;
}

.animate-fade-in-delay {
  animation: fadeIn 0.8s ease-out 0.2s both;
}

.animate-slide-up {
  animation: slideUp 0.8s ease-out;
}

.animate-slide-up-delay {
  animation: slideUp 0.8s ease-out 0.3s both;
}

@media only screen and (max-width: 992px) {
  .iletisim-hero {
    height: 350px;
    margin-top: 0;
  }

  .iletisim-hero .hero-overlay .hero-title {
    font-size: 40px;
  }

  .iletisim-hero .hero-overlay .hero-subtitle {
    font-size: 18px;
  }

  .iletisim-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .iletisim-card {
    padding: 35px;
    margin-bottom: 30px;
  }

  .iletisim-card .section-title {
    font-size: 28px;
  }

  .satis-noktalari-section {
    padding: 60px 0;
    margin-top: 60px;
  }

  .satis-noktalari-section .section-header {
    margin-bottom: 40px;
  }

  .satis-noktalari-section .section-header .section-title-large {
    font-size: 32px;
  }

  .satis-noktalari-section .section-header .section-subtitle {
    font-size: 16px;
  }

  .satis-table {
    font-size: 13px;
  }

  .satis-table thead th,
  .satis-table tbody td {
    padding: 12px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .iletisim-hero {
    height: 300px;
    margin-top: 0;
  }

  .iletisim-hero .hero-overlay .hero-title {
    font-size: 32px;
  }

  .iletisim-hero .hero-overlay .hero-subtitle {
    font-size: 16px;
  }

  .iletisim-card {
    padding: 20px;
  }

  .service-item {
    flex-direction: column;
  }

  .service-item .service-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .satis-tabs .nav-pills {
    flex-direction: column;
  }

  .satis-tabs .nav-pills .nav-item {
    margin: 5px 0;
    width: 100%;
  }

  .satis-tabs .nav-pills .nav-item .nav-link {
    width: 100%;
    text-align: center;
  }

  .satis-table thead {
    display: none;
  }

  .satis-table tbody tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
  }

  .satis-table tbody tr td {
    display: block;
    text-align: right;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }

  .satis-table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
    color: #383838;
  }

  .satis-table tbody tr td:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 768px) {
  .products-icons-sidebar {
    width: 90px !important;
    position: fixed !important;
    left: 0 !important;
    top: 60px !important;
    height: calc(100vh - 60px) !important;
    max-height: none !important;
    padding: 10px 0 !important;
    z-index: 9 !important;
  }

  .products-icons-sidebar .d-flex {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .products-icons-sidebar .sidebar-icons-container {
    padding-top: 0 !important;
  }

  main {
    /* margin-left: 90px !important; */
  }

  .banner-wrapper,
  .products-banner {
    margin-top: 0 !important;
  }

  .products-listing-section .product-card {
    margin-bottom: 20px;
  }

  /* Genel Hero Section ve Ba?l?k Stilleri - Mobil */
  .typology-hero-content {
    margin-top: 60px !important;
    padding-bottom: 20px;
  }

  .typology-main-title {
    font-size: 2.5rem !important;
  }

  .mobile-transparent-band {
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.65);
    margin-top: -10px;
    backdrop-filter: blur(8px);
    position: relative;
  }

  /* Katalog Kartlar? i?in ?effaf ?erit */
  .catalog-card .card-body {
    position: relative;
    margin-top: -50px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 8px;
  }
}

/* Custom adjustments for mobile header and spacing */
.products-listing-section {
  padding: 10px 0;
  background-color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .products-listing-section {
    padding-top: 20px !important;
  }
}

/*# sourceMappingURL=style.css.map */