/*SSS / Destek Page / Topluluk*/

/* Layout */
.u-section {
  padding: 30px 0;
}
.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.module_header {
  text-align: center;
  margin-bottom: 60px;
}
.module_header-small {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.module_header-large {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333;
}
.module_header-desc {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.h5-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #333;
}
.h5-heading.small {
  font-size: 16px;
}
.accordion-wrapper {
  margin-top: 40px;
}
.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.accordion-header:hover {
  background-color: #f0f0f0;
}
.accordion-icon {
  font-size: 24px;
  font-weight: bold;
  color: #061D58;
  transition: transform 0.3s ease;
}
.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}
.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #666;
  margin: 0 0 20px !important;
}
.accordion-item.active .accordion-content {
  padding: 20px;
  max-height: 500px;
}
.stats-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 60px 0;
  text-align: center;
}
.stat-item {
  padding: 20px;
}
.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #061D58;
  margin-bottom: 10px;
  line-height: 1;
}
.stat-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}
.gifts-section {
  padding: 60px 0;
}
.gifts-title {
  text-align: center;
  margin-bottom: 50px;
}
.gifts-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #333;
}
.gifts-title span {
  background-color: #4F2D7F;
  color: white;
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 10px;
}
.gifts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.gift-card {
  flex: 1 1 calc(45% - 15px);
  min-width: 250px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gift-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.gift-card a {
  display: flex;
  flex-grow: 1;
  color: inherit;
  text-decoration: none;
}
.gift-icon {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-icon img {
  max-width: 100%;
}
.gift-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}
.gift-content p {
  font-size: 14px;
  color: #777;
  margin: 0;
}
.divider {
  display: none;
}
.process-wrapper {
  margin-top: 60px;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto auto;
  grid-gap: 16px;
}
.process-grid {
  grid-template-columns: 1fr 80px 1fr;
  grid-row-gap: 32px;
  margin-bottom: 48px;
  align-items: center;
}
.process-image-wrapper {
  background-color: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.process-image-wrapper.green { background-color: #e1f5e9; }
.process-image-wrapper.purple { background-color: #eee1f9; }
.process-image-wrapper.yellow { background-color: #fdf6e3; }

.process-image {
  max-width: 100%;
  height: auto;
}
.process-line-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}
.process-line {
  width: 2px;
  height: 100%;
  background-color: #eaeaea;
  position: relative;
  overflow: hidden;
}
.process-line-progress {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #081C58;
  top: 0;
}
.process-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #081C58;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.process-content {
  padding: 20px;
}
.column-regular-2 {
  margin-bottom: 20px;
}
.button-group-2 {
  display: flex;
  margin-top: 16px;
}
.musichool_button {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  background-color: #081C58;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.musichool_button:hover {
  background-color: #000;
  color:#fff !important;
}
.text-block-696 {
  margin-right: 8px;
}
.arrow-left {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.musichool_button:hover .arrow-left {
  transform: translateX(4px);
}
.tabs-container {
  margin-top: 40px;
}
.tabs-header {
  display: flex;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}
.tab-button {
  padding: 12px 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  position: relative;
  transition: color 0.3s ease;
}
.tab-button:hover {
  color: #061D58;
}
.tab-button.active {
  color: #061D58;
  font-weight: 600;
}
.tab-button.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #061D58;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
@media screen and (max-width: 1200px) {
  .gift-card {
    flex: 1 1 calc(40% - 15px);
  }
}
@media screen and (max-width: 992px) {
  .gift-card {
    flex: 1 1 calc(50% - 15px);
  }
  .process-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .process-line-wrapper {
    display: none;
  }
  .process-content,
  .button-group-2 {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .gift-card {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 767px) {
  .u-section {
    padding: 60px 0;
  }
  .module_header-large {
    font-size: 28px;
  }
  .module_header-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .u-section {
    padding: 40px 0;
  }
  .module_header-large {
    font-size: 24px;
  }
  .stat-number {
    font-size: 36px;
  }
  .process-content {
    padding: 10px;
  }
}
/*Nasıl Öğrenci Olurum*/
        .card-hover-effect {
            transition: all 0.3s ease-in-out;
        }
        .card-hover-effect:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        .button-hover-effect {
            transition: all 0.3s ease-in-out;
        }
        .button-hover-effect:hover {
            transform: translateY(-3px) scale(1.03);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
            color: white !important;
        }
        .gradient-text {
            background: linear-gradient(to right, #6B46C1, #805AD5); 
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .bg-purple-gradient {
            background: linear-gradient(to right bottom, #6B46C1, #805AD5); 
        }
        .bg-indigo-gradient {
            background: linear-gradient(to right bottom, #4C51BF, #667EEA);
        }
/* Contact Form Hediyelerimiz*/
input[type="submit"] {
    padding:15px 25px !important;
}
.wpcf7-form .form-group {
    margin-bottom:15px !important;
}
.wpcf7-list-item {
    margin:0 !important;
}
.wpcf7 .form-content {
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.wpcf7 .form-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wpcf7 .form-right {
    flex: 1;
}
.wpcf7 .form-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.wpcf7-form-control-wrap {
    margin-bottom: 12px; /* Boşluk azaltıldı */
    display: block; /* Her inputu yeni satıra al */
}
/* Tüm input ve textarea stilleri */
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-textarea:focus {
    outline: none;
    border-color: #A75098;
    box-shadow: 0 0 0 3px rgba(167, 80, 152, 0.2);
}
/* Checkbox ve metin hizalaması */
.wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    font-size: 0.9em;
    color: #666;
    margin-top: 10px; /* Boşluk azaltıldı */
}
.wpcf7-list-item-label {
    padding-left: 8px;
}
.wpcf7-list-item .wpcf7-acceptance input[type="checkbox"] {
    margin-top: 2px;
}
.wpcf7-list-item a {
    color: #463987;
    text-decoration: none;
}
/* Buton stilleri */
.wpcf7-submit {
    background: linear-gradient(90deg, #463987 0%, #A75098 100%);
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    margin-top: 20px; /* Boşluk azaltıldı */
}
.wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
/* Responsive tasarım */
@media (max-width: 768px) {
    .wpcf7 .form-content {
        flex-direction: column;
    }
    .wpcf7 .form-right {
        order: -1;
    }
}
@media (max-width: 480px) {
    .wpcf7 .form-container {
        padding: 20px;
    }
    .wpcf7 .form-container h2 {
        font-size: 2em;
    }
    .wpcf7 .submit-btn {
        font-size: 1em;
        padding: 12px 25px;
    }
}