: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;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 95%;
  min-height: 35svh;
  color: black;
}

.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;
  }
  .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(2, minmax(0, 1fr));
  padding: 40px 60px;
  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: -60px !important;
  left: -240px !important;
}

/* .card-info {
  min-height: 215px;
} */

@media only screen and (max-width: 768px) {
  .card-info {
    min-height: auto;
  }
  .img-laptop {
    top: 0;
    max-width: 60% !important;
  }
  .img-phone {
    max-width: 150px !important;
    top: -26px !important;
    left: -20px !important;
  }
}

.download-apps {
  margin-top: 40px !important;
}

.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;
}
