/*
Theme Name: Ses Analizi
4Theme URI: https://sesanalizi.com
Author: Ali Çınaroğlu
Author URI: https://alicinaroglu.com
Description: Ses Analizi projesi ve sesanalizi.com için yapılmıştır
*/
body {
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
  color: #050606;
  font-size: 15px;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background: linear-gradient(
      0deg,
      rgba(178, 183, 194, 0.2),
      rgba(178, 183, 194, 0.2)
    ),
    linear-gradient(
      44.45deg,
      rgba(255, 255, 255, 0.1) 21.43%,
      rgba(255, 255, 255, 0) 77.21%
    ),
    linear-gradient(
      260.96deg,
      rgba(17, 46, 196, 0.1) 3.3%,
      rgba(255, 255, 255, 0.06) 36.68%,
      rgba(255, 255, 255, 0.06) 60.71%,
      rgba(206, 34, 50, 0.1) 93%
    );
}

body.home {
  background: #ffffff;
}

a {
  color: #dc1f33;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
a:hover {
  color: #0056a3;
  /*transform: translateY(-3px);*/
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin: 0px;
  margin-bottom: 10px;
}
input,
textarea,
select {
  font-family: "Poppins", serif;
}
.only-desktop {
  display: block;
}
.only-mobile {
  display: none;
}
.container-full {
  width: 100%;
}
.container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section {
  display: flex;
  justify-content: center;
}
.section .container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-content {
  padding-top: 30px;
}



.dashicon {
  font-family: "Dashicons";
  font-size: 18px;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-align: center;
}
.dashicon:hover {
  color: #dc1f33;
  background: #f2f2f2;
}
.section-url {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #dc1f33;
}
.section-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #150a22;
}
.section-description {
  color: rgb(19 24 52 / 80%);
  font-size: 18px;
  font-weight: 400;
}
.section-button-container {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}
.section-button {
  background-color: #d81f2a;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.section-button:hover {
  background-color: #b51a22;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.section-button a {
  color: #ffffff;
}
.section-button a:hover {
  text-decoration: none;
}
.arrow-circle {
  background-color: #d81f2a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}
.arrow-circle:hover {
  background-color: #b51a22;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  margin-top: -2px;
}
.button {
  padding: 15px 24px;
  gap: 10px;
  border-radius: 100px;
  background: #150a22;
  color: #ffffff;
  font-size: 17px;
  cursor: pointer;
  border: none;
  font-family: "Poppins", serif;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  min-width: 550px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
}
.button:hover {
  background-color: #dc1f33;
  text-decoration: none;
  color: #ffffff;
}
.button i {
  margin-top: 4px;
}
.button-small {
  padding: 5px 10px;
  gap: 10px;
  border-radius: 20px;
  background: #050606;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  border: none;
  min-width: auto;
}
.button-small:hover {
  color: #ffffff;
  text-decoration: none;
}
.product-input-group {
  margin-bottom: 20px;
}
.product-input-group-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
select {
  width: 100%;
  color: #444;
  font-size: 16px;
  padding: 19px 45px 19px 19px;
  height: auto;
  line-height: 1.2;
  border-radius: 12px;
  border: 1px solid rgb(148 163 184 / 10%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}
.dropdown {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.dropdown label {
  font-weight: bold;
  margin-bottom: 5px;
}
.dropdown select {
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 5px;
}
textarea {
  height: 100px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 5px;
  resize: none;
}
/*Header*/
header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px !important;
  padding-right: 0px !important;

  z-index: 10;
  border-bottom: 1px solid #1318341a;
  background-color: transparent;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home header {
  background-color: #ffffff;
}

.site-logo img {
  width: 138px;
  height: auto;
}
/*Main Menu*/
.main-menu {
  display: flex;
  height: 26px;
  align-items: flex-start;
  gap: 30px;
}
.main-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #cccccc;
  z-index: 2;
}
.main-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.main-menu .menu-item-has-children:hover .sub-menu li {
  border-bottom: 1px solid #e2e2e2;
  line-height: 40px;
}
.main-menu .menu-item-has-children:hover .sub-menu li:last-child {
  border-bottom: none;
}
.main-menu li {
  list-style: none;
}
.main-menu li a {
  color: #150a22;
  font-size: 16px;
  font-weight: 700;
}
.main-menu li a:hover {
  color: #dc1f33;
}
.main-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
}
.main-menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 19px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M14.25 7.25L9 12.5L3.75 7.25" stroke="%238EA4AC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
    no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.desktop-fixed {
  display: flex;
  position: fixed;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  z-index: 11;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.desktop-fixed .site-logo img {
  width: 100px;
  height: auto;
}
/*Side Menu*/
.side-menu {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.side-menu li {
  list-style: none;
}
.side-menu li a {
  font-size: 14px;
  padding: 14px 20px;
  gap: 10px;
  background: #dc1f33;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 100px;
}
.side-menu .menu-item:first-child a {
  position: relative;
  color: #150a22;
  background-color: transparent;
  border: 1px solid #150a22;
}
.side-menu .menu-item:last-child a {
  gap: 10px;
  border: 1px solid #150a22;
  color: #150a22;
  background:transparent;
}
.side-menu .menu-item:last-child a:hover {
  gap: 10px;
  border: 1px solid #150a22;
  color: #ffffff;
  background:#150a22;
}
.current-profile-photo img {
  max-width: 48px;
  height: 48px;
  margin-left: 20px;
  border-radius: 50%;
  border: 1px solid #150a22;
}

.urun-header {
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.urun-header h2 {
  font-size: 16px;
  font-weight: 900;
  color: #ce2232;
}

.urun-header h3 {
  color: #150a22;
  font-size: 36px;
  font-weight: 600;
}
.egitmen-dis {
  display: flex;
  gap: 30px;
}
.egitmen-dis h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 100%;
  vertical-align: middle;
}
.egitmen-sol {
  flex: 1;
  gap: 30px;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.egitmen-sag {
  flex: 2;
  gap: 30px;
  display: flex;
  flex-direction: column;
  width: 70%;
}

.egitmen-beyaz-kutu {
  background-color: #ffffff;
  border: 1px solid #e5ecec;
  box-shadow: 0px 10px 20px -15px #8f8fa366;
  border-radius: 20px;
  padding: 30px;
}

.egitmen-meta-kutu {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7dbea;
}
.egitmen-meta-kutu h1 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
}
.egitmen-thumb-buyuk {
  object-fit: contain;
  border-radius: 15px;
}

.egitmen-meta-kutu h3 {
  color: #141417b2;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -1px;
  vertical-align: middle;
  margin-bottom: 15px;
}

.uzmanliklar {
  display: flex;
  gap: 10px;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
}
.uzmanliklar li {
  background-color: #ffffff;
  border: 1px solid #1318341a;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  vertical-align: middle;
  color: #131834cc;
  border-radius: 10px;
  padding: 10px;
  list-style: none;
  min-width: fit-content;
}

.hash {
  color: #ce2232;
}

.ozgecmis-content {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.devamini-oku {
  background: transparent;
  border: none;
  color: #131834;
  cursor: pointer;
  padding: 0;
  margin-top: 15px;
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.ozgecmis-full {
  display: none;
}

.variation-select {
  margin-bottom: 30px;
}

.variation-select select {
  width: 100%;
  padding: 19px;
  border-radius: 10px;
  font-size: 15px;
  border: 1px solid #1318341a;
  background-color: #fafafa;
}

.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 25px 0;
}

.time-slot-btn {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #e5ecec;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.2s;
}

.time-slot-btn:hover {
  background-color: #e9e9e9;
}

.time-slot-btn.selected {
  background-color: #ce2232;
  color: white;
  border-color: #ce2232;
}

#booking-info {
  margin-bottom: 30px;
}

#booking-info h4 {
  margin-bottom: 0px;
}

#booking-info p,
.price-row span {
  margin-bottom: 0px;
  color: #5c6a81;
  font-size: 15px;
}

.pricing-info {
  margin-top: 15px;
}

.price-row.total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5ecec;
  font-weight: bold;
  font-size: 18px;
}

/* Date/Time selector styles */
.date-time-selectors {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.date-selector,
.time-selector {
  flex: 1;
  position: relative;
}

.date-selector label,
.time-selector label {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}

.date-input,
.time-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 19px;
  border-radius: 10px;
  font-size: 15px;
  border: 1px solid #1318341a;
  background-color: #fafafa;
}

.date-input:hover,
.time-input:hover {
  background: #f9f9f9;
}

.date-arrow {
  color: #999;
}

/* Dropdown styles for time */
.time-dropdown {
  position: absolute;
  z-index: 1000;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
}

.dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

/* Selected state */
.dropdown-item.selected {
  background: #ce2232;
  color: white;
}

/* DateRangePicker custom styles */
.daterangepicker {
  font-family: inherit;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.daterangepicker .calendar-table {
  border: none;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #ce2232 !important;
}

.daterangepicker td.in-range {
  background-color: rgba(206, 34, 50, 0.1) !important;
  color: #333;
}

.daterangepicker td.off.disabled {
  color: #ccc;
}

.daterangepicker td.disabled {
  text-decoration: line-through;
  color: #999;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #666;
}

.daterangepicker .ranges li.active {
  background-color: #ce2232;
}

/* Price info styles */
.price-row {
  display: flex;
  justify-content: space-between;
}

.price-row.total {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: bold;
}

.whole-day-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.toggle-switch {
  position: relative;
  height: 58px;
  display: flex;
  align-items: center;
}

.toggle-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  display: none !important;
}

.toggle-label {
  display: block;
  width: 48px;
  height: 24px;
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
}

.toggle-label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

.toggle-checkbox:checked + .toggle-label {
  background-color: #2196f3;
}

.toggle-checkbox:checked + .toggle-label:after {
  transform: translateX(24px);
}

/* Custom styles for the date and time selectors */
.date-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.calendar-icon {
  position: absolute;
  right: 15px;
  pointer-events: none;
}

.time-range-container {
  margin-top: 20px;
}

.time-range-selectors {
  display: flex;
  align-items: center;
  gap: 20px;
}

.time-range-field {
  flex: 1;
  width: 33.3333%;
}

.egitmen-dis label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}

.time-range-field select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 19px;
  border-radius: 10px;
  font-size: 15px;
  border: 1px solid #1318341a;
  background-color: #fafafa;
}

.time-separator {
  font-weight: bold;
  border-right: 1px solid rgb(19 24 52 / 10%);
  width: 1px;
  height: 45px;
  margin-top: 30px;
}

.whole-day-option {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.whole-day-option label {
  margin-right: auto;
  cursor: pointer;
}

.whole-day-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.egitmenler-page {
  background-color: #ffffff;
}

.egitmenler-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.egitmenler-kutu {
      background-color: #f7f7f7;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #dddddd;
    box-shadow: 0px 40px 30px -40px rgba(25, 63, 137, 0.2);
}

.egitmenler-kutu-satir {
  display: flex;
  gap: 20px;
}
.egitmenler-kutu-satir h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #131834;
}
.egitmenler-kutu-satir h2 a {
  color: #131834;
}
.egitmenler-kutu-satir h3 {
  color: #141417b2;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -1px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.egitmenler-kutu .uzmanliklar {
  gap: 5px;
}
.egitmenler-kutu .uzmanliklar li {
  font-size: 12px;
  color: #131834;
  padding: 5px;
}
.egitmenler-kutu .uzmanliklar li .hash {
  color: #131834;
}

.egitmenler-kutu .go-link a {
  background-color: #ffffff;
  border: 1px solid #ce2232;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 40px;
  display: flex;
  gap: 4px;
  width: max-content;
}
.egitmenler-kutu .go-link a:hover {
  color: #ce2232;
}

.price-options {
  display: flex;
  gap: 20px;
  border-top: 1px solid #1318344d;
  padding-top: 15px;
  justify-content: space-between;
  align-items: center;
}
.price-option {
  display: flex;
  gap: 10px;
}
.price-separator {
  width: 1px;
  height: 40px;
  background-color: #1318344d;
  margin: 0 10px;
}
.price-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #1318341a;
  border-radius: 9px;
  padding: 3px;
}
.price-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.price-details {
  display: flex;
  flex-direction: column;
  line-height: 17px;
}
.price-detail {
  font-weight: 600;
  font-size: 15px;
  color: #131834;
}
.type {
  font-size: 14px;
  color: #666;
}

.egitim-turleri-block {
  display: grid;
  justify-content: center;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.egitim-turleri-kutu {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px -15px #8f8fa366;
  border: 1px solid #1616161a;
  padding: 30px;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  margin-top: -92px;
}
.egitim-turleri-kutu-inner {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #d7dbea;
  margin-bottom: 20px;
}
.egitim-turleri-kutu-icon {
  background: #ce2232;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.egitim-turleri-kutu img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
  width: 40px;
  height: 40px;
}
.egitim-turleri-kutu h3 {
  margin-bottom: 0px;
}
.egitim-turleri-kutu p {
}
.egitim-turleri-kutu ul {
  margin: 0px;
  padding: 0px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.egitim-turleri-kutu ul li {
  list-style: none;
  display: flex;
  font-size: 17px;
}

.egitim-turleri-kutu ul li::before {
  content: "";
  position: relative;
  left: 0;
  color: #666;
  background-image: url(/sesanalizi/wp-content/themes/sesanalizi/img/liste-icon.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.page-template-egitimler .urun-header {
  padding-bottom: 130px;
}

/*Birol Berber Hakkında*/

.bb-hero {
  background: linear-gradient(
      22.53deg,
      rgba(165, 0, 15, 0.03) 38.01%,
      rgba(206, 34, 50, 0.03) 96.05%
    ),
    radial-gradient(
      92.8% 55.49% at 62.36% 51.87%,
      rgba(255, 122, 135, 0) 41.15%,
      rgba(206, 34, 50, 0.16) 100%
    );
}

.bb-hero .container {
  display: flex;
  padding-top: 100px;

  gap: 50px;
}

.bb-hero .container span:first-child {
  width: 70%;
}
.bb-hero p {
  font-size: 22px;
}
.bb-hero h1 {
  margin-bottom: 0px;
  font-size: 52px;
  font-weight: 500;
}
.bb-hero h3 {
  font-family: "Caveat", cursive;
  font-size: 22px;
}
.bb-hero-buttons {
  display: flex;
  margin-top: 50px;
  gap: 20px;
  justify-content: space-between;
  width: fit-content;
}
.bb-hero-buttons .button {
  max-width: 250px;
  min-width: 250px;
  margin-left: inherit;
  margin-right: inherit;
}
.bb-hero-buttons .button:first-child {
  background-color: #dc1f33;
}
.bb-hero img {
  margin-bottom: 80px;
}

.bb-markalar {
  margin-top: -50px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.referance-inner {
  border-radius: 24px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background-color: #ce2232;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.referance h2 {
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  color: rgb(19 24 52 / 80%);
}
.logo-slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 200s linear infinite;
  padding: 0 20px;
}

.logo-item {
  flex-shrink: 0;
  width: 150px;
  margin: 0 15px;
}

.logo-track:hover {
  animation-play-state: paused;
}
.logo-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}

.page-template-birolberber-hakkinda .button {
  max-width: 250px;
  min-width: 250px;
}
.page-template-birolberber-hakkinda .urun-header {
  padding-bottom: 0px;
}
.bb-analiz {
  margin-bottom: 50px;
}
.bb-analiz-video {
  height: 750px;
}
.bb-analiz-video iframe {
  border-radius: 25px;
}


.bb-sesler {
  background-color: #f7f7f7;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 100px;

  border: 1px solid #1318341a;
  border-radius: 25px;
}

.bb-videolar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.bb-video {
  height: 325px;
  display: flex;
  flex-direction: column;
}
.bb-video iframe {
  border-radius: 25px;
}
.bb-video h3 {
  margin-top: 20px;
  font-weight: 500;
}

.bb-hakkinda-yazi {
  background: #f7f7f7;
  font-size: 22px;
  padding: 50px;
  border-radius: 40px 40px 0px 0px;
  margin-top: 100px;
}

.bb-seperator {
  margin-top: 100px;
}
.bb-seperator::before {
  content: "";
  background-color: #d0bbbb80;
  height: 1px;
  display: block;
}

/*Hero*/
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.hero .container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 500px;
}
.hero .container div {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero h1 {
  font-size: 52px;
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1px;
  text-align: center;
}
.hero h1 .highlight {
  color: #150a22;
}
.hero p {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
.hero-buttons {
  display: flex;
  gap: 15px;
}
.hero span a {
  padding: 12px 54px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero span a span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.hero span a i {
  margin-left: 10px;
}
.hero span a:first-child {
  background-color: #000;
  color: #fff;
}
.hero span a:first-child:hover {
  background-color: #c0c0c0;
}
.hero span a:last-child {
  background-color: #ffffff;
  color: #131834;
  border: none;
}
.hero span a:last-child:hover {
  background-color: #dc1f33;
  color: #fff;
}
.hero-button-icon {
  width: 21px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(8%)
    hue-rotate(353deg) brightness(104%) contrast(104%);
}
.hero img {
  max-width: 100%;
  height: auto;
}
.hero-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -20px;
  z-index: 2;
  position: relative;
}
.hero-filter {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 20px;
  margin-top: -45px;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 29px 24px -20px rgba(19, 24, 52, 0.1);
  border: 1px solid rgba(19, 24, 52, 0.1);
  font-family: "Poppins", serif;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.taxonomy-list {
  list-style: none;
  padding: 0;
}
.hidden-item {
  display: none;
}
.show-more-item {
  margin-top: 10px;
}
.check-icon {
  display: none;
}
input[type="radio"]:checked ~ .check-icon {
  display: inline-block;
}
.remove-selection {
  display: none;
  cursor: pointer;
}
input[type="radio"]:checked ~ .remove-selection {
  display: inline-block;
}
.filter-form-container {
  display: flex;
  justify-content: space-between;
}
.filter-group {
  position: relative;
  border-left: 1px solid rgb(19 24 52 / 20%);
  color: #150a22;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.filter-group:first-child {
  border-left: none;
}
.filter-group:last-child {
  border-right: none;
}
.filter-group select {
  padding: 10px;
  border: none;
  border-radius: 0px;
  padding: 0px;
  color: #818181;
  cursor: pointer;
}
.search-button {
  padding: 10px 30px;
  background: #dc1f33;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Poppins", serif;
}
.clear-filters {
  color: #d81f2a;
  text-decoration: none;
  font-size: 14px;
}
/*Home Referance*/

/*Footer*/
.footer {
  border-top: 1px solid rgba(19, 24, 52, 0.1);

  background: linear-gradient(0deg, #f7f7f7 0%, #fff 60.13%);
  padding-top: 50px;
  padding-bottom: 30px;
}
.footer .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
}
.footer-logo img {
  width: 138px;
  margin-bottom: 20px;
}
.footer-logo-section address {
  font-style: normal;
  line-height: 1.8;
  font-size: 14px;
}
.footer-logo-section .powered-by {
  margin-bottom: 100px;
  font-size: 14px;
}
.footer-links {
  display: flex;
  flex: 2;
  gap: 50px;
}
.footer-logo-section .footer-column h4 {
  margin-bottom: 20px;
}
.footer-column h4 {
  font-size: 14px;
  margin-bottom: 30px;
  color: #ce2232;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  margin-bottom: 15px;
}
.footer-column ul li a {
  text-decoration: none;
  color: #150a22;
  font-size: 16px;
  font-weight: 400;
}
.footer-column ul li a:hover {
  color: #dc1f33;
}
.footer-social img {
  vertical-align: middle;
  margin-right: 5px;
}
.footer-social p {
  margin-bottom: 15px;
}
.social-icons a {
  text-decoration: none;
  border: 1px solid #e1e9ed;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.social-icons a:hover {
  color: #dc1f33;
}
.app-links {
  margin-top: 30px;
}
.app-links img {
  margin-right: 10px;
}
.payment-methods p {
  font-size: 14px;
}
.footer-bottom {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #777;
}
.footer-bottom p {
  color: #647187;
  font-size: 15px;
}
.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: inline-flex;
  gap: 20px;
}
.footer-bottom ul li a {
  text-decoration: none;
  color: #647187;
  font-size: 15px;
}
.footer-bottom ul li a:hover {
  color: #dc1f33;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.go-top {
  position: fixed;
  right: 30px;
  bottom: 75px;
  cursor: pointer;
  z-index: 2;
  display: none;
  color: #ffffff;
  background-color: #dc1f33;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  line-height: 10px;
}
.go-top.show {
  display: flex;
}
.go-top span {
  color: #ffffff;
}
.go-top .dashicons {
  line-height: normal;
  vertical-align: middle;
  font-size: 25px;
  width: auto;
  height: auto;
}
.payment-container {
  position: relative;
}
.line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(19 24 52 / 10%);
  z-index: 1;
}
.payment-methods {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  margin-top: 100px;
}
.payment-method {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid rgb(19 24 52 / 10%);
  border-radius: 25px;
}
.payment-method img {
  max-width: 60%;
  max-height: 60%;
}
/*Home Services*/
.services-small.section {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d0bbbb80;
}
.anasayfayoutube {
  padding-top: 100px;
  padding-bottom: 0px;
  border-bottom: 1px solid #d0bbbb80;
}
.anasayfayoutube {
  padding-left: 0px;
  padding-right: 0px;
}
.anasayfayoutube h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
}
.anasayfayoutube p {
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
}

.anasayfayoutube iframe {
  border-radius: 20px 20px 0px 0px;
  width: 99% !important;
  margin-left: auto;
}
.anasayfayoutube .wp-block-embed {
  margin-bottom: 0px;
}

.page-template-sesanalizi-nedir .anasayfayoutube iframe {
  width: 100% !important;
  margin-left: inherit;
}

.home .page-template-sesanalizi-nedir .ses-analizi-urun-card {

    background-color: #F7F7F7;
    border: 1px solid #1318341A;

}

.page-template-sesanalizi-nedir .ses-analizi-urun-card {

    background-color: #ffffff;
    border: 1px solid #1318341A;

}

.services-small-box {
}
.services-small .container {
  display: grid;
}
.services-small .container-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 50px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
.services-small-box-heading {
  display: flex;
  gap: 20px;
  align-items: start;
}
.services-small-box h3 {
  color: #131834;

  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
}
.services-small-box h3 .highlight {
  color: #dc1f33;
}
.services-small-box p {
  color: #647187;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.service-small-box-detail {
  background-color: rgb(19 24 52 / 5%);
  font-size: 13px;
  font-weight: 800;
  color: #150a22;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  line-height: 42px;
  display: flex;
  width: fit-content;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.service-small-box-detail:hover {
  color: #050606;
}
.service-small-box-detail i {
  margin-left: 10px;
}

.ses-analizi-container {
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 8.77%, rgba(220, 31, 51, 0.1) 86.52%);*/
  padding-top: 100px;
}

.ses-analizi-container .container {padding-left:inherit;padding-right:inherit;}

.ses-analizi-header {
  text-align: center;
  margin-bottom: 90px;
}
.ses-analizi-header h3 {
  color: #131834;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: center;
}
.ses-analizi-header h2 {
  font-size: 16px;
  font-weight: 900;
  color: #ce2232;
}
.ses-analizi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 100px;
  row-gap:60px;

}

/* Center the last item when there are 4 items (4th item on second row gets centered) */
.ses-analizi-grid.grid-items-4 .ses-analizi-urun-card:nth-child(4) {
  grid-column: 2 / 3; /* Center the 4th item in the middle column */
}
.ses-analizi-urun-card {
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  border: 1px solid #ce22326b;
  border-radius: 42px;
  box-shadow: 0px 60px 30px -40px rgba(25, 63, 137, 0.2);
}

.paket-bilgisi {
      background-color: #FAE9EB;
    border: 1px solid #CE2232;
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    width: fit-content;
    line-height: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #CE2232;
    font-weight: bold;
    font-size: 14px;

}

.ses-analizi-urun-card-second {
  border-radius: 42px;
  background: #ce2232;
  box-shadow: 0px 60px 30px -40px rgba(25, 63, 137, 0.2);
  margin-bottom: -50px;
}
.ses-analizi-urun-card-second .ses-analizi-urun-header p {
  color: #ffffff;
}

.ses-analizi-urun-card-second .ses-analizi-urun-title {
  color: #ffffff;
}
.ses-analizi-urun-card-second .ses-analizi-urun-price {
  color: #ffffff;
}
.ses-analizi-urun-card-second .buy-button {
  background-color: #ffffff;
  color: #131834;
}
.ses-analizi-urun-card-second .buy-button:hover {
  background-color: #150a22;
  color: #ffffff;
}

.ses-analizi-urun-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.ses-analizi-urun-header p {
 color: #131834a3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.17px;
    margin-bottom:0px;
}
.ses-analizi-urun-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ses-analizi-urun-icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.ses-analizi-urun-title {
  color: #131834;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.48px;
  margin-bottom:0px;
}
.ses-analizi-urun-price {
  font-size: 21px;
  font-weight: 600;
  color: #ce2232;
}
.buy-button {
  padding: 12px 54px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #150a22;
  color: #ffffff;
}
.buy-button:hover {
  background: #ce2232;
  color: #ffffff;
}

.ses-analizi-urun-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 20px; /* Optional: adjust spacing between columns */
}

.ses-analizi-urun-content li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #150a22;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.ses-analizi-urun-content p {
  color: #150a22;
  font-size: 14px;
}
.ses-analizi-urun-content li::before {
  content: "";
  position: absolute;
  left: 0;
  color: #666;
  background-image: url("img/Group 52549.svg");
  width: 28px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
}
.ses-analizi-urun-content .button-small {
  background-color: #ffffff;
  width: 100%;
  color: #141417;
  text-align: left;
  justify-content: flex-start;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  justify-content: space-between;
  height: 42px;
}

.ses-analizi-ust {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: linear-gradient(
      0deg,
      rgba(178, 183, 194, 0.2),
      rgba(178, 183, 194, 0.2)
    ),
    linear-gradient(
      44.45deg,
      rgba(255, 255, 255, 0.1) 21.43%,
      rgba(255, 255, 255, 0) 77.21%
    ),
    linear-gradient(
      260.96deg,
      rgba(17, 46, 196, 0.1) 3.3%,
      rgba(255, 255, 255, 0.06) 36.68%,
      rgba(255, 255, 255, 0.06) 60.71%,
      rgba(206, 34, 50, 0.1) 93%
    );

  border-radius: 30px;
  margin-bottom: 100px;
}

.ses-analizi-ust h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1px;
  text-align: center;
}

.ses-analizi-ust p {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -1px;
  text-align: center;
}

.ses-analizi-ust ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0px;
}
.ses-analizi-ust ul li {
  list-style: none;
  background-color: #ffffff;
  border-radius: 74px;
  box-shadow: 0px 10px 20px -15px rgba(143, 143, 163, 0.4);
  border: 1px solid #e5ecec;
  border-radius: 70px;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.ses-analizi-ust ul li span {
  background: linear-gradient(0deg, #ce2232, #ce2232),
    linear-gradient(0deg, #ce2232, #ce2232);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}
.ses-analizi-ust ul li a {
}

.ses-analizi-ust-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 15px;
}

.ses-analizi-ust-buttons a {
  padding: 12px 54px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ses-analizi-ust-buttons a:last-child {
  background-color: #131834;
  color: #ffffff;
  border: none;
}
.ses-analizi-ust-buttons a:first-child {
  background-color: #ffffff;
  color: #131834;
  border: 1px solid rgb(19 24 52 / 30%);
}

.ses-analizi-alt-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.ses-analizi-alt-buttons a {
  padding: 7px 28px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ses-analizi-alt-buttons a:last-child {
  background-color: #131834;
  color: #ffffff;
  border: none;
}

.ses-analizi-alt-buttons a:last-child:hover {
background-color: #ce2232;
color:#ffffff;
}

.ses-analizi-alt-buttons a:first-child {
  background-color: transparent;
  color: #131834;
  border: 1px solid #131834;
}

.ses-analizi-urun-card-second a:first-child {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.ses-analizi-urun-card-second a:last-child {
  background-color: #ffffff;
  color: #131834;
  border: none;
}

.ses-analizi-urun-card-second a:last-child:hover {

    background-color: #131834;
  color: #ffffff;
}

.ses-analizi-urun-card-second a:first-child:hover,.ses-analizi-urun-card a:first-child:hover {
  background-color: #131834;
  color: #ffffff;
}


/*Home Blog*/
.blog-home .section-heading {
  text-align: left;
  justify-content: inherit;
  margin-bottom: 20px;
}
.blog-home .section-title {
  font-size: 32px;
  font-weight: 500;
}
.latest-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.blog-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-10px);
}
.blog-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px 24px 0px 0px;
}
.blog-content {
  padding: 20px;
  text-align: left;
}
.blog-date {
  font-size: 14px;
  color: rgb(19 24 52 / 50%);
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-title {
  font-size: 20px;
  font-weight: 500;
  color: #150a22;
  margin-bottom: 10px;
}
.blog-title a {
  text-decoration: none;
  color: inherit;
}
.blog-excerpt {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.read-more-link {
  font-size: 14px;
  color: #dc1f33;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  display: flex;
  align-items: center;
}
.read-more-link:hover {
  color: #050606;
  text-decoration: none;
}
.read-more-link i {
  margin-left: 10px;
}
.custom-audio-player {
  position: relative;
    overflow: visible;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    min-width: 180px;
    min-width: -webkit-fill-available;
    width: 100%;
    max-width: 180px;
    margin: auto;
}
.player-header {
  display: flex;
  min-height: 65px;
  flex-direction: column;
  justify-content: start;
}
.player-info {
  display: flex;
  align-items: start;
  gap: 10px;
}
.home .player-info {
  flex-direction: column;
  gap: 0px;
  margin-top: 10px;
}
.page-template-hizmetler .player-info {
  flex-direction: column;
}
.track-title {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-family: "Poppins", serif;
  font-weight: 400;
}
.track-author {
  color: #030100;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: "Poppins", serif;
  font-weight: 500;
  display: inline-block;
}
.track-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating {
  color: #f7b731;
  font-size: 14px;
  display: flex;
  align-items: stretch;
  gap: 5px;
}
.reviews {
  color: #666;
  font-size: 14px;
}
.player-controls {
  display: flex;
  align-items: center;
  padding-left: 5px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 11px;
  box-shadow: 0px 3.14px 7.86px 0px #13183414;
}
.play-pause {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d81f2a;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  padding: 0;
  position: relative;
  box-shadow: none;
  overflow: visible;
  outline: none;
}
.outer-ring {
  position: absolute;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border: 3px solid #9f9f9f;
  border-radius: 50%;
  z-index: 1;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
}
.play-icon {
  margin-left: 3px;
  margin-top: 2px;
  width: 11px;
  height: auto;
}
.pause-icon {
  margin-left: 2px;
  margin-top: 3px;
  width: 13px;
  height: auto;
}
.progress-ring {
  position: absolute;
  width: 43px;
  height: 43px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  pointer-events: none;
  z-index: 2;
}
.progress-ring__circle {
  fill: none;
  stroke: #dc1f33;
  stroke-width: 3;
  stroke-linecap: butt;
  transition: stroke-dashoffset 0.1s ease;
}
.play-icon,
.pause-icon {
  position: relative;
  z-index: 3;
}
.waveform-container {
  flex: 1;
  height: 40px;
  background: transparent;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  min-width: 100px;
  padding-right: 5px;
}
.waveform-container canvas {
  width: 100% !important;
  height: 100% !important;
}
.waveform-container > wave {
  overflow: hidden !important;
}
.time-display {
  font-size: 10px;
}
.duration-display {
  margin-left: 10px;
}
.track-navigation {
  display: flex;
  align-items: center;
}
.prev-track,
.next-track {
  padding: 0px;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
}
.next-track {
  padding-left: 5px;
  padding-right: 5px;
}
.prev-track:hover,
.next-track:hover {
  color: #f7b731;
}
.artists-home .container-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 55px;
}
.artists-home .container {
}
.artists-home h2 {
  text-align: center;
  font-size: 36px;
  color: #150a22;
}
.artists-home p.description {
  color: rgb(19 24 52 / 80%);
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.artist-block-more {
  background-color: rgb(19 24 52 / 5%);
  border: 1px solid rgb(19 24 52 / 10%);
  border-radius: 60px;
  padding-left: 24px;
  padding-right: 24px;
  color: #150a22;
  line-height: 58px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
  left: 0px;
  right: 0px;
  position: relative;
  font-family: "Poppins", serif;
  font-weight: 500;
  width: fit-content;
}
.artist-flag {
  position: absolute;
  left: -5px;
  width: 18px;
  height: auto;
}
.artist-flag-2 {
  width: 25px;
  height: auto;
}
.audio-type-ai-icon {
  position: absolute;
  top: 35px;
  right: 5px;
  width: 25px;
  height: auto;
}
.audio-type-ai-icon-2 {
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 25px;
  height: auto;
}
.audio-type-ai-icon-3 {
  width: 25px;
  height: auto;
}

.player-artist {
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 10px;
}
.circle-background {
  position: relative;
  width: 90px;
  height: 87px;
  border-radius: 50%;
  border: 2px solid rgb(219 0 0 / 10%);
  overflow: visible;
  z-index: 1;
  background-color: #ffffff;
}
.artist-thumbnail {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 102px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
  transition: top 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(202, 0, 38, 0.5);
  z-index: 3;
}
.circle-background:hover .content-overlay {
  opacity: 1;
}
.circle-background:hover .artist-thumbnail {
  top: -10px;
  width: 90px;
  height: 94px;
}
.overlay-text {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}
.overlay-text a {
  color: #ffffff;
  display: block;
  width: 100px;
}
.overlay-text a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.overlay-text a:hover {
  text-decoration: none;
}
.home .player-artist {
  float: none;
  margin-right: 0px;
}
.home .circle-background {
  width: 90px;
  height: 87px;
}
.home .artist-thumbnail {
  width: 90px;
  height: 102px;
}
.home .circle-background:hover .artist-thumbnail {
  top: -10px;
  width: 90px;
  height: 94px;
}
/*Page*/
.page-hero {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  background-size: cover;
  margin-bottom: 30px;
}
.page-hero a {
  color: #ffffff;
}
.page-hero p {
  margin-bottom: 30px;
  width: 50%;
}
.page-detail {
  padding-bottom: 30px;
}
/*Blog*/
.archive-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #ecf8ff;
  padding-bottom: 30px;
}
.archive-item .button {
  margin-top: 10px;
  display: inline-block;
}
.archive-item h3 a {
  color: #050606;
}
.blog-detail,
.archive-grid {
  display: flex;
  margin-top: 15px;
  column-gap: 30px;
}
.blog-hero {
  border-radius: 20px;
  margin-bottom: 20px;
}
.blog-left,
.archive-left {
  flex: 7;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.blog-right,
.archive-right {
  flex: 3;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-sidebar-box {
  background-color: #ecf8ff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
.searchform {
  display: flex;
  gap: 0px;
}
.searchform .searchforminput {
  border-radius: 10px 0px 0px 10px;
}
.blog-sidebar-box input {
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 10px;
  padding-left: 15px;
  font-size: 16px;
}
.sidebar-blog-grid {
  display: grid;
  flex: 1;
  gap: 25px;
}
.sidebar-blog-grid .blog-thumbnail {
  display: flex;
  gap: 25px;
}
.sidebar-blog-grid .blog-thumbnail img {
  border-radius: 10px;
  width: 70px;
}
.sidebar-category {
  margin: 0px;
  padding: 0px;
}
.sidebar-category li {
  list-style: none;
}
#searchsubmit {
  line-height: 20px;
  border-radius: 0px 10px 10px 0px;
  background-color: #dc1f33;
  min-width: auto;
  margin: 0px;
}
/*Artist Profile*/
.artist-detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.artist-header {
  background-repeat: no-repeat;
  display: flex;
  color: #ffffff;
  background-size: cover;
  padding: 20px;
  padding-top: 50px;
  align-items: end;
  border-radius: 15px 15px 0px 0px;
}
.artist-header .circle-background {
  border: 4px solid #ffffff;
  margin-right: 20px;
  background-color: #ffffff;
}
.artist-header h1 {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  font-size: 24px !important;
  font-weight: 600;
}
.artist-header-meta {
  display: flex;
  gap: 5px;
  font-size: 16px;
}
.artist-header-flag {
  width: 25px;
  height: auto;
}
.artist-navigation {
  border: 1px solid #e2e2e2;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.artist-navigation ul {
  display: flex;
  gap: 20px;
  padding: 0px;
  margin: 0px;
}
.artist-navigation ul li {
  list-style: none;
}
.artist-navigation ul li a {
  color: #050606;
  font-size: 15px;
}
.artist-detail-box {
  border: 1px solid #e2e2e2;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.artist-detail-box h3 {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.artist-detail-box h3 strong {
  font-weight: 800;
  color: #dc1f33;
}
.artist-detail-box :where(.wp-block-columns) {
  margin-bottom: 0px;
}
.artist-voices .outer-ring {
  left: 50%;
  top: 50%;
}
.artist-voices .container-list {
  display: grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.download-link {
}
.custom-audio-player-v2 {
  width: 28.4%;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}
.custom-audio-player-v2 .circle-background {
  margin-right: 30px;
  margin-top: 20px;
}
.custom-audio-player-v2-inner {
  width: 100%;
}
.custom-audio-player-v2-inner .download-link {
  float: right;
  margin-top: 8px;
}
.custom-audio-player-v2 .player-artist {
  float: left;
}
.artist-videos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.artist-videos-grid-box {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.selected-example-inner {
  display: flex !important;
  justify-content: space-between;
}
.selected-example-inner p {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  margin-bottom: 10px;
  color: #050606;
  text-transform: uppercase;
}
/*WooCommerce*/
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  border: 1px solid #1318341a;
  background-color: #fafafa;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100%;
}
.checkout {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
#order_review_heading {
  display: none;
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-left: 0px;
  padding-left: 0px;
  font-size: 15px;
}
.woocommerce table.shop_table td .product-quantity {
  display: none;
}
[data-title="Proje"] a {
  display: none;
}
.wc-item-meta li {
  margin-bottom: 10px;
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-top: 0px;
}
.woocommerce-table__product-name .wc-item-meta {
  margin: 0px;
  padding: 0px;
}
.woocommerce-thankyou-order-details {
  display: none;
}
.woocommerce-thankyou-order-received {
  position: relative;
  background-color: #49b989;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  color: #ffffff;
  border-radius: 10px;
  line-height: 56px;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce div.product form.cart .button {
  background: #28a745;
  border-radius: 100px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  font-family: "Poppins", serif !important;
  line-height: 28px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  width: 100% !important;
  font-family: "Poppins", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.woocommerce div.product form.cart .button:hover {
  background: #050606 !important;
}
.videodublaj .button,
.sesklonlama .button {
  border-radius: 100px !important;
  background: #28a745 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  font-family: "Manrope", sans-serif !important;
  line-height: 38px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  width: 70% !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  width: 100% !important;
}
.wizard-product .single_add_to_cart_button {
  border-radius: 100px;
  background: #150a22;
  color: #ffffff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  font-family: "Poppins", serif;
  line-height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  width: 70%;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  position: relative;
  background-color: #49b989;
  border-top: none;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  color: #ffffff;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #ffffff;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}
.button.wc-forward {
  display: none !important;
}
#customer_login .col-1,
#customer_login .col-1 {
  width: 50%;
}
.my-account-inner {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e5ecec;
  border-radius: 20px;
}
.my-account-nav-inner {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #e5ecec;
  border-radius: 16px;
}
.my-account-dashboard-back {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 20px;
}
.my-account-dashboard-back p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.my-account-dashboard-back h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}
.my-account-dashboard-back .basla-button {
  background-color: #ffffff;
  font-size: 13px;
  color: #072947;
  font-weight: 800;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 45px;
  line-height: 44px;
  height: 44px;
  display: flex;
  width: fit-content;
}
.woocommerce-account {
  font-size: 15px;
  font-family: "Poppins", serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 77%;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding: 0px;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  line-height: 64px;
  padding-left: 20px;
}
.woocommerce-MyAccount-navigation ul li a {
  color: rgb(19 24 52 / 60%);
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #f8f8f8;
  border-radius: 8px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #150a22;
  font-weight: 600;
}
.woocommerce table.my_account_orders {
  font-size: 17px;
}
.woocommerce-orders-table__cell .button {
  padding: 5px 10px;
  font-size: 13px;
  margin-right: 10px;
}
.woocommerce-button.button.pay {
  background-color: #2196f3;
}
.woocommerce-button.button.view {
  background-color: #8bc34a;
}
.woocommerce-Address-title {
  display: block;
  background-color: #ffffff;
}
.woocommerce-account .addresses .title .edit {
  float: left;
}
.woocommerce-Addresses .u-column2 {
  display: none;
}
.woocommerce .order-again {
  display: none;
}
.woocommerce .comment-form {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.woocommerce .comment-form label {
  display: block;
}
.woocommerce .comment-form .button {
  background-color: #007bff;
  color: #ffffff;
}

.woocommerce div.product form.cart {
  margin-bottom: 0px;
}

/*Project Detail*/
.product-group-warning p {
  font-size: 14px;
  margin-bottom: 5px;
}
.sticky-fixed {
  display: block;
  position: fixed;
}
.sticky-cart-container {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #e5ecec;
  box-shadow: 0px 10px 20px -15px #8f8fa366;
  border-radius: 20px;
  padding: 30px;
}

.sticky-cart h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.sticky-cart ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sticky-cart ul li {
  font-size: 16px;
  color: #150a22;
  line-height: 45px;
  border-bottom: 1px solid rgb(148 163 184 / 20%);
  display: block;
  font-weight: bold;
}
.sticky-cart ul li:last-child {
  border-bottom: none;
}

.cart-item-data-row[data-label="egitim-tarihleri"] span {
  font-size: 15px;
  text-align: right;
  line-height: 26px;
}

.sticky-cart ul li span {
  font-weight: 400;
  color: #5c6a81;
  clear: both;
  position: relative;
  display: block;
  line-height: normal;
  padding-bottom: 10px;
  text-align: right;
}
.sticky-cart .total-price {
  font-weight: bold;
  color: #dc1f33;
}
.sticky-cart .button {
  background: #0071a1;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  width: 100%;
}
.sticky-cart .button:hover {
  background: #005b87;
}
.custom-upload-button {
  display: inline-block;
  cursor: pointer;
  width: fit-content;
}
#upload-button {
  background-color: #f0cdd0 !important;
  color: #ffffff !important;
  width: fit-content !important;
  margin-top: 20px !important;
  border: 1px solid rgb(220 31 51 / 10%) !important;
  color: #dc1f33 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 30px !important;
  text-transform: uppercase !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: fit-content !important;
  border-radius: 7px !important;
  margin-bottom: 10px !important;
  cursor: pointer !important;
}
.upload-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}
progress {
  width: 100%;
  margin: 6px 0;
  appearance: none; /* Removes default styles */
  height: 6px;
}
progress::-webkit-progress-bar {
  background-color: #e0e0e0; /* Background color */
  border-radius: 5px;
}
progress::-webkit-progress-value {
  background-color: #09ae8e; /* Change progress color to green */
  border-radius: 5px;
}
progress::-moz-progress-bar {
  background-color: #09ae8e; /* Change progress color to green */
}
#selected-files-list {
  margin: 0;
  padding-left: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#selected-files-list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
  border: 1px solid rgb(19 24 52 / 10%);
  border-radius: 16px;
  background-color: #fafafa;
  padding: 20px;
  position: relative;
}
#selected-files-list .file-name {
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
}
#selected-files-list .file-duration {
  display: inline-block;
  font-size: 12px;
}
.file-upload-info {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.upload-success {
  color: #f4ffe9;
  background: #49b989;
  padding: 10px;
  margin-top: 10px !important;
  border-radius: 10px;
  font-size: 17px;
  padding-left: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.upload-success img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2577%)
    hue-rotate(19deg) brightness(117%) contrast(99%);
}
.remove-file-button {
  background-color: #ffffff;
  border: 1px solid rgb(19 24 52 / 10%);
  color: #dc1f33;
  font-size: 12px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -15px;
}
.upload-status {
  font-size: 12px;
  float: right;
}
/* Modal background */
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
/* Modal content box */
.custom-modal-content {
  background-color: #fff;
  margin: 3% auto;
  padding: 20px;
  border-radius: 30px;
  width: 80%;
  max-width: 400px;
  position: relative;
  text-align: center;
  overflow: auto; /* Enables scrolling */
}
/* Styling the scrollbar */
.custom-modal-content::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}
.custom-modal-content::-webkit-scrollbar-thumb {
  background: #0e112f; /* Dark navy color for the scrollbar handle */
  border-radius: 10px; /* Rounded edges */
}
.custom-modal-content::-webkit-scrollbar-track {
  background: #d3d3d3; /* Light gray for the scrollbar track */
  border-radius: 10px; /* Rounded edges for track */
}
.custom-modal h5 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
/* Close button */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.file-list {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.file-list li {
  margin: 10px 0;
}
.file-list .select-file-btn {
  background-color: rgb(220 31 51 / 5%);
  border: 1px solid rgb(220 31 51 / 10%);
  color: #dc1f33;
  font-size: 12px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  border-radius: 7px;
  margin-bottom: 10px;
  display: flex;
  padding: 0px 10px;
}
.file-item {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 15px;
}
.file-info {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  align-items: start;
  margin-bottom: 10px;
}
.file-info p {
  margin-bottom: 0px;
}
.custom-modal .waveform-container {
  padding-right: 0px;
}
.modal-audio-player {
  display: flex;
  align-items: center;
}
.custom-single-product {
  display: flex;
  column-gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Poppins", serif;
  padding-left: 0px;
  padding-right: 0px;
}
.product-input-group {
  display: flex;
  flex-direction: column;
}
.step-1 .product-input-group input {
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 12px;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.1);
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.product-input-group input {
  border-radius: 16px;
  background-color: #f8f8f8;
  border: none;
  padding: 20px;
  font-size: 16px;
}
.product-input-group textarea {
  border-radius: 16px;
  min-height: 200px;
  background-color: #f8f8f8;
  border: none;
  padding: 20px;
}
.product-input-group-title {
  font-weight: bold;
  display: flex;
  margin-bottom: 20px;
  color: #150a22;
}
.uploaded-file {
  background-color: #4fce5d;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.custom-single-product-left {
  flex: 3;
}
.custom-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  width: 100%;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 45%;
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 12px;
}
.custom-checkbox-group label {
  flex: 0 0 calc(50% - 30px); /* Two columns with space between */
  box-sizing: border-box;
}
/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create custom checkbox container */
.checkbox-custom {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid rgb(19 24 52 / 10%);
  border-radius: 10px;
  background-color: white;
  flex-shrink: 0;
  box-shadow: 0px 7.200000286102295px 9.6px -4.8px rgba(0, 15, 51, 0.16);
}
/* Create the checkmark (hidden by default) */
.checkbox-custom:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 12px;
  background-image: url("img/Vector 247.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease;
}
/* Show the checkmark when checked */
.custom-checkbox input[type="checkbox"]:checked + .checkbox-custom {
}
.custom-checkbox input[type="checkbox"]:checked + .checkbox-custom:after {
  opacity: 1;
}
.checkbox-label {
  font-size: 16px;
  color: #150a22;
}
.checkbox-label img {
  margin-left: 10px;
  margin-top: 5px;
}
.checkbox-label {
  position: relative;
  cursor: pointer;
}
.checkbox-label[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: #ffffff;
  color: #150a22;
  border-radius: 12px;
  font-size: 13px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
  width: 250px;
  display: block;
  height: auto;
  left: 50%;
  border: 1px solid #e6e6e6;
}
.checkbox-label[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}
.mecra-description,
.ekstra-description {
  font-size: 14px;
  color: #555;
}
.mecralar-options label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.mecralar-options input[type="radio"] {
  margin-right: 10px;
}
.word-count-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.word-count-info span:last-child {
  color: #ff5722;
  font-weight: bold;
}
.word-exceed-warning {
  background-color: #dc1f33;
  padding: 10px;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
}
.word-exceed-warning a {
  font-weight: bold;
  color: #ffffff;
}
#generate_tts_button {
  width: fit-content;
  padding: 0px;
  background-color: rgb(220 31 51 / 5%);
  border: 1px solid rgb(220 31 51 / 20%);
  color: #dc1f33;
  border-radius: 100px;
  line-height: 48px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  min-width: 550px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}
#generate_tts_button img {
  width: 30px;
  height: auto;
  left: 24px;
  position: absolute;
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7079%)
    hue-rotate(351deg) brightness(96%) contrast(78%);
}
.custom-single-product .artist-thumbnail {
  position: relative;
  transform: none;
  border: 5px solid #ffffff;
  top: inherit;
  left: inherit;
  width: 110px;
  margin-right: 20px;
  background-color: #ffffff;
}
.custom-single-product .artist-thumbnail.ses-klonlama {
  background-color: transparent;
  border: none;
  width: 60px;
}
.custom-single-product .artist-header {
  padding-top: 30px;
  background-size: cover;
  padding-bottom: 30px;
  padding-left: 30px;
  align-items: center;
}
.wizard-step {
  display: none;
}
.step-1 .wizard-inner {
  background-color: transparent;
  padding: 0px;
}
.step-1 .product-input-group-title {
  color: #050606;
}
.wizard-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 20px;
  justify-content: space-between;
  align-items: start;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
}
.wizard-language-select {
  align-items: center;
}
.wizard-language-select div {
  width: 40%;
}
.wizard-language-select select {
  background-color: #f8f8f8;
}
.wizard-language-select span {
  margin-top: 33px;
}
.wizard-project-type {
  background-color: rgb(220 31 51 / 5%);
  border: 1px solid rgb(220 31 51 / 10%);
  color: #dc1f33;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  border-radius: 7px;
  margin-bottom: 10px;
  display: flex;
}
.wizard-project-type img {
  margin-right: 10px;
  width: 17px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(20%) saturate(3466%)
    hue-rotate(204deg) brightness(99%) contrast(96%);
}
.wizard-button {
  border-radius: 100px;
  background: #150a22;
  color: #ffffff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  font-family: "Poppins", serif;
  line-height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  width: 70%;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.wizard-button:hover {
  background: #dc1f33; /* Darker Blue on Hover */
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.wizard-button:active {
  background: #dc1f33; /* Even Darker Blue on Active */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.wizard-prev {
  color: #150a22;
  background-color: rgba(19, 24, 52, 0.07);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  width: 30%;
}
.wizard-prev:hover {
  color: #150a22;
  background-color: rgba(19, 24, 52, 0.07);
}
.wizard-prev:active {
  background-color: #4e555b; /* Even Darker Gray on Active */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.wizard-inner h4,
.wizard-inner p {
  margin: 0;
}
#selected-files-container h4 {
  margin-bottom: 15px;
}
.wizard-sep {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.product-input-group-half {
  width: 43%;
  margin-bottom: 0px;
}
.product-input-group-full {
  width: 100%;
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}
.wizard-step.active {
  display: block;
}
.wizard-navigation {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.invalid {
  border: 2px solid red !important;
}
.invalid:focus {
  outline: none !important;
}
.wizard-progress {
  margin-bottom: 30px;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 0px 0px 15px 15px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-direction: column;
  border: 1px solid #e2e2e2;
}
.wizard-process-inner {
  display: flex;
  flex-direction: column;
}
.wizard-process-inner h2 {
  color: #150a22;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wizard-process-inner p {
  color: #150a22;
  font-size: 15px;
}
.file-upload-outer {
  display: flex;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wizard-info {
  margin-top: 20px !important;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #42465d;
  margin-bottom: 10px !important;
}
.file-upload-label {
  color: #7f7f7f;
}
.upload-button {
  background-color: rgb(220 31 51 / 21%);
  color: #ce2232;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  align-items: center;
  display: flex;
  gap: 10px;
  height: 64px;
  position: absolute;
  right: 0px;
  width: 64px;
  text-align: center;
  justify-content: center;
}
.upload-button:hover {
  background-color: #d9534f;
  color: white;
}
.upload-button img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(81%) saturate(3509%)
    hue-rotate(342deg) brightness(99%) contrast(92%);
  width: 30px;
  height: auto;
}
.upload-button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%)
    hue-rotate(355deg) brightness(100%) contrast(106%);
}
.upload-button:focus {
  outline: none;
}
#project-file-upload {
  box-shadow: none;
  padding: 0px;
  line-height: normal;
  font-size: inherit;
  border: none;
  border-radius: 0px;
  width: 200px;
}
.info-icon {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #0073aa;
  margin-left: 5px;
  position: relative;
}
.tooltip {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  font-size: 12px;
  color: #333;
  white-space: pre-wrap;
  z-index: 2;
  max-width: 250px;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}
.header-example-player .minimal-audio-player,
#audio_player_container {
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.1);
  background-color: #ffffff;
  border-radius: 14px;
  padding: 24px;
  gap: inherit;
}
#audio_player_container {
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.1);
  background-color: #f8f8f8;
  border-radius: 14px;
  padding: 24px;
  gap: inherit;
  width: 100%;
  margin-top: 30px;
}
.header-example-player .minimal-audio-player .play-pause,
#audio_player_container .play-pause,
#tts_homepage_container .play-pause,
.voice-samples .play-pause,
.sesklonlama .play-pause {
  width: 50px;
  height: 50px;
}
.header-example-player .minimal-audio-player .outer-ring,
#audio_player_container .outer-ring,
#tts_homepage_container .outer-ring,
.voice-samples .outer-ring,
.sesklonlama .outer-ring {
  width: 64px;
  height: 64px;
}
.header-example-player .minimal-audio-player .progress-ring,
#audio_player_container .progress-ring,
#tts_homepage_container .progress-ring,
.voice-samples .progress-ring,
.sesklonlama .progress-ring {
  width: 67px;
  height: 67px;
}
.header-example-player .minimal-audio-player .progress-ring__circle,
#audio_player_container .progress-ring__circle,
#tts_homepage_container .progress-ring__circle,
.voice-samples .progress-ring__circle,
.sesklonlama .progress-ring__circle {
  stroke-width: 2px;
}
.header-example-player .minimal-audio-player .waveform-container {
  margin-left: 15px;
  margin-right: 15px;
}
.header-example-player .minimal-audio-player .waveform-container {
  margin-left: 15px;
  margin-right: 15px;
}
.header-example-player .minimal-audio-player .play-icon,
#audio_player_container .play-icon,
#tts_homepage_container .play-icon,
.voice-samples .play-icon,
.sesklonlama .play-icon {
  width: 16px;
}
.header-example-player .minimal-audio-player .pause-icon,
#audio_player_container .pause-icon,
#tts_homepage_container .pause-icon,
.voice-samples .pause-icon,
.sesklonlama .pause-icon {
  width: 16px;
}
.change-file-btn {
  padding: 0px;
  border: none;
  background: transparent;
  margin-right: 15px;
  cursor: pointer;
}
.sanatci-audio-files {
  margin-top: 30px;
}
.header-example-player .button-small {
  float: right;
}
.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.progress-header p {
  margin-bottom: 0px;
}
.step-counter {
  font-size: 14px;
  color: #d81f2a;
  font-weight: bold;
}
.progress-percentage {
  font-size: 14px;
  color: #050606;
  font-weight: bold;
}
.progress-bar-container {
  width: 100%;
  height: 8px;
  background-color: #eaecef;
  border-radius: 3px;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  background-color: #d81f2a;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.step-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 25px;
}
#tts_homepage_container {
  width: 100%;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
#tts-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tts-loading-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 400px;
}
.tts-loading-content h3 {
  font-weight: 500;
  font-size: 22px;
}
.tts-loading-content p {
  color: rgb(19 24 52 / 60%);
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  position: relative;
}
.spinner::before,
.spinner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d81f2a;
}
.spinner::before {
  transform: rotate(45deg);
  animation: spin1 1s ease infinite;
}
.spinner::after {
  transform: rotate(225deg);
  animation: spin1 1s ease infinite 0.5s;
}
@keyframes spin1 {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
.audio-player-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.waveform-container {
  flex: 1;
  min-width: 0;
}
.slider-with-tooltip {
  position: relative;
  width: 100%;
  margin-top: 25px;
  display: flex;
}
.slider-with-tooltip .tooltip {
  position: absolute;
  top: -30px; /* Adjust as needed */
  transform: translateX(-50%);
  background-color: transparent;
  color: #050606;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 16px;
  pointer-events: none;
  white-space: nowrap;
  display: block;
  box-shadow: none;
  border: none;
  font-weight: 500;
}
input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
}
.slider-with-tooltip .tooltip::after {
  content: "";
  display: none;
}
.voice-settings-controls {
  width: 100%;
}
.slider-container {
  margin-bottom: 15px;
}
.slider-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #150a22;
  font-size: 16px;
}
.slider-container input[type="range"] {
  width: 100%;
  margin: 5px 0;
  height: 4px;
  padding: 0px;
}
.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #050606;
}
.speaker-boost label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #050606;
  width: auto;
  border: none;
  padding: 0px;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
  display: none;
}
.speaker-boost-clear {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #e1e1e1;
  border-radius: 2px;
  outline: none;
  margin: 10px 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 4px;
  border-radius: 2px;
}
input[type="range"] {
  background: linear-gradient(
    to right,
    #dc1f33 0%,
    #dc1f33 var(--value, 0%),
    #e1e1e1 var(--value, 0%),
    #e1e1e1 100%
  );
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #150a22;
  cursor: pointer;
  margin-top: -6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
input[type="range"]::-moz-range-track {
  height: 4px;
  background: #e1e1e1;
  border-radius: 2px;
}
input[type="range"]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ff5722;
  cursor: pointer;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.controls-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.reset-button {
  padding: 0px 24px;
  background: rgb(19 24 52 / 7%);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-size: 14px;
  color: #150a22;
  transition: all 0.2s ease;
  line-height: 44px;
  font-weight: 600;
}
.reset-button:hover {
  background: #e4e4e4;
  color: #333;
}
.project-header {
  background-repeat: no-repeat;
  display: flex;
  color: #ffffff;
  background-size: cover;
  padding: 20px;
  padding-top: 50px;
  align-items: end;
  border-radius: 10px 10px 0px 0px;
}
/* General Styles */
.ai-tabs-wrapper {
  padding: 30px;
  background: linear-gradient(127.14deg, #e4032d, #7e0219), #dc1f33;
  border-radius: 30px;
}
.ai-tabs {
  display: flex;
  max-width: fit-content;
  margin: 0 auto 30px;
  background: white;
  gap: 20px;
  padding: 5px;
  border-radius: 50px;
}
.ai-tab {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background: #ffffff;
  border-radius: 30px;
  font-size: 16px;
  color: #150a22;
  transition: all 0.3s;
  font-family: "Poppins", serif;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
}
.ai-tab.active {
  background-color: #dc1f33;
  color: #ffffff;
}
.ai-tab:hover {
  border-color: #dc1f33;
}
.ai-tab img {
  width: 28px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(4747%)
    hue-rotate(194deg) brightness(99%) contrast(99%);
}
.ai-tab.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(8%)
    hue-rotate(353deg) brightness(104%) contrast(104%);
}
.ai-tab-pane {
  display: none;
}
.ai-tab-pane.active {
  display: block;
}
/* Voice Converter Styles */
.voice-converter {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: white;
  border-radius: 30px;
  border: 1px solid rgba(26, 26, 26, 0.1);
}
.voice-converter h3 {
  margin-bottom: 0;
}
.voice-converter-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.selector-group,
.controls-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-group-warning {
  color: #dc1f33;
  font-size: 12px;
  margin-top: 20px;
  font-weight: 600;
}
.product-group-warning p {
  margin: 5px 0;
  font-size: 14px;
  color: #150a22;
  font-weight: 400;
}
/* Audio Player Styles */
.minimal-audio-player {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ai-audio-player {
  flex: 1;
  background: transparent;
  position: relative;
  cursor: pointer;
  min-width: 100px;
  margin: 0 10px;
}
/* Video Player Styles */
.main-video {
  width: 100%;
  display: block;
}
.video-player .controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 10;
}
.video-player .language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}
.video-player .lang-btn {
  background: none;
  border: 2px solid #fff;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
  border-radius: 50%;
}
.video-player .lang-btn.active {
  opacity: 1;
  transform: scale(1.1);
  border-color: #dc1f33;
}
.video-player .lang-btn img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
}
.video-player .arrow {
  color: #fff;
  font-size: 18px;
}
.video-player .play-pause {
  background: #dc1f33;
  border: none;
  cursor: pointer;
  width: 70px;
  height: 70px !important;
  border-radius: 50%;
  transition: background-color 0.3s;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
}
.video-player .play-pause img {
  width: 20px;
  height: 100%;
  display: block;
}
.tts-download-button {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: #d81f2a;
  color: #fff !important;
  text-decoration: none;
  border-radius: 25px;
  border: none;
  font-size: 12px;
  line-height: 1.5;
  transition: all 0.2s ease;
}
.tts-download-button:hover {
  background: #b81821;
  transform: translateY(-1px);
}
.project-comments {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
}
.comments-summary {
  text-align: center;
  margin-bottom: 20px;
}
.comments-summary .average-rating {
  font-size: 24px;
  font-weight: bold;
  color: #d81f2a;
}
.comments-summary .total-reviews,
.comments-summary .comment-count {
  font-size: 16px;
  color: #555;
}
.comments-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.comment-item {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 30px;
  width: calc(50% - 70px);
  display: flex;
  flex-direction: column;
}
.comment-header {
  display: flex;
  justify-content: start;
  align-items: center;
}
.comment-meta-div {
  display: flex;
  flex-direction: column;
}
.comment-author {
  display: flex;
  align-items: center;
}
.author-avatar {
  margin-right: 10px;
}
.author-avatar img {
  border-radius: 50%;
}
.author-name {
  font-weight: bold;
  color: #333;
}
.comment-meta {
  text-align: right;
}
.comment-date {
  font-size: 14px;
  color: #888;
}
.comment-rating .star {
  color: #d81f2a;
  font-size: 16px;
}
.comment-rating .star.inactive {
  color: #ddd;
}
.comment-body {
  font-size: 18px;
  color: #150a22;
  line-height: 1.5;
  font-weight: 300;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.artist-archive {
  display: flex;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.artist-archive aside {
  width: 20%;
  background: white;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  flex: 1;
  position: relative;
}
#sanatci-results {
  flex: 4;
}
.artist-archive aside .button {
  display: block;
  margin-bottom: 15px;
  background-color: #007bff;
  width: 100%;
  padding: 5px 10px;
}
.artist-archive aside .button-small {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.artist-archive .audio-type-ai-icon {
  top: 45px;
}
.artist-archive,
.artist-archive .track-title,
.artist-archive .reviews {
  color: #adadb2;
}
.sanatci-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sanatci-item {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
/*

#filter-form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #828282;
    border-radius: 50%;
    outline: none;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
	display: none;
}

#filter-form input[type="radio"]:checked {
    background-color: #d81f2a;
	border-color:#d81f2a;
}

#filter-form input[type="radio"]:checked + .radio-custom::after {
    content: '✔';
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: #d81f2a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#filter-form label {
    display: flex;
    align-items: center;
    cursor: pointer;
	font-size: 16px;
	 font-family: "Poppins", serif;
	    font-weight: 500;
	 position: relative;
}

*/
.search-container {
  width: 100%;
  margin-bottom: 30px;
}
.search-container form {
  display: flex;
  margin: 0 auto;
  position: relative;
}
.search-container input[type="text"] {
  width: 100%;
  padding: 12px 45px 12px 20px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 28px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
}
.search-container input[type="text"]:focus {
  border-color: #d81f2a;
}
.search-container button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: #dc1f33;
  border-radius: 50%;
  height: 28px;
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 38px;
  width: 38px;
  justify-content: center;
}
.search-container button img {
  width: 20px;
  height: 20px;
}
.hidden-item {
  display: none;
}
.show-more {
  display: block;
  margin-top: 10px;
  color: #0073aa;
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 14px;
  font-family: "Poppins", serif;
  padding-left: 0px;
}
.show-more:hover {
  color: #050606;
}
.show-more-item {
  list-style: none;
  margin-top: 10px;
  text-align: center;
}
.sanatci-list .artist-share img {
  width: 20px;
  height: auto;
}
.share-icon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(0%)
    hue-rotate(167deg) brightness(92%) contrast(86%);
}
.artist-share-container {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
}
.artist-share-container-2 {
  position: absolute;
  right: inherit;
  top: 0px;
  left: 0px;
  display: inline-block;
}
.artists-home .artist-share-container-2 {
  top: 0px;
}
.artist-share {
  display: inline-block;
  cursor: pointer;
}
.artist-share:hover {
  transform: none;
}
.share-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 8px;
  z-index: 1000;
}
.share-options a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 5px;
  transition: background 0.3s;
}
.share-options a:hover {
  transform: none;
  color: #dc1f33;
}
.artist-share-container-2 .share-options img {
  margin-right: 0px;
}
.share-options img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.artist-share-counter {
  font-size: 10px;
  position: absolute;
  margin-left: 4px;
  color: #050606;
  margin-top: -5px;
}
.home .artist-flag {
  position: relative;
  top: inherit;
  left: inherit;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.pagination a,
.pagination span {
  display: flex;
  gap: 10px;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #333; /* Neutral color for links */
  border: 1px solid #ddd; /* Light border for each page item */
  border-radius: 5px; /* Rounded corners */
  background-color: #fff; /* White background */
  transition: all 0.3s ease; /* Smooth hover effect */
}
.pagination a:hover {
  background-color: #f1f1f1; /* Slightly darker background on hover */
  color: #d81f2a; /* Accent color on hover */
  border-color: #d81f2a; /* Match border color with accent */
}
.pagination .current {
  background-color: #d81f2a; /* Accent color for current page */
  color: #fff; /* White text for contrast */
  border-color: #d81f2a; /* Match border with background */
}
.pagination .prev,
.pagination .next {
  font-weight: bold; /* Make navigation arrows bold */
  color: #333;
}
.pagination .prev:hover,
.pagination .next:hover {
  color: #d81f2a;
}
.custom-single-product {
  display: flex;
  justify-content: space-between;
}
.product-options-container {
  flex: 2;
}

.product-options-container h2 a {
  color: #141417;
}
.product-options-container h2 a:hover {
  color: #141417;
}
.product-options-container h2 img {
  margin-right: 10px;
}
.sticky-cart-container {
  flex: 1;
  height: fit-content;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 95%;
  float: none;
}
.payment-box {
  background-color: #ffffff;
  border: 1px solid #e5ecec;
  box-shadow: 0px 10px 20px -15px #8f8fa366;
  border-radius: 20px;
  padding: 30px;
}
.payment-box h3 {
  color: #150a22;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid rgb(215 219 234 / 50%);
  padding-bottom: 20px;
}
.payment-box div {
  width: 100%;
}

.woocommerce form .form-row label {
  font-weight: bold;
  display: flex;
  margin-bottom: 10px;
  color: #150a22;
  line-height: normal;
  font-size: 16px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 27px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  font-size: 15px;
  border: 1px solid #1318341a;
  background-color: #fafafa;
}
.select2-container .select2-selection--single {
  height: auto;
  line-height: 56px;
  border: 1px solid #e5ecec;
  border-radius: 12px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #212121 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  font-size: 34px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 20%;
  right: 0px;
  width: 47px;
  font-size: 30px;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #212121 transparent;
  border-width: 0px 7px 10px 7px;
}
.woocommerce form.woocommerce-checkout .form-row {
  float: left;
  width: 47%;
  padding: 0px;
  margin: 0px;
  margin-right: 4%;
  margin-bottom: 25px;
}
.woocommerce form.woocommerce-checkout .form-row:last-child {
  margin-right: 0;
}
/* Clear floats */
.woocommerce form.woocommerce-checkout .form-row:nth-child(2n) {
  margin-right: 0;
}
.woocommerce-checkout form.woocommerce-checkout .form-row:nth-child(2n + 1) {
  clear: both;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: none;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0px;
}
.woocommerce-privacy-policy-text p {
  display: none;
}
.form-row.place-order {
  width: 100% !important;
  padding: 0px !important;
}
.woocommerce-checkout #place_order {
  display: inline-block;
  width: 100%;
  padding: 0;
  background-color: #150a22;
  color: #fff;
  font-size: 19px;
  text-align: center;
  border: none;
  cursor: pointer;
  line-height: 74px;
  border-radius: 100px;
  margin-top:20px;
}
.woocommerce-checkout #place_order:hover {
  background-color: #dc1f33;
}
.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
  font-weight: 500;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
}
.my-account-inner h2 a {
  color: #150a22;
  font-weight: 600;
}
.siparis-detay-liste {
  border: 1px solid #e5ecec;
  padding: 50px;
  border-radius: 16px;
}
.siparis-detay-liste p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-size: 16px;
  color: #141417;
  margin-bottom: 15px;
}
.siparis-detay-liste p span {
  font-size: 16px;
  color: rgb(20 20 23 / 60%);
}
.siparis-detay-sep {
  background-color: rgb(19 24 52 / 10%);
  height: 1px;
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.order-detail-project-icon {
  width: 26px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(4144%)
    hue-rotate(341deg) brightness(86%) contrast(100%);
  margin-right: 10px;
  float: right;
}
.siparis-detay-metin {
  height: 200px;
  overflow: auto;
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px !important;
}

.woocommerce-subpage-title {
  font-size: 36px;
  color: #dc1f33;
  font-weight: 500;
}
.woocommerce-MyAccount-content .button {
  border-radius: 100px !important;
  background: #150a22 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  font-family: "Manrope", sans-serif !important;
  line-height: 38px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  width: 100% !important;
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  margin-top: 30px !important;
  text-align: center !important;
}
.login-register-container {
  display: flex;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 20px -15px rgba(143, 143, 163, 0.4);
  overflow: hidden;
}
.login-register-container h1 {
  color: #101828;
  font-size: 32px;
  font-weight: 600;
}
.login-register-container p {
  color: #667085;
  font-size: 16px;
}
.login-register-container .woocommerce-form-login,
.login-register-container .woocommerce-form-register {
  border: none !important;
  padding: 0px !important;
  margin: 0 !important;
  text-align: left !important;
  border-radius: 0px !important;
}
.login-register-container .form-row {
  margin-bottom: 30px !important;
}
.login-register-container .form-row input {
  background-color: #fafafa !important;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  border-radius: 100px !important;
  background: #150a22 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  font-family: "Manrope", sans-serif !important;
  line-height: 26px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  width: 100% !important;
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.form-column {
  flex: 1;
  padding: 40px;
}
.image-column {
  flex: 1;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-column img {
  max-width: 100%;
  height: auto;
}
.woocommerce-tabs {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.tab-header {
  display: flex;
  margin-bottom: 30px;
  background-color: #fafafa;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #e5ecec;
  margin-top: 30px;
}
.tab-button {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 50%;
  border: none;
  padding: 12px;
  font-size: 14px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  background-color: transparent;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.tab-button.active {
  background-color: #150a22;
  color: #ffffff;
  border-radius: 10px;
}
.woocommerce-form {
  display: none;
}
.woocommerce-form.active {
  display: block;
}
.woocommerce-form-row {
  margin-bottom: 20px;
}
.woocommerce-Input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.woocommerce-button {
  width: 100%;
  padding: 12px;
  background: #1a1a2e;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}
.woocommerce-button:hover {
  background: #2d2d44;
}
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-form__input-checkbox {
  margin-right: 8px;
}
.woocommerce-LostPassword {
  text-align: right;
  margin-top: 0px;
}
.google-login-button {
  width: 100%;
  padding: 12px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  cursor: pointer;
}
.google-login-button img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.custom-select-wrapper {
  position: relative;
  user-select: none;
}
.custom-select {
  position: relative;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 16px;
  color: #818181;
  cursor: pointer;
  min-width: 140px;
}
.custom-select__trigger .arrow {
  margin-left: 20px;
  width: 4px;
  height: 4px;
  border: solid #150a22;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.custom-select.open .custom-select__trigger .arrow {
  transform: rotate(-135deg);
}
.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  border-radius: 18px;
  z-index: 3;
  margin-top: 5px;
  border: 1px solid rgb(19 24 52 / 10%);
  box-shadow: 0px 29px 24px -20px rgba(19, 24, 52, 0.1);
  padding: 14px;
}
.custom-select.open .custom-options {
  display: block;
}
.custom-option {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 250px;
}
.custom-option:hover {
  background: #f5f5f5;
  border-radius: 11px;
}
.custom-option.selected {
  background: #f0f0f0;
}
/*ssss*/
.hero-select-wrapper {
  position: relative;
  user-select: none;
}
.hero-select {
  position: relative;
}
.hero-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 16px;
  color: #818181;
  cursor: pointer;
  min-width: 140px;
}
.hero-select__trigger .arrow {
  margin-left: 20px;
  width: 4px;
  height: 4px;
  border: solid #150a22;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.hero-select.open .hero-select__trigger .arrow {
  transform: rotate(-135deg);
}
.hero-options {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  border-radius: 18px;
  z-index: 4;
  margin-top: 5px;
  border: 1px solid rgb(19 24 52 / 10%);
  box-shadow: 0px 29px 24px -20px rgba(19, 24, 52, 0.1);
  padding: 14px;
}
.hero-select.open .hero-options {
  display: block;
}
.hero-option {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 150px;
}
.hero-option:hover {
  background: #f5f5f5;
  border-radius: 11px;
}
.hero-option.selected {
  background: #f0f0f0;
}
.voice-converter .custom-select__trigger {
  box-shadow: 0px 4px 10px rgba(19, 24, 52, 0.08);
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid rgba(19, 24, 52, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 8px 8px;
  text-align: left;
  font-size: 18px;
  color: #150a22;
}
.voice-converter select {
  box-shadow: 0px 4px 10px rgba(19, 24, 52, 0.08);
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid rgba(19, 24, 52, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px;
  text-align: left;
  font-size: 18px;
  color: #150a22;
}
.voice-converter textarea {
  background-color: #f8f8f8;
  border-radius: 16px;
  font-size: 14px;
  padding: 20px;
}
.voice-converter small {
  font-size: 12px;
  color: #150a22;
}
.home-tts-button-group {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.home-tts-button-group .button img {
  width: 28px;
  vertical-align: middle;
  position: absolute;
  left: 24px;
}
.video-player-wrapper .custom-select__trigger {
  box-shadow: 0px 4px 10px rgba(19, 24, 52, 0.08);
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid rgba(19, 24, 52, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 8px 8px;
  text-align: left;
  font-size: 18px;
  color: #150a22;
}
.video-player-wrapper select {
  box-shadow: 0px 4px 10px rgba(19, 24, 52, 0.08);
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid rgba(19, 24, 52, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px;
  text-align: left;
  font-size: 18px;
  color: #150a22;
}
.home .ai-tab-content .button {
  background-color: #ffffff;
  color: #dc1f33;
}
.home .ai-tab-content .button:hover {
  background-color: #150a22;
  color: #ffffff;
}
.home .ai-tab-content .button:hover img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%)
    hue-rotate(149deg) brightness(104%) contrast(105%);
}
.home .ai-tab-content .button img {
  width: 28px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(16%) sepia(83%) saturate(5415%)
    hue-rotate(347deg) brightness(92%) contrast(86%);
  position: absolute;
  left: 24px;
}
.voice-converter-container {
  position: relative;
}
.video-converter {
  max-width: 842px;
  margin: 0 auto;
}
.video-carousel {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
  text-align: center;
}
.video-player-wrapper {
  flex: 0 0 100%;
  width: 100%;
  display: none;
}
.video-player-wrapper.active {
  display: block;
}
.video-player-wrapper .custom-options {
  position: absolute;
}
.carousel-nav {
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  background: #dc1f33;
  border: none;
  cursor: pointer;
  width: 70px;
  height: 70px !important;
  border-radius: 50%;
  transition: background-color 0.3s;
  z-index: 2;
  height: fit-content;
  position: absolute;
  top: 39%;
  margin-right: -30px;
}
.prev-video {
  left: -30px;
  transform: rotate(180deg);
  background-color: #ffffff;
  margin-top: -35px;
}
.prev-video img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(47%) saturate(984%)
    hue-rotate(194deg) brightness(96%) contrast(98%);
}
.next-video {
  right: 0;
}
.video-player {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  padding: 20px;
  display: flex;
  align-items: center;
}
.main-video {
  width: 100%;
  height: auto;
}
.video-player-wrapper .current-language {
  box-shadow: 0px 4px 10px rgba(19, 24, 52, 0.08);
  border-radius: 28px;
  background-color: rgb(255 255 255 / 80%);
  border: 1px solid rgba(19, 24, 52, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 14px 8px 8px;
  text-align: left;
  font-size: 18px;
  color: #150a22;
  min-width: 175px;
}
.video-player-wrapper .controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.voice-changer-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.voice-samples {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.voice-row {
  display: flex;
  align-items: end;
  gap: 2rem;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding-bottom: 30px;
}
.voice-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.voice-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.voice-details h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #ffffff;
}
.voice-type {
  font-size: 0.8rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.voice-arrow {
  width: 56px;
  height: 56px;
  line-height: 66px;
  border-radius: 14px;
  background-color: #150a22;
  text-align: center;
}
.voice-samples .play-pause {
  background-color: #ffffff;
}
.voice-samples .play-pause img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(99%) saturate(5006%)
    hue-rotate(351deg) brightness(91%) contrast(85%);
}
.voice-samples .outer-ring {
  border: 3px solid rgb(255 255 255 / 50%);
}
.voice-samples .progress-ring__circle {
  stroke: #ffffff;
}
.artist-emotion-container {
  display: flex;
  height: 377px;
  position: relative;
}
.card {
  flex: 1;
  margin: 5px;
  cursor: pointer;
  transition: flex 0.5s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: rgba(228, 3, 45, 0.1);
  width: 245px;
}
.card-cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease;
}
.card-content {
  text-align: right;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
  z-index: 1;
  height: 100%;
  background: linear-gradient(130deg, #e4032d 0%, #7e0219 100%);
  position: relative;
  z-index: 2;
}
.artist-cover {
  height: 306px;
}
.card-content p {
  color: #ffffff;
}
.expanded {
  flex: 2;
}
.expanded .card-cover {
  opacity: 0;
}
.expanded .card-content {
  opacity: 1;
}
.audio-card {
  display: flex;
  flex-direction: column;
  color: white;
}
.card-content-inner {
  display: flex;
  justify-content: space-between;
}
.card-info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 20px;
  padding-left: 40px;
  text-align: left;
  padding-right: 20px;
}
.card-info h3 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}
.card-info .button {
  background-color: #ffffff;
  color: #b10323;
  padding: 10px 20px;
  font-size: 15px;
  display: flex;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  min-width: auto;
}
.card-content .button,
.card-content a {
  pointer-events: none;
}
.expanded .card-content .button,
.expanded .card-content a {
  pointer-events: auto;
}
.card-info .button img {
  width: 24px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(9%) sepia(91%) saturate(4548%)
    hue-rotate(339deg) brightness(107%) contrast(111%);
}
.card-info p {
  margin: 5px 0;
}
.emotion-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating-star {
  font-size: 1.2em;
  color: gold;
}
.card-image {
  max-width: 80px;
  height: auto;
  border-radius: 50%;
}
.audio-player {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 0px 0px 10px 10px;
  color: black;
  border: 1px solid #ad0222;
  border-top: 0px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.artist-emotion h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  color: #150a22;
}
.emotion-audio-player {
  width: 100%;
}
.artist-emotion .outer-ring {
  top: 50%;
  left: 50%;
}
.page-template-aiseslendirme .voice-converter {
  background-color: #ffffff;
  border: 1px solid rgba(19, 24, 52, 0.1);
  border-radius: 30px;
  padding: 30px;
  color: #150a22;
  max-width: none;
}
.ai-toplu-wrapper {
  margin-top: -160px;
  background-color: #f7f7f7;
  border: 1px solid rgb(19 24 52 / 10%);
  padding: 30px;
  box-shadow: 0px 10px 30px 0px rgba(19, 24, 52, 0.15);
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  z-index: 3;
  position: relative;
}
.ai-toplu-wrapper .button img,
.video-converter-container .button img,
.voice-converter-container .button img {
  left: 24px;
  position: absolute;
  width: 28px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(342deg) brightness(102%) contrast(102%);
}
.page-template-aiseslendirme .voice-samples {
  background-color: #ffffff;
  border: 1px solid rgba(19, 24, 52, 0.1);
  border-radius: 30px;
  padding: 30px;
  color: #150a22;
  width: 100%;
  max-width: -webkit-fill-available;
}
.page-template-aiseslendirme .voice-details h3,
.page-template-aiseslendirme .voice-type {
  color: #150a22;
}
.page-template-aiseslendirme .voice-samples .play-pause img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(951%)
    hue-rotate(214deg) brightness(119%) contrast(100%);
}
.page-template-aiseslendirme .voice-samples .play-pause {
  background-color: #d81f2a;
}
.page-template-aiseslendirme .voice-samples .outer-ring {
  border: 3px solid #9f9f9f;
}
.page-template-aiseslendirme .voice-samples .progress-ring__circle {
  stroke: #dc1f33;
}
.page-template-aiseslendirme .ai-tab.active {
  background-color: #150a22 !important;
}
.ai-seslendirme-sanatci {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgb(19 24 52 / 10%);
}
.page-template-aiseslendirme .voice-arrow {
  width: 48px;
  height: 48px;
  line-height: 58px;
}
.page-template-aiseslendirme .voice-samples .outer-ring {
}
.page-template-aiseslendirme .voice-samples .progress-ring {
}
.page-template-aiseslendirme .video-converter {
  background-color: #ffffff;
  border: 1px solid rgba(19, 24, 52, 0.1);
  border-radius: 30px;
  padding: 30px;
  color: #150a22;
}
.video-converter-video-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ai-video-dublaj-wrapper,
.ai-seslendirme-ses-degistirme-block-wrapper,
.ai-metinden-sese-wrapper {
  margin-top: -160px;
  background-color: #f7f7f7;
  border: 1px solid rgb(19 24 52 / 10%);
  padding: 30px;
  box-shadow: 0px 10px 30px 0px rgba(19, 24, 52, 0.15);
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  z-index: 3;
  position: relative;
}
.page-template-aiseslendirme .ai-tab.active {
  background-color: #150a22 !important;
}
.video-converter-container {
  display: flex;
  gap: 30px;
}
.video-converter-thumbnails {
  display: flex;
  gap: 15px;
}
.video-converter-thumbnails img {
  width: 100px;
  height: fit-content;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.2s;
}
.video-converter-thumbnails img:hover {
  transform: scale(1.05);
}
.page-template-aiseslendirme .video-player {
  flex-direction: column;
  max-width: fit-content;
  position: relative;
  gap: 30px;
}
.video-player-languages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.page-template-aiseslendirme .current-language {
  cursor: pointer;
}
.page-template-aiseslendirme .video-player .play-pause {
  top: 50%;
}
.ai-seslendirme-sanatci {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgb(19 24 52 / 10%);
}
.ai-seslendirme-bolum {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1000px;
}
.ai-seslendirme-bolum h3 {
  font-size: 36px;
  color: #150a22;
  text-align: center;
  font-weight: 700;
}
.ai-seslendirme-bolum .bolum-satir {
  display: flex;
  margin-bottom: 100px;
  gap: 130px;
}
.ai-seslendirme-bolum .bolum-satir-sol {
  flex: 1;
}
.ai-seslendirme-bolum .bolum-satir-sag {
  flex: 1;
}
.bolum-satir .bolum-icon {
  margin-bottom: 10px;
}
.bolum-satir h4 {
  font-size: 22px;
  color: #141417;
  font-weight: 600;
  margin-bottom: 10px;
}
.bolum-satir p {
  font-size: 17px;
  color: #647187;
  font-weight: 400;
}
.bolum-satir .bolum-gorseli {
  width: 100%;
  height: auto;
}
.bolum-icerikleri {
  position: relative;
}
/*
        .bolum-icerikleri::before {
            content: "";
    position: absolute;
    top: 180px;
    left: 50%;
    width: 1px;
    background: #C2C2D3;
    bottom: 180px;
        }
	*/
.bolum-satir {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.bolum-satir:nth-child(odd) {
  flex-direction: row-reverse;
}
.bolum-satir-sayi {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #150a22;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  color: #ffffff;
}
.bolum-satir-sayi::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  width: 1px;
  background: #c2c2d3;
  height: 360px;
}
.bolum-satir:last-child .bolum-satir-sayi::before {
  height: 100px;
}
.ai-aiseslendirme-hero {
  background-color: #150a22;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 200px;
}
.page-template-aiseslendirme header {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 20%);
}
.page-template-aiseslendirme .desktop-header .main-menu li a {
  color: rgb(255 255 255 / 49%);
}
.page-template-aiseslendirme .desktop-header .main-menu li a:hover {
  color: #dc1f33;
}
.page-template-aiseslendirme .desktop-header .sub-menu li a {
  color: #150a22;
}
.page-template-aiseslendirme .desktop-header .sub-menu li a:hover {
  color: #dc1f33;
}
.page-template-aiseslendirme .desktop-header.desktop-fixed .main-menu a {
  color: #150a22;
}
.page-template-aiseslendirme
  .desktop-header.desktop-fixed
  .side-menu
  .menu-item:last-child
  a {
  color: #ffffff;
}
.page-template-aiseslendirme
  .desktop-header
  .side-menu
  .menu-item:first-child
  a {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.page-template-aiseslendirme
  .desktop-header.desktop-fixed
  .side-menu
  .menu-item:first-child
  a {
  color: #150a22;
  border: 1px solid #150a22;
}
.page-template-aiseslendirme h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 90px;
  margin-bottom: 0px;
}
.ai-aiseslendirme-hero-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  margin-top: -135px;
  text-align: center;
  z-index: 2;
}
.ai-aiseslendirme-hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}
.ai-aiseslendirme-hero-text span a {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ai-aiseslendirme-hero-text span a span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ai-aiseslendirme-hero-text span a i {
  margin-left: 10px;
}
.ai-aiseslendirme-hero-text span a:first-child {
  background-color: #dc1f33;
  color: #fff;
}
.ai-aiseslendirme-hero-text span a:first-child:hover {
  background-color: #333;
}
.ai-aiseslendirme-hero-text span a:last-child {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff !important;
}
.ai-aiseslendirme-hero #waves {
  z-index: 0;
}
.ai-aiseslendirme-hero img {
  z-index: 1;
}
.video-converter-video-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ai-video-dublaj-wrapper {
  margin-top: -160px;
  background-color: #f7f7f7;
  border: 1px solid rgb(19 24 52 / 10%);
  padding: 30px;
  box-shadow: 0px 10px 30px 0px rgba(19, 24, 52, 0.15);
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  z-index: 3;
  position: relative;
}
.page-template-aiseslendirme .ai-tab.active {
  background-color: #150a22 !important;
}
.video-converter-container {
  display: flex;
  gap: 30px;
}
.video-converter-thumbnails {
  display: flex;
  gap: 15px;
}
.video-converter-thumbnails img {
  width: 100px;
  height: fit-content;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.2s;
}
.video-converter-thumbnails img:hover {
  transform: scale(1.05);
}
.page-template-aiseslendirme .video-player {
  flex-direction: column;
  max-width: fit-content;
  position: relative;
  gap: 30px;
}
.video-player-languages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.video-sep-arrow {
  display: flex;
}
.page-template-aiseslendirme .video-sep-arrow {
  filter: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(6191%)
    hue-rotate(203deg) brightness(96%) contrast(97%);
  display: flex;
}
.page-template-aiseslendirme .current-language {
  cursor: pointer;
}
.page-template-aiseslendirme .video-player .play-pause {
  top: 50%;
}
.cta-block {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  background-color: #150a22;
  border-radius: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-top: 40px;
  gap: 40px;
  color: #ffffff;
}
.cta-block span {
  width: 49%;
}
.cta-block h3 {
  color: #f2f6f8;
  font-size: 38px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
  line-height: normal;
}
.cta-block p {
  font-size: 18px;
  font-weight: 400;
}
.cta-block img {
  max-width: 380px;
  margin-top: 30px;
}
.hizmetler-sanatcilar-aciklama {
  text-align: center;
  margin-bottom: 30px;
}
.hizmetler-sanatcilar h4 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #150a22;
  font-weight: 600;
}
.hizmetler-sanatcilar p {
  font-size: 18px;
  color: rgb(19 24 52 / 80%);
}
.hizmetler-sanatcilar .container-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 100px;
}
.faq-container {
  margin: 0 auto;
  margin-bottom: 100px;
}
.faq-list {
  list-style: none;
}
.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 15px rgba(19, 24, 52, 0.05);
  overflow: hidden;
}
.faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #150a22;
  gap: 20px;
}
.faq-question.active {
  border-bottom: 1px solid rgba(19, 24, 52, 0.1);
}
.faq-question.active .faq-toggle {
  border-color: #e41f35;
  color: #e41f35;
}
.faq-toggle {
  min-width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.3s ease;
  border: 1px solid;
  border-radius: 50%;
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  border-radius: 2px;
}
.faq-toggle::before {
  width: 2px;
  height: 16px;
  top: 4px;
  left: 11px;
  transition: transform 0.3s ease;
}
.faq-toggle::after {
  width: 16px;
  height: 2px;
  top: 11px;
  left: 4px;
}
.faq-question .faq-toggle {
  color: var(--toggle-color, #150a22);
}
.faq-question.active .faq-toggle::before {
  transform: rotate(90deg);
}
.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #666;
  line-height: 1.6;
}
.faq-answer.active {
  padding: 20px;
  max-height: fit-content;
}
.tab-block {
  display: flex;
  margin-bottom: 100px;
  margin-top: 40px;
}
.tab-sidebar {
  border-radius: 26px;
  border: 1px solid rgba(19, 24, 52, 0.1);
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(19, 24, 52, 0.05);
  padding: 15px;
  flex: 1;
  height: fit-content;
}
.tab-content {
  flex: 4;
  padding: 40px;
  padding-top: 0px;
}
.tab-content h1 {
  font-size: 36px;
  font-weight: 600;
  color: #150a22;
}
.tab-content p {
  font-size: 17px;
  color: #150a22;
  margin-bottom: 30px;
}
.tab-content hr {
  border: 1px solid rgb(19 24 52 / 10%);
  margin-top: 50px;
  margin-bottom: 50px;
}
.tab-item {
  cursor: pointer;
  color: rgb(19 24 52 / 60%);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(19 24 52 / 10%);
  border-radius: 0px;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tab-item:last-child {
  border-bottom: none;
}
.tab-item img {
  margin-right: 8px;
}
.tab-item.active img {
  display: inline-block;
}
.tab-item:hover {
  color: #150a22;
}
.tab-item.active {
  color: #150a22;
  font-weight: 700;
}
.content-section {
  display: none;
}
.content-section.active {
  display: block;
}
.service-list {
  margin-top: 30px;
}
.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service-item::before {
  content: "✓";
  color: #e41f35;
  margin-right: 10px;
  font-weight: bold;
}
.cta-button {
  width: fit-content;
  background-color: #ffffff;
  color: #dc1f33;
  min-width: auto;
  margin-left: 0;
  margin-top: 20px;
}
.cta-button:hover {
  background-color: #ffffff;
  color: #dc1f33;
}
.siparis-alindi-kutu {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  width: 35%;
}
.siparis-alindi-kutu img {
  margin-bottom: 15px;
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}
.siparis-alindi-kutu h3 {
  color: #141417;
  font-size: 17px;
}
.siparis-alindi-kutu p {
  color: #141417;
  font-size: 14px;
}
.siparis-alindi-kutu .buton {
  border-radius: 100px;
  background: #150a22;
  color: #ffffff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  line-height: 40px;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 15px;
}
.payment-tabs-nav {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.payment-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  border: 1px solid #e5ecec;
  border-radius: 10px;
  margin-bottom: 20px;
}
.payment-tabs-nav li {
  margin-right: 10px;
}
.payment-tabs-nav li a {
  padding: 12px;
  font-size: 14px;
  background-color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
}
.payment-tabs-nav li a.active {
  background-color: #150a22;
  color: #ffffff;
  border-radius: 10px;
}
.payment-tabs-content {
  margin-top: 20px;
}
.payment-tab-pane {
  display: none;
}
.payment-tab-pane.active {
  display: block;
}
.woocommerce-checkout-review-order-list {
  margin: 0;
  padding: 0;
}
.order-review-header,
.order-review-items,
.order-review-totals {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart_item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.product-main-info {
  margin-bottom: 10px;
}
.product-title {
  font-weight: bold;
  margin-right: 10px;
}
.variation-list,
.cart-item-data {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.variation-item,
.cart-item-data-row {
  display: flex;
  margin: 5px 0;
  font-size: 0.9em;
}
.variation-label,
.item-data-label {
  font-weight: 600;
  min-width: 150px;
  margin-right: 10px;
}
.variation-value,
.item-data-value {
  flex: 1;
}
.order-review-totals li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.order-total {
  font-weight: bold;
  margin: 0px !important;
  padding: 0px !important;
}
.cart-item-data-row[data-label="secilen-mecralar"] .cart-item-value,
.cart-item-data-row[data-label="secilen-ekstralar"] .cart-item-value,
.cart-item-data-row[data-label="yuklenen-dosyalar"] .cart-item-value,
.cart-item-data-row[data-label="metinsenaryo"] .cart-item-value,
.cart-item-data-row[data-label="proje-detaylari"] .cart-item-value {
  text-align: right;
  margin-bottom: 10px;
}
.cart-item-data-row[data-label="proje-detaylari"] .cart-item-value,
.cart-item-data-row[data-label="metinsenaryo"] .cart-item-value {
  height: 200px;
  overflow: auto;
}
.cart-item-data-row[data-label="secilen-mecralar"] .mecralar-item,
.cart-item-data-row[data-label="secilen-ekstralar"] .mecralar-item,
.cart-item-data-row[data-label="yuklenen-dosyalar"] .mecralar-item,
.cart-item-data-row[data-label="metinsenaryo"] .mecralar-item,
.cart-item-data-row[data-label="proje-detaylari"] .mecralar-item {
  font-weight: 400;
  color: #5c6a81;
  line-height: 30px;
}
.cart-item-data-row[data-label="metinsenaryo"] .mecralar-item,
.cart-item-data-row[data-label="proje-detaylari"] .mecralar-item {
  font-size: 14px;
}
.order-review-totals {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.order-review-totals li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  color: #050606;
}
.order-review-totals li.fee {
  text-align: left;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.order-review-totals li.order-total {
  border-bottom: none;
}
.total-label {
  text-align: left;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #050606;
}
.total-value {
  flex: 1;
  text-align: right;
  color: #dc1f33;
}
.total-value span {
  color: #dc1f33 !important;
  font-weight: 500 !important;
  display: inherit !important;
}
.order-filters {
  text-align: right;
  margin-bottom: 20px;
}
.product-filter {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
  min-width: 200px;
}
.order-status-tabs {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7dbea;
  flex-wrap: wrap;
}
.tab-link {
  text-decoration: none;
  color: rgb(19 24 52 / 50%);
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  height: 45px;
}
.tab-link.active {
  color: #150a22;
  border-bottom: 2px solid #dc1f33;
}
.orders-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
}
.order-card {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5ecec;
  border-radius: 14px;
  padding: 20px;
}
.orders-list:has(.order-card:only-child) {
  justify-content: center;
  width: 50%;
}
.order-count {
  color: #141417;
  font-size: 18px;
  font-weight: 400;
}
.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-info {
  display: flex;
  gap: 15px;
}
.order-info h3 {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
}
.order-status {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9em;
  background: #fafafa;
  border: 1px solid #d7dbea;
}
.order-status a {
  color: #141417;
}
.order-items {
  border-bottom: 1px solid #e5ecec;
  padding: 15px 0;
}
.order-item {
  display: flex;
  flex-direction: column;
}
.order-item p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-size: 14px;
  color: #141417;
}
.order-item p span {
  font-size: 14px;
  color: rgb(20 20 23 / 60%);
}
.product-thumb {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
}
.item-details {
  display: flex;
  flex-direction: column;
}
.order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.order-footer h4 {
  margin-bottom: 0px;
  background-color: rgb(9 58 103 / 5%);
  padding: 10px;
  border-radius: 7px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
}
.order-footer h4 img {
  width: 30px;
  height: auto;
  border-radius: 4px;
  float: left;
  background-color: #ffffff;
  margin-right: 15px;
}
.order-total {
  font-weight: bold;
  font-size: 1.1em;
}
.button.view {
  background: #efefef;
  color: #333;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button.view:hover {
  background: #e0e0e0;
}
/* Status Colors */
.order-status.wc-completed {
  background: #c8e6c9;
  color: #2e7d32;
}
.order-status.wc-processing {
  background: #fff3e0;
  color: #ef6c00;
}
.order-status.wc-on-hold {
  background: #fff9c4;
  color: #ffa000;
}
.order-status.wc-pending {
  background: #f5f5f5;
  color: #616161;
}
.order-status.wc-cancelled {
  background: #ffebee;
  color: #c62828;
}
.proje-turu-icon {
  width: 26px;
  margin-right: 10px;
  float: left;
}
.page-template-aiseslendirme .desktop-header .site-logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7453%)
    hue-rotate(150deg) brightness(102%) contrast(104%);
}
.page-template-aiseslendirme .desktop-fixed .site-logo img {
  filter: none;
}
#filter-form input[type="radio"] {
  display: none;
}
.check-icon {
  display: none;
  color: #150a22;
  margin-left: 5px;
  font-size: 16px;
  position: absolute;
  right: 10px;
  font-weight: bold;
}
#filter-form input[type="radio"]:checked ~ .check-icon {
  display: flex;
}
.remove-selection {
  display: none;
  color: #150a22;
  margin-left: 5px;
  font-size: 21px;
  position: absolute;
  right: 10px;
  font-weight: bold;
  top: 4px;
}
#filter-form input[type="radio"]:checked ~ label:hover .check-icon {
  display: none;
}
#filter-form input[type="radio"]:checked ~ label:hover .remove-selection {
  display: inline-block;
}
#filter-form input[type="radio"]:checked + label {
  background-color: #f5f5f5;
  border-color: #d81f2a;
}
#selected-filters {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
#filter-form ul li {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 10px;
  line-height: 30px;
  position: relative;
}
#filter-form ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
#filter-form h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #030100;
}
.hidden-item {
  display: none;
}
.show-more {
  background: none;
  border: none;
  color: #d81f2a;
  cursor: pointer;
  padding: 5px 0;
  font-size: 14px;
}
#filter-form img {
  width: 20px;
  height: auto;
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
}
#filter-form label div {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
#filter-form ul li.selected-radio {
  background-color: #f0f0f0;
}
#filter-form ul li.selected-radio label {
  position: relative;
}
.page-template-hakkimizda header {
  position: absolute;
  left: 0px;
  right: 0px;
}
.iletisim-hero-block {
  background-color: #fbeef0;
  padding-top: 140px;
  border-bottom: 1px solid rgb(19 24 52 / 10%);
  margin-bottom: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.iletisim-hero-block .container {
  display: flex;
  justify-content: center;
}
.iletisim-hero-block h1 {
  font-size: 16px;
  font-weight: 900;
  color: #ce2232;
}
.iletisim-hero-block span {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.iletisim-hero-block h3 {
  color: #150a22;
  font-size: 36px;
  font-weight: 600;
}
.iletisim-hero-block p {
  font-size: 18px;
  color: #150a22;
  line-height: 36px;
}
.page-template-iletisim span h3 {
  color: #dc1f33;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.page-template-iletisim span h5 {
  color: #dc1f33;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.page-template-iletisim span p {
  color: #150a22;
  font-size: 16px;
  margin-bottom: 30px;
}
.page-template-iletisim span h4 {
  color: #150a22;
  font-size: 22px;
  font-weight: 400;
}
.page-template-iletisim span iframe {
  border-radius: 50px;
}

.hizmet-hero-block {
  padding-top: 40px;
}

.faq-container {
  margin-bottom: 40px;
}
.hizmet-hero-block .container {
  display: flex;
  justify-content: center;
  text-align: center;
}
.hizmet-hero-block h1 {
  font-size: 16px;
  font-weight: 900;
  color: #ce2232;
}
.hizmet-hero-block span {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.hizmet-hero-block h3 {
  color: #150a22;
  font-size: 36px;
  font-weight: 600;
}
.hizmet-hero-block p {
  font-size: 18px;
  color: #150a22;
  line-height: 36px;
}
.page-template-iletisim header {
  position: absolute;
  left: 0px;
  right: 0px;
}
.iletisim-hero-block {
  background-color: #fbeef0;
  padding-top: 140px;
  border-bottom: 1px solid rgb(19 24 52 / 10%);
  margin-bottom: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-size: cover;
}
.iletisim-hero-block .container {
  display: flex;
  justify-content: center;
}
.iletisim-hero-block h1 {
  font-size: 16px;
  font-weight: 900;
  color: #ce2232;
}
.iletisim-hero-block span {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.iletisim-hero-block span h2 {
  color: #150a22;
  font-size: 36px;
  font-weight: 600;
}
.iletisim-hero-block p {
  font-size: 18px;
  color: #150a22;
  line-height: 36px;
}
.page-template-iletisim span h3 {
  color: #dc1f33;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.page-template-iletisim span h5 {
  color: #dc1f33;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.page-template-iletisim span p {
  color: #150a22;
  font-size: 16px;
  margin-bottom: 30px;
}
.page-template-iletisim span h4 {
  color: #150a22;
  font-size: 22px;
  font-weight: 400;
}
.page-template-iletisim span iframe {
  border-radius: 50px;
}

.sesanalizi-hero-block {
  background-color: #fbeef0;
  padding-top: 140px;
  border-bottom: 1px solid rgb(19 24 52 / 10%);
  margin-bottom: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.sesanalizi-hero-block .container {
  display: flex;
  justify-content: center;
}
.sesanalizi-hero-block h1 {
  font-size: 16px;
  font-weight: 900;
  color: #ce2232;
}
.sesanalizi-hero-block span {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.sesanalizi-hero-block span h2 {
  color: #150a22;
  font-size: 36px;
  font-weight: 600;
}
.sesanalizi-hero-block p {
  font-size: 18px;
  color: #150a22;
  line-height: 36px;
}
.page-template-sesanalizi span h3 {
  color: #dc1f33;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.page-template-sesanalizi span h5 {
  color: #dc1f33;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.page-template-sesanalizi span p {
  color: #150a22;
  font-size: 16px;
  margin-bottom: 30px;
}
.page-template-sesanalizi span h4 {
  color: #150a22;
  font-size: 22px;
  font-weight: 400;
}
.page-template-sesanalizi span iframe {
  border-radius: 10px;
}
.page-template-sss header {
  position: absolute;
  left: 0px;
  right: 0px;
}
.sss-hero-block {
  background-color: #fbeef0;
  padding-top: 140px;
  border-bottom: 1px solid rgb(19 24 52 / 10%);
  margin-bottom: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.sss-hero-block .container {
  display: flex;
  justify-content: center;
}
.sss-hero-block h1 {
  font-size: 16px;
  font-weight: 900;
  color: #ce2232;
}
.sss-hero-block span {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.sss-hero-block h3 {
  color: #150a22;
  font-size: 36px;
  font-weight: 600;
}
.sss-hero-block p {
  font-size: 18px;
  color: #150a22;
  line-height: 36px;
}
.page-template-sss span h3 {
  color: #dc1f33;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.page-template-sss span h5 {
  color: #dc1f33;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.page-template-sss span p {
  color: #150a22;
  font-size: 16px;
  margin-bottom: 30px;
}
.page-template-sss span h4 {
  color: #150a22;
  font-size: 22px;
  font-weight: 400;
}
.page-template-sss span iframe {
  border-radius: 50px;
}
.woocommerce-form-coupon {
  display: none !important;
}
.sticky-cart .woocommerce-form-coupon {
  display: block !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0px;
  margin: 0px;
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgb(148 163 184 / 20%);
  padding-top: 7px;
  padding-bottom: 7px;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
}
.sticky-cart .woocommerce form .form-row {
  padding: 0px !important;
  margin: 0px !important;
}
.woocommerce-form-coupon .button {
  background-color: rgb(220 31 51 / 5%) !important;
  border: 1px solid rgb(220 31 51 / 10%) !important;
  color: #dc1f33 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 26px !important;
  text-transform: uppercase !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: fit-content !important;
  border-radius: 7px !important;
  cursor: pointer !important;
  float: right;
  min-width: auto;
}
.form-row .validate-required {
  margin-top: 15px !important;
  margin-bottom: 30px !important;
}
.woocommerce-EditAccountForm fieldset {
  border: none;
  padding: 0px;
}
.woocommerce-EditAccountForm fieldset legend {
  display: none;
}
.page-id-357 .woocommerce form .form-row-wide,
.page-id-357 .woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce-account {
  background-color: #f8f8f8;
}
.woocommerce-Input--file {
  width: auto;
}
.side-navigation {
  display: flex;
}
#footer-menu-3 .menu-thumbnail {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  object-fit: cover;
}
.woocommerce form .form-row .optional {
  display: none !important;
}
.woocommerce-view-order .custom-audio-player-v2 {
  width: auto;
}
.page-template-sesanalizi .wp-has-aspect-ratio iframe {
  border-radius: 30px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -185px;
}
.sss-search-container {
  margin-top: -147px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.sss-search-container input[type="text"] {
  width: -webkit-fill-available;
  padding: 25px;
  border: 1px solid #e5ecec;
  border-radius: 38px;
  box-shadow: 0px 4px 15px rgba(19, 24, 52, 0.05);
}
.sss-search-container input:focus {
  outline: none;
  border-color: #dc1f33;
  box-shadow: 0 0 0 2px rgba(220, 31, 51, 0.1);
}
.no-results {
  text-align: center;
  padding: 30px;
  margin-top: 20px;
  background-color: rgb(220, 31, 51, 0.05);
  border: 1px solid rgba(220, 31, 51, 0.1);
  border-radius: 15px;
  color: #dc1f33;
  font-size: 16px;
  font-weight: 500;
}
input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  accent-color: #dc1f33;
  cursor: pointer !important;
  border: 2px solid #dc1f33;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 6px !important;
  position: relative;
  padding: 0px !important;
  border-radius: 0px !important;
  vertical-align: middle !important;
  display: inline-block;
  float: left !important;
  margin: 0px !important;
  margin-right: 10px !important;
}
input[type="checkbox"]:checked {
  background-color: #dc1f33;
}
input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.postid-563 .custom-audio-player-v2 {
  width: 90%;
}
.postid-563 .sanatci-audio-files {
  width: 100%;
}
.my-account-inner .current-profile-photo {
  padding: 10px;
  border: 1px solid #e2e2e2;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.my-account-inner .current-profile-photo-inner {
  position: relative;
  width: fit-content;
}
.remove-profile-photo {
  background-color: #ffffff;
  border: 1px solid rgb(19 24 52 / 10%);
  color: #dc1f33;
  font-size: 12px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  width: fit-content;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -5px;
}
.reference-heading {
  text-align: center;
}
.reference-heading h2 {
  font-weight: 400;
  margin-bottom: 0px;
}
.referance .container {
  margin-top: 15px;
}

.container-dar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.ses-analiz-metni-cerceve {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: repeating-linear-gradient(
    -45deg,
    #ce2232,
    #ce2232 15px,
    #141617 15px,
    #141617 30px
  );
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.ses-analizi-metni-ic {
  padding: 30px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 12px 12px 0px 0px;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.1);
  background-color: #fae9eb;
  border: none;
}
.ses-analizi-metni-ic p {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
}
.voice-recorder-container {
  margin-top: 0px;
  padding: 30px;
  border-radius: 0px 0px 12px 12px;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.1);
  background-color: #fae9eb;
  border: none;
}
.record-button::before {
  width: 58px;
  height: 58px;
  content: "";
  background-color: rgb(220 31 51 / 50%);
  position: absolute;
  padding: 0px;
  float: left;
  border-radius: 50%;
  display: flex;
  z-index: -2;
}
.record-button::after {
  width: 45px;
  height: 45px;
  content: "";
  background-color: #dc1f33;
  position: absolute;
  padding: 0px;
  float: left;
  border-radius: 50%;
  display: flex;
  z-index: -2;
}
.record-button {
  cursor: pointer;
  border: none;
  background: rgb(220 31 51 / 30%);
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  font-family: "Poppins", serif;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3sease;
  margin-left: auto;
  margin-right: auto;
  width: 68px;
  height: 68px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@keyframes recordPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 31, 51, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(220, 31, 51, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 31, 51, 0);
  }
}
.record-button.recording {
  animation: recordPulse 2s infinite;
  position: relative;
}
.record-button .record-icon {
  height: 25px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(310deg) brightness(103%) contrast(101%);
}
.recording-status {
  margin-top: 15px;
}
.recording-indicator {
  color: #dc3545;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.recording-preview-container {
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.minimal-audio-player {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.post-type-archive-sanatci .waveform-container,
.single-sanatci .waveform-container {
  width: 100px;
}
.waveform-container {
  flex-grow: 1;
  height: 40px;
}
.delete-recording-button {
  background-color: rgb(220 31 51 / 5%);
  border: 1px solid rgb(220 31 51 / 10%);
  color: #dc1f33;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  width: 100px;
  border-radius: 7px;
  margin-bottom: 10px;
  display: flex;
  cursor: pointer;
  justify-content: center;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/*Mobile Menu*/
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 12;
  display: flex;
  flex-direction: column;
  transition: right 0.1s ease-in-out, opacity 0.1s ease-in-out;
  opacity: 0;
  padding-left: 15px;
}
.mobile-menu.open {
  right: 0;
  opacity: 1;
}
.menu-button.open {
  background-color: transparent;
}
.mobile-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(19, 24, 52, 0.1);
  padding-bottom: 20px;
  float: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  display: block;
}
.mobile-menu-items li {
  margin: 0;
  line-height: 35px;
}
.mobile-menu-items a {
  text-decoration: none;
  font-size: 15px;
  color: #150a22;
  font-weight: 400;
}
.mobile-menu-items a:hover {
  text-decoration: underline;
}
.mobile-menu .sub-menu {
  padding-left: 20px;
}
.mobile-menu .sub-menu a {
  font-size: 17px;
}
.menu-close {
  font-size: 18px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 10px;
  z-index: 5;
  padding: 0 10px;
  line-height: 40px;
}
.menu-button {
  border: none;
  cursor: pointer;
  z-index: 5;
  background-color: transparent;
  transition: opacity 0.3s ease-in-out;
  display: none;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}
.menu-button.hidden {
  opacity: 0;
  pointer-events: none;
}
.menu-mobil-menu-container {
  top: 0px;
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.mobile-menu span {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-bottom: 20px;
}
.mobile-menu p {
  text-align: center;
}
.mobile-menu span p {
  text-align: left;
  margin-left: 0px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(19, 24, 52, 0.1);
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-menu-header img {
  width: 80px;
}
.taxonomy-label {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}
.taxonomy-title {
  display: none;
}
.page-template-hizmetler .services-small.section {
  border-top: none;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-template-hizmetler .artist-block-more {
  display: none;
}
.page-template-hizmetler .hizmet-hero-block {
  margin-bottom: 0px;
}
.page-template-hizmetler .services-small-box img {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.page-template-hizmetler .services-small-box {
  border-radius: 10px;
  border: none;
  display: flex;
  text-align: left;
  background-size: cover;
}
.page-template-hizmetler .services-small-box a {
  display: flex;
}

.ses-analizi-kutu-icon {
  position: relative;
  bottom: -5px;
}

.sesanalizi-nedir-dis {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.sesanalizi-nedir-sag .ses-analizi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}

.sesanalizi-kutu {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 10px 20px -15px #8f8fa366;
  border: 1px solid #1616161a;
}

.sesanalizi-nedir-sag .buy-button {
  justify-content: center;
  width: -webkit-fill-available;
  background-color: #dc1f33;
}
.sesanalizi-nedir-sag .buy-button:hover {
  background-color: #ffffff;
  color: #dc1f33;
  border: 1px solid #dc1f33;
}

.sesanalizi-nedir-sag .ses-analizi-urun-icon {
  align-items: start;
  border-bottom: 1px solid #d7dbea;
  padding-bottom: 15px;
}

.sesanalizi-nedir-sag .ses-analizi-urun-title {
  font-size: 22px;
  color: #ce2232;
  font-weight: 500;
  margin-bottom: 0px;
}

.sesanalizi-nedir-sag .ses-analizi-urun-header p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: normal;
  color: #131834;
}

.sesanalizi-nedir-sag .ses-analizi-urun-header {
  gap: 20px;
  margin-bottom: 0px;
}




.page-template-urun-tanitim .ses-analizi-urun-card-second,
.page-template-sesanalizi-nedir .ses-analizi-urun-card-second,
.page-template-ekipman-tanitim .ses-analizi-urun-card-second {



    margin-bottom:50px;max-width: 400px; margin-left: auto; margin-right: auto;


}

.page-template-urun-tanitim .ses-analizi-kutu-icon,
.page-template-sesanalizi-nedir .ses-analizi-kutu-icon,
.page-template-ekipman-tanitim .ses-analizi-kutu-icon {bottom:-8px;}
.page-template-urun-tanitim .ses-analizi-grid .ses-analizi-kutu-icon,
.page-template-sesanalizi-nedir .ses-analizi-grid .ses-analizi-kutu-icon,
.page-template-ekipman-tanitim .ses-analizi-grid .ses-analizi-kutu-icon {bottom:-5px;}
.page-template-urun-tanitim .ses-analizi-urun-content,
.page-template-sesanalizi-nedir .ses-analizi-urun-content,
.page-template-ekipman-tanitim .ses-analizi-urun-content {

    background-color: #F7F7F7;
    border: 1px solid #1318341A;
    padding: 30px;
    margin-bottom: 10px;
    border-radius: 42px;
    margin-bottom:30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-urun-tanitim .ses-analizi-urun-card,
.page-template-sesanalizi-nedir .ses-analizi-urun-card,
.page-template-ekipman-tanitim .ses-analizi-urun-card {box-shadow: 0px 60px 30px -40px rgba(25, 63, 137, 0.2);}
  .ses-analizi-urun-image {max-width: 100%;}

.page-template-urun-tanitim .ses-analizi-urun-card .ses-analizi-urun-content,
.page-template-sesanalizi-nedir .ses-analizi-urun-card .ses-analizi-urun-content,
.page-template-ekipman-tanitim .ses-analizi-urun-card .ses-analizi-urun-content {

    background-color: transparent;
    border: none;
    padding: 0;
    margin-top:0px;
    margin-bottom:0px;
}
.page-template-urun-tanitim .ses-analizi-urun-card .ses-analizi-urun-content ul,
.page-template-sesanalizi-nedir .ses-analizi-urun-card .ses-analizi-urun-content ul,
.page-template-ekipman-tanitim .ses-analizi-urun-card .ses-analizi-urun-content ul {

    column-count: 1;
}
.page-template-urun-tanitim .ses-analizi-urun-card .ses-analizi-urun-content li,
.page-template-sesanalizi-nedir .ses-analizi-urun-card .ses-analizi-urun-content li,
.page-template-ekipman-tanitim .ses-analizi-urun-card .ses-analizi-urun-content li {

    font-size:15px;
}

.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card-second,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second {

 margin-bottom: 10px;
    background-color: #FAE9EB;
    border: 1px solid rgb(19 24 52 / 10%);
}


.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:first-child,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:first-child,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:first-child {
  background-color: transparent;
  color: #131834;
  border: 1px solid #131834;
}

.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:last-child,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:last-child,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:last-child {
  background-color: #131834;
  color: #ffffff;
  border: none;
}

.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:last-child:hover,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:last-child:hover,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:last-child:hover {

    background-color: #ffffff;
  color: #131834;
}

.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:first-child:hover,.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card a:first-child:hover,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:first-child:hover,.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card a:first-child:hover,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second a:first-child:hover,.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card a:first-child:hover {
  background-color: #131834;
  color: #ffffff;
}


.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-header p,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-header p,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-header p {

color:#131834a3;

}

.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-title,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-title,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-title {

color:#131834;

}


.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-price,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-price,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-urun-card-second .ses-analizi-urun-price {

color:#ce2232;

}

.page-template-urun-tanitim .ses-analizi-urun-gozatin .ses-analizi-header,
.page-template-sesanalizi-nedir .ses-analizi-urun-gozatin .ses-analizi-header,
.page-template-ekipman-tanitim .ses-analizi-urun-gozatin .ses-analizi-header {margin-bottom:0px;}


.ses-analizi-urun-gozatin .ses-analizi-urun-card {background:#ffffff;}
.home .ses-analizi-urun-gozatin .ses-analizi-urun-card-second {background:#ce2232;}

.page-template-urun-tanitim .urun-tanitim-metin,
.page-template-sesanalizi-nedir .urun-tanitim-metin,
.page-template-ekipman-tanitim .urun-tanitim-metin {color: #131834cc;font-size:18px;margin-top:30px;margin-bottom:30px;}

.page-template-urun-tanitim .urun-header p,
.page-template-sesanalizi-nedir .urun-header p,
.page-template-ekipman-tanitim .urun-header p {font-size:22px;color: #131834cc;}

.page-id-428 .ses-analizi-urun-title {margin-bottom:0px;}
.page-id-428 .ses-analizi-urun-price {color:#dc1f33;}



.only-mobile {
  display: none;
}
.only-desktop {
  display: block;
}

/*Responsive*/
@media (max-width: 1400px) {
  .container,
  .desktop-fixed {
    max-width: 1045px;
    width: 100%;
  }
  header .container {
    gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .main-menu {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: center;
    padding: 0px;
  }
  .main-menu li a {
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .main-menu li .sub-menu li a {
    justify-content: start;
  }
  .hero-filter {
    width: 90%;
    max-width: 90%;
  }
  .filter-group {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hero span a {
    font-size: 14px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero img {
    max-width: 74%;
    height: auto;
    float: right;
  }
  .page-template-aiseslendirme h1 {
    font-size: 50px;
  }
  .ai-aiseslendirme-hero img {
    margin-top: -70px;
  }
  .ai-aiseslendirme-hero-text {
    margin-top: -15px;
  }
  .ai-aiseslendirme-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ai-aiseslendirme-hero-text span a {
    padding: 10px 15px;
  }
  .ai-aiseslendirme-hero-buttons {
    margin-top: 20px;
  }
  .ai-aiseslendirme-hero-text span a img {
    margin-top: 0px;
  }
  .page-template-aiseslendirme .menu-button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7463%)
      hue-rotate(253deg) brightness(118%) contrast(109%);
  }
  .page-template-aiseslendirme .desktop-fixed .menu-button img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(3031%)
      hue-rotate(94deg) brightness(111%) contrast(100%);
  }
  .hizmet-hero-block h3 {
    font-size: 30px;
  }
  .woocommerce-MyAccount-navigation ul li {
    line-height: 40px;
    padding-left: 10px;
  }
  .sanatci-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .artist-voices .container-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .blog-left,
  .archive-left {
    width: 40%;
  }
  .blog-left img,
  .archive-left img {
    width: 100%;
    height: auto;
  }

  .egitmenler-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .ses-analizi-alt-buttons a {padding:5px 20px;}


}
@media (max-width: 1100px) {
	
  .bb-analiz-video {height:auto;}
	
  .bb-analiz-video iframe {

    height: 205px;
	}

  .order-header {    align-items: start;
    flex-direction: column;
    gap: 10px;}


  .home .container-full {
    max-width: 90%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }
  .main-navigation {
    display: none;
  }
  .hero .container div:first-child {
    width: 100%;
  }
  .current-profile-photo img {
    display: flex;
  }
  .site-logo img {
    width: 80px;
    height: auto;
  }
  .container {
    max-width: 90%;
    width: 100%;
  }
  .hero h1,
  .urun-header h3 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

.urun-header  {
    padding-top:20px;
    padding-bottom:20px;
  }

  .hero p {
    text-align: center;
    font-size: 20px;
  }
  .desktop-fixed {
    max-width: 90% !important;
  }
  .side-menu,
  .main-menu {
    padding: 0px;
    height: fit-content;
  }
  .main-menu {
    gap: 10px;
  }
  header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .side-navigation {
    align-items: center;
  }
  .side-menu li a {
    padding: 10px 20px;
    font-size: 13px;
  }
  .current-profile-photo img {
    max-width: 42px;
    height: 42px;
    margin-left: 15px;
  }
  .social-icons {
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: start;
    margin-bottom: 30px;
  }
  .footer-logo-section .powered-by {
    margin-bottom: 30px;
  }
  .social-icons .line {
    z-index: 0;
  }
  .social-icons a {
    box-shadow: 0px 0px 20px rgba(21, 29, 51, 0.05);
    background-color: #ffffff;
  }
  .hero .container {
    min-height: 400px;
  }
  .hero span a span {
    gap: 5px;
  }
  .hero-button-arrow {
    display: none;
  }
  .artists-home h2,
  .section-title,
  .blog-home .section-title {
    font-size: 22px;
  }
  .artists-home p.description,
  .section-description {
    font-size: 15px;
  }
  .artists-home .container-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .custom-audio-player {
    min-width: -webkit-fill-available;
    width: 100%;
    max-width: 265px;
    margin: auto;
  }
  .ai-tabs {
    display: block;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    margin: 0px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .button {
    min-width: 100px;
    width: 85%;
    padding: 10px 0px;
    font-size: 15px;
  }
  .cta-block .button {
    width: 100%;
  }
  .services-small .container-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-links {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .artist-share-container-2 {
    top: -10px;
    left: -5px;
  }
  .hero-buttons {
    justify-content: center;
    margin-top: 30px;
  }
  .ai-tabs-wrapper {
    padding: 10px;
    border-radius: 35px;
    background: linear-gradient(127.14deg, #7e0219, #e4032d), #dc1f33;
    padding-bottom: 20px;
  }
  .ai-tab {
    width: 100%;
    border-radius: 30px;
  }
  .selector-group,
  .controls-group {
    flex-direction: column;
    gap: 30px;
  }
  .voice-converter .custom-select-wrapper,
  .voice-converter .custom-select {
    width: 100%;
  }
  .custom-option {
    min-width: 210px;
  }
  .video-player-wrapper .current-language,
  .video-player-wrapper .custom-select__trigger {
    font-size: 14px;
    min-width: 140px;
  }
  .video-player-wrapper .current-language img,
  .video-player-wrapper .custom-select__trigger img {
    width: 20px !important;
    height: 20px !important;
  }
  .video-player {
    width: auto;
    padding: 10px;
  }
  .video-player .play-pause {
    width: 45px;
    height: 45px !important;
  }
  .video-player .play-pause {
    background: rgb(220 31 51 / 52%);
  }
  .carousel-nav {
    width: 40px !important;
    height: 40px !important;
    top: 105px;
  }
  .carousel-nav img {
    width: -webkit-fill-available;
  }
  .prev-video {
    margin-left: 15px;
    margin-top: -20px;
  }
  .next-video {
    margin-right: -15px;
  }
  .voice-row {
    flex-direction: column;
    align-items: inherit;
    gap: 10px;
  }
  .voice-arrow,
  .page-template-aiseslendirme .voice-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #150a22;
    text-align: center;
    transform: rotate(90deg);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  .voice-arrow img {
    width: 15px;
    height: auto;
  }
  .artist-emotion h2 {
    font-size: 22px;
  }
  .referance-inner {
    border: none;
    box-shadow: none;
  }
  .services-small.section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .services-small-box-heading {
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  .services-small-box p {
    text-align: center;
  }

  .anasayfayoutube {
    padding-top: 50px;
  }

  .anasayfayoutube h3 {
    font-size: 25px;
  }

  .anasayfayoutube iframe {
    width: 100% !important;
  }

  .ses-analizi-container {
    padding-top: 50px;
  }
  .ses-analizi-ust {
    padding: 20px;
  }
  .ses-analizi-ust h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ses-analizi-header h3 {
    font-size: 26px;
  }

  .ses-analizi-urun-card-second {
    margin-bottom: 0px;
    padding: 30px;
  }

  .ses-analizi-header {
    margin-bottom: 50px;
  }

  .latest-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .payment-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    text-align: left;
  }

  .footer-bottom ul {
    flex-direction: column;
  }
  .section .container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .payment-methods {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .footer-column h4 {
    margin-bottom: 15px;
  }
  .artist-archive aside {
    display: none;
  }
  .pagination .prev div,
  .pagination .next div {
    display: none;
  }
  .voice-converter {
    border-radius: 30px;
    padding: 15px;
  }
  .mobile-menu .social-icons {
    padding-left: 20px;
  }

  .page-template-sesanalizi .wp-has-aspect-ratio iframe {
    margin-top: 0px;
    width: 100%;
  }
  .ses-analizi-container {
    max-width: 100%;
  }
  .ses-analizi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 0px;
  }

  .ses-analizi-ust-oklar {
    display: none;
  }

  .ses-analizi-ust ul {
    flex-direction: column;
    gap: 15px;
  }

  .ses-analizi-ust-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .ses-analizi-ust-buttons a {
    justify-content: center;
  }

  .sss-search-container {
    max-width: 90%;
  }
  .tab-block,
  .hizmet-hero-block .container {
    flex-direction: column;
  }
  .tab-content {
    padding: 0px;
    margin-top: 30px;
  }
  .hizmet-hero-block .container {
    text-align: center;
  }
  .hizmet-hero-block h3,
  .hizmetler-sanatcilar h4,
  .tab-content h1,
  .iletisim-hero-block span h2 {
    font-size: 32px;
  }
  .hizmet-hero-block p {
    line-height: 30px;
  }
  .hizmetler-sanatcilar .container-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 0px;
  }
  .artist-block-more {
    margin-bottom: 50px;
  }
  .tab-block {
    margin-bottom: 0px;
  }
  .hizmet-hero-block {
    margin-bottom: 20px;
  }
  .iletisim-hero-block {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .artist-detail {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .artist-header {
    padding-top: 20px;
  }
  .artist-detail-box {
    padding: 15px;
  }
  .custom-audio-player-v2 .circle-background {
    margin-right: 0px;
    margin-top: 0px;
  }
  .woocommerce-subpage-title {
    font-size: 22px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul li {
    line-height: 36px;
    padding-left: 10px;
  }
  .my-account-nav-inner {
    margin-bottom: 30px;
    padding: 10px;
  }
  .my-account-inner {
    padding: 20px;
  }
  .tab-link {
    height: 28px;
  }
  .order-status-tabs {
    gap: 10px;
  }
  .siparis-detay-liste {
    padding: 20px;
  }
  .woocommerce-MyAccount-content .button {
    font-size: 16px !important;
    line-height: 25px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 42px;
  }
  .woocommerce-Input--file {
    width: -webkit-fill-available;
  }
  .login-register-container {
    flex-direction: column;
  }
  .form-column {
    padding: 15px;
  }
  .custom-single-product {
    flex-direction: column-reverse;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    padding-top: 0px;
  }
  .custom-single-product .artist-header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
  }
  .wizard-progress {
    padding: 10px;
  }
  .product-input-group-half {
    width: 100%;
  }
  .header-example-player .minimal-audio-player,
  #audio_player_container {
    padding: 20px;
  }
  .change-file-btn,
  .download-link {
    width: 30px;
    margin-right: 5px;
  }
  .header-example-player .minimal-audio-player .waveform-container {
    margin-right: 5px;
  }
  .wizard-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 40px;
  }
  .custom-checkbox-group label {
    flex: 0 0 calc(100% - 0px);
  }
  .hizmet-hero-block .container img {
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-cart-container {
    margin-bottom: 30px;
  }
  .artist-videos-grid-box {
    flex: 2 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .blog-detail,
  .archive-grid {
    flex-direction: column;
  }
  .blog-left,
  .archive-left {
    width: 100%;
  }
  .header-example-player .minimal-audio-player .play-icon,
  #audio_player_container .play-icon,
  #tts_homepage_container .play-icon,
  .voice-samples .play-icon,
  .sesklonlama .play-icon {
    width: 13px;
  }
  .voice-type {
    display: none;
  }
  .siparis-alindi-kutu {
    width: auto;
  }
  .video-player-wrapper .controls {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .product-input-group-title {
    margin-bottom: 10px;
  }
  .wizard-inner {
    gap: 20px;
  }


#selected-files-list {


    grid-template-columns: repeat(1, 1fr);

}
#selected-files-list li {flex-direction: column;}

  aside.open,
  .hero-filter.open {
    left: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 12;
    display: flex;
    transition: right 0.1s ease-in-out, opacity 0.1s ease-in-out;
    opacity: 1;
    padding: 0px;
    overflow: scroll;
    flex-direction: column;
  }
  aside.open form,
  .hero-filter.open form {
    padding: 20px;
    width: -webkit-fill-available;
  }
  #filter-form h4 {
    margin-bottom: 0px;
  }
  .artist-archive aside .button-small {
    margin-bottom: 0px;
  }
  #filter-form ul li {
    padding-left: 0px;
  }
  #filter-form ul {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding: 10px;
    color: #000000;
  }
  #filter-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
  }
  .search-container button {
    right: 65px;
  }
  .search-container form {
    gap: 10px;
  }
  .filter-button {
    width: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
    background-color: #ffffff;
  }
  .filter-button-close {
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
    color: #000000;
  }
  .filter-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 0px;
  }
  .taxonomy-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  .taxonomy-label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
  }
  .taxonomy-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid rgb(19 24 52 / 10%);
    border-radius: 6px;
    cursor: pointer;
    color: #150a22;
  }
  .taxonomy-title:after {
    content: "▼";
    font-size: 12px;
    transition: transform 0.3s ease;
  }
  .taxonomy-title.active:after {
    transform: rotate(180deg);
  }
  .taxonomy-wrapper ul {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 10;
    max-height: 250px;
    overflow-y: auto;
    padding-bottom: 10px;
    /* Indicate scrollable content with shadow */
    background: /* Shadow at the bottom */ linear-gradient(
        white 30%,
        rgba(255, 255, 255, 0)
      ),
      /* Shadow at the top when scrolled */
        linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,
      /* Scroll shadow on the right edge */
        radial-gradient(
          farthest-side at 50% 0,
          rgba(0, 0, 0, 0.2),
          rgba(0, 0, 0, 0)
        ),
      radial-gradient(
          farthest-side at 50% 100%,
          rgba(0, 0, 0, 0.2),
          rgba(0, 0, 0, 0)
        )
        0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
  }
  /* Add a visual indicator for scrollable content */
  .taxonomy-wrapper ul::after {
    content: "⬇️ Daha fazlasını görmek için kaydırın";
    display: none; /* Hide by default, JavaScript will show when needed */
    text-align: center;
    padding: 8px;
    color: #666;
    position: sticky;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px dashed #ddd;
    margin-top: 10px;
  }
  /* Show the indicator if the list is actually scrollable */
  .taxonomy-wrapper ul.is-scrollable::after {
    display: block;
  }
  /* Hide the indicator if the list is fully visible */
  .taxonomy-wrapper ul.no-scroll::after {
    display: none;
  }
  .taxonomy-wrapper.active ul {
    display: block;
  }
  .taxonomy-wrapper .show-more-item {
    display: list-item !important;
  }
  .taxonomy-wrapper.has-selection .taxonomy-title {
    background-color: rgb(19 24 52 / 6%);
    border-color: rgb(19 24 52 / 6%);
    font-weight: 500;
  }
  .taxonomy-wrapper ul li.selected-radio label {
    background-color: rgb(19 24 52 / 6%);
  }
  .taxonomy-wrapper ul li.selected-radio .term-name {
  }
  .hero-filter {
    display: none;
  }
  .filter-form-container {
    flex-direction: column;
  }
  .hero-filter.open {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    position: fixed;
    top: 46px;
    border-radius: 0px;
  }
  .hero-select-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid rgb(19 24 52 / 10%);
    border-radius: 6px;
    cursor: pointer;
    color: #150a22;
    margin-bottom: 20px;
  }
  .hero-select__trigger {
    font-size: inherit;
    color: #150a22;
  }
  .filter-group {
    border-left: none;
  }
  .hero-select {
    width: 100%;
  }
  .hero-select__trigger .arrow {
    position: absolute;
    right: 0px;
  }
  .home .search-container {
    margin-top: -23px;
  }
  .home .player-artist {
    float: left;
    margin-right: 10px;
  }
  .play-icon img,
  .pause-icon img {
    width: 100%;
  }
  .artists-home .play-icon img,
  .artists-home .pause-icon img {
    width: 10px;
  }
  .artist-emotion-container .play-icon img,
  .artist-emotion-container .pause-icon img {
    width: 10px;
  }
  .page-template-aiseslendirme .video-converter {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .page-template-aiseslendirme .video-player {
    border: none;
  }
  #video-player iframe {
    height: 200px;
  }
  label[for="payment_method_iyzico"] img {
    margin-top: 10px;
  }
  .card-info .button {
    padding: 0;
    padding-left: 2px;
    padding-right: 15px;
    line-height: 35px;
    width: 124px;
    font-size: 13px;
  }
  .card-info .button img:last-child {
    display: none;
  }
  .card-info {
    padding-left: 20px;
    padding-right: 0px;
  }
  .card-info h3 {
    font-size: 23px;
  }
  .anss {
    display: none;
  }
  .artist-voices .container-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .home .circle-background {
    width: 90px;
    height: 87px;
  }
  .home .artist-thumbnail {
    width: 90px;
    height: 102px;
  }
  .home .circle-background:hover .artist-thumbnail {
    top: -10px;
    width: 90px;
    height: 94px;
  }

  .egitmen-dis,
  .sesanalizi-nedir-dis {
    flex-direction: column;
  }
  .egitmen-sol,
  .egitmen-sag,
  .sesanalizi-nedir-sol,
  .sesanalizi-nedir-sag {
    width: 100%;
  }

  .ses-analizi-urun-content ul {
    column-count: 1;
  }

  .time-range-selectors {
    flex-direction: column;
  }
  .time-range-field {
    width: 100%;
  }
  .time-separator {
    display: none;
  }

  .egitmenler-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .egitim-turleri-block {
    width: 100%;
  }

  .bb-hero .container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 0px;
  }
  .bb-hero .container span:first-child {
    width: 100%;
  }
  .bb-hero {
    padding-bottom: 50px;
  }
  .bb-markalar {
    margin-top: 50px;
  }
  .bb-hero-buttons {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .bb-hero img {
    margin-bottom: 0px;
    max-width: 300px;
  }

  .bb-videolar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bb-sesler {
    grid-template-columns: repeat(1, 1fr);
  }

  .ses-analizi-grid.grid-items-4 .ses-analizi-urun-card:nth-child(4) {
    grid-column: inherit;
  }


  .ses-analizi-urun-card {padding:20px;}
  .ses-analizi-urun-gozatin {max-width:100%;}

}
@media (max-width: 767px) {
  .artists-home .container-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .services-small .container-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
  .latest-posts-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .artist-emotion-container {
    flex-direction: column;
    height: auto;
  }
  .card {
    width: 100%;
    height: 130px;
    flex: auto;
    margin: 0px;
    margin-bottom: 10px;
  }
  .card.expanded {
    flex: 2;
    height: 100%;
  }
  .card.expanded .card-content .artist-cover {
    height: 220px;
  }
  .card-cover {
    background-position: 217px -30px;
    background-size: 30%;
    background-repeat: no-repeat;
    padding: 20px;
  }
  .card-cover h3 {
    margin-bottom: 0px;
  }
  .card-cover .play-pause {
    margin-left: 6px;
  }
  .page-content {
    display: flex;
    flex-direction: column;
  }
  .ai-toplu-wrapper {
    width: 85%;
    padding: 15px;
  }
  .page-template-aiseslendirme h1 {
    font-size: 24px;
  }
  .ai-aiseslendirme-hero img {
    margin-top: -70px;
    width: 100%;
  }
  .ai-aiseslendirme-hero-text {
    margin-top: -15px;
  }
  .ai-aiseslendirme-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta-block {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    text-align: center;
    gap: 0px;
  }
  .cta-block span {
    width: 100%;
  }
  .cta-block h3 {
    text-align: center;
  }
  .cta-block img {
    max-width: 100%;
    margin-top: 0;
  }
  .ai-aiseslendirme-hero-text span a {
    padding: 10px 15px;
  }
  .ai-aiseslendirme-hero-buttons {
    margin-top: 20px;
  }
  .ai-aiseslendirme-hero-text span a img {
    display: none;
  }
  .bolum-satir:nth-child(odd),
  .ai-seslendirme-bolum .bolum-satir {
    flex-direction: column-reverse;
  }
  .bolum-satir-sayi::before {
    display: none;
  }
  .ai-seslendirme-bolum {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ses-analizi-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-bottom: 0px;
  }
  .order-card {
    flex: 1 1 calc(100% - 20px);
  }
  .iletisim-hero-block h3 {
    font-size: 25px;
  }
  .sanatci-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-audio-player-v2 {
    width: 100%;
  }
  .artist-videos-grid-box {
    flex: 1 1 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .artist-videos-grid-box iframe {
    height: 200px;
  }
  .comment-item {
    width: calc(100% - 0px);
  }
  .file-upload-outer {
    gap: 15px;
  }
  .home .ai-tab-content .button {
    background-color: #150a22;
    color: #ffffff;
  }
  .home .ai-tab-content .button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(8%)
      hue-rotate(353deg) brightness(104%) contrast(104%);
  }
  .payment-tabs-nav {
    flex-direction: column;
    height: 80px;
    width: 100%;
    justify-content: start;
    align-items: start;
    margin-bottom: 30px;
  }
  .payment-tabs-nav li a {
    display: flex;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ses-analiz-metni-cerceve {
    padding: 10px;
  }
  .payment-tabs-nav li {
    width: 100% !important;
  }
  #generate_tts_button {
    min-width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
  }
  #generate_tts_button img {
    display: none;
  }

  .player-artist {
    align-items: center;
  }
  #footer-menu-3 li {
    min-width: 250px;
  }
  .voice-info {
    padding-left: 10px;
  }
  .minimal-audio-player {
    gap: 0px;
  }

  .egitmenler-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .egitim-turleri-block {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .egitim-turleri-kutu {
    margin-top: 50px;
  }

  .desktop-fixed .site-logo img {
    width: 80px;
  }
  .bb-videolar-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 555px) {
  .hizmet-hero-block .container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 50%;
  }
  .woocommerce form.woocommerce-checkout .form-row {
    width: 100%;
  }
  .payment-box input {
    padding: 9px !important;
  }
  .payment-box {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .hero span a span {
    gap: 3px;
  }
  .artists-home .container-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
