:root {
  --brand-color: #5dccfc;
  --bs-background-5: #e3f0ff;
}

.banner-single {
  width: 100%;
  height: 88svh;
  object-fit: cover;
}

.banner-image-container {
  width: 100%;
  height: 88svh;
}

.banner-image-container::before,
.banner-image-container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

.banner-image-container::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

.banner-image-container::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

.banner-container {
  position: relative;
}
.banner-dropdown-container {
  display: flex;
  background-color: white;
  text-align: start;
  overflow-x: auto;
  height: 45svh;
  align-items: end;
  background: transparent;
  border-radius: 20px;
  width: 100%;
  scroll-snap-type: x mandatory;
  scroll-snap-align: start;
}
.banner-dropdown-container::-webkit-scrollbar {
  display: none;
}

.banner-dropdown-container::-webkit-scrollbar {
  height: 6px;
}
.banner-dropdown-container::-webkit-scrollbar-thumb:horizontal {
  background: gray;
  border-radius: 10px;
}

.banner-title {
  font-weight: 700;
  font-size: 15px;
  text-align: start;
}
.banner-info {
  margin-top: 4px;
  color: var(--bs-neutral-500);
  font-size: 11px;
  text-align: start;
}
.banner-dropdown {
  background-color: transparent !important;
  padding: 16px 20px !important;
  scroll-snap-align: center;
}

.banner-dropdown-container .dropdown-filter:not(:last-child) {
  border-right: 1px solid var(--bs-neutral-200) !important;
}

.banner-dropdown .dropdown-item {
  padding: 8px 20px !important;
}
.banner-dropdown .dropdown-menu {
  box-shadow: none !important;
}
.banner-dropdown .svg {
  background-color: #f2f4f6 !important;
  stroke: black !important;
  transition: all 0.1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
}

.banner-dropdown:hover .svg {
  background-color: var(--main-color) !important;
}

.banner-dropdown:hover .svg * {
  background-color: var(--main-color) !important;
  stroke: white !important;
}

.banner-search {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100% !important;
  max-width: 650px !important;
  padding: 16px;
}

.banner-search h1 {
  color: white;
  width: 100%;
  font-size: 36px !important;
}

.banner-search input {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 50px !important;
  padding: 24px 50px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 12px 50%;
  color: white !important;
}

.banner-search input::placeholder {
  color: #e4e6e8 !important;
}

.banner-dropdown {
  border: none !important;
}

.banner-dropdown {
  width: 250px;
}

.banner-dropdown-container .dropdown-filter:first-child {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  background-color: white !important;
}
.banner-dropdown-container .dropdown-filter:last-child {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  background-color: white !important;
}

.arrow {
  width: 100%;
  max-width: 45px;
  height: 80px;
  background: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;

  display: none;
}

.arrow.left {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.arrow.right {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.banner-dropdown-box {
  display: flex;
  align-items: end;
  max-width: 95%;
  min-height: 35svh;
  color: black;
  border: 1px solid var(--bs-neutral-200) !important;
  border-radius: 12px;
  /*  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
   */

  margin-top: 20px;
  width: 100%;
  max-width: 100%;
}

.dropdown-menu {
  transform-origin: top;
}

.banner-dropdown-container .dropdown-filter:not(:last-child, :first-child) {
  background-color: white !important;
}
.banner-dropdown-container .dropdown .dropdown-menu.show .dropdown-item:active {
  background-color: var(--main-color) !important;
}
.banner-dropdown-container .dropdown .dropdown-menu.show .dropdown-item {
  padding: 6px 20px;
}

.banner-dropdown-container .dropdown-menu {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.banner-dropdown[aria-expanded="true"] {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: white !important;
}
.btn-brand {
  background: var(--main-color) !important;
  color: white !important;
}
.nowrap {
  white-space: nowrap;
}

.baraj-doluluk {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.baraj-charts-container {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 40px;
}

.baraj-charts-cards {
  background-color: white;
  padding: 16px;
  border-radius: 24px;
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: center;
  border: 1px solid var(--bs-border-color);
}

.baraj-charts {
  width: 100% !important;
  max-width: 150px !important;
  height: auto !important;
  position: relative;
}

.baraj-charts-info {
  position: absolute;
  font-size: 28px;
  color: var(--brand-color);
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.magazine-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  gap: 24px;
}
.magazine-item {
  justify-content: space-between;
  border-radius: 24px;
  padding: 20px 40px;
  display: flex;
  gap: 20px;
  background-color: #eefafe;
  overflow: hidden;
  position: relative;
}
.magazine-item-1-bg {
  position: absolute;
  right: -12%;
  top: -43%;
  width: 200px;
  height: 200px;
  background-color: #b6e8fd;
  border-radius: 50%;
}

.magazine-item img {
  max-height: 200px;
  height: auto;
  z-index: 10;
  transform: scale(1.4);
  border-radius: 100px 12px 12px 100px;
}
.magazine-text {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

@media only screen and (max-width: 600px) {
  .banner-search h1 {
    font-size: 24px !important;
  }
  .banner-dropdown {
    width: calc(100vw - 112px);
  }
  .baraj-charts-container {
    padding-top: 40px;
  }
  .baraj-charts-container h6 {
    font-size: 20px !important;
    z-index: 10;
  }
  .baraj-charts-info {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .baraj-charts-container {
    flex-direction: column;
  }
  .baraj-charts {
    max-width: 100px !important;
  }
  .scroll-info {
    overflow-y: auto;
    max-height: 65vh;
  }
  .magazine-item img {
    max-width: 150px;
    margin: auto;
    max-height: 100%;
    transform: scale(1.4) translate(25px, 0px);
  }
}

@media only screen and (max-width: 1200px) {
  .magazine-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .magazine-item-1-bg {
    top: -23%;
  }

  .magazine-text {
    max-width: max-content;
  }
  .magazine-item {
    padding: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .arrow {
    display: block;
  }
  .banner-dropdown-container .dropdown-filter:first-child {
    border-radius: 0 !important;
  }
  .banner-dropdown-container .dropdown-filter:last-child {
    border-radius: 0 !important;
  }
  .banner-dropdown-container {
    border-radius: 0 !important;
  }
  .banner-dropdown-container .dropdown-filter {
    border-right: 1px solid var(--bs-neutral-200) !important;
  }
}

.btn-main {
  background-color: var(--main-color) !important;
  color: white !important;
  border: none !important;
  cursor: pointer;
}
.btn-main:hover {
  background-color: #165a8f !important;
}

.w-fit {
  width: fit-content;
}

.infos-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border-radius: 24px;
  background-size: cover;
  overflow: hidden;
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 40px;
  display: grid;
  grid-column: span 8 / span 8;
  gap: 12px;
  width: 100%;
}

.info-item h6 {
  font-size: 18px;
  font-weight: 500;
}
.info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /*   background-color: white; */
  border-radius: 16px;
  padding: 16px;
}
.info-item .number {
  font-size: 24px;
  color: var(--brand-color);
  font-weight: 600;
}
.info-left {
  grid-column: span 4 / span 4;
  background-color: #eefafe;
  max-width: 400px;
  width: 100%;
  padding: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.su-izi-container {
  background-color: #e3f0ff;
}
.su-izi-container .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.su-izi-container .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.su-izi-container img {
  max-width: 400px;
}

.quality-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 24px;
}

.spy-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 24px;
}

.spy-container select,
.quality-container select {
  font-size: 14px !important;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}
.service-left {
  grid-column: span 4 / span 4;
  max-height: 85svh;
  overflow: auto;
  padding-right: 4px;
}

.service-left::-webkit-scrollbar {
  width: 4px;
}

.service-left::-webkit-scrollbar-thumb {
  background: #888;
}

.service-left::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 4px;
}

.service-right {
  grid-column: span 8 / span 8;
}

#map {
  min-height: 85svh;
  border-radius: 24px;
  background: white;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .spy-container,
  .quality-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .su-izi-container .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .su-izi-container img {
    max-width: 50%;
    margin: auto;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .service-left {
    grid-column: span 12 / span 12;
  }
  .service-right {
    grid-column: span 12 / span 12;
  }
  .infos-container {
    gap: 12px;
    align-items: start;
  }
  .info-grid {
    padding: 16px;
    grid-column: span 12 / span 12;
  }
  .info-left {
    padding: 16px;
    grid-column: span 12 / span 12;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .info-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .info-item {
    padding: 12px;
  }
}

.block-install-apps {
  background-color: #f2f4f6 !important;
}

.img-phone {
  top: -65px !important;
  left: -0px !important;
}

/* .card-info {
  min-height: 215px;
} */

.img-laptop {
  top: -95px !important;
  z-index: 14;
}
.box-images-apps {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .card-info {
    min-height: auto;
  }
  .box-images-apps {
    width: 100%;
    display: grid;
    padding-top: 12px;
    padding-bottom: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .img-laptop {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .img-phone {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.download-apps {
  margin-top: 40px !important;
  display: flex;
  gap: 12px;
}

.h-fit {
  height: fit-content;
}

.search-inputs {
  border-radius: 50px !important;
  padding: 24px 50px;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  background-position: 12px 50% !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th:first-child,
td:first-child {
  text-align: left;
}
th,
td {
  padding: 8px;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}
thead tr {
  white-space: nowrap;
}

tr {
  border-bottom: 1px solid var(--bs-border-color);
}
th {
  font-weight: 600;
}

.apperance {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid var(--bs-neutral-200);
  padding: 9px 15px 11px 15px;
}

.card-why.card-why-2 {
  background-color: white !important;
}

.card-why.card-why-2 {
  background-color: white !important;
}

.card-info * {
  text-align: start !important;
  gap: 8px;
}

.card-info h6 {
  color: var(--main-color);
}

.town-button {
  color: var(--Neutral-1000, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  cursor: pointer;
  margin-top: 8px;
}

.town-button:hover {
  transform: translateX(4px);
  transition: all 0.2s ease;
}

.group-collapse-expand {
  padding: 24px 24px 12px 24px !important;
}

.baraj-chart-page {
  background-color: white;
  padding: 16px;
  border-radius: 24px;
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-border-color);
  flex-direction: column;
  margin-bottom: 40px;
}

.baraj-chart-page .donut-chart {
  max-width: 400px;
}
.baraj-chart-page .chart,
.baraj-chart-page .donut-chart {
  position: relative;
  width: 100%;
}
.baraj-chart-page .chart canvas {
  max-height: 400px;
  height: 100%;
}

.baraj-chart-page .donut-chart canvas {
  max-height: 250px;
  height: 100%;
}
.baraj-chart-page .baraj-charts-info {
  font-size: 48px !important;
  top: 60% !important;
}

.baraj-chart-page h6 {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 16px;
  padding-top: 0;
  width: 100%;
  text-align: center;
}

.member-container {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.member-item {
  width: 100%;
  max-width: 250px;
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--bs-border-color);
  flex-direction: column;
}

/* .member-item strong {
  min-height: 50px;
} */
@media only screen and (max-width: 600px) {
  .member-item {
    max-width: 100%;
  }
  /*   .member-item strong {
    min-height: auto;
  } */
  .baraj-chart-page h6 {
    font-size: 18px !important;
  }
  .baraj-chart-page .donut-chart {
    max-width: 300px;
  }
}

.banner-dropdown-container .dropdown .dropdown-menu.show {
  overflow-y: auto;
  max-height: 220px;
  height: auto;
}

.banner-dropdown-container .dropdown .dropdown-menu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner-dropdown-container .dropdown .dropdown-menu.show::-webkit-scrollbar {
  width: 8px;
}

.banner-dropdown-container .dropdown .dropdown-menu.show::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}

.banner-dropdown-container .dropdown .dropdown-menu.show::-webkit-scrollbar-thumb {
  background: #6a6f6c;
  border-radius: 3px;
}

.banner-search input:focus {
  background-color: white !important;
  color: black !important;
}

.banner-search input:focus::placeholder {
  color: gray !important ;
}
.btn-white-brand {
  background-color: white !important;
  color: black !important;
}
.btn-white-brand:hover {
  background-color: var(--main-color) !important;
  color: white !important;
}

#search-button-header {
  background-color: var(--bs-neutral-100);
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.wrap {
  font-weight: bold;
  border-right: 0.05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.banner-top,
.banner-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner-top button,
.banner-center button {
  background: var(--bs-neutral-100);
  color: black;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
}
.banner-top img {
  border-radius: 0 !important;
}

.mobile-header-wrapper-style,
.sidebar-canvas-wrapper {
  max-width: 450px;
}

@media only screen and (max-width: 600px) {
  .banner-top button {
    padding: 4px 8px;
    top: 8px;
    right: 8px;
    font-size: 12px;
  }
  .mobile-header-wrapper-style,
  .sidebar-canvas-wrapper {
    max-width: 85%;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.banner-center {
  border-radius: 12px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 12px;
}

.banner-center img {
  max-width: 100%;
  border-radius: 10px;
}

.banner-center button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--bs-neutral-100);
  color: black;
  border: none;
  padding: 2px 8px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
}

.modal-overlay.show {
  visibility: visible;
  opacity: 1;
}
.mobile-header-wrapper-style,
.sidebar-canvas-wrapper {
  z-index: 99006;
}
.body-overlay-1 {
  z-index: 10000;
}
.burger-icon-2 {
  z-index: auto !important;
}

.sidebar-canvas-container {
  background-color: white;
}

/* .sidebar-canvas-container .tite-savedplaces img {

} */

.right-social-drawer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

/* weather */
.rightbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(58, 134, 255);
  background: radial-gradient(circle, rgba(58, 134, 255, 1) 0%, rgba(0, 83, 216, 1) 100%);
  color: white;
  padding: 12px 20px;
  margin: 20px 0;
  border-radius: 16px;
}

.rightbar-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rightbar-date {
  font-size: 14px;
  font-weight: 500;
}
.rightbar-time {
  font-size: 32px;
  font-weight: 700;
  margin: 4px 0;
}
.rightbar-location {
  font-size: 12px;
  font-weight: 400;
}

.rightbar-weather {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.rightbar-temperature {
  font-size: 2em;
}
/* weather */

.sidebar-canvas-wrapper .sidebar-canvas-container .sidebar-canvas-content {
  padding: 20px;
}

.right-social-drawer a {
  background-color: var(--bs-neutral-100);
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bs-border-color);
}

.mikro-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.mikro-item a {
  border: 1px solid var(--bs-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 16px;
}

.mikro-item a img {
  width: 50%;
}

/* search area */
#searchResults,
#searchResults2 {
  overflow-y: auto;
  max-height: 40svh;
}

.search-container {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.search-container {
  display: none;
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  position: relative;
  width: 100%;
  max-width: 618px;
  top: 140px;
  left: 0;
  z-index: 999999999999;
}

.search-tab-button {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  overflow-x: auto;
}

.search-tab-button button {
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  background: #0073e6;
  color: white;
  border-radius: 5px;
}

.category,
.category2 {
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid #e4e6e8;
}

.category h6,
.category2 h6 {
  font-size: 12px;
  color: #979491;
  font-weight: 600;
}

.category a,
.category2 a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #737373;
  width: 100%;
  text-align: start;
  padding: 6px 8px;
  border-radius: 8px;
}

.category a:hover,
.category2 a:hover {
  background-color: #f2f4f6;
}

.banner-search {
  z-index: 9;
}

.search-tab-button .btn {
  font-size: 12px !important;
  padding: 4px 10px !important;
}
/* search area */

#close-overlay {
  background: var(--bs-neutral-100);
  color: black;
  padding: 8px 12px 6px 12px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  position: absolute;
  top: 125px;
  right: 16px;
  border: none;
}

/* footer */
footer {
  background-color: #1f7dc1 !important;
}
footer * {
  color: #e4e6e8 !important;
}
/* footer */

.white-svg {
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(45deg) brightness(103%)
    contrast(108%);
}

.banner-link-title {
  position: absolute;
  color: white;
  font-weight: 500;
  bottom: 0;
  left: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 8px 0 0;
  transition: all 0.3s ease;
}
/* tasarruf */

.tasarruf-ipuclari {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.tasarruf-ipucu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tasarruf-ikon-kutu {
  background-color: #cce5ff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.tasarruf-ikon {
  width: 60px;
  height: 60px;
  fill: #0a4b8f;
}

.tasarruf-ipucu p {
  color: #0a4b8f;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.tasarruf-ipuclari {
  margin: 20px 0;
  padding: 20px 0;
}
/* Responsive Design */
@media (min-width: 768px) {
  .tasarruf-ipuclari {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .tasarruf-ipuclari {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
/* tasarruf */

.live-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: red;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    background-color: red;
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.8);
  }
  50% {
    transform: scale(1.2);
    background-color: rgba(255, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
  }
  100% {
    transform: scale(1);
    background-color: red;
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.8);
  }
}

.canvas-menu-active {
  overflow: hidden;
}

.kirlilik-card {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--bs-border-color);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* eklenen */

.block-install-apps {
  background-color: #e7edf7 !important;
  padding-top: 0 !important;
  border-radius: 0 !important;
}

@media only screen and (max-width: 768px) {
  .su-izi-container img {
    max-width: 90% !important;
  }
}

@media only screen and (min-width: 768px) {
  .su-izi-container {
    max-height: 400px;
    display: flex;
    align-items: center;
    margin: 60px 0;
  }
}

.su-izi-container {
  background-color: #e7edf7;
}

.arrow {
  display: block;
}
.banner-dropdown {
  padding: 16px 20px !important;
}

.banner-dropdown-container .dropdown-filter:first-child {
  border-radius: 0 !important;
}
.banner-dropdown-container .dropdown-filter:last-child {
  border-radius: 0 !important;
}

.banner-dropdown-container {
  border-radius: 0 !important;
}

.arrow.left {
  border-right: 1px solid var(--bs-neutral-200) !important;
}
.arrow.right {
  border-left: 1px solid var(--bs-neutral-200) !important;
}

.arrow {
  max-width: 50px;
}

.banner-dropdown-box {
  z-index: 3;
}

.banner-dropdown-container {
  height: fit-content !important;
}

.banner-dropdown-box {
  min-height: fit-content !important;
}

/* .banner-image-container img::before {
  z-index:2;
}

.banner-image-container img::after {
  z-index: 2;
} */
.su-izi-container {
  padding: 20px 0;
}

.home-bottom-item {
  background-color: white;
}
.banner-image-container::after,
.banner-image-container::before {
  display: none;
}

.banner-dropdown-container {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.banner-dropdown-container::-webkit-scrollbar {
  display: none;
}

.banner-dropdown-container .dropdown {
  scroll-snap-align: start;
  flex-shrink: 0;
}

/* hero */

.hero-section {
  position: relative;
  width: 100%;
  height: 40svh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  color: white;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 100%;
}

.hero-content h3 {
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 50px;
}

.hero-content .search-containers {
  display: flex;
  justify-content: center;
}

.search-box {
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.search-box .active {
  border-bottom: 4px solid var(--main-color) !important;
  background-color: var(--main-color) !important;
  color: white !important;
}

.search-button {
  flex: 1;
  border: none;
  background-color: #fff;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-button {
  border-right: 1px solid #ddd;
}

.search-button:hover {
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  .hero-section {
    height: 75svh;
  }
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .search-box {
    flex-direction: column;
    height: auto;
  }

  .search-button {
    padding: 15px 0;
    border-right: none !important;
    border-bottom: 1px solid #ddd;
  }

  .search-button:last-child {
    border-bottom: none;
  }
}
/* hero */

/* tab */

.tab-button {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  color: #444;
  transition:
    background-color 0.3s,
    color 0.3s;
  border-radius: 100px;
  border: 1px solid var(--bs-neutral-200);
}

.tab-button.active {
  background-color: var(--main-color);
  color: #fff;
}
.tab-button:hover:not(.active) {
  background-color: rgba(31, 125, 193, 0.2);
  transition: all 0.2s ease;
}

/* Form alanları stilleri */

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

.form-select {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.form-select:focus {
  border-color: #3b71ca;
  box-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
  outline: none;
}
/* tab */

/* sefer saatleri */

.detail-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3f0ff;
  border-radius: 12px;
  border: 1px solid var(--bs-neutral-200);
}

.detail-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.detail-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.saat-baslik {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  min-width: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid var(--bs-neutral-200);
}

.saat-liste {
  flex-grow: 1;
}

.saat-item {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  padding: 2px 0;
  position: relative;

  padding-right: 10px;
}

.saat-item:last-child {
  border-right: none;
}

.saat-container {
  border-bottom: 1px solid var(--bs-neutral-200);
  padding-top: 16px;
  padding-bottom: 16px;
}

.sefer-info {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.detail-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media only screen and (max-width: 768px) {
  .saat-baslik {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

#map {
  min-height: 50svh !important;
  border-radius: 12px !important;
  background: white !important;
  z-index: 10 !important;
}
/* sefer saatleri */

/* sub tab */
.sub-tab-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #8c8c8c;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 8px;
  transition: color 0.3s ease;
}

.sub-tab-button.sub-active {
  color: #000000;
}

.sub-tab-button.sub-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 2px;
}
/* sub tab */

/* table */
table {
  border: 1px solid #ddd;
  border-radius: 12px;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}
/* table */

.haraket-sub-tab {
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .haraket-sub-tab {
    width: 100%;
  }
}

/* tramvay */

.info-text {
  font-size: 1.1em;
  margin-bottom: 25px;
  font-weight: 500;
}

.schedule-table th,
.schedule-table td {
  text-align: center;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.card {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  flex: 1;
  min-width: 280px;
}
.card p {
  font-weight: 500;
}
.card-title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600 !important;
}
.notes {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
}
.notes-title {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 15px;
}
.notes ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.notes li {
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  /*  .container {
                padding: 15px;
            } */
  .card-container {
    flex-direction: column;
  }
}

/* tramvay */

.card-contact .card-image {
  margin-bottom: 20px;
}

.box-list-news .line-clamp-2 {
  min-height: 55px;
}

/* input */
.file-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 2px dashed #e0e0e0;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.file-upload-container:hover {
  border-color: #6c757d;
  background-color: #f8f9fa;
}

.file-upload-icon-box svg {
  color: #bdbdbd;
}

.file-upload-text {
  margin-top: 20px;
  color: #757575;
}

.file-upload-text {
  font-weight: bold;
  color: #424242;
}

.text-sm-medium {
  font-size: 0.9rem;
  color: #9e9e9e;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/* input */

.form-contact input[type="time"],
.form-contact input[type="time"] {
  background-color: var(--bs-background-card);
}

/* new footer */
.footer {
  background-color: var(--main-color) !important;
  color: white !important;
  padding: 0;
}

.footer img {
  border-radius: 0 !important;
}
.footer a,
.footer span,
.footer h6,
.footer p,
.footer a {
  color: white !important;
}
.footer h6 {
  font-weight: 600;
}
.footer a:hover {
  color: lightgray !important;
}
.footer.footer-white a.icon-socials {
  border: 1px solid #e4e6e8;
}

a.icon-socials svg {
  fill: inherit !important;
}

.footer-bottom {
  border-top: 1px solid rgb(228, 230, 232, 0.3) !important;
  border-bottom: 1px solid rgb(228, 230, 232, 0.3) !important;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .footer-col-1,
  .footer-col-2,
  .footer-col-3 {
    padding: 16px !important;
  }
}

.footer .footer-bottom {
  padding: 12px 0px 12px 0px;
}

.right-social {
  border-radius: 28px 0 0 28px;
  padding: 12px 8px 12px 10px;
}
.right-social a {
  border-radius: 50px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-social a:hover {
  transform: scale(1);
  background-color: var(--main-color);
}
.right-social a:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(81deg) brightness(110%)
    contrast(103%) !important;
}

.box-footer-col-3 {
  margin: 0px 0 20px 0 !important;
}

.footer .icon-hover path {
  fill: var(--main-color);
}
a.icon-socials:hover {
  transform: translateY(0);
  transition-duration: 0.2s;
}

.footer .icon-hover:hover {
  fill: var(--main-color);
  stroke: inherit;
}

.icon-hover:hover svg {
  transform: scale(1);
}

.nav-main-menu {
  justify-content: center !important;
}

/* new footer */

.banner-center button {
  z-index: 1;
}

.grayscale * {
  filter: grayscale(100%);
}

.right-social {
  top: 35% !important;
}

.banner-dropdown:hover .svg * {
  background-color: transparent !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
    contrast(103%);
}

select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
    no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}

.sticky-bar.stick {
  position: sticky !important;
  z-index: 99 !important;
}

.gradient-bg {
  background: #2d5992;
  background: linear-gradient(90deg, rgba(45, 89, 146, 1) 50%, rgba(100, 149, 204, 1) 100%);
  color: white;
  border-radius: 12px;
}
.banner-dropdown-box .svg img {
  width: 24px;
  height: 24px;
  border-radius: 0 !important;
}

.gallery-img-fix {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}
@supports not (aspect-ratio: 16 / 9) {
  .gallery-img-fix {
    height: 250px;
  }
}

iframe {
  height: 90svh !important
  ;
}

.rich-text-wrapper * {
  all: revert-layer;
  display: revert;
  box-sizing: border-box;
}

/* .info-grid {
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
} */

@media only screen and (max-width: 1100px) {
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: span 6 / span 6;
  }
}

@media only screen and (max-width: 600px) {
  .info-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.info-item {
  /*  background: #fff; */
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 24px;
  transition: all 0.3s ease;
  gap: 8px;
  background: rgba(201, 217, 238, 0.8);
  /*   background: rgba(45, 89, 146, 0.7); */
  border: none;
}

.info-item h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.info-item .number {
  font-size: 32px;
  color: var(--main-color);
  font-weight: 600;
}

.manager-user-container {
  display: flex;
  gap: 20px;
}
.manager-user-info {
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .manager-user-container {
    flex-direction: column;
  }
}

.image-gallery img {
  height: 100% !important;
}

/*  */

/* Genel Sıfırlama */

.a-main-card {
  background: #ffffff;
  padding: 24px;
  padding-top: 8px;
  border-radius: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.a-header-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000000;
  text-align: start;
}

.a-row-container {
  display: flex;
  align-items: center;
  gap: 18px;
}

.a-brand-box {
  width: 70px;
  height: 70px;
}

.a-logo-gradient {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  /* Görseldeki renk geçişine benzer gradyan */
  background: linear-gradient(135deg, #b8d941 0%, #2c3e50 50%, #e67e22 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.a-logo-inner-text {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.2px;
}

.a-content-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.a-app-title {
  font-size: 17px;
  font-weight: 600;
  color: #212529;
  text-align: start;
}

.a-btn-group {
  display: flex;
  gap: 10px;
}

.a-store-btn {
  width: 35px;
  height: 35px;
  background-color: #f1f3f5;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  text-decoration: none;
}

.a-store-btn img {
  width: 100%;
  height: 100%;
}

.a-divider-line {
  height: 1.5px;
  background-color: #e4e6e8;
  margin: 20px 0;
  width: 100%;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M4.66675 6.66675L8.00008 9.33341L11.3334 6.66675' stroke='black' stroke-linecap='round' stroke-linejoin='round'/> </svg>");
}

.title-margin {
  margin-top: 40px;
  margin-bottom: 16px;
}

.info-grid-container {
  border-radius: 24px;
}

.box-footer-col-3 {
  overflow: hidden;
}

.icon-whatsapp * {
  fill: white !important;
  stroke: var(--main-color) !important;
  stroke-width: 2.5px !important;
}

.card-contact .card-image .card-icon {
  border-color: #e4e6e8 !important;
}

.block-content-tourlist .card-popular {
  border-radius: 12px !important;
  margin-bottom: 12px !important;
}
