.hero-section-new {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 3rem 1rem;
  margin-bottom: 3rem;
  border-radius: 0 0 30px 30px;
}

.hero-section-new h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-section-new p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.hero-cta-btn {
  display: inline-block;
  background: #2176ff;
  color: white;
  padding: 0.9rem 2.5rem;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(33, 118, 255, 0.4);
}

.hero-cta-btn:hover {
  background: #1a5dd6;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(33, 118, 255, 0.6);
}

.shihab-highlight {
  color: #ffe082;
  font-weight: 800;
}

.statistics-section .section-title {
  justify-content: center;
  text-align: center;
}

.statistics-section .statistics-cards {
  align-items: stretch;
}

.statistics-section .stat-card {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}

.statistics-section .stat-number {
  direction: ltr;
}

.statistics-section .stat-label {
  line-height: 1.5;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.youtube-section {
  background: linear-gradient(135deg, #4d847c 0%, #34574f 100%);
  padding: 3rem 1.5rem;
  border-radius: 25px;
  margin: 3rem auto;
  max-width: 900px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.youtube-section h2 {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.youtube-section p {
  color: rgba(255,255,255,0.95);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.youtube-placeholder {
  color: white;
  font-size: 1.2rem;
}

.youtube-placeholder i {
  font-size: 4rem;
  color: #ff0000;
  display: block;
  margin-bottom: 1rem;
}

.apartment-price-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #2176ff;
  color: white;
  padding: 0.5em 1em;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9em;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 2;
}

.apartment-img-wrap {
  position: relative;
}

.apartment-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible !important;
}

.apartment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.apartment-info {
  display: flex;
  flex-direction: column;
  min-height: auto;
}

.apartment-actions {
  margin-top: auto !important;
  padding-top: 0.7em;
  visibility: visible !important;
  display: block !important;
}

.apartment-details {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0.5em 0;
}

.apartment-details span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.apartment-amenities {
  display: flex;
  gap: 0.8rem;
  margin: 0.5em 0;
  color: #2c3e50;
}

.apartment-amenities i {
  color: #2c3e50;
  font-size: 1.1rem;
}

.testimonials {
  padding: 2rem 0;
  position: relative;
}

.testimonials h2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.testimonials-slider {
  margin-top: 2rem;
  padding: 0.5rem 3rem 3.25rem;
  position: relative;
}

.testimonials-slider .swiper-wrapper {
  align-items: stretch;
}

.testimonials-slider .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-card {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid #2176ff;
}

.testimonial-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.testimonial-role {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  font-style: italic;
}

.testimonials-swiper-pagination {
  bottom: 2rem !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.testimonials-slider .swiper-pagination-bullet {
  background: #2176ff;
  opacity: 0.35;
}

.testimonials-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.testimonials-swiper-button {
  color: #2176ff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
  top: calc(50% + 2rem);
  margin-top: 0;
  z-index: 5;
}

.testimonials-swiper-button-next {
  left: 0.25rem !important;
  right: auto !important;
}

.testimonials-swiper-button-prev {
  right: 0.25rem !important;
  left: auto !important;
}

.testimonials-swiper-button::after {
  font-size: 1rem;
  font-weight: 700;
}

.testimonials .swiper-button-lock,
.testimonials-slider .swiper-pagination-lock {
  display: none;
}

/* Home page (extracted inline styles from home.blade.php) */

.suggested-apartments-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.apartment-card-link-reset {
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
}

.apartment-title-logo-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.apartment-card-logo-img {
  border-radius: 7px;
}

.apartment-actions-mt {
  margin-top: 0.7em;
}

.view-details-btn-primary {
  background: #2176ff;
  color: #fff;
  border-radius: 1.2em;
  padding: 0.6em 1.5em;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.suggested-apartments-empty {
  text-align: center;
  padding: 2rem;
  color: #666;
  width: 100%;
}

.testimonial-placeholder-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e4e6eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  border: 3px solid #2176ff;
}

.testimonial-placeholder-svg {
  fill: #8a8d91;
}

@media (max-width: 768px) {
  .hero-section-new h1 {
    font-size: 2rem;
  }

  .hero-section-new p {
    font-size: 1rem;
  }

  .statistics-section {
    width: min(100% - 1.5rem, 540px);
    padding-inline: 1rem !important;
  }

  .statistics-section .statistics-cards {
    align-items: center;
  }

  .statistics-section .stat-card {
    width: min(100%, 230px);
    min-width: 0;
    max-width: 230px;
    min-height: 178px;
    justify-content: center;
  }

  .apartment-cards {
    grid-template-columns: 1fr;
  }

  .testimonials-slider {
    padding-inline: 0.25rem;
  }

  .testimonials-swiper-button {
    display: none;
  }
}
