/* NailSnap Custom Styles */
/* Brand Colors:
 * Primary Pink: #B83A6B
 * Accent Purple: #9B59B6
 * Light Pink: #FDE0E7
 * Dark Text: #333333
 * Subtitle Text: #8B6F6F
 */

/* Override primary colors */
:root {
  --primary-color: #B83A6B;
  --accent-color: #9B59B6;
  --light-pink: #FDE0E7;
  --dark-text: #333333;
  --subtitle-text: #8B6F6F;
}

/* ===== TÜM SAYFA TEMİZ ARKA PLAN ===== */

/* Tüm eski dekoratif görselleri kaldır */
*::before,
*::after {
  background-image: none !important;
}

/* Mor/mavi dekoratif şekilleri tamamen gizle */
.services::before,
.services::after,
.about-us::before,
.about-us::after,
#clients::before,
#clients::after,
#pricing::before,
#pricing::after,
section::before,
section::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

/* Tüm sayfa için temiz arka plan */
body {
  background: linear-gradient(180deg, #ffffff 0%, #fefafb 50%, #fdf5f7 100%);
}

/* Tüm section'lar için temiz arka plan */
section,
.section {
  background-color: transparent;
  background-image: none !important;
}

/* Header & Navigation */
.header-area .main-nav .logo {
  color: var(--primary-color) !important;
  padding-left: 30px;
}

.header-area .main-nav .nav li a:hover,
.header-area .main-nav .nav li a.active {
  color: var(--primary-color) !important;
}

/* Buttons */
.white-button a,
.gradient-button a,
.main-button {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  border: none;
}

.white-button a:hover,
.gradient-button a:hover,
.main-button:hover {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
}

/* Section Headings */
.section-heading h4 em {
  color: var(--primary-color);
  font-style: normal;
}

/* About section - Mavi çizgileri kaldır */
.about-us .section-heading img {
  display: none;
}

/* Services section - Mavi çizgileri kaldır */
.services .section-heading img {
  display: none;
}

/* Service Items */
.service-item {
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 30px 20px;
  background: white !important;
  box-shadow: 0 5px 15px rgba(184, 58, 107, 0.08);
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(184, 58, 107, 0.15);
  background: white !important;
}

.service-item h4 {
  color: var(--primary-color) !important;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.service-item:hover h4 {
  color: var(--primary-color) !important;
}

.service-item p {
  color: var(--dark-text) !important;
  line-height: 1.8;
  margin: 0;
}

.service-item:hover p {
  color: var(--dark-text) !important;
}

/* Icon divini gizle */
.service-item .icon {
  display: none;
}

/* ===== REVIEWS SECTION (TESTIMONIALS) ===== */

/* Section Genel Ayarları */
#clients {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
}

/* Başlık Ortalama */
#clients .section-heading {
  text-align: center;
}

#clients .section-heading h4 {
  text-align: center;
}

#clients .section-heading img {
  display: none;
}

#clients .section-heading p {
  text-align: center;
}

/* Testimonial Item (Her Review Kutusu) */
.testimonials-carousel .testimonial-item {
  position: relative;
}

/* Pembe Yorum Kutusu */
.testimonials-carousel .testimonial-content {
  background: linear-gradient(135deg, var(--primary-color) 0%, #9B4770 100%); /* Pembe gradient */
  padding: 35px 30px; /* Eşit padding */
  text-align: center;
  border-radius: 25px; /* Yuvarlak köşeler */
  position: relative;
  box-shadow: 0 8px 30px rgba(184, 58, 107, 0.25);
  transition: transform 0.3s ease;
  margin: 10px; /* Kutular arası boşluk */
}

.testimonials-carousel .testimonial-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(184, 58, 107, 0.35);
}

/* Yıldızlar */
.testimonials-carousel .testimonial-content .stars {
  list-style: none; /* Bullet noktalarını kaldır */
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center; /* Ortala */
  gap: 3px; /* Yıldızlar arası boşluk */
}

.testimonials-carousel .testimonial-content .stars li {
  display: inline-block;
  margin: 0px 1px;
}

.testimonials-carousel .testimonial-content .stars li i {
  color: #FFD700; /* Altın renk */
  font-size: 14px;
}

/* İsim */
.testimonials-carousel .testimonial-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff; /* Beyaz */
  margin-bottom: 20px;
}

/* Yorum Metni */
.testimonials-carousel .testimonial-content p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  font-style: italic; /* İtalik */
  font-weight: 300; /* İnce yazı */
  margin-bottom: 20px;
}

/* Kategori/Burç Adı */
.testimonials-carousel .testimonial-content span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

/* Owl Carousel Custom Styles */

/* Navigasyon Container (Sağda, Dikey) */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%; /* Ortadan */
  right: -100px; /* Carousel'in 100px sağında */
  transform: translateY(-50%); /* Tam ortala */
  width: 70px;
}

/* Sonraki Butonu (Altta) */
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 60px; /* Yukarıdan 60px aşağıda */
  right: 0;
}

/* Önceki Butonu (Üstte) */
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0; /* En üstte */
  right: 0;
}

/* Ok Buton Stilleri */
.owl-carousel .owl-nav button span {
  z-index: 10;
  border-radius: 15px; /* Yuvarlak köşeler */
  font-size: 40px; /* Büyük ok */
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px; /* Ok'u ortalar */
  text-align: center;
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color) 0%, #9B4770 100%); /* Pembe gradient */
  transition: all 0.3s;
  box-shadow: 0px 5px 15px rgba(184, 58, 107, 0.3);
}

/* Hover Efekti */
.owl-carousel .owl-nav button:hover span {
  transform: scale(1.05); /* Büyüt */
  box-shadow: 0px 8px 20px rgba(184, 58, 107, 0.5); /* Gölge artır */
}

/* Alt Noktalar (Dots) - Gizle */
.owl-carousel .owl-dots {
  display: none;
}

/* Pricing Section */
#pricing {
  padding-top: 120px;
}

#pricing .center-heading {
  text-align: center;
}

#pricing .center-heading h2 {
  text-align: center;
}

#pricing .center-heading p {
  text-align: center;
}

/* Pricing Cards */
.pricing-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}

.pricing-col {
  display: flex;
  margin-bottom: 30px;
  max-width: 380px;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px rgba(184, 58, 107, 0.2);
}

.pricing-card.pro-plan {
  border: 3px solid var(--primary-color);
  transform: scale(1.05);
}

.popular-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-header h3 {
  color: var(--dark-text);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 20px;
}

.price .currency {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
}

.price .amount {
  font-size: 48px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0 5px;
}

.price .period {
  font-size: 18px;
  color: var(--subtitle-text);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  flex-grow: 1;
}

.pricing-features li {
  padding: 12px 0;
  color: var(--dark-text);
  font-size: 15px;
  border-bottom: 1px solid var(--light-pink);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features li i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 18px;
}

.pricing-card .main-button {
  display: block;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.3s ease;
}

/* FAQ Section */
#faq {
  background: transparent;
  padding-top: 120px;
}

#faq .section-heading {
  text-align: center;
}

#faq .section-heading h4 {
  text-align: center;
}

#faq .section-heading img {
  display: none;
}

#faq .section-heading p {
  text-align: center;
}

/* FAQ Accordion Stilleri */
.accordion-item {
  border: none !important;
  margin-bottom: 15px;
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(184, 58, 107, 0.08);
}

.accordion-button {
  border: none;
  outline: none;
  background: white !important;
  color: var(--dark-text) !important;
  font-weight: 600;
  padding: 20px 25px;
  border-radius: 15px !important;
  transition: all 0.3s ease;
}

.accordion-button:hover {
  background: #fef5f7 !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--primary-color) 0%, #c44d7a 100%) !important;
  color: white !important;
  border-radius: 15px 15px 0 0 !important;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  filter: none;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  background: white;
  padding: 20px 25px;
  color: #666;
  line-height: 1.7;
}

/* Box Items - Modern & Compact */
.box-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100px;
  padding: 24px 20px;
  background: white;
  border-radius: 20px;
  border: 1px solid rgba(184, 58, 107, 0.08);
  box-shadow: 0 2px 8px rgba(184, 58, 107, 0.06);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.box-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(184, 58, 107, 0.12);
  border-color: rgba(184, 58, 107, 0.2);
}

.box-item:hover h4 a {
  color: var(--primary-color) !important;
}

.box-item h4 {
  margin-bottom: 8px;
}

.box-item h4 a {
  color: var(--primary-color) !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.box-item h4 a:hover {
  color: var(--accent-color) !important;
}

.box-item p {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
  font-weight: 400;
}

/* ===== MODERN FOOTER ===== */
.footer-modern {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  padding: 60px 0 0;
}

.footer-brand-section {
  margin-bottom: 30px;
}

.footer-logo {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin: 0 0 15px 0;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 280px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: white;
  color: var(--primary-color);
  transform: translateY(-3px);
}

.footer-section {
  margin-bottom: 30px;
}

.footer-section h4 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  color: white;
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: 0;
}

@media (max-width: 991px) {
  .footer-modern {
    padding: 50px 0 0;
  }

  .footer-section {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer-brand-section {
    text-align: center;
  }

  .footer-desc {
    max-width: 100%;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-section {
    text-align: center;
  }
}

.main-button {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
}

.main-button:hover {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-color) 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(184, 58, 107, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .pricing-card.pro-plan {
    transform: scale(1);
  }

  .pricing-row {
    flex-direction: column;
  }

  /* Reviews - Tablet için */
  .owl-carousel .owl-nav {
    right: -80px; /* Daha az sağda */
  }

  .owl-carousel .owl-nav button span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }

  .testimonials-carousel .testimonial-content {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  /* Reviews - Mobil için */
  .owl-carousel .owl-nav {
    display: none; /* Mobilde okları gizle */
  }

  .testimonials-carousel .testimonial-content {
    padding: 25px 20px;
  }

  .testimonials-carousel .testimonial-content h4 {
    font-size: 20px;
  }

  .testimonials-carousel .testimonial-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

/* Center heading styling */
.center-heading h2 em {
  color: var(--primary-color);
  font-style: normal;
}

/* ===== MODERN HERO SECTION ===== */

/* Hero Container - Modern Minimal */
.hero,
.hero.main-banner,
.main-banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 120px 0 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fefafb 30%, #fdf5f7 60%, #fcf0f3 100%) !important;
  background-image: none !important;
}

/* Eski template arka plan görsellerini tamamen kaldır */
.hero.main-banner::after,
.hero.main-banner::before,
.main-banner::after,
.main-banner::before,
.hero::before,
.hero::after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  background-image: none !important;
  content: none !important;
}

/* Hero Text Bölümü */
.hero-text {
  z-index: 2;
  padding: 40px;
}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--dark-text);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.hero-description {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 30px;
  max-width: 480px;
}

/* CTA Butonlar */
.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

/* Pulse animasyonu - Download'a tıklayınca */
@keyframes buttonPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(184, 58, 107, 0.4);
  }
}

.cta-button.pulse-animation {
  animation: buttonPulse 0.6s ease-in-out 3;
}

.cta-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  color: white;
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(184, 58, 107, 0.3);
  color: white;
}

.cta-secondary {
  background: white;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.cta-secondary:hover {
  background: var(--light-pink);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(184, 58, 107, 0.2);
  color: var(--primary-color);
}

/* Hero Görsel Container */
.hero-image-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  overflow: visible;
  padding: 20px;
}

/* Nail Art Kartları - Tarot Destesi Stili */
.nail-art-cards {
  position: relative;
  width: 280px;
  height: 420px;
  margin: 0 auto;
  perspective: 1000px;
  cursor: pointer;
  z-index: 100;
}

.nail-card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(184, 58, 107, 0.25);
  transition: all 0.4s ease;
  cursor: pointer;
  border: 4px solid white;
  background: white;
  pointer-events: auto;
}

.nail-card:active {
  transform: scale(0.98);
}

.nail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nail-art-cards {
  cursor: pointer;
}

.nail-art-cards:hover .nail-card:first-child {
  box-shadow: 0 20px 50px rgba(184, 58, 107, 0.35);
}

/* Kart Konumları - Tarot Destesi Yerleşimi */
.card-1 {
  top: 0;
  left: 0;
  z-index: 5;
  transform: rotate(-2deg);
}

.card-2 {
  top: 15px;
  left: 8px;
  z-index: 4;
  transform: rotate(1deg);
}

.card-3 {
  top: 30px;
  left: 16px;
  z-index: 3;
  transform: rotate(-1deg);
}

.card-4 {
  top: 45px;
  left: 24px;
  z-index: 2;
  transform: rotate(2deg);
}

.card-5 {
  top: 60px;
  left: 32px;
  z-index: 1;
  transform: rotate(-0.5deg);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 42px;
  }

  .hero-text {
    padding: 20px;
    text-align: center;
  }

  .cta-buttons {
    justify-content: center;
  }

  .nail-art-cards {
    width: 240px;
    height: 360px;
  }

  .nail-card {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: auto;
    padding: 80px 0 60px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-description {
    font-size: 16px;
  }

  .cta-button {
    padding: 14px 28px;
    font-size: 14px;
  }

  .nail-art-cards {
    width: 200px;
    height: 300px;
  }

  .nail-card {
    border-radius: 15px;
    border-width: 3px;
  }

  .card-2 { top: 12px; left: 6px; }
  .card-3 { top: 24px; left: 12px; }
  .card-4 { top: 36px; left: 18px; }
  .card-5 { top: 48px; left: 24px; }
}

/* ===== ABOUT MODERN SECTION ===== */

.about-modern {
  padding: 100px 0;
  background: transparent;
}

.about-main-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 15px;
}

.about-main-title em {
  color: var(--primary-color);
  font-style: normal;
}

.about-subtitle {
  font-size: 18px;
  color: #888;
  max-width: 400px;
  margin: 0 auto;
}

/* Timeline Yapısı */
.timeline-container {
  position: relative;
  padding-left: 20px;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--light-pink) 100%) !important;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #c94d7d 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(184, 58, 107, 0.3);
}

.timeline-content {
  margin-left: 25px;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(184, 58, 107, 0.1);
  flex: 1;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(184, 58, 107, 0.1);
}

.timeline-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-text);
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* ===== PHONE SLIDER - Üçlü Telefon Gösterimi ===== */
.phone-slider-container {
  position: relative;
  padding: 20px 50px;
}

.phone-slide {
  display: none;
  text-align: center;
}

.phone-slide.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Slide Quote/Başlık */
.slide-quote {
  font-size: 20px;
  font-style: italic;
  color: var(--primary-color);
  margin-bottom: 35px;
  font-weight: 600;
  letter-spacing: -0.3px;
  padding: 15px 25px;
  background: linear-gradient(135deg, rgba(253, 224, 231, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 15px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(184, 58, 107, 0.1);
  position: relative;
}

.slide-quote::before {
  content: '"';
  font-size: 40px;
  color: var(--primary-color);
  opacity: 0.3;
  position: absolute;
  top: -5px;
  left: 10px;
  font-family: Georgia, serif;
}

/* Üçlü Telefon Yapısı */
.phones-trio {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  position: relative;
  height: 380px;
}

.trio-phone {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  background: #fff;
  border: 3px solid rgba(255,255,255,0.9);
}

.trio-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ortadaki telefon daha büyük */
.trio-phone.center {
  width: 160px;
  height: 340px;
  z-index: 3;
  transform: translateY(-20px);
}

.trio-phone.left,
.trio-phone.right {
  width: 130px;
  height: 280px;
  z-index: 2;
}

.trio-phone.left {
  transform: rotate(-5deg);
}

.trio-phone.right {
  transform: rotate(5deg);
}

/* Hover efektleri */
.trio-phone:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(184, 58, 107, 0.2);
}

.trio-phone.center:hover {
  transform: translateY(-30px) scale(1.03);
}

.trio-phone.left:hover {
  transform: rotate(-3deg) translateY(-10px) scale(1.02);
}

.trio-phone.right:hover {
  transform: rotate(3deg) translateY(-10px) scale(1.02);
}

/* Navigation Arrows */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--primary-color) 0%, #c94d7d 100%);
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(184, 58, 107, 0.3);
  z-index: 10;
}

.slide-arrow:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(184, 58, 107, 0.4);
}

.slide-arrow.prev {
  left: 0;
}

.slide-arrow.next {
  right: 0;
}

/* Dots */
.slide-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.slide-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slide-dots .dot.active {
  background: var(--primary-color);
  transform: scale(1.2);
}

.slide-dots .dot:hover {
  background: var(--primary-color);
  opacity: 0.7;
}

/* Responsive About & Phone Slider */
@media (max-width: 991px) {
  .phone-slider-container {
    margin-top: 50px;
    padding: 20px 40px;
  }

  .phones-trio {
    height: 320px;
  }

  .trio-phone.center {
    width: 140px;
    height: 300px;
  }

  .trio-phone.left,
  .trio-phone.right {
    width: 110px;
    height: 240px;
  }

  .timeline-container::before {
    left: 25px;
  }

  .timeline-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .about-main-title {
    font-size: 32px;
  }

  .phone-slider-container {
    padding: 15px 35px;
  }

  .slide-quote {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .phones-trio {
    height: 260px;
    gap: 10px;
  }

  .trio-phone.center {
    width: 110px;
    height: 230px;
  }

  .trio-phone.left,
  .trio-phone.right {
    width: 85px;
    height: 180px;
  }

  .slide-arrow {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

/* Mobile menu */
@media (max-width: 991px) {
  .header-area .main-nav .logo {
    color: var(--primary-color) !important;
  }

  /* Hero image için mobilde daha az yukarı taşı */
  .main-banner .right-image img {
    margin-top: -30px;
  }
}
