:root {
  --primary-bg: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  --text-color: #ffffff;
  --success-light: #10b981;
  --success-dark: #059669;
  --text-muted: rgba(255, 255, 255, 0.8);
  --border-light: rgba(255, 255, 255, 0.2);
  --bg-panel: rgba(255, 255, 255, 0.1);
  --bg-panel-light: rgba(255, 255, 255, 0.05);
}

.thank-you-sec-6 {
  font-family: "Inter", sans-serif;
  background: var(--primary-bg);
  color: var(--text-color);
  line-height: 1.6;
  min-height: 100vh;
  /* Left Panel */
  /* Right Panel */
  /* Responsive Design */
}
.thank-you-sec-6 .home-btn {
  border: 1px solid var(--border-light);
  border-radius: 10px;
}
.thank-you-sec-6 .left-panel {
  background: var(--bg-panel);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.thank-you-sec-6 .left-panel .clinic-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1rem;
}
.thank-you-sec-6 .left-panel .clinic-imge {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
}
.thank-you-sec-6 .left-panel .clinic-imge img {
  background: rgba(255, 255, 255, 0.05);
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.thank-you-sec-6 .left-panel .services-list {
  list-style: none;
  padding: 0;
}
.thank-you-sec-6 .left-panel .services-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 16px;
  background: var(--bg-panel-light);
  border-radius: 10px;
  border-left: 4px solid var(--success-light);
}
.thank-you-sec-6 .left-panel .services-list li i {
  color: var(--success-light);
  margin-right: 12px;
  font-size: 16px;
}
.thank-you-sec-6 .right-side {
  background: var(--bg-panel);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 100%;
}
.thank-you-sec-6 .right-side .thank-you-header {
  padding: 40px;
  text-align: center;
  background: var(--bg-panel-light);
}
.thank-you-sec-6 .right-side .thank-you-header .doctor-character {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--success-light) 0%, var(--success-dark) 100%);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}
.thank-you-sec-6 .right-side .thank-you-header .doctor-character .icon-check {
  font-size: 3rem;
  color: var(--text-color);
}
.thank-you-sec-6 .right-side .thank-you-header .thank-you-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 15px;
}
.thank-you-sec-6 .right-side .thank-you-header .thank-you-message {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.6;
}
.thank-you-sec-6 .right-side .services-table {
  padding: 0;
}
.thank-you-sec-6 .right-side .services-table .service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}
.thank-you-sec-6 .right-side .services-table .service-item:last-child {
  border-bottom: none;
}
.thank-you-sec-6 .right-side .services-table .service-item .service-name {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.thank-you-sec-6 .right-side .services-table .service-item .service-price {
  color: var(--text-color);
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 991px) {
  .thank-you-sec-6 .left-panel,
  .thank-you-sec-6 .right-side {
    padding: 25px;
    margin-bottom: 1.5rem;
  }
  .thank-you-sec-6 .clinic-title {
    text-align: center;
  }
  .thank-you-sec-6 .thank-you-header {
    padding: 1.5rem;
  }
  .thank-you-sec-6 .doctor-character {
    width: 100px;
    height: 100px;
  }
  .thank-you-sec-6 .thank-you-title {
    font-size: 28px;
  }
  .thank-you-sec-6 .service-item {
    padding: 1rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .thank-you-sec-6 .left-panel,
  .thank-you-sec-6 .right-side {
    padding: 20px;
  }
  .thank-you-sec-6 .thank-you-header {
    padding: 20px;
  }
  .thank-you-sec-6 .thank-you-title {
    font-size: 25px;
  }
  .thank-you-sec-6 .doctor-character {
    width: 90px;
    height: 90px;
  }
  .thank-you-sec-6 .icon-check {
    font-size: 2.5rem;
  }
  .thank-you-sec-6 .service-item {
    padding: 15px 20px;
    font-size: 14px;
  }
  .thank-you-sec-6 .clinic-imge img {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .thank-you-sec-6 .service-item {
    align-items: flex-start;
    gap: 5px;
    padding-left: 1rem;
  }
  .thank-you-sec-6 .thank-you-message {
    font-size: 14px;
  }
  .thank-you-sec-6 .service-price {
    align-self: flex-end;
  }
  .thank-you-sec-6 .services-list li {
    font-size: 14px;
    padding: 10px 12px;
  }
}/*# sourceMappingURL=thank-youDesign6.css.map */